@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@font-face{font-family:RB Rational Neue Narrow;src:url(/fonts/RBRationalNeueNarrow-Light.woff2) format("woff2"),url(/fonts/RBRationalNeueNarrow-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:RB Rational Neue Narrow;src:url(/fonts/RBRationalNeueNarrow-Regular.woff2) format("woff2"),url(/fonts/RBRationalNeueNarrow-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:RB Rational Neue Narrow;src:url(/fonts/RBRationalNeueNarrow-RegularItalic.woff2) format("woff2"),url(/fonts/RBRationalNeueNarrow-RegularItalic.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:RB Rational Neue Narrow;src:url(/fonts/RBRationalNeueNarrow-Medium.woff2) format("woff2"),url(/fonts/RBRationalNeueNarrow-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:RB Rational Neue Narrow;src:url(/fonts/RBRationalNeueNarrow-Bold.woff2) format("woff2"),url(/fonts/RBRationalNeueNarrow-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:RB Rational Neue Narrow;src:url(/fonts/RBRationalNeueNarrow-Black.woff2) format("woff2"),url(/fonts/RBRationalNeueNarrow-Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}:root{--font:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--border-radius-1:0;--border-radius-2:0;--spacing:0 1.5rem;--distance:2rem;--color-1:#FFFFFF;--color-2:#C05018;--color-3:#FFF7E9;--color-4:#171412;--color-5:#D2CDC6;--color-6:#666666;--color-7:#F5F2ED;--color-8:#FFFBF5;--color-9:#C8A951;--font-xs:0.75rem;--font-s:0.875rem;--font-m:1rem;--font-l:1.5rem;--admin-font-xs:0.75rem;--admin-font-s:0.875rem;--admin-font-m:1rem;--admin-font-l:1.5rem}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}@media(max-width:480px){html{font-size:15px}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#171412;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::selection{color:#171412;background:rgba(192,80,24,.3)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto}.tag{display:none;visibility:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes slideInFromBottom{0%{transform:translateY(15%);opacity:0}to{transform:translateY(0);opacity:100%}}@keyframes opacity{0%{opacity:0}to{opacity:100%}}.main{min-height:100vh;display:flex;flex-direction:column}.content{flex:1 1;width:100%;max-width:640px;margin:0 auto;padding:2rem 1.5rem 4rem;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}@media(min-width:768px){.content{padding:3rem 2rem 4rem}}.content>*{flex-shrink:0}.image-only{width:100%;height:200px;position:relative;border-radius:0;overflow:hidden;margin-bottom:2rem;animation:fadeInUp .6s ease-out}@media(min-width:768px){.image-only{height:280px}}.image-only img{border-radius:0}.image-with-title{background:#fff7e9;padding:2rem;display:flex;flex-direction:column;align-items:center;animation:fadeInUp .6s ease-out}.image-with-title,.image-with-title .image{width:100%;margin-bottom:2rem;border-radius:0}.image-with-title .image{height:180px;position:relative;overflow:hidden;background:#d2cdc6}@media(min-width:768px){.image-with-title .image{height:240px}}.image-with-title .title{text-align:center;font-size:1.125rem;font-weight:400}@media(min-width:768px){.image-with-title .title{font-size:1.25rem}}.input-container{animation:fadeInUp .6s ease-out;animation-delay:.1s;animation-fill-mode:both;position:relative}.input-container .title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}@media(min-width:768px){.input-container .title{font-size:1.25rem}}.input-container .input{width:100%;padding:1rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:400;color:#171412;background:#fff;border:2px solid #171412;outline:none;transition:border-color .2s ease,box-shadow .2s ease;position:relative;z-index:2}.input-container .input::placeholder{color:#666}.input-container .input:focus{border-color:#171412;box-shadow:0 2px 8px rgba(23,20,18,.12)}.input-container .box{position:absolute;top:100%;left:0;right:0;z-index:100;margin-top:-2px}.input-container .box .results{border:2px solid #171412;border-top:none;background:#fff;overflow:hidden;max-height:300px;overflow-y:auto;box-shadow:0 8px 24px rgba(23,20,18,.15)}.input-container .box .results .loader-container{display:flex;justify-content:center;padding:1.5rem}.input-container .box .results .loader-container .loader{width:1.5rem;height:1.5rem;border:2px solid #d2cdc6;border-top-color:#171412;border-radius:50%;animation:spin 1s linear infinite}.input-container .box .results .result{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid #d2cdc6}.input-container .box .results .result:last-child{border-bottom:none}.input-container .box .results .result:hover{background:#fff7e9}.input-container .box .results .result .icon{flex-shrink:0;width:1.25rem;height:1.25rem;position:relative;color:#c05018}.input-container .box .results .result .text{font-size:1rem;font-weight:400}.select-store{animation:fadeInUp .6s ease-out}.select-store .box{background:#fff7e9;padding:2rem;margin-bottom:2rem;text-align:center}.select-store .box .text{font-size:1rem;font-weight:400;margin-bottom:1.5rem}.select-store .box .text:last-of-type{margin-bottom:2rem}.select-store .box .button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:#171412;color:#fff;font-weight:600;text-decoration:none;transition:background .2s ease}.select-store .box .button:hover{background:#c05018}.select-store .box .button .text{margin:0;color:#fff}.select-store .loader-container{display:flex;justify-content:center;align-items:center;min-height:300px}.select-store .loader-container .loader{width:3rem;height:3rem;border:3px solid #d2cdc6;border-top-color:#171412;border-radius:50%;animation:spin 1s linear infinite}.select-store .store{border:2px solid #171412;padding:1.5rem;margin-bottom:1.5rem;animation:fadeInUp .4s ease-out;animation-fill-mode:both;background:#fff}.select-store .store:first-child{animation-delay:.1s}.select-store .store:nth-child(2){animation-delay:.2s}.select-store .store:nth-child(3){animation-delay:.3s}.select-store .store:nth-child(4){animation-delay:.4s}.select-store .store:nth-child(5){animation-delay:.5s}.select-store .store:nth-child(6){animation-delay:.6s}.select-store .store:nth-child(7){animation-delay:.7s}.select-store .store:nth-child(8){animation-delay:.8s}.select-store .store:nth-child(9){animation-delay:.9s}.select-store .store:nth-child(10){animation-delay:1s}.select-store .store .information{display:flex;gap:1.5rem}.select-store .store .information .icon{flex-shrink:0;width:3rem;height:3rem;position:relative}.select-store .store .information .text{flex:1 1}.select-store .store .information .text .title{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.select-store .store .information .text .description{font-size:.9375rem;font-weight:400;color:#666;margin-bottom:.5rem}.select-store .store .information .text .description.bold,.select-store .store .information .text .description.rating{font-weight:600;color:#171412;font-size:.875rem;margin-top:.5rem}.select-store .store .information .text .description.rating{display:flex;align-items:center;gap:.25rem}.select-store .store .information .text .description.rating .star{color:#c05018;font-size:1rem}.select-store .store .information .text .description.rating .reviews{font-weight:400;font-size:.8125rem;color:#666}.select-store .store .buttons{display:flex;gap:1rem;margin-top:1.5rem}.select-store .store .buttons .button{flex:1 1;display:flex;align-items:center;justify-content:center;padding:1rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;background:#fff7e9;color:#171412;border:2px solid #fff7e9}.select-store .store .buttons .button:hover{background:#d2cdc6;border-color:#d2cdc6}.select-store .store .buttons .button.special{background:#c05018;color:#fff;border-color:#c05018}.select-store .store .buttons .button.special:hover{background:#171412;border-color:#171412}.select-store .popin-bg{inset:0;background:rgba(23,20,18,.7);z-index:100}.select-store .popin,.select-store .popin-bg{position:fixed;animation:fadeIn .15s ease-out}.select-store .popin{top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 2rem);max-width:500px;max-height:calc(100vh - 4rem);overflow-y:auto;background:#fff;padding:2rem;z-index:101;border:2px solid #171412}@media(min-width:768px){.select-store .popin{padding:3rem}}.select-store .popin .close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #171412;cursor:pointer;transition:all .2s ease}.select-store .popin .close:hover{background:#171412;color:#fff}.select-store .popin .close .icon{width:1rem;height:1rem;position:relative}.select-store .popin .title{font-family:RB Rational Neue Narrow,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.02em;margin-top:2rem;margin-bottom:.5rem}@media(min-width:768px){.select-store .popin .title{font-size:1.75rem}}.select-store .popin .address{text-align:center;font-size:.9375rem;color:#666;margin-bottom:2rem}.select-store .popin .subtitle{font-size:1rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.02em}.select-store .popin .timetable{background:#fff7e9;padding:1.5rem;margin-bottom:2rem}.select-store .popin .timetable .time{display:flex;font-size:.9375rem;margin-bottom:.5rem}.select-store .popin .timetable .time:last-child{margin-bottom:0}.select-store .popin .timetable .time b{font-weight:600;text-transform:capitalize;margin-right:.25rem}.select-store .popin .map-container{width:100%;min-height:250px;border:2px solid #171412;overflow:hidden}.select-time{animation:fadeInUp .6s ease-out}.select-time .information{margin-bottom:1.5rem}.select-time .information .text{font-size:1rem;font-weight:400}.select-time .information .text.special{text-align:center;font-weight:600;color:#c05018;margin-top:1.5rem}.select-time .information .checkbox{display:flex;align-items:center;gap:1rem;cursor:pointer;margin-bottom:1.5rem}.select-time .information .checkbox .icon{flex-shrink:0;width:1.5rem;height:1.5rem;position:relative;border:2px solid #171412;background:#fff;display:flex;align-items:center;justify-content:center}.select-time .information .checkbox .icon.checked{background:#171412;color:#fff}.select-time .information .checkbox .description{font-size:1rem;font-weight:600}@media(min-width:1024px){.select-time .calendar-wrapper{margin-left:-25%;margin-right:-25%;width:150%}}.select-time .calendar-wrapper .loader-container{display:flex;justify-content:center;align-items:center;min-height:300px}.select-time .calendar-wrapper .loader-container .loader{width:3rem;height:3rem;border:3px solid #d2cdc6;border-top-color:#171412;border-radius:50%;animation:spin 1s linear infinite}.select-time .calendar-wrapper .week-navigation{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:.5rem 0;border-bottom:2px solid #171412}.select-time .calendar-wrapper .week-navigation .week-label{font-family:RB Rational Neue Narrow,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}@media(min-width:768px){.select-time .calendar-wrapper .week-navigation .week-label{font-size:1.125rem}}.select-time .calendar-wrapper .week-navigation .week-controls{display:flex;gap:.25rem}.select-time .calendar-wrapper .week-navigation .week-controls .nav-button{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #171412;cursor:pointer;transition:all .15s ease}@media(min-width:768px){.select-time .calendar-wrapper .week-navigation .week-controls .nav-button{width:2.5rem;height:2.5rem}}.select-time .calendar-wrapper .week-navigation .week-controls .nav-button:hover:not(:disabled){background:#171412;color:#fff}.select-time .calendar-wrapper .week-navigation .week-controls .nav-button:disabled{opacity:.3;cursor:not-allowed}.select-time .calendar-wrapper .week-navigation .week-controls .nav-button svg{width:1rem;height:1rem}@media(min-width:768px){.select-time .calendar-wrapper .week-navigation .week-controls .nav-button svg{width:1.25rem;height:1.25rem}}.select-time .calendar-wrapper .calendar-container{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.select-time .calendar-wrapper .calendar-container::-webkit-scrollbar{height:4px}.select-time .calendar-wrapper .calendar-container::-webkit-scrollbar-track{background:#d2cdc6}.select-time .calendar-wrapper .calendar-container::-webkit-scrollbar-thumb{background:#171412}.select-time .calendar-wrapper .calendar-grid{display:flex;min-width:max-content;border:2px solid #171412}@media(min-width:768px){.select-time .calendar-wrapper .calendar-grid{min-width:100%}}.select-time .calendar-wrapper .time-labels{flex-shrink:0;width:60px;background:#fff7e9;border-right:2px solid #171412}@media(min-width:768px){.select-time .calendar-wrapper .time-labels{width:70px}}.select-time .calendar-wrapper .time-labels .time-header{height:52px;border-bottom:2px solid #171412;background:#f5f2ed}.select-time .calendar-wrapper .time-labels .time-label{height:56px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#666;border-bottom:1px solid #d2cdc6}@media(min-width:768px){.select-time .calendar-wrapper .time-labels .time-label{font-size:.8125rem}}.select-time .calendar-wrapper .time-labels .time-label:last-child{border-bottom:none}.select-time .calendar-wrapper .day-column{flex:1 1;min-width:80px;background:#fff;border-right:1px solid #d2cdc6;display:flex;flex-direction:column}@media(min-width:768px){.select-time .calendar-wrapper .day-column{min-width:100px}}.select-time .calendar-wrapper .day-column:last-child{border-right:none}.select-time .calendar-wrapper .day-column .day-header{height:52px;background:#fff7e9;display:flex;flex-direction:column;align-items:center;justify-content:center;border-bottom:2px solid #171412;flex-shrink:0}.select-time .calendar-wrapper .day-column .day-header .day-name{font-family:RB Rational Neue Narrow,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}@media(min-width:768px){.select-time .calendar-wrapper .day-column .day-header .day-name{font-size:.875rem}}.select-time .calendar-wrapper .day-column .day-header .day-date{font-size:.6875rem;color:#666;margin-top:1px}@media(min-width:768px){.select-time .calendar-wrapper .day-column .day-header .day-date{font-size:.75rem}}.select-time .calendar-wrapper .day-column .closed-overlay{flex:1 1;display:flex;align-items:center;justify-content:center;background:#f5f2ed;color:#666;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:.5rem;text-align:center}@media(min-width:768px){.select-time .calendar-wrapper .day-column .closed-overlay{font-size:.75rem}}.select-time .calendar-wrapper .day-column .closed-overlay.holiday{background:#fff7e9;color:#c05018}.select-time .calendar-wrapper .day-column .closed-overlay span{writing-mode:vertical-rl;-webkit-text-orientation:mixed;text-orientation:mixed;transform:rotate(180deg)}.select-time .calendar-wrapper .day-column .slot-cell{height:56px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;border-bottom:1px solid #d2cdc6}.select-time .calendar-wrapper .day-column .slot-cell:last-child{border-bottom:none}.select-time .calendar-wrapper .day-column .slot-cell.available{cursor:pointer;background:#fff;padding:.25rem}@media(min-width:768px){.select-time .calendar-wrapper .day-column .slot-cell.available{padding:.5rem}}.select-time .calendar-wrapper .day-column .slot-cell.available:hover{background:rgba(192,80,24,.08)}.select-time .calendar-wrapper .day-column .slot-cell.available:hover .slot-time{border-color:#c05018;color:#c05018}.select-time .calendar-wrapper .day-column .slot-cell.available:active{background:#171412}.select-time .calendar-wrapper .day-column .slot-cell.available:active .slot-time{background:#171412;border-color:#171412;color:#fff}.select-time .calendar-wrapper .day-column .slot-cell.available .slot-time{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:600;color:#171412;border:2px solid #171412;transition:all .15s ease}@media(min-width:768px){.select-time .calendar-wrapper .day-column .slot-cell.available .slot-time{font-size:.875rem}}.select-time .calendar-wrapper .day-column .slot-cell.unavailable{background:#f5f2ed}.about{animation:fadeInUp .6s ease-out}.about .selector{margin-bottom:2rem}.about .selector .title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.about .selector .wrapper{display:flex;flex-wrap:wrap;gap:.5rem}.about .selector .wrapper .option{display:inline-flex;padding:.5rem 1.5rem;font-size:1rem;font-weight:500;color:#171412;background:rgba(0,0,0,0);border:2px solid #171412;cursor:pointer;transition:all .15s ease}.about .selector .wrapper .option:hover:not(.selected){background:rgba(192,80,24,.1);border-color:#c05018;color:#c05018}.about .selector .wrapper .option.selected{background:#c05018;border-color:#c05018;color:#fff}.about .message{margin-bottom:2rem}.about .message .title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.about .message .input{width:100%;min-height:120px;padding:1rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:400;color:#171412;background:#fff;border:2px solid #171412;outline:none;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease}.about .message .input::placeholder{color:#666}.about .message .input:focus{border-color:#171412;box-shadow:0 2px 8px rgba(23,20,18,.12)}.about .button-container .button{width:100%;display:flex;align-items:center;justify-content:center;padding:1rem 2rem;background:#c05018;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .15s ease}.about .button-container .button:hover:not(.disabled){background:#171412}.about .button-container .button.disabled{opacity:.5;cursor:not-allowed}.about .button-container .button .text{color:#fff}.confirm{animation:fadeInUp .6s ease-out}.confirm .input-container{margin-bottom:2rem}.confirm .input-container .title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.confirm .input-container .title span{font-size:.875rem;font-weight:400;color:#666}.confirm .input-container .error{font-size:.875rem;color:#c05018;font-weight:600;margin-bottom:.5rem;animation:fadeIn .3s ease}.confirm .input-container .input{width:100%;padding:1rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:400;color:#171412;background:#fff;border:2px solid #171412;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.confirm .input-container .input::placeholder{color:#666}.confirm .input-container .input:focus{border-color:#171412;box-shadow:0 2px 8px rgba(23,20,18,.12)}.confirm .input-container .wrap{display:flex;flex-wrap:wrap;gap:.5rem}.confirm .input-container .radio{display:inline-flex;padding:.5rem 1.5rem;font-size:1rem;font-weight:500;color:#171412;background:rgba(0,0,0,0);border:2px solid #171412;cursor:pointer;transition:all .15s ease}.confirm .input-container .radio:hover:not(.selected){border-color:#c05018;color:#c05018}.confirm .input-container .radio.selected{background:#c05018;border-color:#c05018}.confirm .input-container .radio.selected .text{color:#fff}.confirm .checkbox{display:flex;align-items:flex-start;gap:1rem;cursor:pointer;margin-bottom:2rem}.confirm .checkbox .icon{flex-shrink:0;width:1.5rem;height:1.5rem;position:relative;border:2px solid #171412;background:#fff;display:flex;align-items:center;justify-content:center}.confirm .checkbox .icon.checked{background:#171412;color:#fff}.confirm .checkbox .description{font-size:1rem;font-weight:400;line-height:1.5}.confirm .checkbox .description a{color:#c05018;font-weight:600;text-decoration:underline}.confirm .error2{font-size:.875rem;color:#c05018;font-weight:600;text-align:center;margin-bottom:1rem;animation:fadeIn .3s ease}.confirm .button-container .button{width:100%;display:flex;align-items:center;justify-content:center;padding:1rem 2rem;background:#c05018;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .15s ease}.confirm .button-container .button:hover:not(.disabled){background:#171412}.confirm .button-container .button.disabled{opacity:.5;cursor:not-allowed}.confirm .button-container .button .text{color:#fff}.confirm .button-description{text-align:center;font-size:.875rem;color:#666;margin-top:1.5rem;line-height:1.6}.confirm .button-description b{font-weight:600;color:#171412}.confirmation{animation:fadeInUp .6s ease-out}.confirmation .message{text-align:center;font-size:1rem;font-weight:400;background:#fff7e9;padding:2rem;margin-bottom:2rem;border:2px solid #171412}.confirmation .message b{font-weight:600}.confirmation .information{margin-top:1.5rem;margin-bottom:2rem}.confirmation .information .text{font-size:1rem;font-weight:600;margin-bottom:1rem}.confirmation .information ul{padding-left:1.5rem}.confirmation .information ul li{font-size:1rem;font-weight:400;margin-bottom:.5rem}.confirmation .information ul li a{color:#c05018;font-weight:600;text-decoration:underline}.confirmation .wrapper{background:#fff7e9;padding:2rem;margin-left:-1.5rem;margin-right:-1.5rem;margin-bottom:2rem}@media(min-width:768px){.confirmation .wrapper{margin-left:-2rem;margin-right:-2rem}}.confirmation .wrapper .title{font-family:RB Rational Neue Narrow,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.02em;margin-bottom:.5rem}@media(min-width:768px){.confirmation .wrapper .title{font-size:1.75rem}}.confirmation .wrapper .description{text-align:center;font-size:1rem;color:#666;margin-bottom:2rem}.confirmation .wrapper .image{width:100%;height:200px;position:relative;overflow:hidden}@media(min-width:768px){.confirmation .wrapper .image{height:250px}}.confirmation .button-container{margin-top:2rem}.confirmation .button-container .button{width:100%;display:flex;align-items:center;justify-content:center;padding:1rem 2rem;background:#c05018;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .15s ease;text-decoration:none}.confirmation .button-container .button:hover{background:#171412}.confirmation .button-container .button .text{color:#fff}.footer{background:#fff7e9;padding:2rem 1.5rem;margin-top:auto}