/***
    The new CSS reset - version 1.11.3 (last updated 25.08.2024)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/

/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
    cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu, summary {
    list-style: none;
}

/* Firefox: solve issue where nested ordered lists continue numbering from parent (https://bugzilla.mozilla.org/show_bug.cgi?id=1881517) */
ol {
    counter-reset: revert;
}

/* For images to not be able to exceed their container */
img {
    max-inline-size: 100%;
    max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
    border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
    -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
    white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
    -webkit-appearance: revert;
    appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
    all: revert;
    box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::placeholder {
    color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
    display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
    -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
    all: revert;
    box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
    display: none;
}

#cc-main{background:transparent;color:var(--cc-primary-color);font-family:var(--cc-font-family);font-size:16px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.15;position:relative;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;position:fixed;z-index:var(--cc-z-index)}#cc-main :after,#cc-main :before,#cc-main a,#cc-main button,#cc-main div,#cc-main h2,#cc-main input,#cc-main p,#cc-main span{all:unset;box-sizing:border-box}#cc-main .pm__badge,#cc-main button{all:initial;box-sizing:border-box;color:unset;visibility:unset}#cc-main .pm__badge,#cc-main a,#cc-main button,#cc-main input{-webkit-appearance:none;appearance:none;cursor:pointer;font-family:inherit;font-size:100%;line-height:normal;margin:0;outline:revert;outline-offset:2px;overflow:hidden}#cc-main table,#cc-main tbody,#cc-main td,#cc-main th,#cc-main thead,#cc-main tr{all:revert;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit}:root{--cc-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--cc-modal-border-radius:.5rem;--cc-btn-border-radius:.4rem;--cc-modal-transition-duration:.25s;--cc-link-color:var(--cc-btn-primary-bg);--cc-modal-margin:1rem;--cc-z-index:2147483647;--cc-bg:#fff;--cc-primary-color:#2c2f31;--cc-secondary-color:#5e6266;--cc-btn-primary-bg:#30363c;--cc-btn-primary-color:#fff;--cc-btn-primary-border-color:var(--cc-btn-primary-bg);--cc-btn-primary-hover-bg:#000;--cc-btn-primary-hover-color:#fff;--cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);--cc-btn-secondary-bg:#eaeff2;--cc-btn-secondary-color:var(--cc-primary-color);--cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);--cc-btn-secondary-hover-bg:#d4dae0;--cc-btn-secondary-hover-color:#000;--cc-btn-secondary-hover-border-color:#d4dae0;--cc-separator-border-color:#f0f4f7;--cc-toggle-on-bg:var(--cc-btn-primary-bg);--cc-toggle-off-bg:#667481;--cc-toggle-on-knob-bg:#fff;--cc-toggle-off-knob-bg:var(--cc-toggle-on-knob-bg);--cc-toggle-enabled-icon-color:var(--cc-bg);--cc-toggle-disabled-icon-color:var(--cc-bg);--cc-toggle-readonly-bg:#d5dee2;--cc-toggle-readonly-knob-bg:#fff;--cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);--cc-section-category-border:var(--cc-cookie-category-block-bg);--cc-cookie-category-block-bg:#f0f4f7;--cc-cookie-category-block-border:#f0f4f7;--cc-cookie-category-block-hover-bg:#e9eff4;--cc-cookie-category-block-hover-border:#e9eff4;--cc-cookie-category-expanded-block-bg:transparent;--cc-cookie-category-expanded-block-hover-bg:#dee4e9;--cc-overlay-bg:rgba(0,0,0,.65);--cc-webkit-scrollbar-bg:var(--cc-section-category-border);--cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);--cc-footer-bg:var(--cc-btn-secondary-bg);--cc-footer-color:var(--cc-secondary-color);--cc-footer-border-color:#e4eaed;--cc-pm-toggle-border-radius:4em}#cc-main.cc--rtl{direction:rtl}#cc-main .cm__title,#cc-main a,#cc-main b,#cc-main em,#cc-main strong{font-weight:600}#cc-main button>span{pointer-events:none}#cc-main .cc__link,#cc-main a{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;font-weight:600;position:relative;transition:background-size .25s,color .25s ease}#cc-main .cc__link:hover,#cc-main a:hover{background-size:100% 1px;color:var(--cc-primary-color)}#cc-main .cc__link{color:var(--cc-link-color)}#cc-main .cm__desc,#cc-main .pm__body{overscroll-behavior:auto contain;scrollbar-width:thin}@media screen and (min-width:640px){#cc-main ::-webkit-scrollbar,#cc-main ::-webkit-scrollbar-thumb,#cc-main ::-webkit-scrollbar-track{all:revert}#cc-main ::-webkit-scrollbar-thumb{-webkit-background-clip:padding-box;background-clip:padding-box;background:var(--cc-toggle-readonly-bg);border:.25rem solid var(--cc-bg);border-radius:1rem}#cc-main ::-webkit-scrollbar-thumb:hover{background:var(--cc-toggle-off-bg)}#cc-main ::-webkit-scrollbar{background:transparent;width:12px}}html.disable--interaction.show--consent,html.disable--interaction.show--consent body{height:auto!important;overflow:hidden!important}@media (prefers-reduced-motion){#cc-main{--cc-modal-transition-duration:0s}}.cc--darkmode{--cc-bg:#161a1c;--cc-primary-color:#ebf3f6;--cc-secondary-color:#aebbc5;--cc-btn-primary-bg:#c2d0e0;--cc-btn-primary-color:var(--cc-bg);--cc-btn-primary-border-color:var(--cc-btn-primary-bg);--cc-btn-primary-hover-bg:#98a7b6;--cc-btn-primary-hover-color:#000;--cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);--cc-btn-secondary-bg:#242c31;--cc-btn-secondary-color:var(--cc-primary-color);--cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);--cc-btn-secondary-hover-bg:#353d43;--cc-btn-secondary-hover-color:#fff;--cc-btn-secondary-hover-border-color:var(--cc-btn-secondary-hover-bg);--cc-separator-border-color:#222a30;--cc-toggle-on-bg:var(--cc-btn-primary-bg);--cc-toggle-off-bg:#525f6b;--cc-toggle-on-knob-bg:var(--cc-btn-primary-color);--cc-toggle-off-knob-bg:var(--cc-btn-primary-color);--cc-toggle-enabled-icon-color:var(--cc-btn-primary-color);--cc-toggle-disabled-icon-color:var(--cc-btn-primary-color);--cc-toggle-readonly-bg:#343e45;--cc-toggle-readonly-knob-bg:#5f6b72;--cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);--cc-section-category-border:#1e2428;--cc-cookie-category-block-bg:#1e2428;--cc-cookie-category-block-border:var(--cc-section-category-border);--cc-cookie-category-block-hover-bg:#242c31;--cc-cookie-category-block-hover-border:#232a2f;--cc-cookie-category-expanded-block-bg:transparent;--cc-cookie-category-expanded-block-hover-bg:var(--cc-toggle-readonly-bg);--cc-overlay-bg:rgba(0,0,0,.65);--cc-webkit-scrollbar-bg:var(--cc-section-category-border);--cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);--cc-footer-bg:#0c0e0f;--cc-footer-color:var(--cc-secondary-color);--cc-footer-border-color:#060809}.cc--darkmode #cc-main{color-scheme:dark}#cc-main .cm{background:var(--cc-bg);border-radius:var(--cc-modal-border-radius);box-shadow:0 .625em 1.875em rgba(0,0,2,.3);display:flex;flex-direction:column;max-width:24rem;opacity:0;overflow:hidden;position:fixed;transform:translateY(1.6em);visibility:hidden;z-index:1}#cc-main .cm--top{top:var(--cc-modal-margin)}#cc-main .cm--middle{top:50%;transform:translateY(calc(-50% + 1.6em))}#cc-main .cm--bottom{bottom:var(--cc-modal-margin)}#cc-main .cm--center{left:var(--cc-modal-margin);margin:0 auto;right:var(--cc-modal-margin);width:unset}#cc-main .cm--left{left:var(--cc-modal-margin);margin-right:var(--cc-modal-margin)}#cc-main .cm--right{margin-left:var(--cc-modal-margin);right:var(--cc-modal-margin)}#cc-main .cm__body{display:flex;flex-direction:column;justify-content:space-between;position:relative}#cc-main .cm__btns,#cc-main .cm__links{padding:1rem 1.3rem;width:unset}#cc-main .cm__texts{display:flex;flex:1;flex-direction:column;justify-content:center;padding:1rem 0 0}#cc-main .cm__desc,#cc-main .cm__title{padding:0 1.3rem}#cc-main .cm__title{font-size:1.05em}#cc-main .cm__title+.cm__desc{margin-top:1.1em}#cc-main .cm__desc{color:var(--cc-secondary-color);font-size:.9em;line-height:1.5;max-height:40vh;overflow-x:visible;overflow-y:auto;padding-bottom:1em}#cc-main .cm__btns{border-top:1px solid var(--cc-separator-border-color);display:flex;flex-direction:column;justify-content:center}#cc-main .cm__btn-group{display:grid;grid-auto-columns:minmax(0,1fr)}#cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group{margin-top:.375rem}#cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem;margin-top:0}#cc-main .cm--inline .cm__btn+.cm__btn{margin-left:.375rem;margin-top:0}#cc-main .cm--inline.cm--flip .cm__btn+.cm__btn{margin-bottom:0;margin-left:0;margin-right:.375rem}#cc-main .cm--inline.cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem;margin-right:0}#cc-main .cm--wide .cm__btn+.cm__btn,#cc-main .cm--wide .cm__btn-group+.cm__btn-group{margin-left:.375rem;margin-top:0}#cc-main .cm--wide.cm--flip .cm__btn+.cm__btn,#cc-main .cm--wide.cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:0;margin-right:.375rem}#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,#cc-main .cm--wide .cm__btn-group--uneven{display:flex;flex:1;justify-content:space-between}#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,#cc-main .cm--wide.cm--flip .cm__btn-group--uneven{flex-direction:row-reverse}#cc-main .cm__btn{background:var(--cc-btn-primary-bg);border:1px solid var(--cc-btn-primary-border-color);border-radius:var(--cc-btn-border-radius);color:var(--cc-btn-primary-color);font-size:.82em;font-weight:600;min-height:42px;padding:.5em 1em;text-align:center}#cc-main .cm__btn:hover{background:var(--cc-btn-primary-hover-bg);border-color:var(--cc-btn-primary-hover-border-color);color:var(--cc-btn-primary-hover-color)}#cc-main .cm__btn--secondary{background:var(--cc-btn-secondary-bg);border-color:var(--cc-btn-secondary-border-color);color:var(--cc-btn-secondary-color)}#cc-main .cm__btn--secondary:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color);color:var(--cc-btn-secondary-hover-color)}#cc-main .cm__btn--close{border-radius:0;border-bottom-left-radius:var(--cc-btn-border-radius);border-right:none;border-top:none;display:none;font-size:1em;height:42px;min-width:auto!important;overflow:hidden;padding:0!important;position:absolute;right:0;top:0;width:42px}#cc-main .cm__btn--close svg{stroke:var(--cc-btn-primary-color);transform:scale(.5);transition:stroke .15s ease}#cc-main .cm__btn--close:hover svg{stroke:var(--cc-btn-primary-hover-color)}#cc-main .cm__btn--close.cm__btn--secondary svg{stroke:var(--cc-btn-secondary-color)}#cc-main .cm__btn--close.cm__btn--secondary:hover svg{stroke:var(--cc-btn-secondary-hover-color)}#cc-main .cm__btn--close+.cm__texts .cm__title{padding-right:3rem}#cc-main .cm--inline .cm__btn-group{grid-auto-flow:column}#cc-main .cm__footer{background:var(--cc-footer-bg);border-top:1px solid var(--cc-footer-border-color);color:var(--cc-footer-color);padding:.4em 0 .5em}#cc-main .cm__links{display:flex;flex-direction:row;padding-bottom:0;padding-top:0}#cc-main .cm__link-group{display:flex;flex-direction:row;font-size:.8em;width:100%}#cc-main .cm__link-group>*+*{margin-left:1.3rem}#cc-main .cm--flip .cm__btn:last-child{grid-row:1}#cc-main .cm--inline.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--box .cm__btn--close{display:block}#cc-main .cm--box.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cm--box.cm--wide{max-width:36em}#cc-main .cm--box.cm--wide .cm__btns{flex-direction:row;justify-content:space-between}#cc-main .cm--box.cm--wide .cm__btn-group{grid-auto-flow:column}#cc-main .cm--box.cm--wide .cm__btn{min-width:120px;padding-left:1.8em;padding-right:1.8em}#cc-main .cm--box.cm--wide.cm--flip .cm__btns{flex-direction:row-reverse}#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--cloud{max-width:54em;width:unset}#cc-main .cm--cloud .cm__body{flex-direction:row}#cc-main .cm--cloud .cm__texts{flex:1}#cc-main .cm--cloud .cm__desc{max-height:9.4em}#cc-main .cm--cloud .cm__btns{border-left:1px solid var(--cc-separator-border-color);border-top:none;max-width:23em}#cc-main .cm--cloud .cm__btn-group{flex-direction:column}#cc-main .cm--cloud .cm__btn{min-width:19em}#cc-main .cm--cloud.cm--flip .cm__btn-group,#cc-main .cm--cloud.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cm--cloud.cm--inline .cm__btn-group{flex-direction:row}#cc-main .cm--cloud.cm--inline .cm__btn{min-width:10em}#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group{flex-direction:row-reverse}#cc-main .cm--bar{border-radius:0;left:0;margin:0;max-width:unset;opacity:1;right:0;transform:translateY(0);width:100vw;--cc-modal-transition-duration:.35s}#cc-main .cm--bar.cm--top{top:0;transform:translateY(-100%)}#cc-main .cm--bar.cm--bottom{bottom:0;transform:translateY(100%)}#cc-main .cm--bar .cm__body,#cc-main .cm--bar .cm__links{margin:0 auto;max-width:55em;width:100%}#cc-main .cm--bar .cm__body{padding:.5em 0 .9em}#cc-main .cm--bar .cm__btns{border-top:none;flex-direction:row;justify-content:space-between}#cc-main .cm--bar .cm__btn-group{grid-auto-flow:column}#cc-main .cm--bar:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar:not(.cm--inline) .cm__btn-group+.cm__btn-group{margin-left:.375rem;margin-top:0}#cc-main .cm--bar .cm__btn{min-width:120px;padding-left:2em;padding-right:2em}#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group+.cm__btn-group{margin-bottom:0;margin-left:0;margin-right:.375rem}#cc-main .cm--bar.cm--flip .cm__btns{flex-direction:row-reverse}#cc-main .cm--bar.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--bar.cm--inline .cm__body,#cc-main .cm--bar.cm--inline .cm__links{max-width:74em}#cc-main .cm--bar.cm--inline .cm__body{flex-direction:row;padding:0}#cc-main .cm--bar.cm--inline .cm__btns{flex-direction:column;justify-content:center;max-width:23em}#cc-main .cm--bar.cm--inline.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cc--anim .cm,#cc-main .cc--anim.cm-wrapper:before{transition:opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease}#cc-main .cc--anim .cm__btn,#cc-main .cc--anim .cm__close{transition:background-color .15s ease,border-color .15s ease,color .15s ease}.disable--interaction #cc-main .cm-wrapper:before{background:var(--cc-overlay-bg);bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:0}.show--consent #cc-main .cc--anim .cm{opacity:1;transform:translateY(0);visibility:visible!important}.show--consent #cc-main .cc--anim .cm--middle{transform:translateY(-50%)}.show--consent #cc-main .cc--anim .cm--bar{transform:translateY(0)}.show--consent #cc-main .cc--anim.cm-wrapper:before{opacity:1;visibility:visible}#cc-main.cc--rtl .cm__btn--close{border-bottom-left-radius:unset;border-bottom-right-radius:var(--cc-btn-border-radius);left:0;right:unset}#cc-main.cc--rtl .cm__btn--close+.cm__texts .cm__title{padding-left:3rem!important;padding-right:1.3rem}#cc-main.cc--rtl .cm--inline .cm__btn+.cm__btn{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn+.cm__btn{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group+.cm__btn-group,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group+.cm__btn-group{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn+.cm__btn{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .cm__link-group>*+*{margin-left:0;margin-right:1.3rem}@media screen and (max-width:640px){#cc-main{--cc-modal-margin:.5em}#cc-main .cm{max-width:none!important;width:auto!important}#cc-main .cm__body{flex-direction:column!important;padding:0!important}#cc-main .cm__btns,#cc-main .cm__desc,#cc-main .cm__links,#cc-main .cm__title{padding-left:1.1rem!important;padding-right:1.1rem!important}#cc-main .cm__btns{border-left:none!important;border-top:1px solid var(--cc-separator-border-color)!important;flex-direction:column!important;max-width:none!important;min-width:auto!important}#cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group{margin:.375rem 0 0!important}#cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem!important;margin-top:0!important}#cc-main .cm__btn-group{display:flex!important;flex-direction:column!important;min-width:auto!important}#cc-main .cm__btn{flex:auto!important}#cc-main .cm__link-group{justify-content:center!important}#cc-main .cm--flip .cm__btn-group,#cc-main .cm--flip .cm__btns{flex-direction:column-reverse!important}}#cc-main .pm-wrapper{position:relative;z-index:2}#cc-main .pm{background:var(--cc-bg);border-radius:var(--cc-modal-border-radius);box-shadow:0 .625em 1.875em rgba(0,0,2,.3);display:flex;flex-direction:column;opacity:0;overflow:hidden;position:fixed;visibility:hidden;width:100%;width:unset;z-index:1}#cc-main svg{fill:none;width:100%}#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header{padding:1em 1.4em}#cc-main .pm__header{align-items:center;border-bottom:1px solid var(--cc-separator-border-color);display:flex;justify-content:space-between}#cc-main .pm__title{align-items:center;display:flex;flex:1;font-weight:600;margin-right:2em}#cc-main .pm__close-btn{background:var(--cc-btn-secondary-bg);border:1px solid var(--cc-btn-secondary-border-color);border-radius:var(--cc-btn-border-radius);height:40px;position:relative;transition:all .15s ease;width:40px}#cc-main .pm__close-btn span{display:flex;height:100%;width:100%}#cc-main .pm__close-btn svg{stroke:var(--cc-btn-secondary-color);transform:scale(.5);transition:stroke .15s ease}#cc-main .pm__close-btn:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color)}#cc-main .pm__close-btn:hover svg{stroke:var(--cc-btn-secondary-hover-color)}#cc-main .pm__body{flex:1;overflow-y:auto;overflow-y:overlay}#cc-main .pm__section,#cc-main .pm__section--toggle{border-radius:var(--cc-btn-border-radius);display:flex;flex-direction:column;margin-bottom:.5em}#cc-main .pm__section--toggle .pm__section-desc-wrapper{border:1px solid var(--cc-cookie-category-block-border);border-radius:var(--cc-btn-border-radius);border-top:none;border-top-left-radius:0;border-top-right-radius:0;display:none;margin-top:0!important;overflow:hidden}#cc-main .pm__section{border:1px solid var(--cc-separator-border-color);padding:1em;transition:background-color .25s ease,border-color .25s ease}#cc-main .pm__section:first-child{border:none;margin-bottom:2em;margin-top:0;padding:0;transition:none}#cc-main .pm__section:not(:first-child):hover{background:var(--cc-cookie-category-block-bg);border-color:var(--cc-cookie-category-block-border)}#cc-main .pm__section-toggles+.pm__section{margin-top:2em}#cc-main .pm__section--toggle{background:var(--cc-cookie-category-block-bg);border-top:none;margin-bottom:.375rem}#cc-main .pm__section--toggle .pm__section-title{align-items:center;background:var(--cc-cookie-category-block-bg);border:1px solid var(--cc-cookie-category-block-border);display:flex;justify-content:space-between;min-height:58px;padding:1.1em 5.4em 1.1em 1.2em;position:relative;transition:background-color .25s ease,border-color .25s ease;width:100%}#cc-main .pm__section--toggle .pm__section-title:hover{background:var(--cc-cookie-category-block-hover-bg);border-color:var(--cc-cookie-category-block-hover-border)}#cc-main .pm__section--toggle .pm__section-desc{margin-top:0;padding:1em}#cc-main .pm__section--toggle.is-expanded{--cc-cookie-category-block-bg:var(--cc-cookie-category-expanded-block-bg);--cc-cookie-category-block-border:var(--cc-cookie-category-expanded-block-hover-bg)}#cc-main .pm__section--toggle.is-expanded .pm__section-title{border-bottom-left-radius:0;border-bottom-right-radius:0}#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg{transform:scale(.5) rotate(180deg)}#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper{display:flex}#cc-main .pm__section--expandable .pm__section-title{cursor:pointer;padding-left:3.4em}#cc-main .pm__section--expandable .pm__section-arrow{background:var(--cc-toggle-readonly-bg);border-radius:100%;display:flex;height:20px;justify-content:center;left:18px;pointer-events:none;position:absolute;width:20px}#cc-main .pm__section--expandable .pm__section-arrow svg{stroke:var(--cc-btn-secondary-color);transform:scale(.5)}#cc-main .pm__section-title-wrapper{align-items:center;display:flex;position:relative}#cc-main .pm__section-title-wrapper+.pm__section-desc-wrapper{margin-top:.85em}#cc-main .pm__section-title{border-radius:var(--cc-btn-border-radius);font-size:.95em;font-weight:600}#cc-main .pm__badge{align-items:center;background:var(--cc-btn-secondary-bg);border-radius:5em;color:var(--cc-secondary-color);display:flex;flex:none;font-size:.8em;font-weight:600;height:23px;justify-content:center;margin-left:1em;min-width:23px;overflow:hidden;padding:0 .6em 1px;position:relative;text-align:center;white-space:nowrap;width:auto}#cc-main .pm__service-counter{background:var(--cc-btn-primary-bg);color:var(--cc-btn-primary-color);padding:0;width:23px}#cc-main .pm__service-counter[data-counterlabel]{padding:0 .6em 1px;width:auto}#cc-main .section__toggle,#cc-main .section__toggle-wrapper,#cc-main .toggle__icon,#cc-main .toggle__label{border-radius:var(--cc-pm-toggle-border-radius);height:23px;transform:translateZ(0);width:50px}#cc-main .section__toggle-wrapper{cursor:pointer;position:absolute;right:18px;z-index:1}#cc-main .toggle-service{height:19px;position:relative;right:0;width:42px}#cc-main .toggle-service .section__toggle,#cc-main .toggle-service .toggle__icon,#cc-main .toggle-service .toggle__label{height:19px;width:42px}#cc-main .toggle-service .toggle__icon{position:relative}#cc-main .toggle-service .toggle__icon-circle{height:19px;width:19px}#cc-main .toggle-service .section__toggle:checked~.toggle__icon .toggle__icon-circle{transform:translateX(23px)}#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after{display:none!important}#cc-main .section__toggle{border:0;cursor:pointer;display:block;left:0;margin:0;position:absolute;top:0}#cc-main .section__toggle:disabled{cursor:not-allowed}#cc-main .toggle__icon{background:var(--cc-toggle-off-bg);box-shadow:0 0 0 1px var(--cc-toggle-off-bg);display:flex;flex-direction:row;pointer-events:none;position:absolute;transition:all .25s ease}#cc-main .toggle__icon-circle{background:var(--cc-toggle-off-knob-bg);border:none;border-radius:var(--cc-pm-toggle-border-radius);box-shadow:0 1px 2px rgba(24,32,3,.36);display:block;height:23px;left:0;position:absolute;top:0;transition:transform .25s ease,background-color .25s ease;width:23px}#cc-main .toggle__icon-off,#cc-main .toggle__icon-on{height:100%;position:absolute;transition:opacity .15s ease;width:100%}#cc-main .toggle__icon-on{opacity:0;transform:rotate(45deg)}#cc-main .toggle__icon-on svg{stroke:var(--cc-toggle-on-bg);transform:scale(.55) rotate(-45deg)}#cc-main .toggle__icon-off{opacity:1}#cc-main .toggle__icon-off svg{stroke:var(--cc-toggle-off-bg);transform:scale(.55)}#cc-main .section__toggle:checked~.toggle__icon{background:var(--cc-toggle-on-bg);box-shadow:0 0 0 1px var(--cc-toggle-on-bg)}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-circle{background-color:var(--cc-toggle-on-knob-bg);transform:translateX(27px)}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-on{opacity:1}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-off{opacity:0}#cc-main .section__toggle:checked:disabled~.toggle__icon{background:var(--cc-toggle-readonly-bg);box-shadow:0 0 0 1px var(--cc-toggle-readonly-bg)}#cc-main .section__toggle:checked:disabled~.toggle__icon .toggle__icon-circle{background:var(--cc-toggle-readonly-knob-bg);box-shadow:none}#cc-main .section__toggle:checked:disabled~.toggle__icon svg{stroke:var(--cc-toggle-readonly-knob-icon-color)}#cc-main .toggle__label{opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;z-index:-1}#cc-main .pm__section-desc-wrapper{color:var(--cc-secondary-color);display:flex;flex-direction:column;font-size:.9em}#cc-main .pm__section-desc-wrapper>:not(:last-child){border-bottom:1px solid var(--cc-cookie-category-block-border)}#cc-main .pm__section-services{display:flex;flex-direction:column}#cc-main .pm__service{align-items:center;display:flex;justify-content:space-between;padding:.4em 1.2em;position:relative;transition:background-color .15s ease}#cc-main .pm__service:hover{background-color:var(--cc-cookie-category-block-hover-bg)}#cc-main .pm__service-header{align-items:center;display:flex;margin-right:1em;width:100%}#cc-main .pm__service-icon{border:2px solid;border-radius:100%;height:8px;margin-left:6px;margin-right:20px;margin-top:1px;min-width:8px}#cc-main .pm__service-title{font-size:.95em;width:100%;word-break:break-word}#cc-main .pm__section-desc{line-height:1.5em}#cc-main .pm__section-table{border-collapse:collapse;font-size:.9em;margin:0;overflow:hidden;padding:0;text-align:left;width:100%}#cc-main .pm__table-caption{text-align:left}#cc-main .pm__table-caption,#cc-main .pm__table-head>tr{border-bottom:1px dashed var(--cc-separator-border-color);color:var(--cc-primary-color);font-weight:600}#cc-main .pm__table-tr{transition:background-color .15s ease}#cc-main .pm__table-tr:hover{background:var(--cc-cookie-category-block-hover-bg)}#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th{padding:.625em .625em .625em 1.2em;vertical-align:top}#cc-main .pm__footer{border-top:1px solid var(--cc-separator-border-color);display:flex;justify-content:space-between}#cc-main .pm__btn-group{display:flex}#cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group{margin-left:.375rem}#cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group{margin-left:0;margin-right:.375rem}#cc-main .pm__btn{background:var(--cc-btn-primary-bg);border:1px solid var(--cc-btn-primary-border-color);border-radius:var(--cc-btn-border-radius);color:var(--cc-btn-primary-color);flex:auto;font-size:.82em;font-weight:600;min-height:42px;min-width:110px;padding:.5em 1.5em;text-align:center;transition:background-color .15s ease,border-color .15s ease,color .15s ease}#cc-main .pm__btn:hover{background:var(--cc-btn-primary-hover-bg);border-color:var(--cc-btn-primary-hover-border-color);color:var(--cc-btn-primary-hover-color)}#cc-main .pm__btn--secondary{background:var(--cc-btn-secondary-bg);border-color:var(--cc-btn-secondary-border-color);color:var(--cc-btn-secondary-color)}#cc-main .pm__btn--secondary:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color);color:var(--cc-btn-secondary-hover-color)}#cc-main .pm--box{height:calc(100% - 2em);left:var(--cc-modal-margin);margin:0 auto;max-height:37.5em;max-width:43em;right:var(--cc-modal-margin);top:50%;transform:translateY(calc(-50% + 1.6em))}#cc-main .pm--box.pm--flip .pm__btn-group,#cc-main .pm--box.pm--flip .pm__footer{flex-direction:row-reverse}#cc-main .pm--bar{border-radius:0;bottom:0;height:100%;margin:0;max-height:none;max-width:29em;opacity:1;top:0;width:100%;--cc-modal-transition-duration:.35s}#cc-main .pm--bar .pm__section-table,#cc-main .pm--bar .pm__table-body,#cc-main .pm--bar .pm__table-td,#cc-main .pm--bar .pm__table-th,#cc-main .pm--bar .pm__table-tr{display:block}#cc-main .pm--bar .pm__table-head{display:none}#cc-main .pm--bar .pm__table-caption{display:block}#cc-main .pm--bar .pm__table-tr:not(:last-child){border-bottom:1px solid var(--cc-separator-border-color)}#cc-main .pm--bar .pm__table-td{display:flex;justify-content:space-between}#cc-main .pm--bar .pm__table-td:before{color:var(--cc-primary-color);content:attr(data-column);flex:1;font-weight:600;min-width:100px;overflow:hidden;padding-right:2em;text-overflow:ellipsis}#cc-main .pm--bar .pm__table-td>div{flex:3}#cc-main .pm--bar:not(.pm--wide) .pm__body,#cc-main .pm--bar:not(.pm--wide) .pm__footer,#cc-main .pm--bar:not(.pm--wide) .pm__header{padding:1em 1.3em}#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,#cc-main .pm--bar:not(.pm--wide) .pm__footer{flex-direction:column}#cc-main .pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group{margin:.375rem 0 0}#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer{flex-direction:column-reverse}#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group+.pm__btn-group{margin-bottom:.375rem;margin-top:0}#cc-main .pm--bar:not(.pm--wide) .pm__badge{display:none}#cc-main .pm--bar.pm--left{left:0;transform:translateX(-100%)}#cc-main .pm--bar.pm--right{right:0;transform:translateX(100%)}#cc-main .pm--bar.pm--wide{max-width:35em}#cc-main .pm--bar.pm--wide .pm__body,#cc-main .pm--bar.pm--wide .pm__footer,#cc-main .pm--bar.pm--wide .pm__header{padding:1em 1.4em}#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,#cc-main .pm--bar.pm--wide.pm--flip .pm__footer{flex-direction:row-reverse}#cc-main .pm-overlay{background:var(--cc-overlay-bg);bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:1}#cc-main .cc--anim .pm,#cc-main .cc--anim .pm-overlay{transition:opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease}.show--preferences #cc-main .cc--anim .pm{opacity:1;visibility:visible!important}.show--preferences #cc-main .cc--anim .pm--box{transform:translateY(-50%)}.show--preferences #cc-main .cc--anim .pm--bar{transform:translateX(0)}.show--preferences #cc-main .cc--anim .pm-overlay{opacity:1;visibility:visible}#cc-main.cc--rtl .pm__service-header{margin-left:1em;margin-right:0}#cc-main.cc--rtl .pm__section-arrow{left:unset;right:18px}#cc-main.cc--rtl .section__toggle-wrapper{left:18px;right:unset;transform-origin:left}#cc-main.cc--rtl .toggle-service{left:0}#cc-main.cc--rtl .pm__service-icon{margin-left:20px;margin-right:5px}#cc-main.cc--rtl .pm__section--toggle .pm__section-title{padding-left:5.4em;padding-right:1.2em}#cc-main.cc--rtl .pm__section--expandable .pm__section-title{padding-right:3.4em}#cc-main.cc--rtl .pm__badge{margin-left:unset;margin-right:1em}#cc-main.cc--rtl .toggle__icon-circle{transform:translateX(27px)}#cc-main.cc--rtl .toggle-service .toggle__icon-circle{transform:translateX(23px)}#cc-main.cc--rtl .section__toggle:checked~.toggle__icon .toggle__icon-circle{transform:translateX(0)}#cc-main.cc--rtl .pm__table-td,#cc-main.cc--rtl .pm__table-th{padding-left:unset;padding-right:1.2em;text-align:right}#cc-main.cc--rtl .pm__table-td{padding-left:unset;padding-right:1.2em}#cc-main.cc--rtl .pm__table-td:before{padding-left:2em;padding-right:unset}#cc-main.cc--rtl .pm__btn+.pm__btn,#cc-main.cc--rtl .pm__btn-group+.pm__btn-group{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .pm--flip .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip .pm__btn-group+.pm__btn-group{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group{margin-left:0}@media screen and (max-width:640px){#cc-main .pm{border-radius:0;bottom:0;height:auto;left:0;max-height:100%;max-width:none!important;right:0;top:0;transform:translateY(1.6em)}#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header{padding:.9em!important}#cc-main .pm__badge{display:none}#cc-main .pm__section-table,#cc-main .pm__table-body,#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th,#cc-main .pm__table-tr{display:block}#cc-main .pm__table-head{display:none}#cc-main .pm__table-tr:not(:last-child){border-bottom:1px solid var(--cc-separator-border-color)}#cc-main .pm__table-td{display:flex;justify-content:space-between}#cc-main .pm__table-td:before{color:var(--cc-primary-color);content:attr(data-column);flex:1;font-weight:600;min-width:100px;overflow:hidden;padding-right:2em;text-overflow:ellipsis}#cc-main .pm__table-td>div{flex:3}#cc-main .pm__btn-group,#cc-main .pm__footer{flex-direction:column!important}#cc-main .pm__btn-group{display:flex!important}#cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group{margin:.375rem 0 0!important}#cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group{margin-bottom:.375rem!important;margin-top:0!important}#cc-main .pm--flip .pm__btn-group,#cc-main .pm--flip .pm__footer{flex-direction:column-reverse!important}.show--preferences #cc-main .cc--anim .pm{transform:translateY(0)!important}}
html{font-size:100%;scroll-behavior:smooth}body{background:var(--ds-body-background-color,#fafafa);color:var(--ds-body-text-color,#1f1f1f);font-family:var(--ds-body-font,Poppins,Helvetica Neue,Helvetica,Arial,sans-serif);font-size:var(--ds-body-font-size,1rem);font-size-adjust:none;font-weight:400;line-height:var(--ds-body-line-height,3ex)}body:has(header.-nav-open){overflow:hidden}body:has(header.-nav-open):before{background:var(--ds-color-black,#1f1f1f);bottom:0;content:"";display:block;left:0;opacity:.65;position:absolute;right:0;top:0;z-index:9}ol,p,ul{margin-bottom:2.5ex}ol:last-child,p:last-child,ul:last-child{margin-bottom:0}ol+div[id]+h1,ol+div[id]+h2,ol+div[id]+h3,ol+div[id]+h4,ol+div[id]+h5,ol+div[id]+h6,ol+h1,ol+h2,ol+h3,ol+h4,ol+h5,ol+h6,p+div[id]+h1,p+div[id]+h2,p+div[id]+h3,p+div[id]+h4,p+div[id]+h5,p+div[id]+h6,p+h1,p+h2,p+h3,p+h4,p+h5,p+h6,ul+div[id]+h1,ul+div[id]+h2,ul+div[id]+h3,ul+div[id]+h4,ul+div[id]+h5,ul+div[id]+h6,ul+h1,ul+h2,ul+h3,ul+h4,ul+h5,ul+h6{margin-top:3.75ex}ol+hr,p+hr,ul+hr{margin-bottom:var(--ds-space-sm,1rem);margin-top:var(--ds-space-lg,4rem)}blockquote,embed,figure,iframe,img,picture,table,video{margin-bottom:2.5ex}blockquote:last-child,embed:last-child,figure:last-child,iframe:last-child,img:last-child,picture:last-child,table:last-child,video:last-child{margin-bottom:0}blockquote+div[id]+h1,blockquote+div[id]+h2,blockquote+div[id]+h3,blockquote+div[id]+h4,blockquote+div[id]+h5,blockquote+div[id]+h6,blockquote+h1,blockquote+h2,blockquote+h3,blockquote+h4,blockquote+h5,blockquote+h6,embed+div[id]+h1,embed+div[id]+h2,embed+div[id]+h3,embed+div[id]+h4,embed+div[id]+h5,embed+div[id]+h6,embed+h1,embed+h2,embed+h3,embed+h4,embed+h5,embed+h6,figure+div[id]+h1,figure+div[id]+h2,figure+div[id]+h3,figure+div[id]+h4,figure+div[id]+h5,figure+div[id]+h6,figure+h1,figure+h2,figure+h3,figure+h4,figure+h5,figure+h6,iframe+div[id]+h1,iframe+div[id]+h2,iframe+div[id]+h3,iframe+div[id]+h4,iframe+div[id]+h5,iframe+div[id]+h6,iframe+h1,iframe+h2,iframe+h3,iframe+h4,iframe+h5,iframe+h6,img+div[id]+h1,img+div[id]+h2,img+div[id]+h3,img+div[id]+h4,img+div[id]+h5,img+div[id]+h6,img+h1,img+h2,img+h3,img+h4,img+h5,img+h6,picture+div[id]+h1,picture+div[id]+h2,picture+div[id]+h3,picture+div[id]+h4,picture+div[id]+h5,picture+div[id]+h6,picture+h1,picture+h2,picture+h3,picture+h4,picture+h5,picture+h6,table+div[id]+h1,table+div[id]+h2,table+div[id]+h3,table+div[id]+h4,table+div[id]+h5,table+div[id]+h6,table+h1,table+h2,table+h3,table+h4,table+h5,table+h6,video+div[id]+h1,video+div[id]+h2,video+div[id]+h3,video+div[id]+h4,video+div[id]+h5,video+div[id]+h6,video+h1,video+h2,video+h3,video+h4,video+h5,video+h6{margin-top:3.75ex}blockquote+hr,embed+hr,figure+hr,iframe+hr,img+hr,picture+hr,table+hr,video+hr{margin-bottom:var(--ds-space-sm,1rem);margin-top:var(--ds-space-lg,4rem)}[class$=-documentation-table-wrap]+div[id]+h1,[class$=-documentation-table-wrap]+div[id]+h2,[class$=-documentation-table-wrap]+div[id]+h3,[class$=-documentation-table-wrap]+div[id]+h4,[class$=-documentation-table-wrap]+div[id]+h5,[class$=-documentation-table-wrap]+div[id]+h6,[class$=-documentation-table-wrap]+h1,[class$=-documentation-table-wrap]+h2,[class$=-documentation-table-wrap]+h3,[class$=-documentation-table-wrap]+h4,[class$=-documentation-table-wrap]+h5,[class$=-documentation-table-wrap]+h6,h1+div[id]+h1,h1+div[id]+h2,h1+div[id]+h3,h1+div[id]+h4,h1+div[id]+h5,h1+div[id]+h6,h1+h1,h1+h2,h1+h3,h1+h4,h1+h5,h1+h6,h2+div[id]+h1,h2+div[id]+h2,h2+div[id]+h3,h2+div[id]+h4,h2+div[id]+h5,h2+div[id]+h6,h2+h1,h2+h2,h2+h3,h2+h4,h2+h5,h2+h6,h3+div[id]+h1,h3+div[id]+h2,h3+div[id]+h3,h3+div[id]+h4,h3+div[id]+h5,h3+div[id]+h6,h3+h1,h3+h2,h3+h3,h3+h4,h3+h5,h3+h6,h4+div[id]+h1,h4+div[id]+h2,h4+div[id]+h3,h4+div[id]+h4,h4+div[id]+h5,h4+div[id]+h6,h4+h1,h4+h2,h4+h3,h4+h4,h4+h5,h4+h6,h5+div[id]+h1,h5+div[id]+h2,h5+div[id]+h3,h5+div[id]+h4,h5+div[id]+h5,h5+div[id]+h6,h5+h1,h5+h2,h5+h3,h5+h4,h5+h5,h5+h6,h6+div[id]+h1,h6+div[id]+h2,h6+div[id]+h3,h6+div[id]+h4,h6+div[id]+h5,h6+div[id]+h6,h6+h1,h6+h2,h6+h3,h6+h4,h6+h5,h6+h6,table+div[id]+h1,table+div[id]+h2,table+div[id]+h3,table+div[id]+h4,table+div[id]+h5,table+div[id]+h6,table+h1,table+h2,table+h3,table+h4,table+h5,table+h6{margin-top:7.5ex}[class$=-documentation-table-wrap],blockquote,table{margin-bottom:3.75ex;margin-top:3.75ex}[class$=-documentation-table-wrap]+div[id]+h1,[class$=-documentation-table-wrap]+div[id]+h2,[class$=-documentation-table-wrap]+div[id]+h3,[class$=-documentation-table-wrap]+div[id]+h4,[class$=-documentation-table-wrap]+div[id]+h5,[class$=-documentation-table-wrap]+div[id]+h6,[class$=-documentation-table-wrap]+h1,[class$=-documentation-table-wrap]+h2,[class$=-documentation-table-wrap]+h3,[class$=-documentation-table-wrap]+h4,[class$=-documentation-table-wrap]+h5,[class$=-documentation-table-wrap]+h6{margin-top:3.75ex}[class$=-documentation-table-wrap]+hr{margin-bottom:var(--ds-space-sm,1rem);margin-top:var(--ds-space-lg,4rem)}h1,h2,h3,h4,h5,h6{color:var(--ds-heading-color,#00587c);font-family:var(--ds-heading-font,Poppins,Helvetica Neue,Helvetica,Arial,sans-serif);font-size-adjust:none;font-weight:var(--ds-heading-font-weight,700);line-height:var(--ds-heading-line-height,2.35ex);margin-bottom:var(--ds-block-type-element-padding,1.25ex);overflow-wrap:break-word}li>h1:first-child,li>h2:first-child,li>h3:first-child,li>h4:first-child,li>h5:first-child,li>h6:first-child{margin-bottom:.625ex}h1:has(a) a,h2:has(a) a,h3:has(a) a,h4:has(a) a,h5:has(a) a,h6:has(a) a{color:var(--ds-heading-color,#00587c);font-weight:var(--ds-heading-font-weight,700);text-decoration:none}h1:has(a) a:focus,h1:has(a) a:hover,h2:has(a) a:focus,h2:has(a) a:hover,h3:has(a) a:focus,h3:has(a) a:hover,h4:has(a) a:focus,h4:has(a) a:hover,h5:has(a) a:focus,h5:has(a) a:hover,h6:has(a) a:focus,h6:has(a) a:hover{color:var(--ds-heading-color,#00587c);text-decoration:underline}.ds-h1,h1{font-size:var(--ds-heading-font-size-h1,3.1757969376rem)}.ds-h2,h2{font-size:var(--ds-heading-font-size-h2,2.52047376rem)}.ds-h3,h3{font-size:var(--ds-heading-font-size-h3,2.000376rem)}.ds-h4,h4{font-size:var(--ds-heading-font-size-h4,1.5876rem)}.ds-h5,h5{font-size:var(--ds-heading-font-size-h5,1.26rem)}.ds-h6,h6{font-size:var(--ds-body-font-size,1rem)}.ds-lead{font-size:var(--ds-heading-font-size-h5,1.26rem)}.ds-disclaimer,.ds-small,small{display:block;font-size:var(--ds-sm-font-size,.7936507937rem);line-height:var(--ds-body-line-height,3ex)}.ds-error{color:var(--ds-color-ui-error,red);font-style:italic}p{line-height:var(--ds-body-line-height,3ex);margin-bottom:2.5ex;overflow-wrap:break-word}p:has(.ds-btn){margin-top:5ex}embed+p:has(.ds-btn),p:has(.ds-btn) blockquote,p:has(.ds-btn) figure,p:has(.ds-btn) iframe,p:has(.ds-btn) img,p:has(.ds-btn) ol,p:has(.ds-btn) p,p:has(.ds-btn) picture,p:has(.ds-btn) table,p:has(.ds-btn) ul,p:has(.ds-btn) video{margin-top:3.75ex}p:has(.ds-btn:nth-child(2)){align-items:center;display:flex;flex-flow:row wrap;gap:var(--ds-space-xs,.5rem);justify-content:flex-start}li>p:last-child{margin-bottom:2.5ex}hr{border-top:var(--ds-global-border-width,1px) solid var(--ds-color-gray,#8d8d8d)}ul{list-style:disc}ul ul{list-style:square;margin:0;padding-left:var(--ds-space,2rem)}ol{list-style:decimal}ol ol{list-style:lower-alpha;margin:0}ol,ol ol,ul{padding-left:var(--ds-space,2rem)}ol,ul{line-height:var(--ds-body-line-height,3ex);margin-bottom:calc(var(--ds-block-type-element-padding, 1.25ex)*4);margin-top:calc(var(--ds-block-type-element-padding, 1.25ex)*4)}ol li+li,ul li+li{padding-top:calc(var(--ds-block-type-element-padding, 1.25ex)*1.5)}ol li::marker,ul li::marker{font-weight:700}ol li ol,ol li>ul,ul li ol,ul li>ul{margin-bottom:var(--ds-block-type-element-padding,1.25ex);margin-top:calc(var(--ds-block-type-element-padding, 1.25ex)*2)}li>ol:last-child,li>ul:last-child{margin-bottom:calc(var(--ds-block-type-element-padding, 1.25ex)*2)}a{color:var(--ds-link-color,#00587c);font-weight:var(--ds-global-font-weight-semibold,600);text-decoration:underline;transition:color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),background-color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out)}a:focus,a:hover{color:var(--ds-link-color-hover,#4786a0)}strong{font-weight:var(--ds-global-font-weight-bold,700)}em{font-style:italic}del{text-decoration:line-through}img{display:block;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover}figure img{display:inline-block;margin-bottom:var(--ds-space-xs,.5rem);margin-top:0}img[class^=ds-ar]{background:var(--ds-color-gray-100,#e4e4e4);border:1px solid var(--ds-color-gray-300,#b8b8b8)}figure figcaption{font-size:var(--ds-figure-caption-font-size,.7936507937rem);font-style:italic;line-height:var(--ds-body-line-height,3ex)}embed,figure,iframe,img,video{margin-bottom:var(--ds-space,2rem);margin-top:var(--ds-space,2rem)}embed:first-child,figure:first-child,iframe:first-child,img:first-child,video:first-child{margin-top:0}embed:last-child,figure:last-child,iframe:last-child,img:last-child,video:last-child{margin-bottom:0}iframe,video{height:auto;max-width:100%}.ds-video-wrapper{aspect-ratio:16/9;position:relative}.ds-video-wrapper iframe,.ds-video-wrapper video{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}section{padding-bottom:var(--ds-section-padding,clamp(2rem,.6924939467rem + .0387409201 * 100vw,4rem));padding-top:var(--ds-section-padding,clamp(2rem,.6924939467rem + .0387409201 * 100vw,4rem))}.ds-header{position:sticky;top:0;z-index:10}.ds-header-cnt,.ds-header-row{height:100%}.ds-header-main{background:var(--ds-header-background-color,#fafafa);box-shadow:var(--ds-header-box-shadow,0 .25rem .75rem rgba(0,0,0,.04),0 .5rem 1.5rem rgba(0,0,0,.03));min-height:var(--ds-header-height,clamp(4.6875rem,3.6660108959rem + .0302663438 * 100vw,6.25rem));padding:var(--ds-space-sm,1rem) 0}.ds-header-cnt{margin-left:auto;margin-right:auto;max-width:var(--ds-site-width,85.375rem);padding-left:var(--ds-space-sm,1rem);padding-right:var(--ds-space-sm,1rem);width:100%}.ds-header-row{align-items:flex-start;align-items:stretch;display:flex;flex-flow:row wrap;flex-wrap:nowrap;justify-content:flex-start;margin-left:calc(var(--ds-space-sm, 1rem)*-1);margin-right:calc(var(--ds-space-sm, 1rem)*-1);width:calc(100% + var(--ds-space, 2rem))}.ds-header-row:is(ol),.ds-header-row:is(ul){list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.ds-header-col{align-items:flex-start;display:flex;flex:0 0 auto;flex:1;flex-flow:row nowrap;justify-content:space-between;max-width:100%;padding-left:var(--ds-space-sm,1rem);padding-right:var(--ds-space-sm,1rem);padding-top:0}.ds-header-col-btn,.ds-header-col-logo,.ds-header-col-nav{align-items:center;flex:0 0 auto;max-width:100%}.ds-header-col-logo{margin-right:auto}.ds-header-col-logo .custom-logo-link{display:block}.ds-header-col-logo .custom-logo{height:auto;max-width:var(--ds-header-logo-size,15.625rem)}.ds-header-col-nav>nav{height:100%;position:relative}@media screen and (max-width:1600px){.ds-header-col-nav>nav .ds-header-show-xxl{display:none!important}}@media screen and (max-width:1366px){.ds-header-col-nav>nav .ds-header-show-xl{display:none!important}}@media screen and (max-width:1024px){.ds-header-col-nav>nav .ds-header-show-lg{display:none!important}}@media screen and (max-width:768px){.ds-header-col-nav>nav .ds-header-show-md{display:none!important}}@media screen and (max-width:540px){.ds-header-col-nav>nav .ds-header-show-sm{display:none!important}}@media screen and (min-width:1366.1px){.ds-header-col-nav>nav .ds-header-hide-xl{display:none!important}}@media screen and (min-width:1024.1px){.ds-header-col-nav>nav .ds-header-hide-lg{display:none!important}}@media screen and (min-width:768.1px){.ds-header-col-nav>nav .ds-header-hide-md{display:none!important}}@media screen and (min-width:540.1px){.ds-header-col-nav>nav .ds-header-hide-sm{display:none!important}}@media screen and (max-width:540px){.ds-header-col-nav>nav{display:none!important}}@media screen and (max-width:768px){.ds-header-col-nav{padding:0}}@media screen and (min-width:768.1px){.ds-header-col-btn{display:none}}.ds-header-skip{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;width:1px!important;inline-size:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important}.ds-header-btn{align-items:center;align-self:stretch;background:var(--ds-header-background-color,#fafafa);border-color:transparent;border-radius:var(--ds-button-border-radius,.3125rem);border-radius:0;border-style:solid;border-width:var(--ds-button-border-width,2px);color:var(--ds-color-black,#1f1f1f);cursor:pointer;display:inline-flex;flex-flow:row nowrap;font-family:var(--ds-button-font,Poppins,Helvetica Neue,Helvetica,Arial,sans-serif);font-size:var(--ds-button-font-size,clamp(1rem,.8300242131rem + .0050363196 * 100vw,1.26rem));font-weight:var(--ds-button-font-weight,700);justify-content:space-between;line-height:var(--ds-button-line-height,2.35ex);padding:0;text-align:center;text-decoration:none;transition:background-color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),border-color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),transform var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out)}.ds-header-btn .ds-fa-svg,.ds-header-btn .fa-solid{flex:0 0 auto}.ds-header-btn:has(.ds-fa-svg),.ds-header-btn:has(.fa-solid){gap:.25em;justify-content:center}.ds-header-btn .ds-fa-svg{display:inline-block;margin-top:-.25em;overflow:visible}.ds-header-btn:focus,.ds-header-btn:hover{background:var(--ds-header-background-color,#fafafa);color:var(--ds-color-black,#1f1f1f)}.ds-header-btn-icon{margin:.6666666667rem auto;position:relative}.ds-header-btn-icon,.ds-header-btn-icon:after,.ds-header-btn-icon:before{background-color:var(--ds-header-button-bar-color,#1f1f1f);display:block;height:.3333333333rem;transition:background-color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),transform var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out);width:2rem}.ds-header-btn-icon:after,.ds-header-btn-icon:before{content:"";position:absolute}.ds-header-btn-icon:before{top:-.6666666667rem}.ds-header-btn-icon:after{top:.6666666667rem}.ds-header-btn-icon.-active{background-color:transparent}.ds-header-btn-icon.-active:before{transform:translateY(.6666666667rem) rotate(45deg)}.ds-header-btn-icon.-active:after{transform:translateY(-.6666666667rem) rotate(-45deg)}.ds-header-btn-label{padding-right:.5em}@media screen and (max-width:420px){.ds-header-btn-label{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;width:1px!important;inline-size:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important}}.ds-header .ds-menu{align-items:flex-start;display:flex;flex-flow:row wrap;height:100%;justify-content:flex-start;list-style:none;margin:0 calc(var(--ds-space-sm, 1rem)*-1);padding:0;width:calc(100% + var(--ds-space, 2rem))}.ds-header .ds-menu>li{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center;padding:var(--ds-menu-item-padding,.25rem 1rem)}.ds-header .ds-menu>li:has(>a){padding:0}.ds-header .ds-menu>li>a{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center}.ds-header .ds-menu .sub-menu{height:0;opacity:0;padding:0;pointer-events:none}.ds-header .ds-menu .sub-menu:has(.menu-item-has-children){align-items:flex-start;display:flex;flex-flow:row wrap;justify-content:flex-start;list-style:none;margin:0 calc(var(--ds-space-sm, 1rem)*-1);padding:0;padding:var(--ds-menu-item-padding-y,.25rem) 0;width:calc(100% + var(--ds-space, 2rem));width:100%}.ds-header .ds-menu .sub-menu:has(.menu-item-has-children)>li{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center;padding:var(--ds-menu-item-padding,.25rem 1rem)}.ds-header .ds-menu .sub-menu:has(.menu-item-has-children)>li:has(>a){padding:0}.ds-header .ds-menu .sub-menu:has(.menu-item-has-children)>li>a{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center}.ds-header .ds-menu .sub-menu:has(.menu-item-has-children)>.menu-item{flex:1 0}.ds-header .ds-menu .sub-menu:has(.menu-item-has-children)>.menu-item>a{align-items:center;display:flex;flex-flow:row nowrap;justify-content:flex-start;width:100%}.ds-header .ds-menu .sub-menu:has(.menu-item-has-children) .sub-menu{align-items:flex-start;display:flex;flex-flow:column nowrap;justify-content:flex-start;list-style:none;margin:0;overflow:auto;padding:0;padding:var(--ds-menu-item-padding-y,.25rem) 0;width:calc(100% + var(--ds-space, 2rem))}.ds-header .ds-menu .sub-menu:has(.menu-item-has-children) .sub-menu>li{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center;padding:var(--ds-menu-item-padding,.25rem 1rem)}.ds-header .ds-menu .sub-menu:has(.menu-item-has-children) .sub-menu>li:has(>a){padding:0}.ds-header .ds-menu .sub-menu:has(.menu-item-has-children) .sub-menu>li>a{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center}.ds-header .ds-menu .sub-menu:not(.sub-menu:has(.menu-item-has-children)){align-items:flex-start;display:flex;flex-flow:column nowrap;justify-content:flex-start;list-style:none;margin:0 calc(var(--ds-space-sm, 1rem)*-1);padding:0;padding:var(--ds-menu-item-padding-y,.25rem) 0;width:calc(100% + var(--ds-space, 2rem));width:var(--ds-header-dropdown-width,18.75rem)}.ds-header .ds-menu .sub-menu:not(.sub-menu:has(.menu-item-has-children))>li{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center;padding:var(--ds-menu-item-padding,.25rem 1rem)}.ds-header .ds-menu .sub-menu:not(.sub-menu:has(.menu-item-has-children))>li:has(>a){padding:0}.ds-header .ds-menu .sub-menu:not(.sub-menu:has(.menu-item-has-children))>li>a{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center}.ds-header .ds-menu .sub-menu:not(.sub-menu:has(.menu-item-has-children))>.menu-item{justify-content:center}.ds-header .ds-menu .sub-menu:not(.sub-menu:has(.menu-item-has-children))>.menu-item>a{font-size:0;justify-content:center;text-align:center;width:100%}@media screen and (min-width:768.1px){.ds-header .ds-menu .sub-menu{background:var(--ds-color-white,#fafafa);box-shadow:var(--ds-header-dropdown-shadow,0 .125rem .5rem rgba(0,0,0,.06),0 .25rem 1rem rgba(0,0,0,.04));position:absolute;right:50%;top:100%;transform:translateX(50%);z-index:1}}.ds-header .ds-menu .menu-item>a{color:var(--ds-header-link-color,#00587c);font-size:var(--ds-header-link-font-size,1rem);font-weight:var(--ds-header-link-font-weight,700);padding:var(--ds-menu-item-padding,.25rem 1rem);text-decoration:none}.ds-header .ds-menu .menu-item>a:focus,.ds-header .ds-menu .menu-item>a:hover{color:var(--ds-header-link-color-hover,#4786a0);text-decoration:underline}.ds-header .ds-menu .menu-item-has-children>a{padding-right:1.5em;position:relative}.ds-header .ds-menu .menu-item-has-children>a:after{align-items:center;content:var(--ds-header-dropdown-arrow,▾);display:inline-flex;font-size:var(--ds-header-dropdown-arrow-font-size,1.25em);justify-content:center;line-height:1;pointer-events:none;position:absolute;right:.5em;top:50%;transform:translateY(-50%);transform-origin:center center;transition:transform var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out);width:1em}.ds-header .ds-menu .menu-item-has-children:not(:has(.menu-item-has-children)){position:relative}.ds-header .ds-menu .menu-item-has-children:not(:has(.menu-item-has-children)) .sub-menu{margin:0;width:100%}.ds-header .ds-menu .menu-item-has-children:not(:has(.menu-item-has-children)) .sub-menu>a{display:flex;flex-flow:row nowrap;width:100%}@media screen and (min-width:768.1px){.ds-header .ds-menu .menu-item-has-children:not(:has(.menu-item-has-children)) .sub-menu{width:var(--ds-header-dropdown-width,18.75rem)}}.ds-header .ds-menu .menu-item-has-children.-open .sub-menu{height:75%;opacity:1;pointer-events:auto}.ds-header .ds-menu .menu-item-has-children.-open .sub-menu>.menu-item{width:100%}.ds-header .ds-menu .menu-item-has-children.-open .sub-menu>.menu-item>a{color:var(--ds-mobile-menu-link-color-hover,#d6e3e8);font-size:var(--ds-heading-font-size-h5,1.26rem);font-weight:var(--ds-global-font-weight-semibold,600)}.ds-header .ds-menu .menu-item-has-children.-open .sub-menu>.menu-item>a:focus,.ds-header .ds-menu .menu-item-has-children.-open .sub-menu>.menu-item>a:hover{color:var(--ds-color-white,#fafafa)}@media screen and (min-width:768.1px){.ds-header .ds-menu .menu-item-has-children.-open .sub-menu>.menu-item{width:100%}.ds-header .ds-menu .menu-item-has-children.-open .sub-menu>.menu-item>a{color:var(--ds-header-dropdown-link-color,#00587c);font-size:var(--ds-header-dropdown-link-font-size,1rem);font-weight:var(--ds-header-dropdown-link-font-weight,700)}.ds-header .ds-menu .menu-item-has-children.-open .sub-menu>.menu-item>a:focus,.ds-header .ds-menu .menu-item-has-children.-open .sub-menu>.menu-item>a:hover{color:var(--ds-header-dropdown-link-color-hover,#4786a0);text-decoration:underline}}@media screen and (max-width:768px){.ds-header .ds-menu .menu-item-has-children.-open .sub-menu>.menu-item{margin:0}}.ds-header .ds-menu .menu-item-has-children.-open>a:after{transform:translateY(-50%) rotate(-180deg)}@media screen and (max-width:768px){.ds-header .ds-menu .menu-item-has-children:not(.-open) .sub-menu{padding:0}}.ds-header .ds-menu .menu-item-has-children>.sub-menu:has(.menu-item-has-children){margin:0}.ds-header .ds-menu .menu-item-has-children .sub-menu{width:100%}.ds-header .ds-menu .menu-item-has-children .sub-menu .sub-menu{height:calc(100vh - 16.375rem);margin-left:-.5rem;margin-right:-.5rem}.ds-header .ds-menu .menu-item-has-children .sub-menu .sub-menu>.menu-item{height:auto}@media screen and (min-width:768.1px){.ds-header .ds-menu .menu-item-has-children>a{padding-right:1.5em}.ds-header .ds-menu .menu-item-has-children .sub-menu{background:var(--ds-color-gray-050,#f2f2f2)}}@media screen and (max-width:768px){.ds-header .ds-menu .menu-item-has-children{flex-flow:column nowrap}}.ds-header .ds-menu .menu-item.ds-header-btn-cta{height:auto}.ds-header .ds-menu .menu-item.ds-header-btn-cta>a{align-items:center;border-radius:var(--ds-button-border-radius,.3125rem);border-style:solid;border-width:var(--ds-button-border-width,2px);cursor:pointer;display:inline-flex;flex-flow:row nowrap;font-family:var(--ds-button-font,Poppins,Helvetica Neue,Helvetica,Arial,sans-serif);font-size:var(--ds-button-font-size,clamp(1rem,.8300242131rem + .0050363196 * 100vw,1.26rem));font-weight:var(--ds-button-font-weight,700);justify-content:space-between;line-height:var(--ds-button-line-height,2.35ex);padding:var(--ds-button-padding,.65em 1.5em);text-align:center;text-decoration:none;transition:background-color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),border-color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),transform var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out)}.ds-header .ds-menu .menu-item.ds-header-btn-cta>a .ds-fa-svg,.ds-header .ds-menu .menu-item.ds-header-btn-cta>a .fa-solid{flex:0 0 auto}.ds-header .ds-menu .menu-item.ds-header-btn-cta>a:has(.ds-fa-svg),.ds-header .ds-menu .menu-item.ds-header-btn-cta>a:has(.fa-solid){gap:.25em;justify-content:center}.ds-header .ds-menu .menu-item.ds-header-btn-cta>a .ds-fa-svg{display:inline-block;margin-top:-.25em;overflow:visible}@media screen and (min-width:768.1px){.ds-header .ds-menu .menu-item.ds-header-btn-cta{padding-left:var(--ds-menu-item-padding-x,1rem)}}.ds-header .ds-menu>.menu-item>a{font-weight:700}.ds-header .ds-menu>.menu-item.-open>.sub-menu:not(:has(.menu-item-has-children)){height:auto}.ds-header .ds-menu.ds-primary-menu>.menu-item{height:100%}.ds-header .ds-menu.ds-primary-menu>.menu-item.ds-header-cta-btn{height:auto}@media screen and (min-width:768.1px){.ds-header-hide-md{display:none!important}}.ds-topbar{background:var(--ds-topbar-background-color,#0a455d)}.ds-topbar a{color:var(--ds-topbar-link-color,#eac8a3);font-weight:var(--ds-topbar-link-font-weight,600);text-decoration:none}.ds-topbar a:focus,.ds-topbar a:hover{color:var(--ds-topbar-link-color-hover,#f2e1ce);text-decoration:underline}.ds-topbar-cnt{margin-left:auto;margin-right:auto;max-width:var(--ds-site-width,85.375rem);padding-left:var(--ds-space-sm,1rem);padding-right:var(--ds-space-sm,1rem);width:100%}.ds-topbar-row{align-items:flex-start;display:flex;flex-flow:row wrap;justify-content:flex-start;justify-content:center;margin-left:calc(var(--ds-space-sm, 1rem)*-1);margin-right:calc(var(--ds-space-sm, 1rem)*-1);min-height:var(--ds-topbar-height-mobile,4.75rem);width:calc(100% + var(--ds-space, 2rem))}.ds-topbar-row:is(ol),.ds-topbar-row:is(ul){list-style:none;margin-bottom:0;margin-top:0;padding-left:0}@media screen and (min-width:768.1px){.ds-topbar-row{justify-content:flex-end;min-height:var(--ds-topbar-height,3.875rem)}}.ds-topbar-col{flex:0 0 auto;max-width:100%;padding:var(--ds-topbar-col-padding-y,.5rem) var(--ds-space-sm,1rem)}@media screen and (max-width:768px){.ds-topbar-col-nav{padding:0}}.ds-topbar .ds-topbar-col-nav .ds-utility-menu{align-items:center;flex-flow:column nowrap}@media screen and (min-width:768.1px){.ds-topbar .ds-topbar-col-nav .ds-utility-menu{flex-flow:row nowrap}}@media screen and (max-width:768px){.ds-topbar .ds-topbar-col-nav .ds-utility-menu li+li>a{padding-top:0}}.ds-topbar .ds-menu .fa-solid,.ds-topbar .ds-menu svg{margin-right:.25em}.ds-topbar .ds-menu svg path,.ds-topbar .ds-menu svg rect{stroke:var(--ds-topbar-link-color-hover,#f2e1ce)}.ds-topbar .ds-menu>li{height:auto}@keyframes gradientShift{0%{background-position:20% 30%,80% 70%,50% 50%}50%{background-position:25% 35%,75% 65%,50% 50%}to{background-position:20% 30%,80% 70%,50% 50%}}.-hidden{display:none!important}.grecaptcha-badge{z-index:1}@media screen and (max-width:768px){.ds-body{overflow:hidden}}a{font-family:Poppins,Helvetica Neue,Helvetica,Arial,sans-serif}small{display:block;font-size:.7936507937rem}:is(h1,h2,h3,h4,h5,h6)>a{color:inherit}:is(h1,h2,h3,h4,h5,h6)>a:focus,:is(h1,h2,h3,h4,h5,h6)>a:hover{color:#4786a0;text-decoration:underline}.ds-h6,h6{font-size:var(--ds-heading-font-size-h6,clamp(.7936507937rem,.6587493755rem + .0039970791 * 100vw,1rem))}.ds-section-image{border-radius:4rem}.ds main [id]{scroll-margin-top:calc(clamp(4.6875rem,3.6660108959rem + .0302663438*100vw,6.25rem) + 4.75rem + clamp(2rem,.6924939467rem + .0387409201*100vw,4rem))}@media screen and (min-width:768.1px){.ds main [id]{scroll-margin-top:calc(clamp(4.6875rem,3.6660108959rem + .0302663438*100vw,6.25rem) + 3.875rem + clamp(2rem,.6924939467rem + .0387409201*100vw,4rem))}}.ds-documentation-toc{margin-bottom:7.5ex;padding:0}.ds-documentation-toc-summary{color:rgba(31,31,31,.82);font-size:var(--ds-body-font-size,1rem);line-height:var(--ds-body-line-height,3ex);margin-top:2.5ex;max-width:68ch}.ds-documentation-toc-list{list-style:none;margin-top:0;padding:0}.ds-documentation-toc-list:last-child{margin-bottom:0}.ds-documentation-toc-list-top{display:grid;gap:var(--ds-space-sm,1rem)}.ds-documentation-toc-list-depth-1{align-items:flex-start;display:flex;flex:1 0;flex-flow:row wrap;gap:1rem 2rem;justify-content:flex-start}.ds-documentation-toc-list-depth-1>*{flex:0 0 auto;max-width:100%}.ds-documentation-toc-list-depth-2{display:grid;gap:1.5625ex;margin-top:.9375ex}.ds-documentation-toc-list-depth-3{display:flex;flex-wrap:wrap;gap:calc(var(--ds-space-xs, .5rem)*.8) var(--ds-space-sm,1rem);margin-top:.9375ex}.ds-documentation-toc-item{margin:0}.ds-documentation-toc-item li+li{padding-top:0}.ds-documentation-toc-item-top{border-top:1px solid rgba(0,88,124,.1);padding:var(--ds-space-sm,1rem) 0 0}@media(min-width:48rem){.ds-documentation-toc-item-top{align-items:start;-moz-column-gap:var(--ds-space,2rem);column-gap:var(--ds-space,2rem);display:grid;grid-template-columns:minmax(12rem,16rem) minmax(0,1fr)}}.ds-documentation-toc-item-top:last-child{border-bottom:1px solid rgba(0,88,124,.12);padding:var(--ds-space-sm,1rem) 0}.ds-documentation-toc-item-depth-1,.ds-documentation-toc-item-depth-2{min-width:0}.ds-documentation-toc-item-depth-2.ds-documentation-toc-item-has-children{display:grid;gap:.625ex}@media(min-width:33.75rem){.ds-documentation-toc-item-depth-2.ds-documentation-toc-item-has-children{align-items:baseline;-moz-column-gap:var(--ds-space-sm,1rem);column-gap:var(--ds-space-sm,1rem);grid-template-columns:max-content minmax(0,1fr)}}.ds-documentation-toc-item-depth-2>.ds-documentation-toc-list-depth-3{margin-top:0}.ds-documentation-toc-link{display:inline-block;text-decoration-thickness:.08em;text-underline-offset:.12em;white-space:nowrap}.ds-documentation-toc-link-top{font-size:var(--ds-heading-font-size-h5,1.26rem);font-weight:var(--ds-global-font-weight-bold,700);line-height:1.2;text-decoration:none}.ds-documentation-toc-link-child{font-size:var(--ds-sm-font-size,.7936507937rem);font-weight:var(--ds-global-font-weight-semibold,600);line-height:1.25;text-decoration:none}.ds-documentation-toc-link-child:focus-visible,.ds-documentation-toc-link-child:hover{color:var(--ds-color-secondary,#00587c);text-decoration:underline}.ds-documentation-toc-link-depth-1{font-size:var(--ds-body-font-size,1rem);font-weight:var(--ds-global-font-weight-bold,700);line-height:1.25;text-decoration:none}.ds-documentation-toc-link-depth-2,.ds-documentation-toc-link-depth-3{font-size:var(--ds-body-font-size,1rem);font-weight:400;line-height:var(--ds-body-line-height,3ex)}.ds-documentation-toc-item-top .ds-documentation-toc-link-child{color:rgba(31,31,31,.86)}@media screen and (max-width:768px){.ds-documentation-toc-item-has-children>.ds-documentation-toc-link-top{margin-bottom:1.875ex}}.ds-header .ds-header-row{align-items:center;flex-flow:row nowrap}.ds-header .ds-header-col-logo{align-self:center;position:relative;z-index:3}.ds-header .ds-header-col-logo .custom-logo{height:clamp(6.25rem,4.8199152542rem + .0423728814*100vw,8.4375rem);width:auto}.ds-header .ds-header-col-logo .custom-logo[src*=sesco]{height:clamp(7.8125rem,6.7910108959rem + .0302663438*100vw,9.375rem)}.ds-header .ds-header-col-nav .ds-primary-menu{margin:0;width:100%}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item>a{font-family:Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(1.26rem,.8646206897rem + .015062069*100vw,1.5876rem);padding:1rem;text-decoration:none}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item>a:focus,.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item>a:hover{text-decoration:underline}@media screen and (min-width:768.1px){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item>a{font-size:clamp(1rem,.5377777778rem + .0072222222*100vw,1.26rem)}}@media screen and (min-width:48rem)and (max-width:64rem){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item>a{padding-left:0}}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children.menu-item{position:relative;z-index:2}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>a{padding-right:1.9em!important}@media screen and (min-width:768.1px){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>a{position:relative}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>a:after{align-items:center;content:"▾";display:inline-flex;font-size:1.25em;justify-content:center;line-height:1;padding:0;position:absolute;right:.35em;top:48%;transform:translateY(-50%);transform-origin:center;transition:transform var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out);width:1em}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>a:focus,.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>a:hover{text-decoration:none}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>.sub-menu{border-radius:0 0 2rem 2rem;box-shadow:0 .125rem .5rem rgba(0,0,0,.06),0 .25rem 1rem rgba(0,0,0,.04);height:auto!important;margin:0 auto;max-width:85.375rem;overflow:hidden;padding:0!important;width:100vw}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>.sub-menu>.menu-item{align-items:flex-start;display:flex;flex:1 0;flex-flow:column nowrap;justify-content:flex-start}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>.sub-menu>.menu-item>a{background:#4ea9a5;color:#fafafa;font-size:1.26rem!important;font-weight:700!important;padding:1rem;pointer-events:none;text-decoration:none}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>.sub-menu>.menu-item .sub-menu{align-items:flex-start;box-shadow:none;-moz-column-count:2;column-count:2}}@media screen and (min-width:768.1px)and (min-width:768.1px){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>.sub-menu>.menu-item .sub-menu{-moz-column-count:2;column-count:2}}@media screen and (min-width:768.1px)and (min-width:1024.1px){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>.sub-menu>.menu-item .sub-menu{-moz-column-count:3;column-count:3}}@media screen and (min-width:768.1px)and (min-width:1366.1px){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>.sub-menu>.menu-item .sub-menu{-moz-column-count:4;column-count:4}}@media screen and (min-width:768.1px){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>.sub-menu>.menu-item:has(.menu-item:nth-child(12))>a{color:#4ea9a5;pointer-events:none}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>.sub-menu>.menu-item:not(:has(.menu-item:nth-child(12))){flex:0 0 33.3333333333%;max-width:33.3333333333%}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>.sub-menu>.menu-item:not(:has(.menu-item:nth-child(12)))>a{background:#57c4c0}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>.sub-menu>.menu-item:not(:has(.menu-item:nth-child(12))) .sub-menu{-moz-column-count:1;column-count:1}}@media screen and (min-width:768.1px)and (min-width:1024.1px){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>.sub-menu>.menu-item:not(:has(.menu-item:nth-child(12))){flex:0 0 25%;max-width:25%}}@media screen and (min-width:768.1px)and (min-width:1366.1px){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>.sub-menu>.menu-item:not(:has(.menu-item:nth-child(12))){flex:0 0 16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:768.1px){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>.sub-menu .sub-menu{height:auto!important;margin:0;position:relative;width:100%}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>.sub-menu .sub-menu>.menu-item{justify-content:flex-start;width:auto}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>.sub-menu>.menu-item>a{font-size:clamp(1rem,-1.0566rem + .0783466667*100vw,1.5876rem);font-weight:500}}@media screen and (min-width:768.1px)and (min-width:1024.1px){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>.sub-menu>.menu-item>a{font-size:clamp(1rem,.3589169675rem + .0075090253*100vw,1.26rem);font-weight:700}}@media screen and (min-width:768.1px){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children.-open>.sub-menu:is(ul){left:50%;position:fixed;top:calc(clamp(4.6875rem, 3.6660108959rem + .0302663438 * 100vw, 6.25rem) + 3.875rem);transform:translateX(-50%)}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children.-open>.sub-menu:is(ul) .sub-menu:is(ul){display:block!important}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children.-open>a{color:#4ea9a5}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children.-open>a:after{transform:translateY(-50%) rotate(-180deg)}}@media screen and (min-width:768.1px)and (max-width:1024px){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children.-open>.sub-menu{padding-bottom:0;padding-top:0}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children.-open>.sub-menu>.menu-item{margin-bottom:0}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children{padding:0 1rem}}@media screen and (min-width:48rem)and (max-width:64rem){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item-has-children>a{padding-right:0}}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item.-open .sub-menu{display:flex!important;max-height:100vh;opacity:1;padding:1rem 0;pointer-events:auto}@media screen and (min-width:768.1px){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item .sub-menu{background:#d6e3e8;position:absolute;top:calc(100% + .5rem);z-index:1}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item .sub-menu:not(:has(.menu-item:nth-child(12))){background:#ebf1f4}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item.-open .sub-menu{padding:.5rem 0}}@media screen and (max-width:1024px){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item.-open:not(:has(.menu-item-has-children))>.sub-menu{width:150%}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item.-open:not(:has(.menu-item-has-children))>.sub-menu>.menu-item>a{font-size:clamp(1rem,.8300242131rem + .0050363196*100vw,1.26rem)}}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item.ds-header-btn-cta{align-self:center;height:auto}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item.ds-header-btn-cta>a{align-items:center;background:#bb8144;border-color:transparent;border-radius:var(--ds-button-border-radius,.3125rem);border-style:solid;border-width:var(--ds-button-border-width,2px);color:contrast-color(#bb8144,#00587c,#fafafa);color:#fafafa;cursor:pointer;display:inline-flex;flex-flow:row nowrap;font-family:var(--ds-button-font,Poppins,Helvetica Neue,Helvetica,Arial,sans-serif);font-family:Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:var(--ds-button-font-size,clamp(1rem,.8300242131rem + .0050363196 * 100vw,1.26rem));font-size:clamp(1.26rem,.8646206897rem + .015062069*100vw,1.5876rem);font-weight:var(--ds-button-font-weight,700);font-weight:600;justify-content:space-between;line-height:var(--ds-button-line-height,2.35ex);padding:var(--ds-button-padding,.65em 1.5em);text-align:center;text-decoration:none;transition:background-color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),border-color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),transform var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out)}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item.ds-header-btn-cta>a .ds-fa-svg,.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item.ds-header-btn-cta>a .fa-solid{flex:0 0 auto}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item.ds-header-btn-cta>a:has(.ds-fa-svg),.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item.ds-header-btn-cta>a:has(.fa-solid){gap:.25em;justify-content:center}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item.ds-header-btn-cta>a .ds-fa-svg{display:inline-block;margin-top:-.25em;overflow:visible}.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item.ds-header-btn-cta>a:focus,.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item.ds-header-btn-cta>a:hover{background:#da954b;color:#fafafa}@media screen and (min-width:768.1px){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item.ds-header-btn-cta>a{font-size:clamp(1rem,.5377777778rem + .0072222222*100vw,1.26rem)}}@media screen and (min-width:48rem)and (max-width:64rem){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item.ds-header-show-lg{display:none}}@media screen and (min-width:48rem)and (max-width:85.375rem){.ds-header .ds-header-col-nav .ds-primary-menu>.menu-item.ds-header-show-xl{display:none}}@media screen and (max-width:768px){.ds-header .ds-header-col-nav .ds-primary-menu .menu-item>a{color:#fafafa}}.ds-header .ds-header-col-nav .ds-legal-menu,.ds-header .ds-header-col-nav .ds-social-menu{justify-content:center}.ds-header .ds-header-col-nav .ds-legal-menu .menu-item>a{padding:.5rem 1rem}.ds-header .ds-header-col-nav .ds-social-menu{padding:2rem 0 1rem}@media screen and (max-width:768px){.ds-header .ds-header-col-nav .ds-nav-show-md{display:none!important}}@media screen and (min-width:768.1px){.ds-header .ds-header-col-nav{padding-right:1rem;text-align:left}}@media screen and (max-width:768px){.ds-header .ds-header-col-nav{color:#6b9db2;padding:0;text-align:center}.ds-header .ds-header-col-nav a{color:#6b9db2}.ds-header .ds-header-col-nav a svg path,.ds-header .ds-header-col-nav a svg rect{stroke:#a9dfdd;fill:#4ea9a5;transition:fill var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),stroke var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out)}.ds-header .ds-header-col-nav a:has([href*=linkedin]){stroke-width:0}.ds-header .ds-header-col-nav a:focus,.ds-header .ds-header-col-nav a:hover{color:#b3ccd6;text-decoration:none}.ds-header .ds-header-col-nav a:focus svg path,.ds-header .ds-header-col-nav a:focus svg rect,.ds-header .ds-header-col-nav a:hover svg path,.ds-header .ds-header-col-nav a:hover svg rect{stroke:#fafafa;fill:#57c4c0}}@media screen and (min-width:768.1px){.ds-header .ds-header-col-btn{display:none}}.ds-header .ds-header-btn{padding:0}@media screen and (max-width:768px){.ds-header .ds-header-btn-cta{margin-top:.75rem}}.ds-header .ds-header-btn:focus,.ds-header .ds-header-btn:hover{background:transparent}.ds-header .ds-header-main{height:clamp(4.6875rem,3.6660108959rem + .0302663438*100vw,6.25rem);padding:0}@media screen and (max-width:768px){.ds-header .ds-header-main{height:4.6875rem}.ds-header .ds-header-mobile-menu{align-items:center;animation:gradientShift 5s ease-in-out infinite alternate;background:radial-gradient(circle at 20% 30%,#00587c 0,transparent 60%),radial-gradient(circle at 80% 70%,#1f2a44 0,transparent 50%),linear-gradient(135deg,#1f2a44,#00587c);background-blend-mode:screen,overlay,normal;background-size:cover;box-shadow:0 .125rem .5rem rgba(0,0,0,.06),0 .25rem 1rem rgba(0,0,0,.04);display:flex;flex-flow:column nowrap;height:0;height:auto;justify-content:flex-start;left:0;padding:0 1rem;pointer-events:none;position:fixed;right:0;top:9.4375rem;transition:padding var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),max-height var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out);z-index:1}}@media screen and (max-width:768px)and (min-width:768.1px){.ds-header .ds-header-mobile-menu{display:none}}@media screen and (max-width:768px){.ds-header .ds-header-mobile-menu .menu-item>a{opacity:0}.ds-header .ds-header-mobile-menu .ds-menu{height:auto}.ds-header .ds-header-mobile-menu .ds-primary-menu{align-items:center;display:flex;flex-flow:column nowrap;justify-content:flex-start}.ds-header.-nav-open .ds-header-mobile-menu{height:calc(100vh - 9.4375rem);padding:4rem 1rem 2rem;pointer-events:auto}.ds-header.-nav-open .ds-header-mobile-menu .menu-item>a{opacity:1;transition-delay:.5s;transition:opacity var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out)}}.ds-header:not(.-nav-open) .ds-header-mobile-menu{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;width:1px!important;inline-size:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important}@media screen and (min-width:768.1px){.ds-header-hide-md{display:none}}.ds-topbar{height:4.75rem;overflow:hidden}.ds-topbar .ds-topbar-row{flex-flow:row nowrap;justify-content:space-between}@media screen and (max-width:768px){.ds-topbar .ds-topbar-row{align-items:center;flex-flow:column nowrap;justify-content:center}}.ds-topbar .ds-topbar-col-stores{flex:1 0}.ds-topbar .ds-topbar-col-nav{margin-left:auto;padding-left:1rem}.ds-topbar .ds-topbar-col-nav .ds-utility-menu{align-items:flex-start;display:flex;flex-flow:row wrap;justify-content:flex-start;justify-content:flex-end;list-style:none;margin:0;padding:0;width:calc(100% + var(--ds-space, 2rem));width:100%}.ds-topbar .ds-topbar-col-nav .ds-utility-menu>li{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center;padding:var(--ds-menu-item-padding,.25rem 1rem)}.ds-topbar .ds-topbar-col-nav .ds-utility-menu>li:has(>a){padding:0}.ds-topbar .ds-topbar-col-nav .ds-utility-menu>li>a{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center}.ds-topbar .ds-topbar-col-nav .ds-utility-menu>li{padding:0}.ds-topbar .ds-topbar-col-nav .ds-utility-menu>li>a{color:#eac8a3;font-weight:700}.ds-topbar .ds-topbar-col-nav .ds-utility-menu>li>a:focus,.ds-topbar .ds-topbar-col-nav .ds-utility-menu>li>a:hover{color:#fafafa}.ds-topbar .ds-topbar-col-nav .ds-utility-menu>li>a{padding:.5rem}@media screen and (max-width:1024px){.ds-topbar .ds-topbar-show-lg{display:none!important}}@media screen and (max-width:540px){.ds-topbar .ds-topbar-show-sm{display:none!important}}.ds-topbar .ds-topbar-visually-hide{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;width:1px!important;inline-size:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important}@media screen and (min-width:768.1px){.ds-topbar{height:3.875rem}}@media screen and (max-width:768px){.ds-topbar{height:auto}.ds-topbar .ds-topbar-col-nav{display:none;margin-left:0}}.ds-topbar .store__actions,.ds-topbar .stores-list{align-items:flex-start;align-items:center;display:flex;flex-flow:row wrap;justify-content:flex-start;list-style:none;margin:0;padding:0;width:calc(100% + var(--ds-space, 2rem))}.ds-topbar .store__actions>li,.ds-topbar .stores-list>li{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center;padding:var(--ds-menu-item-padding,.25rem 1rem)}.ds-topbar .store__actions>li:has(>a),.ds-topbar .stores-list>li:has(>a){padding:0}.ds-topbar .store__actions>li>a,.ds-topbar .stores-list>li>a{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center}.ds-topbar .store__actions a,.ds-topbar .stores-list a{align-items:center;color:#a9dfdd;display:inline-flex;font-weight:600;line-height:1.2}.ds-topbar .store__actions a:has(svg),.ds-topbar .stores-list a:has(svg){color:#eac8a3}.ds-topbar .store__actions a svg,.ds-topbar .stores-list a svg{display:block;flex-shrink:0;margin-right:.25em;width:1.5rem}.ds-topbar .store__actions a:focus,.ds-topbar .store__actions a:hover,.ds-topbar .stores-list a:focus,.ds-topbar .stores-list a:hover{color:#fafafa}@media screen and (max-width:768px){.ds-topbar .store__actions,.ds-topbar .stores-list{justify-content:center}}.ds-topbar .stores-list>li:has(a){align-items:center;padding:0 .5rem 0 0}.ds-topbar .stores-list>li:has(a)>a.store__name{white-space:nowrap}@media screen and (max-width:768px){.ds-topbar .stores-list>li:has(a)>a.store__name{padding-bottom:0}}.ds-topbar .store__actions,.ds-topbar .store__actions>li{align-items:center}.ds-topbar .store__actions>li>a{padding:.5rem}@media screen and (max-width:768px){.ds-topbar .store__actions>li>a{padding-bottom:0;padding-top:0}}.ds-hero{background:radial-gradient(circle at 20% 30%,#00587c 0,transparent 60%),radial-gradient(circle at 80% 70%,#1f2a44 0,transparent 50%),linear-gradient(135deg,#1f2a44,#00587c);height:auto;max-height:none;padding:0;position:relative}@keyframes hero-zoom{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.ds-hero .ds-hero-cnt{margin-left:auto;margin-right:auto;max-width:var(--ds-site-width,85.375rem);padding-left:var(--ds-space-sm,1rem);padding-right:var(--ds-space-sm,1rem);width:100%}.ds-hero .ds-hero-row{align-items:flex-start;align-items:stretch;display:flex;flex-flow:row wrap;justify-content:flex-start;margin-left:calc(var(--ds-space-sm, 1rem)*-1);margin-right:calc(var(--ds-space-sm, 1rem)*-1);width:calc(100% + var(--ds-space, 2rem))}.ds-hero .ds-hero-row:is(ol),.ds-hero .ds-hero-row:is(ul){list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.ds-hero .ds-hero-col{flex:0 0 auto;flex:0 0 100%;max-width:100%;padding-left:var(--ds-space-sm,1rem);padding-right:var(--ds-space-sm,1rem);padding-top:0}.ds-hero .ds-hero-col-copy{align-self:center;padding-bottom:clamp(2rem,-.6150121065rem + .0774818402*100vw,6rem);padding-top:clamp(2rem,-.6150121065rem + .0774818402*100vw,6rem)}@media screen and (min-width:768.1px){.ds-hero .ds-hero-col-copy{align-items:flex-start;padding-top:clamp(5rem,4.3462469734rem + .01937046*100vw,6rem);text-align:left}.ds-hero .ds-hero-col-copy:only-child{flex:0 0 100%;max-width:100%}.ds-hero .ds-hero-col-copy:not(:only-child){padding-left:clamp(2rem,-.5685618729rem + .0535117057*100vw,4rem)}}@media screen and (min-width:1366.1px){.ds-hero .ds-hero-col-copy:only-child{flex:0 0 75%;max-width:75%}}.ds-hero .ds-hero-col-image,.ds-hero .ds-hero-col-media{overflow:hidden;padding:0;position:relative;z-index:1}.ds-hero .ds-hero-col-image .ds-hero-image-cnt,.ds-hero .ds-hero-col-image .ds-hero-media-cnt,.ds-hero .ds-hero-col-image a:has(img),.ds-hero .ds-hero-col-media .ds-hero-image-cnt,.ds-hero .ds-hero-col-media .ds-hero-media-cnt,.ds-hero .ds-hero-col-media a:has(img){display:block;height:100%}.ds-hero .ds-hero-col-image .ds-hero-image-cnt img,.ds-hero .ds-hero-col-image .ds-hero-media-cnt img,.ds-hero .ds-hero-col-image a:has(img) img,.ds-hero .ds-hero-col-media .ds-hero-image-cnt img,.ds-hero .ds-hero-col-media .ds-hero-media-cnt img,.ds-hero .ds-hero-col-media a:has(img) img{display:block;height:100%;width:100%}@media screen and (min-width:768.1px){.ds-hero .ds-hero-col-image,.ds-hero .ds-hero-col-media{border-left:3px solid #da954b}}@media screen and (min-width:1366.1px){.ds-hero .ds-hero-col-image,.ds-hero .ds-hero-col-media{border-right:3px solid #da954b}}@media screen and (min-width:1024.1px){.ds-hero .ds-hero-col-image,.ds-hero .ds-hero-col-media{aspect-ratio:1/1}}@media screen and (max-width:768px){.ds-hero .ds-hero-col-image,.ds-hero .ds-hero-col-media{border-bottom:3px solid #da954b;order:-1}}.ds-hero .ds-hero-col-image .ds-hero-swiper,.ds-hero .ds-hero-col-media .ds-hero-swiper{height:100%}.ds-hero .ds-hero-col-image .ds-hero-swiper-slide-fig,.ds-hero .ds-hero-col-image .ds-hero-swiper-slide-img,.ds-hero .ds-hero-col-media .ds-hero-swiper-slide-fig,.ds-hero .ds-hero-col-media .ds-hero-swiper-slide-img{height:100%;width:100%}.ds-hero .ds-hero-col-image .ds-hero-swiper-slide-img,.ds-hero .ds-hero-col-media .ds-hero-swiper-slide-img{aspect-ratio:1/1;flex:0 0 100%;max-width:100%}@media screen and (min-width:420.1px){.ds-hero .ds-hero-col-image .ds-hero-swiper-slide-img,.ds-hero .ds-hero-col-media .ds-hero-swiper-slide-img{aspect-ratio:4/3}}@media screen and (min-width:540.1px){.ds-hero .ds-hero-col-image .ds-hero-swiper-slide-img,.ds-hero .ds-hero-col-media .ds-hero-swiper-slide-img{aspect-ratio:16/9}}@media screen and (min-width:768.1px){.ds-hero .ds-hero-col-image .ds-hero-swiper-slide-img,.ds-hero .ds-hero-col-media .ds-hero-swiper-slide-img{aspect-ratio:1/1}}.ds-hero .ds-hero-col-image .ds-hero-swiper-cnt img,.ds-hero .ds-hero-col-media .ds-hero-swiper-cnt img{position:static}.ds-hero .ds-hero-col-image .ds-hero-swiper-link,.ds-hero .ds-hero-col-media .ds-hero-swiper-link{display:block;height:100%}.ds-hero .ds-hero-col-image .ds-hero-swiper .swiper-wrapper,.ds-hero .ds-hero-col-media .ds-hero-swiper .swiper-wrapper{align-items:stretch;display:flex;flex-flow:row nowrap;width:calc(100% + 2rem)}.ds-hero .ds-hero-col-image .ds-hero-swiper .swiper-slide,.ds-hero .ds-hero-col-media .ds-hero-swiper .swiper-slide{height:auto}@media screen and (max-width:768px){.ds-hero .ds-hero-col-image,.ds-hero .ds-hero-col-media{aspect-ratio:16/9;border-top:3px solid #da954b}}@media screen and (max-width:540px){.ds-hero .ds-hero-col-image,.ds-hero .ds-hero-col-media{aspect-ratio:4/3}}@media screen and (max-width:420px){.ds-hero .ds-hero-col-image,.ds-hero .ds-hero-col-media{aspect-ratio:1/1}}@media screen and (min-width:768.1px){.ds-hero .ds-hero-col{flex:0 0 50%;max-width:50%}}.ds-hero .ds-hero-btn{align-items:center;background:#bb8144;background:#4ea9a5;border-color:#a9dfdd;border-radius:var(--ds-button-border-radius,.3125rem);border-radius:.3125rem;border-style:solid;border-width:var(--ds-button-border-width,2px);color:contrast-color(#bb8144,#7d5a35,#f9f0e7);color:#fafafa;cursor:pointer;display:inline-flex;flex-flow:row nowrap;font-family:var(--ds-button-font,Poppins,Helvetica Neue,Helvetica,Arial,sans-serif);font-size:var(--ds-button-font-size,clamp(1rem,.8300242131rem + .0050363196 * 100vw,1.26rem));font-weight:var(--ds-button-font-weight,700);justify-content:space-between;line-height:var(--ds-button-line-height,2.35ex);margin-top:1rem;padding:.65em 1.5em;text-align:center;text-decoration:none;transition:background-color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),border-color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),transform var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out)}.ds-hero .ds-hero-btn .ds-fa-svg,.ds-hero .ds-hero-btn .fa-solid{flex:0 0 auto}.ds-hero .ds-hero-btn:has(.ds-fa-svg),.ds-hero .ds-hero-btn:has(.fa-solid){gap:.25em;justify-content:center}.ds-hero .ds-hero-btn .ds-fa-svg{display:inline-block;margin-top:-.25em;overflow:visible}.ds-hero .ds-hero-btn:focus,.ds-hero .ds-hero-btn:hover{background:#7d5a35;background:#a9dfdd;border-color:#fafafa;color:contrast-color(#7d5a35,#7d5a35,#f9f0e7);color:#1f1f1f}.ds-hero .ds-hero-btn-arrow:after{content:"➙";display:inline-block;font-size:1.5em;margin-left:.4em}.ds-hero .ds-hero-faq-nav{margin-top:3.75ex}.ds-hero .ds-hero-faq-nav-list{align-items:flex-start;display:flex;flex-flow:row wrap;gap:.5rem;justify-content:flex-start;list-style:none;margin:0;padding:0;width:calc(100% + var(--ds-space, 2rem));width:100%}.ds-hero .ds-hero-faq-nav-list>li{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center;padding:var(--ds-menu-item-padding,.25rem 1rem)}.ds-hero .ds-hero-faq-nav-list>li:has(>a){padding:0}.ds-hero .ds-hero-faq-nav-list>li>a{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center}@media screen and (min-width:768.1px){.ds-hero .ds-hero-faq-nav-list{justify-content:flex-start}}.ds-hero .ds-hero-faq-nav-list>li{padding:0}.ds-hero .ds-hero-faq-nav-link{align-items:center;background:#bb8144;background:#4ea9a5;border-color:#a9dfdd;border-radius:var(--ds-button-border-radius,.3125rem);border-radius:.3125rem;border-style:solid;border-width:var(--ds-button-border-width,2px);color:contrast-color(#bb8144,#7d5a35,#f9f0e7);color:#fafafa;cursor:pointer;display:inline-flex;flex-flow:row nowrap;font-family:var(--ds-button-font,Poppins,Helvetica Neue,Helvetica,Arial,sans-serif);font-size:var(--ds-button-font-size,clamp(1rem,.8300242131rem + .0050363196 * 100vw,1.26rem));font-size:clamp(1.26rem,1.0458305085rem + .0063457627*100vw,1.5876rem);font-weight:var(--ds-button-font-weight,700);justify-content:space-between;line-height:var(--ds-button-line-height,2.35ex);padding:.65em 1.5em;text-align:center;text-decoration:none;transition:background-color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),border-color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),color var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out),transform var(--ds-global-transition-duration,.25s) var(--ds-global-transition-easing,ease-in-out)}.ds-hero .ds-hero-faq-nav-link .ds-fa-svg,.ds-hero .ds-hero-faq-nav-link .fa-solid{flex:0 0 auto}.ds-hero .ds-hero-faq-nav-link:has(.ds-fa-svg),.ds-hero .ds-hero-faq-nav-link:has(.fa-solid){gap:.25em;justify-content:center}.ds-hero .ds-hero-faq-nav-link .ds-fa-svg{display:inline-block;margin-top:-.25em;overflow:visible}.ds-hero .ds-hero-faq-nav-link:focus,.ds-hero .ds-hero-faq-nav-link:hover{background:#7d5a35;background:#a9dfdd;border-color:#fafafa;color:contrast-color(#7d5a35,#7d5a35,#f9f0e7);color:#1f1f1f}.ds-hero .ds-hero-faq-nav-link-sm{font-size:clamp(.7936507937rem,.4887735885rem + .0090333987*100vw,1.26rem)}.ds-hero .ds-hero-headline{color:#eac8a3;margin-bottom:1rem}.ds-hero .ds-hero-headline:last-child{margin-bottom:0}.ds-hero-documentation{padding-top:calc(var(--ds-hero-padding, clamp(2rem, .6924939467rem + .0387409201 * 100vw, 4rem))*.65)}.ds-hero-documentation .ds-hero-headline{text-wrap:balance;color:var(--ds-color-primary-100,#f2e1ce);font-size:clamp(2.52047376rem,2.0920542492rem + .0126939114*100vw,3.1757969376rem);font-weight:500;letter-spacing:-.035em;line-height:.94;margin-bottom:calc(var(--ds-space-sm, 1rem)*1.15)}.ds-hero-documentation .ds-hero-headline .ds-hero-headline-kicker{color:rgba(var(--ds-color-white,#FAFAFA),.76);display:block;font-size:clamp(1.26rem,.7759769492rem + .0143414237*100vw,2.000376rem);letter-spacing:.12em;line-height:1.1;margin-bottom:calc(var(--ds-space-xs, .5rem)*.45);text-transform:uppercase}.ds-hero-documentation .ds-hero-headline .ds-hero-headline-emphasis{color:var(--ds-color-white,#fafafa);display:block;font-weight:700;letter-spacing:-.04em;margin-top:calc(var(--ds-space-xs, .5rem)*.75)}.ds-hero-documentation .ds-hero-headline strong{color:var(--ds-color-white,#fafafa)}.ds-hero-documentation .ds-hero-lead{color:var(--ds-color-primary-100,#f2e1ce);font-size:clamp(1.26rem,1.0458305085rem + .0063457627*100vw,1.5876rem);font-weight:400;letter-spacing:-.02em;line-height:1.2;margin-top:0}.ds-hero-documentation .ds-hero-lead strong{color:var(--ds-color-white,#fafafa);font-weight:700}.ds-hero .ds-hero-date,.ds-hero .ds-hero-lead{color:#e4e4e4;font-size:clamp(1.5876rem,1.8017694915rem + -.0063457627*100vw,1.26rem)}.ds-hero .ds-hero-category{align-items:flex-start;display:flex;flex-flow:row wrap;justify-content:flex-start;list-style:none;margin:0 0 1rem;order:-1;padding:0;width:calc(100% + var(--ds-space, 2rem))}.ds-hero .ds-hero-category>li{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center;padding:var(--ds-menu-item-padding,.25rem 1rem)}.ds-hero .ds-hero-category>li:has(>a){padding:0}@media screen and (min-width:540.1px){.ds-hero .ds-hero-category{justify-content:flex-start}}.ds-hero .ds-hero-category>li>a{align-items:center;background:var(--ds-tag-background-color,#da954b);border-radius:var(--ds-tag-border-radius,.3125rem);color:#fafafa;display:flex;flex-flow:row nowrap;font-size:var(--ds-heading-font-size-h5,1.26rem);justify-content:center;line-height:var(--ds-heading-line-height,2.35ex);padding:var(--ds-tag-padding,.25rem 1rem);text-decoration:none}.ds-hero .ds-hero-category>li>a:focus,.ds-hero .ds-hero-category>li>a:hover{color:#fafafa}@media screen and (min-width:768.1px){.home .ds-hero .ds-hero-col-image,.home .ds-hero .ds-hero-col-media{border-left:0;border-right:3px solid #da954b}}@media screen and (min-width:1366.1px){.home .ds-hero .ds-hero-col-image,.home .ds-hero .ds-hero-col-media{border-left:3px solid #da954b}}.home .ds-hero .ds-hero-swiper-cnt{height:100%}@media screen and (min-width:768.1px){.home .ds-hero .ds-hero-cnt,.home .ds-hero .ds-hero-row{height:100%}.home .ds-hero .ds-hero-row{flex-flow:row-reverse wrap}}.single-customer .ds-hero .ds-hero-meta,.single-service .ds-hero .ds-hero-meta{align-items:center;background:#eac8a3;border-radius:0 1.5625rem 1.5625rem 0;display:inline-flex;flex-flow:row wrap;font-size:clamp(1.5876rem,1.3177464407rem + .007995661*100vw,2.000376rem);justify-content:flex-start;margin-right:2rem;padding:1rem clamp(2rem,.6924939467rem + .0387409201*100vw,4rem) 1rem clamp(1rem,-.9612590799rem + .0581113801*100vw,4rem)}.single-customer .ds-hero .ds-hero-meta>*,.single-service .ds-hero .ds-hero-meta>*{display:inline-flex;margin:0}.single-customer .ds-hero .ds-hero-meta-label,.single-service .ds-hero .ds-hero-meta-label{color:#00587c;font-family:Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;margin:0 1rem 0 0}.single-customer .ds-hero .ds-hero-meta-list,.single-service .ds-hero .ds-hero-meta-list{align-items:flex-start;display:flex;flex-flow:row wrap;justify-content:flex-start;list-style:none;margin:0;padding:0;width:calc(100% + var(--ds-space, 2rem));width:auto}.single-customer .ds-hero .ds-hero-meta-list>li,.single-service .ds-hero .ds-hero-meta-list>li{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center;padding:var(--ds-menu-item-padding,.25rem 1rem)}.single-customer .ds-hero .ds-hero-meta-list>li:has(>a),.single-service .ds-hero .ds-hero-meta-list>li:has(>a){padding:0}.single-customer .ds-hero .ds-hero-meta-list>li>a,.single-service .ds-hero .ds-hero-meta-list>li>a{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center}.single-customer .ds-hero .ds-hero-meta-list>li,.single-service .ds-hero .ds-hero-meta-list>li{margin-right:1rem}.single-customer .ds-hero .ds-hero-meta-list>li>a,.single-service .ds-hero .ds-hero-meta-list>li>a{color:#4ea9a5;font-size:clamp(1.26rem,1.0458305085rem + .0063457627*100vw,1.5876rem);font-weight:400;padding:0;text-decoration:none}.single-customer .ds-hero .ds-hero-meta-list>li>a:focus,.single-customer .ds-hero .ds-hero-meta-list>li>a:hover,.single-service .ds-hero .ds-hero-meta-list>li>a:focus,.single-service .ds-hero .ds-hero-meta-list>li>a:hover{color:#3b7270;text-decoration:underline}.single-customer .ds-hero .ds-hero-col,.single-service .ds-hero .ds-hero-col{padding-left:2rem;padding-right:2rem}.single-customer .ds-hero .ds-hero-col-copy,.single-service .ds-hero .ds-hero-col-copy{align-self:center;padding:clamp(2rem,.6924939467rem + .0387409201*100vw,4rem) 0}@media screen and (min-width:1024.1px){.single-customer .ds-hero .ds-hero-col-copy,.single-service .ds-hero .ds-hero-col-copy{padding-right:clamp(2rem,.6924939467rem + .0387409201*100vw,4rem)}}.single-customer .ds-hero .ds-hero-col-media,.single-service .ds-hero .ds-hero-col-media{margin:0;padding:0}@media screen and (min-width:768.1px){.single-customer .ds-hero .ds-hero-col-media img,.single-service .ds-hero .ds-hero-col-media img{height:100%}}@media screen and (min-width:1024.1px){.single-customer .ds-hero .ds-hero-row,.single-service .ds-hero .ds-hero-row{flex-flow:row nowrap}}.single-customer .ds-hero .ds-hero-headline{margin-bottom:clamp(2rem,.6924939467rem + .0387409201*100vw,4rem);padding-left:clamp(1rem,-.9612590799rem + .0581113801*100vw,4rem);padding-right:clamp(1rem,-.9612590799rem + .0581113801*100vw,4rem)}@media screen and (min-width:768.1px){.single-customer .ds-hero .ds-hero-row{flex-flow:row-reverse wrap}}.single-customer .ds-hero .ds-hero-col-media:has(.ds-hero-video){position:relative}.single-customer .ds-hero .ds-hero-col-media .ds-hero-video{height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}@media screen and (min-width:768.1px){.single-customer .ds-hero .ds-hero-col-media{border-right:3px solid #da954b}}@media screen and (min-width:1366.1px){.single-customer .ds-hero .ds-hero-col-media{border-left:3px solid #da954b}}@media screen and (min-width:768.1px){.single-service .ds-hero .ds-hero-col-media{border-left:3px solid #da954b}}@media screen and (min-width:1366.1px){.single-service .ds-hero .ds-hero-col-media{border-right:3px solid #da954b}}.single-service .ds-hero .ds-hero-col-copy{padding:clamp(2rem,.6924939467rem + .0387409201*100vw,4rem) 1rem}.single-post .ds-hero,.tax-locality .ds-hero,.tax-sign_type .ds-hero{padding:2rem 0;position:relative;z-index:1}@media(max-height:1000px)and (min-width:48rem){.single-post .ds-hero .ds-hero-col-copy,.tax-locality .ds-hero .ds-hero-col-copy,.tax-sign_type .ds-hero .ds-hero-col-copy{flex:0 0 60%;max-width:60%}.single-post .ds-hero .ds-hero-col-media,.tax-locality .ds-hero .ds-hero-col-media,.tax-sign_type .ds-hero .ds-hero-col-media{flex:0 0 40%;max-width:40%}}@media(max-height:1000px)and (min-width:85.375rem){.single-post .ds-hero .ds-hero-col-copy,.tax-locality .ds-hero .ds-hero-col-copy,.tax-sign_type .ds-hero .ds-hero-col-copy{flex:0 0 50%;max-width:50%}.single-post .ds-hero .ds-hero-col-media,.tax-locality .ds-hero .ds-hero-col-media,.tax-sign_type .ds-hero .ds-hero-col-media{flex:0 0 40%;max-width:40%}}@media(max-height:900px){.single-post .ds-hero,.tax-locality .ds-hero,.tax-sign_type .ds-hero{height:auto;max-height:none}}.single-post .ds-hero .ds-hero-col,.tax-locality .ds-hero .ds-hero-col,.tax-sign_type .ds-hero .ds-hero-col{padding-left:1rem;padding-right:1rem}.single-post .ds-hero .ds-hero-col-copy,.tax-locality .ds-hero .ds-hero-col-copy,.tax-sign_type .ds-hero .ds-hero-col-copy{padding-bottom:1rem;padding-top:1rem}.single-post .ds-hero .ds-hero-col-media,.tax-locality .ds-hero .ds-hero-col-media,.tax-sign_type .ds-hero .ds-hero-col-media{border:0;overflow:visible}.single-post .ds-hero .ds-hero-col-media .ds-hero-image-cnt,.single-post .ds-hero .ds-hero-col-media .ds-hero-media-cnt,.single-post .ds-hero .ds-hero-col-media a:has(img),.tax-locality .ds-hero .ds-hero-col-media .ds-hero-image-cnt,.tax-locality .ds-hero .ds-hero-col-media .ds-hero-media-cnt,.tax-locality .ds-hero .ds-hero-col-media a:has(img),.tax-sign_type .ds-hero .ds-hero-col-media .ds-hero-image-cnt,.tax-sign_type .ds-hero .ds-hero-col-media .ds-hero-media-cnt,.tax-sign_type .ds-hero .ds-hero-col-media a:has(img){aspect-ratio:16/9;display:block;height:auto;margin-bottom:calc(clamp(2rem,.6924939467rem + .0387409201*100vw,4rem)*-1)}@media screen and (max-width:768px){.single-post .ds-hero .ds-hero-col-media .ds-hero-image-cnt,.single-post .ds-hero .ds-hero-col-media .ds-hero-media-cnt,.single-post .ds-hero .ds-hero-col-media a:has(img),.tax-locality .ds-hero .ds-hero-col-media .ds-hero-image-cnt,.tax-locality .ds-hero .ds-hero-col-media .ds-hero-media-cnt,.tax-locality .ds-hero .ds-hero-col-media a:has(img),.tax-sign_type .ds-hero .ds-hero-col-media .ds-hero-image-cnt,.tax-sign_type .ds-hero .ds-hero-col-media .ds-hero-media-cnt,.tax-sign_type .ds-hero .ds-hero-col-media a:has(img){aspect-ratio:16/9}}@media screen and (max-width:540px){.single-post .ds-hero .ds-hero-col-media .ds-hero-image-cnt,.single-post .ds-hero .ds-hero-col-media .ds-hero-media-cnt,.single-post .ds-hero .ds-hero-col-media a:has(img),.tax-locality .ds-hero .ds-hero-col-media .ds-hero-image-cnt,.tax-locality .ds-hero .ds-hero-col-media .ds-hero-media-cnt,.tax-locality .ds-hero .ds-hero-col-media a:has(img),.tax-sign_type .ds-hero .ds-hero-col-media .ds-hero-image-cnt,.tax-sign_type .ds-hero .ds-hero-col-media .ds-hero-media-cnt,.tax-sign_type .ds-hero .ds-hero-col-media a:has(img){aspect-ratio:4/3}}@media screen and (max-width:420px){.single-post .ds-hero .ds-hero-col-media .ds-hero-image-cnt,.single-post .ds-hero .ds-hero-col-media .ds-hero-media-cnt,.single-post .ds-hero .ds-hero-col-media a:has(img),.tax-locality .ds-hero .ds-hero-col-media .ds-hero-image-cnt,.tax-locality .ds-hero .ds-hero-col-media .ds-hero-media-cnt,.tax-locality .ds-hero .ds-hero-col-media a:has(img),.tax-sign_type .ds-hero .ds-hero-col-media .ds-hero-image-cnt,.tax-sign_type .ds-hero .ds-hero-col-media .ds-hero-media-cnt,.tax-sign_type .ds-hero .ds-hero-col-media a:has(img){aspect-ratio:1/1}}.single-post .ds-hero .ds-hero-col-media img,.tax-locality .ds-hero .ds-hero-col-media img,.tax-sign_type .ds-hero .ds-hero-col-media img{border:3px solid #da954b;border-radius:2rem;height:100%;width:100%}.single-post .ds-hero .ds-hero-row,.tax-locality .ds-hero .ds-hero-row,.tax-sign_type .ds-hero .ds-hero-row{justify-content:space-between}@media screen and (max-width:768px){.single-post .ds-hero,.tax-locality .ds-hero,.tax-sign_type .ds-hero{padding-bottom:2rem}}.tax-locality .ds-hero .ds-hero-col,.tax-sign_type .ds-hero .ds-hero-col{flex:0 0 auto;max-width:100%;padding-bottom:1rem;padding-top:1rem}.tax-locality .ds-hero .ds-hero-col-copy,.tax-sign_type .ds-hero .ds-hero-col-copy{padding-top:4rem}@media screen and (min-width:540.1px){.tax-locality .ds-hero .ds-hero-col-copy,.tax-sign_type .ds-hero .ds-hero-col-copy{align-items:center;text-align:center}}.tax-locality .ds-hero .ds-hero-col-copy .ds-hero-btn,.tax-sign_type .ds-hero .ds-hero-col-copy .ds-hero-btn{margin-top:0}.tax-locality .ds-hero .ds-hero-col-media,.tax-sign_type .ds-hero .ds-hero-col-media{aspect-ratio:auto}.tax-locality .ds-hero .ds-hero-row,.tax-sign_type .ds-hero .ds-hero-row{align-items:center;flex-flow:column nowrap}.single-post .ds-hero .ds-hero-category{justify-content:flex-start;order:-1}.single-post .ds-hero .ds-hero-cnt,.single-post .ds-hero .ds-hero-row{height:100%}.single-post .ds-hero .ds-hero-col{padding-bottom:2rem;padding-top:2rem}.single-post .ds-hero .ds-hero-col-copy{align-items:flex-start;display:flex;flex-flow:column nowrap;justify-content:flex-start}.single-post .ds-hero .ds-hero-col-media{align-items:center;aspect-ratio:auto;display:flex;flex-flow:row nowrap;justify-content:center;margin:0}.single-post .ds-hero .ds-hero-col-media .ds-hero-media-cnt{aspect-ratio:auto;margin:0}.single-post .ds-hero .ds-hero-row{align-items:center}@media screen and (max-width:768px){.single-post .ds-hero .ds-hero-col{flex:0 0 100%;max-width:100%}.single-post .ds-hero .ds-hero-col-copy{padding-top:0}}
