@keyframes basicEditorSection-module__UHNwSa__fade-in-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.basicEditorSection-module__UHNwSa__section{justify-content:center;width:100%;padding:96px 24px 64px;display:flex}.basicEditorSection-module__UHNwSa__container{align-items:center;gap:40px;width:100%;max-width:1000px;display:flex}.basicEditorSection-module__UHNwSa__textContent{flex-direction:column;flex:1;gap:24px;min-width:0;display:flex}.basicEditorSection-module__UHNwSa__title{line-height:1.15}.basicEditorSection-module__UHNwSa__description{flex-direction:column;gap:16px;max-width:480px;line-height:1.6;display:flex}.basicEditorSection-module__UHNwSa__comparisonWrapper{flex-shrink:0;justify-content:center;align-items:center;display:flex}.basicEditorSection-module__UHNwSa__comparison{gap:16px;width:360px;display:flex}.basicEditorSection-module__UHNwSa__editorCard{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:12px;flex-direction:column;flex:1;display:flex;overflow:hidden}.basicEditorSection-module__UHNwSa__editorLabel{border-bottom:1px solid var(--border-primary);color:var(--text-secondary);letter-spacing:.5px;text-transform:uppercase;padding:8px 12px;font-size:10px;font-weight:600}.basicEditorSection-module__UHNwSa__plainEditor{color:var(--text-tertiary);flex-direction:column;gap:6px;padding:12px;font-size:11px;line-height:1.5;display:flex}.basicEditorSection-module__UHNwSa__plainLine{background:var(--bg-tertiary);border-radius:4px;height:8px}.basicEditorSection-module__UHNwSa__plainLine:first-child{width:90%}.basicEditorSection-module__UHNwSa__plainLine:nth-child(2){width:75%}.basicEditorSection-module__UHNwSa__plainLine:nth-child(3){width:85%}.basicEditorSection-module__UHNwSa__plainLine:nth-child(4){width:60%}.basicEditorSection-module__UHNwSa__plainCursor{background:var(--text-tertiary);width:1px;height:12px;animation:1.2s step-end infinite basicEditorSection-module__UHNwSa__blink;display:inline-block}@keyframes basicEditorSection-module__UHNwSa__blink{0%,to{opacity:1}50%{opacity:0}}.basicEditorSection-module__UHNwSa__richToolbar{border-bottom:1px solid var(--border-primary);align-items:center;gap:2px;padding:6px 8px;display:flex}.basicEditorSection-module__UHNwSa__toolbarBtn{color:var(--text-secondary);cursor:default;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:flex}.basicEditorSection-module__UHNwSa__toolbarBtn.basicEditorSection-module__UHNwSa__active{background:var(--accent);color:#fff}.basicEditorSection-module__UHNwSa__richContent{flex-direction:column;gap:6px;padding:12px;display:flex}.basicEditorSection-module__UHNwSa__richHeading{color:var(--text-primary);font-size:13px;font-weight:700}.basicEditorSection-module__UHNwSa__richBold{color:var(--text-primary);font-size:11px;font-weight:600}.basicEditorSection-module__UHNwSa__richText{color:var(--text-secondary);font-size:11px;line-height:1.5}.basicEditorSection-module__UHNwSa__richImagePlaceholder{background:var(--bg-tertiary);border-radius:6px;width:100%;height:40px;position:relative}.basicEditorSection-module__UHNwSa__richImageIcon{color:var(--text-tertiary);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.basicEditorSection-module__UHNwSa__animate{animation:.5s ease-out forwards basicEditorSection-module__UHNwSa__fade-in-up;animation-delay:var(--delay,0s);animation-fill-mode:both}.basicEditorSection-module__UHNwSa__initialHidden{opacity:0}@media (prefers-reduced-motion:reduce){.basicEditorSection-module__UHNwSa__animate{opacity:1;animation:none}.basicEditorSection-module__UHNwSa__initialHidden{opacity:1}.basicEditorSection-module__UHNwSa__plainCursor{animation:none}}@media (max-width:1024px){.basicEditorSection-module__UHNwSa__section{padding:72px 24px 48px}.basicEditorSection-module__UHNwSa__container{flex-direction:column;gap:48px}.basicEditorSection-module__UHNwSa__textContent{order:1}.basicEditorSection-module__UHNwSa__description{max-width:600px}}@media (max-width:768px){.basicEditorSection-module__UHNwSa__section{padding:56px 24px 40px}.basicEditorSection-module__UHNwSa__container{gap:40px}.basicEditorSection-module__UHNwSa__comparison{width:300px}}@media (max-width:500px){.basicEditorSection-module__UHNwSa__section{padding:48px 3vw 32px}.basicEditorSection-module__UHNwSa__container{gap:32px}.basicEditorSection-module__UHNwSa__comparison{flex-direction:column;width:250px}}
.alternativeComparison-module__mgS7DG__section{width:100%;padding:80px 24px}.alternativeComparison-module__mgS7DG__container{width:100%;max-width:1200px;margin:0 auto}.alternativeComparison-module__mgS7DG__currencySelector{justify-content:center;align-items:center;gap:12px;margin-top:32px;display:flex}.alternativeComparison-module__mgS7DG__currencyLabel{color:var(--text-secondary);font-size:14px;font-weight:500}.alternativeComparison-module__mgS7DG__currencyOptions{background:var(--surface-primary-light);border:1px solid var(--border-secondary);border-radius:8px;display:flex;overflow:hidden}.alternativeComparison-module__mgS7DG__currencyButton{border:none;border-right:1px solid var(--border-secondary);color:var(--text-primary);cursor:pointer;background:0 0;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background-color .15s,color .15s}.alternativeComparison-module__mgS7DG__currencyButton:last-child{border-right:none}.alternativeComparison-module__mgS7DG__currencyButton:hover{background-color:var(--surface-secondary)}.alternativeComparison-module__mgS7DG__currencyButtonActive{background-color:var(--surface-accent);color:var(--text-inverse)}.alternativeComparison-module__mgS7DG__currencyButtonActive:hover{background-color:var(--surface-accent)}.alternativeComparison-module__mgS7DG__headingWrapper{z-index:11;position:relative}.alternativeComparison-module__mgS7DG__comparisonTable{width:100%;margin-top:16px}.alternativeComparison-module__mgS7DG__headerRow{background-color:var(--surface-primary);z-index:10;grid-template-columns:1fr 1fr 1fr;width:calc(100% + 32px);margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;display:grid;position:sticky;top:84px}.alternativeComparison-module__mgS7DG__headerRow:before{background-color:var(--surface-primary);content:"";height:84px;position:absolute;top:-84px;left:0;right:0}.alternativeComparison-module__mgS7DG__featureHeader{background-color:var(--surface-primary);align-items:center;padding:24px 32px;display:flex}.alternativeComparison-module__mgS7DG__keepsakeHeader{background:var(--surface-success-bold);border-left:2px solid var(--surface-success-bold);border-right:2px solid var(--surface-success-bold);border-radius:22px 22px 0 0;justify-content:center;align-items:center;padding:24px 32px;display:flex}.alternativeComparison-module__mgS7DG__alternativeHeader{background-color:var(--surface-primary);justify-content:center;align-items:center;padding:24px 32px;display:flex}.alternativeComparison-module__mgS7DG__keepsakeHeader svg,.alternativeComparison-module__mgS7DG__keepsakeHeader img,.alternativeComparison-module__mgS7DG__alternativeHeader svg,.alternativeComparison-module__mgS7DG__alternativeHeader img{max-width:100px;height:auto}.alternativeComparison-module__mgS7DG__rowsWrapper{border-radius:16px;width:100%;overflow:hidden;box-shadow:0 2px 8px #00000014}.alternativeComparison-module__mgS7DG__comparisonRow{background:var(--surface-primary-light);grid-template-columns:1fr 1fr 1fr;width:100%;display:grid}.alternativeComparison-module__mgS7DG__altRow{background:var(--surface-primary)}.alternativeComparison-module__mgS7DG__featureCell{align-items:center;padding:20px 32px;display:flex}.alternativeComparison-module__mgS7DG__featureContent{flex-direction:column;gap:4px;display:flex}.alternativeComparison-module__mgS7DG__featureName{color:var(--text-primary);font-size:16px;font-weight:500;line-height:1.4}.alternativeComparison-module__mgS7DG__featureSubtext{color:var(--text-secondary);font-size:14px;line-height:1.4}.alternativeComparison-module__mgS7DG__keepsakeCell{border-left:2px solid var(--surface-success-bold);border-right:2px solid var(--surface-success-bold);justify-content:center;align-items:center;padding:20px 32px;display:flex}.alternativeComparison-module__mgS7DG__comparisonRow:last-child .alternativeComparison-module__mgS7DG__keepsakeCell{border-bottom:2px solid var(--surface-success-bold)}.alternativeComparison-module__mgS7DG__alternativeCell{justify-content:center;align-items:center;padding:20px 32px;display:flex}.alternativeComparison-module__mgS7DG__textCell{text-align:center;flex-direction:column;gap:4px;width:100%;display:flex}.alternativeComparison-module__mgS7DG__mainText{color:var(--text-primary);font-size:16px;font-weight:600;line-height:1.4}.alternativeComparison-module__mgS7DG__subtext{color:var(--text-secondary);font-size:14px;line-height:1.4}.alternativeComparison-module__mgS7DG__iconCell{justify-content:center;align-items:center;gap:4px;display:flex}.alternativeComparison-module__mgS7DG__tick,.alternativeComparison-module__mgS7DG__cross{justify-content:center;align-items:center;display:flex}.alternativeComparison-module__mgS7DG__tick svg,.alternativeComparison-module__mgS7DG__cross svg{width:24px;height:24px;display:block}.alternativeComparison-module__mgS7DG__asterisk{color:var(--text-secondary);vertical-align:super;font-size:14px}@media (max-width:1024px){.alternativeComparison-module__mgS7DG__section{padding:64px 24px}.alternativeComparison-module__mgS7DG__comparisonTable{margin-top:40px}.alternativeComparison-module__mgS7DG__rowsWrapper{border-radius:16px}.alternativeComparison-module__mgS7DG__featureHeader,.alternativeComparison-module__mgS7DG__keepsakeHeader,.alternativeComparison-module__mgS7DG__alternativeHeader{padding:20px 24px}.alternativeComparison-module__mgS7DG__featureCell,.alternativeComparison-module__mgS7DG__keepsakeCell,.alternativeComparison-module__mgS7DG__alternativeCell{padding:16px 24px}.alternativeComparison-module__mgS7DG__featureName,.alternativeComparison-module__mgS7DG__mainText{font-size:15px}.alternativeComparison-module__mgS7DG__featureSubtext,.alternativeComparison-module__mgS7DG__subtext{font-size:13px}}@media (max-width:768px){.alternativeComparison-module__mgS7DG__section{padding:48px 3vw}.alternativeComparison-module__mgS7DG__container{max-width:100%}.alternativeComparison-module__mgS7DG__currencySelector{flex-direction:column;gap:6px;margin-top:24px}.alternativeComparison-module__mgS7DG__comparisonTable{margin-top:12px}.alternativeComparison-module__mgS7DG__rowsWrapper{border-radius:12px}.alternativeComparison-module__mgS7DG__headerRow,.alternativeComparison-module__mgS7DG__comparisonRow{grid-template-columns:1.2fr 1fr 1fr}.alternativeComparison-module__mgS7DG__featureHeader,.alternativeComparison-module__mgS7DG__keepsakeHeader,.alternativeComparison-module__mgS7DG__alternativeHeader{padding:16px}.alternativeComparison-module__mgS7DG__featureHeader h3{font-size:14px}.alternativeComparison-module__mgS7DG__keepsakeHeader{border-radius:16px 16px 0 0;padding:16px 8px}.alternativeComparison-module__mgS7DG__alternativeHeader{padding:16px 8px}.alternativeComparison-module__mgS7DG__keepsakeHeader svg,.alternativeComparison-module__mgS7DG__alternativeHeader svg,.alternativeComparison-module__mgS7DG__keepsakeHeader img,.alternativeComparison-module__mgS7DG__alternativeHeader img{max-width:80px}.alternativeComparison-module__mgS7DG__featureCell,.alternativeComparison-module__mgS7DG__keepsakeCell,.alternativeComparison-module__mgS7DG__alternativeCell{padding:12px 3vw}.alternativeComparison-module__mgS7DG__keepsakeCell,.alternativeComparison-module__mgS7DG__alternativeCell{padding:12px 8px}.alternativeComparison-module__mgS7DG__featureName,.alternativeComparison-module__mgS7DG__mainText{font-size:14px}.alternativeComparison-module__mgS7DG__featureSubtext,.alternativeComparison-module__mgS7DG__subtext{font-size:12px}.alternativeComparison-module__mgS7DG__tick svg,.alternativeComparison-module__mgS7DG__cross svg{width:20px;height:20px}.alternativeComparison-module__mgS7DG__asterisk{font-size:12px}}@media (max-width:500px){.alternativeComparison-module__mgS7DG__section{padding:32px 3vw}.alternativeComparison-module__mgS7DG__comparisonTable{margin-top:24px}.alternativeComparison-module__mgS7DG__rowsWrapper{border-radius:8px}.alternativeComparison-module__mgS7DG__headerRow,.alternativeComparison-module__mgS7DG__comparisonRow{grid-template-columns:1.3fr 1fr 1fr}.alternativeComparison-module__mgS7DG__featureHeader,.alternativeComparison-module__mgS7DG__keepsakeHeader,.alternativeComparison-module__mgS7DG__alternativeHeader{padding:12px}.alternativeComparison-module__mgS7DG__featureHeader h3{font-size:13px}.alternativeComparison-module__mgS7DG__keepsakeHeader{border-radius:12px 12px 0 0;padding:12px 4px}.alternativeComparison-module__mgS7DG__alternativeHeader{padding:12px 4px}.alternativeComparison-module__mgS7DG__keepsakeHeader svg,.alternativeComparison-module__mgS7DG__alternativeHeader svg,.alternativeComparison-module__mgS7DG__keepsakeHeader img,.alternativeComparison-module__mgS7DG__alternativeHeader img{max-width:60px}.alternativeComparison-module__mgS7DG__featureCell{padding:10px 12px}.alternativeComparison-module__mgS7DG__keepsakeCell,.alternativeComparison-module__mgS7DG__alternativeCell{padding:10px 4px}.alternativeComparison-module__mgS7DG__featureName,.alternativeComparison-module__mgS7DG__mainText{font-size:13px}.alternativeComparison-module__mgS7DG__featureSubtext,.alternativeComparison-module__mgS7DG__subtext{font-size:11px}.alternativeComparison-module__mgS7DG__tick svg,.alternativeComparison-module__mgS7DG__cross svg{width:18px;height:18px}}
.miniProjects-module__3NShiW__container{justify-content:center;align-items:center;width:100%;height:100%;padding-top:12px;display:flex}.miniProjects-module__3NShiW__stack{width:190px;height:130px;position:relative}.miniProjects-module__3NShiW__card{border-radius:12px;width:170px;height:100px;padding:12px 14px;position:absolute;top:8px;left:10px}.miniProjects-module__3NShiW__pos0{z-index:1;background:#323730;border:1px solid #ffffff14}.miniProjects-module__3NShiW__pos0 .miniProjects-module__3NShiW__cardType{color:#ffffff4d}.miniProjects-module__3NShiW__pos0 .miniProjects-module__3NShiW__cardName{color:#ffffff73}.miniProjects-module__3NShiW__pos0 .miniProjects-module__3NShiW__bar1,.miniProjects-module__3NShiW__pos0 .miniProjects-module__3NShiW__bar2{background:#ffffff1a}.miniProjects-module__3NShiW__pos1{z-index:2;background:#3a3f37;border:1px solid #ffffff1a}.miniProjects-module__3NShiW__pos1 .miniProjects-module__3NShiW__cardType{color:#ffffff59}.miniProjects-module__3NShiW__pos1 .miniProjects-module__3NShiW__cardName{color:#ffffffa6}.miniProjects-module__3NShiW__pos1 .miniProjects-module__3NShiW__bar1,.miniProjects-module__3NShiW__pos1 .miniProjects-module__3NShiW__bar2{background:#ffffff1f}.miniProjects-module__3NShiW__pos2{z-index:3;background:#42483e;border:1px solid #ffffff26}.miniProjects-module__3NShiW__pos2 .miniProjects-module__3NShiW__cardType{color:#ffffff73}.miniProjects-module__3NShiW__pos2 .miniProjects-module__3NShiW__cardName{color:#ffffffe6}.miniProjects-module__3NShiW__pos2 .miniProjects-module__3NShiW__bar1,.miniProjects-module__3NShiW__pos2 .miniProjects-module__3NShiW__bar2{background:#ffffff2e}.miniProjects-module__3NShiW__cardType{letter-spacing:.04em;text-transform:uppercase;font-size:9px;font-weight:500;line-height:1;display:block}.miniProjects-module__3NShiW__cardName{white-space:nowrap;margin-top:4px;font-size:12px;font-weight:600;line-height:1.2;display:block}.miniProjects-module__3NShiW__bars{flex-direction:column;gap:4px;margin-top:10px;display:flex}.miniProjects-module__3NShiW__bar1{border-radius:2px;width:65%;height:4px}.miniProjects-module__3NShiW__bar2{border-radius:2px;width:42%;height:4px}
.miniShipping-module__gJ56-a__container{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;padding:16px;display:flex}.miniShipping-module__gJ56-a__card{--card-bg:#ffffff1a;--card-border:#ffffff14;--card-backdrop:blur(16px);--card-header-color:#ffffff80;--card-divider:#ffffff14;--card-country-color:#fffffff2;--card-address-color:#fff6;--card-delivery-color:#ffffff73;--card-badge-bg:#22c55e33;--card-badge-color:#ffffffe6;-webkit-backdrop-filter:var(--card-backdrop);backdrop-filter:var(--card-backdrop);background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;width:100%}.miniShipping-module__gJ56-a__light{--card-bg:var(--surface-primary);--card-border:var(--border-primary-subtle);--card-backdrop:none;--card-header-color:var(--text-secondary);--card-divider:var(--border-primary-subtle);--card-country-color:var(--text-primary);--card-address-color:var(--text-secondary);--card-delivery-color:var(--text-secondary);--card-badge-bg:var(--surface-success);--card-badge-color:var(--text-success)}.miniShipping-module__gJ56-a__cardHeader{align-items:center;gap:8px;padding:14px 16px 0;display:flex}.miniShipping-module__gJ56-a__headerIcon{font-size:15px;line-height:1}.miniShipping-module__gJ56-a__headerText{color:var(--card-header-color);letter-spacing:.03em;text-transform:uppercase;font-size:11px;font-weight:600}.miniShipping-module__gJ56-a__divider{background:var(--card-divider);height:1px;margin:10px 16px}.miniShipping-module__gJ56-a__cardBody{flex-direction:column;gap:8px;padding:0 16px 14px;display:flex}.miniShipping-module__gJ56-a__flagRow{align-items:center;gap:10px;display:flex}.miniShipping-module__gJ56-a__flag{font-size:28px;line-height:1}.miniShipping-module__gJ56-a__countryName{color:var(--card-country-color);font-size:15px;font-weight:700;line-height:1.2}.miniShipping-module__gJ56-a__address{color:var(--card-address-color);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:500;line-height:1.3;overflow:hidden}.miniShipping-module__gJ56-a__deliveryRow{justify-content:space-between;align-items:center;margin-top:2px;display:flex}.miniShipping-module__gJ56-a__deliveryText{color:var(--card-delivery-color);font-size:11px;font-weight:500}.miniShipping-module__gJ56-a__freeBadge{background:var(--card-badge-bg);color:var(--card-badge-color);letter-spacing:.05em;text-transform:uppercase;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:700}
.page-module__nSTjuq__themesSection{width:100%;padding:32px 24px 64px}.page-module__nSTjuq__themesContainer{width:100%;max-width:1000px;margin:0 auto}@media (max-width:768px){.page-module__nSTjuq__themesSection{padding:32px 3vw 48px}}
.page-module__NU-FwW__themesSection{width:100%;padding:32px 24px 64px}.page-module__NU-FwW__themesContainer{width:100%;max-width:1000px;margin:0 auto}.page-module__NU-FwW__proseSection{width:100%;padding:32px 24px}.page-module__NU-FwW__proseContainer{width:100%;max-width:720px;margin:0 auto}.page-module__NU-FwW__proseHeading{margin-bottom:16px}.page-module__NU-FwW__proseBody{margin-bottom:12px}.page-module__NU-FwW__proseBody:last-child{margin-bottom:0}@media (max-width:768px){.page-module__NU-FwW__themesSection{padding:32px 3vw 48px}.page-module__NU-FwW__proseSection{padding:24px 5vw}}
/*# sourceMappingURL=36zb0r5hosh6i.css.map*/