/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.comments{margin:1rem;word-wrap:break-word}.comments{display:grid;grid-template-columns:repeat(2, auto);grid-template-rows:repeat(2, auto)}.comments__header{grid-column:1 / 3;grid-row:1 / 2}.comments__list{grid-column:1 / 2;grid-row:2 / 3;overflow-y:auto;overflow-x:hidden}.comments .new-comment{grid-column:2 / 3;grid-row:2 / 3}.comments .comments__clear{grid-column:1 / 3;grid-row:2 / 3;text-align:center;color:#f7b143}.comments__header{display:flex;flex-direction:row-reverse}.comments-header__button-plus-img{display:block;width:3rem;height:3rem}.comments-header__count{display:flex;justify-content:flex-end;align-items:center;margin:0;color:#f7b143;font-size:1.1rem;margin-right:1rem}.comments .button{background:initial;border:initial;padding:0}.comments .button:hover{cursor:pointer}.comment{display:flex;flex-wrap:wrap;font-size:1rem;margin-bottom:1rem}.comment--child{flex-basis:100%;margin-left:calc(10rem + 1rem)}.comment--child>.comment__header{border-top:2px solid #f7b143}.comment__header{display:grid;grid-template-rows:repeat(2, 2rem) auto;grid-gap:.5rem;width:10rem;border-right:2px solid #f7b143;padding-right:1rem}.comment__create-at{grid-row:2 / 3;font-size:1rem;text-align:center;color:gray}.comment__author{grid-row:1 / 2;margin-top:1rem;font-size:1rem;text-align:center;font-weight:bold}.comment__reply{grid-row:3 / 4;text-align:right;display:flex;align-items:flex-start;justify-content:flex-end}.comment__reply-img{width:2rem}.comment__line{display:none}.comment__content{margin:1rem 0;padding-left:3rem;display:flex;align-items:center;flex:1}.switch-button-policy{display:flex;justify-content:space-between;align-items:center}.switch-button-policy__text{flex:1}.switch-button-policy__link{text-decoration:none;color:#f7b143}.switch-button-policy .switch-button__checkbox{display:none}.switch-button-policy .switch-button__label{background-color:#dd2d4a;width:3rem;height:2rem;border-radius:3rem;display:inline-block;position:relative;margin-right:2rem}.switch-button-policy .switch-button__label:before{transition:.2s;display:block;position:absolute;width:2rem;height:2rem;background-color:#fff;content:'';border-radius:50%;box-shadow:inset 0px 0px 0px 1px #f7b143}.switch-button-policy .switch-button__checkbox:checked+.switch-button__label{background-color:#8cd867}.switch-button-policy .switch-button__checkbox:checked+.switch-button__label:before{transform:translateX(1rem)}.new-comment{position:fixed;background:#fff;right:0;top:5rem;border-top:2px solid #f7b143;border-left:2px solid #f7b143;border-bottom:2px solid #f7b143;transition:.5s;padding:2rem;transform:translateX(100vw)}.new-comment.show{padding:2rem;width:20rem;transform:translateX(0)}.new-comment__header{display:grid;grid-template-columns:1fr auto;margin-bottom:1rem}.new-comment__button-close{display:block;width:2rem;height:2rem;margin-right:1rem}.new-comment__title{display:flex;justify-content:flex-end;align-items:center;margin:0;color:#f7b143;font-size:1rem}.new-comment__author,.new-comment__content{border-radius:0;border:0;-webkit-appearance:none;box-shadow:inset 0 0 0 2px #f7b143;width:calc(100% - 2rem);padding:1rem;font-size:1rem;resize:none}.new-comment__author:focus,.new-comment__content:focus{outline:none}.new-comment__content{min-height:30vh}.new-comment__content-submit{text-align:center}.new-comment__submit{background-color:#f7b143;border:0;padding:1rem 3rem;color:#fff;text-transform:uppercase;margin-top:1rem;font-size:1.3rem;transition:1s}.new-comment__submit::-moz-focus-inner,.new-comment__submit:focus{border:0;outline:none}.new-comment__submit:disabled{opacity:.5}.new-comment__submit:hover{cursor:pointer;background-color:#e48f0a}.new-comment__submit--loading{animation-name:u751720ea;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear;animation-direction:alternate}@keyframes u751720ea{from{opacity:0}to{opacity:1}}.new-comment__submit--success{background-color:#8cd867;animation-name:u421f3b83;animation-duration:1s;animation-iteration-count:1;animation-timing-function:linear}@keyframes u421f3b83{from{box-shadow:0 0 0 0 #8cd867}to{box-shadow:0 0 0 2rem rgba(140,216,103,0)}}.new-comment__submit--error{background-color:#dd2d4a;animation-name:u1caa0488;animation-duration:1s;animation-iteration-count:1;animation-timing-function:linear}@keyframes u1caa0488{from{box-shadow:0 0 0 0 #dd2d4a}to{box-shadow:0 0 0 2rem rgba(221,45,74,0)}}

/*# sourceMappingURL=desktop.min.css.map */
