.checkout-wrapper{width:100%;padding:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ddd}.checkout{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;margin:1rem 0 0;text-align:center;list-style:none}@media (min-width:768px){.checkout{padding-bottom:2em;margin:2rem 0}}.checkout .step{cursor:default;position:relative;z-index:0;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;height:20px}.checkout .step:after,.checkout .step:before{content:"";position:absolute;top:50%;z-index:-1;border-bottom:6px solid #eee;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.checkout .step:before{left:0;right:50%}.checkout .step:after{left:50%;right:0}.checkout .step:first-child:before{left:50%}.checkout .step:last-child:after{right:50%}.checkout .step-dot{display:inline-block;width:24px;height:24px;cursor:pointer;color:#aaa;background-color:#eee;border:2px solid #fff;border-radius:8px}.checkout .step.active .step-dot,.checkout .step.prev .step-dot{cursor:pointer;color:#fff;background-color:#e06666}.checkout .step.active:before,.checkout .step.prev:after,.checkout .step.prev:before{border-bottom-color:#e06666}.checkout .step-label{position:absolute;bottom:-2em;left:50%;font-weight:600;color:#99a4ac;white-space:nowrap;-webkit-transform:translateX(-50%);transform:translateX(-50%);visibility:hidden;cursor:pointer}@media (min-width:768px){.checkout .step-label{visibility:visible}}.has-top-name .checkout .step-label{top:-2em;bottom:auto}.checkout .step.active .step-label{font-weight:700;color:#e06666}@media (min-width:768px){.checkout .step.active .step-label{visibility:visible}}.checkout .step:not(.active) .step-label{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.step-mobile{position:relative;padding:15px 0;margin:1rem 0 2rem}@media (min-width:768px){.step-mobile{display:none}}.step-mobile .step{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.step-mobile .step.active{opacity:1;-webkit-transition:opacity .3s ease .1s;transition:opacity .3s ease .1s}.step-mobile .step-label{font-weight:700;color:#e06666}.step-mobile .step:not(.active) .step-label{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button+button{margin-left:1rem}body,html{height:100%;margin:0}#app{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem 1rem 4rem;font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}@media (min-width:1280px){#app{height:100%}}.step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:600px}.links{margin-top:1rem}.links,hr{margin-bottom:2rem}hr{margin-top:4rem}hr,p{width:100%}p{text-align:left;margin:.5rem 0}img{width:100%;border:1px solid #000;margin-top:1rem}.code{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:1rem;margin:1rem auto;text-align:left;font-family:monospace;background-color:#fff;border-radius:4px}.doc-box{padding:1rem;margin:2rem 0;background-color:#efefef;border:1px solid #ddd}.doc-box code{word-break:break-all}.exercise{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #ddd}.exercise ol,.exercise ul{margin:.5em 0;text-align:left}.exercise-solution{margin-top:2rem;margin-bottom:2rem}.info{padding:.5rem 1rem;margin-top:1rem;background-color:#efefef;border:1px solid #ddd}.apires{margin:10px 0}form{padding:20px 10px}.input-radio{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:5px}.input-radio:last-child{margin-bottom:0}[type=radio]:checked,[type=radio]:not(:checked){position:absolute;left:0;opacity:0}[type=radio]:checked+label,[type=radio]:not(:checked)+label{position:relative;display:inline-block;padding-left:28px;cursor:pointer;line-height:20px;color:#75777a}[type=radio]:checked+label:before,[type=radio]:not(:checked)+label:before{content:"";position:absolute;left:0;top:0;width:18px;height:18px;border:1px solid #ddd;border-radius:100%;background:#fff}[type=radio]:checked+label:after,[type=radio]:not(:checked)+label:after{content:"";position:absolute;top:4px;left:4px;width:12px;height:12px;background:#e06666;border-radius:100%;-webkit-transition:all .2s ease;transition:all .2s ease}[type=radio]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}[type=radio]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.step-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.step-buttons button+button{margin-left:0}a.step-button{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}a.step-button.has-margin-top{margin-top:40px}a.step-button:hover{color:#fff;background-color:#e06666}.step-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-width:170px;padding:8px 10px;margin-bottom:10px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:700;font-size:18px;line-height:25px;color:#e06666;cursor:pointer;background-color:#fff;border:2px solid #e06666;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px}@media (min-width:480px){.step-button{width:auto;margin-bottom:0}}.step-button i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.step-button.is-next{color:#fff;background-color:#e06666}.step-button.is-hidden{opacity:0;visibility:hidden}.orders-page{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;margin-bottom:-4rem;background-color:#f6f6f6}.orders{min-height:445px;max-width:840px;margin:50px auto;background-color:#fff}.orders--title{padding:30px;margin-bottom:30px;text-transform:uppercase;font-weight:700;font-size:18px;text-align:left;border-bottom:1px solid #c7c7c7}.orders-list{padding:0 0 40px}@media (min-width:480px){.orders-list{padding:0 50px 40px}}body[data-v-261425cd],html[data-v-261425cd]{height:100%;margin:0}#app[data-v-261425cd]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem 1rem 4rem;font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}@media (min-width:1280px){#app[data-v-261425cd]{height:100%}}.step[data-v-261425cd]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:600px}.links[data-v-261425cd]{margin-bottom:2rem;margin-top:1rem}hr[data-v-261425cd]{width:100%;margin-top:4rem;margin-bottom:2rem}p[data-v-261425cd]{width:100%;text-align:left;margin:.5rem 0}img[data-v-261425cd]{width:100%;border:1px solid #000;margin-top:1rem}.code[data-v-261425cd]{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:1rem;margin:1rem auto;text-align:left;font-family:monospace;background-color:#fff;border-radius:4px}.doc-box[data-v-261425cd]{padding:1rem;margin:2rem 0;background-color:#efefef;border:1px solid #ddd}.doc-box code[data-v-261425cd]{word-break:break-all}.exercise[data-v-261425cd]{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #ddd}.exercise ol[data-v-261425cd],.exercise ul[data-v-261425cd]{margin:.5em 0;text-align:left}.exercise-solution[data-v-261425cd]{margin-top:2rem;margin-bottom:2rem}.info[data-v-261425cd]{padding:.5rem 1rem;margin-top:1rem;background-color:#efefef;border:1px solid #ddd}.apires[data-v-261425cd]{margin:10px 0}form[data-v-261425cd]{padding:20px 10px}.input-radio[data-v-261425cd]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:5px}.input-radio[data-v-261425cd]:last-child{margin-bottom:0}[type=radio][data-v-261425cd]:checked,[type=radio][data-v-261425cd]:not(:checked){position:absolute;left:0;opacity:0}[type=radio]:checked+label[data-v-261425cd],[type=radio]:not(:checked)+label[data-v-261425cd]{position:relative;display:inline-block;padding-left:28px;cursor:pointer;line-height:20px;color:#75777a}[type=radio]:checked+label[data-v-261425cd]:before,[type=radio]:not(:checked)+label[data-v-261425cd]:before{content:"";position:absolute;left:0;top:0;width:18px;height:18px;border:1px solid #ddd;border-radius:100%;background:#fff}[type=radio]:checked+label[data-v-261425cd]:after,[type=radio]:not(:checked)+label[data-v-261425cd]:after{content:"";position:absolute;top:4px;left:4px;width:12px;height:12px;background:#e06666;border-radius:100%;-webkit-transition:all .2s ease;transition:all .2s ease}[type=radio]:not(:checked)+label[data-v-261425cd]:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}[type=radio]:checked+label[data-v-261425cd]:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.step-buttons[data-v-261425cd]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.step-buttons button+button[data-v-261425cd]{margin-left:0}a.step-button[data-v-261425cd]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}a.step-button.has-margin-top[data-v-261425cd]{margin-top:40px}a.step-button[data-v-261425cd]:hover{color:#fff;background-color:#e06666}.step-button[data-v-261425cd]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-width:170px;padding:8px 10px;margin-bottom:10px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:700;font-size:18px;line-height:25px;color:#e06666;cursor:pointer;background-color:#fff;border:2px solid #e06666;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px}@media (min-width:480px){.step-button[data-v-261425cd]{width:auto;margin-bottom:0}}.step-button i[data-v-261425cd]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.step-button.is-next[data-v-261425cd]{color:#fff;background-color:#e06666}.step-button.is-hidden[data-v-261425cd]{opacity:0;visibility:hidden}.order[data-v-261425cd]{padding:0 10px 15px;margin-bottom:20px;border-bottom:1px solid #c7c7c7}@media (min-width:768px){.order[data-v-261425cd]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:768px){.order--button[data-v-261425cd],.order--content[data-v-261425cd]{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;width:50%}}.order--content[data-v-261425cd]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}@media (min-width:768px){.order--content[data-v-261425cd]{margin-bottom:0}}.order--icon[data-v-261425cd]{display:-webkit-box;display:-ms-flexbox;display:flex}.order--icon img[data-v-261425cd]{width:auto;height:44px;margin-top:0;border:none}.order--text[data-v-261425cd]{margin-left:20px;text-align:left}.order--title[data-v-261425cd]{font-weight:700}.order--date[data-v-261425cd]{color:#75777a}.order--button[data-v-261425cd]{display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:480px){.order--button[data-v-261425cd]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.order--button .button[data-v-261425cd]{width:100%;padding:12px 30px;font-size:14px;color:#fff;cursor:pointer;cursor:hand;text-decoration:none;background-color:#83dade;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:4px}@media (min-width:480px){.order--button .button[data-v-261425cd]{width:auto}}body[data-v-2e6266d8],html[data-v-2e6266d8]{height:100%;margin:0}#app[data-v-2e6266d8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem 1rem 4rem;font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}@media (min-width:1280px){#app[data-v-2e6266d8]{height:100%}}.step[data-v-2e6266d8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:600px}.links[data-v-2e6266d8]{margin-bottom:2rem;margin-top:1rem}hr[data-v-2e6266d8]{width:100%;margin-top:4rem;margin-bottom:2rem}p[data-v-2e6266d8]{width:100%;text-align:left;margin:.5rem 0}img[data-v-2e6266d8]{width:100%;border:1px solid #000;margin-top:1rem}.code[data-v-2e6266d8]{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:1rem;margin:1rem auto;text-align:left;font-family:monospace;background-color:#fff;border-radius:4px}.doc-box[data-v-2e6266d8]{padding:1rem;margin:2rem 0;background-color:#efefef;border:1px solid #ddd}.doc-box code[data-v-2e6266d8]{word-break:break-all}.exercise[data-v-2e6266d8]{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #ddd}.exercise ol[data-v-2e6266d8],.exercise ul[data-v-2e6266d8]{margin:.5em 0;text-align:left}.exercise-solution[data-v-2e6266d8]{margin-top:2rem;margin-bottom:2rem}.info[data-v-2e6266d8]{padding:.5rem 1rem;margin-top:1rem;background-color:#efefef;border:1px solid #ddd}.apires[data-v-2e6266d8]{margin:10px 0}form[data-v-2e6266d8]{padding:20px 10px}.input-radio[data-v-2e6266d8]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:5px}.input-radio[data-v-2e6266d8]:last-child{margin-bottom:0}[type=radio][data-v-2e6266d8]:checked,[type=radio][data-v-2e6266d8]:not(:checked){position:absolute;left:0;opacity:0}[type=radio]:checked+label[data-v-2e6266d8],[type=radio]:not(:checked)+label[data-v-2e6266d8]{position:relative;display:inline-block;padding-left:28px;cursor:pointer;line-height:20px;color:#75777a}[type=radio]:checked+label[data-v-2e6266d8]:before,[type=radio]:not(:checked)+label[data-v-2e6266d8]:before{content:"";position:absolute;left:0;top:0;width:18px;height:18px;border:1px solid #ddd;border-radius:100%;background:#fff}[type=radio]:checked+label[data-v-2e6266d8]:after,[type=radio]:not(:checked)+label[data-v-2e6266d8]:after{content:"";position:absolute;top:4px;left:4px;width:12px;height:12px;background:#e06666;border-radius:100%;-webkit-transition:all .2s ease;transition:all .2s ease}[type=radio]:not(:checked)+label[data-v-2e6266d8]:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}[type=radio]:checked+label[data-v-2e6266d8]:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.step-buttons[data-v-2e6266d8]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.step-buttons button+button[data-v-2e6266d8]{margin-left:0}a.step-button[data-v-2e6266d8]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}a.step-button.has-margin-top[data-v-2e6266d8]{margin-top:40px}a.step-button[data-v-2e6266d8]:hover{color:#fff;background-color:#e06666}.step-button[data-v-2e6266d8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-width:170px;padding:8px 10px;margin-bottom:10px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:700;font-size:18px;line-height:25px;color:#e06666;cursor:pointer;background-color:#fff;border:2px solid #e06666;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px}@media (min-width:480px){.step-button[data-v-2e6266d8]{width:auto;margin-bottom:0}}.step-button i[data-v-2e6266d8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.step-button.is-next[data-v-2e6266d8]{color:#fff;background-color:#e06666}.step-button.is-hidden[data-v-2e6266d8]{opacity:0;visibility:hidden}.collapse-component[data-v-2e6266d8]{background-color:transparent}.collapse-component.is-full-width[data-v-2e6266d8]{padding:0 20px;margin:0 -20px}@media (--min-tablet){.collapse-component.is-full-width[data-v-2e6266d8]{padding:0;margin:0}}.collapse-component>div[data-v-2e6266d8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.collapse-component i[data-v-2e6266d8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:30px;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.collapse-component.is-open i[data-v-2e6266d8]{-webkit-transform:scale(-1);transform:scale(-1)}.collapse--button[data-v-2e6266d8]{cursor:hand;cursor:pointer}.collapse-component--wrapper[data-v-2e6266d8]{overflow:hidden}.is-full-width .collapse-component--wrapper[data-v-2e6266d8]{padding:0 20px;margin:0 -20px}@media (--min-tablet){.is-full-width .collapse-component--wrapper[data-v-2e6266d8]{padding:0;margin:0}}.is-open .collapse-component--wrapper>.collapse-component--collapsible[data-v-2e6266d8]{max-height:100000px;margin-bottom:0;visibility:visible;-webkit-transition:margin-bottom .3s cubic-bezier(0,0,0,1);transition:margin-bottom .3s cubic-bezier(0,0,0,1)}.collapse-component--collapsible[data-v-2e6266d8]{width:100%;max-height:0;margin-bottom:-2000px;-webkit-transition:margin-bottom .3s cubic-bezier(1,0,1,1),visibility 0s .3s,max-height 0s .3s;transition:margin-bottom .3s cubic-bezier(1,0,1,1),visibility 0s .3s,max-height 0s .3s}@media (--min-tablet){.collapse-component--content[data-v-2e6266d8]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}body[data-v-56a8788c],html[data-v-56a8788c]{height:100%;margin:0}#app[data-v-56a8788c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem 1rem 4rem;font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}@media (min-width:1280px){#app[data-v-56a8788c]{height:100%}}.step[data-v-56a8788c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:600px}.links[data-v-56a8788c]{margin-bottom:2rem;margin-top:1rem}hr[data-v-56a8788c]{width:100%;margin-top:4rem;margin-bottom:2rem}p[data-v-56a8788c]{width:100%;text-align:left;margin:.5rem 0}img[data-v-56a8788c]{width:100%;border:1px solid #000;margin-top:1rem}.code[data-v-56a8788c]{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:1rem;margin:1rem auto;text-align:left;font-family:monospace;background-color:#fff;border-radius:4px}.doc-box[data-v-56a8788c]{padding:1rem;margin:2rem 0;background-color:#efefef;border:1px solid #ddd}.doc-box code[data-v-56a8788c]{word-break:break-all}.exercise[data-v-56a8788c]{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #ddd}.exercise ol[data-v-56a8788c],.exercise ul[data-v-56a8788c]{margin:.5em 0;text-align:left}.exercise-solution[data-v-56a8788c]{margin-top:2rem;margin-bottom:2rem}.info[data-v-56a8788c]{padding:.5rem 1rem;margin-top:1rem;background-color:#efefef;border:1px solid #ddd}.apires[data-v-56a8788c]{margin:10px 0}form[data-v-56a8788c]{padding:20px 10px}.input-radio[data-v-56a8788c]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:5px}.input-radio[data-v-56a8788c]:last-child{margin-bottom:0}[type=radio][data-v-56a8788c]:checked,[type=radio][data-v-56a8788c]:not(:checked){position:absolute;left:0;opacity:0}[type=radio]:checked+label[data-v-56a8788c],[type=radio]:not(:checked)+label[data-v-56a8788c]{position:relative;display:inline-block;padding-left:28px;cursor:pointer;line-height:20px;color:#75777a}[type=radio]:checked+label[data-v-56a8788c]:before,[type=radio]:not(:checked)+label[data-v-56a8788c]:before{content:"";position:absolute;left:0;top:0;width:18px;height:18px;border:1px solid #ddd;border-radius:100%;background:#fff}[type=radio]:checked+label[data-v-56a8788c]:after,[type=radio]:not(:checked)+label[data-v-56a8788c]:after{content:"";position:absolute;top:4px;left:4px;width:12px;height:12px;background:#e06666;border-radius:100%;-webkit-transition:all .2s ease;transition:all .2s ease}[type=radio]:not(:checked)+label[data-v-56a8788c]:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}[type=radio]:checked+label[data-v-56a8788c]:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.step-buttons[data-v-56a8788c]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.step-buttons button+button[data-v-56a8788c]{margin-left:0}a.step-button[data-v-56a8788c]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}a.step-button.has-margin-top[data-v-56a8788c]{margin-top:40px}a.step-button[data-v-56a8788c]:hover{color:#fff;background-color:#e06666}.step-button[data-v-56a8788c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-width:170px;padding:8px 10px;margin-bottom:10px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:700;font-size:18px;line-height:25px;color:#e06666;cursor:pointer;background-color:#fff;border:2px solid #e06666;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px}@media (min-width:480px){.step-button[data-v-56a8788c]{width:auto;margin-bottom:0}}.step-button i[data-v-56a8788c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.step-button.is-next[data-v-56a8788c]{color:#fff;background-color:#e06666}.step-button.is-hidden[data-v-56a8788c]{opacity:0;visibility:hidden}.card[data-v-56a8788c]{max-width:385px;margin:0 auto}.card--text[data-v-56a8788c]{margin-bottom:20px;text-align:left}.card--content-title[data-v-56a8788c],.card--title[data-v-56a8788c]{font-weight:700}.card--date[data-v-56a8788c]{color:#75777a}.card--content[data-v-56a8788c]{padding:20px 25px;margin-bottom:20px;border:1px solid #c7c7c7;border-radius:6px;text-align:left}.card--box[data-v-56a8788c]{padding:10px 25px;margin:0 -25px;border-top:1px solid #c7c7c7}.card--box[data-v-56a8788c]:last-child{padding-bottom:0}.card--content-title[data-v-56a8788c]{margin-bottom:10px}.card--product[data-v-56a8788c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.card--product-price[data-v-56a8788c],.card--product-title[data-v-56a8788c]{-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 10px);flex:0 1 calc(50% - 10px)}.card--product-price[data-v-56a8788c]{text-align:right}.card--button[data-v-56a8788c]{width:100%;text-align:right}.card--button .button[data-v-56a8788c]{display:inline-block;width:100%;padding:12px 30px;font-size:14px;color:#fff;cursor:pointer;cursor:hand;text-decoration:none;text-transform:uppercase;background-color:#83dade;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:4px}.card--button .button.is-small[data-v-56a8788c]{width:auto;padding:6px 10px;font-size:12px;background-color:#e06666}.card--button.is-transparent[data-v-56a8788c]{margin-top:20px;text-align:center}.card--button.is-transparent .button[data-v-56a8788c]{width:auto;color:#000;background-color:transparent;border:1px solid #000}.card--button.is-transparent span[data-v-56a8788c]{margin-right:10px}