html,body{position:relative;width:100%;height:100%}h1{font-size:36px}h2{font-size:32px}h3{font-size:28px}body{color:#333;margin:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}a{color:#0064c8;text-decoration:none}a:hover{text-decoration:underline}a:visited{color:#0050a0}label{display:block}input,button,select,textarea{font-family:inherit;font-size:inherit;padding:.4em;margin:0 0 .5em;box-sizing:border-box;border:1px solid #ccc;border-radius:2px}input:disabled{color:#ccc}input[type=range]{height:0}button{color:#333;background-color:#f4f4f4;outline:none}button:disabled{color:#999}button:not(:disabled):active{background-color:#ddd}button:focus{border-color:#666}.collection-wrap{border-radius:16px;overflow:hidden}.collection-wrap .col-ban img{border-radius:16px 16px 0 0}.collection-wrap .collection-bg{padding:48px;border-radius:16px;background-color:#00000080;position:relative}.collection-wrap .collection-bg-img{position:absolute;content:"";border-radius:16px;top:0;left:0;width:100%;height:100%;filter:blur(25px) brightness(.9);box-shadow:7px 7px 7px 7px #000;border:1px solid black}.collection-wrap .collection-bg .collection{display:flex;gap:32px;color:#fff}.collection-wrap .collection-bg .collection .collection-details{min-width:25%;width:25%}.collection-wrap .collection-bg .collection-title a{text-decoration:none;color:#fff}.collection-wrap .collection-bg .collection-title h2{margin-top:0}.collection-wrap .collection-bg .cards-wrap{width:100%;display:flex;gap:32px;margin-top:48px}.collection-wrap .collection-bg .cards-wrap .collection-card{width:33%;display:flex}.collection-wrap .collection-bg img{width:100%;object-fit:cover}.collection-wrap .collection-bg video{width:100%;object-fit:cover}.collection-wrap .collection-bg .collection .collection-details{display:flex;flex-direction:column;justify-content:space-between;color:#fff}.collection-wrap .collection-bg .collection-card .collection-card-img{position:relative}.collection-wrap .collection-bg .collection-card a{text-decoration:none;color:#fff;width:100%}.collection-wrap .collection-bg .collection-description p{margin-top:0}.collection-wrap .collection-bg .collection-card .collection-card-inner{background:black}.collection-wrap .collection-bg .collection-card .collection-card-inner .collection-card-img:hover .collection-card-img-overlay{opacity:1}.collection-wrap .collection-bg .collection-card .collection-card-inner .collection-card-img .collection-card-img-overlay{position:absolute;height:100%;width:100%;backdrop-filter:brightness(60%);top:0;max-width:100%;display:flex;flex-direction:column;justify-content:space-between;opacity:0;transition:opacity .7s cubic-bezier(.165,.84,.44,1)}.collection-wrap .collection-bg .collection-card .collection-card-inner .collection-card-img .collection-card-img-overlay div,.collection-wrap .collection-bg .collection-card .collection-card-inner .card-tail{padding:20px}.collection-wrap .collection-bg .collection-card .collection-card-inner .card-tail .collection-card-artist{font-size:16px;color:#b3b3b3}.collection-wrap .collection-bg .collection-card .collection-card-inner .card-tail .collection-card-artist p{margin-top:0}.collection-wrap .collection-bg .collection-card .collection-card-inner .card-tail .collection-card-current-bid{font-size:18px;color:#fff}.collection-wrap .collection-bg .collection-card .collection-card-inner .card-tail .collection-card-current-bid .current-bid{margin-bottom:4px;color:#b3b3b3;font-size:14px}.collection-wrap .collection-bg .collection-card .collection-card-inner .card-tail .collection-card-current-bid p{margin-bottom:0;margin-top:0}.collection-wrap .collection-bg .cards-wrap::-webkit-scrollbar{display:none}@media (max-width: 1476px){.collection-wrap .collection-bg .collection{flex-wrap:wrap}.collection-wrap .collection-bg .collection .collection-details{width:100%}.collection-wrap .collection-bg .cards-wrap{overflow-x:scroll}.collection-wrap .collection-bg .collection-card{width:33%;min-width:340px}}@media (max-width: 648px){.collection-wrap .collection-bg .collection-card{min-width:240px}.collection-wrap .collection-bg .collection-card .collection-card-img{max-height:240px;min-height:auto!important}.collection-wrap .collection-bg .collection-card .collection-card-img img{max-height:240px!important;object-fit:cover}.collection-wrap .collection-bg .collection-card .collection-card-img video{max-height:240px!important;object-fit:cover}.collection-wrap .collection-bg .collection-card .collection-card-img-overlay{max-height:100%}.collection-wrap .collection-bg .collection-card .collection-name h3{font-size:18px}.collection-wrap .collection-bg .collection-card .collection-single-description h2{font-size:24px}.collection-content-wrap .collection-card .collection-card-img{max-height:240px;min-height:auto!important}.collection-content-wrap .collection-card .collection-card-img img{max-height:240px!important;object-fit:cover}.collection-content-wrap .collection-card .collection-card-img video{max-height:240px!important;object-fit:cover}.collection-content-wrap .collection-card .collection-card-img-overlay{max-height:100%}.collection-content-wrap .collection-card .collection-name h3{font-size:18px}.collection-content-wrap .collection-card .collection-single-description h2{font-size:24px}}.collection-wrap .collection-bg .collection-card .collection-card-img{min-height:450px}.collection-card-img img{max-height:550px}.collection-card-img video{max-height:550px;width:100%}.collection-hero-wrap{position:relative}.collection-hero-black-overlay{position:absolute;height:100%;top:0;background-color:#0000008a;width:100%;z-index:1;border-radius:16px}.collection-hero{background-size:cover;background-position:center;min-height:760px;position:relative;display:flex;border-radius:16px}.collection-hero .collection-hero-inner{width:100%;z-index:10}.collection-hero .collection-hero-content{padding:128px 24px;max-width:1600px;margin:auto;color:#fff}.collection-hero .collection-featured-img{padding:12px;backdrop-filter:blur(6px);height:160px;width:160px;background:rgba(255,255,255,.2)}.collection-hero .collection-featured-img img{width:160px;height:160px}.collection-hero .collection-title h1{font-size:72px;max-width:720px}.collection-hero .collection-author{display:flex}.collection-hero .collection-author .collection-author-content{padding:8px;cursor:pointer;appearance:none;background-color:#fff3;backdrop-filter:blur(10px)!important;color:#fff;display:flex;border-radius:50px;transition:all .4s cubic-bezier(.175,.885,.32,1)}.collection-hero .collection-author .collection-author-content:hover{background-color:#fff;color:#000}.collection-hero .collection-author .collection-author-content img{height:32px;width:32px;border-radius:50%}.collection-hero .collection-author .collection-author-content .author-name{display:flex;align-self:center;margin-left:8px;font-size:16px;font-weight:700}.collection-info{max-width:1600px;display:flex;width:100%;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%);z-index:1}.collection-info .collection-info-content{display:flex;padding-left:32px;background-color:#fff;box-shadow:0 10px 20px #0000001a;border-radius:8px;margin-left:24px;margin-right:24px}@media (max-width: 1023px){.collection-info .collection-info-content{margin-left:24px;margin-right:12px}.collection-hero .collection-title h1{font-size:42px}.collection-info .collection-info-content{flex-wrap:wrap}.collection-info{bottom:-40px;margin-bottom:40px}.collection-info-wrap{height:40px}.single-wrap .single-content .single-columns .column .single-authors{flex-direction:column;gap:16px}.collection-wrap .collection-bg{padding:36px}}.collection-info .collection-info-content div{padding:32px 32px 32px 0}.collection-info .collection-info-content div span{color:#7f7f7f;font-size:16px;font-weight:600;margin-bottom:8px;display:block}.collection-info .collection-info-content div h3{text-align:left;margin-top:0;margin-bottom:0;font-size:24px;color:#000}.collection-content-wrap{max-width:1600px;margin:180px auto auto;padding:0 24px}.collection-content-wrap .collection-content .collection-description{margin-bottom:90px;padding-bottom:90px;border-bottom:2px solid #7f7f7f}.collection-content-wrap .collection-content h2{font-size:46px;margin-top:0}.collection-content-wrap .collection-content p{font-size:24px;font-weight:300}.collection-content-wrap .cards-wrap{width:100%;display:flex;gap:32px;margin-top:48px;flex-wrap:wrap}.collection-content-wrap .cards-wrap .collection-card{width:31.5%;display:flex}.collection-content-wrap .cards-wrap img{width:100%;object-fit:cover}.collection-content-wrap .collection .collection-details{display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.collection-content-wrap .collection-card .collection-card-img{position:relative}.collection-content-wrap .collection-card a{text-decoration:none;color:#fff;width:100%}.collection-content-wrap .collection-card .collection-card-inner{background:black}.collection-content-wrap .collection-card .collection-card-inner .collection-card-img:hover .collection-card-img-overlay{opacity:1}.collection-content-wrap .collection-card .collection-card-inner .collection-card-img .collection-card-img-overlay{position:absolute;height:100%;width:100%;backdrop-filter:brightness(60%);top:0;max-width:100%;display:flex;flex-direction:column;justify-content:space-between;opacity:0;transition:opacity .7s cubic-bezier(.165,.84,.44,1)}.collection-content-wrap .collection-card .collection-card-inner .collection-card-img .collection-card-img-overlay div{padding:20px}.collection-content-wrap .collection-card .collection-card-inner .card-tail{padding:20px;min-height:150px}.collection-content-wrap .collection-card .collection-card-inner .card-tail .collection-card-artist{font-size:16px;color:#b3b3b3}.collection-content-wrap .collection-card .collection-card-inner .card-tail .collection-card-artist p{margin-top:0}.collection-content-wrap .collection-card .collection-card-inner .card-tail .collection-card-current-bid{font-size:18px;color:#fff}.collection-content-wrap .collection-card .collection-card-inner .card-tail .collection-card-current-bid .current-bid{margin-bottom:4px;color:#b3b3b3;font-size:14px}.collection-content-wrap .collection-card .collection-card-inner .card-tail .collection-card-current-bid p{margin-bottom:0;margin-top:0}@media (max-width: 1476px){.collection-content-wrap .collection{flex-wrap:wrap}.collection-content-wrap .collection .collection-details{width:100%}.collection-content-wrap .cards-wrap{overflow-x:scroll}.collection-content-wrap .cards-wrap .collection-card{width:30%}}@media (max-width: 1147px){.collection-content-wrap .cards-wrap .collection-card{min-width:240px}}@media (max-width: 847px){.collection-content-wrap .cards-wrap .collection-card{width:47%}}@media (max-width: 776px){.collection-content-wrap .cards-wrap{justify-content:center}.collection-content-wrap .cards-wrap .collection-card{width:60%}section.hero .split{flex-direction:column-reverse}section.hero .split .rgt{margin-left:0;width:100%;margin-bottom:32px;margin-top:32px}section.hero .split .lft{margin-right:0;width:100%}}@media (max-width: 648px){.collection-content-wrap .cards-wrap .collection-card{min-width:240px;width:100%}.collection-info .collection-info-content{margin-left:12px;margin-right:12px}}.single-wrap{margin-top:40px;margin-bottom:40px}.single-wrap .single-content .single-columns{display:flex;gap:128px}.single-wrap .single-content .single-columns .column{width:50%}.single-wrap .single-content .single-columns .column .single-media-content img{max-width:100%}.single-wrap .single-content .single-columns .column .single-buy{display:flex;margin-top:20px}.single-wrap .single-content .single-columns .column .single-buy a{width:100%;white-space:nowrap;height:52px;padding:0 16px;border-radius:12px;background-color:#000;color:#fff;border:2px solid #000;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:16px;font-weight:600;transition:all .4s cubic-bezier(.175,.885,.32,1)}.single-wrap .single-content .single-columns .column .single-buy a:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.single-wrap .single-content .single-columns .column .single-name .name{word-break:normal;font-size:56px;font-weight:600;margin-top:0;margin-bottom:0}@media only screen and (max-width: 768px){.single-wrap .single-content .single-columns .column .single-name .name{font-size:42px}}.single-wrap .single-content .single-columns .column .single-name .minted{color:#666;cursor:pointer;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1);margin-top:16px;font-size:16px;display:inline-flex;align-items:center}.single-wrap .single-content .single-columns .column .single-name .minted:hover{color:#000}.single-wrap .single-content .single-columns .column .single-authors .author-btn{display:flex}.single-wrap .single-content .single-columns .column .single-authors .author-btn .author-btn-inner:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.single-wrap .single-content .single-columns .column .single-authors{padding-top:32px;padding-bottom:32px;display:flex}.single-wrap .single-content .single-columns .column .single-authors .created-by{padding-right:32px;margin-right:32px;border-right:1px solid #f2f2f2}.single-wrap .single-content .single-columns .column .single-authors .by{margin-bottom:12px;color:#666;font-weight:600;display:block}.single-wrap .single-content .single-columns .column .single-authors .author-btn a{text-decoration:none}.single-wrap .single-content .single-columns .column .single-authors .author-btn .author-btn-inner{padding:6px 12px 6px 8px;background-color:#fff;border-color:transparent;box-shadow:0 10px 20px #0000001a;color:#000;font-size:16px;cursor:pointer;appearance:none;border-radius:9999px;border:1px solid transparent;display:flex;align-items:center;transition:all .4s cubic-bezier(.175,.885,.32,1)}.single-wrap .single-content .single-columns .column .single-authors .author-btn .author-btn-inner img{height:32px;width:32px;border-radius:50%;margin-right:8px}.single-wrap .single-content .single-columns .column .single-authors .collection .by{margin-bottom:12px;color:#666;font-weight:600;display:block}.single-wrap .single-content .single-columns .column .single-authors .collection .author-btn .author-btn-inner{padding:6px 12px 6px 8px;background-color:#fff;border-color:transparent;box-shadow:0 10px 20px #0000001a;color:#000;font-size:16px;cursor:pointer;appearance:none;border-radius:12px;border:1px solid transparent;display:flex;align-items:center}.single-wrap .single-content .single-columns .column .single-authors .collection .author-btn .author-btn-inner img{height:32px;width:32px;border-radius:50%;margin-right:8px}.single-wrap .single-content .single-columns .column .single-description .single-description-title{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e6e6e6}.single-wrap .single-content .single-columns .column .single-description .single-description-title h2{margin-bottom:0}.single-wrap .single-content .single-columns .column .single-buy.mobile{display:none}@media (max-width: 1440px){.single-wrap .single-content .single-columns{flex-wrap:wrap;justify-content:center;gap:64px}.single-wrap .single-content .single-columns .column .single-name{text-align:center}.single-wrap .single-content .single-columns .column .single-authors{justify-content:center}.single-wrap .single-content .single-columns .column .single-buy.desktop{display:none}.single-wrap .single-content .single-columns .column .single-buy.mobile{display:flex;max-width:900px;margin:auto}.single-wrap .single-content .single-columns .column:first-child{width:80%;min-width:900px}.single-wrap .single-content .single-columns .column:last-child{width:100%}.single-wrap .single-content .single-columns .column .single-description{margin-top:64px}}@media (max-width: 991px){.single-wrap .single-content .single-columns .column{width:100%!important;min-width:auto!important}}h1.pt .smaller{font-size:26px}h1.pt{font-weight:400}.blog-content__text img{max-width:100%;margin:auto;width:70%}.blog-content__text p{display:flex;flex-direction:column}.blog-content__text{font-size:18px}.blog-content__text img{margin-top:20px;margin-bottom:20px}.blog-content__text ol{padding-left:1em}.blog-content__text li{margin-bottom:20px}.blog-content__text li{overflow-wrap:break-word}.mobile-nav.active{max-height:500px!important;transition:max-height .3s cubic-bezier(.455,.03,.515,.955)!important}@media (max-width: 1023px){.burger.active div{background:#fff!important;transform:translate(-40px)!important}.burger.active div:before{transform:translateY(9px) translate(40px) rotate(45deg)!important}.burger.active div:after{transform:translateY(-9px) translate(40px) rotate(-45deg)!important}}.mainlogo.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{max-width:100px}.dnav.svelte-17ydxw3 ul.svelte-17ydxw3.svelte-17ydxw3{display:flex;justify-content:right}.dnav.svelte-17ydxw3 ul.svelte-17ydxw3 li.svelte-17ydxw3{margin:0 10px}.hl.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{display:flex;place-content:space-between;align-items:center}.pt.svelte-17ydxw3 img.svelte-17ydxw3.svelte-17ydxw3{max-width:230px}.hl.svelte-17ydxw3 ul.svelte-17ydxw3.svelte-17ydxw3{margin:0;list-style:none;width:100%;text-align:right}.header-wrap.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{padding-top:25px;padding-bottom:25px}.cont.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{max-width:1440px;margin:auto;padding-left:25px;padding-right:25px}.logo.svelte-17ydxw3 h1.svelte-17ydxw3.svelte-17ydxw3{margin:0}.logo.svelte-17ydxw3 h1.svelte-17ydxw3 a.svelte-17ydxw3{text-decoration:none;color:#000}.nav.svelte-17ydxw3 ul.svelte-17ydxw3 li a.svelte-17ydxw3{text-decoration:none;color:#000;transition:all .4s cubic-bezier(.23,1,.32,1)}.nav.svelte-17ydxw3 ul.svelte-17ydxw3 li a.svelte-17ydxw3:hover{opacity:.5}.foot.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{background-color:#ededed;padding-top:96px;padding-bottom:96px;margin-top:50px}.foot-logo-wrap.svelte-17ydxw3 h1.svelte-17ydxw3 a.svelte-17ydxw3{text-decoration:none;color:#000}.foot-logo.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{display:flex;place-content:space-between;place-items:center}@media only screen and (max-width: 768px){.foot-logo.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{flex-direction:column!important}}.columns.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3,.column.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{display:flex}.foot-logo-wrap.svelte-17ydxw3 h1.svelte-17ydxw3.svelte-17ydxw3{margin-bottom:8px}.foot-logo-wrap.svelte-17ydxw3 .subtitle.svelte-17ydxw3.svelte-17ydxw3{margin-bottom:32px}.foot-logo-wrap.svelte-17ydxw3 h4.svelte-17ydxw3.svelte-17ydxw3{margin-top:0;margin-bottom:16px}.foot-logo-wrap.svelte-17ydxw3 h4 a.svelte-17ydxw3.svelte-17ydxw3{text-decoration:none;color:#000}.mobile-nav.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{display:block;max-height:0px;transition:max-height .3s cubic-bezier(.455,.03,.515,.955);overflow:hidden;border-bottom:0;padding-bottom:0;margin-bottom:0}.artlogo.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{max-height:30px}.mobile-nav__list.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{margin:0;padding:0 0 20px;list-style:none}.mobile-nav__list.svelte-17ydxw3 li.svelte-17ydxw3.svelte-17ydxw3{margin-bottom:10px}.mobile-nav__list.svelte-17ydxw3 li.svelte-17ydxw3 a.svelte-17ydxw3{color:#333}.mobile-nav.svelte-17ydxw3 .horizontal-line.svelte-17ydxw3.svelte-17ydxw3{height:2px;width:100%;background:#7f7f7f;margin-bottom:40px}.burger.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{display:none}@media (min-width: 1280px){.column.column-gdpr.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{width:40%}.column.column-nav.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{width:60%}}@media (min-width: 1152px){.column.column-gdpr.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{width:30%}.column.column-nav.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{width:70%}}@media (min-width: 1024px){.column.column-gdpr.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{width:20%}.column.column-nav.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{width:80%}}.column.column-gdpr.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3,.column.column-nav.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{width:100%}.gdpr.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{display:flex;justify-content:flex-end;flex-direction:column}.gdpr.svelte-17ydxw3 a.svelte-17ydxw3.svelte-17ydxw3{margin-bottom:16px;font-size:16px;color:#000;text-decoration:none;transition:all .4s cubic-bezier(.23,1,.32,1)}.nav.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{display:flex;width:100%;justify-content:flex-end}.links-wrap.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{width:25%;text-align:right}.links-wrap.svelte-17ydxw3 h3.svelte-17ydxw3.svelte-17ydxw3{font-size:14px;margin-bottom:24px;color:#7a7a7a}.links.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{display:flex;flex-direction:column}.links.svelte-17ydxw3 a.svelte-17ydxw3.svelte-17ydxw3{margin-bottom:16px;font-size:18px;color:#000;text-decoration:none;transition:all .4s cubic-bezier(.23,1,.32,1)}.foot.svelte-17ydxw3 .columns a.svelte-17ydxw3.svelte-17ydxw3:hover{opacity:.5}@media (max-width: 1023px){.foot.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{padding:10px 0}.foot.svelte-17ydxw3 .subtitle.svelte-17ydxw3.svelte-17ydxw3{margin-bottom:10px}.foot-logo.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{align-items:flex-start;gap:16px;margin-bottom:16px}.columns.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{flex-direction:column-reverse;gap:36px}.links-wrap.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{text-align:left!important;min-width:50%!important}.links-wrap.svelte-17ydxw3 .links a.svelte-17ydxw3.svelte-17ydxw3:last-child{margin-bottom:0}.nav.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{flex-wrap:wrap;justify-content:flex-start!important;display:none}.burger.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{display:flex;width:24px;height:18px;align-items:center;position:relative;cursor:pointer}.burger.svelte-17ydxw3 div.svelte-17ydxw3.svelte-17ydxw3{height:3px;background:#333;width:100%;transition:all .4s cubic-bezier(.215,.61,.355,1);position:relative}.burger.svelte-17ydxw3 div.svelte-17ydxw3.svelte-17ydxw3:before{position:absolute;top:-9px;height:3px;width:100%;background:#333;content:"";transition:all .4s cubic-bezier(.215,.61,.355,1)}.burger.svelte-17ydxw3 div.svelte-17ydxw3.svelte-17ydxw3:after{position:absolute;bottom:-9px;height:3px;width:100%;background:#333;content:"";transition:all .4s cubic-bezier(.215,.61,.355,1)}.gdpr.svelte-17ydxw3 a.svelte-17ydxw3.svelte-17ydxw3{font-size:14px!important}.oswrap.svelte-17ydxw3.svelte-17ydxw3.svelte-17ydxw3{align-self:center}.oswrap.svelte-17ydxw3 img.svelte-17ydxw3.svelte-17ydxw3{width:130px!important}}
