/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.action-links{margin:1em 0;padding:0;list-style:none;}[dir="rtl"] .action-links{margin-right:0;}.action-links li{display:inline-block;margin:0 0.3em;}.action-links li:first-child{margin-left:0;}[dir="rtl"] .action-links li:first-child{margin-right:0;margin-left:0.3em;}.button-action{display:inline-block;padding:0.2em 0.5em 0.3em;text-decoration:none;line-height:160%;}.button-action:before{margin-left:-0.1em;padding-right:0.2em;content:"+";font-weight:900;}[dir="rtl"] .button-action:before{margin-right:-0.1em;margin-left:0;padding-right:0;padding-left:0.2em;}
.container-inline label:after,.container-inline .label:after{content:":";}.form-type-radios .container-inline label:after,.form-type-checkboxes .container-inline label:after{content:"";}.form-type-radios .container-inline .form-type-radio,.form-type-checkboxes .container-inline .form-type-checkbox{margin:0 1em;}.container-inline .form-actions,.container-inline.form-actions{margin-top:0;margin-bottom:0;}
.exposed-filters .filters{float:left;margin-right:1em;}[dir="rtl"] .exposed-filters .filters{float:right;margin-right:0;margin-left:1em;}.exposed-filters .form-item{margin:0 0 0.1em 0;padding:0;}.exposed-filters .form-item label{float:left;width:10em;font-weight:normal;}[dir="rtl"] .exposed-filters .form-item label{float:right;}.exposed-filters .form-select{width:14em;}.exposed-filters .current-filters{margin-bottom:1em;}.exposed-filters .current-filters .placeholder{font-weight:bold;font-style:normal;}.exposed-filters .additional-filters{float:left;margin-right:1em;}[dir="rtl"] .exposed-filters .additional-filters{float:right;margin-right:0;margin-left:1em;}
.field__label{font-weight:bold;}.field--label-inline .field__label,.field--label-inline .field__items{float:left;}.field--label-inline .field__label,.field--label-inline > .field__item,.field--label-inline .field__items{padding-right:0.5em;}[dir="rtl"] .field--label-inline .field__label,[dir="rtl"] .field--label-inline .field__items{padding-right:0;padding-left:0.5em;}.field--label-inline .field__label::after{content:":";}
.item-list .title{font-weight:bold;}.item-list ul{margin:0 0 0.75em 0;padding:0;}.item-list li{margin:0 0 0.25em 1.5em;padding:0;}[dir="rtl"] .item-list li{margin:0 1.5em 0.25em 0;}.item-list--comma-list{display:inline;}.item-list--comma-list .item-list__comma-list,.item-list__comma-list li,[dir="rtl"] .item-list--comma-list .item-list__comma-list,[dir="rtl"] .item-list__comma-list li{margin:0;}
.more-link{display:block;text-align:right;}[dir="rtl"] .more-link{text-align:left;}
tr.drag{background-color:#fffff0;}tr.drag-previous{background-color:#ffd;}body div.tabledrag-changed-warning{margin-bottom:0.5em;}
tr.selected td{background:#ffc;}td.checkbox,th.checkbox{text-align:center;}[dir="rtl"] td.checkbox,[dir="rtl"] th.checkbox{text-align:center;}
th.is-active img{display:inline;}td.is-active{background-color:#ddd;}
.messages{padding:15px 20px 15px 35px;word-wrap:break-word;border:1px solid;background:no-repeat 10px 17px;overflow-wrap:break-word;border-radius:8px;margin-top:15px;margin-bottom:15px;grid-column:2 / -2;}.messages + .messages{margin-top:1.538em;}.messages__list{margin:0;padding:0;list-style:none;}.messages__item + .messages__item{margin-top:0.769em;}.messages--status{color:var(--success-color);border-color:#c9e1bd;background-color:#f3faef;background-image:url(/themes/custom/elaba/images/icons/check.svg);--hover-color:var(--success-color);}.messages--warning{color:#734c00;border-color:#f4daa6;background-color:#fdf8ed;background-image:url(/themes/custom/elaba/images/icons/warning.svg);}.messages--error{color:#a51b00;border-color:#f9c9bf;background-color:#fcf4f2;background-image:url(/themes/custom/elaba/images/icons/error.svg);}.messages--error p.error{color:#a51b00;}
:root{--burger-width:30px;--burger-line-thickness:2px;--burger-line-space-between:8px;--burger-line-color:var(--text-color);--burger-line-color-hover:var(--hover-color);}.burger-wrapper{width:48px;}button.burger{all:unset;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer;width:100%;height:48px;}button.burger:focus-visible{outline:var(--primary-color) solid;}.burger-icon{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:var(--burger-width);}.burger-icon-line{margin:var(--burger-line-space-between) auto;}.burger-icon-line,.burger-icon::before,.burger-icon::after{width:100%;height:var(--burger-line-thickness);background-color:var(--burger-line-color);transition:var(--transition);}.burger-icon::before,.burger-icon::after{content:'';}.burger.open .burger-icon .burger-icon-line{opacity:0;}.burger.open .burger-icon::before{transform:translateY(calc(var(--burger-line-thickness) + var(--burger-line-space-between))) rotate(45deg);}.burger.open .burger-icon::after{transform:translateY(calc((var(--burger-line-thickness) + var(--burger-line-space-between)) * (-1))) rotate(-45deg);}.burger-wrapper.is-toggle{position:relative;}.burger-wrapper.is-toggle button[data-a11y-dialog-hide]{position:absolute;inset:0;display:none;}.burger-wrapper.is-toggle button[data-a11y-dialog-show].open + button[data-a11y-dialog-hide]{display:block;}
.button{--button-color:var(--text-color);--button-bg:var(--primary-color);--button-padding-y:12px;--button-padding-x:30px;--button-padding:var(--button-padding-y) var(--button-padding-x);--button-default-font-size:var(--button--font-size-small);background-color:var(--button-bg);border:none;border-radius:var(--button-border-radius);color:var(--button-color);cursor:pointer;display:inline-block;font-size:var(--button-default-font-size);font-weight:var(--font-weight-bold);letter-spacing:.15px;line-height:32px;padding:var(--button-padding);text-align:center;text-decoration:none;text-transform:uppercase;transition:var(--transition)}@media (min-width:992px){.button{--button-default-font-size:var(--button--font-size)}}.button--primary{--button-color:var(--button--primary-color);--button-bg:var(--button--primary-bg)}.button--primary.button--hollow{--button-color:var(--button--primary-bg)}.button--secondary{--button-bg:var(--button--secondary-bg)}.button--secondary.button--hollow{--button-bg:transparent}.button--secondary:focus-visible,.button--secondary:hover{--button-bg:var(--primary-color)}.button--hollow{--button-bg:transparent;border:2px solid var(--button-color);padding-bottom:10px;padding-top:10px}.button--link{--button-bg:transparent;align-items:center;border:none;display:inline-flex;font-size:19px;font-weight:var(--font-weight-normal);letter-spacing:.29px;padding-inline:0;text-transform:lowercase}.button--link .button-text{text-decoration:underline}.button--link [class*=icon-]{margin-right:5px}.button:has([class*=icon-]){--button-default-font-size:14px;--button-padding-y:16px;line-height:24px}@media (min-width:992px){.button:has([class*=icon-]){--button-default-font-size:18px}}.button:focus-visible,.button:hover{background-color:var(--button-bg);color:var(--button-color)}.button--hollow.button--secondary:focus-visible,.button--hollow.button--secondary:hover{--button-bg:var(--secondary-color)}.button--primary:focus-visible,.button--primary:hover{--button-color:var(--button--primary-hover-color);--button-bg:var(--button--primary-hover-bg)}.button--link:focus-visible,.button--link:hover{--button-color:var(--primary-color)}.button--small{font-size:var(--font-size-small);padding:5px 12px}
.dialog-container,.dialog-overlay{position:fixed;inset:0;}.dialog-container{z-index:3;}.dialog-container[aria-hidden='true']{display:none;}.dialog-overlay{background-color:transparent;}@keyframes fade-in{from{opacity:0;}}@keyframes slide-up{from{transform:translateX(10%);}}.dialog-content{margin:auto;animation:fade-in 400ms 200ms both,slide-up 400ms 200ms both;position:relative;z-index:4;grid-template-rows:auto 1fr;}@media (prefers-reduced-motion:reduce){.dialog-content{animation:none;}}.dialog-container{inset:0 0 0 0;z-index:100;}.dialog-container:not([aria-hidden='true']){display:flex;}.dialog-content{width:100%;height:100%;z-index:100;position:relative;background-color:var(--body-background);border-top:1px solid var(--black);grid-column:1 / -1;padding-top:110px;padding-bottom:70px;}.dialog-content.grid{grid-template-rows:1fr auto;align-items:center;}
.organization-element{font-weight:var(--font-weight-bold)}
.region-footer #block-elaba-footer,.region-footer #block-elaba-footer-image,.region-footer #block-elaba-quick-access-footer,.region-footer #block-elaba-sitebranding-footer,.region-footer #block-elaba-sitebranding-mini,.region-footer #block-elaba-views-block-contact-data,.region-footer #block-elaba-views-block-social-media-links,.region-footer #block-elaba-website-by{grid-column:2/-2}.region-footer #block-elaba-footer-image,.region-footer #block-elaba-quick-access-footer,.region-footer #block-elaba-sitebranding-footer,.region-footer #block-elaba-sitebranding-mini,.region-footer #block-elaba-views-block-contact-data{margin-bottom:30px}@media (min-width:992px){.region-footer #block-elaba-footer-image,.region-footer #block-elaba-quick-access-footer,.region-footer #block-elaba-sitebranding-footer,.region-footer #block-elaba-sitebranding-mini,.region-footer #block-elaba-views-block-contact-data{margin-bottom:90px}}.region-footer .field a,.region-footer .menu-item a{--hover-color:var(--text-color);text-decoration:none}.region-footer .field a:focus-visible,.region-footer .field a:hover,.region-footer .menu-item a:focus-visible,.region-footer .menu-item a:hover{text-decoration:underline}.region-footer{font-weight:var(--font-weight-normal);padding-bottom:30px;padding-top:50px}@media (min-width:992px){.region-footer{grid-template-rows:repeat(4,auto);padding-bottom:60px;padding-top:140px}.region-footer #block-elaba-sitebranding-footer{grid-column:4/8;grid-row:1/2}.region-footer #block-elaba-views-block-contact-data{grid-column:4/13;grid-row:2/3}}.region-footer #block-elaba-views-block-contact-data,.region-footer #block-elaba-views-block-contact-data .office-hours{font-size:var(--font-size-small);letter-spacing:.68px;line-height:1.3125}.region-footer #block-elaba-views-block-contact-data .address-display-element,.region-footer #block-elaba-views-block-contact-data .contact .field:not(.field--name-field-address),.region-footer #block-elaba-views-block-contact-data .field--type-office-hours .field__label,.region-footer #block-elaba-views-block-contact-data .office-hours__item:not(.office-hours__last-item){margin-bottom:9px}.region-footer #block-elaba-views-block-contact-data .address-display-element{display:inline-block}.region-footer #block-elaba-views-block-contact-data .field--name-field-hours-remarks{margin-top:20px}@media (min-width:992px){.region-footer #block-elaba-views-block-contact-data,.region-footer #block-elaba-views-block-contact-data .site-setting-entity,.region-footer #block-elaba-views-block-contact-data .view{display:grid;grid-template-columns:subgrid}}.region-footer #block-elaba-views-block-contact-data .site-setting-entity,.region-footer #block-elaba-views-block-contact-data .view{grid-column:1/-1}@media (min-width:992px){.region-footer #block-elaba-views-block-contact-data .basic-data{grid-column:1/4}.region-footer #block-elaba-views-block-contact-data .hours{grid-column:5/-1}}.region-footer #block-elaba-footer-image{display:grid;grid-template-columns:subgrid}@media (min-width:768px){.region-footer #block-elaba-footer-image{grid-column:2/6}}@media (min-width:992px){.region-footer #block-elaba-footer-image{grid-column:13/-4;grid-row:1/4}}@media (min-width:1440px){.region-footer #block-elaba-footer-image{grid-column:13/-5}}.region-footer #block-elaba-footer-image .field--name-field-media-image{grid-column:2/-1;grid-row:1;order:2}@media (min-width:992px){.region-footer #block-elaba-footer-image .field--name-field-media-image{grid-column:3/-1}}.region-footer #block-elaba-footer-image .stamp{grid-column:1/4;grid-row:1;order:1;transform:rotate(10deg)}@media (min-width:576px){.region-footer #block-elaba-footer-image .stamp{grid-column:1/3}}@media (min-width:768px){.region-footer #block-elaba-footer-image .stamp{grid-column:1/2}}@media (min-width:992px){.region-footer #block-elaba-footer-image .stamp{grid-column:1/4}}.region-footer #block-elaba-sitebranding-mini{align-self:end}@media (min-width:768px){.region-footer #block-elaba-sitebranding-mini{grid-column:7/8}}@media (min-width:992px){.region-footer #block-elaba-sitebranding-mini{grid-column:23/-4;grid-row:1/4}.region-footer #block-elaba-quick-access-footer{align-content:end;display:grid;grid-column:4/13;grid-row:3/4;grid-template-columns:subgrid}}.region-footer #block-elaba-quick-access-footer h2{font-size:1.75rem;margin-bottom:20px}@media (min-width:992px){.region-footer #block-elaba-quick-access-footer h2{grid-column:1/6;margin-bottom:0}}@media (min-width:1600px){.region-footer #block-elaba-quick-access-footer h2{grid-column:1/5}}@media (min-width:992px){.region-footer #block-elaba-quick-access-footer>.menu{grid-column:6/-1;margin:auto 0}}@media (min-width:1600px){.region-footer #block-elaba-quick-access-footer>.menu{grid-column:5/-1}}.region-footer #block-elaba-footer,.region-footer #block-elaba-website-by{font-size:var(--font-size-xsmall);letter-spacing:.51px}.region-footer #block-elaba-footer{margin-bottom:20px}@media (min-width:992px){.region-footer #block-elaba-footer{grid-column:4/17;margin-bottom:0}.region-footer #block-elaba-website-by{grid-column:18/-4;text-align:right}}
ul.menu{list-style-type:none;margin:0;padding:0}ul.menu a:not(.button),ul.menu li>span{display:inline-block;font-weight:var(--font-weight-normal);padding-inline:2px;text-transform:uppercase}ul.menu a{position:relative;text-decoration:none}ul.menu li>span{cursor:pointer;transition:var(--transition)}ul.menu li>span:focus-visible,ul.menu li>span:hover{color:var(--anchor-color)}ul.menu [class*=icon-]{margin-right:8px}.navigation>.menu{-moz-column-gap:30px;column-gap:30px}.navigation>.menu a.is-active:not(.button){font-weight:var(--font-weight-bold)}.navigation>.menu a.is-active:not(.button):after{background-color:var(--secondary-dark-color);bottom:-9px;content:"";height:8px;left:0;-webkit-mask-image:url(/themes/custom/elaba/images/jag-underline.svg);mask-image:url(/themes/custom/elaba/images/jag-underline.svg);-webkit-mask-position:4px center;mask-position:4px center;-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x;position:absolute;width:100%}.navigation>.menu .menu-item--expanded .menu a{text-transform:lowercase}.menu-item--expanded{position:relative;z-index:1}.menu-item--expanded>.menu{--anchor-color:var(--white);background-color:var(--primary-dark-color);display:none;flex-direction:column;margin:0;min-width:var(--dropdown-menu-min-width);padding:var(--dropdown-menu-padding);position:absolute;row-gap:8px;white-space:nowrap;z-index:1}.menu-item--expanded>.menu a{display:inline-block;padding:2px 0}.menu-item--expanded:hover>.menu{display:flex}.menu .icon-drop{color:var(--anchor-color);font-size:.5rem}
.menu--footer .menu,.menu--footer .menu li{-moz-column-gap:3px;column-gap:3px}.menu--footer .menu li{align-items:baseline;display:flex;flex-wrap:wrap}.menu--footer .menu li a,.menu--footer .menu li>span{font-weight:var(--font-weight-normal);text-transform:lowercase}.menu--footer .menu li:not(:last-of-type):after{content:"-"}
form .field-multiple-table{margin:0}form .field-multiple-table .field-multiple-drag{padding-right:0;width:30px}[dir=rtl] form .field-multiple-table .field-multiple-drag{padding-left:0}form .field-multiple-table .field-multiple-drag .tabledrag-handle{padding-right:.5em}[dir=rtl] form .field-multiple-table .field-multiple-drag .tabledrag-handle{padding-left:.5em;padding-right:0}form .field-add-more-submit{margin:.5em 0 0}.form-actions,.form-item{margin-bottom:var(--form-item-margin)}tr.even .form-item,tr.odd .form-item{margin-bottom:0;margin-top:0}.form-composite>.fieldset-wrapper>.description,.form-item .description{font-size:.85em}label.option{display:inline;font-weight:400}.form-composite>legend,.label,label:not(.option){display:block;font-family:var(--header-font-family);font-size:var(--font-size-label);font-weight:var(--font-weight-label);letter-spacing:var(--letter-spacing-label);margin:0 0 5px;padding:0;text-transform:uppercase}label.option{flex:1;font-size:16px;font-weight:var(--font-weight-light)}.form-checkboxes .form-item,.form-radios .form-item{margin-bottom:.4em;margin-top:.4em}.form-type-checkbox .description,.form-type-radio .description{margin-left:22px;margin-top:3px}[dir=rtl] .form-type-checkbox .description,[dir=rtl] .form-type-radio .description{margin-left:0;margin-right:2.4em}.form-type-checkbox,.form-type-radio{align-items:flex-start;display:flex;flex-wrap:wrap}[type=checkbox],[type=radio]{height:20px;margin-top:2px;width:20px}[type=checkbox]{margin-right:16px}[type=radio]{margin-right:10px}.marker{color:#e00}abbr.ajax-changed,abbr.tabledrag-changed{border-bottom:none}.form-item input.error,.form-item select.error,.form-item textarea.error{border:2px solid red}.form-item--error-message:before{background-size:contain;content:"";display:inline-block;height:14px;vertical-align:sub;width:14px}label.form-required:after{content:"*"}input{accent-color:var(--accent-color)}[type=email],[type=password],[type=tel],[type=text],textarea{font-size:16px;letter-spacing:.1px;padding:8px 12px}input[readonly]{background-color:var(--light-gray);cursor:not-allowed}
.off-canvas-open header#header{position:relative;z-index:101}header#header .region{grid-column:2/-2}@media (min-width:992px){header#header .region{grid-column:3/-3}}.region-header{align-items:center;-moz-column-gap:17px;column-gap:17px;font-weight:var(--font-weight-normal);padding-bottom:25px;padding-top:25px}@media (min-width:992px){.region-header{padding-bottom:50px;padding-top:50px}}.region-header .menu--main{margin-inline:auto}.region-header .menu{--anchor-color:var(--text-color);gap:4px 25px}@media (min-width:1600px){.region-header .menu{-moz-column-gap:55px;column-gap:55px}}.region-header .system-branding-block{margin-right:auto;max-width:160px}@media (min-width:576px){.region-header .system-branding-block{max-width:unset}}@media (min-width:1440px){.region-header .system-branding-block{margin-right:unset}}
.menu--top-header-menu{flex:0 0 100%;margin-bottom:40px}.region-header:has(.menu--top-header-menu){padding-top:0}.menu--top-header-menu .menu{display:flex;gap:8px;justify-content:flex-end}.menu--top-header-menu .menu-item a{--button-padding-y:14px;align-items:center;border-top-left-radius:0;border-top-right-radius:0;display:flex}.menu--top-header-menu .menu-item a [class*=icon-]{align-items:center;background-color:var(--button-color);border-radius:50%;color:var(--button-bg);display:flex;font-size:12px;height:30px;justify-content:center;width:30px}.menu--top-header-menu .menu-item a .text{flex:1}
.menu--main ul.menu a:not(.button),.menu--main ul.menu li>span{font-size:1.125rem;line-height:24px}
#block-elaba-main-menu-off-canvas,#block-elaba-quick-access-off-canvas{grid-column:2/-2}#block-elaba-main-menu-off-canvas{padding-bottom:30px;padding-top:30px}#block-elaba-main-menu-off-canvas .menu.flex{align-items:center;flex-direction:column;gap:10px}#block-elaba-quick-access-off-canvas{text-align:center}

.commerce-product{--product-color:var(--primary-color)}.commerce-product .tag-component{--tag-component-color:var(--product-color);max-width:112px}.commerce-product .product-full-title{font-weight:var(--font-weight-light);text-transform:none}.commerce-product .product-full-title .variation-title{display:block;font-family:var(--body-font-family);margin-top:5px}.commerce-product .add-to-cart-wrapper{align-items:center;-moz-column-gap:15px;column-gap:15px}.commerce-product .commerce-order-item-add-to-cart-form{display:flex;flex-wrap:wrap}.commerce-product .commerce-order-item-add-to-cart-form label{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.commerce-product .commerce-order-item-add-to-cart-form [id^=edit-actions]{display:flex;margin:auto 0 auto -4px}.commerce-product .commerce-order-item-add-to-cart-form [id^=edit-actions] button{flex:1}.commerce-product .commerce-order-item-add-to-cart-form .spinner{--spinner-color:var(--product-color);border-bottom-right-radius:0;border-top-right-radius:0}.commerce-product .commerce-order-item-add-to-cart-form .spinner button:focus-visible,.commerce-product .commerce-order-item-add-to-cart-form .spinner button:hover{--button-color:var(--product-color)}.commerce-product .commerce-order-item-add-to-cart-form .form-item{margin-bottom:0;margin-top:0}.commerce-product .commerce-order-item-add-to-cart-form .button--add-to-cart{--hover-bg:var(--black);--button-color:var(--text-color);align-items:center;background-color:var(--product-color);border:3px solid var(--product-color);display:inline-flex;line-height:30px;padding:11px 11px 11px 9px}.commerce-product .commerce-order-item-add-to-cart-form .button--add-to-cart:focus-visible,.commerce-product .commerce-order-item-add-to-cart-form .button--add-to-cart:hover{--button-color:var(--white);background-color:var(--hover-bg);color:var(--button-color)}.commerce-product .commerce-order-item-add-to-cart-form .button--add-to-cart:before{background:linear-gradient(to bottom,transparent 40%,var(--button-color) 40%,var(--button-color) 60%,transparent 60%),linear-gradient(to right,transparent 40%,var(--button-color) 40%,var(--button-color) 60%,transparent 60%);content:"";display:block;height:14px;margin-right:5px;width:14px}.commerce-product .commerce-product-has-deposit,.commerce-product .commerce-product-marked-unavailable{align-items:first baseline;display:flex;flex-wrap:wrap;font-size:1rem;gap:5px;margin-bottom:10px}.commerce-product .commerce-product-has-deposit:before,.commerce-product .commerce-product-marked-unavailable:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-left:2px;text-transform:none}.commerce-product .commerce-product-has-deposit span,.commerce-product .commerce-product-marked-unavailable span{flex:1}.commerce-product .commerce-product-marked-unavailable:before{content:"\e909"}.commerce-product .commerce-product-has-deposit:before{content:"\e90b"}
.entity-type-id-commerce-product header#header{margin-bottom:20px}@media (min-width:992px){.entity-type-id-commerce-product header#header{margin-bottom:160px}}.commerce-product.vm-full .jag-bottom:after,.commerce-product.vm-full .jag-top:before{-webkit-mask-position:-10px top;mask-position:-10px top}.commerce-product.vm-full .product-inner{--product-inner-margin-top:50px;display:grid;grid-column:1/-1;grid-template-columns:subgrid;margin-bottom:50px}@media (min-width:992px){.commerce-product.vm-full .product-inner{--product-inner-margin-top:70px;grid-column:5/-5;margin-bottom:110px}}.commerce-product.vm-full .product-inner .tag-wrapper{display:flex;grid-column:-4/-2;justify-content:flex-end;margin-top:calc(var(--jag-height)*-1*2 - 25px);max-width:112px;position:relative}@media (min-width:992px){.commerce-product.vm-full .product-inner .tag-wrapper{grid-column:15/17}}.commerce-product.vm-full .product-inner .tag-wrapper .tag-component{position:absolute;right:0;top:0}.commerce-product.vm-full .product-inner figure.product__images{grid-column:2/-2;margin-inline:-28px;margin-bottom:30px;margin-top:var(--product-inner-margin-top);position:relative}@media (min-width:768px){.commerce-product.vm-full .product-inner figure.product__images:has(.swiper-pagination-bullets) .field--name-field-images{margin-bottom:calc(var(--swiper-pagination-margin-top)*-1 - var(--swiper-pagination-bullet-size))}}@media (min-width:576px){.commerce-product.vm-full .product-inner figure.product__images{grid-column:3/-3}}@media (min-width:768px){.commerce-product.vm-full .product-inner figure.product__images{grid-column:2/6}}@media (min-width:992px){.commerce-product.vm-full .product-inner figure.product__images{grid-column:3/9;margin-bottom:120px}}.commerce-product.vm-full .product-inner figure.product__images .slideshow-wrapper{padding-inline:28px}.commerce-product.vm-full .product-inner figure.product__images .swiper-button{position:absolute;top:50%;transform:translateY(-50%);z-index:1}.commerce-product.vm-full .product-inner figure.product__images .swiper-button-prev{left:0;transform:translateY(-50%) scaleX(-1)}.commerce-product.vm-full .product-inner figure.product__images .swiper-button-next{right:0}.commerce-product.vm-full .product-inner .product__content{grid-column:2/-2}@media (min-width:768px){.commerce-product.vm-full .product-inner .product__content{grid-column:7/-2;margin-top:var(--product-inner-margin-top)}}@media (min-width:992px){.commerce-product.vm-full .product-inner .product__content{display:grid;grid-column:11/-3;grid-template-columns:subgrid;margin-bottom:120px}}.commerce-product.vm-full .product-inner .product-full-title{margin-bottom:10px}@media (min-width:992px){.commerce-product.vm-full .product-inner .product-full-title{grid-column:1/-2;margin-bottom:0;padding-top:95px}.commerce-product.vm-full .product-inner .product-full-title .product-title{font-size:2.875rem}.commerce-product.vm-full .product-inner .product-full-title .variation-title{font-size:1.6875rem}.commerce-product.vm-full .product-inner .product__main_content{align-self:end;grid-column:1/-1}}.commerce-product.vm-full .product-inner .commerce-product-price{font-size:1.25rem;margin-bottom:10px}@media (min-width:992px){.commerce-product.vm-full .product-inner .commerce-product-price{margin-bottom:0}}.commerce-product.vm-full .product-inner .price-disclaimer{flex:0 0 100%;margin-top:5px}@media (min-width:992px){.commerce-product.vm-full .product-inner .price-disclaimer{margin-top:-5px}}@media (min-width:576px){.commerce-product.vm-full .product-inner .field--name-variations{margin-left:auto}}.commerce-product.vm-full .product-inner .add-to-cart-wrapper{container-name:add-to-cart-wrapper;container-type:inline-size}.commerce-product.vm-full .product-inner .add-to-cart-wrapper+.product__delivery_info,.commerce-product.vm-full .product-inner .add-to-cart-wrapper+span{margin-top:10px}.commerce-product.vm-full .product-inner .add-to-cart-wrapper+.product__delivery_info span,.commerce-product.vm-full .product-inner .add-to-cart-wrapper+span span{display:block}.commerce-product.vm-full .product-inner .product__delivery_info+span{margin-top:10px}.commerce-product.vm-full .product-inner [class*=product--variation-field--variation_available_shipping_postal_codes]{font-size:.8125rem}.commerce-product.vm-full .product-inner .field--name-field-allergens,.commerce-product.vm-full .product-inner .field--name-field-content,.commerce-product.vm-full .product-inner .tabs-wrapper{grid-column:2/-2;margin-bottom:30px;margin-top:30px}@media (min-width:992px){.commerce-product.vm-full .product-inner .field--name-field-allergens,.commerce-product.vm-full .product-inner .field--name-field-content,.commerce-product.vm-full .product-inner .tabs-wrapper{grid-column:3/-3;margin-bottom:120px}.commerce-product.vm-full .product-inner .tabs-wrapper{margin-top:120px}}.commerce-product.vm-full .product-inner .field--name-field-allergens .field__label,.commerce-product.vm-full .product-inner .field--name-field-content .field__label{display:block;float:none}@container add-to-cart-wrapper (min-width:386px){.commerce-product.vm-full .product-inner .commerce-product-price{font-size:1.5rem}}@container add-to-cart-wrapper (min-width:450px){.commerce-product.vm-full .product-inner .commerce-product-price{font-size:2rem}}
.commerce-product.default.vm-teaser{container-name:product-teaser;container-type:inline-size;display:grid;grid-row:span 3;grid-template-columns:100%;grid-template-rows:subgrid;padding:28px 25px;row-gap:0}.commerce-product.default.vm-teaser:has(.tag-component){margin-top:65px;position:relative}.commerce-product.default.vm-teaser .tag-component{position:absolute;right:45px;top:-65px;width:26.1627906977%;z-index:1}.commerce-product.default.vm-teaser .product__image .field--name-field-images{overflow:hidden}.commerce-product.default.vm-teaser .product__image a img{transform:scale(1);transition:var(--transition-duration) var(--transition-easing) transform}.commerce-product.default.vm-teaser .product__image a:focus-visible img,.commerce-product.default.vm-teaser .product__image a:hover img{transform:scale(1.1)}.commerce-product.default.vm-teaser .product__image+.product__content .product-full-title a{display:block;padding-top:25px}.commerce-product.default.vm-teaser .product-full-title a{padding-top:25px}.commerce-product.default.vm-teaser .product-full-title a:focus-visible,.commerce-product.default.vm-teaser .product-full-title a:hover{color:var(--product-color)}.commerce-product.default.vm-teaser:has(.product-full-title a:focus-visible) .product__image img,.commerce-product.default.vm-teaser:has(.product-full-title a:hover) .product__image img{transform:scale(1.1)}.commerce-product.default.vm-teaser:has(.product__image a:focus-visible) .product-full-title a,.commerce-product.default.vm-teaser:has(.product__image a:hover) .product-full-title a{color:var(--product-color)}.commerce-product.default.vm-teaser .product-title{font-size:1.5625rem}.commerce-product.default.vm-teaser .variation-title{font-size:1.25rem}.commerce-product.default.vm-teaser h2:has(+*){margin-bottom:10px}.commerce-product.default.vm-teaser .commerce-product-price{font-size:1.125rem}@container product-teaser (min-width:260px){.commerce-product.default.vm-teaser .commerce-product-price:not(:has(.unit)){font-size:1.25rem}}@container product-teaser (min-width:275px){.commerce-product.default.vm-teaser .commerce-product-price{font-size:1.4375rem}.commerce-product.default.vm-teaser .commerce-product-price:not(:has(.unit)){font-size:1.25rem}}.commerce-product.default.vm-teaser .commerce-product-price-with-unit{align-items:baseline;-moz-column-gap:4px;column-gap:4px;display:flex;flex:1;flex-wrap:wrap;font-size:1rem}.commerce-product.default.vm-teaser .commerce-product-price-with-unit .unit{font-size:.625rem}.commerce-product.default.vm-teaser .add-to-cart-wrapper{margin-top:20px}@media (min-width:992px){.commerce-product.default.vm-teaser .add-to-cart-wrapper{margin-top:55px}}.commerce-product.default.vm-teaser .field--name-variations{margin-left:auto}.commerce-product.default.vm-teaser .commerce-product-minimum-quantity{flex:0 0 100%;font-size:var(--font-size-xsmall);text-align:right}
.field--name-field-related-products{display:grid;grid-column:1/-1;grid-template-columns:subgrid;margin-bottom:50px}@media (min-width:992px){.field--name-field-related-products{margin-bottom:250px}}.field--name-field-related-products>.field__label{grid-column:2/-2;margin-bottom:30px}@media (min-width:992px){.field--name-field-related-products>.field__label{font-size:3.75rem;grid-column:6/16;margin-bottom:65px}}.field--name-field-related-products>.field__items{grid-column:2/-2}@media (min-width:576px){.field--name-field-related-products>.field__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.field--name-field-related-products>.field__items{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:992px){.field--name-field-related-products>.field__items{gap:50px;grid-column:6/-6}}@media (min-width:1600px){.field--name-field-related-products>.field__items{-moz-column-gap:125px;column-gap:125px}}
.spinner{--spinner-color:var(--primary-color);border:3px solid var(--spinner-color);border-radius:var(--button-border-radius);display:inline-flex;flex-wrap:wrap;gap:4px}.spinner button{--button-color:var(--black);align-items:center;background-color:var(--white);border:none;color:var(--button-color);cursor:pointer;display:flex;justify-content:center;transition:var(--transition);width:20px}.spinner button[data-touchspin-down] .icon,.spinner button[data-touchspin-up] .icon{flex:0 0 14px;height:14px}.spinner button[data-touchspin-down] .icon:before,.spinner button[data-touchspin-up] .icon:before{content:"";display:block;flex:0 0 100%;height:100%}.spinner button[data-touchspin-down]{margin-left:8px}.spinner button[data-touchspin-down] .icon{background:linear-gradient(to bottom,transparent 40%,var(--button-color) 40%,var(--button-color) 60%,transparent 60%)}.spinner button[data-touchspin-up]{margin-right:10px}.spinner button[data-touchspin-up] .icon{background:linear-gradient(to bottom,transparent 40%,var(--button-color) 40%,var(--button-color) 60%,transparent 60%),linear-gradient(to right,transparent 40%,var(--button-color) 40%,var(--button-color) 60%,transparent 60%)}.spinner button,.spinner input{font-size:18px;font-weight:var(--font-weight-bold);text-align:center}.spinner input{border:none;line-height:30px;max-width:38px;padding:5px}
.button{--button-color:var(--text-color);--button-bg:var(--primary-color);--button-padding-y:12px;--button-padding-x:30px;--button-padding:var(--button-padding-y) var(--button-padding-x);--button-default-font-size:var(--button--font-size-small);background-color:var(--button-bg);border:none;border-radius:var(--button-border-radius);color:var(--button-color);cursor:pointer;display:inline-block;font-size:var(--button-default-font-size);font-weight:var(--font-weight-bold);letter-spacing:.15px;line-height:32px;padding:var(--button-padding);text-align:center;text-decoration:none;text-transform:uppercase;transition:var(--transition)}@media (min-width:992px){.button{--button-default-font-size:var(--button--font-size)}}.button--primary{--button-color:var(--button--primary-color);--button-bg:var(--button--primary-bg)}.button--primary.button--hollow{--button-color:var(--button--primary-bg)}.button--secondary{--button-bg:var(--button--secondary-bg)}.button--secondary.button--hollow{--button-bg:transparent}.button--secondary:focus-visible,.button--secondary:hover{--button-bg:var(--primary-color)}.button--hollow{--button-bg:transparent;border:2px solid var(--button-color);padding-bottom:10px;padding-top:10px}.button--link{--button-bg:transparent;align-items:center;border:none;display:inline-flex;font-size:19px;font-weight:var(--font-weight-normal);letter-spacing:.29px;padding-inline:0;text-transform:lowercase}.button--link .button-text{text-decoration:underline}.button--link [class*=icon-]{margin-right:5px}.button:has([class*=icon-]){--button-default-font-size:14px;--button-padding-y:16px;line-height:24px}@media (min-width:992px){.button:has([class*=icon-]){--button-default-font-size:18px}}.button:focus-visible,.button:hover{background-color:var(--button-bg);color:var(--button-color)}.button--hollow.button--secondary:focus-visible,.button--hollow.button--secondary:hover{--button-bg:var(--secondary-color)}.button--primary:focus-visible,.button--primary:hover{--button-color:var(--button--primary-hover-color);--button-bg:var(--button--primary-hover-bg)}.button--link:focus-visible,.button--link:hover{--button-color:var(--primary-color)}.button--small{font-size:var(--font-size-small);padding:5px 12px}
.sliding-popup-bottom{padding:0 var(--gutter);right:0}.eu-cookie-compliance-banner{border:2px solid var(--black);border-bottom:none;max-width:576px;padding:var(--gutter)}.eu-cookie-compliance-categories{padding:20px 0;row-gap:10px}.eu-cookie-compliance-categories summary{margin-bottom:10px;padding:0;text-decoration:underline}.eu-cookie-compliance-category{margin-bottom:10px}.eu-cookie-compliance-category>div{align-items:flex-start;display:flex;flex-wrap:wrap}.eu-cookie-compliance-buttons{gap:10px;margin-left:auto}.eu-cookie-compliance-categories-buttons{margin-bottom:10px;margin-top:20px}.eu-cookie-compliance-buttons,.eu-cookie-compliance-content,.eu-cookie-compliance-message{max-width:none}
.office-hours{font-size:1.25rem;letter-spacing:.86px}.office-hours__item{margin-bottom:9px}.field--name-field-hours-remarks{margin-top:35px}
.toastify--status{background:var(--secondary-dark-color)!important}.toastify--status,.toastify--status a{color:var(--text-color)}.toastify--error{background:var(--primary-color)!important}
:root{--row-width:120rem;--cols:24;--cols-xsmall:12;--gutter:22px;--wrapper:80px;--primary-color:#cea297;--primary-light-color:#f44;--primary-dark-color:#d50a0a;--secondary-color:#cef4e1;--secondary-light-color:#cdf6f5;--secondary-dark-color:#ddebde;--secondary-very-dark-color:#ccdacd;--variation-color-1:var(--secondary-color);--variation-color-2:#efe166;--variation-color-3:#d4ebea;--variation-color-4:#f8c6c0;--variation-color-5:#f6aa60;--variation-color-6:#d0bbdb;--body-background:#fff;--text-color:var(--black);--anchor-color:var(--primary-color);--hover-color:var(--primary-color);--accent-color:var(--secondary-very-dark-color);--white:#fff;--smoke-gray:#f2f2f2;--light-gray:#f3f3f3;--medium-gray:#d3cdc3;--silver-gray:#d0d0d0;--dark-gray:#a8a59e;--black:#000;--filter-primary-color:invert(74%) sepia(35%) saturate(262%) hue-rotate(325deg) brightness(88%) contrast(86%);--selection-color:var(--black);--selection-background-color:var(--medium-gray);--success-color:#325e1c;--font-size-body:1.3125rem;--font-size-xsmall:0.75rem;--font-size-small:1rem;--font-size-large:2.0625rem;--letter-spacing-body:.36px;--body-font-family:Roboto Slab,sans-serif;--line-height:1.7142857143;--header-font-family:Gasoek One,serif;--font-weight-normal:400;--font-weight-bold:700;--font-weight-light:300;--header-font-weight:700;--font-size-label:0.875rem;--letter-spacing-label:.48px;--font-weight-label:var(--font-weight-normal);--form-item-margin:15px;--fieldset-border:var(--border-styled);--fieldset-padding-top:20px;--legend-margin-bottom:20px;--legend-font-size:25px;--legend-letter-spacing:.15px;--transition-duration:.25s;--transition-easing:ease-out;--transition:var(--transition-easing) var(--transition-duration) all;--dropdown-menu-min-width:145px;--dropdown-menu-padding:15px 20px;--button--primary-bg:var(--primary-color);--button--primary-color:var(--white);--button--primary-hover-bg:var(--black);--button--primary-hover-color:var(--white);--button--secondary-bg:var(--secondary-light-color);--button--secondary-color:var(--black);--button--secondary-hover-bg:var(--black);--button--secondary-hover-color:var(--white);--button--font-size-small:14px;--button--font-size:24px;--button-border-radius:6px;--button-group-gap:10px 18px;--border-radius:21px;--border-styled:3px solid var(--secondary-dark-color);--sitewide-alert-bg-color:var(--secondary-dark-color)}
body{-webkit-font-smoothing:antialiased}*{margin:0}*,:after,:before{box-sizing:border-box}canvas,img,picture,svg,video{display:block;max-width:100%}img{height:auto}figure{line-height:1}figure figcaption{line-height:var(--line-height)}.invisible{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.visible{clip:unset;height:unset;overflow:unset;position:static!important;visibility:visible;width:unset}@media (max-width:767px){.visible-small{clip:unset;height:unset;overflow:unset;position:static!important;visibility:visible;width:unset}}@media (min-width:768px){.visible-medium{clip:unset;height:unset;overflow:unset;position:static!important;visibility:visible;width:unset}}@media (min-width:992px){.visible-large{clip:unset;height:unset;overflow:unset;position:static!important;visibility:visible;width:unset}}@media (min-width:1440px){.visible-xxlarge{clip:unset;height:unset;overflow:unset;position:static!important;visibility:visible;width:unset}}@media (min-width:768px){.invisible-medium{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}}@media (min-width:992px){.invisible-large{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}}@media (min-width:1440px){.xxlarge-invisible{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}}.row{max-width:var(--row-width);width:auto}.grid,.row{margin-left:auto;margin-right:auto}.grid{display:grid;grid-template-columns:repeat(var(--cols-xsmall),minmax(0,1fr));width:100%}@media (min-width:992px){.grid{grid-template-columns:minmax(0,1fr) repeat(var(--cols),minmax(0,calc(var(--row-width)/var(--cols)))) minmax(0,1fr)}}.nest{margin-left:calc(var(--gutter)/-2);margin-right:calc(var(--gutter)/-2)}.row.nest{max-width:none}.gutter{padding-left:calc(var(--gutter)/2);padding-right:calc(var(--gutter)/2)}.wrapper{padding-left:calc(var(--wrapper) - var(--gutter)/2);padding-right:calc(var(--wrapper) - var(--gutter)/2)}.gap{-moz-column-gap:var(--gutter);column-gap:var(--gutter)}@media (min-width:0){.xsmall-1{width:4.1666666667%}.xsmall-2{width:8.3333333333%}.xsmall-3{width:12.5%}.xsmall-4{width:16.6666666667%}.xsmall-5{width:20.8333333333%}.xsmall-6{width:25%}.xsmall-7{width:29.1666666667%}.xsmall-8{width:33.3333333333%}.xsmall-9{width:37.5%}.xsmall-10{width:41.6666666667%}.xsmall-11{width:45.8333333333%}.xsmall-12{width:50%}.xsmall-13{width:54.1666666667%}.xsmall-14{width:58.3333333333%}.xsmall-15{width:62.5%}.xsmall-16{width:66.6666666667%}.xsmall-17{width:70.8333333333%}.xsmall-18{width:75%}.xsmall-19{width:79.1666666667%}.xsmall-20{width:83.3333333333%}.xsmall-21{width:87.5%}.xsmall-22{width:91.6666666667%}.xsmall-23{width:95.8333333333%}.xsmall-24{width:100%}.xsmall-expand{flex:1 1 0;width:auto}.xsmall-shrink{flex:0 1 auto;width:auto}}@media (min-width:576px){.small-1{width:4.1666666667%}.small-2{width:8.3333333333%}.small-3{width:12.5%}.small-4{width:16.6666666667%}.small-5{width:20.8333333333%}.small-6{width:25%}.small-7{width:29.1666666667%}.small-8{width:33.3333333333%}.small-9{width:37.5%}.small-10{width:41.6666666667%}.small-11{width:45.8333333333%}.small-12{width:50%}.small-13{width:54.1666666667%}.small-14{width:58.3333333333%}.small-15{width:62.5%}.small-16{width:66.6666666667%}.small-17{width:70.8333333333%}.small-18{width:75%}.small-19{width:79.1666666667%}.small-20{width:83.3333333333%}.small-21{width:87.5%}.small-22{width:91.6666666667%}.small-23{width:95.8333333333%}.small-24{width:100%}.small-expand{flex:1 1 0;width:auto}.small-shrink{flex:0 1 auto;width:auto}}@media (min-width:768px){.medium-1{width:4.1666666667%}.medium-2{width:8.3333333333%}.medium-3{width:12.5%}.medium-4{width:16.6666666667%}.medium-5{width:20.8333333333%}.medium-6{width:25%}.medium-7{width:29.1666666667%}.medium-8{width:33.3333333333%}.medium-9{width:37.5%}.medium-10{width:41.6666666667%}.medium-11{width:45.8333333333%}.medium-12{width:50%}.medium-13{width:54.1666666667%}.medium-14{width:58.3333333333%}.medium-15{width:62.5%}.medium-16{width:66.6666666667%}.medium-17{width:70.8333333333%}.medium-18{width:75%}.medium-19{width:79.1666666667%}.medium-20{width:83.3333333333%}.medium-21{width:87.5%}.medium-22{width:91.6666666667%}.medium-23{width:95.8333333333%}.medium-24{width:100%}.medium-expand{flex:1 1 0;width:auto}.medium-shrink{flex:0 1 auto;width:auto}}@media (min-width:992px){.large-1{width:4.1666666667%}.large-2{width:8.3333333333%}.large-3{width:12.5%}.large-4{width:16.6666666667%}.large-5{width:20.8333333333%}.large-6{width:25%}.large-7{width:29.1666666667%}.large-8{width:33.3333333333%}.large-9{width:37.5%}.large-10{width:41.6666666667%}.large-11{width:45.8333333333%}.large-12{width:50%}.large-13{width:54.1666666667%}.large-14{width:58.3333333333%}.large-15{width:62.5%}.large-16{width:66.6666666667%}.large-17{width:70.8333333333%}.large-18{width:75%}.large-19{width:79.1666666667%}.large-20{width:83.3333333333%}.large-21{width:87.5%}.large-22{width:91.6666666667%}.large-23{width:95.8333333333%}.large-24{width:100%}.large-expand{flex:1 1 0;width:auto}.large-shrink{flex:0 1 auto;width:auto}}@media (min-width:1200px){.xlarge-1{width:4.1666666667%}.xlarge-2{width:8.3333333333%}.xlarge-3{width:12.5%}.xlarge-4{width:16.6666666667%}.xlarge-5{width:20.8333333333%}.xlarge-6{width:25%}.xlarge-7{width:29.1666666667%}.xlarge-8{width:33.3333333333%}.xlarge-9{width:37.5%}.xlarge-10{width:41.6666666667%}.xlarge-11{width:45.8333333333%}.xlarge-12{width:50%}.xlarge-13{width:54.1666666667%}.xlarge-14{width:58.3333333333%}.xlarge-15{width:62.5%}.xlarge-16{width:66.6666666667%}.xlarge-17{width:70.8333333333%}.xlarge-18{width:75%}.xlarge-19{width:79.1666666667%}.xlarge-20{width:83.3333333333%}.xlarge-21{width:87.5%}.xlarge-22{width:91.6666666667%}.xlarge-23{width:95.8333333333%}.xlarge-24{width:100%}.xlarge-expand{flex:1 1 0;width:auto}.xlarge-shrink{flex:0 1 auto;width:auto}}@media (min-width:1440px){.xxlarge-1{width:4.1666666667%}.xxlarge-2{width:8.3333333333%}.xxlarge-3{width:12.5%}.xxlarge-4{width:16.6666666667%}.xxlarge-5{width:20.8333333333%}.xxlarge-6{width:25%}.xxlarge-7{width:29.1666666667%}.xxlarge-8{width:33.3333333333%}.xxlarge-9{width:37.5%}.xxlarge-10{width:41.6666666667%}.xxlarge-11{width:45.8333333333%}.xxlarge-12{width:50%}.xxlarge-13{width:54.1666666667%}.xxlarge-14{width:58.3333333333%}.xxlarge-15{width:62.5%}.xxlarge-16{width:66.6666666667%}.xxlarge-17{width:70.8333333333%}.xxlarge-18{width:75%}.xxlarge-19{width:79.1666666667%}.xxlarge-20{width:83.3333333333%}.xxlarge-21{width:87.5%}.xxlarge-22{width:91.6666666667%}.xxlarge-23{width:95.8333333333%}.xxlarge-24{width:100%}.xxlarge-expand{flex:1 1 0;width:auto}.xxlarge-shrink{flex:0 1 auto;width:auto}}@media (min-width:1600px){.xxxlarge-1{width:4.1666666667%}.xxxlarge-2{width:8.3333333333%}.xxxlarge-3{width:12.5%}.xxxlarge-4{width:16.6666666667%}.xxxlarge-5{width:20.8333333333%}.xxxlarge-6{width:25%}.xxxlarge-7{width:29.1666666667%}.xxxlarge-8{width:33.3333333333%}.xxxlarge-9{width:37.5%}.xxxlarge-10{width:41.6666666667%}.xxxlarge-11{width:45.8333333333%}.xxxlarge-12{width:50%}.xxxlarge-13{width:54.1666666667%}.xxxlarge-14{width:58.3333333333%}.xxxlarge-15{width:62.5%}.xxxlarge-16{width:66.6666666667%}.xxxlarge-17{width:70.8333333333%}.xxxlarge-18{width:75%}.xxxlarge-19{width:79.1666666667%}.xxxlarge-20{width:83.3333333333%}.xxxlarge-21{width:87.5%}.xxxlarge-22{width:91.6666666667%}.xxxlarge-23{width:95.8333333333%}.xxxlarge-24{width:100%}.xxxlarge-expand{flex:1 1 0;width:auto}.xxxlarge-shrink{flex:0 1 auto;width:auto}}@media (min-width:120rem){.max-1{width:4.1666666667%}.max-2{width:8.3333333333%}.max-3{width:12.5%}.max-4{width:16.6666666667%}.max-5{width:20.8333333333%}.max-6{width:25%}.max-7{width:29.1666666667%}.max-8{width:33.3333333333%}.max-9{width:37.5%}.max-10{width:41.6666666667%}.max-11{width:45.8333333333%}.max-12{width:50%}.max-13{width:54.1666666667%}.max-14{width:58.3333333333%}.max-15{width:62.5%}.max-16{width:66.6666666667%}.max-17{width:70.8333333333%}.max-18{width:75%}.max-19{width:79.1666666667%}.max-20{width:83.3333333333%}.max-21{width:87.5%}.max-22{width:91.6666666667%}.max-23{width:95.8333333333%}.max-24{width:100%}.max-expand{flex:1 1 0;width:auto}.max-shrink{flex:0 1 auto;width:auto}}@media (min-width:0){.xsmall-offset-1{margin-left:4.1666666667%}.xsmall-offset-right-1{margin-right:4.1666666667%}.xsmall-offset-2{margin-left:8.3333333333%}.xsmall-offset-right-2{margin-right:8.3333333333%}.xsmall-offset-3{margin-left:12.5%}.xsmall-offset-right-3{margin-right:12.5%}.xsmall-offset-4{margin-left:16.6666666667%}.xsmall-offset-right-4{margin-right:16.6666666667%}.xsmall-offset-5{margin-left:20.8333333333%}.xsmall-offset-right-5{margin-right:20.8333333333%}.xsmall-offset-6{margin-left:25%}.xsmall-offset-right-6{margin-right:25%}.xsmall-offset-7{margin-left:29.1666666667%}.xsmall-offset-right-7{margin-right:29.1666666667%}.xsmall-offset-8{margin-left:33.3333333333%}.xsmall-offset-right-8{margin-right:33.3333333333%}.xsmall-offset-9{margin-left:37.5%}.xsmall-offset-right-9{margin-right:37.5%}.xsmall-offset-10{margin-left:41.6666666667%}.xsmall-offset-right-10{margin-right:41.6666666667%}.xsmall-offset-11{margin-left:45.8333333333%}.xsmall-offset-right-11{margin-right:45.8333333333%}.xsmall-offset-12{margin-left:50%}.xsmall-offset-right-12{margin-right:50%}.xsmall-offset-13{margin-left:54.1666666667%}.xsmall-offset-right-13{margin-right:54.1666666667%}.xsmall-offset-14{margin-left:58.3333333333%}.xsmall-offset-right-14{margin-right:58.3333333333%}.xsmall-offset-15{margin-left:62.5%}.xsmall-offset-right-15{margin-right:62.5%}.xsmall-offset-16{margin-left:66.6666666667%}.xsmall-offset-right-16{margin-right:66.6666666667%}.xsmall-offset-17{margin-left:70.8333333333%}.xsmall-offset-right-17{margin-right:70.8333333333%}.xsmall-offset-18{margin-left:75%}.xsmall-offset-right-18{margin-right:75%}.xsmall-offset-19{margin-left:79.1666666667%}.xsmall-offset-right-19{margin-right:79.1666666667%}.xsmall-offset-20{margin-left:83.3333333333%}.xsmall-offset-right-20{margin-right:83.3333333333%}.xsmall-offset-21{margin-left:87.5%}.xsmall-offset-right-21{margin-right:87.5%}.xsmall-offset-22{margin-left:91.6666666667%}.xsmall-offset-right-22{margin-right:91.6666666667%}.xsmall-offset-23{margin-left:95.8333333333%}.xsmall-offset-right-23{margin-right:95.8333333333%}.xsmall-offset-24{margin-left:100%}.xsmall-offset-right-24{margin-right:100%}.xsmall-offset-auto{margin-left:auto}.xsmall-offset-right-auto{margin-right:auto}}@media (min-width:576px){.small-offset-1{margin-left:4.1666666667%}.small-offset-right-1{margin-right:4.1666666667%}.small-offset-2{margin-left:8.3333333333%}.small-offset-right-2{margin-right:8.3333333333%}.small-offset-3{margin-left:12.5%}.small-offset-right-3{margin-right:12.5%}.small-offset-4{margin-left:16.6666666667%}.small-offset-right-4{margin-right:16.6666666667%}.small-offset-5{margin-left:20.8333333333%}.small-offset-right-5{margin-right:20.8333333333%}.small-offset-6{margin-left:25%}.small-offset-right-6{margin-right:25%}.small-offset-7{margin-left:29.1666666667%}.small-offset-right-7{margin-right:29.1666666667%}.small-offset-8{margin-left:33.3333333333%}.small-offset-right-8{margin-right:33.3333333333%}.small-offset-9{margin-left:37.5%}.small-offset-right-9{margin-right:37.5%}.small-offset-10{margin-left:41.6666666667%}.small-offset-right-10{margin-right:41.6666666667%}.small-offset-11{margin-left:45.8333333333%}.small-offset-right-11{margin-right:45.8333333333%}.small-offset-12{margin-left:50%}.small-offset-right-12{margin-right:50%}.small-offset-13{margin-left:54.1666666667%}.small-offset-right-13{margin-right:54.1666666667%}.small-offset-14{margin-left:58.3333333333%}.small-offset-right-14{margin-right:58.3333333333%}.small-offset-15{margin-left:62.5%}.small-offset-right-15{margin-right:62.5%}.small-offset-16{margin-left:66.6666666667%}.small-offset-right-16{margin-right:66.6666666667%}.small-offset-17{margin-left:70.8333333333%}.small-offset-right-17{margin-right:70.8333333333%}.small-offset-18{margin-left:75%}.small-offset-right-18{margin-right:75%}.small-offset-19{margin-left:79.1666666667%}.small-offset-right-19{margin-right:79.1666666667%}.small-offset-20{margin-left:83.3333333333%}.small-offset-right-20{margin-right:83.3333333333%}.small-offset-21{margin-left:87.5%}.small-offset-right-21{margin-right:87.5%}.small-offset-22{margin-left:91.6666666667%}.small-offset-right-22{margin-right:91.6666666667%}.small-offset-23{margin-left:95.8333333333%}.small-offset-right-23{margin-right:95.8333333333%}.small-offset-24{margin-left:100%}.small-offset-right-24{margin-right:100%}.small-offset-auto{margin-left:auto}.small-offset-right-auto{margin-right:auto}}@media (min-width:768px){.medium-offset-1{margin-left:4.1666666667%}.medium-offset-right-1{margin-right:4.1666666667%}.medium-offset-2{margin-left:8.3333333333%}.medium-offset-right-2{margin-right:8.3333333333%}.medium-offset-3{margin-left:12.5%}.medium-offset-right-3{margin-right:12.5%}.medium-offset-4{margin-left:16.6666666667%}.medium-offset-right-4{margin-right:16.6666666667%}.medium-offset-5{margin-left:20.8333333333%}.medium-offset-right-5{margin-right:20.8333333333%}.medium-offset-6{margin-left:25%}.medium-offset-right-6{margin-right:25%}.medium-offset-7{margin-left:29.1666666667%}.medium-offset-right-7{margin-right:29.1666666667%}.medium-offset-8{margin-left:33.3333333333%}.medium-offset-right-8{margin-right:33.3333333333%}.medium-offset-9{margin-left:37.5%}.medium-offset-right-9{margin-right:37.5%}.medium-offset-10{margin-left:41.6666666667%}.medium-offset-right-10{margin-right:41.6666666667%}.medium-offset-11{margin-left:45.8333333333%}.medium-offset-right-11{margin-right:45.8333333333%}.medium-offset-12{margin-left:50%}.medium-offset-right-12{margin-right:50%}.medium-offset-13{margin-left:54.1666666667%}.medium-offset-right-13{margin-right:54.1666666667%}.medium-offset-14{margin-left:58.3333333333%}.medium-offset-right-14{margin-right:58.3333333333%}.medium-offset-15{margin-left:62.5%}.medium-offset-right-15{margin-right:62.5%}.medium-offset-16{margin-left:66.6666666667%}.medium-offset-right-16{margin-right:66.6666666667%}.medium-offset-17{margin-left:70.8333333333%}.medium-offset-right-17{margin-right:70.8333333333%}.medium-offset-18{margin-left:75%}.medium-offset-right-18{margin-right:75%}.medium-offset-19{margin-left:79.1666666667%}.medium-offset-right-19{margin-right:79.1666666667%}.medium-offset-20{margin-left:83.3333333333%}.medium-offset-right-20{margin-right:83.3333333333%}.medium-offset-21{margin-left:87.5%}.medium-offset-right-21{margin-right:87.5%}.medium-offset-22{margin-left:91.6666666667%}.medium-offset-right-22{margin-right:91.6666666667%}.medium-offset-23{margin-left:95.8333333333%}.medium-offset-right-23{margin-right:95.8333333333%}.medium-offset-24{margin-left:100%}.medium-offset-right-24{margin-right:100%}.medium-offset-auto{margin-left:auto}.medium-offset-right-auto{margin-right:auto}}@media (min-width:992px){.large-offset-1{margin-left:4.1666666667%}.large-offset-right-1{margin-right:4.1666666667%}.large-offset-2{margin-left:8.3333333333%}.large-offset-right-2{margin-right:8.3333333333%}.large-offset-3{margin-left:12.5%}.large-offset-right-3{margin-right:12.5%}.large-offset-4{margin-left:16.6666666667%}.large-offset-right-4{margin-right:16.6666666667%}.large-offset-5{margin-left:20.8333333333%}.large-offset-right-5{margin-right:20.8333333333%}.large-offset-6{margin-left:25%}.large-offset-right-6{margin-right:25%}.large-offset-7{margin-left:29.1666666667%}.large-offset-right-7{margin-right:29.1666666667%}.large-offset-8{margin-left:33.3333333333%}.large-offset-right-8{margin-right:33.3333333333%}.large-offset-9{margin-left:37.5%}.large-offset-right-9{margin-right:37.5%}.large-offset-10{margin-left:41.6666666667%}.large-offset-right-10{margin-right:41.6666666667%}.large-offset-11{margin-left:45.8333333333%}.large-offset-right-11{margin-right:45.8333333333%}.large-offset-12{margin-left:50%}.large-offset-right-12{margin-right:50%}.large-offset-13{margin-left:54.1666666667%}.large-offset-right-13{margin-right:54.1666666667%}.large-offset-14{margin-left:58.3333333333%}.large-offset-right-14{margin-right:58.3333333333%}.large-offset-15{margin-left:62.5%}.large-offset-right-15{margin-right:62.5%}.large-offset-16{margin-left:66.6666666667%}.large-offset-right-16{margin-right:66.6666666667%}.large-offset-17{margin-left:70.8333333333%}.large-offset-right-17{margin-right:70.8333333333%}.large-offset-18{margin-left:75%}.large-offset-right-18{margin-right:75%}.large-offset-19{margin-left:79.1666666667%}.large-offset-right-19{margin-right:79.1666666667%}.large-offset-20{margin-left:83.3333333333%}.large-offset-right-20{margin-right:83.3333333333%}.large-offset-21{margin-left:87.5%}.large-offset-right-21{margin-right:87.5%}.large-offset-22{margin-left:91.6666666667%}.large-offset-right-22{margin-right:91.6666666667%}.large-offset-23{margin-left:95.8333333333%}.large-offset-right-23{margin-right:95.8333333333%}.large-offset-24{margin-left:100%}.large-offset-right-24{margin-right:100%}.large-offset-auto{margin-left:auto}.large-offset-right-auto{margin-right:auto}}@media (min-width:1200px){.xlarge-offset-1{margin-left:4.1666666667%}.xlarge-offset-right-1{margin-right:4.1666666667%}.xlarge-offset-2{margin-left:8.3333333333%}.xlarge-offset-right-2{margin-right:8.3333333333%}.xlarge-offset-3{margin-left:12.5%}.xlarge-offset-right-3{margin-right:12.5%}.xlarge-offset-4{margin-left:16.6666666667%}.xlarge-offset-right-4{margin-right:16.6666666667%}.xlarge-offset-5{margin-left:20.8333333333%}.xlarge-offset-right-5{margin-right:20.8333333333%}.xlarge-offset-6{margin-left:25%}.xlarge-offset-right-6{margin-right:25%}.xlarge-offset-7{margin-left:29.1666666667%}.xlarge-offset-right-7{margin-right:29.1666666667%}.xlarge-offset-8{margin-left:33.3333333333%}.xlarge-offset-right-8{margin-right:33.3333333333%}.xlarge-offset-9{margin-left:37.5%}.xlarge-offset-right-9{margin-right:37.5%}.xlarge-offset-10{margin-left:41.6666666667%}.xlarge-offset-right-10{margin-right:41.6666666667%}.xlarge-offset-11{margin-left:45.8333333333%}.xlarge-offset-right-11{margin-right:45.8333333333%}.xlarge-offset-12{margin-left:50%}.xlarge-offset-right-12{margin-right:50%}.xlarge-offset-13{margin-left:54.1666666667%}.xlarge-offset-right-13{margin-right:54.1666666667%}.xlarge-offset-14{margin-left:58.3333333333%}.xlarge-offset-right-14{margin-right:58.3333333333%}.xlarge-offset-15{margin-left:62.5%}.xlarge-offset-right-15{margin-right:62.5%}.xlarge-offset-16{margin-left:66.6666666667%}.xlarge-offset-right-16{margin-right:66.6666666667%}.xlarge-offset-17{margin-left:70.8333333333%}.xlarge-offset-right-17{margin-right:70.8333333333%}.xlarge-offset-18{margin-left:75%}.xlarge-offset-right-18{margin-right:75%}.xlarge-offset-19{margin-left:79.1666666667%}.xlarge-offset-right-19{margin-right:79.1666666667%}.xlarge-offset-20{margin-left:83.3333333333%}.xlarge-offset-right-20{margin-right:83.3333333333%}.xlarge-offset-21{margin-left:87.5%}.xlarge-offset-right-21{margin-right:87.5%}.xlarge-offset-22{margin-left:91.6666666667%}.xlarge-offset-right-22{margin-right:91.6666666667%}.xlarge-offset-23{margin-left:95.8333333333%}.xlarge-offset-right-23{margin-right:95.8333333333%}.xlarge-offset-24{margin-left:100%}.xlarge-offset-right-24{margin-right:100%}.xlarge-offset-auto{margin-left:auto}.xlarge-offset-right-auto{margin-right:auto}}@media (min-width:1440px){.xxlarge-offset-1{margin-left:4.1666666667%}.xxlarge-offset-right-1{margin-right:4.1666666667%}.xxlarge-offset-2{margin-left:8.3333333333%}.xxlarge-offset-right-2{margin-right:8.3333333333%}.xxlarge-offset-3{margin-left:12.5%}.xxlarge-offset-right-3{margin-right:12.5%}.xxlarge-offset-4{margin-left:16.6666666667%}.xxlarge-offset-right-4{margin-right:16.6666666667%}.xxlarge-offset-5{margin-left:20.8333333333%}.xxlarge-offset-right-5{margin-right:20.8333333333%}.xxlarge-offset-6{margin-left:25%}.xxlarge-offset-right-6{margin-right:25%}.xxlarge-offset-7{margin-left:29.1666666667%}.xxlarge-offset-right-7{margin-right:29.1666666667%}.xxlarge-offset-8{margin-left:33.3333333333%}.xxlarge-offset-right-8{margin-right:33.3333333333%}.xxlarge-offset-9{margin-left:37.5%}.xxlarge-offset-right-9{margin-right:37.5%}.xxlarge-offset-10{margin-left:41.6666666667%}.xxlarge-offset-right-10{margin-right:41.6666666667%}.xxlarge-offset-11{margin-left:45.8333333333%}.xxlarge-offset-right-11{margin-right:45.8333333333%}.xxlarge-offset-12{margin-left:50%}.xxlarge-offset-right-12{margin-right:50%}.xxlarge-offset-13{margin-left:54.1666666667%}.xxlarge-offset-right-13{margin-right:54.1666666667%}.xxlarge-offset-14{margin-left:58.3333333333%}.xxlarge-offset-right-14{margin-right:58.3333333333%}.xxlarge-offset-15{margin-left:62.5%}.xxlarge-offset-right-15{margin-right:62.5%}.xxlarge-offset-16{margin-left:66.6666666667%}.xxlarge-offset-right-16{margin-right:66.6666666667%}.xxlarge-offset-17{margin-left:70.8333333333%}.xxlarge-offset-right-17{margin-right:70.8333333333%}.xxlarge-offset-18{margin-left:75%}.xxlarge-offset-right-18{margin-right:75%}.xxlarge-offset-19{margin-left:79.1666666667%}.xxlarge-offset-right-19{margin-right:79.1666666667%}.xxlarge-offset-20{margin-left:83.3333333333%}.xxlarge-offset-right-20{margin-right:83.3333333333%}.xxlarge-offset-21{margin-left:87.5%}.xxlarge-offset-right-21{margin-right:87.5%}.xxlarge-offset-22{margin-left:91.6666666667%}.xxlarge-offset-right-22{margin-right:91.6666666667%}.xxlarge-offset-23{margin-left:95.8333333333%}.xxlarge-offset-right-23{margin-right:95.8333333333%}.xxlarge-offset-24{margin-left:100%}.xxlarge-offset-right-24{margin-right:100%}.xxlarge-offset-auto{margin-left:auto}.xxlarge-offset-right-auto{margin-right:auto}}@media (min-width:1600px){.xxxlarge-offset-1{margin-left:4.1666666667%}.xxxlarge-offset-right-1{margin-right:4.1666666667%}.xxxlarge-offset-2{margin-left:8.3333333333%}.xxxlarge-offset-right-2{margin-right:8.3333333333%}.xxxlarge-offset-3{margin-left:12.5%}.xxxlarge-offset-right-3{margin-right:12.5%}.xxxlarge-offset-4{margin-left:16.6666666667%}.xxxlarge-offset-right-4{margin-right:16.6666666667%}.xxxlarge-offset-5{margin-left:20.8333333333%}.xxxlarge-offset-right-5{margin-right:20.8333333333%}.xxxlarge-offset-6{margin-left:25%}.xxxlarge-offset-right-6{margin-right:25%}.xxxlarge-offset-7{margin-left:29.1666666667%}.xxxlarge-offset-right-7{margin-right:29.1666666667%}.xxxlarge-offset-8{margin-left:33.3333333333%}.xxxlarge-offset-right-8{margin-right:33.3333333333%}.xxxlarge-offset-9{margin-left:37.5%}.xxxlarge-offset-right-9{margin-right:37.5%}.xxxlarge-offset-10{margin-left:41.6666666667%}.xxxlarge-offset-right-10{margin-right:41.6666666667%}.xxxlarge-offset-11{margin-left:45.8333333333%}.xxxlarge-offset-right-11{margin-right:45.8333333333%}.xxxlarge-offset-12{margin-left:50%}.xxxlarge-offset-right-12{margin-right:50%}.xxxlarge-offset-13{margin-left:54.1666666667%}.xxxlarge-offset-right-13{margin-right:54.1666666667%}.xxxlarge-offset-14{margin-left:58.3333333333%}.xxxlarge-offset-right-14{margin-right:58.3333333333%}.xxxlarge-offset-15{margin-left:62.5%}.xxxlarge-offset-right-15{margin-right:62.5%}.xxxlarge-offset-16{margin-left:66.6666666667%}.xxxlarge-offset-right-16{margin-right:66.6666666667%}.xxxlarge-offset-17{margin-left:70.8333333333%}.xxxlarge-offset-right-17{margin-right:70.8333333333%}.xxxlarge-offset-18{margin-left:75%}.xxxlarge-offset-right-18{margin-right:75%}.xxxlarge-offset-19{margin-left:79.1666666667%}.xxxlarge-offset-right-19{margin-right:79.1666666667%}.xxxlarge-offset-20{margin-left:83.3333333333%}.xxxlarge-offset-right-20{margin-right:83.3333333333%}.xxxlarge-offset-21{margin-left:87.5%}.xxxlarge-offset-right-21{margin-right:87.5%}.xxxlarge-offset-22{margin-left:91.6666666667%}.xxxlarge-offset-right-22{margin-right:91.6666666667%}.xxxlarge-offset-23{margin-left:95.8333333333%}.xxxlarge-offset-right-23{margin-right:95.8333333333%}.xxxlarge-offset-24{margin-left:100%}.xxxlarge-offset-right-24{margin-right:100%}.xxxlarge-offset-auto{margin-left:auto}.xxxlarge-offset-right-auto{margin-right:auto}}@media (min-width:120rem){.max-offset-1{margin-left:4.1666666667%}.max-offset-right-1{margin-right:4.1666666667%}.max-offset-2{margin-left:8.3333333333%}.max-offset-right-2{margin-right:8.3333333333%}.max-offset-3{margin-left:12.5%}.max-offset-right-3{margin-right:12.5%}.max-offset-4{margin-left:16.6666666667%}.max-offset-right-4{margin-right:16.6666666667%}.max-offset-5{margin-left:20.8333333333%}.max-offset-right-5{margin-right:20.8333333333%}.max-offset-6{margin-left:25%}.max-offset-right-6{margin-right:25%}.max-offset-7{margin-left:29.1666666667%}.max-offset-right-7{margin-right:29.1666666667%}.max-offset-8{margin-left:33.3333333333%}.max-offset-right-8{margin-right:33.3333333333%}.max-offset-9{margin-left:37.5%}.max-offset-right-9{margin-right:37.5%}.max-offset-10{margin-left:41.6666666667%}.max-offset-right-10{margin-right:41.6666666667%}.max-offset-11{margin-left:45.8333333333%}.max-offset-right-11{margin-right:45.8333333333%}.max-offset-12{margin-left:50%}.max-offset-right-12{margin-right:50%}.max-offset-13{margin-left:54.1666666667%}.max-offset-right-13{margin-right:54.1666666667%}.max-offset-14{margin-left:58.3333333333%}.max-offset-right-14{margin-right:58.3333333333%}.max-offset-15{margin-left:62.5%}.max-offset-right-15{margin-right:62.5%}.max-offset-16{margin-left:66.6666666667%}.max-offset-right-16{margin-right:66.6666666667%}.max-offset-17{margin-left:70.8333333333%}.max-offset-right-17{margin-right:70.8333333333%}.max-offset-18{margin-left:75%}.max-offset-right-18{margin-right:75%}.max-offset-19{margin-left:79.1666666667%}.max-offset-right-19{margin-right:79.1666666667%}.max-offset-20{margin-left:83.3333333333%}.max-offset-right-20{margin-right:83.3333333333%}.max-offset-21{margin-left:87.5%}.max-offset-right-21{margin-right:87.5%}.max-offset-22{margin-left:91.6666666667%}.max-offset-right-22{margin-right:91.6666666667%}.max-offset-23{margin-left:95.8333333333%}.max-offset-right-23{margin-right:95.8333333333%}.max-offset-24{margin-left:100%}.max-offset-right-24{margin-right:100%}.max-offset-auto{margin-left:auto}.max-offset-right-auto{margin-right:auto}}.flex{display:flex;flex-wrap:wrap}.flex-center{align-items:center;justify-content:center}.flex-column{flex-direction:column}h1,h2,h3,h4,h5,h6{margin:0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration:none}.links a{text-transform:lowercase}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:var(---header-font-family)}.font-size-xsmall{font-size:var(--font-size-xsmall);letter-spacing:.07px}.font-size-small{font-size:var(--font-size-small);letter-spacing:.1px}.font-size-large{font-size:1.5rem;line-height:1.6666666667}@media (min-width:992px){.font-size-large{font-size:var(--font-size-large)}}.font-weight-light{font-weight:var(--font-weight-light)}a{color:var(--anchor-color);transition:var(--transition)}a:focus-visible,a:hover{color:var(--hover-color)}.entity:not(.vm-full) .links a:not(:hover):not(:focus-visible),.entity:not(.vm-full) h2 a:not(:hover):not(:focus-visible){color:var(--text-color)}time{font-size:var(--font-size-small)}.text-formatted .h3{margin-bottom:15px}.text-formatted p,.text-formatted ul{margin-bottom:var(--form-item-margin)}.text-formatted>.field__items>.field__item>:last-child,.text-formatted>:last-child{margin-bottom:0}.text-formatted ul{list-style-type:none;padding-left:0}.text-formatted ul li{padding-left:26px;position:relative}.text-formatted ul li:before{content:"•";font-weight:var(--font-weight-light);left:0;position:absolute;top:0}.text-align-center{text-align:center}.heading-style{font-family:var(--header-font-family);font-weight:var(--font-weight-normal);text-transform:uppercase}@media (min-width:0){.h1,h1{font-family:Roboto Slab,sans-serif;font-weight:700;line-height:1.18}.h1,.h2,h1,h2{font-size:1.75rem}.h2,h2{font-family:Gasoek One,serif;font-weight:400;line-height:1.13;text-transform:uppercase}.h3,h3{font-family:Roboto Slab,sans-serif;font-size:1.3125rem;font-weight:700;letter-spacing:-.1px;text-transform:none}.h4,h4{font-size:1.125rem;letter-spacing:.4px;text-transform:uppercase}.h4,.h5,h4,h5{font-family:Gasoek One,serif;font-weight:400}.h5,h5{font-size:1rem;letter-spacing:.36px;line-height:1.2}.h6,h6{font-family:Roboto Slab,sans-serif;font-size:1.1875rem;font-weight:700;letter-spacing:.11px;line-height:1.1052631579}}@media (min-width:1200px){.h1,h1{font-size:4.4375rem;letter-spacing:.47px}.h2,h2{font-size:4.875rem;letter-spacing:.43px}.h3,h3{font-size:2.875rem;letter-spacing:.28px}.h4,h4{font-size:1.8125rem;letter-spacing:.17px}.h5,h5{font-size:1.5625rem;letter-spacing:.15px}}[class*=background--]{color:var(--text-color)}.background--pattern{background-image:url(/themes/custom/elaba/images/bg-xsmall.webp);background-size:100% auto}@media (min-width:576px){.background--pattern{background-image:url(/themes/custom/elaba/images/bg-small.webp)}}@media (min-width:768px){.background--pattern{background-image:url(/themes/custom/elaba/images/bg-medium.webp)}}@media (min-width:992px){.background--pattern{background-image:url(/themes/custom/elaba/images/bg-large.webp)}}@media (min-width:1200px){.background--pattern{background-image:url(/themes/custom/elaba/images/bg-xlarge.webp)}}@media (min-width:1440px){.background--pattern{background-image:url(/themes/custom/elaba/images/bg-xxlarge.webp)}}.background--gray{background:var(--silver-gray)}.background--medium-gray{background-color:var(--medium-gray)}.background--primary{background-color:var(--primary-color)}.background--white{background-color:var(--white)}.background--secondary-light{background-color:var(--secondary-light-color)}.background--secondary-dark{--anchor-color:var(--text-color);background-color:var(--secondary-dark-color)}.background--gray,.background--medium-gray,.background--primary,.background--white{--anchor-color:var(--black);--hover-color:var(--secondary-light-color);--selection-color:var(--black);--selection-background-color:var(--secondary-color)}.background--primary,.background--primary-light{--anchor-color:var(--text-color);--hover-color:var(--text-color)}.background--primary a,.background--primary-light a{text-decoration:none}.background--primary a:focus-visible,.background--primary a:hover,.background--primary-light a:focus-visible,.background--primary-light a:hover{text-decoration:underline}@scope (.background--medium-gray) to ([class*="background--"]){.button{--button--primary-bg:var(--black);--button--primary-color:var(--white);--button--primary-hover-color:var(--black);--button--primary-hover-bg:var(--secondary-color)}.button:not(.button--hollow){--button--primary-bg:var(--white);--button--primary-color:var(--primary-color)}}body.background--medium-gray{background-image:url(/themes/custom/elaba/images/stain-page.svg);background-repeat:no-repeat;background-size:41.1458333333%}.jag-bottom,.jag-top{--jag-height:20px}.jag-bottom:after,.jag-top:before{background-color:inherit;content:"";display:block;grid-column:1/-1;height:calc(var(--jag-height) + 1px);-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x;-webkit-mask-size:33px auto;mask-size:33px auto;width:100%}.jag-top{margin-top:var(--jag-height)}.jag-top:before{-webkit-mask-image:url(/themes/custom/elaba/images/jag.svg);mask-image:url(/themes/custom/elaba/images/jag.svg);-webkit-mask-position:12px top;mask-position:12px top;transform:translateY(calc(var(--jag-height)*-1))}.jag-bottom{margin-bottom:var(--jag-height)}.jag-bottom:after{-webkit-mask-image:url(/themes/custom/elaba/images/jag-bottom.svg);mask-image:url(/themes/custom/elaba/images/jag-bottom.svg);-webkit-mask-position:-4px top;mask-position:-4px top;transform:translateY(var(--jag-height))}
body{background:var(--body-background);color:var(--text-color);font-family:var(--body-font-family);font-size:var(--font-size-body);font-weight:var(--font-weight-light);letter-spacing:var(--letter-spacing-body);line-height:var(--line-height)}::-moz-selection{background:var(--selection-background-color);color:var(--selection-color)}::selection{background:var(--selection-background-color);color:var(--selection-color)}
.layout-container{display:flex;flex-direction:column;margin:0 auto;min-height:100vh}main#main{flex:1;width:100%}main#main:not(:has(.paragraph--items)){margin-bottom:80px}
