@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url("https://use.typekit.net/cyk0udz.css");
@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: #161718;
    -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, 23, 24, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #161718;
    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: #161718;
}
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}

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

.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: #161718;
    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: #161718;
    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, section.timeline .content-column .copy p,
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, section.timeline .content-column .copy p 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, section.timeline .content-column .copy p {
    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, section.timeline .content-column .copy p {
        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 #161718;
    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: #161718;
}

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

.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: #161718;
}
.button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #161718;
}
.button.warning {
    background-color: #ffae00;
    color: #161718;
}
.button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #161718;
}
.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: #161718;
}
.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: #161718;
}
.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: #161718;
}
.button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #22bb5b;
    color: #161718;
}
.button-group.warning .button {
    background-color: #ffae00;
    color: #161718;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #161718;
}
.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: #161718;
}

tfoot {
    background: #f2f2f2;
    color: #161718;
}

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: #161718;
}
: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: #161718;
    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, 23, 24, 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, 23, 24, 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, 23, 24, 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, 23, 24, 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, 23, 24, 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, 23, 24, 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, 23, 24, 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: #161718;
    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. */
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, section.timeline .content-column .copy p, .h4, .h5, .h6,
p, span {
    font-family: "tt-commons-pro", sans-serif;
}

.h1, h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    color: #2C2822;
}
@media print, screen and (min-width: 40em) {
    .h1, h1 {
        font-size: 48px;
    }
}

.h2, h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.222%;
    color: #2C2822;
}
@media print, screen and (min-width: 40em) {
    .h2, h2 {
        font-size: 36px;
    }
}

.h3, section.timeline .content-column .copy p, h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 133.333%;
    color: #2C2822;
}
@media print, screen and (min-width: 40em) {
    .h3, section.timeline .content-column .copy p, h3 {
        font-size: 24px;
    }
}
.h3.small, section.timeline .content-column .copy p.small, h3.small {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.6px;
}

.copy, .copy p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.32px;
    color: #2C2822;
}
.copy.large, .copy.large p, .copy p.large, .copy p.large p {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.6px;
}
@media print, screen and (min-width: 40em) {
    .copy.large, .copy.large p, .copy p.large, .copy p.large p {
        font-size: 20px;
    }
}

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

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

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

