body{--circle-color:#124673}body.dark{--circle-color:#fff}.grid .col-12.card-base{padding:15px}@media only screen and (max-width:600px){.grid .col-12{width:calc(100% - 20px)!important}}.wrapper-main{min-height:calc(100vh - 510px)}p{max-width:550px}ol.sequence-map{display:grid;grid-template-columns:repeat(5,20%);list-style-type:none;margin:0}@media only screen and (max-width:980px){ol.sequence-map{grid-template-columns:repeat(3,auto)}}@media only screen and (max-width:600px){ol.sequence-map{grid-template-columns:repeat(1,auto);justify-items:start}}ol.sequence-map li{margin:0;padding:.8em .4em 1em;position:relative;text-align:center}@media only screen and (max-width:980px){ol.sequence-map li{border-bottom:.25em solid #e6e5e5}}@media only screen and (max-width:600px){ol.sequence-map li{border-bottom:0;border-left:2px solid #e6e5e5;margin-left:20px;padding-left:20px}}ol.sequence-map li:last-of-type{padding-right:0}ol.sequence-map li:after,ol.sequence-map li:before{background-color:#f8f8f8;border:.1em solid #124673;border-radius:1em;content:"";height:1em;position:absolute;width:1em}ol.sequence-map li:before{display:none;left:-10px;top:15px}@media only screen and (max-width:600px){ol.sequence-map li:before{display:block}}ol.sequence-map li:after{bottom:-.7em;left:50%}@media only screen and (max-width:600px){ol.sequence-map li:after{display:none}}ol.sequence-map li.active:after,ol.sequence-map li.active:before{animation:fill-circle 1s ease 1.5s forwards}@media only screen and (max-width:980px){ol.sequence-map li.active:after,ol.sequence-map li.active:before{animation:unset;background-color:#124673}}ol.sequence-map:after{content:""}h2{margin:15px 0}@media only screen and (max-width:600px){h2{background:none;color:#231f20;font-size:16pt;padding:0}}.card-base{margin:30px 10px}@media only screen and (max-width:600px){.card-base{box-sizing:content-box;margin:10px;padding:15px!important}}.card-base .btn-primary{box-sizing:border-box;text-align:center;width:100%}.card-base .btn-primary:hover{color:#fff}.checkout{display:grid;gap:50px;grid-template-columns:repeat(2,1fr);padding:30px 50px}@media only screen and (max-width:980px){.checkout{grid-template-columns:repeat(1,1fr)}.progress-svg-horizontal{display:none}}.progress-svg-horizontal .cls-1,.progress-svg-horizontal .cls-2{fill:none;stroke-linecap:round;stroke-miterlimit:10;stroke-width:3px}.progress-svg-horizontal .cls-1{stroke:#edebeb}.progress-svg-horizontal .cls-2{stroke:#124673}.progress-svg-horizontal .progress-order-bar{stroke-dasharray:1000;stroke-dashoffset:1000;-moz-animation:dash 3s ease-in forwards;animation:dash 3s ease-in forwards}.error-ico,.success-ico{height:70px;margin:0 auto;width:70px}.error-ico .cls-1,.error-ico .cls-2,.success-ico .cls-1,.success-ico .cls-2{stroke-dasharray:1000;stroke-dashoffset:1000;stroke-width:4;fill:none;stroke-miterlimit:10}.error-ico .cls-1,.success-ico .cls-1{-moz-animation:dash 3s ease-in-out forwards;animation:dash 3s ease-in forwards}.error-ico .cls-2,.success-ico .cls-2{-moz-animation:dash 3s ease-in-out forwards;animation:dash 3s ease-in 1.1s forwards}.success-ico .cls-1,.success-ico .cls-2{stroke:#3cc950}.error-ico .cls-1,.error-ico .cls-2{stroke:#d01f3a}@-moz-keyframes dash{to{stroke-dashoffset:0}}@keyframes dash{to{stroke-dashoffset:0}}@keyframes fill-circle{0%{background-color:transparent;border:1px solid var(--circle-color)}to{background-color:var(--circle-color);border:1px solid var(--circle-color)}}