.buying-step{background-color:var(--pure-white);border-radius:1.6rem;width:350px;height:560px;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 2rem 2rem;overflow:visible;position:relative;z-index:1;box-shadow:0 2px 12px rgba(0,0,0,.08);border:1px solid black}.buying-step,.buying-step .step-description{display:flex;justify-content:flex-start;box-sizing:border-box}.buying-step .step-description{margin-top:1.5rem;padding:0 1.5rem;color:#000000;font-size:14px;line-height:1.6;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%;overflow:visible;text-align:left;font-weight:400;font-family:var(--font-lato),-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;flex:1 1;flex-direction:column}.buying-step .step-description p{margin:0 0 .5rem;font-weight:700}.buying-step .step-description p:last-child{margin-bottom:0}.buying-step .step-title{color:var(--link-color);font-size:22px;padding:0 1.5rem;margin:1rem 0 .5rem;overflow-wrap:break-word;word-wrap:break-word;line-height:1.3;width:100%;box-sizing:border-box;text-align:center;font-weight:600;font-family:var(--font-lato),-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.buying-step .step-title,.icon-holder{display:flex;align-items:center;justify-content:center}.icon-holder{width:150px;height:150px;margin:0 auto}.icon-holder img{width:150px;height:150px;border-radius:1rem;object-fit:cover}.step-num{background-color:var(--light-green);border-radius:50%;font-size:2.2rem;height:60px;width:60px;display:flex;justify-content:center;align-items:center;position:absolute;top:-30px;left:50%;transform:translateX(-50%);color:var(--pure-white);z-index:2;font-weight:700;font-family:var(--font-lato),-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}@media only screen and (max-width:1024px){.buying-step{width:auto;max-width:300px;min-width:0;flex:1 1 280px;padding:2rem 1.25rem 1.25rem;height:450px}.buying-step .step-title{font-size:17px;padding:0 .75rem;margin:.75rem 0 .5rem;line-height:1.2}.buying-step .step-description{font-size:12px;padding:0 .75rem;margin-top:1rem;line-height:1.5;text-align:left}.icon-holder img{width:110px;height:110px}.step-num{font-size:2rem;height:55px;width:55px;top:-27.5px}}@media only screen and (max-width:768px){.buying-step{width:100%;max-width:400px;padding:2.5rem 2rem 2rem;height:480px}.buying-step .step-title{font-size:20px;padding:0 1.5rem;margin:1rem 0 .5rem}.buying-step .step-description{font-size:13px;padding:0 1.5rem;margin-top:1.5rem;text-align:left}}@media only screen and (max-width:750px){.buying-step{width:100%;max-width:400px;height:auto;min-height:450px;padding:2.5rem 1.5rem 1.5rem;margin-bottom:0;margin-top:0;z-index:1;position:relative}#bottom-section .buying-step:last-child,#top-section .buying-step:last-child{margin-top:.5rem}.buying-step .step-title{font-size:20px;padding:0 1rem;height:auto;min-height:auto;line-height:1.2;margin:1rem 0 .5rem}.buying-step .step-description{padding:0 1rem;height:auto;min-height:85px;font-size:13px;margin-top:1.5rem;text-align:left}.icon-holder img{width:120px;height:120px}.step-num{font-size:2rem;height:55px;width:55px;top:-27.5px;z-index:2}#bottom-section .buying-step:last-child .step-num,#seller-section .buying-step:not(:first-child) .step-num,#top-section .buying-step:last-child .step-num{z-index:1}}@media only screen and (max-width:480px){.buying-step{width:100%;max-width:100%;padding:2rem 1rem 1rem;margin:0 auto;height:auto;min-height:420px}.buying-step .step-title{font-size:16px;padding:0 .75rem;margin:1rem 0 .5rem;height:auto;min-height:auto;line-height:1.2}.buying-step .step-description{font-size:12px;padding:0 .75rem;margin-top:1rem;height:auto}.icon-holder img{width:100px;height:100px}.step-num{font-size:1.8rem;height:50px;width:50px;top:-25px}#seller-section .buying-step:not(:first-child) .step-num{z-index:1}}.last-card{background-color:var(--pure-white);outline:1px solid black;border-radius:1.6rem;padding:3rem;position:relative;z-index:1;overflow:visible;box-sizing:border-box}.content-container{display:flex;column-gap:1.5rem;align-items:flex-start}.content{width:350px;max-width:100%;box-sizing:border-box}.content h2{color:var(--light-green);font-size:32px;text-transform:uppercase;margin:0 0 1rem;line-height:1.3}.content h2,.content p{text-align:center;overflow-wrap:break-word;word-wrap:break-word}.content p{color:#333;font-size:14px;line-height:1.6;margin:0}.img-holder{width:350px;height:280px;overflow:hidden;border-radius:2rem}.img-holder img{width:100%;height:100%;object-fit:cover}.num{background-color:var(--light-green);border-radius:50%;font-size:2.2rem;height:60px;width:60px;display:flex;justify-content:center;align-items:center;color:var(--pure-white);position:absolute;right:62px;bottom:61px}@media only screen and (max-width:768px){.last-card{width:90%;max-width:500px;margin:0 auto}.content{width:300px}.img-holder{width:300px;height:240px}}@media only screen and (max-width:750px){.last-card{width:100%;max-width:400px;padding:2rem 1.5rem;margin:0 auto;box-sizing:border-box}.content-container{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%}.content{width:100%;max-width:100%;order:1;padding:0;box-sizing:border-box}.content h2{font-size:24px;padding:0;margin-bottom:.75rem}.content p{font-size:13px;padding:0;line-height:1.6}.img-holder{width:100%;height:auto;max-height:250px;min-height:200px;order:2;box-sizing:border-box}.img-holder img{width:100%;height:100%;object-fit:cover;max-height:250px}.num{right:auto;bottom:auto;top:-30px;left:50%;transform:translateX(-50%);z-index:2}}@media only screen and (max-width:480px){.last-card{padding:1.5rem 1rem;margin:0 auto;width:100%;max-width:100%}.content-container{gap:1rem}.content h2{font-size:20px;margin-bottom:.5rem;line-height:1.3}.content p{font-size:12px;line-height:1.5}.img-holder{min-height:180px;width:100%}.img-holder,.img-holder img{max-height:200px}.num{font-size:1.8rem;height:50px;width:50px;top:-25px}}.why-card{width:300px;max-width:100%;display:flex;flex-direction:column;align-items:center}.why-card,.why-card-seller{box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word}.why-card-seller{width:100%;max-width:255px;text-align:center}.why-card-seller .icon-holder{display:flex;justify-content:center;align-items:center;margin-bottom:10px;width:100%;opacity:.55}.why-card-seller .icon-holder img{width:72px;height:72px}.why-card-seller.bottom-row .icon-holder{margin-bottom:8px}.content-holder{text-align:center;width:100%;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word}.why-card-seller .content-holder{margin-top:0}.why-card:not(.why-card-seller) .content-holder{margin-top:22px}.why-card-seller .lead-line{color:#3a3a3a;font-size:14px;margin:0 0 4px}.why-card-seller .lead-line,.why-card:not(.why-card-seller) .lead-line{font-weight:600;line-height:1.4;font-family:var(--font-lato),sans-serif;text-align:center}.why-card:not(.why-card-seller) .lead-line{color:#5D6243;font-size:11.5px;margin-bottom:8px}.why-card-seller .content-holder h2{color:#3a3a3a;font-weight:700;font-size:22px;margin:0 0 8px;text-transform:none;font-family:var(--font-lato),sans-serif;letter-spacing:0;line-height:1.2;text-align:center;-webkit-hyphens:auto;hyphens:auto}.text-content,.why-card-seller .content-holder h2,.why-card-seller .text-content{overflow-wrap:break-word;word-wrap:break-word;width:100%;box-sizing:border-box}.why-card-seller .text-content{white-space:pre-line}.why-card-seller .text-content p{color:#4a4a4a;font-size:16px;line-height:1.55;margin:0 0 8px;font-family:var(--font-lato),sans-serif;text-align:center;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%;box-sizing:border-box}.why-card:not(.why-card-seller) .text-content p{color:#5A5A5A;font-size:12.5px;line-height:1.55;margin:0 0 12px;font-family:var(--font-lato),sans-serif;text-align:center}.text-content p:last-child{margin-bottom:0}.why-card:not(.why-card-seller) .content-holder h2{color:#484e2e;font-weight:700;font-size:16px;margin-top:1rem;margin-bottom:.5rem;text-transform:uppercase;font-family:var(--font-lato),sans-serif;letter-spacing:.5px}.why-card:not(.why-card-seller) .content-holder p{color:black;font-size:14px;line-height:1.6;margin:0;font-family:var(--font-lato),sans-serif}@media only screen and (max-width:768px){.why-card{width:100%;max-width:100%}.why-card,.why-card-seller{padding:0 .5rem;box-sizing:border-box}.why-card-seller{max-width:100%!important;width:100%!important;margin:0 auto}.icon-holder{width:100%;box-sizing:border-box}.icon-holder img{width:90px;height:90px}.content-holder{margin-top:20px;width:100%;padding:0;box-sizing:border-box}.content-holder h2{font-size:17px;margin-bottom:12px;overflow-wrap:break-word;word-wrap:break-word}.content-holder h2,.text-content{width:100%;box-sizing:border-box}.text-content p{font-size:13px;line-height:1.5}.lead-line,.text-content p{width:100%;overflow-wrap:break-word;word-wrap:break-word;box-sizing:border-box}.lead-line{font-size:12px;margin-bottom:6px}}@media only screen and (max-width:480px){.why-card{max-width:100%;width:100%}.why-card,.why-card-seller{padding:0 .75rem;box-sizing:border-box}.why-card-seller{max-width:100%!important;width:100%!important;margin:0 auto}.icon-holder{margin-bottom:0;width:100%;box-sizing:border-box}.icon-holder img{width:80px;height:80px}.content-holder{margin-top:18px;width:100%;padding:0;box-sizing:border-box}.content-holder h2{font-size:16px;margin-bottom:12px;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.content-holder h2,.text-content,.text-content p{width:100%;box-sizing:border-box}.text-content p{font-size:11.5px;line-height:1.5;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.why-card-seller .text-content p{font-size:14px}}.why-wrapper{background-color:white;padding:84px 24px 64px;width:100%;box-sizing:border-box}.why-wrapper,.why-wrapper-overlay{position:relative}.why-overlay{position:absolute;inset:0;background-image:url(/pdf_crop.png);background-size:contain;background-repeat:no-repeat;background-position:top;opacity:.35;pointer-events:none;z-index:1}.why-title-section{width:100%;max-width:1120px;margin:0 auto;padding:0;text-align:center;position:relative;z-index:2}.why-title-section h2{color:#5D6243;font-size:44px;text-align:center;letter-spacing:.16em;margin:0;padding:0;line-height:1.15;display:flex;flex-direction:column;align-items:center;font-family:Made Tommy Soft,sans-serif;font-weight:600}.why-title-section h2 .why-line-1,.why-title-section h2 .why-line-2{display:block;line-height:1.15}.why-title-section h2 .why-line-2{margin-top:0}.why-cards{width:100%;max-width:1120px;margin:0 auto;position:relative;z-index:2}.why-cards.buyer-cards{grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:140px;column-gap:140px;grid-row-gap:64px;row-gap:64px;padding-top:56px}.why-cards.buyer-cards,.why-cards.seller-cards{display:grid;justify-items:center;align-items:start}.why-cards.seller-cards{grid-template-columns:repeat(6,minmax(0,1fr));grid-template-areas:"c1 c1 c2 c2 c3 c3" ".  c4 c4 c5 c5 .";grid-column-gap:50px;column-gap:50px;grid-row-gap:50px;row-gap:50px;padding-top:40px}@media only screen and (min-width:1025px){.why-cards.seller-cards>:first-child{grid-area:c1}.why-cards.seller-cards>:nth-child(2){grid-area:c2}.why-cards.seller-cards>:nth-child(3){grid-area:c3}.why-cards.seller-cards>:nth-child(4){grid-area:c4}.why-cards.seller-cards>:nth-child(5){grid-area:c5}}@media only screen and (max-width:1200px){.why-cards.seller-cards{column-gap:90px}}.faqs{text-align:center;margin-top:56px;padding-bottom:24px;position:relative;z-index:2;font-size:20px}.faqs a{text-decoration:none;color:var(--pure-white);background-color:var(--light-green);padding:1rem 3rem;border-radius:2rem;transition:.3s ease;display:inline-block}.faqs a:hover{color:var(--light-green);background-color:var(--pure-white)}@media only screen and (max-width:1024px){.why-wrapper{padding:64px 18px 56px}.why-title-section,.why-wrapper{width:100%;box-sizing:border-box}.why-title-section{padding:0 1rem}.why-title-section h2{font-size:36px;letter-spacing:.12em;line-height:1.2}.why-cards{width:100%;padding:0 1rem;box-sizing:border-box}.why-cards.buyer-cards{row-gap:48px}.why-cards.buyer-cards,.why-cards.seller-cards{grid-template-columns:repeat(2,1fr);column-gap:40px;padding-top:48px}.why-cards.seller-cards{grid-template-areas:"a b" "c c" "d e";row-gap:40px}.why-cards.seller-cards>:first-child{grid-area:a}.why-cards.seller-cards>:nth-child(2){grid-area:b}.why-cards.seller-cards>:nth-child(3){grid-area:c}.why-cards.seller-cards>:nth-child(4){grid-area:d}.why-cards.seller-cards>:nth-child(5){grid-area:e}}@media only screen and (max-width:834px) and (min-width:768px){.why-wrapper{padding:56px 16px 48px}.why-title-section h2{font-size:32px;letter-spacing:.1em}.why-cards.buyer-cards{column-gap:32px;row-gap:40px}.why-cards.seller-cards{column-gap:32px;row-gap:36px}}@media only screen and (max-width:768px){.why-wrapper{padding:48px 16px 40px;width:100%;box-sizing:border-box}.why-title-section{width:100%;padding:0;margin-bottom:0}.why-title-section h2{font-size:28px;letter-spacing:.08em;line-height:1.2;width:100%;max-width:100%}.why-title-section h2 .why-line-1,.why-title-section h2 .why-line-2{display:block;width:100%;word-wrap:break-word;overflow-wrap:break-word}.why-cards{width:100%;padding:0;box-sizing:border-box}.why-cards.buyer-cards,.why-cards.seller-cards{grid-template-columns:1fr;column-gap:0;row-gap:32px;padding-top:32px;justify-items:stretch}.why-cards.seller-cards{grid-template-areas:"a" "b" "c" "d" "e";width:100%;max-width:100%}.why-cards.seller-cards>:first-child{grid-area:a;width:100%;max-width:100%}.why-cards.seller-cards>:nth-child(2){grid-area:b;width:100%;max-width:100%}.why-cards.seller-cards>:nth-child(3){grid-area:c;width:100%;max-width:100%}.why-cards.seller-cards>:nth-child(4){grid-area:d;width:100%;max-width:100%}.why-cards.seller-cards>:nth-child(5){grid-area:e;width:100%;max-width:100%}.faqs{margin-top:2rem;margin-bottom:2rem;padding:.5rem 1rem;width:100%}.faqs,.faqs a{box-sizing:border-box}.faqs a{padding:.875rem 2rem;font-size:18px;min-height:44px;display:inline-block}}@media only screen and (max-width:480px){.why-wrapper{padding:32px .75rem 24px;width:100%;box-sizing:border-box}.why-title-section{padding:0;margin-bottom:0;width:100%}.why-title-section h2{font-size:22px;letter-spacing:.06em;line-height:1.3;width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.why-title-section h2 .why-line-1,.why-title-section h2 .why-line-2{font-size:22px;display:block;width:100%;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.why-cards{width:100%;padding:24px 0 0;row-gap:24px;box-sizing:border-box}.why-cards.buyer-cards,.why-cards.seller-cards{row-gap:24px;padding-top:24px}.why-cards.seller-cards,.why-cards.seller-cards>*{width:100%;max-width:100%}.faqs{margin-top:1.5rem;margin-bottom:1.5rem;padding:.5rem}.faqs,.faqs a{width:100%;box-sizing:border-box}.faqs a{padding:.75rem 1.5rem;font-size:16px;max-width:280px;display:block;margin:0 auto;text-align:center;min-height:44px;-webkit-tap-highlight-color:transparent}}.page-wrapper{background-color:var(--white-color);min-height:100vh;overflow-x:hidden}.right-arrow{height:100px;margin:auto 0;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:90px;min-width:90px;z-index:20;position:relative;background:transparent}@media only screen and (max-width:750px){.right-arrow{z-index:30;position:relative}}.down-arrow img,.right-arrow img{width:90px;height:30px;display:block;object-fit:contain}.down-arrow{height:100px;display:flex;align-items:center;justify-content:center;transform:rotate(90deg);flex-shrink:0;min-width:30px;z-index:20;position:relative;background:transparent}.left-rotate{transform:rotate(180deg)}.left-rotate img{transform:none}.title{background-color:var(--primary-color);padding:1rem 0 1rem 5rem;z-index:-1;margin-bottom:0;box-sizing:border-box}.title h1{color:#ffffff;font-size:43.33px;font-weight:700;margin:0;padding:0;line-height:1.2;text-transform:uppercase;letter-spacing:1px;font-family:var(--font-lato),-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.tab-navigation{display:flex;align-items:center;gap:.5rem;margin:.5rem 0 0;padding:0;flex-wrap:wrap}.tab-button{background:none;border:none;font-size:18px;font-weight:400;padding:.5rem 0;cursor:pointer;text-transform:none;letter-spacing:.3px;font-family:var(--font-lato),-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;transition:color .2s ease;-webkit-tap-highlight-color:transparent}.tab-button,.tab-button:hover:not(.active){color:#ffffff}.tab-button.active{color:#E6A73F;font-weight:600}.tab-separator{color:#ffffff;font-size:18px;font-weight:400;margin:0;padding:0}.cards{padding:5rem 3rem;display:flex;justify-content:center;flex-direction:column;align-items:center;background-color:#faf7f5;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;--bp-card-w:400px;--bp-arrow-w:90px;--bp-gap:2rem;--bp-right-col-offset:calc(var(--bp-gap) + (var(--bp-card-w) + var(--bp-arrow-w)) / 2)}#bottom-section,#down-right-arrow,#middle-section,#top-section{display:flex;width:100%;max-width:1200px;align-items:center;position:relative;margin:0 auto}#top-section{justify-content:center;align-items:center;margin-bottom:2rem;margin-top:1rem;gap:2.5rem}#top-section>*{flex-shrink:0}#middle-section{justify-content:center;align-items:center;width:100%;max-width:1200px;height:100px;margin-bottom:4rem;margin-top:3rem;position:relative}#middle-section .down-arrow{position:relative;left:var(--bp-right-col-offset)}#bottom-section{flex-direction:row-reverse;justify-content:center;align-items:center;margin-bottom:3rem;margin-top:1rem;gap:2.5rem}#bottom-section>*{flex-shrink:0}#down-right-arrow{justify-content:flex-start;padding-left:12rem;align-items:center}#down-right-arrow,#last-section{margin-bottom:3rem;margin-top:1rem}#last-section{display:flex;justify-content:center}.buy-now{margin-top:4rem;margin-bottom:3rem;text-align:center;width:100%}.buy-now a{color:var(--pure-white);text-decoration:none;background-color:var(--light-green);padding:1rem 3rem;border-radius:2rem;transition:.3s ease;font-size:20px;display:inline-block}.buy-now a:hover{background-color:var(--pure-white);color:var(--light-green)}@media only screen and (max-width:1800px){#bottom-section,#down-right-arrow,#middle-section,#top-section{width:100%;max-width:1200px}#down-right-arrow{padding-left:13rem}}@media only screen and (max-width:1600px){#down-right-arrow{padding-left:10rem}}@media only screen and (max-width:1400px){#bottom-section,#down-right-arrow,#middle-section,#top-section{width:100%;max-width:1200px}#down-right-arrow{padding-left:12%}}@media only screen and (max-width:1180px){#bottom-section,#down-right-arrow,#middle-section,#top-section{width:100%;max-width:1200px}#down-right-arrow{padding-left:18%}}@media only screen and (max-width:900px){#bottom-section,#down-right-arrow,#middle-section,#top-section{width:100%;max-width:1200px}}@media only screen and (max-width:1024px){.cards{padding:4rem 1rem;overflow-x:hidden;width:100%;box-sizing:border-box}#bottom-section,#top-section{width:100%;max-width:100%;gap:1rem;padding:0;box-sizing:border-box;justify-content:center;flex-wrap:nowrap}#bottom-section>*,#top-section>*{flex-shrink:1;min-width:0;max-width:100%}.buying-step{max-width:300px!important}.right-arrow{width:50px;min-width:50px;flex-shrink:0}.down-arrow img,.right-arrow img{width:50px;height:18px}.buy-now a{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.title{padding:1rem 0 1rem 3rem}.title h1{font-size:38px}}@media only screen and (max-width:768px){.title{padding:.75rem 0 .75rem 1.5rem}.title h1{font-size:28px;line-height:1.3}.title-subtitle{font-size:16px}.tab-navigation{margin-top:.75rem;gap:.4rem}.tab-button{padding:.4rem 0}.tab-button,.tab-separator{font-size:16px}.cards{padding:3rem .75rem;overflow-x:hidden}#bottom-section,#top-section{gap:1rem;width:100%;max-width:100%;padding:0}.buying-step{max-width:280px;min-width:240px}#last-section{width:100%;padding:0 1rem;margin-bottom:2rem}}@media only screen and (max-width:750px){.cards{padding:2.5rem 1rem;width:100%;box-sizing:border-box}#bottom-section,#down-right-arrow,#middle-section,#top-section{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:0;margin-top:0;box-sizing:border-box}#top-section{margin-top:0;margin-bottom:0}.right-arrow{transform:rotate(90deg);margin:1rem 0;height:auto;width:90px;min-width:90px;z-index:30;position:relative;flex-shrink:0}.right-arrow img{width:90px;height:30px}#middle-section{height:auto;margin-bottom:0;margin-top:0;width:100%}#middle-section .down-arrow{position:static;left:auto;transform:rotate(90deg);margin:.5rem 0;z-index:30;width:90px}#bottom-section{margin-bottom:0;margin-top:0;flex-direction:column}.buying-step{margin-top:0;z-index:1;position:relative;width:100%;max-width:400px}#top-section .buying-step:first-child,.buying-step{margin-bottom:0}#top-section .right-arrow{margin:1.5rem 0;z-index:30;position:relative}#top-section .buying-step:last-child{margin-top:0}#bottom-section .buying-step:first-child{margin-bottom:0}#bottom-section .right-arrow{margin:1.5rem 0;z-index:30;position:relative;transform:rotate(90deg)}#bottom-section .buying-step:last-child{margin-top:0}#down-right-arrow{padding-left:0;justify-content:center;margin-bottom:0;margin-top:0;width:100%}#down-right-arrow .down-arrow,.down-arrow{transform:rotate(90deg);z-index:30;position:relative;margin:.5rem 0;width:90px}#last-section{margin-bottom:1.5rem;margin-top:.5rem;padding:0 .5rem;display:flex;justify-content:center}#last-section,.buy-now{width:100%;box-sizing:border-box}.buy-now{margin-top:2rem;margin-bottom:2rem;padding:0 1rem}.buy-now a{font-size:18px;padding:.875rem 2rem;display:inline-block;width:auto;max-width:100%;min-height:44px;box-sizing:border-box;-webkit-tap-highlight-color:transparent}}@media only screen and (max-width:480px){.title{padding:.75rem 0 .75rem 1rem}.title h1{font-size:22px;line-height:1.3;letter-spacing:.5px}.tab-navigation{margin-top:.5rem;gap:.3rem}.tab-button{padding:.3rem 0}.tab-button,.tab-separator,.title-subtitle{font-size:14px}.cards{padding:2rem .75rem;width:100%;box-sizing:border-box}#bottom-section,#down-right-arrow,#middle-section,#top-section{margin-bottom:.5rem;padding:0}#middle-section{margin-top:.5rem}.right-arrow{margin:1rem 0;width:70px;min-width:70px}.right-arrow img{width:70px;height:24px}#middle-section .down-arrow{margin:1rem 0;width:70px}#middle-section .down-arrow img{width:70px;height:24px}#down-right-arrow .down-arrow{width:70px;margin:1rem 0}#down-right-arrow .down-arrow img{width:70px;height:24px}.buying-step{width:100%;max-width:100%;padding:2rem 1rem 1rem}#last-section{margin-bottom:1rem;margin-top:.5rem;padding:0 .25rem;width:100%}.buy-now{margin-top:1.5rem;margin-bottom:1.5rem;padding:0 .75rem}.buy-now a{font-size:16px;padding:.75rem 1.5rem;width:100%;max-width:280px;display:block;margin:0 auto;text-align:center;box-sizing:border-box;min-height:44px;-webkit-tap-highlight-color:transparent}}#seller-section{display:flex;justify-content:center;align-items:center;width:100%;max-width:1400px;margin:0 auto;gap:2.5rem;flex-wrap:nowrap;box-sizing:border-box;padding:0 1rem}#seller-section>*{flex-shrink:0}.seller-cards{padding:5rem 3rem;width:100%;box-sizing:border-box;overflow-x:hidden}@media only screen and (max-width:1440px){#seller-section{max-width:100%;gap:2rem;padding:0 1.5rem}#seller-section .buying-step{max-width:350px;flex-shrink:1}}@media only screen and (max-width:1200px){.seller-cards{padding:4rem 2rem}#seller-section{gap:1.5rem;padding:0 1rem}#seller-section .buying-step{max-width:320px}}@media only screen and (max-width:1024px){.seller-cards{padding:3rem 1.5rem}#seller-section{gap:1rem;padding:0 .5rem}#seller-section .buying-step{max-width:280px}}@media only screen and (max-width:768px){.seller-cards{padding:2.5rem 1rem;width:100%;box-sizing:border-box}#seller-section{flex-direction:column;gap:0;width:100%;align-items:center}#seller-section .buying-step{width:100%;max-width:400px;margin-bottom:1.5rem;padding-top:2.5rem}#seller-section .buying-step:last-child{margin-bottom:0}#seller-section .right-arrow{transform:rotate(90deg);margin:.5rem 0 1rem;width:90px;min-width:90px;z-index:30;position:relative}#seller-section .right-arrow img{width:90px;height:30px}#seller-section .buying-step:first-child{margin-top:0;margin-bottom:1.5rem}#seller-section .buying-step:not(:first-child){margin-top:1rem;margin-bottom:1.5rem;padding-top:2.5rem}#seller-section .buying-step:not(:first-child) .step-num{z-index:1}}@media only screen and (max-width:750px){.seller-cards{padding:2.5rem 1rem;width:100%;box-sizing:border-box}#seller-section{flex-direction:column;gap:0;width:100%;align-items:center;justify-content:center}#seller-section .buying-step{width:100%;max-width:400px;margin-bottom:0;margin-top:0;z-index:1;position:relative;margin-bottom:1.5rem}#seller-section .buying-step:last-child{margin-bottom:0}#seller-section .right-arrow{transform:rotate(90deg);margin:.5rem 0 1rem;width:90px;min-width:90px;z-index:30;position:relative;flex-shrink:0;height:auto}#seller-section .right-arrow img{width:90px;height:30px}#seller-section .buying-step:first-child{margin-top:0;margin-bottom:1.5rem;padding-top:2.5rem}#seller-section .buying-step:not(:first-child){margin-top:1rem;margin-bottom:1.5rem;padding-top:2.5rem}#seller-section .buying-step:not(:first-child) .step-num{z-index:1}.seller-cards .buy-now{margin-top:2rem;margin-bottom:2rem;width:100%;padding:0 1rem;box-sizing:border-box}.seller-cards .buy-now a{font-size:18px;padding:.875rem 2rem;display:inline-block;width:auto;max-width:100%;min-height:44px;box-sizing:border-box;-webkit-tap-highlight-color:transparent}}@media only screen and (max-width:480px){.seller-cards{padding:2rem .75rem;width:100%;box-sizing:border-box}#seller-section{width:100%}#seller-section .buying-step{width:100%;max-width:100%;padding:2rem 1rem 1rem;margin-bottom:1.25rem;margin-top:0}#seller-section .buying-step:last-child{margin-bottom:0}#seller-section .right-arrow{margin:.5rem 0 .75rem;width:70px;min-width:70px;z-index:30;position:relative}#seller-section .right-arrow img{width:70px;height:24px}#seller-section .buying-step:first-child{margin-top:0;margin-bottom:1.25rem}#seller-section .buying-step:not(:first-child){margin-top:.75rem;margin-bottom:1.25rem;padding-top:2rem}#seller-section .buying-step:not(:first-child) .step-num{z-index:1}.seller-cards .buy-now{margin-top:1.5rem;margin-bottom:1.5rem;padding:0 .75rem}.seller-cards .buy-now a{font-size:16px;padding:.75rem 1.5rem;width:100%;max-width:280px;display:block;margin:0 auto;text-align:center;box-sizing:border-box;min-height:44px;-webkit-tap-highlight-color:transparent}}