*,*::before,*::after{box-sizing:border-box}*{margin:0}body{-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}:root{--bg-color: #f9f8f7;--width-max: 1024px;--unit: 10px;--border-radius: 30px;--font-color: #b78000;--primary-color: #b78000;--secondary-color: #3d2e36;--tertiary-color: #986B00;--margin-bottom: 1rem}body{background:var(--bg-color);letter-spacing:.5px;font-weight:300;color:var(--font-color);font-family:Helvetica-Light,Helvetica}@media(max-width: 768px){body{font-size:90%}}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}.u-float-right{float:right}.u-w-150{width:150px}.u-muted{opacity:.5}.o-body--no-lead-image{padding-top:9rem}.o-stage{display:flex;flex-direction:column;max-width:var(--width-max);margin-left:auto;margin-right:auto}.o-text{padding-left:var(--unit);padding-right:var(--unit)}.c-bullet-list{margin-bottom:var(--margin-bottom);padding-left:1.5rem;list-style-type:none}.c-bullet-list__list{margin-bottom:1rem}.c-bullet-list__item{margin-bottom:.5rem;line-height:1.6}.c-faq{margin-bottom:1rem}.c-footer{background-color:rgba(255,255,255,.6);padding-bottom:50px}.c-footer__container{padding-top:4rem;display:flex;max-width:var(--width-max);margin-left:auto;margin-right:auto;flex-direction:column;align-items:center}.c-footer__logo svg{width:200px;height:100px}.c-footer__links p{display:flex;flex-wrap:wrap;justify-content:center}.c-footer__links p a{font-size:.9rem;display:inline-block;margin:0 1rem;color:var(--font-color);margin-bottom:1rem}.c-footer__copyright{margin-top:1rem;font-size:.8rem;padding-bottom:1rem}.c-h1{margin-top:10px;position:relative;top:-110px;height:80px}@media(min-width: 769px){.c-h1{top:-115px;height:67px}}.c-h1 a{text-decoration:none;color:var(--font-color)}.c-h1 span{display:block}.c-h1 .c-h1__text{display:none}.c-h1 .c-h1__logo{display:flex;justify-content:center}.c-h1 .c-h1__logo svg{width:200px;height:200px;max-width:90vw}.c-h2{margin-top:1rem;font-weight:normal;padding-bottom:.5rem;text-align:center;color:var(--tertiary-color)}.c-h3{margin-top:2rem;margin-bottom:1rem;color:var(--tertiary-color);font-weight:bold}.c-h3--section-headline{text-align:center;margin-bottom:0}.c-image{width:100%}.c-image--float-right{width:40%;margin-left:5%;float:right}@media(min-width: 769px){.c-image--float-right{width:30%}}.c-image--float-left{width:40%;margin-right:5%;float:left}@media(min-width: 769px){.c-image--float-left{width:30%}}.c-image--below-h2{margin-bottom:1rem}.c-image--rounded img{border-radius:2rem}.c-image-gallery{margin:0 auto;display:grid;margin-top:1rem;margin-bottom:0rem;width:100%;height:63vh;grid-auto-flow:column;overflow-x:scroll;overflow-y:scroll;scroll-snap-type:x mandatory}@media(max-width: 768px){.c-image-gallery{padding-left:1rem;padding-right:1rem;gap:1rem}}@media(min-width: 769px){.c-image-gallery{padding-left:0rem;padding-right:0rem;gap:2rem}}.c-image-gallery__image{scroll-snap-align:center}.c-image-gallery__image img{height:60vh;max-width:none;object-fit:contain}@media(min-width: 769px){.c-image-gallery__image img{border-radius:1rem}}@media(max-width: 768px){.c-image-gallery__image img{height:50vh}}.c-image-gallery__caption{display:block;font-size:.8rem;text-align:center;margin-top:1rem}.c-lead-image{background-position:center;background-size:contain}@media(min-width: 769px){.c-lead-image{transform:scaleX(-1);max-height:400px;overflow:hidden}}.c-lead-image__container{min-height:1px;width:100%}@media(min-width: 769px){.c-lead-image__container{-webkit-backdrop-filter:blur(10px) brightness(1.5);backdrop-filter:blur(10px) brightness(1.5)}}.c-lead-image__image{display:flex;flex-direction:column;max-width:var(--width-max);margin-left:auto;margin-right:auto}@media(min-width: 769px){.c-lead-image__image{transform:scaleX(-1)}}.c-link-button{border-radius:calc(var(--border-radius)*2/3);border-width:0;background-color:var(--secondary-color);color:var(--bg-color);font-weight:bold;padding:.5rem .8rem;text-decoration:none;display:inline-block;font-size:.9rem;text-align:center;margin-bottom:1rem}@media(min-width: 769px){.c-link-button{padding:1rem 2rem;border-radius:var(--border-radius)}}.c-link-button--center{display:table;margin:0 auto}.c-link-button--center-panda{position:relative;display:inline-block;color:var(--tertiary-color);border:2px solid var(--tertiary-color);background-color:#fff}.c-link-button--center-panda:hover{color:#fff;background-color:var(--tertiary-color);text-decoration:none}.c-link-button--center-panda::before,.c-link-button--center-panda::after{content:"";position:absolute;z-index:-1;width:20px;height:20px;background-color:var(--tertiary-color);border-radius:50%}.c-link-button--center-panda::before{left:-4px;top:-6px}.c-link-button--center-panda::after{right:-4px;top:-6px}.c-link-button--row{display:table;display:block;margin:.5rem}.c-link-button--secondary{display:inline-block;background-color:var(--font-color);color:var(--bg-color)}.c-navigation{display:flex;justify-content:space-around;align-items:center;padding:.5rem .5rem;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);position:fixed;bottom:0;z-index:10;width:100%}.c-navigation__entry{display:none;justify-content:flex-start;align-content:center;flex-wrap:nowrap;flex-direction:column;vertical-align:bottom;align-items:center;column-gap:1rem;text-decoration:none}.c-navigation__entry svg{height:32px;width:32px;display:block;fill:var(--font-color)}.c-navigation__entry span{display:block;font-size:.7rem;color:var(--secondary-color)}.c-navigation__entry--mobile{display:flex}@media(min-width: 769px){.c-navigation{position:sticky;display:flex;top:0px;width:100%;height:60px}.c-navigation__entry{flex-direction:row}}@supports(animation-timeline: view()){@media(min-width: 769px){@keyframes fade-in{from{top:-60px}to{top:0px;box-shadow:0 10px 10px rgba(0,0,0,.2)}}.c-navigation{top:-61px;position:fixed;animation:fade-in auto linear both;animation-timeline:scroll();animation-range:0% 400px}}}.c-paragraph p{line-height:1.6;margin-bottom:1rem;margin-top:0}@media(min-width: 769px){.c-paragraph p{padding-left:0rem}}@media(max-width: 768px){.c-paragraph p{padding-left:0rem}}.c-paragraph p a{text-decoration:underline}.c-paragraph p a:hover{text-decoration:none}.c-paragraph--muted p{font-size:.8rem;line-height:1.4}.c-quote{margin-bottom:var(--margin-bottom);padding:2rem 2rem}.c-quote__content{font-style:italic;font-weight:bold;text-align:center}.c-quote__author{display:block;font-size:.8rem;text-align:right}.c-review .c-paragraph{font-style:italic;margin-bottom:1rem}.c-section{padding:1rem;margin-bottom:0;margin-top:0}@media(min-width: 769px){.c-section{margin-bottom:var(--margin-bottom);margin-top:var(--margin-bottom)}}@media(min-width: 768px){.c-section>.c-section{padding:0}}.c-section--muted{background-color:rgba(0,0,0,0);padding:0;margin:0}.c-section--row{justify-content:space-between;flex-wrap:wrap}@media(max-width: 768px){.c-section--row{padding:0;margin:0}}@media(min-width: 769px){.c-section--row{display:flex;flex-wrap:nowrap}}@media(min-width: 769px){.c-section--row>*{flex:1 1 0px;padding:1rem}}.c-section--row-2-col{padding:0 !important;display:flex;flex-wrap:wrap;justify-content:center}.c-section--row-2-col>*{flex:1 1 50%}@media(min-width: 769px){.c-section--row-2-col>*{flex:1 1 33%;padding:1rem}}.c-section--row-3-to-1-2-col{padding:0 !important;display:flex;flex-wrap:wrap;justify-content:center}.c-section--row-3-to-1-2-col .c-section{padding:0rem}.c-section--row-3-to-1-2-col .c-section.c-section--muted{min-height:102px}@media(min-width: 769px){.c-section--row-3-to-1-2-col .c-section.c-section--muted{min-height:90px}}.c-section--row-3-to-1-2-col>*{flex:1 1 50%}@media(min-width: 769px){.c-section--row-3-to-1-2-col>*{flex:1 1 33%;padding:1rem}}.c-section--boxed{display:inline-block;border:1px solid var(--secondary-color);padding:1rem 2rem !important;padding-top:0 !important;margin:1rem;border-radius:3rem;background-color:#fff}.c-section--centered-hero{text-align:center}.c-section--centered-hero .c-paragraph p{margin-bottom:0}.c-section--centered-hero .c-h2{margin-top:0px;margin-bottom:0rem;padding-bottom:0}.c-section--centered-hero div:nth-child(3)>p{margin-top:-0.5rem}.c-section--centered{margin:0;text-align:center}.c-section--centered .c-paragraph p{margin-bottom:0}.c-section--centered .c-h2{margin-bottom:.5rem;padding-bottom:0}.c-section--centered .c-link-button{margin-top:.5rem}@media(min-width: 769px){.c-section--centered .c-link-button{margin-top:1rem}}.c-section--row+.c-section--row{margin-top:-2rem;padding-top:0rem}.c-table__title{font-weight:bold;margin-bottom:1rem}.c-table table{border-collapse:collapse;border-spacing:0}.c-table td{padding-right:.5rem}.c-table--first-column-text-align-right tr td:first-of-type{text-align:right}.c-chrome{position:absolute;overflow-x:clip;width:100%;height:0px;top:0px;left:0px}.c-chrome__left{z-index:1000;position:absolute;top:0px;left:-55px;height:529px;transform:rotate(3deg)}.c-chrome__left img{height:100%}.c-chrome__right{z-index:1000;position:absolute;top:0px;right:-55px;height:529px;transform:rotate(-3deg)}.c-chrome__right img{height:100%}
