:root{--highlight:rgba(255, 204, 178, 1);--hover:rgba(255, 178, 169, 1);--beige:rgba(247, 242, 237, 1);--beige--shade_01:rgba(233, 220, 200, 1);--beige--shade_02:rgba(220, 216, 207, 1);--beige--shade_03:rgba(193, 190, 177, 1);--beige--shade_04:rgba(166, 164, 147, 1);--beige--shade_01--30:rgba(233, 220, 200, 0.3);--beige--shade_01--10:rgba(233, 220, 200, 0.1);--grey--light:rgba(247, 242, 237, 1);--grey--dark:rgba(68, 64, 59, 1);--grey--dark--10:rgba(68, 64, 59, 0.1);--white:rgba(255, 255, 255, 1);--black:rgba(0, 0, 0, 1);--tag--red:#FFADAD;--tag--brown:#D2B48C;--tag--orange:#FFD6A5;--tag--yellow:#FDFFB6;--tag--green:#CAFFBF;--tag--emerald:#A8D89D;--tag--blue:#9BF6FF;--tag--indigo:#A0C4FF;--tag--purple:#BDB2FF;--tag--pink:#FFC6F6;--tag--grey:#e2e2e2;--box-shadow:3px 3px 10px 0 rgba(0, 0, 0, 0.05)}@font-face{font-family:"ATC Arquette Regular";font-display:swap;src:url("/assets/src/fonts/EOT/ATCArquette-Regular.eot");src:url("/assets/src/fonts/EOT/ATCArquette-Regular.eot?#iefix") format("embedded-opentype"),url("/assets/src/fonts/WOFF2/ATCArquette-Regular.woff2") format("woff2"),url("/assets/src/fonts/WOFF/ATCArquette-Regular.woff") format("woff"),url("/assets/src/fonts/TTF/ATCArquette-Regular.ttf") format("truetype")}@font-face{font-family:"ATC Arquette Medium";font-display:swap;src:url("/assets/src/fonts/EOT/ATCArquette-Medium.eot");src:url("/assets/src/fonts/EOT/ATCArquette-Medium.eot?#iefix") format("embedded-opentype"),url("/assets/src/fonts/WOFF2/ATCArquette-Medium.woff2") format("woff2"),url("/assets/src/fonts/WOFF/ATCArquette-Medium.woff") format("woff"),url("/assets/src/fonts/TTF/ATCArquette-Medium.ttf") format("truetype")}@font-face{font-family:"ATC Arquette Bold";font-display:swap;src:url("/assets/src/fonts/EOT/ATCArquette-Bold.eot");src:url("/assets/src/fonts/EOT/ATCArquette-Bold.eot?#iefix") format("embedded-opentype"),url("/assets/src/fonts/WOFF2/ATCArquette-Bold.woff2") format("woff2"),url("/assets/src/fonts/WOFF/ATCArquette-Bold.woff") format("woff"),url("/assets/src/fonts/TTF/ATCArquette-Bold.ttf") format("truetype")}.atc400,h4{font-family:"ATC Arquette Regular",sans-serif;font-weight:400;font-style:normal}.atc500{font-family:"ATC Arquette Medium",sans-serif;font-weight:600;font-style:normal}.atc700{font-family:"ATC Arquette Bold",sans-serif;font-weight:400;font-style:normal}.text_huge{font-size:28px;line-height:1.2}.text_medium{font-size:16px;line-height:1.4}.text_small{font-size:14px;line-height:1.3}.text_tiny{font-size:12px;line-height:1.2}.header{position:sticky;top:0;z-index:999}.header .header__nav{display:grid;gap:12px;grid-template-columns:max-content max-content;align-items:stretch;justify-content:center}.header .header__nav .header__list{display:flex;gap:5px;margin:15px auto;padding:5px;border-radius:20px;backdrop-filter:blur(10px);background-color:var(--beige--shade_01--30)}.header .header__nav .header__list .header__item .header__link{display:block;padding:5px 10px;border-radius:15px}.header .header__nav .header__list .header__item .header__link.active{background-color:var(--white);box-shadow:var(--box-shadow)}.header .header__nav .header__list .header__item .header__link.header__link--store{position:relative;width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center;line-height:1.2;padding:5px 15px;border-radius:15px;overflow:hidden}.header .header__nav .header__list .header__item .header__link.header__link--store span{position:relative;z-index:1}.header .header__nav .header__list .header__item .header__link.header__link--store canvas{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;filter:blur(20px)}.header .header__nav .header__list .header__item.header__item--store{width:100%;height:100%}.header .header__nav .header__list.header__list--store{padding:0}.footer{display:grid;gap:10px;grid-template-columns:1fr max-content;max-width:560px;margin:0 auto;padding:15px 30px;border-top:1px solid var(--beige--shade_01--30)}.block{margin:var(--mobile_margin_top) 0 var(--mobile_margin_bottom) 0}@media screen and (min-width:768px){.block{margin:var(--desktop_margin_top) 0 var(--desktop_margin_bottom) 0}}*,::after,::before{box-sizing:border-box}body,html{margin:0;padding:0;color:var(--grey--dark);background-color:var(--beige);font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{max-width:560px;min-height:100dvh;margin:0 auto;padding:120px 30px}a{color:var(--grey--dark);text-decoration:none}p{margin:0;padding:0}ul{list-style:none;padding:0;margin:0}h4{margin:0;padding:0}img{display:block;max-width:100%;height:auto}.note ul{padding:0 0 0 20px;list-style:disc}.note ul li{margin:0 0 4px}.note a{position:relative;color:var(--black)}.note a:after{content:"";position:absolute;bottom:0;right:50%;width:100%;height:1px;background-color:var(--black);transform:translateX(50%)}.note[data-layout=enlarged] a:after{height:3px;bottom:-1px}@media screen and (max-width:768px){main{padding:60px 15px}}