@media screen and (max-width: 39.9375em) {
    .footer {
        margin: 0 12px;
    }
}
@media screen and (max-width: 63.9375em) {
    .footer {
        margin: 0 24px;
    }
}
.footer > .row {
    background-color: #2C2822;
    margin: 45px auto;
    border-radius: 20px;
    padding: 50px 55px;
}
@media screen and (max-width: 39.9375em) {
    .footer > .row {
        margin: 20px auto;
        border-radius: 15px;
        padding: 30px 20px;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer > .row {
        margin: 35px auto;
        padding: 40px 35px;
    }
}
.footer .logo-column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}
@media screen and (max-width: 39.9375em) {
    .footer .logo-column {
        -webkit-align-items: center;
                align-items: center;
        text-align: center;
        margin-bottom: 40px;
    }
}
.footer .logo-column .footer-logo {
    margin-bottom: 31px;
}
@media screen and (max-width: 39.9375em) {
    .footer .logo-column .footer-logo {
        margin-bottom: 20px;
    }
}
.footer .logo-column .copy p {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.9px;
    color: #ffffff;
    margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
    .footer .logo-column .copy p {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.7px;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer .logo-column .copy p {
        font-size: 26px;
        line-height: 34px;
    }
}
.footer .logo-column .button {
    margin-top: 155px;
}
@media screen and (max-width: 39.9375em) {
    .footer .logo-column .button {
        margin-top: 30px;
        width: 100%;
        max-width: 280px;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer .logo-column .button {
        margin-top: 40px;
    }
}
.footer .logo-column .termly-links {
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
}
@media screen and (max-width: 39.9375em) {
    .footer .logo-column .termly-links {
        margin-top: 30px;
        -webkit-flex-direction: column;
                flex-direction: column;
        gap: 15px;
        -webkit-align-items: center;
                align-items: center;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer .logo-column .termly-links {
        margin-top: 40px;
        gap: 25px;
    }
}
.footer .logo-column .termly-links a {
    color: #FEFAF4;
    opacity: 0.65;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.footer .logo-column .termly-links a:hover, .footer .logo-column .termly-links a:focus-visible {
    opacity: 1;
    color: #ffffff;
}
.footer .logo-column .copyright p {
    color: #FEFAF4;
    opacity: 0.65;
    margin-top: 10px;
    margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
    .footer .logo-column .copyright p {
        margin-top: 20px;
        font-size: 14px;
    }
}
.footer .link-column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
@media screen and (max-width: 63.9375em) {
    .footer .link-column {
        margin-top: 40px;
    }
}
@media screen and (max-width: 39.9375em) {
    .footer .link-column {
        -webkit-align-items: center;
                align-items: center;
        text-align: center;
    }
}
.footer .link-column .links {
    display: -webkit-flex;
    display: flex;
    gap: 130px;
}
@media screen and (max-width: 39.9375em) {
    .footer .link-column .links {
        -webkit-flex-direction: column;
                flex-direction: column;
        gap: 10px;
        -webkit-align-items: center;
                align-items: center;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer .link-column .links {
        gap: 80px;
    }
}
.footer .link-column .links a {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 0.32px;
    text-decoration: none;
    position: relative;
}
@media screen and (max-width: 39.9375em) {
    .footer .link-column .links a {
        font-size: 18px;
        padding: 5px 0;
    }
}
.footer .link-column .links a:before {
    content: "";
    background-color: #ffffff;
    height: 1px;
    width: 0;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
    position: absolute;
    left: 0;
    bottom: -2px;
    border-radius: 20px;
}
@media screen and (max-width: 39.9375em) {
    .footer .link-column .links a:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.footer .link-column .links a:hover:before, .footer .link-column .links a:focus-visible:before {
    width: 100%;
}
.footer .link-column .address p,
.footer .link-column .address p a {
    color: #FEFAF4;
    opacity: 0.65;
}
@media screen and (max-width: 39.9375em) {
    .footer .link-column .address p,
    .footer .link-column .address p a {
        font-size: 14px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 39.9375em) {
    .footer .link-column .address {
        margin-bottom: 30px;
    }
}
.footer .link-column .form-embed {
    margin-top: 93px;
    width: 100%;
}
@media screen and (max-width: 39.9375em) {
    .footer .link-column .form-embed {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer .link-column .form-embed {
        margin-top: 60px;
    }
}
.footer .link-column .form-embed .gform-wrapper .h3, .footer .link-column .form-embed .gform-wrapper section.timeline .content-column .copy p, section.timeline .content-column .copy .footer .link-column .form-embed .gform-wrapper p, .footer .link-column .form-embed .gform-wrapper .content {
    color: #ffffff;
    margin-bottom: 0px;
}
.footer .link-column .form-embed .gform-wrapper .h3, .footer .link-column .form-embed .gform-wrapper section.timeline .content-column .copy p, section.timeline .content-column .copy .footer .link-column .form-embed .gform-wrapper p {
    line-height: 1.2;
}
.footer .link-column .form-embed .gform-wrapper .content {
    opacity: 0.65;
    margin-bottom: 17px;
}
.footer .link-column .form-embed .gform-wrapper label {
    opacity: 0 !important;
    height: 0 !important;
}
.footer .link-column .form-embed .gform-wrapper .gform-footer {
    margin: 0;
}
.footer .link-column .form-embed .gform-wrapper input {
    border-radius: 100px !important;
}
.footer .link-column .form-embed .gform-wrapper .gform-button {
    padding: 15px 30px !important;
    border-radius: 200px !important;
    border: 1px solid #FEFAF4 !important;
    background-color: #FEFAF4 !important;
    color: #2C2822 !important;
    text-align: center !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    letter-spacing: 0.32px !important;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media screen and (max-width: 39.9375em) {
    .footer .link-column .form-embed .gform-wrapper .gform-button {
        width: 100% !important;
        text-align: center !important;
    }
}
.footer .link-column .form-embed .gform-wrapper .gform-button:hover, .footer .link-column .form-embed .gform-wrapper .gform-button:focus-visible {
    background-color: transparent !important;
    color: #FEFAF4 !important;
}
.footer .link-column .award-social {
    border-top: 1px solid #ffffff;
    display: block;
    width: 100%;
    padding-top: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-end;
            align-items: flex-end;
}
@media screen and (max-width: 39.9375em) {
    .footer .link-column .award-social {
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
                align-items: center;
        gap: 30px;
        padding-top: 30px;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer .link-column .award-social {
        padding-top: 20px;
    }
}
.footer .link-column .award-social .awards {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 25px;
}
@media screen and (max-width: 39.9375em) {
    .footer .link-column .award-social .awards {
        gap: 20px;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: center;
                justify-content: center;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer .link-column .award-social .awards {
        gap: 20px;
    }
}
@media screen and (max-width: 39.9375em) {
    .footer .link-column .award-social .awards .award {
        max-width: 80px;
    }
    .footer .link-column .award-social .awards .award img {
        max-width: 100%;
        height: auto;
    }
}
.footer .link-column .award-social .social {
    display: -webkit-flex;
    display: flex;
    gap: 34px;
    -webkit-align-items: center;
            align-items: center;
}
@media screen and (max-width: 39.9375em) {
    .footer .link-column .award-social .social {
        gap: 25px;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer .link-column .award-social .social {
        gap: 30px;
    }
}
.footer .link-column .award-social .social a svg path {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.footer .link-column .award-social .social a:hover svg path, .footer .link-column .award-social .social a:focus-visible svg path {
    fill: #ffffff;
}

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 {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -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% - 78px);
    left: 0;
    position: absolute;
    top: 78px;
    width: 100%;
    z-index: 5;
}

.meta {
    background-color: #2C303E;
    padding: 10px 0;
}
.meta > .row > .column, .meta > .row > .columns {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}
.meta > .row > .column a, .meta > .row > .columns a {
    color: #FEFAF4;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.24px;
    text-decoration: none;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.meta > .row > .column a:hover, .meta > .row > .columns a:hover, .meta > .row > .column a:focus-visible, .meta > .row > .columns a:focus-visible {
    text-decoration: underline;
}
.meta > .row > .column a span, .meta > .row > .columns a span {
    margin: 0 5px;
}
.meta > .row > .column a:last-of-type span, .meta > .row > .columns a:last-of-type span {
    display: none;
}

.top-bar {
    height: 78px;
    padding: 0;
    background: #FEFAF4;
}
.top-bar > .row {
    width: 100%;
}
.top-bar .menu-column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.top-bar .menu-column .top-bar-title, .top-bar .menu-column .top-nav {
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.top-bar .menu-column .top-nav {
    gap: 158px;
}
.top-bar .menu-column .top-nav #menu-top-menu {
    background-color: #FEFAF4;
    display: -webkit-flex;
    display: flex;
    gap: 40px;
}
.top-bar .menu-column .top-nav #menu-top-menu > .menu-item a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 112.5%;
    letter-spacing: 0.32px;
    padding: 0;
    text-decoration: none;
    position: relative;
    color: #2C2822;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.top-bar .menu-column .top-nav #menu-top-menu > .menu-item a:before {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #2C2822;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.top-bar .menu-column .top-nav #menu-top-menu > .menu-item a:hover:before, .top-bar .menu-column .top-nav #menu-top-menu > .menu-item a:focus-visible:before {
    width: 100%;
}

.off-canvas {
    z-index: 9999 !important;
    width: 70%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    top: 80px !important;
    background: #FEFAF4;
    box-shadow: none !important;
    padding: 24px;
}
.off-canvas.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    box-shadow: none !important;
}
.off-canvas .links {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    gap: 20px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.off-canvas .links > .menu {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    gap: 20px;
}
.off-canvas .links > .menu .menu-item.is-active a {
    background-color: transparent;
    color: #BA754B;
}
.off-canvas .links > .menu .menu-item a {
    padding: 0;
    color: #2C2822;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.6px;
}

html.is-reveal-open,
html.is-reveal-open body {
    width: 100%;
}

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

.gform_wrapper .gform_required_legend {
    display: none;
}
.gform_wrapper .gform_fields {
    row-gap: 16px !important;
}
@media print, screen and (min-width: 40em) {
    .gform_wrapper .gform_fields {
        row-gap: 32px !important;
    }
}
.gform_wrapper .gform_fields .gfield label {
    color: #2C2822 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: 0.32px !important;
}
.gform_wrapper .gform_fields .gfield .ginput_container input,
.gform_wrapper .gform_fields .gfield .ginput_container textarea,
.gform_wrapper .gform_fields .gfield .ginput_container select {
    border-radius: 10px;
    border: 1px solid #D7D5D4;
    background: #EFEFEF;
    height: 50px;
    color: #2C2822;
}
.gform_wrapper .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper .gform_fields .gfield .ginput_container textarea:focus,
.gform_wrapper .gform_fields .gfield .ginput_container select:focus {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
    outline: none;
}
.gform_wrapper .gform_fields .gfield .ginput_container input::-webkit-input-placeholder, .gform_wrapper .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder, .gform_wrapper .gform_fields .gfield .ginput_container select::-webkit-input-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: rgba(44, 40, 34, 0.25) !important;
}
.gform_wrapper .gform_fields .gfield .ginput_container input:-ms-input-placeholder, .gform_wrapper .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder, .gform_wrapper .gform_fields .gfield .ginput_container select:-ms-input-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: rgba(44, 40, 34, 0.25) !important;
}
.gform_wrapper .gform_fields .gfield .ginput_container input::-ms-input-placeholder, .gform_wrapper .gform_fields .gfield .ginput_container textarea::-ms-input-placeholder, .gform_wrapper .gform_fields .gfield .ginput_container select::-ms-input-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: rgba(44, 40, 34, 0.25) !important;
}
.gform_wrapper .gform_fields .gfield .ginput_container input::placeholder,
.gform_wrapper .gform_fields .gfield .ginput_container textarea::placeholder,
.gform_wrapper .gform_fields .gfield .ginput_container select::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: rgba(44, 40, 34, 0.25) !important;
}
.gform_wrapper .gform-footer .gform_button {
    padding: 15px 30px !important;
    border-radius: 200px !important;
    border: 1px solid #2C303E !important;
    background-color: transparent !important;
    color: #2C303E !important;
    text-align: center !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    letter-spacing: 0.32px !important;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media screen and (max-width: 39.9375em) {
    .gform_wrapper .gform-footer .gform_button {
        width: 100% !important;
        text-align: center !important;
    }
}
.gform_wrapper .gform-footer .gform_button:hover, .gform_wrapper .gform-footer .gform_button:focus-visible {
    background-color: #2C303E !important;
    color: #ffffff !important;
}

a,
button,
.button,
.cta,
svg path {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

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

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

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

body, #main-content {
    background: #FEFAF4;
}

.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 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

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

.slider-arrow.disabled,
.story-arrow.disabled,
.testimonial-arrow.disabled,
.timeline-arrow.disabled,
.advisor-arrow.disabled,
.product-arrow.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}
.slider-arrow.disabled:hover,
.story-arrow.disabled:hover,
.testimonial-arrow.disabled:hover,
.timeline-arrow.disabled:hover,
.advisor-arrow.disabled:hover,
.product-arrow.disabled:hover {
    background-color: transparent !important;
    border-color: currentColor !important;
    color: currentColor !important;
    -webkit-transform: none !important;
            transform: none !important;
}

::selection {
    color: #ffffff;
    background: #BA754B;
}

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

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

section {
    background: transparent;
}

.slider-navigation button {
    border-color: #2C2822 !important;
    height: 54px;
    width: 54px;
}
.slider-navigation button.disabled {
    opacity: 0.25;
    pointer-events: none;
}

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

.button {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 112.5%;
    letter-spacing: 0.32px;
    padding: 15px 30px;
    border-radius: 200px;
}
.button.gold {
    background: linear-gradient(66deg, #BA754B 0%, #DA9F7D 50%, #BA754B 100%);
    background-size: 200% 100%;
    background-position: 0% 0%;
    color: #FEFAF4;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.button.gold:hover, .button.gold:focus-visible {
    background-position: 100% 0%;
    box-shadow: 0 4px 15px rgba(186, 117, 75, 0.3);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}
.button.transparent {
    background: transparent;
    color: #2C2822;
    border: 1px solid #8C8C8C;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.button.transparent:hover, .button.transparent:focus-visible {
    background-color: rgba(0, 0, 0, 0.2);
    color: #FEFAF4;
    box-shadow: 0 4px 15px rgba(186, 117, 75, 0.3);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}
.button.black {
    background: #2C303E;
    color: #FEFAF4;
    border: 1px solid #2C303E;
}
.button.black:hover, .button.black:focus-visible {
    background-color: #FEFAF4;
    color: #2C303E;
    box-shadow: 0 4px 15px rgba(186, 117, 75, 0.3);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}
.button.glass {
    background: rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}
.button.glass:hover, .button.glass:focus-visible {
    background: rgb(255, 255, 255);
    color: #2C2822;
}

.cta-wrapper {
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
    .cta-wrapper {
        gap: 20px;
    }
}

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

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

section.post-landing {
    margin-top: 62px;
}
section.post-landing .facets-wrapper {
    padding-top: 7px;
    border-top: 1px solid rgba(22, 23, 24, 0.35);
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .facets-wrapper {
        padding-top: 15px;
    }
}
section.post-landing .facets-wrapper .top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 63.9375em) {
    section.post-landing .facets-wrapper .top {
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
                align-items: flex-start;
        gap: 20px;
        margin-bottom: 20px;
    }
}
section.post-landing .facets-wrapper .top div.facets-container {
    display: -webkit-flex;
    display: flex;
    gap: 20px;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .facets-wrapper .top div.facets-container {
        gap: 15px;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
section.post-landing .facets-wrapper .top .wpgb-facet-10 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 20px;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .facets-wrapper .top .wpgb-facet-10 {
        gap: 15px;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
section.post-landing .facets-wrapper .top .wpgb-facet-10 .wpgb-facet-title {
    margin-bottom: 0 !important;
    color: #2C2822;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.32px;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .facets-wrapper .top .wpgb-facet-10 .wpgb-facet-title {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.28px;
    }
}
section.post-landing .facets-wrapper .top .wpgb-facet-10 fieldset {
    margin-bottom: 0 !important;
}
section.post-landing .facets-wrapper .top .wpgb-facet-10 .wpgb-button {
    background-color: #FEFAF4;
    border: 1px solid #2C2822;
    border-radius: 200px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
section.post-landing .facets-wrapper .top .wpgb-facet-10 .wpgb-button:hover, section.post-landing .facets-wrapper .top .wpgb-facet-10 .wpgb-button:focus-visible {
    background-color: #2C2822;
}
section.post-landing .facets-wrapper .top .wpgb-facet-10 .wpgb-button:hover .wpgb-button-label, section.post-landing .facets-wrapper .top .wpgb-facet-10 .wpgb-button:focus-visible .wpgb-button-label {
    color: #FEFAF4;
}
section.post-landing .facets-wrapper .top .wpgb-facet-10 .wpgb-button[aria-pressed=true] {
    background-color: #2C2822;
}
section.post-landing .facets-wrapper .top .wpgb-facet-10 .wpgb-button[aria-pressed=true] .wpgb-button-label {
    color: #FEFAF4;
}
section.post-landing .facets-wrapper .top .wpgb-facet-10 .wpgb-button .wpgb-button-label {
    color: #2C2822;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.32px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .facets-wrapper .top .wpgb-facet-10 .wpgb-button .wpgb-button-label {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.28px;
    }
}
section.post-landing .facets-wrapper .top .filter {
    cursor: pointer;
}
section.post-landing .facets-wrapper .top .dropdown-pane {
    margin-bottom: 0;
    padding-top: 20px;
    background-color: transparent;
    border: none;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .facets-wrapper .top .dropdown-pane {
        padding-top: 15px;
    }
}
section.post-landing .facets-wrapper .top .dropdown-pane fieldset {
    margin-bottom: 0;
}
section.post-landing .facets-wrapper .top .dropdown-pane .wpgb-facet {
    border: none;
    border-radius: 10px;
}
section.post-landing .facets-wrapper .top .dropdown-pane .wpgb-facet select.wpgb-select {
    border: none;
    min-height: 150px;
    border: 1px solid rgba(44, 40, 34, 0.35);
    padding: 12px;
    background-color: #FEFAF4;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .facets-wrapper .top .dropdown-pane .wpgb-facet select.wpgb-select {
        padding: 12px;
        min-height: 120px;
    }
}
section.post-landing .facets-wrapper .top .dropdown-pane .wpgb-facet select.wpgb-select option {
    font-size: 16px;
    line-height: 125%;
    font-weight: 400;
    letter-spacing: 0.36px;
    margin-bottom: 5px;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .facets-wrapper .top .dropdown-pane .wpgb-facet select.wpgb-select option {
        font-size: 14px;
        letter-spacing: 0.28px;
    }
}
section.post-landing .facets-wrapper .top .dropdown-pane .wpgb-facet select.wpgb-select option *:checked {
    background-color: #BA754B;
    color: #FEFAF4;
}
section.post-landing .facets-wrapper .top .dropdown-pane .wpgb-facet select.wpgb-select option:last-of-type {
    margin-bottom: 0;
}
section.post-landing .facets-wrapper .top .dropdown-pane .wpgb-facet .wpgb-reset {
    color: #2C2822;
    background-color: #FEFAF4;
    padding: 0;
    margin: 0;
    width: 100%;
    border: 1px solid rgba(44, 40, 34, 0.35);
    text-align: center;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.36px;
    font-weight: 500;
    padding-right: 10px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
section.post-landing .facets-wrapper .top .dropdown-pane .wpgb-facet .wpgb-reset:disabled {
    opacity: 0;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .facets-wrapper .top .dropdown-pane .wpgb-facet .wpgb-reset {
        font-size: 14px;
        letter-spacing: 0.28px;
        padding-right: 8px;
    }
}
section.post-landing .facets-wrapper .top .dropdown-pane .wpgb-facet .wpgb-reset:hover, section.post-landing .facets-wrapper .top .dropdown-pane .wpgb-facet .wpgb-reset:focus-visible {
    color: #BA754B;
}
section.post-landing .facets-wrapper .bottom {
    margin-bottom: 28px;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .facets-wrapper .bottom {
        margin-bottom: 20px;
    }
}
section.post-landing .facets-wrapper .bottom .wpgb-facet-11 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 20px;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .facets-wrapper .bottom .wpgb-facet-11 {
        gap: 15px;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
                align-items: flex-start;
    }
}
section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-facet-title {
    margin-bottom: 0 !important;
    color: #2C2822;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.32px;
    position: relative;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-facet-title {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.28px;
    }
}
section.post-landing .facets-wrapper .bottom .wpgb-facet-11 fieldset {
    margin-bottom: 0 !important;
}
section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-selection-facet .wpgb-button {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    pointer-events: none;
    cursor: default;
}
section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-selection-facet .wpgb-button .wpgb-button-control {
    display: none;
}
section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-selection-facet .wpgb-button .wpgb-button-control:before, section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-selection-facet .wpgb-button .wpgb-button-control:after {
    background: #2C2822;
}
section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-selection-facet .wpgb-button .wpgb-button-label {
    color: #2C2822;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-selection-facet .wpgb-button .wpgb-button-label {
        font-size: 20px;
        line-height: 28px;
    }
}
section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-selection-facet .wpgb-button .wpgb-button-label:after {
    font-weight: 300;
}
section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-selection-facet .wpgb-inline-list li:first-of-type {
    width: 100%;
}
section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-button[aria-pressed=true] input[value=blog] ~ .wpgb-button-label::after,
section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-button[aria-pressed=true] input[value=Blog] ~ .wpgb-button-label::after {
    content: ": Practical guidance, lifestyle tips, and patient stories";
}
section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-button[aria-pressed=true] input[value=research] ~ .wpgb-button-label::after,
section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-button[aria-pressed=true] input[value=Research] ~ .wpgb-button-label::after {
    content: ": Clinical findings, published studies, and expert perspectives.";
}
section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-button[aria-pressed=true] input[value=newsletter] ~ .wpgb-button-label::after,
section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-button[aria-pressed=true] input[value=Newsletter] ~ .wpgb-button-label::after {
    content: ": Monthly Updates & News";
}
section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-button[aria-pressed=true] input[value=case-study] ~ .wpgb-button-label::after,
section.post-landing .facets-wrapper .bottom .wpgb-facet-11 .wpgb-button[aria-pressed=true] input[value="Case Study"] ~ .wpgb-button-label::after {
    content: ": Real Patient Stories";
}
section.post-landing .wpgb-card {
    cursor: pointer;
}
section.post-landing .wpgb-card:hover .wpgb-card-media .wpgb-card-media-thumbnail a div, section.post-landing .wpgb-card:focus-visible .wpgb-card-media .wpgb-card-media-thumbnail a div {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
section.post-landing .wpgb-card:hover .wpgb-block-1, section.post-landing .wpgb-card:focus-visible .wpgb-block-1 {
    color: #BA754B !important;
}
section.post-landing .wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-media {
    aspect-ratio: 1/1;
    height: 370px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-media {
        height: 280px;
    }
}
section.post-landing .wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-media .wpgb-card-media-thumbnail a div {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
section.post-landing .wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content {
    padding-top: 18px;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content {
        padding-top: 15px;
    }
}
section.post-landing .wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body {
    background-color: transparent;
}
section.post-landing .wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body .wpgb-block-1 {
    color: #2C2822;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 18px;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body .wpgb-block-1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}
section.post-landing .wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body .wpgb-block-3 {
    color: #2C2822;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.32px;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body .wpgb-block-3 {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.28px;
    }
}
section.post-landing .wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body .wpgb-block-2 {
    margin-top: 38px;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body .wpgb-block-2 {
        margin-top: 25px;
    }
}
section.post-landing .wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body .wpgb-block-2 .wpgb-block-term {
    background-color: #2C2822;
    color: #FEFAF4;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.24px;
    text-align: center;
    border-radius: 200px;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .wpgb-card .wpgb-card-wrapper .wpgb-card-inner .wpgb-card-content .wpgb-card-body .wpgb-block-2 .wpgb-block-term {
        padding: 4px 8px;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.22px;
    }
}
section.post-landing .wpgb-area-bottom-1 {
    border-bottom: 1px solid rgba(22, 23, 24, 0.35);
    padding-bottom: 8px;
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .wpgb-area-bottom-1 {
        padding-bottom: 6px;
    }
}
section.post-landing .wpgb-area-bottom-1 .wpgb-load-more {
    background-color: transparent;
    color: rgba(22, 23, 24, 0.35);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-align: center;
    padding: 0;
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 5px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .wpgb-area-bottom-1 .wpgb-load-more {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.54px;
        gap: 4px;
    }
}
section.post-landing .wpgb-area-bottom-1 .wpgb-load-more::after {
    content: "";
    width: 14px;
    margin-top: 3px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9' fill='none'%3E%3Cpath opacity='0.5' d='M6.7968 8.70711C7.18732 9.09763 7.82049 9.09763 8.21101 8.70711L14.575 2.34315C14.9655 1.95262 14.9655 1.31946 14.575 0.928932C14.1844 0.538408 13.5513 0.538408 13.1608 0.928932L7.50391 6.58579L1.84705 0.928932C1.45653 0.538408 0.823363 0.538408 0.432839 0.928932C0.0423143 1.31946 0.0423143 1.95262 0.432839 2.34315L6.7968 8.70711ZM7.50391 7L6.50391 7L6.50391 8L7.50391 8L8.50391 8L8.50391 7L7.50391 7Z' fill='%232C2822'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media screen and (max-width: 39.9375em) {
    section.post-landing .wpgb-area-bottom-1 .wpgb-load-more::after {
        width: 12px;
        height: 6px;
        margin-top: 2px;
    }
}
section.post-landing .wpgb-area-bottom-1 .wpgb-load-more:hover, section.post-landing .wpgb-area-bottom-1 .wpgb-load-more:focus-visible {
    color: #2C2822;
}
section.post-landing .wpgb-area-bottom-1 .wpgb-load-more:hover::after, section.post-landing .wpgb-area-bottom-1 .wpgb-load-more:focus-visible::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9' fill='none'%3E%3Cpath opacity='0.5' d='M6.7968 8.70711C7.18732 9.09763 7.82049 9.09763 8.21101 8.70711L14.575 2.34315C14.9655 1.95262 14.9655 1.31946 14.575 0.928932C14.1844 0.538408 13.5513 0.538408 13.1608 0.928932L7.50391 6.58579L1.84705 0.928932C1.45653 0.538408 0.823363 0.538408 0.432839 0.928932C0.0423143 1.31946 0.0423143 1.95262 0.432839 2.34315L6.7968 8.70711ZM7.50391 7L6.50391 7L6.50391 8L7.50391 8L8.50391 8L8.50391 7L7.50391 7Z' fill='%232C303E'/%3E%3C/svg%3E");
}

section.locator > .row .listing {
    height: 400px;
    overflow-y: scroll;
}
@media print, screen and (min-width: 64em) {
    section.locator > .row .listing {
        height: 800px;
    }
}
section.locator > .row .listing .map {
    overflow: hidden !important;
}

.wpgb-facet-16 {
    margin-bottom: 23px !important;
}

.wpgb-grid-6 .wpgb-card {
    background-color: transparent !important;
}
.wpgb-grid-6 .wpgb-card .wpgb-card-body {
    background-color: transparent !important;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(44, 48, 62, 0.25);
}
.wpgb-grid-6 .wpgb-card .wpgb-card-body .wpgb-block-1 {
    color: #2C303E;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.6px;
}
.wpgb-grid-6 .wpgb-card .wpgb-card-body .wpgb-block-2 {
    position: absolute;
    top: 0;
    right: 15px;
    color: #2C303E;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.32px;
}

section.breadcrumbs {
    margin-top: 58px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8a8a8a;
    text-transform: capitalize;
}
section.breadcrumbs a {
    color: #8a8a8a;
    text-decoration: underline;
}
section.breadcrumbs a:hover, section.breadcrumbs a:focus-visible {
    color: #F8485E;
}
section.breadcrumbs .separator {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    width: 7px;
    height: 11px;
    background: url("../images/breadcrumb-seperator.svg") no-repeat center center;
    background-size: contain;
}

section.breadcrumbs + section[class^=hero] {
    margin-top: 27px;
}

.burger-container {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.burger-container #burger {
    width: 24px;
    height: 10px;
    position: relative;
    display: block;
}
.burger-container #burger .bar {
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    background: #161718;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
}
.burger-container #burger .bar.topBar {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
}
.burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg);
}

body.is-off-canvas-open .burger-container {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
body.is-off-canvas-open .burger-container #burger .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
}
body.is-off-canvas-open .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(4px) rotate(45deg);
            transform: translateY(4px) rotate(45deg);
}
body.is-off-canvas-open .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(2px) rotate(-45deg);
            transform: translateY(2px) rotate(-45deg);
}

.archive.author section.author-archive {
    margin-top: 64px;
}
@media print, screen and (min-width: 40em) {
    .archive.author section.author-archive {
        margin-top: 100px;
    }
}
.archive.author section.author-archive h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 4px;
}

section.author-info {
    margin-top: 120px;
}
@media print, screen and (min-width: 40em) {
    section.author-info {
        margin-top: 220px;
    }
}
section.author-info .author-wrapper {
    padding: 36px;
    background: #f2f2f2;
    border-radius: 8px;
    display: -ms-grid;
    display: grid;
    gap: 35px;
}
@media print, screen and (min-width: 40em) {
    section.author-info .author-wrapper {
        padding: 84px 64px;
        -ms-grid-columns: 134px minmax(0, 1fr);
        grid-template-columns: 134px minmax(0, 1fr);
    }
    section.author-info .author-wrapper .headshot {
        -ms-grid-row-span: 3;
        grid-row: span 3;
    }
}
section.author-info h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
section.author-info .bio {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
@media print, screen and (min-width: 40em) {
    section.author-info .bio {
        font-size: 18px;
        line-height: 28px;
    }
}
section.author-info .headshot img {
    width: 134px;
    height: 134px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100%;
    overflow: hidden;
}
section.author-info a.button.arrow {
    margin-top: 0;
    justify-self: flex-start;
}

.single-post article + section.author-info {
    margin-top: 76px;
}

section.search-results {
    margin-top: 64px;
}
@media print, screen and (min-width: 40em) {
    section.search-results {
        margin-top: 100px;
    }
}
section.search-results h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
}

.single-post #main-content {
    background: #F9F9F9;
}
.single-post .hero-post {
    margin-top: 20px;
}
.single-post .hero-post .image-wrapper {
    width: 100%;
}
.single-post .hero-post .image-wrapper img {
    aspect-ratio: 21/9;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.single-post .hero-post .content-wrapper {
    position: relative;
    background: #F9F9F9;
    border-radius: 10px 10px 0 0;
    padding: 20px;
    margin: 0 auto;
    max-width: calc(100% - 30px);
}
@media screen and (max-width: 63.9375em) {
    .single-post .hero-post .content-wrapper {
        padding: 20px;
        margin-top: 0;
        border-radius: 10px;
        max-width: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .single-post .hero-post .content-wrapper {
        padding: 20px 117px;
        margin-top: -114px;
        max-width: 914px;
    }
}
.single-post .hero-post .content-wrapper .category-wrapper {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 10px;
}
@media screen and (max-width: 63.9375em) {
    .single-post .hero-post .content-wrapper .category-wrapper {
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
        gap: 8px;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.single-post .hero-post .content-wrapper .category-wrapper .category {
    display: inline-block;
    border-radius: 200px;
    background: #2C2822;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.24px;
}
@media screen and (max-width: 63.9375em) {
    .single-post .hero-post .content-wrapper .category-wrapper .category {
        font-size: 12px;
        padding: 3px 10px;
    }
}
.single-post .hero-post .content-wrapper .title {
    margin-bottom: 23px;
    text-align: center;
}
@media screen and (max-width: 63.9375em) {
    .single-post .hero-post .content-wrapper .title {
        font-size: 24px;
        line-height: 32px;
        text-align: left;
    }
}
.single-post .hero-post .content-wrapper .study {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    border-top: 1px solid rgba(44, 40, 34, 0.35);
    border-bottom: 1px solid rgba(44, 40, 34, 0.35);
    padding: 16px 0;
    margin-bottom: 23px;
}
@media screen and (max-width: 39.9375em) {
    .single-post .hero-post .content-wrapper .study {
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
                align-items: flex-start;
        gap: 15px;
        padding: 15px 0;
        margin-bottom: 20px;
    }
}
.single-post .hero-post .content-wrapper .study > p {
    margin-bottom: 0;
    color: #2C2822;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 5.6px;
    text-transform: uppercase;
}
@media screen and (max-width: 63.9375em) {
    .single-post .hero-post .content-wrapper .study > p {
        font-size: 12px;
        letter-spacing: 3px;
        line-height: 20px;
    }
}
.single-post .hero-post .content-wrapper .study .wrapper {
    display: -webkit-flex;
    display: flex;
    gap: 20px;
}
@media screen and (max-width: 63.9375em) {
    .single-post .hero-post .content-wrapper .study .wrapper {
        gap: 10px;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.single-post .hero-post .content-wrapper .study .wrapper .study-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 7px;
    border-radius: 200px;
    background: #2C2822;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.24px;
}
@media screen and (max-width: 63.9375em) {
    .single-post .hero-post .content-wrapper .study .wrapper .study-item {
        font-size: 12px;
        padding: 3px 10px;
        gap: 5px;
    }
}
.single-post .hero-post .content-wrapper .study .wrapper .study-item p {
    margin-bottom: 0;
}
.single-post .hero-post .content-wrapper .post-social-wrapper {
    text-align: center;
    background-color: #2C303E;
    border-radius: 10px;
    padding: 11px 0;
}
.single-post .hero-post .content-wrapper .post-social-wrapper P {
    margin-bottom: 24px;
    color: #FEFAF4;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.single-post .hero-post .content-wrapper .post-social-wrapper .social-links {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 34px;
}
.single-post .hero-post .content-wrapper .post-social-wrapper .social-links a:hover svg path, .single-post .hero-post .content-wrapper .post-social-wrapper .social-links a:focus-visible svg path {
    fill: #BA754B;
}
.single-post article {
    padding: 20px;
    margin: 0 auto;
    max-width: calc(100% - 30px);
}
@media screen and (max-width: 63.9375em) {
    .single-post article {
        padding: 20px;
        margin-top: 0;
        border-radius: 10px;
        max-width: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .single-post article {
        padding: 20px 117px;
        max-width: 914px;
    }
}
.single-post article .copy .wp-caption {
    background-color: transparent;
    border: none;
    width: calc(100% + 234px) !important;
    max-width: none !important;
    padding: 0;
    margin: 0 0 0 -117px;
}
@media screen and (max-width: 63.9375em) {
    .single-post article .copy .wp-caption {
        width: calc(100% + 48px) !important;
        margin: 0 0 0 -24px;
        padding: 0 12px;
    }
}
.single-post article .copy .wp-caption img {
    width: 100%;
    max-width: none !important;
    margin: 0;
    border-radius: 10px;
}
.single-post article .copy .wp-caption-text {
    margin-top: 10px;
    background-color: transparent;
    color: #2C2822;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.42px;
    text-align: center;
}
.single-post article .copy h2 {
    color: #2C2822;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    font-style: normal;
}
.single-post article .copy p {
    color: #2C2822;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
}

section.hero-homepage > .row {
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 24px;
    margin-top: 0;
    padding: 24px;
}
@media print, screen and (min-width: 40em) {
    section.hero-homepage > .row {
        margin: 24px;
        padding: 48px;
    }
}
@media print, screen and (min-width: 64em) {
    section.hero-homepage > .row {
        margin: 0 auto;
        padding: 68px 57px;
    }
}
@media print, screen and (min-width: 64em) {
    section.hero-homepage .content-column {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: flex-start;
                align-items: flex-start;
    }
}
section.hero-homepage .content-column h1 {
    margin-bottom: 0;
}
section.hero-homepage .content-column h2 {
    margin-bottom: 12px;
}
@media print, screen and (min-width: 40em) {
    section.hero-homepage .content-column h2 {
        margin-bottom: 27px;
    }
}
section.hero-homepage .content-column .copy {
    margin-bottom: 19px;
}
@media screen and (max-width: 63.9375em) {
    section.hero-homepage .image-column {
        margin-top: 30px;
    }
}
section.hero-homepage .image-column .image-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
section.hero-homepage .image-column .image-wrapper img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}
section.hero-homepage .image-column .image-wrapper span {
    margin-top: 15px;
    color: #2C2822;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.24px;
}
section.hero-homepage .tab-column {
    margin-top: 30px;
    border-radius: 10px;
    background: linear-gradient(276deg, #EDF5FB -7.2%, #FAFAF9 100.61%);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(6.5px);
            backdrop-filter: blur(6.5px);
    padding: 24px;
}
@media print, screen and (min-width: 40em) {
    section.hero-homepage .tab-column {
        padding: 41px 59px;
    }
}
section.hero-homepage .tab-column h2 {
    margin-bottom: 20px;
    text-align: center;
}
@media print, screen and (min-width: 40em) {
    section.hero-homepage .tab-column h2 {
        margin-bottom: 70px;
        text-align: left;
    }
}
section.hero-homepage .tab-column .tabs, section.hero-homepage .tab-column .tabs-content {
    border: none;
    background: transparent;
}
section.hero-homepage .tab-column .tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    padding-bottom: 6px;
}
section.hero-homepage .tab-column .tabs .tabs-title {
    position: relative;
}
@media print, screen and (min-width: 64em) {
    section.hero-homepage .tab-column .tabs .tabs-title {
        min-width: 250px;
    }
}
section.hero-homepage .tab-column .tabs .tabs-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 2px;
    width: 0%;
    background: #2B303F;
    display: block;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
section.hero-homepage .tab-column .tabs .tabs-title.is-active:after {
    width: calc(100% - 10px);
}
section.hero-homepage .tab-column .tabs .tabs-title.is-active a {
    background: transparent;
    opacity: 1;
}
section.hero-homepage .tab-column .tabs .tabs-title a {
    padding: 0;
    color: #2C2822;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.4px;
    text-decoration: none;
    opacity: 0.75;
}
section.hero-homepage .tab-column .tabs .tabs-title a:hover, section.hero-homepage .tab-column .tabs .tabs-title a:focus-visible {
    background-color: transparent;
    opacity: 1;
}
section.hero-homepage .tab-column .tabs-content {
    padding-top: 46px;
}
section.hero-homepage .tab-column .tabs-content .tabs-panel {
    padding: 0;
}
section.hero-homepage .tab-column .tabs-content .tabs-panel .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 71px minmax(0, 1fr) 71px minmax(0, 1fr) 71px minmax(0, 1fr) 71px minmax(0, 1fr) 71px minmax(0, 1fr);
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 71px;
}
section.hero-homepage .tab-column .tabs-content .tabs-panel .inner .image-wrapper img {
    max-height: 35px;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
section.hero-homepage .tab-column .accordion {
    border: none;
    background: transparent;
}
section.hero-homepage .tab-column .accordion .accordion-item {
    border: none;
    background: transparent;
}
section.hero-homepage .tab-column .accordion .accordion-item:is-active .accordion-title {
    background: transparent;
    opacity: 1;
}
section.hero-homepage .tab-column .accordion .accordion-item .accordion-title {
    border: none;
    padding: 12px 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.4px;
    text-decoration: none;
    opacity: 0.75;
    color: #2C2822;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    background: transparent;
}
section.hero-homepage .tab-column .accordion .accordion-item .accordion-title:before {
    margin-top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    font-weight: 400;
}
section.hero-homepage .tab-column .accordion .accordion-item .accordion-title:hover, section.hero-homepage .tab-column .accordion .accordion-item .accordion-title:focus-visible {
    background: transparent;
    opacity: 1;
}
section.hero-homepage .tab-column .accordion .accordion-item .accordion-content {
    border: none;
    background: transparent;
    padding: 12px 0;
}
section.hero-homepage .tab-column .accordion .accordion-item .accordion-content .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    text-align: center;
}
@media print, screen and (min-width: 40em) {
    section.hero-homepage .tab-column .accordion .accordion-item .accordion-content .inner {
        -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
    }
}

.tabs-component {
    padding: 60px 12px;
}
@media print, screen and (min-width: 64em) {
    .tabs-component {
        padding: 100px 0;
    }
}
.tabs-component .tabs,
.tabs-component .tabs-content {
    border: none;
    background: transparent;
}
.tabs-component .tabs {
    margin-top: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tabs-component .tabs .tabs-title {
    border-left: 1px solid #2B2823;
    border-bottom: 1px solid #2B2823;
    padding-left: 10px;
    padding-bottom: 12px;
}
.tabs-component .tabs .tabs-title.is-active {
    box-shadow: 0 1px 0 0 #2B2823, -1px 0 0 0 #2B2823;
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.tabs-component .tabs .tabs-title.is-active a .icon-wrapper, .tabs-component .tabs .tabs-title.is-active a span {
    opacity: 1;
}
.tabs-component .tabs .tabs-title a {
    padding: 0;
    background: transparent;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    text-decoration: none;
}
.tabs-component .tabs .tabs-title a:hover .icon-wrapper, .tabs-component .tabs .tabs-title a:hover span, .tabs-component .tabs .tabs-title a:focus-visible .icon-wrapper, .tabs-component .tabs .tabs-title a:focus-visible span {
    opacity: 1;
}
.tabs-component .tabs .tabs-title a .icon-wrapper, .tabs-component .tabs .tabs-title a span {
    opacity: 0.5;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.tabs-component .tabs .tabs-title a .icon-wrapper {
    width: 100%;
}
.tabs-component .tabs .tabs-title a span {
    color: #2C2822;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.32px;
}
.tabs-component .tabs-content {
    margin-top: 60px;
}
.tabs-component .tabs-content .tabs-panel {
    padding: 0;
}
.tabs-component .tabs-content .tabs-panel .panel-content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}
@media print, screen and (min-width: 64em) {
    .tabs-component .tabs-content .tabs-panel .panel-content {
        gap: 137px;
    }
    .tabs-component .tabs-content .tabs-panel .panel-content .copy {
        max-width: 445px;
    }
}
.tabs-component .accordion {
    margin-top: 40px;
    border: none;
    background: transparent;
}
.tabs-component .accordion .accordion-item {
    border: none;
    background: transparent;
}
.tabs-component .accordion .accordion-item:is-active .accordion-title {
    background: transparent;
    opacity: 1;
}
.tabs-component .accordion .accordion-item .accordion-title {
    border: none;
    padding: 12px 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.4px;
    text-decoration: none;
    opacity: 0.75;
    color: #2C2822;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    background: transparent;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
}
.tabs-component .accordion .accordion-item .accordion-title:before {
    margin-top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    font-weight: 400;
}
.tabs-component .accordion .accordion-item .accordion-title:hover, .tabs-component .accordion .accordion-item .accordion-title:focus-visible {
    background: transparent;
    opacity: 1;
}
.tabs-component .accordion .accordion-item .accordion-content {
    border: none;
    background: transparent;
    padding: 24px;
}
@media print, screen and (min-width: 40em) {
    .tabs-component .accordion .accordion-item .accordion-content .panel-content {
        display: -webkit-flex;
        display: flex;
        gap: 50px;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center;
    }
    .tabs-component .accordion .accordion-item .accordion-content .panel-content .image-wrapper + .copy {
        max-width: 275px;
    }
}
@media screen and (max-width: 39.9375em) {
    .tabs-component .accordion .accordion-item .accordion-content .panel-content .image-wrapper {
        margin-bottom: 20px;
    }
}

@media print, screen and (min-width: 64em) {
    .video-slider-component .row .column, .video-slider-component .row .columns {
        padding: 0;
    }
}
.video-slider-component .row .column .video-slider-wrapper, .video-slider-component .row .columns .video-slider-wrapper {
    position: relative;
}
.video-slider-component .row .column .video-slider-wrapper .video-arrow, .video-slider-component .row .columns .video-slider-wrapper .video-arrow {
    position: absolute;
    top: 20px;
    z-index: 100;
    background: rgba(255, 253, 248, 0.25);
    -webkit-backdrop-filter: blur(2.5px);
            backdrop-filter: blur(2.5px);
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 39.9375em) {
    .video-slider-component .row .column .video-slider-wrapper .video-arrow, .video-slider-component .row .columns .video-slider-wrapper .video-arrow {
        width: 40px;
        height: 40px;
        top: 15px;
    }
}
.video-slider-component .row .column .video-slider-wrapper .video-arrow svg, .video-slider-component .row .columns .video-slider-wrapper .video-arrow svg {
    width: 20px;
    height: 20px;
    color: #161718;
    transition: color 0.3s ease;
}
@media screen and (max-width: 39.9375em) {
    .video-slider-component .row .column .video-slider-wrapper .video-arrow svg, .video-slider-component .row .columns .video-slider-wrapper .video-arrow svg {
        width: 16px;
        height: 16px;
    }
}
.video-slider-component .row .column .video-slider-wrapper .video-arrow:hover, .video-slider-component .row .columns .video-slider-wrapper .video-arrow:hover, .video-slider-component .row .column .video-slider-wrapper .video-arrow:focus-visible, .video-slider-component .row .columns .video-slider-wrapper .video-arrow:focus-visible {
    background: #161718;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.video-slider-component .row .column .video-slider-wrapper .video-arrow:hover svg, .video-slider-component .row .columns .video-slider-wrapper .video-arrow:hover svg, .video-slider-component .row .column .video-slider-wrapper .video-arrow:focus-visible svg, .video-slider-component .row .columns .video-slider-wrapper .video-arrow:focus-visible svg {
    color: #ffffff;
}
.video-slider-component .row .column .video-slider-wrapper .video-arrow.video-prev, .video-slider-component .row .columns .video-slider-wrapper .video-arrow.video-prev {
    right: 90px;
}
@media screen and (max-width: 39.9375em) {
    .video-slider-component .row .column .video-slider-wrapper .video-arrow.video-prev, .video-slider-component .row .columns .video-slider-wrapper .video-arrow.video-prev {
        right: 70px;
    }
}
.video-slider-component .row .column .video-slider-wrapper .video-arrow.video-next, .video-slider-component .row .columns .video-slider-wrapper .video-arrow.video-next {
    right: 20px;
}
@media screen and (max-width: 39.9375em) {
    .video-slider-component .row .column .video-slider-wrapper .video-arrow.video-next, .video-slider-component .row .columns .video-slider-wrapper .video-arrow.video-next {
        right: 15px;
    }
}
.video-slider-component .row .column .video-slider-wrapper .video-arrow.slick-disabled, .video-slider-component .row .columns .video-slider-wrapper .video-arrow.slick-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.video-slider-component .row .column .video-slider-wrapper .video-arrow.slick-disabled:hover, .video-slider-component .row .columns .video-slider-wrapper .video-arrow.slick-disabled:hover, .video-slider-component .row .column .video-slider-wrapper .video-arrow.slick-disabled:focus-visible, .video-slider-component .row .columns .video-slider-wrapper .video-arrow.slick-disabled:focus-visible {
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.video-slider-component .row .column .video-slider-wrapper .video-arrow.slick-disabled:hover svg, .video-slider-component .row .columns .video-slider-wrapper .video-arrow.slick-disabled:hover svg, .video-slider-component .row .column .video-slider-wrapper .video-arrow.slick-disabled:focus-visible svg, .video-slider-component .row .columns .video-slider-wrapper .video-arrow.slick-disabled:focus-visible svg {
    color: #161718;
}
.video-slider-component .row .column .video-slider-wrapper .video-slider .video-slide, .video-slider-component .row .columns .video-slider-wrapper .video-slider .video-slide {
    outline: none;
}
.video-slider-component .row .column .video-slider-wrapper .video-slider .video-slide .video-wrapper, .video-slider-component .row .columns .video-slider-wrapper .video-slider .video-slide .video-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #2C2822;
}
.video-slider-component .row .column .video-slider-wrapper .video-slider .video-slide .video-wrapper video, .video-slider-component .row .columns .video-slider-wrapper .video-slider .video-slide .video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 230px;
}
@media print, screen and (min-width: 40em) {
    .video-slider-component .row .column .video-slider-wrapper .video-slider .video-slide .video-wrapper video, .video-slider-component .row .columns .video-slider-wrapper .video-slider .video-slide .video-wrapper video {
        max-height: 444px;
    }
}
@media print, screen and (min-width: 64em) {
    .video-slider-component .row .column .video-slider-wrapper .video-slider .video-slide .video-wrapper video, .video-slider-component .row .columns .video-slider-wrapper .video-slider .video-slide .video-wrapper video {
        max-height: 793px;
    }
}
.video-slider-component .row .column .video-slider-wrapper .video-slider .video-slide .video-wrapper video:focus, .video-slider-component .row .columns .video-slider-wrapper .video-slider .video-slide .video-wrapper video:focus {
    outline: none;
}
.video-slider-component .row .column .video-slider-wrapper .video-slider .video-slide .video-wrapper video::cue, .video-slider-component .row .columns .video-slider-wrapper .video-slider .video-slide .video-wrapper video::cue {
    background: transparent;
}
.video-slider-component .row .column .video-slider-wrapper .video-slider .slick-slide, .video-slider-component .row .columns .video-slider-wrapper .video-slider .slick-slide {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.video-slider-component .row .column .video-slider-wrapper .video-slider .slick-slide.slick-active, .video-slider-component .row .columns .video-slider-wrapper .video-slider .slick-slide.slick-active {
    opacity: 1;
}
.video-slider-component .row .column .video-slider-wrapper .video-slider .slick-prev, .video-slider-component .row .columns .video-slider-wrapper .video-slider .slick-prev,
.video-slider-component .row .column .video-slider-wrapper .video-slider .slick-next,
.video-slider-component .row .columns .video-slider-wrapper .video-slider .slick-next {
    display: none !important;
}

.banner-product {
    margin-top: 23px;
}
.banner-product > .row {
    border-radius: 10px;
    background-size: cover;
    background-position: left;
    margin: 0 24px;
    padding: 60px 0;
}
@media print, screen and (min-width: 64em) {
    .banner-product > .row {
        margin: 0 auto;
    }
}
.banner-product .content-column {
    position: relative;
}
.banner-product .content-column .caption {
    position: absolute;
    left: 18px;
    bottom: 13px;
    color: rgba(254, 250, 244, 0.5);
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 1.8px;
}
.banner-product .subtitle {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 55px;
    color: #FEFAF4;
}
.banner-product h2 {
    color: #FEFAF4;
    margin-bottom: 36px;
}
.banner-product .copy {
    margin-bottom: 36px;
}
.banner-product .copy * {
    color: #FEFAF4;
}
.banner-product .button {
    color: #FEFAF4;
}

.success-metrics {
    margin-top: 23px;
}
.success-metrics > .row {
    margin: 0 12px;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(180deg, #CAD1DD -83.27%, #FEFAF4 87.72%);
}
@media print, screen and (min-width: 40em) {
    .success-metrics > .row {
        margin: 0 auto;
        padding: 66px 0;
    }
}
.success-metrics .cards-grid {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
}
@media print, screen and (min-width: 40em) {
    .success-metrics .cards-grid {
        margin-top: 40px;
        -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.success-metrics .cards-grid .card-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
}
.success-metrics .cards-grid .card-item .image-wrapper {
    position: relative;
}
.success-metrics .cards-grid .card-item .image-wrapper > img {
    height: auto;
    width: 100%;
    max-height: 211px;
    border-radius: 10px 10px 0 0;
}
.success-metrics .cards-grid .card-item .image-wrapper .icon-wrapper {
    position: absolute;
    left: 15px;
    bottom: -22px;
    background-color: #F6F4F1;
    height: 45px;
    width: 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    border-radius: 50%;
}
.success-metrics .cards-grid .card-item .text-wrapper {
    padding-top: 30px;
}
.success-metrics .cards-grid .card-item .text-wrapper .metric-number {
    padding: 0 15px;
}
.success-metrics .cards-grid .card-item .text-wrapper .metric-text {
    padding: 0 15px;
    margin-bottom: 26px;
}
.success-metrics .cards-grid .card-item .text-wrapper .copy {
    padding: 0 15px;
    margin-bottom: 25px;
}
.success-metrics .cards-grid .card-item .text-wrapper .source {
    padding-top: 6px;
    border-top: 1px solid #2C2822;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    color: #2C2822;
}
.success-metrics .cards-grid .card-item .text-wrapper .source:hover svg, .success-metrics .cards-grid .card-item .text-wrapper .source:focus-visible svg {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.success-metrics .cards-grid .card-item .text-wrapper .source:hover span:before, .success-metrics .cards-grid .card-item .text-wrapper .source:focus-visible span:before {
    width: 100%;
}
.success-metrics .cards-grid .card-item .text-wrapper .source span {
    display: inline-block;
    margin-left: 15px;
    position: relative;
}
.success-metrics .cards-grid .card-item .text-wrapper .source span:before {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #2C2822;
    position: absolute;
    left: 0;
    bottom: 1px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.success-metrics .cards-grid .card-item .text-wrapper .source svg {
    margin-right: 15px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.testimonials {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media screen and (max-width: 39.9375em) {
    .testimonials {
        background-size: cover;
    }
}
@media print, screen and (min-width: 40em) {
    .testimonials {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonials {
        padding-top: 122px;
        padding-bottom: 95px;
    }
}
.testimonials .main {
    border-bottom: 1px solid #2C2822;
}
@media screen and (max-width: 63.9375em) {
    .testimonials .main {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
}
.testimonials .main img {
    border-radius: 10px 10px 0 0;
    margin-bottom: 30px;
    width: 100%;
}
@media print, screen and (min-width: 40em) {
    .testimonials .main img {
        margin-bottom: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonials .main img {
        margin-bottom: 52px;
    }
}
.testimonials .main .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
@media print, screen and (min-width: 64em) {
    .testimonials .main .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 18px;
    }
}
.testimonials .main .copy {
    margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
    .testimonials .main .copy {
        margin-bottom: 60px;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonials .main .copy {
        margin-bottom: 115px;
    }
}
.testimonials .main .button {
    margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
    .testimonials .main .button {
        margin-bottom: 30px;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonials .main .button {
        margin-bottom: 36px;
    }
}
@media screen and (max-width: 39.9375em) {
    .testimonials .main .button {
        width: 100%;
    }
}
.testimonials .cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
@media print, screen and (min-width: 40em) {
    .testimonials .cards {
        -ms-grid-columns: minmax(0, 1fr) 25px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonials .cards {
        gap: 30px;
    }
}
.testimonials .cards .card-item {
    border-radius: 10px;
    background: rgba(254, 250, 244, 0.37);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    padding: 20px;
    height: auto;
}
@media print, screen and (min-width: 40em) {
    .testimonials .cards .card-item {
        padding: 22px;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonials .cards .card-item {
        padding: 24px;
    }
}
.testimonials .cards .card-item .title {
    font-weight: 500;
    margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
    .testimonials .cards .card-item .title {
        margin-bottom: 30px;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonials .cards .card-item .title {
        margin-bottom: 37px;
    }
}
.testimonials .cards .card-item .copy p {
    color: #2C2822;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.3px;
}
@media print, screen and (min-width: 40em) {
    .testimonials .cards .card-item .copy p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.35px;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonials .cards .card-item .copy p {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.4px;
    }
}
.testimonials .cards .card-item.cta {
    height: 100%;
    padding: 0;
    background: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}
@media screen and (max-width: 39.9375em) {
    .testimonials .cards .card-item.cta {
        -webkit-align-items: center;
                align-items: center;
        -webkit-justify-content: center;
                justify-content: center;
    }
}
.testimonials .cards .card-item.cta .button {
    margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
    .testimonials .cards .card-item.cta .button {
        margin-bottom: 30px;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonials .cards .card-item.cta .button {
        margin-bottom: 36px;
    }
}
@media screen and (max-width: 39.9375em) {
    .testimonials .cards .card-item.cta .button {
        width: 100%;
    }
}

.banner-steps > .row {
    padding: 25px 0;
    margin: 0 24px;
}
@media print, screen and (min-width: 64em) {
    .banner-steps > .row {
        margin: 0 auto;
    }
}
.banner-steps .column, .banner-steps .columns {
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 32px;
    border-radius: 20px;
    background-position: left;
}
@media print, screen and (min-width: 40em) {
    .banner-steps .column, .banner-steps .columns {
        background-position: center;
    }
}
@media print, screen and (min-width: 64em) {
    .banner-steps .column, .banner-steps .columns {
        padding: 61px 116px;
    }
}
.banner-steps .column .h2, .banner-steps .columns .h2 {
    margin-bottom: 30px;
}
@media screen and (max-width: 39.9375em) {
    .banner-steps .column .h2, .banner-steps .columns .h2 {
        text-align: center;
    }
}
@media print, screen and (min-width: 40em) {
    .banner-steps .column .steps-wrapper, .banner-steps .columns .steps-wrapper {
        max-width: 660px;
    }
}
.banner-steps .column .steps-wrapper .step-item, .banner-steps .columns .steps-wrapper .step-item {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
}
.banner-steps .column .steps-wrapper .step-item:last-of-type, .banner-steps .columns .steps-wrapper .step-item:last-of-type {
    margin-bottom: 0;
}
.banner-steps .column .steps-wrapper .step-item .number, .banner-steps .columns .steps-wrapper .step-item .number {
    line-height: 2;
}
.banner-steps .column .steps-wrapper .step-item .content .h3, .banner-steps .column .steps-wrapper .step-item .content section.timeline .content-column .copy p, section.timeline .content-column .copy .banner-steps .column .steps-wrapper .step-item .content p, .banner-steps .columns .steps-wrapper .step-item .content .h3, .banner-steps .columns .steps-wrapper .step-item .content section.timeline .content-column .copy p, section.timeline .content-column .copy .banner-steps .columns .steps-wrapper .step-item .content p {
    margin-bottom: 0;
    font-weight: 500;
}
.banner-steps .column .button, .banner-steps .columns .button {
    margin-top: 45px;
}
@media screen and (max-width: 39.9375em) {
    .banner-steps .column .button, .banner-steps .columns .button {
        display: block;
    }
}

.post-preview {
    margin: 40px 0;
}
@media print, screen and (min-width: 64em) {
    .post-preview {
        margin-top: 89px;
        margin-bottom: 120px;
    }
}
.post-preview .row {
    margin-bottom: 40px;
}
@media print, screen and (min-width: 64em) {
    .post-preview .heading-column {
        margin-bottom: 0;
    }
}
.post-preview .heading-column .h1 {
    margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
    .post-preview .heading-column .h1 {
        margin-bottom: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .post-preview .content-column {
        margin-bottom: 0;
    }
}
.post-preview .content-column .copy {
    margin-bottom: 30px;
}
.post-preview .post-preview-slider {
    margin-top: 60px;
}
@media print, screen and (min-width: 40em) {
    .post-preview .post-preview-slider {
        margin-top: 80px;
    }
}
.post-preview .post-preview-slider .posts-slider-wrapper {
    position: relative;
}
.post-preview .post-preview-slider .posts-slider-wrapper .posts-slider .slick-list {
    overflow: visible;
    margin: 0 -15px;
}
.post-preview .post-preview-slider .posts-slider-wrapper .posts-slider .slick-track {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
            align-items: stretch;
}
.post-preview .post-preview-slider .posts-slider-wrapper .posts-slider .slick-slide {
    padding: 0 15px;
    height: auto;
}
.post-preview .post-preview-slider .posts-slider-wrapper .posts-slider .slick-slide > div {
    height: 100%;
}
.post-preview .post-preview-slider .posts-slider-wrapper .posts-slider .slick-dots {
    display: none !important;
}
.post-preview .post-preview-slider .posts-slider-wrapper .post-card {
    background: transparent;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
}
.post-preview .post-preview-slider .posts-slider-wrapper .post-card .post-link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.post-preview .post-preview-slider .posts-slider-wrapper .post-card:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
}
.post-preview .post-preview-slider .posts-slider-wrapper .post-card .post-image {
    position: relative;
    width: 100%;
    aspect-ratio: 327/371;
    overflow: hidden;
    border-radius: 20px;
}
.post-preview .post-preview-slider .posts-slider-wrapper .post-card .post-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.post-preview .post-preview-slider .posts-slider-wrapper .post-card:hover .post-image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
.post-preview .post-preview-slider .posts-slider-wrapper .post-card .post-content {
    padding: 24px;
    -webkit-flex: 1;
            flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
}
@media print, screen and (min-width: 40em) {
    .post-preview .post-preview-slider .posts-slider-wrapper .post-card .post-content {
        padding: 0;
        padding-top: 17px;
    }
}
.post-preview .post-preview-slider .posts-slider-wrapper .post-card .post-content .post-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 12px;
    color: #2C2822;
}
@media print, screen and (min-width: 40em) {
    .post-preview .post-preview-slider .posts-slider-wrapper .post-card .post-content .post-title {
        font-size: 24px;
    }
}
.post-preview .post-preview-slider .posts-slider-wrapper .post-card .post-content .post-excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #2C2822;
    margin-bottom: 20px;
    -webkit-flex: 1;
            flex: 1;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 150%;
}
.post-preview .post-preview-slider .posts-slider-wrapper .post-card .post-content .post-tags {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
}
.post-preview .post-preview-slider .posts-slider-wrapper .post-card .post-content .post-tags .tag {
    background: #161718;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.24px;
}
.post-preview .post-preview-slider .posts-slider-wrapper .slider-navigation {
    display: -webkit-flex;
    display: flex;
    gap: 12px;
    margin-top: 14px;
}
.post-preview .post-preview-slider .posts-slider-wrapper .slider-navigation .slider-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    transition: all 0.3s ease;
    color: #161718;
}
.post-preview .post-preview-slider .posts-slider-wrapper .slider-navigation .slider-arrow:hover {
    background: #2C2822;
    border-color: #2C2822;
    color: #ffffff;
}
.post-preview .post-preview-slider .posts-slider-wrapper .slider-navigation .slider-arrow svg {
    width: 24px;
    height: 24px;
}
.post-preview .post-preview-slider .posts-slider-wrapper .slider-progress {
    position: relative;
    margin-top: 20px;
    height: 7px;
    background: #e5e5e5;
    border-radius: 2px;
    overflow: hidden;
}
.post-preview .post-preview-slider .posts-slider-wrapper .slider-progress::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--progress-width, 0%);
    background: #2C2822;
    opacity: 0.5;
    border-radius: 2px;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 39.9375em) {
    .post-preview {
        margin-top: 60px;
    }
    .post-preview .row {
        margin-bottom: 30px;
    }
    .post-preview .heading-column {
        text-align: center;
    }
    .post-preview .heading-column .h1 {
        margin-bottom: 15px;
    }
    .post-preview .content-column {
        text-align: center;
    }
    .post-preview .content-column .copy {
        margin-bottom: 20px;
    }
    .post-preview .post-preview-slider {
        margin-top: 40px;
    }
    .post-preview .post-preview-slider .posts-slider .slick-list {
        margin: 0 -10px;
    }
    .post-preview .post-preview-slider .posts-slider .slick-slide {
        padding: 0 10px;
    }
    .post-preview .post-preview-slider .posts-slider .post-card .post-image {
        height: 200px;
    }
    .post-preview .post-preview-slider .posts-slider .post-card .post-content {
        padding: 20px;
    }
    .post-preview .post-preview-slider .posts-slider .post-card .post-content .post-title {
        font-size: 18px;
    }
    .post-preview .post-preview-slider .posts-slider .post-card .post-content .post-excerpt {
        font-size: 14px;
    }
    .post-preview .post-preview-slider .posts-slider .slick-arrow {
        bottom: -50px;
        width: 40px;
        height: 40px;
    }
    .post-preview .post-preview-slider .posts-slider .slick-dots {
        bottom: -50px;
        left: 100px;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .post-preview .post-preview-slider .posts-slider .slick-list {
        margin: 0 -12px;
    }
    .post-preview .post-preview-slider .posts-slider .slick-slide {
        padding: 0 12px;
    }
}

.hero-testimonials {
    margin-top: 10px;
}
@media print, screen and (min-width: 64em) {
    .hero-testimonials {
        margin-top: 60px;
    }
}
.hero-testimonials .content-column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}
.hero-testimonials .content-column .h1 {
    margin-bottom: 19px;
    text-wrap: balance;
}
.hero-testimonials .content-column .copy {
    margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
    .hero-testimonials .content-column .copy {
        margin-bottom: 40px;
    }
}
.hero-testimonials .content-column .button {
    margin-bottom: 50px;
}
.hero-testimonials .image-column {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.hero-testimonials .image-column .image-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.hero-testimonials .image-column .image-wrapper img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}
.hero-testimonials .image-column .image-wrapper .caption-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 340px;
    padding: 16px;
    background-color: #FEFAF4;
    border-radius: 0 10px;
}
@media print, screen and (min-width: 64em) {
    .hero-testimonials .image-column .image-wrapper .caption-wrapper {
        padding: 28px 20px 21px 25px;
    }
}
.hero-testimonials .image-column .image-wrapper .caption-wrapper .caption {
    color: #2C2822;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.6px;
    margin-bottom: 21px;
}
@media print, screen and (min-width: 64em) {
    .hero-testimonials .image-column .image-wrapper .caption-wrapper .caption {
        font-size: 24px;
        line-height: 32px;
    }
}
.hero-testimonials .image-column .image-wrapper .caption-wrapper .caption-subtitle {
    color: #2C2822;
    font-size: 16px;
    letter-spacing: 0.32px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.stories {
    margin-top: 40px;
}
.stories .header-column {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    border-bottom: 1px solid rgba(63, 63, 62, 0.35);
    margin-bottom: 40px;
    padding-bottom: 13px;
}
.stories .header-column h2 {
    margin-bottom: 0;
}
.stories .header-column .arrow-wrapper {
    display: -webkit-flex;
    display: flex;
    gap: 12px;
    -webkit-justify-content: center;
            justify-content: center;
}
.stories .header-column .arrow-wrapper .story-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    transition: all 0.3s ease;
    color: #2C2822;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.stories .header-column .arrow-wrapper .story-arrow:hover {
    background: #2C2822;
    border-color: #2C2822;
    color: #ffffff;
}
.stories .header-column .arrow-wrapper .story-arrow svg {
    width: 14px;
    height: 14px;
}
.stories .stories-column .stories-slider .slick-list {
    overflow: visible;
    height: auto !important;
}
.stories .stories-column .stories-slider .slick-track {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    height: auto !important;
}
.stories .stories-column .stories-slider .slick-slide {
    height: auto !important;
}
.stories .stories-column .stories-slider .slick-slide > div {
    height: auto;
}
.stories .stories-column .stories-slider .slick-arrow {
    display: none !important;
}
.stories .stories-column .stories-slider .slick-dots {
    display: none !important;
}
.stories .stories-column .story .image-wrapper {
    aspect-ratio: 382/151;
}
.stories .stories-column .story .image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}
.stories .stories-column .story .content-wrapper {
    position: relative;
    background-color: #FEFAF4;
    border-radius: 10px 10px 0 0;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    padding: 20px;
}
@media print, screen and (min-width: 40em) {
    .stories .stories-column .story .content-wrapper {
        margin-top: -114px;
    }
}
@media print, screen and (min-width: 64em) {
    .stories .stories-column .story .content-wrapper {
        padding: 20px 117px;
        max-width: 914px;
    }
}
.stories .stories-column .story .content-wrapper *:not(.copy, .copy p) {
    text-align: center;
}
.stories .stories-column .story .content-wrapper .title {
    color: #2C2822;
    font-size: 36px;
    font-weight: 500;
    line-height: 122.222%;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 4px;
}
.stories .stories-column .story .content-wrapper .subtitle {
    color: #2C2822;
    font-size: 24px;
    font-weight: 400;
    line-height: 133.333%;
    font-style: normal;
    margin-bottom: 19px;
}
.stories .stories-column .story .content-wrapper .ttr {
    color: #2C2822;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    font-style: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.stories .stories-column .story .content-wrapper .author {
    color: #2C2822;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    font-style: normal;
    letter-spacing: 0.6px;
    border-top: 1px solid rgba(63, 63, 62, 0.35);
    border-bottom: 1px solid rgba(63, 63, 62, 0.35);
    padding: 13px 0;
}
.stories .stories-column .story .content-wrapper .copy-wrapper {
    position: relative;
    margin-top: 30px;
}
.stories .stories-column .story .content-wrapper .copy-wrapper .copy {
    color: #2C2822;
    font-size: 16px;
    line-height: 150%;
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.6s ease;
    opacity: 1;
    text-align: left;
}
.stories .stories-column .story .content-wrapper .copy-wrapper .copy.expanded {
    max-height: none;
    opacity: 1;
}
.stories .stories-column .story .content-wrapper .copy-wrapper .fade-overlay {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, #FEFAF4);
    pointer-events: none;
    transition: opacity 0.6s ease;
}
.stories .stories-column .story .content-wrapper .copy-wrapper .fade-overlay.hidden {
    opacity: 0;
}
.stories .stories-column .story .content-wrapper .copy-wrapper .read-more-btn {
    display: block;
    margin: 20px auto 0;
    padding: 12px 24px;
    background: transparent;
    border: 1px solid #2C2822;
    border-radius: 20px;
    color: #2C2822;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 1;
    position: relative;
    z-index: 10;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.stories .stories-column .story .content-wrapper .copy-wrapper .read-more-btn:hover {
    background: #2C2822;
    color: #FEFAF4;
}
.stories .stories-column .story .content-wrapper .copy-wrapper .read-more-btn.hidden {
    opacity: 0;
    pointer-events: none;
}
.stories .stories-column .story .content-wrapper .copy-wrapper .loading-spinner {
    display: none;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    margin: 20px auto 0;
    padding: 12px 24px;
}
.stories .stories-column .story .content-wrapper .copy-wrapper .loading-spinner.visible {
    display: -webkit-flex;
    display: flex;
}
.stories .stories-column .story .content-wrapper .copy-wrapper .loading-spinner .spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(44, 40, 34, 0.2);
    border-top: 2px solid #2C2822;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.testimonial-cards {
    margin-top: 63px;
}
.testimonial-cards .heading-column {
    border-bottom: 1px solid rgba(63, 63, 62, 0.35);
    padding-bottom: 13px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
@media screen and (max-width: 39.9375em) {
    .testimonial-cards .heading-column {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .testimonial-cards .heading-column h2 {
        width: 100%;
    }
    .testimonial-cards .heading-column .button {
        margin-top: 20px;
    }
}
.testimonial-cards .heading-column h2 {
    margin-bottom: 0;
}
.testimonial-cards .cards-column {
    margin-top: 40px;
}
.testimonial-cards .cards-column .testimonial-slider-wrapper .testimonial-cards-slider .slick-list {
    overflow: visible;
    margin: 0 -15px;
}
.testimonial-cards .cards-column .testimonial-slider-wrapper .testimonial-cards-slider .slick-track {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
            align-items: stretch;
}
.testimonial-cards .cards-column .testimonial-slider-wrapper .testimonial-cards-slider .slick-slide {
    padding: 0 15px;
    height: auto;
}
.testimonial-cards .cards-column .testimonial-slider-wrapper .testimonial-cards-slider .slick-slide > div {
    height: 100%;
}
.testimonial-cards .cards-column .testimonial-slider-wrapper .testimonial-cards-slider .slick-arrow {
    display: none !important;
}
.testimonial-cards .cards-column .testimonial-slider-wrapper .testimonial-cards-slider .slick-dots {
    display: none !important;
}
.testimonial-cards .cards-column .testimonial-slider-wrapper .testimonial-cards-slider .testimonial-slide .testimonial-card {
    border-radius: 10px;
    padding: 88px 117px 72px 72px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    aspect-ratio: 1030/700;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 63.9375em) {
    .testimonial-cards .cards-column .testimonial-slider-wrapper .testimonial-cards-slider .testimonial-slide .testimonial-card {
        padding: 40px 30px 40px 30px;
        aspect-ratio: 1/1.2;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonial-cards .cards-column .testimonial-slider-wrapper .testimonial-cards-slider .testimonial-slide .testimonial-card {
        width: 100%;
    }
}
.testimonial-cards .cards-column .testimonial-slider-wrapper .testimonial-cards-slider .testimonial-slide .testimonial-card .title {
    font-weight: 400;
}
@media screen and (max-width: 63.9375em) {
    .testimonial-cards .cards-column .testimonial-slider-wrapper .testimonial-cards-slider .testimonial-slide .testimonial-card .title {
        font-size: 24px;
        line-height: 32px;
    }
}
.testimonial-cards .cards-column .testimonial-slider-wrapper .testimonial-cards-slider .testimonial-slide .testimonial-card .subtitle {
    color: #2C2822;
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
}
@media screen and (max-width: 63.9375em) {
    .testimonial-cards .cards-column .testimonial-slider-wrapper .testimonial-cards-slider .testimonial-slide .testimonial-card .subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}
.testimonial-cards .cards-column .testimonial-slider-wrapper .testimonial-cards-slider .testimonial-slide .testimonial-card .copy p {
    color: #2C2822;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.4px;
    margin-bottom: 0;
    text-wrap: balance;
}
@media screen and (max-width: 63.9375em) {
    .testimonial-cards .cards-column .testimonial-slider-wrapper .testimonial-cards-slider .testimonial-slide .testimonial-card .copy p {
        font-size: 20px;
        line-height: 28px;
    }
}
.testimonial-cards .cards-column .testimonial-slider-wrapper .slider-navigation {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}
@media screen and (max-width: 63.9375em) {
    .testimonial-cards .cards-column .testimonial-slider-wrapper .slider-navigation {
        -webkit-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }
}
.testimonial-cards .cards-column .testimonial-slider-wrapper .slider-navigation .slider-progress {
    width: 100%;
    -webkit-flex: 1;
            flex: 1;
    height: 4px;
    background: rgba(44, 40, 34, 0.2);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 63.9375em) {
    .testimonial-cards .cards-column .testimonial-slider-wrapper .slider-navigation .slider-progress {
        width: 100%;
        -webkit-order: 2;
                order: 2;
    }
}
.testimonial-cards .cards-column .testimonial-slider-wrapper .slider-navigation .slider-progress::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--progress-width, 0%);
    background: #2C2822;
    border-radius: 2px;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonial-cards .cards-column .testimonial-slider-wrapper .slider-navigation .slider-arrows {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    gap: 12px;
}
@media screen and (max-width: 63.9375em) {
    .testimonial-cards .cards-column .testimonial-slider-wrapper .slider-navigation .slider-arrows {
        -webkit-order: 1;
                order: 1;
    }
}
.testimonial-cards .cards-column .testimonial-slider-wrapper .slider-navigation .slider-arrows .testimonial-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    transition: all 0.3s ease;
    color: #2C2822;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.testimonial-cards .cards-column .testimonial-slider-wrapper .slider-navigation .slider-arrows .testimonial-arrow:hover {
    background: #2C2822;
    border-color: #2C2822;
    color: #FEFAF4;
}
.testimonial-cards .cards-column .testimonial-slider-wrapper .slider-navigation .slider-arrows .testimonial-arrow svg {
    width: 14px;
    height: 14px;
}

@media print, screen and (min-width: 64em) {
    .hero-about {
        margin-top: 10px;
    }
}
.hero-about > .row {
    padding: 30px 0;
    margin: 0 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
@media print, screen and (min-width: 40em) {
    .hero-about > .row {
        padding-top: 83px;
        padding-bottom: 73px;
    }
}
@media print, screen and (min-width: 64em) {
    .hero-about > .row {
        margin: 0 auto;
    }
}
@media print, screen and (min-width: 64em) {
    .hero-about > .row .column, .hero-about > .row .columns {
        margin: 0 auto;
        max-width: 675px;
    }
}
.hero-about h1, .hero-about .subtitle {
    text-align: center;
}
.hero-about .subtitle {
    margin-bottom: 40px;
}
.hero-about .copy {
    margin-bottom: 0;
}
.hero-about .copy p:last-of-type {
    margin-bottom: 0;
}

section.timeline {
    margin-top: 60px;
}
@media print, screen and (min-width: 40em) {
    section.timeline {
        margin-top: 133px;
    }
}
@media print, screen and (min-width: 40em) {
    section.timeline .content-column {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
                align-items: center;
    }
}
section.timeline .content-column .copy p {
    margin-bottom: 0;
}
section.timeline .timeline-column {
    margin-top: 73px;
}
section.timeline .timeline-column .timeline-slider-wrapper {
    position: relative;
}
section.timeline .timeline-column .timeline-slider-wrapper .timeline-slider {
    margin: 0 -15px;
}
section.timeline .timeline-column .timeline-slider-wrapper .timeline-slider .slick-list {
    overflow: visible;
    height: auto !important;
}
section.timeline .timeline-column .timeline-slider-wrapper .timeline-slider .slick-track {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
            align-items: stretch;
    height: auto !important;
}
section.timeline .timeline-column .timeline-slider-wrapper .timeline-slider .slick-slide {
    padding: 0 15px;
    height: auto !important;
}
section.timeline .timeline-column .timeline-slider-wrapper .timeline-slider .slick-slide > div {
    height: 100%;
}
section.timeline .timeline-column .timeline-slider-wrapper .timeline-slider .slick-arrow,
section.timeline .timeline-column .timeline-slider-wrapper .timeline-slider .slick-dots {
    display: none !important;
}
section.timeline .timeline-column .timeline-slider-wrapper .timeline-slider .timeline-item {
    background: transparent;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
}
section.timeline .timeline-column .timeline-slider-wrapper .timeline-slider .timeline-item .year {
    color: #2C2822;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.9px;
    margin-bottom: 67px;
    position: relative;
    z-index: 1;
    background-color: #FEFAF4;
}
section.timeline .timeline-column .timeline-slider-wrapper .timeline-slider .timeline-item .year:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 77%;
    height: 1px;
    background: #2C2822;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 0;
}
section.timeline .timeline-column .timeline-slider-wrapper .timeline-slider .timeline-item img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 9px;
}
section.timeline .timeline-column .timeline-slider-wrapper .timeline-slider .timeline-item .title {
    color: #2C2822;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 23px;
}
section.timeline .timeline-column .timeline-slider-wrapper .timeline-slider .timeline-item .content p {
    color: #2C2822;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}
section.timeline .timeline-column .timeline-slider-wrapper .slider-navigation {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}
@media screen and (max-width: 63.9375em) {
    section.timeline .timeline-column .timeline-slider-wrapper .slider-navigation {
        -webkit-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }
}
section.timeline .timeline-column .timeline-slider-wrapper .slider-navigation .slider-progress {
    width: 100%;
    -webkit-flex: 1;
            flex: 1;
    height: 4px;
    background: rgba(44, 40, 34, 0.2);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}
section.timeline .timeline-column .timeline-slider-wrapper .slider-navigation .slider-progress::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--progress-width, 0%);
    background: #2C2822;
    border-radius: 2px;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 63.9375em) {
    section.timeline .timeline-column .timeline-slider-wrapper .slider-navigation .slider-progress {
        width: 100%;
        -webkit-order: 2;
                order: 2;
    }
}
section.timeline .timeline-column .timeline-slider-wrapper .slider-navigation .slider-arrows {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    gap: 12px;
}
@media screen and (max-width: 63.9375em) {
    section.timeline .timeline-column .timeline-slider-wrapper .slider-navigation .slider-arrows {
        -webkit-order: 1;
                order: 1;
    }
}
section.timeline .timeline-column .timeline-slider-wrapper .slider-navigation .slider-arrows .timeline-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    transition: all 0.3s ease;
    color: #2C2822;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
section.timeline .timeline-column .timeline-slider-wrapper .slider-navigation .slider-arrows .timeline-arrow:hover {
    background: #2C2822;
    border-color: #2C2822;
    color: #ffffff;
}
section.timeline .timeline-column .timeline-slider-wrapper .slider-navigation .slider-arrows .timeline-arrow svg {
    width: 14px;
    height: 14px;
}

.advisory {
    margin-top: 48px;
    padding-top: 70px;
    padding-bottom: 46px;
    background: linear-gradient(317deg, #EDF5FB 47.96%, #FAFAF9 99.39%);
    -webkit-backdrop-filter: blur(6.5px);
            backdrop-filter: blur(6.5px);
}
.advisory .advisors-column {
    margin-top: 70px;
}
.advisory .advisors-column .advisor-slider-wrapper {
    position: relative;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider {
    margin: 0 -15px;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .slick-list {
    overflow: visible;
    height: auto !important;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .slick-track {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
            align-items: stretch;
    height: auto !important;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .slick-slide {
    padding: 0 15px;
    height: auto !important;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .slick-slide > div {
    height: 100%;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .slick-arrow,
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .slick-dots {
    display: none !important;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide {
    height: 100%;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item {
    background: transparent;
    border: 1px solid #161718;
    border-radius: 10px;
    padding: 18px 26px 31px 26px;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .inner-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    width: 100%;
    margin-bottom: 35px;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .inner-wrapper .flag-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .inner-wrapper .flag-wrapper img {
    width: 24px;
    height: 18px;
    -o-object-fit: cover;
       object-fit: cover;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .inner-wrapper .flag-wrapper .caption {
    color: #2C2822;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.24px;
    margin-top: 10px;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .inner-wrapper .links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 5px;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .inner-wrapper .links a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 3px;
    text-decoration: none;
    position: relative;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .inner-wrapper .links a:hover svg, .advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .inner-wrapper .links a:focus-visible svg {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .inner-wrapper .links a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #2C2822;
    z-index: 0;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .inner-wrapper .links a span {
    color: #2C2822;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    letter-spacing: 0.24px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .inner-wrapper .links a svg {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .image-wrapper {
    margin-bottom: 16px;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .image-wrapper img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .content {
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .content .title {
    color: #2C2822;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .content .subtitle {
    font-size: 16px;
    color: #2C2822;
    margin-bottom: 0;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .position {
    margin-top: 19px;
    margin-bottom: 19px;
    -webkit-flex-grow: 1;
            flex-grow: 1;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .additional {
    margin-top: auto;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .additional .copy p {
    color: #2C2822;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.24px;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .additional .copy p strong {
    font-weight: 600;
}
.advisory .advisors-column .advisor-slider-wrapper .advisor-slider .advisor-slide .advisor-item .additional .copy p:last-child {
    margin-bottom: 0;
}
.advisory .advisors-column .advisor-slider-wrapper .slider-navigation {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}
@media screen and (max-width: 63.9375em) {
    .advisory .advisors-column .advisor-slider-wrapper .slider-navigation {
        -webkit-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }
}
.advisory .advisors-column .advisor-slider-wrapper .slider-navigation .slider-progress {
    width: 100%;
    -webkit-flex: 1;
            flex: 1;
    height: 4px;
    background: rgba(44, 40, 34, 0.2);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}
.advisory .advisors-column .advisor-slider-wrapper .slider-navigation .slider-progress::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--progress-width, 0%);
    background: #2C2822;
    border-radius: 2px;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 63.9375em) {
    .advisory .advisors-column .advisor-slider-wrapper .slider-navigation .slider-progress {
        width: 100%;
        -webkit-order: 2;
                order: 2;
    }
}
.advisory .advisors-column .advisor-slider-wrapper .slider-navigation .slider-arrows {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    gap: 12px;
}
@media screen and (max-width: 63.9375em) {
    .advisory .advisors-column .advisor-slider-wrapper .slider-navigation .slider-arrows {
        -webkit-order: 1;
                order: 1;
    }
}
.advisory .advisors-column .advisor-slider-wrapper .slider-navigation .slider-arrows .advisor-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    transition: all 0.3s ease;
    color: #2C2822;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.advisory .advisors-column .advisor-slider-wrapper .slider-navigation .slider-arrows .advisor-arrow:hover {
    background: #2C2822;
    border-color: #2C2822;
    color: #ffffff;
}
.advisory .advisors-column .advisor-slider-wrapper .slider-navigation .slider-arrows .advisor-arrow svg {
    width: 14px;
    height: 14px;
}
.advisory .tabs, .advisory .tabs-content {
    border: none;
    background: transparent;
}
.advisory .tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    padding-bottom: 6px;
}
.advisory .tabs .tabs-title {
    position: relative;
}
@media print, screen and (min-width: 64em) {
    .advisory .tabs .tabs-title {
        min-width: 250px;
        width: 33%;
    }
}
.advisory .tabs .tabs-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 2px;
    width: 0%;
    background: #2B303F;
    display: block;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.advisory .tabs .tabs-title.is-active:after {
    width: calc(100% - 10px);
}
.advisory .tabs .tabs-title.is-active a {
    background: transparent;
    opacity: 1;
}
.advisory .tabs .tabs-title a {
    padding: 0;
    color: #2C2822;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.4px;
    text-decoration: none;
    opacity: 0.75;
}
.advisory .tabs .tabs-title a:hover, .advisory .tabs .tabs-title a:focus-visible {
    background-color: transparent;
    opacity: 1;
}
.advisory .tabs-content {
    padding-top: 46px;
}
.advisory .tabs-content .tabs-panel {
    padding: 0;
}
.advisory .tabs-content .tabs-panel .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 71px minmax(0, 1fr) 71px minmax(0, 1fr) 71px minmax(0, 1fr) 71px minmax(0, 1fr) 71px minmax(0, 1fr);
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 71px;
}
.advisory .tabs-content .tabs-panel .inner .logo-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.advisory .accordion {
    border: none;
    background: transparent;
}
.advisory .accordion .accordion-item {
    border: none;
    background: transparent;
}
.advisory .accordion .accordion-item.is-active .accordion-title {
    background: transparent;
    opacity: 1;
}
.advisory .accordion .accordion-item .accordion-title {
    border: none;
    padding: 12px 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.4px;
    text-decoration: none;
    opacity: 0.75;
    color: #2C2822;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    background: transparent;
}
.advisory .accordion .accordion-item .accordion-title:before {
    margin-top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    font-weight: 400;
}
.advisory .accordion .accordion-item .accordion-title:hover, .advisory .accordion .accordion-item .accordion-title:focus-visible {
    background: transparent;
    opacity: 1;
}
.advisory .accordion .accordion-item .accordion-content {
    border: none;
    background: transparent;
    padding: 12px 0;
}
.advisory .accordion .accordion-item .accordion-content .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    text-align: center;
}
@media print, screen and (min-width: 40em) {
    .advisory .accordion .accordion-item .accordion-content .inner {
        -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
    }
}
.advisory .accordion .accordion-item .accordion-content .inner .partner img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 150px;
}
@media print, screen and (min-width: 40em) {
    .advisory .accordion .accordion-item .accordion-content .inner .partner img {
        max-width: 300px;
    }
}
@media print, screen and (min-width: 64em) {
    .advisory .accordion .accordion-item .accordion-content .inner .partner img {
        max-width: none;
    }
}

.mission {
    padding-top: 37px;
}
.mission h2 {
    color: #2C2822;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.mission .copy p {
    color: #2C2822;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
@media print, screen and (min-width: 40em) {
    .mission .copy p {
        font-size: 36px;
        line-height: 44px;
    }
}
.mission .image-wrapper {
    margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
    .mission .image-wrapper {
        margin-top: 50px;
    }
}
.mission .image-wrapper img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}
.mission .video-wrapper {
    margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
    .mission .video-wrapper {
        margin-top: 50px;
    }
}
.mission .video-wrapper video {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}

.values {
    margin-top: 52px;
}
.values .card-column {
    margin-top: 42px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    text-align: center;
    gap: 18px;
}
@media print, screen and (min-width: 40em) {
    .values .card-column {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
        text-align: left;
    }
}
@media print, screen and (min-width: 64em) {
    .values .card-column {
        -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.values .card-column .card {
    padding: 34px 20px;
    border-radius: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
}
.values .card-column .card:nth-child(4n+1) {
    background: linear-gradient(270deg, rgba(198, 113, 66, 0.3) 0%, rgba(251, 232, 221, 0.3) 95.62%), #FEFAF4;
}
.values .card-column .card:nth-child(4n+2) {
    background: linear-gradient(270deg, rgba(251, 231, 222, 0.3) -24.92%, rgba(237, 245, 251, 0.3) 2.11%, rgba(203, 209, 221, 0.3) 35.14%, rgba(233, 226, 202, 0.3) 63.97%, rgba(198, 113, 66, 0.3) 100%), #FEFAF4;
}
.values .card-column .card:nth-child(4n+3) {
    background: linear-gradient(270deg, rgba(233, 226, 202, 0.3) 0%, rgba(203, 209, 221, 0.3) 24.52%, rgba(237, 245, 251, 0.3) 100%), #FEFAF4;
}
.values .card-column .card:nth-child(4n+4) {
    background: linear-gradient(270deg, rgba(165, 159, 142, 0.3) 5.05%, rgba(233, 226, 202, 0.3) 100%), #FEFAF4;
}
.values .card-column .card .icon-wrapper {
    margin-bottom: 15px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
.values .card-column .card h3.h3 {
    margin-bottom: 30px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
@media print, screen and (min-width: 64em) {
    .values .card-column .card h3.h3 {
        font-size: 20px;
    }
}
.values .card-column .card .copy {
    margin-top: auto;
}
.values .card-column .card .copy p:last-of-type {
    margin-bottom: 0;
}

.banner-awards {
    margin-top: 81px;
}
@media screen and (max-width: 63.9375em) {
    .banner-awards {
        margin-top: 40px;
    }
}
@media screen and (max-width: 63.9375em) {
    .banner-awards > .row {
        margin: 0 24px;
    }
}
.banner-awards .column, .banner-awards .columns {
    border-radius: 10px;
    background: linear-gradient(277deg, #C3B18E -71.29%, #E9E2CA 100.85%);
    -webkit-backdrop-filter: blur(6.5px);
            backdrop-filter: blur(6.5px);
    padding: 41px 71px;
}
@media screen and (max-width: 63.9375em) {
    .banner-awards .column, .banner-awards .columns {
        padding: 30px 20px;
    }
}
.banner-awards .column .content-wrapper, .banner-awards .columns .content-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    gap: 180px;
    margin-bottom: 40px;
}
@media screen and (max-width: 63.9375em) {
    .banner-awards .column .content-wrapper, .banner-awards .columns .content-wrapper {
        -webkit-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }
}
.banner-awards .column .content-wrapper h2, .banner-awards .columns .content-wrapper h2 {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
@media screen and (max-width: 63.9375em) {
    .banner-awards .column .content-wrapper h2, .banner-awards .columns .content-wrapper h2 {
        margin-bottom: 0;
    }
}
.banner-awards .column .cards-wrapper, .banner-awards .columns .cards-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 50px minmax(0, 1fr) 50px minmax(0, 1fr) 50px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 50px;
}
@media screen and (max-width: 63.9375em) {
    .banner-awards .column .cards-wrapper, .banner-awards .columns .cards-wrapper {
        -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }
}
@media screen and (max-width: 39.9375em) {
    .banner-awards .column .cards-wrapper, .banner-awards .columns .cards-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.banner-awards .column .cards-wrapper .card a, .banner-awards .columns .cards-wrapper .card a {
    display: inline-block;
    margin-bottom: 24px;
}
@media screen and (max-width: 63.9375em) {
    .banner-awards .column .cards-wrapper .card a, .banner-awards .columns .cards-wrapper .card a {
        margin-bottom: 16px;
    }
}
.banner-awards .column .cards-wrapper .card a img, .banner-awards .columns .cards-wrapper .card a img {
    height: 60px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
}
@media screen and (max-width: 63.9375em) {
    .banner-awards .column .cards-wrapper .card a img, .banner-awards .columns .cards-wrapper .card a img {
        height: 50px;
    }
}
@media screen and (max-width: 39.9375em) {
    .banner-awards .column .cards-wrapper .card a img, .banner-awards .columns .cards-wrapper .card a img {
        height: 45px;
    }
}
.banner-awards .column .cards-wrapper .card h3, .banner-awards .columns .cards-wrapper .card h3 {
    border-top: 1px solid #2C2822;
    color: #2C2822;
    padding-top: 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0.6;
}
@media screen and (max-width: 63.9375em) {
    .banner-awards .column .cards-wrapper .card h3, .banner-awards .columns .cards-wrapper .card h3 {
        font-size: 11px;
        letter-spacing: 2px;
        padding-top: 12px;
    }
}
@media screen and (max-width: 39.9375em) {
    .banner-awards .column .cards-wrapper .card h3, .banner-awards .columns .cards-wrapper .card h3 {
        font-size: 10px;
        letter-spacing: 1.5px;
    }
}

.hero-basic {
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}
@media print, screen and (min-width: 40em) {
    .hero-basic {
        margin-top: 85px;
        margin-bottom: 55px;
    }
}
.hero-basic h1 {
    margin-bottom: 19px;
    text-wrap: balance;
}
.hero-basic .copy {
    margin-bottom: 33px;
}
.hero-basic .copy P {
    text-wrap: balance;
}

@media screen and (max-width: 63.9375em) {
    .featured-post {
        margin-top: 40px;
    }
}
@media screen and (max-width: 63.9375em) {
    .featured-post > .row {
        margin: 0 24px;
    }
}
@media screen and (max-width: 63.9375em) {
    .featured-post .image-wrapper {
        margin-bottom: 20px;
    }
}
.featured-post .image-wrapper img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}
.featured-post .content-wrapper {
    position: relative;
    background-color: #FEFAF4;
    border-radius: 10px 10px 0 0;
    padding: 20px;
    margin: 0 auto;
    max-width: calc(100% - 30px);
}
@media screen and (max-width: 63.9375em) {
    .featured-post .content-wrapper {
        padding: 20px;
        margin-top: 0;
        border-radius: 10px;
        max-width: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .featured-post .content-wrapper {
        padding: 20px 117px;
        margin-top: -114px;
        max-width: 914px;
    }
}
.featured-post .category-wrapper {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 10px;
}
@media screen and (max-width: 63.9375em) {
    .featured-post .category-wrapper {
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
        gap: 8px;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.featured-post .category-wrapper .category {
    display: inline-block;
    border-radius: 200px;
    background: #2C2822;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.24px;
}
@media screen and (max-width: 63.9375em) {
    .featured-post .category-wrapper .category {
        font-size: 12px;
        padding: 3px 10px;
    }
}
.featured-post .title, .featured-post .subtitle {
    text-align: center;
}
@media screen and (max-width: 63.9375em) {
    .featured-post .title, .featured-post .subtitle {
        text-align: left;
    }
}
.featured-post .title {
    margin-bottom: 0;
}
@media screen and (max-width: 63.9375em) {
    .featured-post .title {
        font-size: 24px;
        line-height: 32px;
    }
}
.featured-post .subtitle {
    margin-bottom: 23px;
}
@media screen and (max-width: 63.9375em) {
    .featured-post .subtitle {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 26px;
    }
}
.featured-post .additional-text {
    text-align: center;
    margin-bottom: 23px;
}
@media screen and (max-width: 63.9375em) {
    .featured-post .additional-text {
        text-align: left;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 24px;
    }
}
.featured-post .study {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    border-top: 1px solid rgba(44, 40, 34, 0.35);
    border-bottom: 1px solid rgba(44, 40, 34, 0.35);
    padding: 16px 0;
    margin-bottom: 23px;
}
@media screen and (max-width: 39.9375em) {
    .featured-post .study {
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
                align-items: flex-start;
        gap: 15px;
        padding: 15px 0;
        margin-bottom: 20px;
    }
}
.featured-post .study > p {
    margin-bottom: 0;
    color: #2C2822;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 5.6px;
    text-transform: uppercase;
}
@media screen and (max-width: 63.9375em) {
    .featured-post .study > p {
        font-size: 12px;
        letter-spacing: 3px;
        line-height: 20px;
    }
}
.featured-post .study .wrapper {
    display: -webkit-flex;
    display: flex;
    gap: 20px;
}
@media screen and (max-width: 63.9375em) {
    .featured-post .study .wrapper {
        gap: 10px;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.featured-post .study .wrapper .study-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 7px;
    border-radius: 200px;
    background: #2C2822;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.24px;
}
@media screen and (max-width: 63.9375em) {
    .featured-post .study .wrapper .study-item {
        font-size: 12px;
        padding: 3px 10px;
        gap: 5px;
    }
}
.featured-post .study .wrapper .study-item p {
    margin-bottom: 0;
}
.featured-post .copy-wrapper {
    position: relative;
}
.featured-post .copy-wrapper .copy {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.featured-post .copy-wrapper .copy.expanded {
    max-height: none;
}
.featured-post .copy-wrapper .copy h2 {
    color: #2C2822;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    font-style: normal;
}
.featured-post .copy-wrapper .copy p {
    color: #2C2822;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
}
.featured-post .copy-wrapper .fade-overlay {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #FEFAF4);
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.featured-post .copy-wrapper .fade-overlay.hidden {
    opacity: 0;
}
.featured-post .copy-wrapper .read-more-btn {
    position: relative;
    z-index: 10;
    background: transparent;
    border: 1px solid #2C2822;
    color: #2C2822;
    padding: 15px 30px;
    border-radius: 200px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin: 20px auto 0;
    display: block;
}
@media screen and (max-width: 63.9375em) {
    .featured-post .copy-wrapper .read-more-btn {
        padding: 12px 24px;
        font-size: 13px;
    }
}
.featured-post .copy-wrapper .read-more-btn:hover {
    background: #2C2822;
    color: #ffffff;
}
.featured-post .copy-wrapper .read-more-btn.hidden {
    display: none;
}
.featured-post .copy-wrapper .loading-spinner {
    display: none;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    margin: 20px auto 0;
    padding: 12px 24px;
}
.featured-post .copy-wrapper .loading-spinner.visible {
    display: -webkit-flex;
    display: flex;
}
.featured-post .copy-wrapper .loading-spinner .spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(44, 40, 34, 0.2);
    border-top: 2px solid #2C2822;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.hero-product > .row {
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 24px;
    margin: 0 24px;
    border-radius: 10px;
}
@media print, screen and (min-width: 40em) {
    .hero-product > .row {
        padding: 48px 24PX;
    }
}
@media print, screen and (min-width: 64em) {
    .hero-product > .row {
        margin: 0 auto;
        padding-top: 97px;
        padding-bottom: 108px;
    }
}
.hero-product .h2 {
    margin-bottom: 16px;
}
.hero-product .copy {
    margin-bottom: 36px;
}

.hero-clinic > .row {
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 24px;
    margin-top: 0;
    padding: 24px;
}
@media print, screen and (min-width: 40em) {
    .hero-clinic > .row {
        margin: 24px;
        padding: 48px;
    }
}
@media print, screen and (min-width: 64em) {
    .hero-clinic > .row {
        margin: 0 auto;
        padding: 68px 57px;
    }
}
.hero-clinic .content-column {
    text-align: center;
}
.hero-clinic .content-column h1, .hero-clinic .content-column .copy p {
    color: #ffffff;
}
.hero-clinic .tab-column {
    margin-top: 50px;
    border-radius: 10px;
    background: linear-gradient(276deg, #EDF5FB -7.2%, #FAFAF9 100.61%);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(6.5px);
            backdrop-filter: blur(6.5px);
    padding: 24px;
}
@media print, screen and (min-width: 40em) {
    .hero-clinic .tab-column {
        margin-top: 85px;
        padding: 41px 59px;
    }
}
.hero-clinic .tab-column h2 {
    margin-bottom: 20px;
    text-align: center;
}
@media print, screen and (min-width: 40em) {
    .hero-clinic .tab-column h2 {
        margin-bottom: 70px;
        text-align: left;
    }
}
.hero-clinic .tab-column .tabs, .hero-clinic .tab-column .tabs-content {
    border: none;
    background: transparent;
}
.hero-clinic .tab-column .tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    padding-bottom: 6px;
}
.hero-clinic .tab-column .tabs .tabs-title {
    position: relative;
}
@media print, screen and (min-width: 64em) {
    .hero-clinic .tab-column .tabs .tabs-title {
        min-width: 250px;
    }
}
.hero-clinic .tab-column .tabs .tabs-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 2px;
    width: 0%;
    background: #2B303F;
    display: block;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.hero-clinic .tab-column .tabs .tabs-title.is-active:after {
    width: calc(100% - 10px);
}
.hero-clinic .tab-column .tabs .tabs-title.is-active a {
    background: transparent;
    opacity: 1;
}
.hero-clinic .tab-column .tabs .tabs-title a {
    padding: 0;
    color: #2C2822;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.4px;
    text-decoration: none;
    opacity: 0.75;
}
.hero-clinic .tab-column .tabs .tabs-title a:hover, .hero-clinic .tab-column .tabs .tabs-title a:focus-visible {
    background-color: transparent;
    opacity: 1;
}
.hero-clinic .tab-column .tabs-content {
    padding-top: 46px;
}
.hero-clinic .tab-column .tabs-content .tabs-panel {
    padding: 0;
}
.hero-clinic .tab-column .tabs-content .tabs-panel .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 71px minmax(0, 1fr) 71px minmax(0, 1fr) 71px minmax(0, 1fr) 71px minmax(0, 1fr) 71px minmax(0, 1fr);
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 71px;
}
.hero-clinic .tab-column .tabs-content .tabs-panel .inner .image-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.hero-clinic .tab-column .accordion {
    border: none;
    background: transparent;
}
.hero-clinic .tab-column .accordion .accordion-item {
    border: none;
    background: transparent;
}
.hero-clinic .tab-column .accordion .accordion-item:is-active .accordion-title {
    background: transparent;
    opacity: 1;
}
.hero-clinic .tab-column .accordion .accordion-item .accordion-title {
    border: none;
    padding: 12px 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.4px;
    text-decoration: none;
    opacity: 0.75;
    color: #2C2822;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    background: transparent;
}
.hero-clinic .tab-column .accordion .accordion-item .accordion-title:before {
    margin-top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    font-weight: 400;
}
.hero-clinic .tab-column .accordion .accordion-item .accordion-title:hover, .hero-clinic .tab-column .accordion .accordion-item .accordion-title:focus-visible {
    background: transparent;
    opacity: 1;
}
.hero-clinic .tab-column .accordion .accordion-item .accordion-content {
    border: none;
    background: transparent;
    padding: 12px 0;
}
.hero-clinic .tab-column .accordion .accordion-item .accordion-content .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    text-align: center;
}
@media print, screen and (min-width: 40em) {
    .hero-clinic .tab-column .accordion .accordion-item .accordion-content .inner {
        -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
    }
}

.banner-clinic {
    margin-top: 37px;
}
@media screen and (max-width: 39.9375em) {
    .banner-clinic {
        margin-top: 20px;
    }
}
.banner-clinic > .row {
    padding-top: 77px;
    padding-bottom: 108px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 63.9375em) {
    .banner-clinic > .row {
        margin: 0 12px;
        padding: 40px 20px;
        background-position: left;
        background-size: cover;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .banner-clinic > .row {
        margin: 0 24px;
    }
}
@media screen and (max-width: 39.9375em) {
    .banner-clinic .column, .banner-clinic .columns {
        text-align: center;
        max-width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 39.9375em) {
    .banner-clinic h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }
}
.banner-clinic .copy {
    margin-bottom: 40px;
}
@media screen and (max-width: 39.9375em) {
    .banner-clinic .copy {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width: 39.9375em) {
    .banner-clinic .copy p {
        font-size: 16px;
        line-height: 24px;
    }
}
.banner-clinic .points-wrapper .point {
    border-left: 1px solid #2C2822;
    border-bottom: 1px solid #2C2822;
    padding-left: 9px;
    padding-bottom: 9px;
    padding-top: 17px;
    text-align: left;
}
@media screen and (max-width: 39.9375em) {
    .banner-clinic .points-wrapper .point {
        padding-left: 12px;
        padding-bottom: 12px;
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .banner-clinic .points-wrapper .point:last-child {
        margin-bottom: 0;
    }
}
.banner-clinic .points-wrapper .point .text {
    margin: 0;
}
@media screen and (max-width: 39.9375em) {
    .banner-clinic .points-wrapper .point .text {
        font-size: 14px;
        line-height: 22px;
    }
}
.banner-clinic .points-wrapper .point img {
    margin-bottom: 11px;
}
@media screen and (max-width: 39.9375em) {
    .banner-clinic .points-wrapper .point img {
        margin-bottom: 8px;
        width: 24px;
        height: 24px;
    }
}

.faqs > .row {
    border-top: 1px solid #2C2822;
    padding-top: 60px;
}
.faqs > .row .content-column h2 {
    margin-bottom: 25px;
}
.faqs > .row .content-column .content {
    margin-bottom: 38px;
}
.faqs > .row .content-column .content p:last-of-type {
    margin-bottom: 0;
}
@media screen and (max-width: 63.9375em) {
    .faqs .faqs-column {
        margin-top: 30px;
    }
}
.faqs .faqs-column .accordion {
    background-color: transparent;
}
.faqs .faqs-column .accordion .accordion-item {
    margin-bottom: 20px;
    border-radius: 10px;
    background: linear-gradient(289deg, #5E6A7D 0.54%, #161722 100%);
    -webkit-backdrop-filter: blur(13.5px);
            backdrop-filter: blur(13.5px);
    padding: 34px 30px;
}
.faqs .faqs-column .accordion .accordion-item:hover .accordion-title:before, .faqs .faqs-column .accordion .accordion-item:focus-visible .accordion-title:before {
    background-color: rgb(255, 253, 248);
    color: #2C303E;
}
.faqs .faqs-column .accordion .accordion-item .accordion-title {
    border: none;
    background-color: transparent;
    color: #FEFAF4;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    padding: 0;
    padding-right: 75px;
}
.faqs .faqs-column .accordion .accordion-item .accordion-title:before {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
    height: 48px;
    width: 48px;
    background-color: rgba(255, 253, 248, 0.25);
    -webkit-backdrop-filter: blur(2.5px);
            backdrop-filter: blur(2.5px);
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    line-height: 1;
    padding-bottom: 5px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.faqs .faqs-column .accordion .accordion-item .accordion-content {
    border: none;
    background-color: transparent;
    padding: 0;
    padding-top: 35px;
}
.faqs .faqs-column .accordion .accordion-item .accordion-content .copy p {
    color: #FEFAF4;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.32px;
}

.faqs + .faqs {
    margin-top: 40px;
}

.demo > .row {
    border-radius: 10px;
    background: #F9F9F9;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 12px;
    margin: 0 12px;
    margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
    .demo > .row {
        padding-top: 60px;
        padding-bottom: 60px;
        margin: 0 auto;
        margin-bottom: 60px;
    }
}
.demo .form-column {
    padding-top: 25px;
}
.demo .form-column .form-wrapper {
    border-top: 1px solid rgba(44, 40, 34, 0.25);
    padding-top: 16px;
}
.demo .form-column .form-wrapper > p {
    color: #2C2822;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.32px;
}

.hero-gradient.text-black h1, .hero-gradient.text-black .copy p {
    color: #2C2822;
}
.hero-gradient.text-black .button {
    color: #2C2822;
    border-color: #2C2822;
}
.hero-gradient.text-white h1, .hero-gradient.text-white .copy p {
    color: #FEFAF4;
}
.hero-gradient.text-white .button {
    color: #FEFAF4;
    border-color: #FEFAF4;
}
.hero-gradient > .row {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 24px;
    margin: 0 24px;
    border-radius: 10px;
}
@media print, screen and (min-width: 40em) {
    .hero-gradient > .row {
        padding: 48px 24PX;
    }
}
@media print, screen and (min-width: 64em) {
    .hero-gradient > .row {
        margin: 0 auto;
        padding-top: 80px;
        padding-bottom: 111px;
    }
}

.contact {
    margin-top: 49px;
}
@media screen and (max-width: 39.9375em) {
    .contact {
        margin-top: 30px;
    }
}
.contact > .row {
    border-radius: 10px;
    background: #F9F9F9;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 12px;
    margin-bottom: 30px;
}
@media screen and (max-width: 39.9375em) {
    .contact > .row {
        padding: 30px 20px;
        margin: 0 12px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .contact > .row {
        padding: 40px 30px;
        margin: 0 20px;
        margin-bottom: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .contact > .row {
        margin: 0 auto;
        margin-bottom: 60px;
    }
}
.contact h2 {
    margin-bottom: 66px;
}
@media screen and (max-width: 39.9375em) {
    .contact h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 39.9375em) {
    .contact .copy {
        margin-bottom: 30px;
    }
}
.contact .copy p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #2C2822;
}
@media screen and (max-width: 39.9375em) {
    .contact .copy p {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.28px;
    }
}
.contact p.title {
    border-bottom: 1px solid rgba(44, 40, 34, 0.25);
    padding-bottom: 4px;
    color: #2C2822;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 24px;
}
@media screen and (max-width: 39.9375em) {
    .contact p.title {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.28px;
        margin-bottom: 20px;
        text-align: center;
    }
}
.contact .address, .contact .email, .contact .phone {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 15px;
    margin-bottom: 24px;
    color: #2C2822;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.32px;
}
@media screen and (max-width: 39.9375em) {
    .contact .address, .contact .email, .contact .phone {
        gap: 15px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.28px;
        -webkit-align-items: center;
                align-items: center;
        text-align: left;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .contact .address a, .contact .email a, .contact .phone a {
        width: 100%;
    }
}
@media screen and (max-width: 39.9375em) {
    .contact .address svg, .contact .email svg, .contact .phone svg {
        width: 12px;
        height: auto;
        -webkit-flex-shrink: 0;
                flex-shrink: 0;
    }
}
.contact .address a, .contact .email a, .contact .phone a {
    color: #2C2822;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-decoration: none;
    position: relative;
}
@media screen and (max-width: 39.9375em) {
    .contact .address a, .contact .email a, .contact .phone a {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.28px;
    }
}
.contact .address a:after, .contact .email a:after, .contact .phone a:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #2C2822;
    transition: width 0.3s ease-in-out;
}
.contact .address a:hover:after, .contact .address a:focus-visible:after, .contact .email a:hover:after, .contact .email a:focus-visible:after, .contact .phone a:hover:after, .contact .phone a:focus-visible:after {
    width: 70%;
}
.contact .address span, .contact .email span, .contact .phone span {
    color: #2C2822;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
}
@media screen and (max-width: 39.9375em) {
    .contact .address span, .contact .email span, .contact .phone span {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.28px;
    }
}
@media screen and (max-width: 39.9375em) {
    .contact .column:last-child, .contact .columns:last-child {
        margin-top: 30px;
    }
}
@media screen and (max-width: 39.9375em) {
    .contact .gform_wrapper .gform_fields .gfield {
        margin-bottom: 20px;
    }
}

@media print, screen and (min-width: 64em) {
    .hero-faq .title-column {
        margin-top: 90px;
    }
}
.hero-faq .title-column h1 {
    margin-bottom: 22px;
}
@media print, screen and (min-width: 64em) {
    .hero-faq .title-column h1 {
        margin-bottom: 44px;
    }
}
.hero-faq .links-column .links {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}
@media screen and (max-width: 63.9375em) {
    .hero-faq .links-column .links {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .hero-faq .links-column .links a {
        width: 100%;
    }
}
.hero-faq .links-column .links a {
    color: #2C2822;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none;
}
.hero-faq .links-column .links a:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #2C2822;
    transition: width 0.3s ease-in-out;
}
.hero-faq .links-column .links a:hover:after, .hero-faq .links-column .links a:focus-visible:after {
    width: 70%;
}

.content-basic {
    text-align: center;
    margin-top: 55px;
    margin-bottom: 80px;
}
.content-basic > .row {
    border-top: 1px solid rgba(44, 40, 34, 0.25);
    padding-top: 55px;
}
.content-basic .h2 {
    margin-bottom: 0;
}
.content-basic .copy {
    margin-bottom: 39px;
}
.content-basic .copy p {
    color: #2C2822;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.6px;
}
.content-basic .cta-wrapper {
    -webkit-justify-content: center;
            justify-content: center;
}
@media screen and (max-width: 39.9375em) {
    .content-basic .cta-wrapper {
        gap: 30px;
    }
}

.locator {
    margin-top: 40px;
}
.locator > .row {
    border-radius: 10px;
    background: #F9F9F9;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 20px 12px;
    margin: 0 12px;
    margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
    .locator > .row {
        padding-top: 60px;
        padding-bottom: 60px;
        margin: 0 auto;
        margin-bottom: 60px;
    }
}

.product-slider {
    background-color: #2C2822;
    padding-top: 176px;
    margin-top: 66px;
}
@media screen and (max-width: 39.9375em) {
    .product-slider {
        padding-top: 80px;
        margin-top: 40px;
    }
}
.product-slider .heading-column h2 {
    color: #FEFAF4;
}
@media screen and (max-width: 39.9375em) {
    .product-slider .heading-column h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }
}
.product-slider .content-column .copy, .product-slider .content-column .copy p {
    color: #FEFAF4;
}
@media screen and (max-width: 39.9375em) {
    .product-slider .content-column .copy, .product-slider .content-column .copy p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}
.product-slider .cards-column .subtitle {
    color: #FEFAF4;
    margin-top: 79px;
}
@media screen and (max-width: 39.9375em) {
    .product-slider .cards-column .subtitle {
        margin-top: 40px;
        font-size: 24px;
        line-height: 32px;
    }
}
.product-slider .cards-column .product-slider-wrapper {
    position: relative;
    margin-top: 40px;
}
@media screen and (max-width: 39.9375em) {
    .product-slider .cards-column .product-slider-wrapper {
        margin-top: 30px;
    }
}
.product-slider .cards-column .products-slider .slick-list {
    overflow: visible;
    height: auto !important;
}
.product-slider .cards-column .products-slider .slick-track {
    height: auto !important;
    display: -webkit-flex;
    display: flex;
}
.product-slider .cards-column .products-slider .slick-slide {
    overflow: visible;
    height: auto !important;
    margin-right: 30px;
}
@media screen and (max-width: 39.9375em) {
    .product-slider .cards-column .products-slider .slick-slide {
        margin-right: 15px;
    }
}
.product-slider .cards-column .products-slider .slick-slide > div {
    height: 100%;
}
.product-slider .cards-column .products-slider .slick-arrow {
    display: none !important;
}
.product-slider .cards-column .products-slider .slick-dots {
    display: none !important;
}
.product-slider .cards-column .product-slide {
    height: 100%;
}
.product-slider .cards-column .product-slide .card {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 40px 60px;
    height: 100%;
    text-align: center;
    margin-right: 0;
}
@media screen and (max-width: 63.9375em) {
    .product-slider .cards-column .product-slide .card {
        padding: 30px;
        background-size: 100% 200%;
    }
}
@media print, screen and (min-width: 64em) {
    .product-slider .cards-column .product-slide .card {
        aspect-ratio: 559/670;
    }
}
.product-slider .cards-column .product-slide .card.text-white .title, .product-slider .cards-column .product-slide .card.text-white .content * {
    color: #FEFAF4;
}
.product-slider .cards-column .product-slide .card.text-black .title, .product-slider .cards-column .product-slide .card.text-black .content * {
    color: #2C2822;
}
.product-slider .cards-column .product-slide .card .title {
    margin-bottom: 32px;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
}
.product-slider .cards-column .product-slide .card .content p {
    color: #2C2822;
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.6px;
}
.product-slider .cards-column .product-slide .card .content p:last-of-type {
    margin-bottom: 0;
}
.product-slider .cards-column .slider-navigation {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}
@media screen and (max-width: 39.9375em) {
    .product-slider .cards-column .slider-navigation {
        margin-top: 30px;
    }
}
.product-slider .cards-column .slider-progress {
    width: 100%;
    -webkit-flex: 1;
            flex: 1;
    height: 4px;
    background-color: rgba(254, 250, 244, 0.2);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}
.product-slider .cards-column .slider-progress::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: var(--progress-width, 0%);
    background-color: #FEFAF4;
    border-radius: 2px;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-slider .cards-column .slider-arrows {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
}
.product-slider .cards-column .product-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #FEFAF4 !important;
    color: #FEFAF4;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    transition: all 0.3s ease;
}
@media screen and (max-width: 39.9375em) {
    .product-slider .cards-column .product-arrow {
        width: 45px;
        height: 45px;
    }
}
.product-slider .cards-column .product-arrow svg {
    width: 24px;
    height: 24px;
}
@media screen and (max-width: 39.9375em) {
    .product-slider .cards-column .product-arrow svg {
        width: 20px;
        height: 20px;
    }
}
.product-slider .cards-column .product-arrow:hover {
    background-color: #FEFAF4;
    color: #2C2822;
}
.product-slider .cards-column .product-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.product-slider .cards-column .product-arrow:disabled:hover {
    background-color: transparent;
    color: #FEFAF4;
}

.technicals {
    background-color: #2C2822;
    padding-top: 51px;
}
@media screen and (max-width: 39.9375em) {
    .technicals {
        padding-top: 40px;
    }
}
.technicals .heading {
    margin-bottom: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
@media print, screen and (min-width: 64em) {
    .technicals .heading {
        aspect-ratio: 1384/663;
    }
}
@media screen and (max-width: 39.9375em) {
    .technicals .heading {
        margin-bottom: 30px;
        border-radius: 8px;
        min-height: 300px;
        margin: 0 12px;
    }
}
.technicals .heading > .column, .technicals .heading > .columns {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding-bottom: 66px;
}
@media screen and (max-width: 39.9375em) {
    .technicals .heading > .column, .technicals .heading > .columns {
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.technicals h2 {
    color: #FEFAF4;
    background: linear-gradient(91deg, #FEFAF4 -2.75%, #989692 42.85%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 39.9375em) {
    .technicals h2 {
        font-size: 28px;
        line-height: 36px;
    }
}
.technicals .tabs-row {
    padding-bottom: 50px;
}
.technicals .tabs-row > .column .tabs, .technicals .tabs-row > .columns .tabs {
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 32px;
    background: transparent;
    display: inline-block;
    background: rgba(127, 124, 121, 0.53);
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
    border-radius: 32px;
    overflow: hidden;
}
.technicals .tabs-row > .column .tabs li.is-active a, .technicals .tabs-row > .columns .tabs li.is-active a {
    background: rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
}
.technicals .tabs-row > .column .tabs li a, .technicals .tabs-row > .columns .tabs li a {
    padding: 0;
    color: #FEFAF4;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding: 8px 29px;
    text-decoration: none;
    background: rgba(127, 124, 121, 0.53);
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.technicals .tabs-row > .column .tabs li a:hover, .technicals .tabs-row > .columns .tabs li a:hover, .technicals .tabs-row > .column .tabs li a:focus-visible, .technicals .tabs-row > .columns .tabs li a:focus-visible {
    background: rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 63.9375em) {
    .technicals .tabs-row > .column .accordion, .technicals .tabs-row > .columns .accordion {
        background-color: transparent;
    }
    .technicals .tabs-row > .column .accordion .accordion-item, .technicals .tabs-row > .columns .accordion .accordion-item {
        margin-bottom: 0;
        border-radius: 0;
        background: transparent;
        -webkit-backdrop-filter: none;
                backdrop-filter: none;
        padding: 24px 0;
        border-bottom: 1px solid rgba(254, 250, 244, 0.15);
    }
}
@media screen and (max-width: 63.9375em) and (max-width: 39.9375em) {
    .technicals .tabs-row > .column .accordion .accordion-item, .technicals .tabs-row > .columns .accordion .accordion-item {
        padding: 20px 0;
    }
}
@media screen and (max-width: 63.9375em) {
    .technicals .tabs-row > .column .accordion .accordion-item:last-child, .technicals .tabs-row > .columns .accordion .accordion-item:last-child {
        border-bottom: none;
    }
    .technicals .tabs-row > .column .accordion .accordion-item:hover .accordion-title:before, .technicals .tabs-row > .columns .accordion .accordion-item:hover .accordion-title:before, .technicals .tabs-row > .column .accordion .accordion-item:focus-visible .accordion-title:before, .technicals .tabs-row > .columns .accordion .accordion-item:focus-visible .accordion-title:before {
        background-color: rgba(254, 250, 244, 0.3);
    }
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-title, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-title {
        border: none;
        background-color: transparent;
        color: #FEFAF4;
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        padding: 0;
        padding-right: 65px;
    }
}
@media screen and (max-width: 63.9375em) and (max-width: 39.9375em) {
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-title, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-title {
        font-size: 18px;
        line-height: 26px;
        padding-right: 60px;
    }
}
@media screen and (max-width: 63.9375em) {
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-title:before, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-title:before {
        content: "+";
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-top: 0;
        height: 44px;
        width: 44px;
        background-color: rgba(254, 250, 244, 0.15);
        -webkit-backdrop-filter: blur(2.5px);
                backdrop-filter: blur(2.5px);
        border-radius: 50%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
                align-items: center;
        -webkit-justify-content: center;
                justify-content: center;
        line-height: 1;
        color: #FEFAF4;
        font-size: 24px;
        font-weight: 300;
        transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 63.9375em) and (max-width: 39.9375em) {
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-title:before, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-title:before {
        height: 40px;
        width: 40px;
        font-size: 22px;
    }
}
@media screen and (max-width: 63.9375em) {
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-title.is-active:before, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-title.is-active:before {
        content: "−";
    }
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-content, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-content {
        border: none;
        background-color: transparent;
        padding: 0;
        padding-top: 24px;
    }
}
@media screen and (max-width: 63.9375em) and (max-width: 39.9375em) {
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-content, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-content {
        padding-top: 20px;
    }
}
@media screen and (max-width: 63.9375em) {
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-content .content-row, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-content .content-row {
        border-bottom: 1px solid rgba(254, 250, 244, 0.2);
        padding-bottom: 24px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 63.9375em) and (max-width: 39.9375em) {
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-content .content-row, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-content .content-row {
        padding-bottom: 20px;
        margin-top: 16px;
    }
}
@media screen and (max-width: 63.9375em) {
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-content .content-row:first-child, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-content .content-row:first-child {
        margin-top: 0;
    }
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-content .content-row:last-of-type, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-content .content-row:last-of-type {
        border-bottom: none;
    }
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-content .content-row h3, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-content .content-row h3 {
        margin-bottom: 24px;
        color: #FEFAF4;
        font-size: 20px;
        line-height: 28px;
    }
}
@media screen and (max-width: 63.9375em) and (max-width: 39.9375em) {
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-content .content-row h3, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-content .content-row h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 63.9375em) {
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-content .content-row .content-column, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-content .content-row .content-column {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
        row-gap: 24px;
    }
}
@media screen and (max-width: 63.9375em) and (max-width: 39.9375em) {
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-content .content-row .content-column, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-content .content-row .content-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
        row-gap: 24px;
    }
}
@media screen and (max-width: 63.9375em) {
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-content .content-row .content-column .content-column-item h4, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-content .content-row .content-column .content-column-item h4 {
        color: rgba(254, 250, 244, 0.5);
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0.6px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 63.9375em) and (max-width: 39.9375em) {
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-content .content-row .content-column .content-column-item h4, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-content .content-row .content-column .content-column-item h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 63.9375em) {
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-content .content-row .content-column .content-column-item p, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-content .content-row .content-column .content-column-item p {
        margin-bottom: 0;
        color: #FEFAF4;
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width: 63.9375em) and (max-width: 39.9375em) {
    .technicals .tabs-row > .column .accordion .accordion-item .accordion-content .content-row .content-column .content-column-item p, .technicals .tabs-row > .columns .accordion .accordion-item .accordion-content .content-row .content-column .content-column-item p {
        font-size: 14px;
        line-height: 22px;
    }
}
.technicals .tabs-row > .column .tabs-content, .technicals .tabs-row > .columns .tabs-content {
    background: transparent;
    border: none;
}
.technicals .tabs-row > .column .tabs-content .content-row, .technicals .tabs-row > .columns .tabs-content .content-row {
    border-bottom: 1px solid rgba(254, 250, 244, 0.2);
    padding-bottom: 31px;
    margin-top: 24px;
}
.technicals .tabs-row > .column .tabs-content .content-row:last-of-type, .technicals .tabs-row > .columns .tabs-content .content-row:last-of-type {
    border-bottom: none;
}
.technicals .tabs-row > .column .tabs-content .content-row h3, .technicals .tabs-row > .columns .tabs-content .content-row h3 {
    margin-bottom: 34px;
    color: #FEFAF4;
}
.technicals .tabs-row > .column .tabs-content .content-row .content-column, .technicals .tabs-row > .columns .tabs-content .content-row .content-column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 49px minmax(0, 1fr) 49px minmax(0, 1fr) 49px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -webkit-column-gap: 49px;
       -moz-column-gap: 49px;
            column-gap: 49px;
    row-gap: 14px;
}
.technicals .tabs-row > .column .tabs-content .content-row .content-column .content-column-item h4, .technicals .tabs-row > .columns .tabs-content .content-row .content-column .content-column-item h4 {
    color: rgba(254, 250, 244, 0.5);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.6px;
    margin-bottom: 13px;
}
.technicals .tabs-row > .column .tabs-content .content-row .content-column .content-column-item p, .technicals .tabs-row > .columns .tabs-content .content-row .content-column .content-column-item p {
    margin-bottom: 0;
    color: #FEFAF4;
}

.technicals + .faqs {
    background-color: #2C2822;
    padding-bottom: 40px;
}
.technicals + .faqs > .row {
    border-color: rgba(254, 250, 244, 0.2);
}
.technicals + .faqs h2 {
    color: #FEFAF4;
}
.technicals + .faqs .accordion-item {
    background: linear-gradient(289deg, rgba(94, 106, 125, 0.5) 0.54%, rgba(43, 40, 35, 0.25) 100%) !important;
}

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;
}
/*# sourceMappingURL=site.css.map */