:root{--color-white:#fff;--color-black:#000;--color-neutral-5:#ececec;--color-neutral-10:#d4cecb;--color-neutral-25:#baada7;--color-neutral-50:#9f8c82;--color-neutral-65:#7d675e;--color-neutral-100:#2b1911;--color-primary-dark-2:#963600;--color-primary-dark-1:#c45104;--color-primary-main:#f56522;--color-primary-mild-2:#ffa171;--color-primary-mild-1:#fcccb6;--color-peach-rgb:255, 77, 66;--color-peach:rgba(255, 77, 66, 1);--color-bg-main-rgb:255, 249, 246;--color-bg-light:#fffcfa;--color-bg-main:rgb(var(--color-bg-main-rgb));--color-bg-dark:#feede5;--color-body-text:var(--color-neutral-100);--color-body-bg:var(--color-bg-main);--color-border-light:var(--color-neutral-25);--color-border-medium:var(--color-neutral-50);--color-map-region:var(--color-border-light);--color-map-outline:var(--color-neutral-50);--bg-gradient-peachy:radial-gradient(
      110.76% 117.21% at 100% 0%,
      rgba(255, 162, 76, var(--alpha-gradient-peachy, 1)) 0%,
      rgba(255, 122, 80, var(--alpha-gradient-peachy, 1)) 50.25%,
      var(--color-peach) 100%
    )
    no-repeat;--space-xxs:0.25rem;--space-xs:0.5rem;--space-s:0.75rem;--space-m:1rem;--space-l:1.5rem;--space-xl:2.25rem;--space-xxl:3rem;--space-xxxl:4.5rem;--transition-duration-fast:0.25s;--transition-duration-medium:0.4s;--transition-duration-slow:0.75s;--opacity-text:0.825;--border-radius:16px;--box-shadow-light:0 0 16px rgba(43, 25, 17, 0.24);--box-shadow-strong:0 0 8px rgba(43, 25, 17, 0.45);--font-family-base:'Baloo 2', sans-serif;--font-weight-normal:400;--font-weight-semibold:600;--font-weight-bold:800;--font-size-xs:0.85rem;--font-size-s:0.925rem;--section-padding-bottom:var(--space-xxl)}@media screen and (max-width:739.99px){:root{--font-size-base:14px;--font-size-l:1.2rem;--font-size-xl:1.4rem;--font-size-xxl:1.6rem;--font-size-xxxl:2.4rem;--header-height:4rem;--wrap-padding-horizontal:var(--space-l);--section-padding-top:var(--space-xl)}}@media screen and (min-width:740px) and (max-width:1099.99px){:root{--font-size-base:18px;--font-size-l:1.25rem;--font-size-xl:1.5rem;--font-size-xxl:1.75rem;--font-size-xxxl:2.4rem;--header-height:4rem;--wrap-padding-horizontal:var(--space-xl);--section-padding-top:var(--space-xl)}}@media screen and (min-width:1100px){:root{--font-size-base:20px;--font-size-l:1.25rem;--font-size-xl:1.5rem;--font-size-xxl:1.75rem;--font-size-xxxl:2.4rem;--header-height:4rem;--wrap-padding-horizontal:var(--space-xxl);--section-padding-top:var(--space-xxl)}}@font-face{font-family:"Baloo 2";font-style:normal;font-weight:400;src:url(../fonts/baloo-2-v16-latin-regular.woff2)format("woff2"),url(../fonts/baloo-2-v16-latin-regular.woff)format("woff")}@font-face{font-family:"Baloo 2";font-style:normal;font-weight:600;src:url(../fonts/baloo-2-v16-latin-600.woff2)format("woff2"),url(../fonts/baloo-2-v16-latin-600.woff)format("woff")}@font-face{font-family:"Baloo 2";font-style:normal;font-weight:800;src:url(../fonts/baloo-2-v16-latin-800.woff2)format("woff2"),url(../fonts/baloo-2-v16-latin-800.woff)format("woff")}*{margin:0;padding:0;border:0;box-sizing:border-box;vertical-align:baseline}html{line-height:1.5;font-family:var(--font-family-base);font-size:var(--font-size-base);scroll-behavior:smooth;scroll-padding:var(--header-height)0 0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{display:flex;flex-direction:column;color:var(--color-body-text);background:var(--color-body-bg);min-height:100vh;min-height:-webkit-fill-available;min-height:100dvh}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-semibold);line-height:1;outline:0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration:none!important}h1{font-size:var(--font-size-xxxl);font-weight:var(--font-weight-bold);margin-bottom:var(--space-m)}h2{font-size:var(--font-size-xxl);margin-bottom:var(--space-m)}h3{font-size:var(--font-size-l);margin-bottom:var(--space-xs);line-height:1.175}h4,h5,h6{font-size:var(--font-size-base);margin-bottom:var(--space-xs);line-height:1.175}a{outline:0;color:var(--color-primary-main);text-decoration:none;transition-property:background,color;transition-duration:var(--transition-duration-fast)}a:hover{text-decoration:underline}a svg{transition-property:background,color;transition-duration:var(--transition-duration-fast)}ul{margin-left:1rem;margin-bottom:var(--space-m)}ol{margin-left:1rem;margin-bottom:var(--space-m)}p,ul,figure,.note{margin-bottom:var(--space-m)}ul li>:is(p,ul,figure,.note):last-child{margin-bottom:0}:is(p,ul,ol,nav,figure,.figures,.note)+h1{padding-top:var(--space-xxl)}:is(p,ul,ol,nav,figure,.figures,.note)+h2{padding-top:var(--space-xl)}:is(p,ul,ol,nav,figure,.figures,.note)+h3,:is(p,ul,ol,nav,figure,.figures,.note)+h4,:is(p,ul,ol,nav,figure,.figures,.note)+h5,:is(p,ul,ol,nav,figure,.figures,.note)+h6{padding-top:var(--space-l)}h2+figure,h3+figure,h4+figure,h5+figure,h6+figure,p+figure,ul+figure,ol+figure,nav+figure,h2+.figures,h3+.figures,h4+.figures,h5+.figures,h6+.figures,p+.figures,ul+.figures,ol+.figures,nav+.figures{margin-top:var(--space-l)}small{font-size:var(--font-size-xs)}input,button{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:var(--font-family-base);font-size:1.1rem;font-weight:var(--font-weight-normal);padding:var(--space-xs) var(--space-m);color:var(--color-body-text);background-color:var(--color-white);background-repeat:no-repeat;border-radius:var(--border-radius);outline:0}img{max-width:100%}img:-moz-loading{visibility:hidden}[aria-hidden=true]{display:none}form{max-width:29rem;flex:0 1 29rem;color:var(--color-white);background:var(--bg-gradient-peachy);padding:var(--space-m) var(--space-l);border-radius:var(--border-radius);text-align:left}form h4{margin-bottom:var(--space-m)}form a{color:inherit;text-decoration:underline}form div{margin-bottom:var(--space-m)}form div.check{display:flex;align-items:center;gap:var(--space-s);line-height:1.2}form div.check input{position:relative;top:-.15rem}form label{display:block;margin-bottom:var(--space-xxs)}form input[type=text]{width:100%}form input[type=checkbox]{width:var(--space-s);height:var(--space-s);padding:var(--space-s);border-radius:var(--space-xs)}form input[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23F56522' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}details{text-align:left}details summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:var(--space-m);padding:var(--space-s)0}details summary::marker,details summary::-webkit-details-marker{display:none;content:""}details summary .title{font-size:var(--font-size-l);line-height:1.175;color:var(--color-neutral-65);font-weight:var(--font-weight-semibold)}details summary .marker{content:url(/css/plus.svg)}details[open]>summary .marker{content:url(/css/minus.svg)}details article{padding-bottom:var(--space-m)}details article :last-child{margin-bottom:0}details[open] article{animation:animateDown var(--transition-duration-fast) linear}@keyframes animateDown{0%{opacity:0;transform:translatey(-.5rem)}to{opacity:1;transform:translatey(0)}}.button{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);border-radius:3em;padding:var(--space-xs) var(--space-l);cursor:pointer;outline:0;text-decoration:none;font-weight:var(--font-weight-semibold);font-family:var(--font-family-base);font-size:1.1rem;background-repeat:no-repeat;transition-property:color;transition-duration:var(--transition-duration-fast);white-space:nowrap}.button:focus,.button:hover{text-decoration:none}.button.button--white{color:var(--color-body-text);background:var(--color-white)}.button.button--white:focus,.button.button--white:hover{color:var(--color-primary-main);background:var(--color-white)}.button.button--primary{color:var(--color-white);background:var(--color-primary-main)}.button.button--primary:focus,.button.button--primary:hover{background:var(--bg-gradient-peachy)}.buttons,.buttons p{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-m) var(--space-l)}.buttons{margin:var(--space-l)0}.buttons p{width:100%}.buttons a{flex:0 0 16rem;display:flex;align-items:center;justify-content:center;gap:var(--space-xs);border-radius:3em;padding:var(--space-xs) var(--space-l);cursor:pointer;outline:0;text-decoration:none;font-weight:var(--font-weight-semibold);font-family:var(--font-family-base);font-size:1.1rem;background-repeat:no-repeat;transition-property:color;transition-duration:var(--transition-duration-fast);white-space:nowrap;color:var(--color-white);background:var(--color-primary-main)}.buttons a:focus,.buttons a:hover{text-decoration:none}.buttons a:focus,.buttons a:hover{background:var(--bg-gradient-peachy)}.teaser .buttons a{color:var(--color-body-text);background:var(--color-white)}.teaser .buttons a:focus,.teaser .buttons a:hover{color:var(--color-primary-main);background:var(--color-white)}.note{color:var(--color-white);background:var(--bg-gradient-peachy);padding:var(--space-m) var(--space-l);border-radius:var(--border-radius)}.note a{color:var(--color-white);text-decoration:underline}.note :last-child{margin-bottom:0}.figures{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-l) var(--space-xl);margin-bottom:var(--space-xl)}@media screen and (min-width:1100px){.figures{width:calc(100% + 200px);margin-left:-100px}}.figures>figure,.figures div{flex:0 1 380px;margin:0}@media screen and (max-width:459.99px){.figures>figure,.figures div{flex-basis:100%}}@media screen and (min-width:460px) and (max-width:739.99px){.figures>figure,.figures div{flex-basis:calc(50% - var(--space-xl))}}@media screen and (min-width:740px) and (max-width:1099.99px){.figures>figure,.figures div{flex-basis:calc(33% - var(--space-xl))}}@media screen and (min-width:1100px){.figures>figure,.figures div{flex-basis:calc(25% - var(--space-xl))}}@media screen and (min-width:460px) and (max-width:739.99px){.figures.figures--3>figure,.figures.figures--3 div{flex-basis:calc(50% - var(--space-xl))}}@media screen and (min-width:740px){.figures.figures--2 figure,.figures.figures--3 figure,.figures.figures--5 figure,.figures.figures--7 figure,.figures.figures--2 div,.figures.figures--3 div,.figures.figures--5 div,.figures.figures--7 div{flex-basis:calc(33% - var(--space-xl))}}.figures img{padding:var(--space-xxs);border-radius:var(--space-l);background-color:var(--color-neutral-5)}.quickstarts{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-l) var(--space-xl);margin-bottom:var(--space-xl)}@media screen and (min-width:1100px){.quickstarts{width:calc(100% + 200px);margin-left:-100px}}.quickstarts>figure,.quickstarts>p{flex:0 1 380px;margin:0}@media screen and (max-width:459.99px){.quickstarts>figure,.quickstarts>p{flex-basis:100%}}@media screen and (min-width:460px) and (max-width:739.99px){.quickstarts>figure,.quickstarts>p{flex-basis:calc(50% - var(--space-xl))}}@media screen and (min-width:740px) and (max-width:1099.99px){.quickstarts>figure,.quickstarts>p{flex-basis:calc(33% - var(--space-xl))}}@media screen and (min-width:1100px){.quickstarts>figure,.quickstarts>p{flex-basis:calc(25% - var(--space-xl))}}@media screen and (min-width:460px) and (max-width:739.99px){.quickstarts.quickstarts--3>figure,.quickstarts.quickstarts--3>p{flex-basis:calc(50% - var(--space-xl))}}@media screen and (min-width:740px){.quickstarts.quickstarts--2>figure,.quickstarts.quickstarts--3>figure,.quickstarts.quickstarts--5>figure,.quickstarts.quickstarts--7>figure,.quickstarts.quickstarts--2>p,.quickstarts.quickstarts--3>p,.quickstarts.quickstarts--5>p,.quickstarts.quickstarts--7>p{flex-basis:calc(33% - var(--space-xl))}}.quickstarts img{padding:var(--space-xxs);border-radius:var(--space-l);background-color:var(--color-neutral-5)}.quickstarts>figure+p{font-size:var(--font-size-s);color:var(--color-neutral-65);text-align:center;margin-top:calc(var(--space-xxs));margin-bottom:var(--space-m)}.columns{gap:var(--space-l) var(--space-xl);margin-bottom:var(--space-xl)}@media screen and (min-width:740px){.columns{display:flex;flex-direction:row;align-items:center}}.columns>figure,.columns div,.columns p{width:100%;flex-shrink:1;margin:0}.columns img{padding:var(--space-xxs);width:100%}.info-box{--icon-size:2rem;position:relative;border:1px solid var(--color-neutral-10);background-color:var(--color-white);background-repeat:no-repeat;border-radius:var(--border-radius);text-align:left;outline:0;padding:var(--space-s) var(--space-m) var(--space-s) 1.75rem}.info-box [role=img]{position:absolute;left:calc(var(--icon-size)/2*-1);top:.55rem;background-color:var(--color-white);border-radius:var(--space-xs);padding:var(--space-xxs)0}.info-box h3{margin-bottom:0;font-size:var(--font-size-l)}.info-box>:last-child{margin-bottom:0}[role=img]{width:var(--icon-size, 1rem);height:var(--icon-size, 1rem)}main figure{text-align:center}main figcaption{font-size:var(--font-size-s);color:var(--color-neutral-65)}main strong{font-weight:var(--font-weight-bold);background:var(--bg-gradient-peachy);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:var(--font-weight-semibold)}main strong a{text-decoration:underline}main code{color:var(--color-neutral-65);font-size:var(--font-size-s);font-family:monospace}blockquote{border-radius:var(--border-radius);background:var(--color-neutral-5);margin:var(--space-l)0;padding:var(--space-m) var(--space-l)}blockquote:before{color:var(--color-neutral-10);content:"“";font-size:5rem;line-height:0;margin-right:var(--space-xs);vertical-align:-.375em}blockquote p{display:inline}blockquote cite{display:inline-block}.header{position:fixed;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:space-between;height:var(--header-height);background:var(--bg-gradient-peachy);padding:0 15px}.header::after{content:"";width:100%;height:var(--header-height);position:absolute;bottom:0;left:0;right:0;z-index:-1;transition:box-shadow var(--transition-duration-medium)}.header.topbar{background:var(--bg-gradient-peachy)}.header.topbar::after{box-shadow:var(--box-shadow-strong)}@media screen and (max-width:1099.99px){.header{--logo-height:2.5rem;--nav-font-size:22px}}@media screen and (min-width:740px){.header{--logo-height:3rem;--nav-font-size:1rem}}.header .wrap{width:100%;display:flex;align-items:center;justify-content:space-between}.header .brand{display:inline-flex;padding-right:12px}.header .logo{max-height:var(--logo-height);height:100%;width:auto;min-width:95px;position:relative;top:-2px}@media screen and (max-width:1099.99px){.header .logo{max-height:3rem}}.language-selector{position:relative;display:inline-flex;align-items:center;white-space:nowrap}.checkbox{display:none}.language-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:.5rem;border-radius:12px;transition:background-color .3s ease,box-shadow .3s ease}.language-label:hover{background-color:#ffccb3;box-shadow:0 6px 12px rgba(0,0,0,.2)}.flag-icon{min-width:24px;width:24px;height:16px;margin-right:8px}.language-dropdown{display:none;position:absolute;top:100%;right:0;background-color:#fff;list-style:none;padding:15px;margin:0;box-shadow:0 8px 16px rgba(0,0,0,.15);border-radius:8px;opacity:0;transform:translateY(-15px);transition:opacity .3s ease,transform .3s ease;z-index:1000;max-height:15rem;overflow-y:auto}@media screen and (max-width:1099.99px){.language-dropdown{top:initial;bottom:100%}}.checkbox:checked+.language-label+.language-dropdown{display:block;opacity:1;transform:translateY(0)}.language-dropdown li{display:flex;align-items:center;padding:12px 10px;border-radius:8px;transition:background-color .3s ease,transform .3s ease;cursor:pointer;font-size:14px;font-weight:600;font-family:"Open Sans",sans-serif}.language-dropdown li:hover{background-color:#ffa24c}.language-dropdown li img{margin-right:10px;width:24px;height:16px}.nav{display:flex;align-items:center;justify-content:flex-end;width:100%;box-sizing:border-box;flex-wrap:nowrap}.nav>a{font-size:var(--nav-font-size);font-weight:var(--font-weight-semibold);white-space:nowrap;text-decoration:none!important;padding:5px 10px;position:relative;transition:background-color .3s ease,color .3s ease;border-radius:4px;color:#fff;box-sizing:border-box}.nav>a::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:4px;background-color:transparent;transition:background-color .3s ease,transform .3s ease;z-index:-1}.nav>a:hover::before{background-color:#ffccb3;transform:scale(1.05);box-shadow:0 4px 8px rgba(0,0,0,.2)}.nav>a:hover{color:#fff}@media screen and (max-width:1099.99px){.nav{position:fixed;top:var(--header-height);left:100%;right:0;bottom:0;width:100vw;height:100vh;background-color:rgba(255,255,255,.9);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:20px;transition:left .3s ease-in-out;z-index:9}.nav>a{width:100%;text-align:center;padding:15px;color:var(--color-body-text);border-bottom:1px solid var(--color-neutral-10)}.nav>a:hover{color:var(--color-primary-main);background-color:var(--color-bg-main)}#nav-toggle{display:block;cursor:pointer;width:1.75rem;height:1.75rem;color:var(--color-white)}#show-menu:checked+#nav-toggle+.nav{left:0}}@media screen and (min-width:1100px){.nav{gap:var(--space-s)}.nav>a{color:var(--color-white);transition:text-shadow var(--transition-duration-fast)}.nav>a:focus,.nav>a:hover{text-shadow:var(--box-shadow-strong)}#nav-toggle{display:none!important}}#show-menu{display:none}#nav-toggle{--size:1.75rem;display:block;cursor:pointer;flex:0 0 var(--size);width:var(--size);height:var(--size);color:var(--color-white);opacity:var(--opacity-text);transition:opacity var(--transition-duration-fast)}#nav-toggle:hover{opacity:1}#nav-toggle svg{transform:scale(3)}#nav-toggle path{fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-dasharray:24 100;stroke-dashoffset:-38;transition:all .3s ease}#show-menu:checked+#nav-toggle path{stroke-dashoffset:0}.footer{padding-top:var(--space-xxl);padding-bottom:var(--space-xxl);background-color:#000;color:#fff9f6!important}.footer .wrap{display:flex;justify-content:space-between;gap:var(--space-xxxl);width:100%}@media screen and (max-width:1099.99px){.footer .wrap{flex-direction:column-reverse}}.footer .logo-section{display:flex;flex-direction:column;justify-content:space-between;gap:120px;min-width:181px}.footer .logo-section .logo{display:flex;flex-direction:column;gap:8px}.footer .logo-section .logo .logo-image{width:181px;height:auto}.footer .logo-section .logo span{font-size:14px;font-weight:400;line-height:22.68px}.footer .logo-section .company-info{display:flex;flex-direction:column;gap:8px}.footer .logo-section .company-info .polyreg-image{width:120px;height:auto}.footer .logo-section .company-info p{font-size:14px;font-weight:400;line-height:14px}@media screen and (max-width:1099.99px){.footer .logo-section .company-info{align-items:center}}@media screen and (max-width:1099.99px){.footer .logo-section{align-items:center;text-align:center;gap:16px!important}}.footer .content{display:grid;grid-template-columns:repeat(3,1fr);gap:48px 96px}.footer .content .footer-box{display:flex;flex-direction:column;gap:8px}.footer .content .footer-box h6{font-weight:700;margin:0!important}.footer .content .footer-box h6,.footer .content .footer-box a{font-size:22.65px;line-height:22.65px;color:#fff9f6!important}@media screen and (min-width:460px) and (max-width:1099.99px){.footer .content{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:528.99px){.footer .content{grid-template-columns:repeat(1,1fr)}}.flex{display:flex}.flex-col{flex-direction:column}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-stretch{justify-content:stretch}.items-center{align-items:center}.items-end{align-items:end}.w-full{width:100%}.w-1\/2{width:50%}.h-180px{height:180px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.ml-4{margin-left:16px}.ml-6{margin-left:24px}.text-left{text-align:left}@media screen and (min-width:460px){.md\:ml-4{margin-left:16px}.md\:flex{display:flex}.md\:h-90px{height:90px}}.wrap{max-width:1500px;margin-left:auto;margin-right:auto;padding-left:var(--wrap-padding-horizontal);padding-right:var(--wrap-padding-horizontal)}.content-wrap{--max-width:42em;max-width:var(--max-width);margin-left:auto;margin-right:auto}.content-wrap.content-wrap--centered{text-align:center}.content-wrap.content-wrap--centered ul{list-style:none;margin-left:0}.content-wrap.content-wrap--flex{--gap-v:var(--space-l);--gap-h:var(--space-xxxl);--max-width:none;margin-left:auto;margin-right:auto;display:flex;align-items:flex-start;justify-content:center;gap:var(--gap-v) var(--gap-h)}@media screen and (max-width:739.99px){.content-wrap.content-wrap--flex{flex-direction:column}}@media screen and (min-width:740px){.content-wrap.content-wrap--flex>*{--flex-width:50%;flex-basis:calc(var(--flex-width) - var(--gap-h)/2)}}.main{padding-top:var(--header-height);flex:1}.main section{padding-top:var(--section-padding-top);padding-bottom:var(--section-padding-bottom)}.with-teaser :is(.main section):is(:first-of-type){padding-top:calc(var(--section-padding-top)*1.5)}.main article+article{margin-top:var(--space-xl)}.teaser{color:var(--color-white);background:var(--bg-gradient-peachy);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:calc(var(--section-padding-top) + var(--header-height)) var(--wrap-padding-horizontal) var(--section-padding-bottom);text-align:center;min-height:100vh;min-height:-webkit-fill-available;min-height:100dvh}@media (orientation:landscape){.teaser{height:auto;min-height:100vh;min-height:-webkit-fill-available;min-height:100dvh}}@media screen and (max-height:599.99px){.teaser{height:auto;min-height:100vh;min-height:-webkit-fill-available;min-height:100dvh}}.teaser h1{margin-top:auto;font-size:clamp(3rem,10vw,8vh);max-width:17em}.teaser h2{font-size:clamp(2rem,5vw,4vh);max-width:17em}.teaser h3{font-size:clamp(1.5rem,5vw,2.5rem);max-width:17em}.teaser strong{font-size:var(--font-size-l);color:inherit;max-width:17em}.teaser span{white-space:nowrap}.teaser img{max-width:100%}@media screen and (max-width:739.99px){.teaser img{max-width:90%}}@media screen and (max-height:600.99px){.teaser img{max-height:210.5vh!important}}.teaser .buttons{width:100%}.teaser .buttons>a{flex:0 0 16rem}.teaser .scroll{margin-top:auto;color:var(--color-white)}.teaser .scroll svg{width:3rem;height:3rem}.contact{--icon-size:3rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-m) var(--space-l);margin:var(--space-l) auto var(--space-m)}@media (max-width:32rem){.contact{max-width:calc(var(--icon-size)*4)}}.contact a{flex:0 0 var(--icon-size);width:var(--icon-size);height:var(--icon-size);color:var(--color-primary-main);border-radius:calc(var(--icon-size)/2)}.contact a:focus,.contact a:hover{color:var(--color-peach);text-decoration:none}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-.5rem)}to{transform:translateY(0)}}#download-buttons{scroll-margin-top:80px}.site-banner{display:block;margin-top:80px;padding-top:var(--space-m);padding-bottom:var(--space-m)}.site-banner-img{display:block;width:100%;height:auto;border-radius:1rem;box-shadow:0 .5rem 1.25rem rgba(43,25,17,.08);aspect-ratio:1050/250;-o-object-fit:cover;object-fit:cover;background:#fff}@media screen and (max-width:739.99px){.site-banner{padding-top:var(--space-s);padding-bottom:var(--space-s)}.site-banner-img{border-radius:.8rem}}#index{background:var(--color-white)}#index .main{padding-top:0!important}#index .peach-text{background:var(--bg-gradient-peachy);-webkit-background-clip:text;-webkit-text-fill-color:transparent}#index .new-teaser{background:url(/img/home/HeroBG.png)no-repeat center center;background-size:cover}#index .new-teaser .new-teaser-wrap{width:100%;height:100%;padding-top:4.8rem;padding-bottom:2.4rem;display:flex;justify-content:center;align-items:center;gap:var(--space-m)}#index .new-teaser .new-teaser-content{flex:1 1 0;padding-top:var(--space-xl);justify-content:center;align-items:center;display:flex;width:50%}#index .new-teaser .new-teaser-content .new-teaser-column{flex:1 1 0;flex-direction:column;justify-content:center;gap:2.6rem;display:inline-flex}#index .new-teaser .new-teaser-content .new-teaser-column .new-teaser-item{align-self:stretch;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--space-l);display:flex}#index .new-teaser .new-teaser-content .new-teaser-column .new-teaser-item .new-teaser-title{align-self:stretch;font-size:4.7975rem;font-weight:700;line-height:4.3175rem;word-wrap:break-word;margin:0}#index .new-teaser .new-teaser-content .new-teaser-column .new-teaser-item .new-teaser-subtitle{display:flex;flex-wrap:wrap;align-self:stretch;color:var(--color-body-text);font-size:1.835rem;font-weight:var(--font-weight-normal);line-height:1.835rem;margin:-1rem 0 0 0;display:flex;gap:var(--space-xs);align-items:center;white-space:nowrap}#index .new-teaser .new-teaser-content .new-teaser-column .new-teaser-item .new-teaser-subtitle img{height:1.5rem}#index .new-teaser .new-teaser-content .new-teaser-column .new-teaser-item .new-teaser-store-buttons{width:100%;height:100%;justify-content:center;align-items:center;gap:var(--space-m);display:none}#index .new-teaser .new-teaser-content .new-teaser-column .new-teaser-item .new-teaser-store-buttons img{width:10.5625rem;height:auto}#index .new-teaser .new-teaser-box{width:100%;display:flex;flex-direction:column;gap:var(--space-l);padding:var(--space-l);background:var(--color-white);box-shadow:0 35.84672546386719px 21.63164520263672px rgba(43,25,17,.05);border-radius:1.2rem}#index .new-teaser .new-teaser-box .new-teaser-filters{display:flex;align-items:center;justify-content:space-between;gap:var(--space-xs)}#index .new-teaser .new-teaser-box .new-teaser-filters .new-teaser-filters-select{display:flex;justify-content:flex-start;align-items:center;gap:var(--space-xxs)}#index .new-teaser .new-teaser-box .new-teaser-filters .new-teaser-filters-select select{color:var(--color-body-text);font-size:1rem;font-weight:var(--font-weight-bold);line-height:1rem;font-family:var(--font-family-base);outline:0;cursor:pointer;appearance:menulist;-moz-appearance:menulist;-webkit-appearance:menulist;background-color:#fff}#index .new-teaser .new-teaser-box .new-teaser-filters .new-teaser-filters-select img{width:1.6rem;border-radius:.25rem}#index .new-teaser .new-teaser-box .new-teaser-filters .new-teaser-filters-pillows{flex:1 1 0;height:1.2rem;justify-content:flex-end;align-items:center;gap:var(--space-xxs);display:flex}#index .new-teaser .new-teaser-box .new-teaser-filters .new-teaser-filters-pillows .new-teaser-filters-pillow{padding:var(--space-xs) var(--space-m);border-radius:1.6rem;overflow:hidden;justify-content:center;align-items:center;gap:var(--space-xs);display:flex;opacity:.62;background:var(--color-neutral-25);cursor:pointer}#index .new-teaser .new-teaser-box .new-teaser-filters .new-teaser-filters-pillows .new-teaser-filters-pillow .new-teaser-filters-pillow-text{text-align:center;color:var(--color-bg-light);font-size:.65rem;font-weight:var(--font-weight-semibold);text-transform:uppercase;line-height:.65rem}#index .new-teaser .new-teaser-box .new-teaser-filters .new-teaser-filters-pillows .new-teaser-filters-pillow.active{opacity:1!important;background:var(--color-primary-main)!important}#index .new-teaser .new-teaser-box .new-teaser-box-title{display:flex;align-items:center;gap:var(--space-xxs);font-size:1rem;font-weight:var(--font-weight-semibold);line-height:1.75rem;letter-spacing:.01em;margin-bottom:var(--space-xs)}#index .new-teaser .new-teaser-box .new-teaser-box-title img{width:1.6rem;height:auto}#index .new-teaser .new-teaser-box .new-teaser-price{font-size:2.4rem;font-weight:var(--font-weight-bold);line-height:2.8rem}#index .new-teaser .new-teaser-box .order-book-button{width:100%;height:2.4rem;min-width:6.3rem;padding:var(--space-m) var(--space-l);gap:var(--space-xs);border-radius:6.25rem}#index .new-teaser .new-teaser-box.mobile{display:none}#index .new-teaser .new-teaser-image-container{width:50%;display:flex;justify-content:flex-end;align-items:center;position:relative}#index .new-teaser .new-teaser-image-container .iphone-image{max-width:80%}#index .new-teaser .new-teaser-image-container .bitcoin-image{width:13.6rem;height:auto;position:relative;right:-10.5rem;top:8rem;animation:float 3s ease-in-out infinite}#index .contact{--icon-size:2.4rem;max-width:16rem}@media screen and (max-width:739.99px){#index .contact{max-width:16em}}:scope button{cursor:pointer}:scope .order-book-button{padding-left:var(--space-l);padding-right:var(--space-l);padding-top:var(--space-m);padding-bottom:var(--space-m);background:#65a519;border-radius:5rem;justify-content:center;align-items:center;gap:var(--space-xs);display:flex}:scope .order-book-button .order-book-button-text{text-align:center;color:var(--color-white);font-size:.8rem;font-weight:var(--font-weight-semibold);line-height:1.2rem;letter-spacing:.15px;white-space:nowrap}:scope .order-book-button img{width:1.2rem;height:auto}:scope .primary-button{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:var(--space-m) var(--space-l)!important;border-radius:5rem;background:var(--bg-gradient-peachy)}:scope .primary-button .primary-button-text{text-align:center;color:var(--color-white)!important;font-size:.8rem;font-weight:var(--font-weight-semibold);line-height:1.2rem;letter-spacing:.15px;word-wrap:break-word}:scope .primary-button img{width:1.2rem;height:auto}.top-section-container{padding-top:var(--space-l);padding-bottom:2.4rem;display:flex;flex-direction:column;gap:var(--space-l)}.top-section-container .top-section-container-header{align-self:stretch;height:-moz-fit-content;height:fit-content;padding-bottom:var(--space-l);flex-direction:column;justify-content:flex-start;align-items:center;gap:var(--space-l);display:flex}.top-section-container .top-section-container-header .top-section-container-header-title{align-self:stretch;text-align:center;font-size:1.8325rem;font-weight:var(--font-weight-bold);line-height:1.8325rem;word-wrap:break-word;margin:0!important}.top-section-container .top-section-container-header .top-section-container-header-subtitle{align-self:stretch;text-align:center;color:var(--color-body-text);font-size:1.134rem;font-weight:var(--font-weight-normal);line-height:1.134rem;word-wrap:break-word;margin:0!important}.top-section-container .top-section-video-container{width:100%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.top-section-container .top-section-video-container video{width:100%;height:auto;display:block}.features-container{flex:1;overflow-x:auto;overflow-y:hidden;display:flex;gap:var(--space-xl);-webkit-user-select:none;-moz-user-select:none;user-select:none;scrollbar-width:none;padding-top:2.4rem!important;padding-bottom:2.4rem!important}.features-container .features-card{flex:1;min-width:15rem;display:flex;align-items:center;gap:var(--space-m);scroll-snap-align:center}.features-container .features-card .features-img{width:4.4rem;height:auto}.features-container .features-card .features-card-texts{display:flex;flex-direction:column;justify-content:space-between;gap:var(--space-xxs)}.features-container .features-card .features-card-texts .features-card-title{color:var(--color-body-text);font-weight:var(--font-weight-semibold);line-height:1.134rem}.features-container .features-card .features-card-texts .features-card-title img{width:.8rem;margin-left:.5rem}.features-container .features-card .features-card-texts .features-card-text{display:flex;align-items:center;gap:var(--space-xxs);font-weight:var(--font-weight-normal);line-height:1.134rem;margin:0!important}.features-container .features-card .features-card-texts .features-card-text img{width:1.2rem;height:auto}.contact-container{padding-top:2.4rem!important;padding-bottom:2.4rem!important;background:var(--color-bg-main);text-align:center}.contact-container .contact-container-title{font-size:1.8325rem;font-weight:700;line-height:1.8325rem;word-wrap:break-word;margin-bottom:1.8rem!important}.contact-container .contact-container-subtitle{color:var(--color-body-text);font-size:1.134rem;font-weight:var(--font-weight-normal);line-height:1.134rem;word-wrap:break-word;margin-bottom:var(--space-l)!important}.contact-container .contact-container-buttons{display:flex;justify-content:center;align-items:center;gap:var(--space-m)}.contact-container .contact-container-buttons .contact-container-button-outline{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:var(--space-m) var(--space-l)!important;background:var(--color-white);border-radius:5rem;border:1px var(--color-primary-main) solid}.contact-container .contact-container-buttons .contact-container-button-outline span{color:var(--color-primary-main);font-size:.8rem;font-weight:var(--font-weight-semibold);line-height:1.2rem;letter-spacing:.15px;word-wrap:break-word}.contact-container .contact-container-buttons .contact-container-button-primary{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:var(--space-m) var(--space-l)!important;background:var(--bg-gradient-peachy);border-radius:5rem;min-width:100px;flex-shrink:0}.contact-container .contact-container-buttons .contact-container-button-primary span{color:var(--color-white);font-size:.8rem;font-weight:var(--font-weight-semibold);line-height:1.2rem;letter-spacing:.15px;word-wrap:break-word}.download-peach-content{padding-top:2.4rem!important;padding-bottom:2.4rem;background:#fff;border-radius:1.8rem;justify-content:center;align-items:center;display:flex;gap:1.2rem}.download-peach-content .download-peach-image-container{width:50%;display:flex;justify-content:center}.download-peach-content .download-peach-image-container .download-peach-image{width:auto;height:100%;max-height:33.45rem}.download-peach-content .download-peach-text-container{width:50%;padding:1.8rem;background:var(--color-bg-main);box-shadow:0 .8125rem 1.75rem rgba(255,122,80,.1);border-radius:1.2rem;flex-direction:column;gap:1.8rem;display:inline-flex}.download-peach-content .download-peach-text-container .download-peach-text-title{align-self:stretch;font-size:2.965rem;font-weight:700;line-height:2.965rem;word-wrap:break-word}.download-peach-content .download-peach-text-container .download-peach-text-subtitle{align-self:stretch;color:var(--color-body-text);font-size:1.134rem;font-weight:var(--font-weight-normal);line-height:1.134rem;word-wrap:break-word}.download-peach-content .download-peach-button-group{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--space-m);display:flex}.download-peach-content .download-peach-button-group .download-peach-button-group-inner{align-self:stretch;justify-content:flex-start;align-items:center;gap:var(--space-xs);display:inline-flex}.download-peach-content .download-peach-button-group .download-peach-button-group-inner img{width:8.45rem;height:auto}:scope .carousel{padding-top:2.4rem;padding-bottom:2.4rem;background:var(--color-bg-main)}:scope .carousel .carousel-container{display:flex;gap:4.8rem}:scope .carousel .carousel-container .carousel-left{flex:1;display:flex;flex-direction:column;justify-content:center;gap:4.8rem}:scope .carousel .carousel-container .carousel-left .carousel-title{font-size:2.965rem;font-weight:700;line-height:2.965rem;margin:0}:scope .carousel .carousel-container .carousel-left .carousel-buttons{display:flex;gap:var(--space-m)}:scope .carousel .carousel-container .carousel-left .carousel-buttons .carousel-button{padding:0;width:3.25rem;height:3.25rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:#f2f2f7;cursor:pointer}:scope .carousel .carousel-container .carousel-right{flex:1;overflow-x:auto;overflow-y:hidden;display:flex;gap:var(--space-l);-webkit-user-select:none;-moz-user-select:none;user-select:none;scrollbar-width:none;scroll-snap-type:x mandatory}:scope .carousel .carousel-container .carousel-right .carousel-card{display:flex;flex-direction:column;gap:1.6rem;border-radius:1.2rem;padding:2.4rem;box-shadow:0 .8125rem 1.75rem rgba(255,122,80,.1);width:23.25rem;min-width:23.25rem;scroll-snap-align:start}:scope .carousel .carousel-container .carousel-right .carousel-card .carousel-card-number{width:4.8rem;height:4.8rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;padding:.9rem;background:var(--color-white);font-size:3.1415rem;font-weight:500;color:var(--color-primary-main)}:scope .carousel .carousel-container .carousel-right .carousel-card .carousel-text-container{display:flex;flex-direction:column;gap:var(--space-l)}:scope .carousel .carousel-container .carousel-right .carousel-card .carousel-text-container .carousel-card-title{align-self:stretch;color:#fff;font-size:1.835rem;font-weight:400;line-height:1.835rem;word-wrap:break-word}:scope .carousel .carousel-container .carousel-right .carousel-card .carousel-text-container .carousel-card-text{font-size:1.1345rem;font-weight:400;line-height:1.1345rem;color:#fff}:scope .carousel .carousel-container .carousel-right .carousel-card .carousel-card-button{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:.8rem 1.2rem;gap:.5rem;border-radius:1.6rem;background:#fff;color:#ff7a50;font-size:.8rem;font-weight:600;line-height:1.2rem;text-align:center}:scope .carousel .carousel-container .carousel-right .carousel-card .carousel-card-button img{width:1.2rem;height:auto}:scope .carousel .carousel-container .carousel-right .carousel-card:nth-child(1){background:radial-gradient(110.76% 117.21%at 100%0,#ffa24c 0,#ff7a50 50.25%,#ff4d42 100%)}:scope .carousel .carousel-container .carousel-right .carousel-card:nth-child(1) .carousel-card-number{color:var(--color-primary-main)}:scope .carousel .carousel-container .carousel-right .carousel-card:nth-child(2){background:#65a519}:scope .carousel .carousel-container .carousel-right .carousel-card:nth-child(2) .carousel-card-number{color:#65a519}:scope .carousel .carousel-container .carousel-right .carousel-card:nth-child(3){background:#246f00}:scope .carousel .carousel-container .carousel-right .carousel-card:nth-child(3) .carousel-card-number{color:#246f00}:scope .carousel .carousel-container .carousel-right::-webkit-scrollbar{display:none}:scope .section-three-container-wrap{padding-top:10.7rem!important;padding-bottom:3.6rem!important;max-width:90%}:scope .section-three-container-wrap .section-three-container{display:flex;justify-content:center;align-items:center}:scope .section-three-container-wrap .section-three-container .section-three-card{padding:2.6rem 4.5rem;border-radius:1.2rem;background:radial-gradient(110.76% 117.21%at 100%0,#ffa24c 0,#ff7a50 50.25%,#ff4d42 100%);display:inline-flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:.5rem;position:relative;max-width:47.3rem}:scope .section-three-container-wrap .section-three-container .section-three-card .section-three-image-main{width:13.679rem;height:auto;position:absolute;left:50%;top:-9rem;transform:translate(-50%,0)}:scope .section-three-container-wrap .section-three-container .section-three-card .section-three-image-money{width:10rem;height:auto;position:absolute;top:8rem;right:-4.2rem;animation:float 3s ease-in-out infinite}:scope .section-three-container-wrap .section-three-container .section-three-card .section-three-image-money-bag{width:8.875rem;height:auto;position:absolute;left:-4.0625rem;bottom:4rem;animation:float 3s ease-in-out infinite}:scope .section-three-container-wrap .section-three-container .section-three-card .section-three-text-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem}:scope .section-three-container-wrap .section-three-container .section-three-card .section-three-text-container .section-three-title{text-align:center;color:#fff;font-size:3.70625rem;font-weight:700;line-height:3.70625rem}:scope .section-three-container-wrap .section-three-container .section-three-card .section-three-text-container .section-three-description{align-self:stretch;text-align:center;color:#fff;font-size:1.418125rem;font-weight:400;line-height:1.418125rem}:scope .section-three-container-wrap .section-three-container .section-three-card .section-three-button-container .section-three-button{padding:1rem 1.5rem;background:#fff;border-radius:6.25rem;color:#f56522;font-size:1rem;font-weight:600;line-height:1.5rem;letter-spacing:.15px;text-align:center;display:flex;justify-content:center;align-items:center;gap:.5rem;cursor:pointer}:scope .testimonial-section{padding-top:3rem!important;padding-bottom:3rem!important}:scope .testimonial-section .testimonial-background{background:#fff9f6}:scope .testimonial-section .testimonial-background .testimonial-section-content{display:flex;flex-direction:column;gap:1.5rem;padding-top:3rem;padding-bottom:3rem}:scope .testimonial-section .testimonial-background .testimonial-section-content .testimonial-section-title{font-size:2.290625rem;font-weight:700;line-height:2.290625rem;text-align:center}:scope .testimonial-section .testimonial-background .testimonial-section-content .testimonial-rating{display:flex;flex-direction:column;align-items:center;gap:.5rem}:scope .testimonial-section .testimonial-background .testimonial-section-content .testimonial-reviews{display:flex;justify-content:center}:scope .testimonial-section .testimonial-background .testimonial-section-content .testimonial-texts{font-size:1.418125rem;line-height:1.4175rem;text-align:center}:scope .testimonial-section .testimonial-cta-section{display:flex;justify-content:center;padding-bottom:3rem}:scope .testimonial-section .testimonial-cta-section .testimonial-cta-card{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:1rem 3rem;border-radius:0 0 1.5rem 1.5rem;background:#fdca4a}:scope .testimonial-section .testimonial-cta-section .testimonial-cta-card p{flex:1;font-size:1.4175rem;font-weight:400;line-height:1.4175rem;max-width:70%;margin:0!important}:scope .testimonial-section .testimonial-cta-section .testimonial-cta-card p span{font-weight:700}:scope .testimonial-section .testimonial-cta-section .testimonial-cta-card .buttons-container{display:flex;justify-content:flex-end;gap:1rem;flex:1}:scope .testimonial-section .testimonial-cta-section .testimonial-cta-card .buttons-container .testimonial-button{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border-radius:2.43rem;background:#fff}@media screen and (min-width:1099.99px) and (max-width:1300px){:scope .testimonial-section .testimonial-cta-section .testimonial-cta-card .buttons-container .testimonial-button{flex-wrap:wrap;justify-content:center}}:scope .testimonial-section .testimonial-cta-section .testimonial-cta-card .buttons-container .testimonial-button .testimonial-button-text{font-size:.876875rem;font-weight:500;line-height:1.4175rem;white-space:nowrap}:scope .testimonial-section .testimonial-cta-section .testimonial-cta-card .buttons-container .testimonial-button img{width:4.5rem;height:auto}:scope .connect-section-container{display:flex;flex-direction:column;gap:3rem;padding-top:4.5rem!important;padding-bottom:4.5rem!important}:scope .connect-section-container .connect-section-title{font-size:2.290625rem;font-weight:700;line-height:2.290625rem;text-align:center}:scope .connect-section-container .connect-section-card-text{font-size:1rem;font-weight:400;line-height:1rem;text-align:center}:scope .connect-section-container .connect-section-content{display:grid;align-items:center;grid-template-columns:repeat(4,1fr);gap:3rem;max-width:100%}:scope .connect-section-container .connect-section-content .connect-section-card{height:100%;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1.5rem;border-radius:1.5rem;color:#7d675e;text-align:center;background:#fff9f6}:scope .connect-section-container .connect-section-content .connect-section-card img{width:2.4rem;height:auto}:scope .connect-section-container .connect-section-content .connect-section-card .connect-section-card-title{font-size:1.4175rem;font-weight:600;line-height:1.4175rem;word-break:break-word}:scope .newsletter-section-container{position:relative;padding-top:0!important;padding-bottom:0!important}:scope .newsletter-section-container .airplane{position:absolute;top:-3rem;left:6.5rem;width:47%;height:auto}:scope .newsletter-section-container .newsletter-section-content{display:flex;gap:3rem;padding:3rem 4.5rem;background:#fff9f6}:scope .newsletter-section-container .newsletter-section-content .newsletter{flex:1;display:flex;flex-direction:column;gap:1rem;max-width:50%}:scope .newsletter-section-container .newsletter-section-content .newsletter .newsletter-section-title{font-size:2.290625rem;font-weight:700;line-height:2.290625rem}:scope .newsletter-section-container .newsletter-section-content .newsletter .newsletter-section-text{font-size:1.4175rem;font-weight:400;line-height:1.4175rem}:scope .newsletter-section-container .newsletter-section-content .newsletter-form{flex:1;height:-moz-fit-content;height:fit-content;padding:1.5rem!important;min-width:50%}:scope .newsletter-section-container .newsletter-section-content .newsletter-form button{width:100%!important}@media screen and (max-width:1099.99px){.new-teaser-wrap{flex-direction:column!important}.new-teaser-wrap .new-teaser-store-buttons{display:flex!important}.new-teaser-wrap .new-teaser-title{text-align:center!important}.new-teaser-wrap .new-teaser-subtitle{text-align:center!important;justify-content:center}.new-teaser-wrap .new-teaser-box.mobile{display:flex!important;margin-top:2rem}.new-teaser-wrap .new-teaser-box.desktop{display:none!important}.new-teaser-wrap .new-teaser-content{width:100%!important}.new-teaser-wrap .new-teaser-content .new-teaser-column{align-items:center!important}.new-teaser-wrap .new-teaser-image-container{width:100%!important;justify-content:center!important}.top-section-container .top-section-container-content{display:none}.carousel-container{flex-direction:column!important}.carousel-container .carousel-left{text-align:center!important}.carousel-container .carousel-left .carousel-buttons{display:none!important}.section-three-container-wrap .section-three-card{max-width:100%!important}.section-three-container-wrap .section-three-card .section-three-image-money{width:6.1875rem!important;right:-2.4375rem!important}.section-three-container-wrap .section-three-card .section-three-image-money-bag{width:8.1875rem!important;left:-4.0625rem!important}:scope .testimonial-section{text-align:center}.testimonial-cta-card{flex-direction:column;gap:1rem!important;text-align:center}.testimonial-cta-card .buttons-container{flex-wrap:wrap;justify-content:center!important}:scope .connect-section-content{grid-template-columns:repeat(2,1fr)!important}:scope .newsletter-section-container{padding:0!important}:scope .newsletter-section-container .airplane{display:none!important}:scope .newsletter-section-container .newsletter-section-content{padding-left:var(--space-l)!important;padding-right:var(--space-l)!important;flex-direction:column!important}:scope .newsletter-section-container .newsletter-section-content .newsletter{max-width:100%!important;text-align:center!important}:scope .newsletter-section-container .newsletter-section-content .newsletter-form{max-width:100%!important}}@media screen and (min-width:740px) and (max-width:1099.99px){:scope .new-teaser-image-container{margin-left:-17.6rem!important}:scope .new-teaser-image-container .bitcoin-image{width:17.6rem!important;right:-15rem!important;top:11rem!important}}@media screen and (max-width:739.99px){:scope .new-teaser-box .order-book-button{width:100%;margin-top:.5rem}:scope .new-teaser-image-container{margin-left:-13.6rem!important}:scope .new-teaser-image-container .bitcoin-image{width:13.6rem!important;right:-10.5rem!important;top:8rem!important}div.download-peach-button-group{align-items:center!important}div.download-peach-button-group .download-peach-button-group-inner{justify-content:center!important}:scope .download-peach-content{text-align:center!important}:scope .download-peach-content .download-peach-image-container{display:none}:scope .download-peach-content .download-peach-text-container{width:100%!important}:scope .connect-section-content{padding:0!important}.testimonial-cta-card p{max-width:100%!important}.section-three-container-wrap{max-width:100%!important}.section-three-container-wrap .section-three-card{padding:3.25rem 1rem!important}.section-three-container-wrap .section-three-card .section-three-image-main{width:11.9375rem!important;top:-7.5rem!important}.section-three-container-wrap .section-three-card .section-three-image-money{display:none}.section-three-container-wrap .section-three-card .section-three-image-money-bag{display:none}.section-three-container-wrap .section-three-card .section-three-text-container{gap:1rem!important}.section-three-container-wrap .section-three-card .section-three-text-container .section-three-title{font-size:2.25rem!important;line-height:2.25rem!important}.section-three-container-wrap .section-three-card .section-three-text-container .section-three-description{font-size:1rem!important;line-height:1rem!important}.contact-container-buttons{flex-wrap:wrap}.features-container{scroll-snap-type:x mandatory;scroll-behavior:smooth}.features-container .features-card{min-width:calc(100vw - var(--wrap-padding-horizontal)*2)!important;justify-content:center}.features-container .features-card .features-card-texts{max-width:200px!important}}.top-section-container-header-subtitle .highlight{color:#ff7a50;font-weight:700}[id*=how-it-works] .teaser figure{margin-top:auto}[id*=how-it-works] .teaser img{max-height:50vh}@media screen and (max-height:799.99px){[id*=how-it-works] .teaser img{max-height:35vh!important}}[id*=how-it-works] .teaser h1{font-size:clamp(2rem,7vw,5vh)}[id*=how-it-works] figcaption{display:none}[id*=how-it-works] article+article{margin-top:var(--space-xxxl)}[id*=how-it-works] .content-wrap--flex{align-items:center}[id*=how-it-works] .content-wrap--flex div{text-align:center}@media screen and (max-width:739.99px){[id*=how-it-works] .content-wrap--flex figure{width:100%;max-width:400px;align-self:center}}@media screen and (min-width:740px){[id*=how-it-works] .content-wrap--flex div{--flex-width:55%;text-align:center}[id*=how-it-works] .content-wrap--flex div>:is([id*=how-it-works] .content-wrap--flex div):last-child{margin-bottom:0}[id*=how-it-works] .content-wrap--flex figure{--flex-width:45%;width:100%}[id*=how-it-works] .content-wrap--flex:nth-child(odd) figure{order:0}[id*=how-it-works] .content-wrap--flex:nth-child(odd) div{order:1}}@media screen and (min-width:1100px){[id*=how-it-works] .content-wrap--flex div{padding:0 var(--space-xxl)}}[id*=how-it-works] #payment{--icon-size:3rem;margin-top:var(--space-l);gap:0}[id*=how-it-works] #payment h3{font-weight:var(--font-weight-bold);background:var(--bg-gradient-peachy);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:var(--font-size-xl)}[id*=how-it-works] #payment h4{margin-bottom:var(--space-m)}[id*=how-it-works] #payment hr{border-top:2px solid var(--color-neutral-5);margin:var(--space-l) auto;width:4em}[id*=how-it-works] #payment ul{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-m)}[id*=how-it-works] #payment li{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xxs);flex-direction:column;color:var(--color-neutral-65);font-size:var(--font-size-xs);border:1px solid var(--color-neutral-10);background-color:var(--color-white);border-radius:var(--border-radius);padding:var(--space-xs) var(--space-s)}@media screen and (max-width:739.99px){[id*=how-it-works] #payment li{flex-basis:40%}}@media screen and (min-width:740px){[id*=how-it-works] #payment li{flex-basis:20%;min-width:9.5rem}}[id*=how-it-works] #payment ul:first-of-type li{flex-basis:4rem!important;min-width:auto!important}[id*=how-it-works] #sounds_cool h3,[id*=how-it-works] #questions h3{font-weight:var(--font-weight-bold);background:var(--bg-gradient-peachy);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:var(--font-size-xl)}[id*=how-it-works] #sounds_cool .button,[id*=how-it-works] #questions .button{max-width:15rem;margin:var(--space-l) auto 0}[id*=how-it-works] #questions{margin-bottom:var(--space-xxl)}[id*=referral] #main{padding-top:0}[id*=referral] #referral-code{font-weight:700}[id*=referral] .teaser{height:auto}[id*=referral] .teaser figure{margin-top:auto}[id*=referral] .teaser img{max-height:25vh}@media screen and (max-height:799.99px){[id*=referral] .teaser img{max-height:25vh!important}}[id*=referral] .teaser h1{font-size:clamp(2rem,7vw,5vh)}[id*=referral] figcaption{display:none}[id*=referral] article+article{margin-top:var(--space-xxxl)}[id*=referral] .content-wrap--flex{align-items:center}[id*=referral] .content-wrap--flex div{text-align:center}@media screen and (max-width:739.99px){[id*=referral] .content-wrap--flex figure{width:100%;max-width:400px;align-self:center}}@media screen and (min-width:740px){[id*=referral] .content-wrap--flex div{--flex-width:55%;text-align:center}[id*=referral] .content-wrap--flex div>:is([id*=referral] .content-wrap--flex div):last-child{margin-bottom:0}[id*=referral] .content-wrap--flex figure{--flex-width:45%;width:100%}[id*=referral] .content-wrap--flex:nth-child(odd) figure{order:0}[id*=referral] .content-wrap--flex:nth-child(odd) div{order:1}}@media screen and (min-width:1100px){[id*=referral] .content-wrap--flex div{padding:0 var(--space-xxl)}}.posts{display:flex;flex-wrap:wrap;gap:var(--space-l);margin-top:var(--space-l)}.post-preview{text-decoration:none!important;border:1px solid var(--color-neutral-10);background-color:var(--color-white);background-repeat:no-repeat;border-radius:var(--border-radius);outline:0}.post-preview:focus,.post-preview:hover{border-color:var(--color-primary-main)}@media screen and (max-width:459.99px){.post-preview{flex-basis:100%}}@media screen and (min-width:460px) and (max-width:1099.99px){.post-preview{flex-basis:calc(50% - var(--space-l)/2)}}@media screen and (min-width:1100px){.post-preview{flex-basis:calc(33.333% - var(--space-l)/1.5)}}.post-preview header{padding:var(--space-s) var(--space-m)}.post-preview .date{color:var(--color-neutral-65)}.post-preview img{display:block;width:100%;border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.post-preview h4{margin-bottom:15px}@media screen and (max-width:739.99px){.post-preview h4{font-size:var(--font-size-xl)}}.post-preview p{margin-bottom:0}.tags{display:inline-flex;flex-wrap:wrap;gap:var(--space-s);align-items:center;justify-content:center}.tags a{font-size:var(--font-size-xs);padding:var(--space-xxs) var(--space-m);border:1px solid var(--color-neutral-10);border-radius:var(--space-l);text-decoration:none}.tags a:focus,.tags a:hover{border-color:var(--color-primary-main)}[id^=blog] .figures{width:100%;margin-left:0;justify-content:flex-start}[id^=blog] .figures figure figcaption{text-align:center}[id^=blog] figure{text-align:left}[id^=blog] figure img{padding:var(--space-xxs);border-radius:var(--space-l);background-color:var(--color-neutral-5)}[id*=for-meetups] .content-wrap--flex{margin-bottom:var(--space-xxl)}@media screen and (min-width:740px) and (max-width:1099.99px){[id*=for-meetups] .content-wrap--flex{margin-top:var(--space-xl);margin-bottom:var(--space-xxl)}}@media screen and (min-width:1100px){[id*=for-meetups] .content-wrap--flex{margin-top:var(--space-xl);margin-bottom:var(--space-xxxl)}}.vectorMap{width:100%;height:60vh}[id*=support] .guides{max-width:15rem;margin:var(--space-l) auto var(--space-xl)}[id*=support] .faq{display:flex;gap:var(--space-m)}@media screen and (max-width:739.99px){[id*=support] .faq{flex-direction:column;max-width:15rem;margin:var(--space-l) auto var(--space-xl)}}@media screen and (min-width:740px){[id*=support] .faq{flex-wrap:wrap;align-items:center;justify-content:center;margin:var(--space-l)0 var(--space-xxl)}[id*=support] .faq a{flex:0 0 15rem}}[id*=support] .contact{margin-top:var(--space-xl)}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;max-width:900px;margin:0 auto;padding:20px;justify-content:center;grid-auto-flow:dense}.faq-grid-item{background-color:#fff;border:2px solid #e95420;border-radius:10px;text-align:center;padding:10px;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;height:130px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.faq-grid-item h3{margin:10px 0 0;padding:0;font-size:1.2rem;min-height:40px;display:flex;justify-content:center;align-items:center}.faq-grid-item a{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;color:inherit;font-size:1.1rem;font-weight:700;transition:color .3s ease,background-color .3s ease}.faq-grid-item:hover{transform:translateY(-5px);background-color:#f0f0f0;box-shadow:0 8px 15px rgba(0,0,0,.2)}.faq-grid-item a:hover{color:#6b3720}@media (max-width:900px){.faq-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width:600px){.faq-grid{grid-template-columns:1fr;gap:10px}}[id^=faq-] figure img{padding:var(--space-xxs);border-radius:var(--space-l);background-color:var(--color-neutral-5)}#orderbook-container{width:100%;max-width:1200px;margin:0 auto;background-color:#fff5f0;border-radius:16px;border:1px solid #f6c5a7;box-shadow:0 6px 20px rgba(255,138,102,.2);padding:2rem}#orderbook-container .tabs{display:flex;gap:.5rem;margin:1rem 0 1.25rem;border-bottom:1px solid #f6c5a7;padding-bottom:.25rem}#orderbook-container .tab-button{background:#ffe5d4;border:1px solid #f6c5a7;padding:.5rem .875rem;border-radius:10px 10px 0 0;cursor:pointer;font-weight:600;color:#5a3e36;transition:background-color .2s ease,transform .15s ease}#orderbook-container .tab-button:hover{background:#ffd2b5;transform:translateY(-1px)}#orderbook-container .tab-button.active,#orderbook-container .tab-button[aria-selected=true]{background:#fff;border-bottom-color:#fff}#orderbook-container .tab-panel.hidden{visibility:hidden;position:absolute;left:-99999px;top:0;height:0;overflow:hidden}#orderbook-container select{border:1px solid #f6c5a7;padding:.5rem 1rem;border-radius:12px;background-color:#ffe5d4;transition:border-color .3s ease,box-shadow .3s ease;font-size:1rem;color:#5a3e36;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,...);background-repeat:no-repeat;background-position:right 12px center;background-size:14px;cursor:pointer;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);font-weight:500}#orderbook-container select:focus,#orderbook-container select:hover{border-color:#ff8a66;box-shadow:0 0 0 4px rgba(255,138,102,.3)}#orderbook-container label{font-size:1rem;color:#5a3e36;font-weight:600;margin-bottom:.5rem;display:block;cursor:pointer}#orderbook-container .select-container{display:flex;flex-direction:column;gap:.5rem}#orderbook-container .top-header{margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}#orderbook-container .top-header h2{margin:0;font-size:2rem;font-weight:700;color:#5a3e36}.table-wrapper{overflow-x:auto;border-radius:12px;box-shadow:0 2px 8px rgba(255,138,102,.1)}#orderbook-container table{border-spacing:0;width:100%;min-width:600px;border-collapse:collapse;background-color:#fff}#orderbook-container thead{text-align:left;font-size:14px;background-color:#ffe5d4;color:#5a3e36;text-transform:uppercase;letter-spacing:.05em}#orderbook-container th,#orderbook-container td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid #f6c5a7}#orderbook-container th{font-weight:700}#orderbook-container tbody tr:nth-child(even){background-color:#fff0e6}#orderbook-container tbody tr:hover{background-color:#ffd2b5;cursor:pointer}#orderbook-container tbody tr{transition:background-color .3s ease,transform .2s ease}#orderbook-container tbody tr:hover{transform:scale(1.01)}#orderbook-container .pagination{margin:20px 0 .5rem;display:flex;justify-content:center;align-items:center}#orderbook-container .pagination button{background-color:#ff8a66;color:#fff;border:0;padding:10px 15px;cursor:pointer;margin:0 5px;border-radius:6px;transition:background-color .3s ease,transform .2s ease}#orderbook-container .pagination button:hover{background-color:#ff6b47;transform:translateY(-2px)}#orderbook-container .pagination span{margin:0 10px;font-size:18px;color:#5a3e36}#orderbook-container #loading,#orderbook-container #loading-bids{width:100%;text-align:center}#orderbook-container svg{width:100px;height:100px;display:inline-block}#offerte-table td:first-child a::before,#offerte-table-bids td:first-child a::before{content:"";display:inline-block;width:16px;height:16px;margin-right:6px;background-image:url(/img/icons/peach.svg);background-size:contain;background-repeat:no-repeat;vertical-align:-2px}@media (max-width:640px){#orderbook-container .top-header h2{font-size:1.5rem}#orderbook-container table{min-width:520px}}body.payment-methods-page{background-color:#fdf7f3;font-family:inherit;color:#333;margin:0;padding:0}.payment-methods-page h1,.payment-methods-page h2{color:#452f1d;text-align:center;margin:20px 0}.payment-methods-page .payment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:800px;margin:0 auto;padding:20px;justify-content:center;grid-auto-flow:dense}.payment-methods-page .payment-grid-item{background-color:#fff;border:2px solid #e95420;border-radius:10px;text-align:center;padding:20px;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;height:120px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.payment-methods-page .payment-grid-item a{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;color:inherit;font-size:1.2rem;font-weight:700;transition:color .3s ease,background-color .3s ease}.payment-methods-page .payment-grid-item:hover{transform:translateY(-5px);background-color:#fde8e0;box-shadow:0 8px 15px rgba(0,0,0,.2)}.payment-methods-page .payment-grid-item a:hover{color:#6b3720}.payment-methods-page .payment-grid-item img{width:40px;height:auto;margin-bottom:10px}.payment-methods-page h2{text-align:center;font-size:2.5rem;color:#452f1d;margin-bottom:30px;font-weight:700}@media (max-width:600px){.payment-methods-page .payment-grid{grid-template-columns:1fr;gap:15px}}body_357{background-color:#fdf7f3;font-family:inherit;color:#333;margin:0;padding:0}h1_357,h2_357{color:#452f1d;text-align:center;margin:20px 0}.payment-grid_894{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:800px;margin:0 auto;padding:20px;justify-content:center;grid-auto-flow:dense}.payment-grid-item_523{background-color:#fff;border:2px solid #e95420;border-radius:10px;text-align:center;padding:20px;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;height:120px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.payment-grid-item_523 a{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;color:inherit;font-size:1.2rem;font-weight:700;transition:color .3s ease,background-color .3s ease}.payment-grid-item_523:hover{transform:translateY(-5px);background-color:#fde8e0;box-shadow:0 8px 15px rgba(0,0,0,.2)}.payment-grid-item_523 a:hover{color:#6b3720}.payment-grid-item_523 img{width:40px;height:auto;margin-bottom:10px}h2_357{text-align:center;font-size:2.5rem;color:#452f1d;margin-bottom:30px;font-weight:700}@media (max-width:600px){.payment-grid_894{grid-template-columns:1fr;gap:15px}}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;max-width:900px;margin:0 auto;padding:20px;justify-content:center;grid-auto-flow:dense}.faq-grid-item{background-color:#fff;border:2px solid #e95420;border-radius:10px;text-align:center;padding:10px;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;height:130px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.faq-grid-item h3{margin:10px 0 0;padding:0;font-size:1.2rem;min-height:40px;display:flex;justify-content:center;align-items:center}.faq-grid-item p{margin:10px 0 0;line-height:1.5}.faq-grid-item a{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;color:inherit;font-size:1.1rem;font-weight:700;transition:color .3s ease,background-color .3s ease}.faq-grid-item:hover{transform:translateY(-5px);background-color:#f0f0f0;box-shadow:0 8px 15px rgba(0,0,0,.2)}.faq-grid-item a:hover{color:#6b3720}.faq-grid-item i{font-size:24px;color:#e95420;margin-bottom:10px}@media (max-width:900px){.faq-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width:600px){.faq-grid{grid-template-columns:1fr;gap:10px}}.switch-container{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:10px}.switch-container .label-text{font-size:15px;color:#fff}.switch{position:relative;display:inline-block;width:50px;height:24px;cursor:pointer}.switch input{position:absolute;top:0;left:0;width:50px;height:24px;margin:0;opacity:0;cursor:pointer}.slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:24px;transition:.4s}.slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.4s}.switch input:checked+.slider{background-color:#4caf50}.switch input:checked+.slider:before{transform:translateX(26px)}@media (max-width:768px){.switch-container{justify-content:flex-start;gap:16px}.label-text{font-size:14px}.switch{width:44px;height:22px}.switch input{width:44px;height:22px}.slider:before{height:16px;width:16px;left:3px;bottom:3px}.switch input:checked+.slider:before{transform:translateX(22px)}}