.website-form-page{min-height:70vh;padding:4rem 0 5rem;background:radial-gradient(circle at 50% 0,rgba(16,185,129,.1),transparent 30rem),#fafafa}.website-form-page--embedded{min-height:0;margin:0;padding:0;border-radius:0;background:rgba(0,0,0,0)}.website-form-page--embedded .website-form-page__container{width:min(100%,48rem)}.text-block--tight-bottom .website-form-page--embedded{margin-bottom:1rem}.website-form-page__container{width:min(100% - 2rem,48rem);margin:0 auto}.website-form-page__header{max-width:42rem;margin:0 auto 2rem;text-align:center}.website-form-page__header h1{margin:.75rem 0;color:#0f0f0f;font-size:clamp(2rem,5vw,3rem);line-height:1.15;letter-spacing:-.02em}.website-form-page__header p{max-width:39rem;margin:0 auto;color:#525252;font-size:1.125rem;line-height:1.6}.website-form-page__eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:#059669;font-size:.875rem;font-weight:600}.website-form-embed__loading{min-height:18rem;margin:2.5rem 0;border-radius:1.5rem;background:linear-gradient(100deg,#fafafa 30%,#f5f5f5 50%,#fafafa 70%);background-size:220% 100%;animation:website-form-loading 1.4s ease-in-out infinite}.text-block--tight-bottom .website-form-embed__loading{margin-bottom:1rem}.website-form-dropdown{position:relative}.website-form-dropdown__trigger{width:100%;height:2.85rem;border-radius:.5rem;border:1px solid rgba(212,212,212,.9);background:hsla(0,0%,100%,.95);padding:0 .75rem;font-size:.875rem;color:#171717;transition:.15s ease}.website-form-dropdown__trigger:focus{outline:none;border-color:rgba(59,130,246,.65);box-shadow:0 0 0 4px rgba(59,130,246,.12)}@media(max-width:768px){.website-form-dropdown__trigger{font-size:16px}}.website-form-dropdown__trigger{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:400;text-align:left;cursor:pointer}.website-form-dropdown__trigger:hover{border-color:#d4d4d4}.website-form-dropdown__trigger--placeholder{color:#737373}.website-form-dropdown__icon{flex:0 0 auto;color:#737373;transition:transform .15s ease}.website-form-dropdown__icon--open{transform:rotate(180deg)}.website-form-dropdown__item-label,.website-form-dropdown__value{min-width:0;flex:1 1}.website-form-dropdown__trailing{display:inline-flex;flex:0 0 auto;align-items:center;gap:.75rem;margin-left:auto}.website-form-dropdown__flag,.website-form-dropdown__item-trailing{flex:0 0 auto;font-size:1rem;line-height:1}.website-form-dropdown__menu{position:absolute;z-index:100;top:calc(100% + .25rem);left:0;width:100%;min-width:12.5rem;max-height:18.75rem;overflow-y:auto;border:1px solid #e5e5e5;border-radius:1rem;background:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.05),0 4px 6px -4px rgba(0,0,0,.05);visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-.25rem);transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.website-form-dropdown__menu--open{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.website-form-dropdown__item{display:flex;align-items:center;width:100%;padding:.5rem .75rem;border:0;outline:0;background:rgba(0,0,0,0);color:#171717;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;text-align:left;cursor:pointer;transition:background-color .15s ease}.website-form-dropdown__item-trailing{margin-left:auto}.website-form-dropdown__item--focused,.website-form-dropdown__item:hover{background:#fafafa}.website-form-dropdown__item--active{background:rgba(59,130,246,.1);color:#2563eb}.website-form-dropdown__item--active.website-form-dropdown__item--focused{background:rgba(59,130,246,.15)}.website-form{display:grid;grid-gap:1.5rem;gap:1.5rem;padding:clamp(1.25rem,5vw,2rem);border:1px solid #e5e5e5;border-radius:1.5rem;background:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.05),0 4px 6px -4px rgba(0,0,0,.05)}.website-form--message,.website-form__success{width:min(100% - 2rem,42rem);margin:0 auto;justify-items:center;text-align:center}.website-form--message h1,.website-form--message h2,.website-form__success h1,.website-form__success h2{margin:0;color:#0f0f0f}.website-form--message p,.website-form__success p{max-width:34rem;margin:0;color:#525252;line-height:1.6}.website-form>.website-form--message{width:100%;margin:0;box-sizing:border-box}.text-block .website-form__success h2.thanks-page__title,.text-block .website-form__success p.thanks-page__text{margin:0}.website-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.website-form__message-icon{display:grid;width:2.5rem;height:2.5rem;place-items:center;line-height:0}.website-form__message-icon svg{display:block}.website-form__message-icon--warning{color:#f59e0b}.website-form__field{display:grid;grid-gap:.5rem;gap:.5rem}.website-form__field>span{font-size:.75rem;font-weight:600;color:#525252;letter-spacing:.01em}.website-form__field input,.website-form__field select,.website-form__field textarea{width:100%;height:2.85rem;border-radius:.5rem;border:1px solid rgba(212,212,212,.9);background:hsla(0,0%,100%,.95);padding:0 .75rem;font-size:.875rem;color:#171717;transition:.15s ease}.website-form__field input:focus,.website-form__field select:focus,.website-form__field textarea:focus{outline:none;border-color:rgba(59,130,246,.65);box-shadow:0 0 0 4px rgba(59,130,246,.12)}@media(max-width:768px){.website-form__field input,.website-form__field select,.website-form__field textarea{font-size:16px}}.website-form__field input,.website-form__field select,.website-form__field textarea{font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:400}.website-form__field textarea{height:auto;min-height:7rem;padding:.75rem;line-height:1.5;resize:vertical}.website-form__field small{color:#737373;font-size:.75rem;font-weight:400;line-height:1.5}.website-form__file-control{position:relative;display:grid;min-height:6.5rem;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:1rem;gap:1rem;padding:1rem 1.25rem;overflow:hidden;border:1.5px dashed #d4d4d4;border-radius:1rem;background:#fafafa;color:#3b82f6;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.website-form__file-control:hover{border-color:rgba(59,130,246,.7);background:rgba(59,130,246,.035);transform:translateY(-1px)}.website-form__file-control:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.12)}.website-form__file-control input[type=file]{position:absolute;z-index:2;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(0,0,0,0);box-shadow:none;cursor:pointer;opacity:0}.website-form__file-control--selected{border-style:solid;border-color:rgba(59,130,246,.55);background:rgba(59,130,246,.045)}.website-form__file-control--selected .website-form__file-icon{background:#3b82f6;color:#fff}.website-form__file-icon{display:inline-flex;width:3.25rem;height:3.25rem;flex:0 0 auto;align-items:center;justify-content:center;border-radius:.75rem;background:#fff;color:#3b82f6;box-shadow:0 1px 3px 0 rgba(0,0,0,.05),0 1px 2px -1px rgba(0,0,0,.05)}.website-form__file-copy{display:grid;min-width:0;grid-gap:.25rem;gap:.25rem}.website-form__file-copy strong{overflow:hidden;color:#171717;font-size:.875rem;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.website-form__file-copy small{color:#737373;font-size:.75rem;font-weight:400;line-height:1.5}.website-form__section{min-width:0;margin:0;padding:0;border:0}.website-form__section legend{padding:0;color:#171717;font-size:1rem;font-weight:600}.website-form__section>p{margin:.25rem 0 1rem;color:#737373;font-size:.875rem}.website-form__address-summary{display:grid;grid-gap:.25rem;gap:.25rem;margin-top:.75rem;padding:1rem;border:1px solid #f0f0f0;border-radius:1rem;background:#fafafa;color:#171717;font-style:normal;line-height:1.6}.website-form__address-fields{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.website-form__field-control{position:relative;width:100%}.website-form__field-control--valid input,.website-form__field-control--valid select{padding-right:2.9rem}.website-form__field-valid{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;border-radius:9999px;background:#10b981;color:#fff;pointer-events:none}.website-form__field-valid svg{width:.6rem;height:.6rem;stroke-width:3;transform:translate(.25px,.25px)}.website-form__order-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.website-form__order-head>span{font-family:JetBrains Mono,ui-monospace,monospace;font-weight:600}.website-form__order-head button{display:inline-flex;align-items:center;gap:.25rem;padding:0;border:0;background:none;color:#737373;font:inherit;font-size:.875rem;cursor:pointer}.website-form__order-head button:hover{color:#171717}.website-form__photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.website-form__photo{position:relative;display:grid;grid-template-columns:5rem minmax(0,1fr) auto;align-items:center;grid-gap:.75rem;gap:.75rem;padding:.75rem;border:2px solid #e5e5e5;border-radius:1rem;cursor:pointer;transition:border-color .15s ease,background .15s ease}.website-form__photo:hover{border-color:#d4d4d4}.website-form__photo--selected{border-color:#3b82f6;background:rgba(59,130,246,.04)}.website-form__photo--selected .website-form__radio{border-color:rgba(59,130,246,.85);color:#3b82f6}.website-form__photo>input{position:absolute;opacity:0;pointer-events:none}.website-form__photo img{width:5rem;height:5rem;border-radius:.75rem;background:#fafafa;object-fit:contain}.website-form__photo-copy{display:grid;grid-gap:.25rem;gap:.25rem;min-width:0}.website-form__photo-copy strong{font-size:.875rem}.website-form__photo-copy small{color:#737373}.website-form__issue,.website-form__issues{display:grid;grid-gap:1rem;gap:1rem}.website-form__issue{padding:1rem;border:1px solid #e5e5e5;border-radius:1rem;background:rgba(250,250,250,.45)}.website-form__issue-head{display:flex;align-items:center;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0}.website-form__issue-head img{width:3rem;height:3rem;border-radius:.5rem;background:#fff;object-fit:contain}.website-form__issue-head>div{display:grid;grid-gap:2px;gap:2px}.website-form__issue-head small{color:#737373;font-size:.75rem}.website-form__issue-head strong{color:#171717;font-size:.875rem}.website-form__radio{display:inline-flex;width:1.15rem;height:1.15rem;align-items:center;justify-content:center;border:1.5px solid rgba(212,212,212,.9);border-radius:9999px;color:rgba(0,0,0,0)}.website-form__radio svg{width:.6rem;height:.6rem;stroke-width:3;transform:translate(.25px,.25px)}.website-form__resolutions{display:grid;grid-gap:.75rem;gap:.75rem;margin-top:.75rem}.website-form__resolution{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;grid-gap:.75rem;gap:.75rem;padding:1rem;border:1px solid #e5e5e5;border-radius:1rem;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.website-form__resolution>input{position:absolute;opacity:0;pointer-events:none}.website-form__resolution>span:nth-of-type(2){display:grid;grid-gap:.25rem;gap:.25rem}.website-form__resolution>span:nth-of-type(2) strong{color:#171717;font-size:.875rem}.website-form__resolution>span:nth-of-type(2) small{color:#737373;font-size:.75rem;line-height:1.5}.website-form__resolution em{padding:.2rem .5rem;border-radius:9999px;background:rgba(16,185,129,.12);color:#059669;font-size:.7rem;font-style:normal;font-weight:600}.website-form__resolution--recommended{border-color:rgba(16,185,129,.35)}.website-form__resolution--refund{opacity:.78}.website-form__resolution--selected{border-color:rgba(59,130,246,.7);background:rgba(59,130,246,.03);box-shadow:0 0 0 1px rgba(59,130,246,.2);opacity:1}.website-form__resolution--selected .website-form__radio{border-color:rgba(59,130,246,.85);color:#3b82f6}.website-form__refund-breakdown{display:grid;grid-gap:.75rem;gap:.75rem;padding:1rem;border:1px solid #e5e5e5;border-radius:1rem;background:#fafafa}.website-form__refund-breakdown>strong{font-size:.875rem}.website-form__refund-breakdown>small{color:#737373;font-size:.75rem;line-height:1.5}.website-form__refund-breakdown dl{display:grid;grid-gap:.5rem;gap:.5rem;margin:0}.website-form__refund-breakdown dl>div{display:flex;justify-content:space-between;gap:1rem;color:#525252;font-size:.875rem}.website-form__refund-breakdown dd,.website-form__refund-breakdown dt{margin:0}.website-form__refund-breakdown-total{padding-top:.75rem;border-top:1px solid #e5e5e5;color:#171717!important;font-weight:600}.website-form__refund-total{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.75rem;gap:.75rem;padding:1rem;border-radius:1rem;background:rgba(16,185,129,.08);color:#059669}.website-form__refund-total strong{color:#0f0f0f}.website-form__refund-total small{grid-column:2/-1;color:#525252;font-size:.75rem;line-height:1.5}.website-form__submit{display:inline-flex;min-height:3.25rem;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border:0;border-radius:.75rem;background:#0f0f0f;color:#fff;font:inherit;font-weight:600;cursor:pointer;transition:background .15s ease,transform .15s ease}.website-form__submit:hover:not(:disabled){background:#262626;transform:translateY(-1px)}.website-form__submit:disabled{cursor:not-allowed;opacity:.55}.website-form__submit--link,.website-form__submit--link:hover,.website-form__submit--link:visited{color:#fff!important;text-decoration:none}.website-form__spinner{animation:website-form-spin .8s linear infinite}.website-form__warning{display:flex;align-items:flex-start;gap:.75rem;margin:0;padding:1rem;border:1px solid rgba(245,158,11,.35);border-radius:.75rem;background:rgba(245,158,11,.1);color:#92400e}.website-form__warning>svg{flex:0 0 auto;margin-top:1px;color:#b45309}.website-form__warning strong{display:block;font-size:.875rem}.website-form__warning p{margin:.25rem 0 0;font-size:.875rem;line-height:1.5}.website-form__error{margin:0;padding:.75rem 1rem;border:1px solid rgba(239,68,68,.2);border-radius:.75rem;background:rgba(239,68,68,.07);color:#ef4444;font-size:.875rem}@media(max-width:639px){.website-form__grid,.website-form__photos{grid-template-columns:1fr}.website-form__order-head{align-items:flex-start;flex-direction:column}.website-form__file-control{padding:1rem}.website-form__file-icon{width:3rem;height:3rem}}@keyframes website-form-spin{to{transform:rotate(1turn)}}@keyframes website-form-loading{0%{background-position:100% 0}to{background-position:-100% 0}}.thanks-page{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.thanks-page__brand{display:inline-flex;align-items:center;gap:.5rem;color:#171717;font-weight:600;animation:fade-up .5s cubic-bezier(.16,1,.3,1) .45s forwards;opacity:0;transform:translateY(10px)}.thanks-page__brand-logo{display:block;width:min(190px,60vw);height:auto;max-height:46px;object-fit:contain}.thanks-page__container{max-width:32rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.thanks-page__icon{position:relative;width:3.5rem;height:3.5rem;margin-bottom:1rem}.thanks-page__icon--success .thanks-page__icon-ring{border-color:#10b981}.thanks-page__icon--success .thanks-page__icon-check{color:#10b981}.thanks-page__icon--warning .thanks-page__icon-ring{border-color:#f59e0b}.thanks-page__icon--warning .thanks-page__icon-check{color:#f59e0b}.thanks-page__icon--error .thanks-page__icon-ring{border-color:#ef4444}.thanks-page__icon--error .thanks-page__icon-check{color:#ef4444}.thanks-page__icon--muted .thanks-page__icon-ring{border-color:#737373}.thanks-page__icon--muted .thanks-page__icon-check{color:#737373}.thanks-page__icon-ring{position:absolute;inset:0;border-radius:9999px;border:2px solid #10b981;animation:ring-appear .6s cubic-bezier(.16,1,.3,1) forwards}.thanks-page__icon-check{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#10b981;animation:check-appear .4s cubic-bezier(.16,1,.3,1) .3s forwards;opacity:0;transform:scale(.5)}.thanks-page__title{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.15;color:#171717;animation:fade-up .5s cubic-bezier(.16,1,.3,1) .5s forwards}.thanks-page__text,.thanks-page__title{margin:0;opacity:0;transform:translateY(10px)}.thanks-page__text{font-size:1.125rem;line-height:1.6;color:#525252;max-width:28rem;animation:fade-up .5s cubic-bezier(.16,1,.3,1) .6s forwards}.thanks-page__details{width:min(100%,34rem);padding:1rem;border:1px solid rgba(229,229,229,.95);border-radius:.75rem;background:hsla(0,0%,100%,.97);text-align:left;animation:fade-up .5s cubic-bezier(.16,1,.3,1) .68s forwards;opacity:0;transform:translateY(10px)}.thanks-page__details-title{margin:0 0 .75rem;font-size:1.125rem;font-weight:600;color:#171717}.thanks-page__detail-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin:0 0 1rem}.thanks-page__detail-label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#525252;margin-bottom:.5rem}.thanks-page__detail-value{font-size:1rem;font-weight:600;color:#171717}.thanks-page__detail-block+.thanks-page__detail-block{margin-top:1rem}.thanks-page__address{font-size:.875rem;line-height:1.45;color:#171717;display:flex;flex-direction:column;gap:.15rem}.thanks-page__empty{margin:0;font-size:.875rem;line-height:1.45;color:#525252}.thanks-page__photos{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.thanks-page__photo{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem;border:1px solid rgba(229,229,229,.9);border-radius:.5rem;background:hsla(0,0%,100%,.94)}.thanks-page__photo-copyshop{flex-basis:100%;min-width:0}.thanks-page__photo-copyshop .nearby-copyshop{margin-top:0}.thanks-page__photo-main{min-width:0;display:flex;align-items:center;gap:.75rem}.thanks-page__photo-thumb-button{position:relative;border:0;background:rgba(0,0,0,0);padding:0;margin:0;cursor:zoom-in;display:inline-flex;align-items:center;justify-content:center}@media(min-width:768px){.thanks-page__photo-thumb-button:hover{z-index:12}.thanks-page__photo-thumb-button:hover .thanks-page__photo-thumb-preview{opacity:1;transform:translateY(-50%) scale(1)}.thanks-page__photo-thumb-button:hover:after{opacity:1}}.thanks-page__photo-thumb-button:after{content:"";position:absolute;inset:0;border-radius:2px;box-shadow:0 0 0 1px rgba(59,130,246,.2),0 22px 42px -22px rgba(18,28,45,.28);opacity:0;pointer-events:none;transition:opacity .22s ease}.thanks-page__photo-thumb{height:2.85rem;width:auto;max-width:3.3rem;aspect-ratio:35/45;object-fit:cover;border-radius:6px;border:1px solid rgba(229,229,229,.85);background:#fff}.thanks-page__photo-thumb-preview{display:none}@media(min-width:768px){.thanks-page__photo-thumb-preview{display:block;position:absolute;top:50%;left:calc(100% + 1rem);width:min(13rem,30vw);border-radius:1rem;overflow:hidden;border:1px solid rgba(229,229,229,.9);background:hsla(0,0%,100%,.98);box-shadow:0 28px 50px -20px rgba(18,28,45,.45);opacity:0;pointer-events:none;transform:translate(-.5rem,-50%) scale(.96);transform-origin:left center;transition:opacity .22s ease,transform .22s ease}.thanks-page__photo-thumb-preview img{display:block;width:100%;height:auto;aspect-ratio:inherit;object-fit:cover;object-position:center 30%}}.thanks-page__photo-info{min-width:0;display:flex;flex-direction:column;gap:2px}.thanks-page__photo-info strong{font-size:.875rem;color:#171717;line-height:1.35}.thanks-page__photo-description{font-size:.75rem;color:#525252;line-height:1.35;display:inline-flex;align-items:center;gap:.3rem}.thanks-page__photo-package-check{width:1rem;height:1rem;border-radius:999px;border:1px solid rgba(59,130,246,.6);color:#3b82f6;background:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.thanks-page__photo-country{font-size:.875rem;color:#525252;line-height:1.35}.thanks-page__photo-country-flag{line-height:1;font-size:.9em}.thanks-page__download{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.45rem .75rem;border-radius:.5rem;border:1px solid rgba(5,150,105,.3);background:#10b981;color:#fff;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.thanks-page__download:hover{background:#059669}.thanks-page__actions{display:flex;flex-direction:column;align-items:center;gap:.75rem;animation:fade-up .5s cubic-bezier(.16,1,.3,1) .7s forwards;opacity:0;transform:translateY(10px)}.thanks-page__preview-overlay{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:rgba(14,20,31,.72);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.thanks-page__preview-dialog{position:relative;width:min(100%,28rem);border-radius:1.25rem;background:hsla(0,0%,100%,.98);padding:1rem;box-shadow:0 28px 60px -28px rgba(0,0,0,.42)}.thanks-page__preview-close{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:rgba(18,28,45,.08);color:#171717;cursor:pointer}.thanks-page__preview-image-shell{border-radius:1rem;overflow:hidden;background:#fafafa}.thanks-page__preview-image{display:block;width:100%;height:auto;max-height:min(76vh,34rem);object-fit:contain}.thanks-page .btn{animation:fade-up .5s cubic-bezier(.16,1,.3,1) .7s forwards;opacity:0;transform:translateY(10px)}.thanks-page--pasfoto{min-height:100vh;min-height:100dvh;height:100dvh;align-items:center;justify-content:center;padding:1.5rem 1rem;background:#f3f3f3}.thanks-page--pasfoto .thanks-page__container{width:min(100%,37.5rem);margin-top:0;padding:1.4rem 1.25rem 1.35rem;border:1px solid #cccbc9;border-radius:2px;background:#fff;box-shadow:none;gap:.95rem;text-align:left;align-items:flex-start}.thanks-page--pasfoto .thanks-page__brand{width:100%;padding-bottom:.85rem;margin-bottom:.15rem;border-bottom:1px solid #dadada;animation:none;opacity:1;transform:none}.thanks-page--pasfoto .thanks-page__brand-logo{width:min(170px,100%);height:auto;max-height:44px;object-fit:contain}.thanks-page--pasfoto .thanks-page__icon{width:3.25rem;height:3.25rem;margin-bottom:.05rem}.thanks-page--pasfoto .thanks-page__icon-check,.thanks-page--pasfoto .thanks-page__icon-ring{animation:none;opacity:1;transform:none}.thanks-page--pasfoto .thanks-page__icon--success .thanks-page__icon-ring{background:#5ca340;border-color:#5ca340}.thanks-page--pasfoto .thanks-page__icon--success .thanks-page__icon-check{color:#fff}.thanks-page--pasfoto .thanks-page__icon--warning .thanks-page__icon-ring{border-color:#1172ba}.thanks-page--pasfoto .thanks-page__icon--warning .thanks-page__icon-check{color:#1172ba}.thanks-page--pasfoto .thanks-page__title{font-family:var(--font-antic-slab),Georgia,serif;font-size:clamp(1.8rem,4.2vw,2.25rem);font-weight:400;line-height:1.12;margin:0;color:#333;animation:none;opacity:1;transform:none;text-wrap:balance}.thanks-page--pasfoto .thanks-page__text{max-width:31rem;margin:0;font-size:1.03rem;line-height:1.5;color:#4a4a4a;animation:none;opacity:1;transform:none}.thanks-page--pasfoto .thanks-page__details{width:100%;border:1px solid #cccbc9;border-radius:2px;background:#f9f9f9;padding:.95rem;animation:none;opacity:1;transform:none}.thanks-page--pasfoto .thanks-page__details-title{margin:0 0 .65rem;font-size:1.03rem;font-weight:700;color:#333}.thanks-page--pasfoto .thanks-page__detail-label{margin-bottom:.35rem;font-size:.73rem;letter-spacing:.03em;color:#6a6a6a}.thanks-page--pasfoto .thanks-page__detail-row{margin-bottom:.95rem}.thanks-page--pasfoto .thanks-page__detail-value{font-size:.98rem;color:#333}.thanks-page--pasfoto .thanks-page__address{font-size:.94rem;color:#3f3f3f;white-space:pre-wrap}.thanks-page--pasfoto .thanks-page__detail-block+.thanks-page__detail-block{margin-top:.95rem}.thanks-page--pasfoto .thanks-page__photo{border:1px solid #d7d6d4;border-radius:2px;background:#fff;padding:.62rem .7rem;align-items:center}.thanks-page--pasfoto .thanks-page__photo-thumb{height:3.95rem;width:auto;max-width:4.9rem;aspect-ratio:35/45;border-radius:2px;border-color:#d7d6d4}.thanks-page--pasfoto .thanks-page__photo-main{gap:.78rem}.thanks-page--pasfoto .thanks-page__photo-info strong{font-size:1rem;line-height:1.2;font-weight:700;color:#333}.thanks-page--pasfoto .thanks-page__photo-country{display:inline-flex;align-items:center;gap:.42rem;color:#5d5d5d;font-size:.82rem;line-height:1.25;font-weight:400}.thanks-page--pasfoto .thanks-page__photo-country-flag{width:1rem;height:1rem;display:inline-flex;align-items:center;justify-content:center;line-height:1;font-size:.9rem;flex-shrink:0}.thanks-page--pasfoto .thanks-page__photo-description{color:#6a6a6a;font-size:.82rem;line-height:1.25;display:inline-flex;align-items:center;gap:.42rem;font-weight:400}.thanks-page--pasfoto .thanks-page__photo-package-check{width:1rem;height:1rem;border-radius:999px;border:1px solid rgba(17,114,186,.65);color:#1172ba;background:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.thanks-page--pasfoto .thanks-page__photo-package-check svg{width:.62rem;height:.62rem}.thanks-page--pasfoto .thanks-page__actions{width:100%;margin-top:.2rem;display:flex;flex-direction:column;align-items:stretch;gap:.65rem;animation:none;opacity:1;transform:none}.thanks-page--pasfoto .btn{width:100%;min-height:3rem;border-radius:2px;font-size:.9rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;animation:none;opacity:1;transform:none}.thanks-page--pasfoto .btn--primary{background:#b8d973;color:#4b682d}.thanks-page--pasfoto .btn--primary:hover{background:#aac86a}.thanks-page--pasfoto .btn--secondary{background:#f9f9f9;border-color:#cccbc9;color:#4a4a4a}.thanks-page--pasfoto .btn--secondary:hover{background:#f3f3f3;border-color:#bfbebc}.thanks-page--pasfoto .thanks-page__download{min-height:1.95rem;border-radius:2px;border-color:rgba(0,0,0,.25);background:linear-gradient(0deg,#aad75d,#d1e990);color:#54770f;font-size:.72rem;line-height:1}.thanks-page--pasfoto .thanks-page__preview-dialog{border-radius:2px;border:1px solid #cccbc9;background:#fff;box-shadow:none}@keyframes ring-appear{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes check-appear{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}