@charset "UTF-8";:root{--brand-red: #ff6b6b;--brand-reddark: #da4747;--brand-redlight: #ff9b97;--brand-black: #272b2a;--brand-green: #007542;--brand-green-filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(6000%) hue-rotate(125deg) brightness(90%) contrast(150%);--color-white: #ffffff;--bg-primary: #f0eee6;--hero-bg-glass: rgba(255, 255, 255, .39);--hero-border-glass: rgba(255, 255, 255, .41);--hero-shadow: rgb(236, 236, 241);--dark-bg: #14141c;--border-light: #e0e0e0;--border-dark: #cccccc;--text-danger: #e53935;--attention-delete: #ff6666;--text-primary: #333333;--text-secondary: #6e6e6e;--brand-grey-1: #87867f;--brand-grey-2: #acaca6;--brand-grey-3: #c5c5c0;--brand-grey-4: #e8e6dc;--brand-grey-5: #f0eee6;--brand-grey-6: #faf9f6;--accent-yellow-1: #ffbe3c;--accent-yellow-2: #ffcf6e;--accent-yellow-3: #ffdf9e;--accent-yellow-4: #fceccb;--accent-green-1: #059688;--accent-green-2: #63b9a4;--accent-green-3: #a7d5c2;--accent-green-4: #dcede1;--accent-blue-1: #3aa7ea;--accent-blue-2: #6ebbee;--accent-blue-3: #a1d5f5;--accent-blue-4: #def2ff;--accent-pink-1: #db4781;--accent-pink-2: #e3729e;--accent-pink-3: #efadc7;--accent-pink-4: #fbebf1;--accent-purple-1: #8a4b70;--accent-purple-2: #a1739b;--accent-purple-3: #b896b4;--accent-purple-4: #dbcad9;--grey-1: #212121;--grey-2: #333333;--grey-3: #4e4e4e;--grey-4: #6e6e6e;--grey-5: #8f8f8f;--grey-6: #cccccc;--grey-7: #e0e0e0;--grey-8: #f2f2f2;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}@font-face{font-family:Inter-Black;src:url(/fonts/Inter-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Inter-Bold;src:url(/fonts/Inter-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter-SemiBold;src:url(/fonts/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter-Medium;src:url(/fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter-Regular;src:url(/fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter-Italic;src:url(/fonts/Inter-Italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Inter-Light;src:url(/fonts/Inter-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}*{box-sizing:border-box}body{font-family:Inter-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;color:var(--text-primary);padding-top:54px}@media (min-width: 768px){body{padding-top:86px}}main{flex:1 0 auto;display:flex;flex-direction:column}section{margin:0 auto;overflow:hidden;position:relative;width:100%;--section-line-color: var(--brand-grey-3);--section-border-color: var(--brand-grey-3);border-bottom:1px solid var(--section-border-color);width:calc(100% - 16px)}@media (min-width: 1280px){section{width:calc(100% - 32px);padding:0 16px}section:before{content:"";position:absolute;left:0;top:0;bottom:0;z-index:1}section:after{content:"";position:absolute;right:0;top:0;bottom:0;z-index:1}}section .section-header{margin-bottom:32px}@media (max-width: 768px){section .section-header{margin-bottom:16px}}.container{width:100%;max-width:1232px;padding:48px 16px;margin-right:auto;margin-left:auto;position:relative;--container-line-color: var(--brand-grey-3)}.container:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background-color:var(--container-line-color);z-index:1}.container:after{content:"";position:absolute;right:0;top:0;bottom:0;width:1px;background-color:var(--container-line-color);z-index:1}@media (min-width: 1024px){.container{padding:72px 16px}}h1,h2,h3,h4,h5,h6{margin-bottom:.5em;font-weight:400;line-height:1.25}h1{font-family:Inter-Black,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:48px}h2{font-family:Inter-Bold,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:43.2px}h1,h2{margin-bottom:12px;text-align:center;background-image:linear-gradient(60deg,var(--brand-black) 0%,color-mix(in srgb,var(--brand-red) 80%,transparent) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}@media (max-width: 1024px){h1,h2{font-size:32px}}h3{font-family:Inter-SemiBold,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px}@media (max-width: 1024px){h3{font-size:18px}}p{line-height:1.75;margin-bottom:12px}a{color:var(--accent-blue-1);text-decoration:none;transition:color .2s ease-in-out}a:hover{color:var(--accent-blue-2);text-decoration:underline}strong{font-family:Inter-SemiBold,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.focus-link,.breadcrumbs ol li a{background:linear-gradient(60deg,var(--brand-black) 10%,color-mix(in srgb,var(--brand-reddark) 90%,var(--brand-black) 10%) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-decoration:none;transition:background .25s ease-in-out,border-bottom .25s ease-in-out;border-bottom:1px solid transparent;display:inline-block}.focus-link:hover,.breadcrumbs ol li a:hover{border-bottom:1px solid var(--brand-redlight);text-decoration:none}ul,ol{list-style-position:outside;padding-left:32px;margin:24px 0}ul li,ol li{display:list-item;font-family:Inter-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;color:var(--grey-2);line-height:1.75;margin-bottom:12px;padding-left:4px}@media (max-width: 768px){ul li,ol li{font-size:14px}}ul li:last-child,ol li:last-child{margin-bottom:0}ul li p,ol li p{margin:0;display:inline;font-size:inherit}ul{list-style-type:disc}ol{list-style-type:decimal}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:12px}.mt-3{margin-top:16px}.mt-4{margin-top:24px}.mt-5{margin-top:32px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:12px}.mb-3{margin-bottom:16px}.mb-4{margin-bottom:24px}.mb-5{margin-bottom:32px}.pt-0{padding-top:0}.pt-1{padding-top:8px}.pt-2{padding-top:12px}.pt-3{padding-top:16px}.pt-4{padding-top:24px}.pt-5{padding-top:32px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:8px}.pb-2{padding-bottom:12px}.pb-3{padding-bottom:16px}.pb-4{padding-bottom:24px}.pb-5{padding-bottom:32px}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.form-input .form-row{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width: 768px){.form-input .form-row.two-columns{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.form-input .form-row.three-columns{grid-template-columns:repeat(3,1fr)}}.form-input .form-group{display:flex;flex-direction:column;margin-bottom:12px}.form-input input[type=text],.form-input input[type=email],.form-input input[type=tel],.form-input input[type=url],.form-input input[type=number],.form-input input[type=password],.form-input select,.form-input textarea{width:100%;padding:8px 12px;font-size:14px;font-family:Inter-Light,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--grey-1);background-color:var(--color-white);border:1px solid var(--grey-6);border-radius:4px;transition:all .2s ease}.form-input input[type=text]:focus,.form-input input[type=email]:focus,.form-input input[type=tel]:focus,.form-input input[type=url]:focus,.form-input input[type=number]:focus,.form-input input[type=password]:focus,.form-input select:focus,.form-input textarea:focus{outline:none;border-color:var(--grey-4)}.form-input input[type=text]::placeholder,.form-input input[type=email]::placeholder,.form-input input[type=tel]::placeholder,.form-input input[type=url]::placeholder,.form-input input[type=number]::placeholder,.form-input input[type=password]::placeholder,.form-input select::placeholder,.form-input textarea::placeholder{color:var(--grey-4);font-family:Inter-Light,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}.form-input input[type=text].error,.form-input input[type=text][aria-invalid=true],.form-input input[type=email].error,.form-input input[type=email][aria-invalid=true],.form-input input[type=tel].error,.form-input input[type=tel][aria-invalid=true],.form-input input[type=url].error,.form-input input[type=url][aria-invalid=true],.form-input input[type=number].error,.form-input input[type=number][aria-invalid=true],.form-input input[type=password].error,.form-input input[type=password][aria-invalid=true],.form-input select.error,.form-input select[aria-invalid=true],.form-input textarea.error,.form-input textarea[aria-invalid=true]{border-color:var(--accent-red-1)}.form-input input[type=text]:disabled,.form-input input[type=email]:disabled,.form-input input[type=tel]:disabled,.form-input input[type=url]:disabled,.form-input input[type=number]:disabled,.form-input input[type=password]:disabled,.form-input select:disabled,.form-input textarea:disabled{background-color:var(--grey-6);cursor:not-allowed;opacity:.6}.form-input textarea{min-height:100px;resize:vertical;line-height:1.75}.form-input select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;padding-right:24px}.form-input select.select-with-placeholder{color:var(--grey-4)}.form-input select.select-with-placeholder option:not([value=""]){color:var(--grey-1)}.form-input select.select-with-placeholder:has(option:checked:not([value=""])){color:var(--grey-1)}.form-input .error-message{display:block;font-size:12px;color:var(--accent-red-1);margin-top:4px;line-height:1.25}.form-input .success-message{display:block;font-size:12px;color:var(--brand-green-1);margin-top:4px;line-height:1.25}.form-input .helper-text{display:block;font-size:12px;color:var(--grey-3);margin-top:4px;line-height:1.25}.form-input,.form-select,.form-textarea{width:100%;height:50px;background-color:var(--grey-6);color:var(--text-primary);padding:12px 16px;border:1px solid var(--grey-6);border-radius:8px;transition:all .2s ease}.form-input::placeholder,.form-select::placeholder,.form-textarea::placeholder{color:var(--grey-3)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{opacity:.6;cursor:not-allowed}.button{padding:8px 24px;font-size:18px;font-family:Inter-Light,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-white);height:56px;min-width:140px;max-width:220px;background-image:linear-gradient(60deg,var(--brand-black) 0%,color-mix(in srgb,var(--brand-red) 80%,transparent) 100%);border:1px solid var(--brand-reddark);border-radius:28px;cursor:pointer;transition:all .3s ease;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:4px;text-decoration:none;white-space:nowrap}.button:hover:not(:disabled){color:var(--color-white);text-decoration:none;background-color:#3a403f}.button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #0000001a}.button.secondary{border:1px dashed var(--brand-black);background-image:linear-gradient(60deg,var(--brand-redlight) 0%,color-mix(in srgb,var(--brand-red) 90%,transparent) 100%);color:var(--color-white)}.button.secondary:hover:not(:disabled){text-decoration:none;background-image:linear-gradient(60deg,var(--brand-redlight) 0%,color-mix(in srgb,var(--brand-red) 85%,transparent) 100%)}.button.large{padding:12px 36px;font-size:18px}.button.small{padding:4px 12px;font-size:14px;height:28px;border-radius:18px}@media (max-width: 768px){.button.small{width:auto;flex-shrink:0}}.mobile-app-banner{position:fixed;top:0;left:0;right:0;z-index:75;background-color:var(--brand-grey-6);border-left:1px solid var(--brand-grey-3);border-right:1px solid var(--brand-grey-3);border-bottom:1px solid var(--brand-grey-3);transform:translateY(-100%);animation:slideDown .3s ease-out forwards}@media (min-width: 1280px){.mobile-app-banner{display:none}}.mobile-app-banner .wrapper{display:flex;align-items:center;padding:8px 12px;font-size:14px;color:var(--brand-black)}.mobile-app-banner .wrapper .app-icon{width:48px;height:48px;margin-right:8px;border-radius:8px;overflow:hidden;flex-shrink:0}.mobile-app-banner .wrapper .app-icon img{width:100%;height:100%;object-fit:cover}.mobile-app-banner .wrapper .app-info{flex:1;min-width:0}.mobile-app-banner .wrapper .app-info .app-name{font-family:Inter-SemiBold,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.25;margin-bottom:2px;color:var(--brand-black)}.mobile-app-banner .wrapper .app-info .app-subtitle{color:var(--grey-5);font-size:13px;line-height:1.25;margin-bottom:4px}.mobile-app-banner .wrapper .app-info .app-details{display:flex;align-items:center;font-size:12px;color:var(--grey-5)}.mobile-app-banner .wrapper .app-info .app-details .store-name{margin-right:4px}.mobile-app-banner .wrapper .app-info .app-details .rating-section{display:flex;align-items:center}.mobile-app-banner .wrapper .app-info .app-details .rating-section .stars{display:flex;align-items:center;margin-right:4px}.mobile-app-banner .wrapper .app-info .app-details .rating-section .stars .star{color:var(--accent-yellow-1);font-size:10px;margin-right:1px}.mobile-app-banner .wrapper .app-info .app-details .rating-section .price{font-size:12px;color:var(--grey-5)}.mobile-app-banner .wrapper .get-button{background-color:var(--accent-blue-1);color:var(--color-white);border:none;border-radius:16px;padding:6px 12px;font-size:14px;font-family:Inter-SemiBold,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-left:8px;flex-shrink:0;min-width:76px;cursor:pointer;transition:background-color .2s ease}.mobile-app-banner .wrapper .get-button:hover{background-color:var(--accent-blue-2)}.mobile-app-banner .wrapper .get-button:active{background-color:var(--accent-blue-1);transform:translateY(1px)}.mobile-app-banner .wrapper .close-wrapper{background:transparent;border:none;border-radius:50%;width:32px;height:32px;cursor:pointer;padding:0;margin-left:8px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.mobile-app-banner .wrapper .close-wrapper .close-icon{width:16px;height:16px;filter:brightness(0) invert(0);opacity:.9;transition:opacity .2s ease}.mobile-app-banner .wrapper .close-wrapper .close-icon:hover{opacity:1}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.faq-cover .faq-header{text-align:center}.faq-categories .categories-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.faq-categories .categories-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){.faq-categories .categories-grid{grid-template-columns:repeat(3,1fr)}}.faq-categories .category-listing{background:#fff;border-radius:12px;padding:16px;border:1px solid var(--border-light);display:flex;flex-direction:column;gap:16px;transition:all .2s ease}.faq-categories .category-listing .category-listing-header{display:flex;flex-direction:column;align-items:left;gap:16px;padding-bottom:12px;border-bottom:1px solid var(--brand-grey-4)}.faq-categories .category-listing .category-listing-header .category-icon{flex-shrink:0}.faq-categories .category-listing .category-listing-header .category-title{margin:0}.faq-categories .category-listing .subcategory-links{display:flex;flex-direction:column;gap:4px}.faq-categories .category-listing .subcategory-links .subcategory-link{display:flex;justify-content:space-between;align-items:center;padding:12px 0 4px;text-decoration:none;color:var(--grey-3);transition:all .2s ease}.faq-categories .category-listing .subcategory-links .subcategory-link:hover{color:var(--grey-2)}.faq-categories .category-listing .subcategory-links .subcategory-link:hover .subcategory-arrow{transform:translate(2px);filter:brightness(0) saturate(100%) invert(58%) sepia(89%) saturate(2614%) hue-rotate(327deg) brightness(101%) contrast(101%)}.faq-categories .category-listing .subcategory-links .subcategory-link .subcategory-name{font-size:16px;font-family:Inter-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.faq-categories .category-listing .subcategory-links .subcategory-link .subcategory-arrow{font-size:20px;color:var(--grey-5);transition:transform .2s ease}.faq-category .container{max-width:1232px;margin:0 auto}.faq-category .category-layout{display:grid;grid-template-columns:280px 1fr;gap:24px}@media (max-width: 1024px){.faq-category .category-layout{grid-template-columns:1fr}}@media (max-width: 1024px){.faq-category .category-sidebar{display:none}}.faq-category .category-sidebar .sidebar-sticky{position:sticky;background:#fff;border-radius:12px;padding:16px;border:1px solid var(--border-light)}.faq-category .category-sidebar .sidebar-title{margin-bottom:16px}.faq-category .category-sidebar .tag-navigation{display:flex;flex-direction:column;gap:8px}.faq-category .category-sidebar .tag-navigation .tag-nav-item{display:flex;justify-content:space-between;padding-top:12px;text-decoration:none;color:var(--grey-4);transition:all .2s ease}.faq-category .category-sidebar .tag-navigation .tag-nav-item:hover{color:var(--grey-1)}.faq-category .category-sidebar .tag-navigation .tag-nav-item .tag-name{font-size:12px;font-family:Inter-Medium,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-transform:uppercase}.faq-category .category-sidebar .tag-navigation .tag-nav-item .tag-count{font-size:12px;color:var(--grey-5);background:var(--brand-grey-6);padding:4px 8px;border-radius:4px}.faq-category .category-main{padding:16px;background:#fff;border-radius:12px;border:1px solid var(--border-light)}.faq-category .category-main .category-header{margin-bottom:3rem}.faq-category .category-main .category-header h1{text-align:left}.faq-category .category-main .tag-section{margin-bottom:24px;border-bottom:none;scroll-margin-top:96px}.faq-category .category-main .tag-section:last-child{margin-bottom:0}.faq-category .category-main .tag-section .tag-heading{text-align:left;font-size:12px;font-family:Inter-Light,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-transform:uppercase;margin-bottom:0}.faq-category .category-main .tag-section .articles-list{display:flex;flex-direction:column;gap:16px}.faq-category .category-main .tag-section .articles-list .article-link{padding:8px 0 12px;text-decoration:none;color:inherit;transition:all .2s ease;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:8px 16px}.faq-category .category-main .tag-section .articles-list .article-link:hover .article-arrow{transform:translate(2px);filter:brightness(0) saturate(100%) invert(58%) sepia(89%) saturate(2614%) hue-rotate(327deg) brightness(101%) contrast(101%)}.faq-category .category-main .tag-section .articles-list .article-link .article-title{grid-column:1;grid-row:1;font-size:18px;font-family:Inter-SemiBold,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--grey-2);margin:0}.faq-category .category-main .tag-section .articles-list .article-link .article-description{grid-column:1;grid-row:2;font-size:14px;font-family:Inter-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--grey-4);margin:0;line-height:1.5}.faq-article .container{max-width:1232px;margin:0 auto}.faq-article .article-layout{display:grid;gap:24px;grid-template-columns:1fr;margin-bottom:16px}@media (min-width: 1024px){.faq-article .article-layout{grid-template-columns:1fr 300px}}.faq-article .article-main{background:#fff;border-radius:12px;padding:16px;border:1px solid var(--border-light);min-width:0}.faq-article .article-main .article-content{width:100%}.faq-article .article-main .article-content h1,.faq-article .article-main .article-content h2{transform:scale(.5);text-align:left;width:200%;transform-origin:left center;margin-bottom:12px}@media (min-width: 1024px){.faq-article .article-main .article-content h1,.faq-article .article-main .article-content h2{transform:scale(.6);width:167%}}@media (min-width: 1280px){.faq-article .article-main .article-content h1,.faq-article .article-main .article-content h2{transform:scale(.5);width:200%}}.faq-article .article-main .article-content h1{border-bottom:1px solid var(--grey-4)}.faq-article .article-main .article-content ul,.faq-article .article-main .article-content ol{margin:12px 0}.faq-article .article-main .article-content ul li,.faq-article .article-main .article-content ol li{font-size:16px}.faq-article .article-sidebar .sidebar-sticky{position:sticky;background:#fff;border-radius:12px;padding:16px;border:1px solid var(--border-light)}.faq-article .article-sidebar .sidebar-title{font-size:18px;font-family:Inter-SemiBold,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--grey-2);margin-bottom:20px}.faq-article .article-sidebar .related-articles{display:flex;flex-direction:column}.faq-article .article-sidebar .related-articles .related-article-link{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:8px 0;border-radius:8px;text-decoration:none;color:var(--grey-3);transition:all .2s ease;border:1px solid transparent;font-size:14px}.faq-article .article-sidebar .related-articles .related-article-link:hover .article-arrow{transform:translate(2px);filter:brightness(0) saturate(100%) invert(58%) sepia(89%) saturate(2614%) hue-rotate(327deg) brightness(101%) contrast(101%)}.faq-article .back-to-category{padding-left:8px}.faq-article .back-to-category p{margin-bottom:0}.breadcrumbs{margin-bottom:2rem}.breadcrumbs ol{display:flex;align-items:center;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0;font-size:14px;font-family:Inter-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.breadcrumbs ol li{display:flex;align-items:center;margin-bottom:0}.breadcrumbs ol li:not(:last-child):after{content:"›";margin-left:8px;color:var(--grey-5)}.breadcrumbs ol li[aria-current=page]{color:var(--grey-4)}.article-arrow{grid-column:2;grid-row:1/3;align-self:center;width:16px;height:16px;filter:brightness(0) saturate(100%) invert(68%) sepia(6%) saturate(178%) hue-rotate(28deg) brightness(94%) contrast(87%);transition:transform .2s ease}
