:root{--primary:var(--blue50);--secondary:var(--cool-grey90);--tertiary:var(--cool-grey20);--warning:var(--orange30);--danger:var(--red60);--success:var(--green50);--ui-grey-light:var(--cool-grey00);--ui-grey:var(--cool-grey10);--ui-grey-dark:var(--cool-grey30);--text-default:var(--cool-grey90);--text-grey:var(--cool-grey70);--text-primary:var(--blue50);--text-white:#fff;--text-green:var(--green50);--error:var(--red70);--text-price:var(--red50);--radius:4px;--stroke-size:2px}*{box-sizing:border-box}.progressStep{container-type:inline-size;display:flex}@container (max-width: 300px){.progressStep .progressStep__icon{height:45px;width:45px}}.progressStep__iconwrap{flex-direction:column}.progressStep__icon,.progressStep__iconwrap{align-items:center;display:flex;justify-content:center}.progressStep__icon{border:var(--stroke-size) solid var(--primary);border-radius:50%;height:60px;overflow:hidden;width:60px}.progressStep__icon svg{height:50%;width:50%}.progressStep__iconline{background:linear-gradient(to bottom,var(--ui-grey-dark) 40%,transparent 40%);background-size:15px 15px;flex-grow:1;min-height:20px;width:2px}.progressStep__card{background:#fff;border-radius:var(--radius);display:flex;margin:.5em 0;width:100%}.progressStep__card-text{flex-grow:1;padding:1em}.progressStep__card a:link,.progressStep__card a:visited{align-items:center;border-left:2px solid var(--ui-grey-light);border-radius:0 var(--radius) var(--radius) 0;color:var(--primary);display:flex;font-weight:600;padding:1em;text-transform:uppercase;transition:.15s}.progressStep__card a:hover{background:var(--primary);color:#fff}.progressStep__title{font-size:1rem;font-weight:700}.progressStep-complete .progressStep__iconline{background:var(--primary);flex-grow:1;width:2px}.progressStep__content{flex-grow:1;font-size:1rem;padding:0 1rem 1rem}.progressStep-inProgress .progressStep__icon{background:var(--primary);color:#fff}.progressStep-inProgress .progressStep__iconline{background:none}.progressStep-incomplete{color:var(--text-grey);font-style:italic}.progressStep-incomplete .progressStep__icon{border:var(--stroke-size) solid var(--ui-grey-dark);color:var(--ui-grey-dark)}.progressStep-incomplete:last-of-type .progressStep__iconline{display:none}.product-card-accordion{border-radius:var(--radius);overflow:hidden;transition:max-height .2s}.product-card-accordion__expander{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:linear-gradient(0deg,#fff 50%,hsla(0,0%,100%,0));border:none;bottom:0;color:var(--primary);cursor:pointer;height:70px;left:0;padding-top:2em;position:sticky;text-align:center;transition:height .2s;width:100%}.product-card-accordion__expander svg{margin-right:.5em;vertical-align:middle}.product-card-accordion__expander:hover{text-decoration:underline}.product-card-accordion__expanded .product-card-accordion__expander{background:#fff;height:50px;padding:1em}.product-card-accordion__expanded .product-card-accordion__expander svg{transform:rotate(180deg)}.productcard{background:#fff;container-type:inline-size;display:flex;gap:4em}@media (max-width:720px){.productcard{gap:2em}}@container (max-width: 300px){.productcard .productcard-img{height:45px;min-width:45px;width:45px}}@container (max-width: 250px){.productcard{flex-direction:column}}.productcard-imgwrap{padding:1em;position:relative}.productcard-img{border:2px solid #fff;box-shadow:0 0 0 var(--stroke-size) var(--ui-grey);height:65px;min-width:65px;-o-object-fit:contain;object-fit:contain;width:65px}.productcard-qty{background:var(--primary);border-radius:50%;color:#fff;font-size:1rem;height:1.5em;line-height:1.5em;min-width:1.5em;position:absolute;right:.75em;text-align:center;top:.75em}.productcard-quantity{color:var(--grey50)}.productcard-content{flex-grow:1;padding:1rem 0}.productcard-title{font-size:1rem;line-height:1.2em}.productcard-title p{font-weight:600;margin-top:0}.productcard-props{padding:.5rem 0}.productcard-prop{color:var(--text-grey);font-size:.9rem;line-height:1.4em}.productcard-prop:before{border:2px solid var(--text-green);border-left:0;border-top:0;content:"";display:inline-block;height:.8em;margin-right:.5em;transform:rotate(45deg);width:.3em}.productcard-promo{color:var(--text-green);font-size:.9rem;line-height:1.2em}.productcard-price{color:var(--text-price);font-size:1rem;font-weight:600;line-height:1.2em;padding:1em 0;text-align:right}.productcard-price .each{color:var(--grey50);font-size:.7em;white-space:nowrap}.productcard-price__each{color:var(--text-grey);font-size:1rem;font-style:italic;font-weight:400}body{font-size:15px}h2{font-size:1.6em}h2,h3{font-weight:600}h3{font-size:1.4em}.card-error-field{background-color:var(--red00);border-radius:.2em;color:var(--red50);font-size:.7em;margin-top:10px;padding:.1em .5em;position:relative;z-index:11}.card-error-field:before{border:7px solid;border-color:transparent transparent var(--red00) transparent;bottom:100%;content:"";height:0;left:5px;pointer-events:none;position:absolute;width:0}.has-error{border:2px solid var(--red50)!important}.alert{align-items:center;display:flex;font-weight:600;gap:1em;justify-content:end;margin:1em 0}.alert a{color:inherit}.alert-error{color:var(--red50)}.alert-error svg path{fill:var(--red50)}.alert-warning{color:var(--orange50)}.alert-warning svg path{fill:var(--orange50)}.error-text{color:var(--red50)}.success-text{color:var(--green50)}.form-input{background:#fff;border:2px solid var(--grey30);border-radius:5px;box-sizing:border-box;color:var(--grey80);font-size:15px;min-height:3.4375em;order:2;width:100%}label{font-size:.8em}label .sub{color:var(--grey70)}.main{display:flex;justify-content:center;min-height:100vh;width:100vw}.actions-container-wrap{margin-left:auto;width:50%}@media (max-width:720px){.actions-container-wrap{margin:auto;max-width:100%}}.actions-container{margin-left:auto;max-width:400px}.progress-container-wrap{background-color:var(--cool-grey00);width:50%}.progress-container{margin-left:50px;max-width:400px}@media (max-width:720px){.progress-container{margin-left:0;max-width:100%}}.products{padding:1em 2em 1em 1em}.pricing,.products{background-color:#fff}.pricing{border-radius:.5em;margin-top:2em;padding:1em}.pricing .row{display:flex;padding:.3em 1em}.pricing .row .label,.pricing .row .value{width:50%}.pricing .row .value{text-align:right}.pricing .row.last{border-top:1px solid var(--cool-grey00);font-weight:700}.title{border-bottom:2px solid var(--cool-grey00);margin:2em 0;padding-bottom:2em}.title h2 span{color:var(--blue50)}.cc-box{background-color:var(--cool-grey00);border-radius:.5em;padding:2em}.summary-items{margin-bottom:4em}.side-bar-item{margin-left:40px;position:relative}.side-bar-item:last-of-type .side-bar-item-content{border-left:none}.side-bar-item-content{border-left:4px solid var(--blue50);padding-bottom:5px;padding-left:80px;padding-top:20px}@media (max-width:950px){.actions-container{margin-right:auto;max-width:100%}.md-w-half{width:50%}.sw-flex-gutter .md-w-half{width:calc(49% - var(--gutter-margin)*2)!important}.md-w-full{width:100%!important}}:root{--thanks-border-shadow:0px 0px 4px rgba(0,0,0,.1)}.thanks-container{background-color:var(--cool-grey00);padding-bottom:4em}.thanks-hero-bg{background-color:var(--blue50);height:50vh;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:7}.thanks-hero-bg-img{opacity:.1;position:relative;top:-240px;width:100%}.thanks-hero-bg-fade{background-color:#fff;bottom:0;box-shadow:0 0 50px 60px var(--cool-grey00);left:0;position:absolute;right:0;z-index:8}.thanks-hero-body{color:#fff;margin:auto;padding:5em 0;position:relative;text-align:center;z-index:9}.thanks-hero-body h1{font-size:2em;font-weight:600}.thanks-main{background-color:#fff;border-radius:.5em;box-shadow:var(--thanks-border-shadow);margin:auto;max-width:90%;position:relative;width:1200px;z-index:10}.thanks-main-header{align-items:center;border-bottom:1px solid var(--grey10);display:flex;justify-content:space-between;padding:2em}.thanks-main-content{background-color:var(--cool-grey00);display:flex;gap:2em}.thanks-main-content .main-content{align-items:flex-end;background-color:#fff;border-right:1px solid var(--grey10);display:flex;flex-wrap:wrap;height:auto;width:66%}.thanks-main-content .main-content-products{padding:1em 2em;width:100%}.thanks-main-content .main-content-pricing{align-items:center;border-top:1px solid var(--grey10);display:flex;justify-content:space-between;padding:1em 2em;width:100%}.thanks-main-content .main-content-pricing div{max-width:300px}.thanks-main-content .main-content-pricing .pricing{height:160px;margin-top:auto;width:220px}.thanks-main-content .summary{height:auto;padding:2em;width:33%}.thanks-next-steps{align-items:center;background-color:#fff;border-radius:.5em;box-shadow:var(--thanks-border-shadow);box-sizing:border-box;display:flex;gap:2em;justify-content:center;margin:4em auto;max-width:90%;padding:2em;width:1200px}.thanks-next-steps .item{text-align:center;width:300px}.thanks-next-steps .item .icon{align-items:center;background:var(--cool-grey00);border-radius:100%;display:flex;height:70px;justify-content:center;margin:auto;width:70px}.thanks-next-steps .item h3{margin:1em 0}.thanks-faq{background-color:#fff;border-radius:.5em;box-shadow:var(--thanks-border-shadow);margin:4em auto;max-width:90%;width:1200px}.thanks-faq .heading{font-weight:600;padding:1em}.thanks-faq li{border-top:2px solid var(--grey00);padding:1em}.thanks-faq li summary{cursor:pointer;font-weight:700;list-style:none}.thanks-faq li summary:before{color:var(--grey20);content:"\e63d";font-family:sw-icons;margin-right:1em}.thanks-faq li p{padding:1em}@media (max-width:950px){.thanks-main-content{background-color:#fff;flex-wrap:wrap;gap:0}.thanks-main-content .summary{border-top:1px solid var(--grey10);padding:4em 1em}.thanks-main-content .main-content{border-right:none}.thanks-main-content .main-content,.thanks-main-content .summary{width:100%}.thanks-main-content .main-content-pricing{border:none;flex-wrap:wrap;gap:1em;padding:1em}.thanks-main-content .main-content-pricing div{max-width:100%;width:100%}.thanks-main-content .main-content-pricing .pricing{width:100%}.thanks-next-steps{flex-wrap:wrap}}@media (max-width:720px){.sm-w-full{width:100%}}
