/*!
 * jquery-confirm v3.3.4 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2019 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */@-webkit-keyframes jconfirm-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes jconfirm-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}body[class*=jconfirm-no-scroll-]{overflow:hidden!important}.jconfirm{z-index:99999999;font-family:inherit;overflow:hidden}.jconfirm,.jconfirm .jconfirm-bg{position:fixed;top:0;left:0;right:0;bottom:0}.jconfirm .jconfirm-bg{-webkit-transition:opacity .4s;transition:opacity .4s}.jconfirm .jconfirm-bg.jconfirm-bg-h{opacity:0!important}.jconfirm .jconfirm-scrollpane{-webkit-perspective:500px;perspective:500px;-webkit-perspective-origin:50%;perspective-origin:50%;display:table;width:100%;height:100%}.jconfirm .jconfirm-row{display:table-row;width:100%}.jconfirm .jconfirm-cell{display:table-cell;vertical-align:middle}.jconfirm .jconfirm-holder{max-height:100%;padding:50px 0}.jconfirm .jconfirm-box-container{-webkit-transition:-webkit-transform;transition:-webkit-transform;transition:transform;transition:transform,-webkit-transform}.jconfirm .jconfirm-box-container.jconfirm-no-transition{-webkit-transition:none!important;transition:none!important}.jconfirm .jconfirm-box{background:#fff;border-radius:4px;position:relative;outline:0;padding:15px 15px 0;overflow:hidden;margin-left:auto;margin-right:auto}@-webkit-keyframes type-blue{1%,to{border-color:#3498db}50%{border-color:#5faee3}}@keyframes type-blue{1%,to{border-color:#3498db}50%{border-color:#5faee3}}@-webkit-keyframes type-green{1%,to{border-color:#2ecc71}50%{border-color:#54d98c}}@keyframes type-green{1%,to{border-color:#2ecc71}50%{border-color:#54d98c}}@-webkit-keyframes type-red{1%,to{border-color:#e74c3c}50%{border-color:#ed7669}}@keyframes type-red{1%,to{border-color:#e74c3c}50%{border-color:#ed7669}}@-webkit-keyframes type-orange{1%,to{border-color:#f1c40f}50%{border-color:#f4d03f}}@keyframes type-orange{1%,to{border-color:#f1c40f}50%{border-color:#f4d03f}}@-webkit-keyframes type-purple{1%,to{border-color:#9b59b6}50%{border-color:#b07cc6}}@keyframes type-purple{1%,to{border-color:#9b59b6}50%{border-color:#b07cc6}}@-webkit-keyframes type-dark{1%,to{border-color:#34495e}50%{border-color:#46627f}}@keyframes type-dark{1%,to{border-color:#34495e}50%{border-color:#46627f}}.jconfirm .jconfirm-box.jconfirm-type-animated{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.jconfirm .jconfirm-box.jconfirm-type-blue{border-top:7px solid #3498db;-webkit-animation-name:type-blue;animation-name:type-blue}.jconfirm .jconfirm-box.jconfirm-type-green{border-top:7px solid #2ecc71;-webkit-animation-name:type-green;animation-name:type-green}.jconfirm .jconfirm-box.jconfirm-type-red{border-top:7px solid #e74c3c;-webkit-animation-name:type-red;animation-name:type-red}.jconfirm .jconfirm-box.jconfirm-type-orange{border-top:7px solid #f1c40f;-webkit-animation-name:type-orange;animation-name:type-orange}.jconfirm .jconfirm-box.jconfirm-type-purple{border-top:7px solid #9b59b6;-webkit-animation-name:type-purple;animation-name:type-purple}.jconfirm .jconfirm-box.jconfirm-type-dark{border-top:7px solid #34495e;-webkit-animation-name:type-dark;animation-name:type-dark}.jconfirm .jconfirm-box.loading{height:120px}.jconfirm .jconfirm-box.loading:before{content:"";position:absolute;left:0;background:#fff;right:0;top:0;bottom:0;border-radius:10px;z-index:1}.jconfirm .jconfirm-box.loading:after{opacity:.6;content:"";height:30px;width:30px;border:3px solid transparent;position:absolute;left:50%;margin-left:-15px;border-radius:50%;-webkit-animation:jconfirm-spin 1s infinite linear;animation:jconfirm-spin 1s infinite linear;border-bottom-color:#1e90ff;top:50%;margin-top:-15px;z-index:2}.jconfirm .jconfirm-box div.jconfirm-closeIcon{height:20px;width:20px;position:absolute;top:10px;right:10px;cursor:pointer;opacity:.6;text-align:center;font-size:27px!important;line-height:14px!important;display:none;z-index:1}.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa,.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon,.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover{opacity:1}.jconfirm .jconfirm-box div.jconfirm-title-c{display:block;font-size:22px;line-height:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;padding-bottom:15px}.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand{cursor:move}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{font-size:inherit;display:inline-block;vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i{vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:inherit;font-family:inherit;display:inline-block;vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-content-pane{margin-bottom:15px;height:auto;-webkit-transition:height .4s ease-in;transition:height .4s ease-in;display:inline-block;width:100%;position:relative;overflow-x:hidden;overflow-y:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll{overflow-y:hidden}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar{width:3px}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb{background:#666;border-radius:3px}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content{overflow:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img{max-width:100%;height:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty{display:none}.jconfirm .jconfirm-box .jconfirm-buttons{padding-bottom:11px}.jconfirm .jconfirm-box .jconfirm-buttons>button{margin-bottom:4px;margin-left:2px;margin-right:2px}.jconfirm .jconfirm-box .jconfirm-buttons button{display:inline-block;padding:6px 12px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:4px;min-height:1em;-webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;-webkit-tap-highlight-color:transparent;border:0;background-image:none}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue{background-color:#3498db;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover{background-color:#2980b9;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green{background-color:#2ecc71;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover{background-color:#27ae60;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red{background-color:#e74c3c;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover{background-color:#c0392b;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange{background-color:#f1c40f;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover{background-color:#f39c12;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default{background-color:#ecf0f1;color:#000;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover{background-color:#bdc3c7;color:#000}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple{background-color:#9b59b6;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover{background-color:#8e44ad;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark{background-color:#34495e;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover{background-color:#2c3e50;color:#fff}.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c{color:#e74c3c!important}.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c{color:#3498db!important}.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c{color:#2ecc71!important}.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c{color:#9b59b6!important}.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c{color:#f1c40f!important}.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c{color:#34495e!important}.jconfirm .jconfirm-clear{clear:both}.jconfirm.jconfirm-rtl{direction:rtl}.jconfirm.jconfirm-rtl div.jconfirm-closeIcon{left:5px;right:auto}.jconfirm.jconfirm-light .jconfirm-bg,.jconfirm.jconfirm-white .jconfirm-bg{background-color:#444;opacity:.2}.jconfirm.jconfirm-light .jconfirm-box,.jconfirm.jconfirm-white .jconfirm-box{-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2);border-radius:5px}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-size:14px;font-weight:700;text-shadow:none}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default{-webkit-box-shadow:none;box-shadow:none;color:#333}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#ddd}.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-black .jconfirm-bg,.jconfirm.jconfirm-dark .jconfirm-bg{background-color:#2f4f4f;opacity:.4}.jconfirm.jconfirm-black .jconfirm-box,.jconfirm.jconfirm-dark .jconfirm-box{-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2);background:#444;border-radius:5px;color:#fff}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button{border:0;background-image:none;text-transform:uppercase;font-size:14px;font-weight:700;text-shadow:none;-webkit-transition:background .1s;transition:background .1s;color:#fff}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default{-webkit-box-shadow:none;box-shadow:none;color:#fff;background:0}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#666}.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake{-webkit-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform:translateZ(0);transform:translateZ(0)}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow{-webkit-animation:glow .82s cubic-bezier(.36,.07,.19,.97) both;animation:glow .82s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform:translateZ(0);transform:translateZ(0)}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}@-webkit-keyframes glow{0%,to{-webkit-box-shadow:0 0 0 red;box-shadow:0 0 0 red}50%{-webkit-box-shadow:0 0 30px red;box-shadow:0 0 30px red}}@keyframes glow{0%,to{-webkit-box-shadow:0 0 0 red;box-shadow:0 0 0 red}50%{-webkit-box-shadow:0 0 30px red;box-shadow:0 0 30px red}}.jconfirm{-webkit-perspective:400px;perspective:400px}.jconfirm .jconfirm-box{opacity:1;-webkit-transition-property:all;transition-property:all}.jconfirm .jconfirm-box.jconfirm-animation-bottom,.jconfirm .jconfirm-box.jconfirm-animation-left,.jconfirm .jconfirm-box.jconfirm-animation-none,.jconfirm .jconfirm-box.jconfirm-animation-opacity,.jconfirm .jconfirm-box.jconfirm-animation-right,.jconfirm .jconfirm-box.jconfirm-animation-rotate,.jconfirm .jconfirm-box.jconfirm-animation-rotatex,.jconfirm .jconfirm-box.jconfirm-animation-rotatey,.jconfirm .jconfirm-box.jconfirm-animation-scale,.jconfirm .jconfirm-box.jconfirm-animation-scalex,.jconfirm .jconfirm-box.jconfirm-animation-scaley,.jconfirm .jconfirm-box.jconfirm-animation-top,.jconfirm .jconfirm-box.jconfirm-animation-zoom{opacity:0}.jconfirm .jconfirm-box.jconfirm-animation-rotate{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.jconfirm .jconfirm-box.jconfirm-animation-rotatex{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatexr{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatey{-webkit-transform:rotatey(90deg);transform:rotatey(90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotateyr{-webkit-transform:rotatey(-90deg);transform:rotatey(-90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scaley{-webkit-transform:scaley(1.5);transform:scaley(1.5);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scalex{-webkit-transform:scalex(1.5);transform:scalex(1.5);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-top{-webkit-transform:translateY(-100px);transform:translateY(-100px)}.jconfirm .jconfirm-box.jconfirm-animation-left{-webkit-transform:translate(-100px);transform:translate(-100px)}.jconfirm .jconfirm-box.jconfirm-animation-right{-webkit-transform:translate(100px);transform:translate(100px)}.jconfirm .jconfirm-box.jconfirm-animation-bottom{-webkit-transform:translateY(100px);transform:translateY(100px)}.jconfirm .jconfirm-box.jconfirm-animation-zoom{-webkit-transform:scale(1.2);transform:scale(1.2)}.jconfirm .jconfirm-box.jconfirm-animation-scale{-webkit-transform:scale(.5);transform:scale(.5)}.jconfirm .jconfirm-box.jconfirm-animation-none{visibility:hidden}.jconfirm.jconfirm-supervan .jconfirm-bg{background-color:rgba(54,70,93,.95)}.jconfirm.jconfirm-supervan .jconfirm-box{background-color:transparent}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue,.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark,.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green,.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange,.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple,.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red{border:0}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon{color:#fff}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c{text-align:center;color:#fff;font-size:28px;font-weight:400}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c>*{padding-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane{margin-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content{text-align:center;color:#fff}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button{font-size:16px;border-radius:2px;background:#303f53;text-shadow:none;border:0;color:#fff;padding:10px;min-width:100px}.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-material .jconfirm-bg{background-color:rgba(0,0,0,.67)}.jconfirm.jconfirm-material .jconfirm-box{background-color:#fff;-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);padding:30px 25px 10px}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87)}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:22px;font-weight:700}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,.87)}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons{text-align:right}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-weight:500}.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-bootstrap .jconfirm-bg{background-color:rgba(0,0,0,.21)}.jconfirm.jconfirm-bootstrap .jconfirm-box{background-color:#fff;-webkit-box-shadow:0 3px 8px 0 rgba(0,0,0,.2);box-shadow:0 3px 8px 0 rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.4);padding:15px 0 0}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87)}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:22px;font-weight:700;padding-left:15px;padding-right:15px}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,.87);padding:0 15px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons{text-align:right;padding:10px;margin:-5px 0 0;border-top:1px solid #ddd;overflow:hidden;border-radius:0 0 4px 4px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button{font-weight:500}.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-modern .jconfirm-bg{background-color:#708090;opacity:.6}.jconfirm.jconfirm-modern .jconfirm-box{background-color:#fff;-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);padding:30px 30px 15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87);top:15px;right:15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:24px;font-weight:700;text-align:center;margin-bottom:10px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;-webkit-transform:scale(0);transform:scale(0);display:block;margin-right:0;margin-left:0;margin-bottom:10px;font-size:69px;color:#aaa}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content{text-align:center;font-size:15px;color:#777;margin-bottom:25px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button{font-weight:700;text-transform:uppercase;-webkit-transition:background .1s;transition:background .1s;padding:10px 20px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button+button{margin-left:4px}.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{-webkit-transform:scale(1);transform:scale(1)}/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer:before{content:"\2014   \A0"}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1,.col-auto{-webkit-box-flex:0}.col-1{-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-2,.col-3{-webkit-box-flex:0}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-4,.col-5{-webkit-box-flex:0}.col-5{-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-6,.col-7{-webkit-box-flex:0}.col-7{-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-8,.col-9{-webkit-box-flex:0}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-10,.col-11{-webkit-box-flex:0}.col-11{-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.table{width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{-webkit-transition:none;transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.25);box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label:after,.was-validated .custom-file-input:valid~.custom-file-label:after{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.25);box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label:after,.was-validated .custom-file-input:invalid~.custom-file-label:after{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .form-group,.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;margin-bottom:0}.form-inline .form-group{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{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;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{-webkit-transition:none;transition:none}}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.5);box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.5);box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{-webkit-box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5);box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5);box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{-webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{-webkit-box-shadow:0 0 0 .2rem rgba(248,249,250,.5);box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(248,249,250,.5);box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{-webkit-box-shadow:0 0 0 .2rem rgba(52,58,64,.5);box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(52,58,64,.5);box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.5);box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.5);box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{-webkit-box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5);box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5);box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{-webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{-webkit-box-shadow:0 0 0 .2rem rgba(248,249,250,.5);box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(248,249,250,.5);box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{-webkit-box-shadow:0 0 0 .2rem rgba(52,58,64,.5);box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(52,58,64,.5);box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;background-color:transparent}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline;border-color:transparent}.btn-link.focus,.btn-link:focus{-webkit-box-shadow:none;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{-webkit-transition:none;transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{-webkit-transition:none;transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group,.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label:before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0}.custom-control-label:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background-repeat:no-repeat;background-position:50%;background-size:50% 50%}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(128,189,255,.5);box-shadow:0 0 0 .2rem rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);font-size:75%}.custom-select-lg,.custom-select-sm{padding-top:.375rem;padding-bottom:.375rem}.custom-select-lg{height:calc(2.875rem + 2px);font-size:125%}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(2.25rem + 2px)}.custom-file-input{z-index:2;margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-label:after{border-color:#80bdff}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-label{left:0;z-index:1;height:calc(2.25rem + 2px);background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}.custom-file-label:after{bottom:0;z-index:3;display:block;height:2.25rem;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;padding-left:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-webkit-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-webkit-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-control-label:before,.custom-file-label,.custom-select{-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{-webkit-transition:none;transition:none}}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat 50%;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm,.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md,.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg,.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl,.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-webkit-box-orient:horizontal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck,.card-deck .card{-webkit-box-direction:normal}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child),.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress,.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex}.progress-bar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;-webkit-transition:width .6s ease;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{-webkit-transition:none;transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{color:#000;text-decoration:none;opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translateY(-25%);transform:translateY(-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{-webkit-transition:none;transition:none}}.modal.show .modal-dialog{-webkit-transform:translate(0);transform:translate(0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);content:""}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{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;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:after,.bs-popover-top .arrow:before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-top .arrow:after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:after,.bs-popover-right .arrow:before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-right .arrow:after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:after,.bs-popover-bottom .arrow:before{border-width:0 .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-bottom .arrow:after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:after,.bs-popover-left .arrow:before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-left .arrow:after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block;-webkit-transition:-webkit-transform .6s ease;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-item-next,.carousel-item-prev,.carousel-item.active{-webkit-transition:none;transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateZ(0);transform:translateZ(0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transition-property:opacity;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateZ(0);transform:translateZ(0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;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;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat 50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:hsla(0,0%,100%,.5)}.carousel-indicators li:before{top:-10px}.carousel-indicators li:after,.carousel-indicators li:before{position:absolute;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li:after{bottom:-10px}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column,.flex-row{-webkit-box-direction:normal!important}.flex-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-direction:reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important}.flex-sm-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important}.flex-md-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important}.flex-lg-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important}.flex-xl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{white-space:nowrap}.sr-only-focusable:active,.sr-only-focusable:focus{white-space:normal}.shadow-sm{-webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{-webkit-box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{-webkit-box-shadow:none!important;box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}

/*!
 * Font Awesome Free 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\F26E"}.fa-accessible-icon:before{content:"\F368"}.fa-accusoft:before{content:"\F369"}.fa-acquisitions-incorporated:before{content:"\F6AF"}.fa-ad:before{content:"\F641"}.fa-address-book:before{content:"\F2B9"}.fa-address-card:before{content:"\F2BB"}.fa-adjust:before{content:"\F042"}.fa-adn:before{content:"\F170"}.fa-adversal:before{content:"\F36A"}.fa-affiliatetheme:before{content:"\F36B"}.fa-air-freshener:before{content:"\F5D0"}.fa-algolia:before{content:"\F36C"}.fa-align-center:before{content:"\F037"}.fa-align-justify:before{content:"\F039"}.fa-align-left:before{content:"\F036"}.fa-align-right:before{content:"\F038"}.fa-alipay:before{content:"\F642"}.fa-allergies:before{content:"\F461"}.fa-amazon:before{content:"\F270"}.fa-amazon-pay:before{content:"\F42C"}.fa-ambulance:before{content:"\F0F9"}.fa-american-sign-language-interpreting:before{content:"\F2A3"}.fa-amilia:before{content:"\F36D"}.fa-anchor:before{content:"\F13D"}.fa-android:before{content:"\F17B"}.fa-angellist:before{content:"\F209"}.fa-angle-double-down:before{content:"\F103"}.fa-angle-double-left:before{content:"\F100"}.fa-angle-double-right:before{content:"\F101"}.fa-angle-double-up:before{content:"\F102"}.fa-angle-down:before{content:"\F107"}.fa-angle-left:before{content:"\F104"}.fa-angle-right:before{content:"\F105"}.fa-angle-up:before{content:"\F106"}.fa-angry:before{content:"\F556"}.fa-angrycreative:before{content:"\F36E"}.fa-angular:before{content:"\F420"}.fa-ankh:before{content:"\F644"}.fa-app-store:before{content:"\F36F"}.fa-app-store-ios:before{content:"\F370"}.fa-apper:before{content:"\F371"}.fa-apple:before{content:"\F179"}.fa-apple-alt:before{content:"\F5D1"}.fa-apple-pay:before{content:"\F415"}.fa-archive:before{content:"\F187"}.fa-archway:before{content:"\F557"}.fa-arrow-alt-circle-down:before{content:"\F358"}.fa-arrow-alt-circle-left:before{content:"\F359"}.fa-arrow-alt-circle-right:before{content:"\F35A"}.fa-arrow-alt-circle-up:before{content:"\F35B"}.fa-arrow-circle-down:before{content:"\F0AB"}.fa-arrow-circle-left:before{content:"\F0A8"}.fa-arrow-circle-right:before{content:"\F0A9"}.fa-arrow-circle-up:before{content:"\F0AA"}.fa-arrow-down:before{content:"\F063"}.fa-arrow-left:before{content:"\F060"}.fa-arrow-right:before{content:"\F061"}.fa-arrow-up:before{content:"\F062"}.fa-arrows-alt:before{content:"\F0B2"}.fa-arrows-alt-h:before{content:"\F337"}.fa-arrows-alt-v:before{content:"\F338"}.fa-assistive-listening-systems:before{content:"\F2A2"}.fa-asterisk:before{content:"\F069"}.fa-asymmetrik:before{content:"\F372"}.fa-at:before{content:"\F1FA"}.fa-atlas:before{content:"\F558"}.fa-atom:before{content:"\F5D2"}.fa-audible:before{content:"\F373"}.fa-audio-description:before{content:"\F29E"}.fa-autoprefixer:before{content:"\F41C"}.fa-avianex:before{content:"\F374"}.fa-aviato:before{content:"\F421"}.fa-award:before{content:"\F559"}.fa-aws:before{content:"\F375"}.fa-backspace:before{content:"\F55A"}.fa-backward:before{content:"\F04A"}.fa-balance-scale:before{content:"\F24E"}.fa-ban:before{content:"\F05E"}.fa-band-aid:before{content:"\F462"}.fa-bandcamp:before{content:"\F2D5"}.fa-barcode:before{content:"\F02A"}.fa-bars:before{content:"\F0C9"}.fa-baseball-ball:before{content:"\F433"}.fa-basketball-ball:before{content:"\F434"}.fa-bath:before{content:"\F2CD"}.fa-battery-empty:before{content:"\F244"}.fa-battery-full:before{content:"\F240"}.fa-battery-half:before{content:"\F242"}.fa-battery-quarter:before{content:"\F243"}.fa-battery-three-quarters:before{content:"\F241"}.fa-bed:before{content:"\F236"}.fa-beer:before{content:"\F0FC"}.fa-behance:before{content:"\F1B4"}.fa-behance-square:before{content:"\F1B5"}.fa-bell:before{content:"\F0F3"}.fa-bell-slash:before{content:"\F1F6"}.fa-bezier-curve:before{content:"\F55B"}.fa-bible:before{content:"\F647"}.fa-bicycle:before{content:"\F206"}.fa-bimobject:before{content:"\F378"}.fa-binoculars:before{content:"\F1E5"}.fa-birthday-cake:before{content:"\F1FD"}.fa-bitbucket:before{content:"\F171"}.fa-bitcoin:before{content:"\F379"}.fa-bity:before{content:"\F37A"}.fa-black-tie:before{content:"\F27E"}.fa-blackberry:before{content:"\F37B"}.fa-blender:before{content:"\F517"}.fa-blender-phone:before{content:"\F6B6"}.fa-blind:before{content:"\F29D"}.fa-blogger:before{content:"\F37C"}.fa-blogger-b:before{content:"\F37D"}.fa-bluetooth:before{content:"\F293"}.fa-bluetooth-b:before{content:"\F294"}.fa-bold:before{content:"\F032"}.fa-bolt:before{content:"\F0E7"}.fa-bomb:before{content:"\F1E2"}.fa-bone:before{content:"\F5D7"}.fa-bong:before{content:"\F55C"}.fa-book:before{content:"\F02D"}.fa-book-dead:before{content:"\F6B7"}.fa-book-open:before{content:"\F518"}.fa-book-reader:before{content:"\F5DA"}.fa-bookmark:before{content:"\F02E"}.fa-bowling-ball:before{content:"\F436"}.fa-box:before{content:"\F466"}.fa-box-open:before{content:"\F49E"}.fa-boxes:before{content:"\F468"}.fa-braille:before{content:"\F2A1"}.fa-brain:before{content:"\F5DC"}.fa-briefcase:before{content:"\F0B1"}.fa-briefcase-medical:before{content:"\F469"}.fa-broadcast-tower:before{content:"\F519"}.fa-broom:before{content:"\F51A"}.fa-brush:before{content:"\F55D"}.fa-btc:before{content:"\F15A"}.fa-bug:before{content:"\F188"}.fa-building:before{content:"\F1AD"}.fa-bullhorn:before{content:"\F0A1"}.fa-bullseye:before{content:"\F140"}.fa-burn:before{content:"\F46A"}.fa-buromobelexperte:before{content:"\F37F"}.fa-bus:before{content:"\F207"}.fa-bus-alt:before{content:"\F55E"}.fa-business-time:before{content:"\F64A"}.fa-buysellads:before{content:"\F20D"}.fa-calculator:before{content:"\F1EC"}.fa-calendar:before{content:"\F133"}.fa-calendar-alt:before{content:"\F073"}.fa-calendar-check:before{content:"\F274"}.fa-calendar-minus:before{content:"\F272"}.fa-calendar-plus:before{content:"\F271"}.fa-calendar-times:before{content:"\F273"}.fa-camera:before{content:"\F030"}.fa-camera-retro:before{content:"\F083"}.fa-campground:before{content:"\F6BB"}.fa-cannabis:before{content:"\F55F"}.fa-capsules:before{content:"\F46B"}.fa-car:before{content:"\F1B9"}.fa-car-alt:before{content:"\F5DE"}.fa-car-battery:before{content:"\F5DF"}.fa-car-crash:before{content:"\F5E1"}.fa-car-side:before{content:"\F5E4"}.fa-caret-down:before{content:"\F0D7"}.fa-caret-left:before{content:"\F0D9"}.fa-caret-right:before{content:"\F0DA"}.fa-caret-square-down:before{content:"\F150"}.fa-caret-square-left:before{content:"\F191"}.fa-caret-square-right:before{content:"\F152"}.fa-caret-square-up:before{content:"\F151"}.fa-caret-up:before{content:"\F0D8"}.fa-cart-arrow-down:before{content:"\F218"}.fa-cart-plus:before{content:"\F217"}.fa-cat:before{content:"\F6BE"}.fa-cc-amazon-pay:before{content:"\F42D"}.fa-cc-amex:before{content:"\F1F3"}.fa-cc-apple-pay:before{content:"\F416"}.fa-cc-diners-club:before{content:"\F24C"}.fa-cc-discover:before{content:"\F1F2"}.fa-cc-jcb:before{content:"\F24B"}.fa-cc-mastercard:before{content:"\F1F1"}.fa-cc-paypal:before{content:"\F1F4"}.fa-cc-stripe:before{content:"\F1F5"}.fa-cc-visa:before{content:"\F1F0"}.fa-centercode:before{content:"\F380"}.fa-certificate:before{content:"\F0A3"}.fa-chair:before{content:"\F6C0"}.fa-chalkboard:before{content:"\F51B"}.fa-chalkboard-teacher:before{content:"\F51C"}.fa-charging-station:before{content:"\F5E7"}.fa-chart-area:before{content:"\F1FE"}.fa-chart-bar:before{content:"\F080"}.fa-chart-line:before{content:"\F201"}.fa-chart-pie:before{content:"\F200"}.fa-check:before{content:"\F00C"}.fa-check-circle:before{content:"\F058"}.fa-check-double:before{content:"\F560"}.fa-check-square:before{content:"\F14A"}.fa-chess:before{content:"\F439"}.fa-chess-bishop:before{content:"\F43A"}.fa-chess-board:before{content:"\F43C"}.fa-chess-king:before{content:"\F43F"}.fa-chess-knight:before{content:"\F441"}.fa-chess-pawn:before{content:"\F443"}.fa-chess-queen:before{content:"\F445"}.fa-chess-rook:before{content:"\F447"}.fa-chevron-circle-down:before{content:"\F13A"}.fa-chevron-circle-left:before{content:"\F137"}.fa-chevron-circle-right:before{content:"\F138"}.fa-chevron-circle-up:before{content:"\F139"}.fa-chevron-down:before{content:"\F078"}.fa-chevron-left:before{content:"\F053"}.fa-chevron-right:before{content:"\F054"}.fa-chevron-up:before{content:"\F077"}.fa-child:before{content:"\F1AE"}.fa-chrome:before{content:"\F268"}.fa-church:before{content:"\F51D"}.fa-circle:before{content:"\F111"}.fa-circle-notch:before{content:"\F1CE"}.fa-city:before{content:"\F64F"}.fa-clipboard:before{content:"\F328"}.fa-clipboard-check:before{content:"\F46C"}.fa-clipboard-list:before{content:"\F46D"}.fa-clock:before{content:"\F017"}.fa-clone:before{content:"\F24D"}.fa-closed-captioning:before{content:"\F20A"}.fa-cloud:before{content:"\F0C2"}.fa-cloud-download-alt:before{content:"\F381"}.fa-cloud-moon:before{content:"\F6C3"}.fa-cloud-sun:before{content:"\F6C4"}.fa-cloud-upload-alt:before{content:"\F382"}.fa-cloudscale:before{content:"\F383"}.fa-cloudsmith:before{content:"\F384"}.fa-cloudversify:before{content:"\F385"}.fa-cocktail:before{content:"\F561"}.fa-code:before{content:"\F121"}.fa-code-branch:before{content:"\F126"}.fa-codepen:before{content:"\F1CB"}.fa-codiepie:before{content:"\F284"}.fa-coffee:before{content:"\F0F4"}.fa-cog:before{content:"\F013"}.fa-cogs:before{content:"\F085"}.fa-coins:before{content:"\F51E"}.fa-columns:before{content:"\F0DB"}.fa-comment:before{content:"\F075"}.fa-comment-alt:before{content:"\F27A"}.fa-comment-dollar:before{content:"\F651"}.fa-comment-dots:before{content:"\F4AD"}.fa-comment-slash:before{content:"\F4B3"}.fa-comments:before{content:"\F086"}.fa-comments-dollar:before{content:"\F653"}.fa-compact-disc:before{content:"\F51F"}.fa-compass:before{content:"\F14E"}.fa-compress:before{content:"\F066"}.fa-concierge-bell:before{content:"\F562"}.fa-connectdevelop:before{content:"\F20E"}.fa-contao:before{content:"\F26D"}.fa-cookie:before{content:"\F563"}.fa-cookie-bite:before{content:"\F564"}.fa-copy:before{content:"\F0C5"}.fa-copyright:before{content:"\F1F9"}.fa-couch:before{content:"\F4B8"}.fa-cpanel:before{content:"\F388"}.fa-creative-commons:before{content:"\F25E"}.fa-creative-commons-by:before{content:"\F4E7"}.fa-creative-commons-nc:before{content:"\F4E8"}.fa-creative-commons-nc-eu:before{content:"\F4E9"}.fa-creative-commons-nc-jp:before{content:"\F4EA"}.fa-creative-commons-nd:before{content:"\F4EB"}.fa-creative-commons-pd:before{content:"\F4EC"}.fa-creative-commons-pd-alt:before{content:"\F4ED"}.fa-creative-commons-remix:before{content:"\F4EE"}.fa-creative-commons-sa:before{content:"\F4EF"}.fa-creative-commons-sampling:before{content:"\F4F0"}.fa-creative-commons-sampling-plus:before{content:"\F4F1"}.fa-creative-commons-share:before{content:"\F4F2"}.fa-creative-commons-zero:before{content:"\F4F3"}.fa-credit-card:before{content:"\F09D"}.fa-critical-role:before{content:"\F6C9"}.fa-crop:before{content:"\F125"}.fa-crop-alt:before{content:"\F565"}.fa-cross:before{content:"\F654"}.fa-crosshairs:before{content:"\F05B"}.fa-crow:before{content:"\F520"}.fa-crown:before{content:"\F521"}.fa-css3:before{content:"\F13C"}.fa-css3-alt:before{content:"\F38B"}.fa-cube:before{content:"\F1B2"}.fa-cubes:before{content:"\F1B3"}.fa-cut:before{content:"\F0C4"}.fa-cuttlefish:before{content:"\F38C"}.fa-d-and-d:before{content:"\F38D"}.fa-dashcube:before{content:"\F210"}.fa-database:before{content:"\F1C0"}.fa-deaf:before{content:"\F2A4"}.fa-delicious:before{content:"\F1A5"}.fa-deploydog:before{content:"\F38E"}.fa-deskpro:before{content:"\F38F"}.fa-desktop:before{content:"\F108"}.fa-dev:before{content:"\F6CC"}.fa-deviantart:before{content:"\F1BD"}.fa-dharmachakra:before{content:"\F655"}.fa-diagnoses:before{content:"\F470"}.fa-dice:before{content:"\F522"}.fa-dice-d20:before{content:"\F6CF"}.fa-dice-d6:before{content:"\F6D1"}.fa-dice-five:before{content:"\F523"}.fa-dice-four:before{content:"\F524"}.fa-dice-one:before{content:"\F525"}.fa-dice-six:before{content:"\F526"}.fa-dice-three:before{content:"\F527"}.fa-dice-two:before{content:"\F528"}.fa-digg:before{content:"\F1A6"}.fa-digital-ocean:before{content:"\F391"}.fa-digital-tachograph:before{content:"\F566"}.fa-directions:before{content:"\F5EB"}.fa-discord:before{content:"\F392"}.fa-discourse:before{content:"\F393"}.fa-divide:before{content:"\F529"}.fa-dizzy:before{content:"\F567"}.fa-dna:before{content:"\F471"}.fa-dochub:before{content:"\F394"}.fa-docker:before{content:"\F395"}.fa-dog:before{content:"\F6D3"}.fa-dollar-sign:before{content:"\F155"}.fa-dolly:before{content:"\F472"}.fa-dolly-flatbed:before{content:"\F474"}.fa-donate:before{content:"\F4B9"}.fa-door-closed:before{content:"\F52A"}.fa-door-open:before{content:"\F52B"}.fa-dot-circle:before{content:"\F192"}.fa-dove:before{content:"\F4BA"}.fa-download:before{content:"\F019"}.fa-draft2digital:before{content:"\F396"}.fa-drafting-compass:before{content:"\F568"}.fa-dragon:before{content:"\F6D5"}.fa-draw-polygon:before{content:"\F5EE"}.fa-dribbble:before{content:"\F17D"}.fa-dribbble-square:before{content:"\F397"}.fa-dropbox:before{content:"\F16B"}.fa-drum:before{content:"\F569"}.fa-drum-steelpan:before{content:"\F56A"}.fa-drumstick-bite:before{content:"\F6D7"}.fa-drupal:before{content:"\F1A9"}.fa-dumbbell:before{content:"\F44B"}.fa-dungeon:before{content:"\F6D9"}.fa-dyalog:before{content:"\F399"}.fa-earlybirds:before{content:"\F39A"}.fa-ebay:before{content:"\F4F4"}.fa-edge:before{content:"\F282"}.fa-edit:before{content:"\F044"}.fa-eject:before{content:"\F052"}.fa-elementor:before{content:"\F430"}.fa-ellipsis-h:before{content:"\F141"}.fa-ellipsis-v:before{content:"\F142"}.fa-ello:before{content:"\F5F1"}.fa-ember:before{content:"\F423"}.fa-empire:before{content:"\F1D1"}.fa-envelope:before{content:"\F0E0"}.fa-envelope-open:before{content:"\F2B6"}.fa-envelope-open-text:before{content:"\F658"}.fa-envelope-square:before{content:"\F199"}.fa-envira:before{content:"\F299"}.fa-equals:before{content:"\F52C"}.fa-eraser:before{content:"\F12D"}.fa-erlang:before{content:"\F39D"}.fa-ethereum:before{content:"\F42E"}.fa-etsy:before{content:"\F2D7"}.fa-euro-sign:before{content:"\F153"}.fa-exchange-alt:before{content:"\F362"}.fa-exclamation:before{content:"\F12A"}.fa-exclamation-circle:before{content:"\F06A"}.fa-exclamation-triangle:before{content:"\F071"}.fa-expand:before{content:"\F065"}.fa-expand-arrows-alt:before{content:"\F31E"}.fa-expeditedssl:before{content:"\F23E"}.fa-external-link-alt:before{content:"\F35D"}.fa-external-link-square-alt:before{content:"\F360"}.fa-eye:before{content:"\F06E"}.fa-eye-dropper:before{content:"\F1FB"}.fa-eye-slash:before{content:"\F070"}.fa-facebook:before{content:"\F09A"}.fa-facebook-f:before{content:"\F39E"}.fa-facebook-messenger:before{content:"\F39F"}.fa-facebook-square:before{content:"\F082"}.fa-fantasy-flight-games:before{content:"\F6DC"}.fa-fast-backward:before{content:"\F049"}.fa-fast-forward:before{content:"\F050"}.fa-fax:before{content:"\F1AC"}.fa-feather:before{content:"\F52D"}.fa-feather-alt:before{content:"\F56B"}.fa-female:before{content:"\F182"}.fa-fighter-jet:before{content:"\F0FB"}.fa-file:before{content:"\F15B"}.fa-file-alt:before{content:"\F15C"}.fa-file-archive:before{content:"\F1C6"}.fa-file-audio:before{content:"\F1C7"}.fa-file-code:before{content:"\F1C9"}.fa-file-contract:before{content:"\F56C"}.fa-file-csv:before{content:"\F6DD"}.fa-file-download:before{content:"\F56D"}.fa-file-excel:before{content:"\F1C3"}.fa-file-export:before{content:"\F56E"}.fa-file-image:before{content:"\F1C5"}.fa-file-import:before{content:"\F56F"}.fa-file-invoice:before{content:"\F570"}.fa-file-invoice-dollar:before{content:"\F571"}.fa-file-medical:before{content:"\F477"}.fa-file-medical-alt:before{content:"\F478"}.fa-file-pdf:before{content:"\F1C1"}.fa-file-powerpoint:before{content:"\F1C4"}.fa-file-prescription:before{content:"\F572"}.fa-file-signature:before{content:"\F573"}.fa-file-upload:before{content:"\F574"}.fa-file-video:before{content:"\F1C8"}.fa-file-word:before{content:"\F1C2"}.fa-fill:before{content:"\F575"}.fa-fill-drip:before{content:"\F576"}.fa-film:before{content:"\F008"}.fa-filter:before{content:"\F0B0"}.fa-fingerprint:before{content:"\F577"}.fa-fire:before{content:"\F06D"}.fa-fire-extinguisher:before{content:"\F134"}.fa-firefox:before{content:"\F269"}.fa-first-aid:before{content:"\F479"}.fa-first-order:before{content:"\F2B0"}.fa-first-order-alt:before{content:"\F50A"}.fa-firstdraft:before{content:"\F3A1"}.fa-fish:before{content:"\F578"}.fa-fist-raised:before{content:"\F6DE"}.fa-flag:before{content:"\F024"}.fa-flag-checkered:before{content:"\F11E"}.fa-flask:before{content:"\F0C3"}.fa-flickr:before{content:"\F16E"}.fa-flipboard:before{content:"\F44D"}.fa-flushed:before{content:"\F579"}.fa-fly:before{content:"\F417"}.fa-folder:before{content:"\F07B"}.fa-folder-minus:before{content:"\F65D"}.fa-folder-open:before{content:"\F07C"}.fa-folder-plus:before{content:"\F65E"}.fa-font:before{content:"\F031"}.fa-font-awesome:before{content:"\F2B4"}.fa-font-awesome-alt:before{content:"\F35C"}.fa-font-awesome-flag:before{content:"\F425"}.fa-font-awesome-logo-full:before{content:"\F4E6"}.fa-fonticons:before{content:"\F280"}.fa-fonticons-fi:before{content:"\F3A2"}.fa-football-ball:before{content:"\F44E"}.fa-fort-awesome:before{content:"\F286"}.fa-fort-awesome-alt:before{content:"\F3A3"}.fa-forumbee:before{content:"\F211"}.fa-forward:before{content:"\F04E"}.fa-foursquare:before{content:"\F180"}.fa-free-code-camp:before{content:"\F2C5"}.fa-freebsd:before{content:"\F3A4"}.fa-frog:before{content:"\F52E"}.fa-frown:before{content:"\F119"}.fa-frown-open:before{content:"\F57A"}.fa-fulcrum:before{content:"\F50B"}.fa-funnel-dollar:before{content:"\F662"}.fa-futbol:before{content:"\F1E3"}.fa-galactic-republic:before{content:"\F50C"}.fa-galactic-senate:before{content:"\F50D"}.fa-gamepad:before{content:"\F11B"}.fa-gas-pump:before{content:"\F52F"}.fa-gavel:before{content:"\F0E3"}.fa-gem:before{content:"\F3A5"}.fa-genderless:before{content:"\F22D"}.fa-get-pocket:before{content:"\F265"}.fa-gg:before{content:"\F260"}.fa-gg-circle:before{content:"\F261"}.fa-ghost:before{content:"\F6E2"}.fa-gift:before{content:"\F06B"}.fa-git:before{content:"\F1D3"}.fa-git-square:before{content:"\F1D2"}.fa-github:before{content:"\F09B"}.fa-github-alt:before{content:"\F113"}.fa-github-square:before{content:"\F092"}.fa-gitkraken:before{content:"\F3A6"}.fa-gitlab:before{content:"\F296"}.fa-gitter:before{content:"\F426"}.fa-glass-martini:before{content:"\F000"}.fa-glass-martini-alt:before{content:"\F57B"}.fa-glasses:before{content:"\F530"}.fa-glide:before{content:"\F2A5"}.fa-glide-g:before{content:"\F2A6"}.fa-globe:before{content:"\F0AC"}.fa-globe-africa:before{content:"\F57C"}.fa-globe-americas:before{content:"\F57D"}.fa-globe-asia:before{content:"\F57E"}.fa-gofore:before{content:"\F3A7"}.fa-golf-ball:before{content:"\F450"}.fa-goodreads:before{content:"\F3A8"}.fa-goodreads-g:before{content:"\F3A9"}.fa-google:before{content:"\F1A0"}.fa-google-drive:before{content:"\F3AA"}.fa-google-play:before{content:"\F3AB"}.fa-google-plus:before{content:"\F2B3"}.fa-google-plus-g:before{content:"\F0D5"}.fa-google-plus-square:before{content:"\F0D4"}.fa-google-wallet:before{content:"\F1EE"}.fa-gopuram:before{content:"\F664"}.fa-graduation-cap:before{content:"\F19D"}.fa-gratipay:before{content:"\F184"}.fa-grav:before{content:"\F2D6"}.fa-greater-than:before{content:"\F531"}.fa-greater-than-equal:before{content:"\F532"}.fa-grimace:before{content:"\F57F"}.fa-grin:before{content:"\F580"}.fa-grin-alt:before{content:"\F581"}.fa-grin-beam:before{content:"\F582"}.fa-grin-beam-sweat:before{content:"\F583"}.fa-grin-hearts:before{content:"\F584"}.fa-grin-squint:before{content:"\F585"}.fa-grin-squint-tears:before{content:"\F586"}.fa-grin-stars:before{content:"\F587"}.fa-grin-tears:before{content:"\F588"}.fa-grin-tongue:before{content:"\F589"}.fa-grin-tongue-squint:before{content:"\F58A"}.fa-grin-tongue-wink:before{content:"\F58B"}.fa-grin-wink:before{content:"\F58C"}.fa-grip-horizontal:before{content:"\F58D"}.fa-grip-vertical:before{content:"\F58E"}.fa-gripfire:before{content:"\F3AC"}.fa-grunt:before{content:"\F3AD"}.fa-gulp:before{content:"\F3AE"}.fa-h-square:before{content:"\F0FD"}.fa-hacker-news:before{content:"\F1D4"}.fa-hacker-news-square:before{content:"\F3AF"}.fa-hackerrank:before{content:"\F5F7"}.fa-hammer:before{content:"\F6E3"}.fa-hamsa:before{content:"\F665"}.fa-hand-holding:before{content:"\F4BD"}.fa-hand-holding-heart:before{content:"\F4BE"}.fa-hand-holding-usd:before{content:"\F4C0"}.fa-hand-lizard:before{content:"\F258"}.fa-hand-paper:before{content:"\F256"}.fa-hand-peace:before{content:"\F25B"}.fa-hand-point-down:before{content:"\F0A7"}.fa-hand-point-left:before{content:"\F0A5"}.fa-hand-point-right:before{content:"\F0A4"}.fa-hand-point-up:before{content:"\F0A6"}.fa-hand-pointer:before{content:"\F25A"}.fa-hand-rock:before{content:"\F255"}.fa-hand-scissors:before{content:"\F257"}.fa-hand-spock:before{content:"\F259"}.fa-hands:before{content:"\F4C2"}.fa-hands-helping:before{content:"\F4C4"}.fa-handshake:before{content:"\F2B5"}.fa-hanukiah:before{content:"\F6E6"}.fa-hashtag:before{content:"\F292"}.fa-hat-wizard:before{content:"\F6E8"}.fa-haykal:before{content:"\F666"}.fa-hdd:before{content:"\F0A0"}.fa-heading:before{content:"\F1DC"}.fa-headphones:before{content:"\F025"}.fa-headphones-alt:before{content:"\F58F"}.fa-headset:before{content:"\F590"}.fa-heart:before{content:"\F004"}.fa-heartbeat:before{content:"\F21E"}.fa-helicopter:before{content:"\F533"}.fa-highlighter:before{content:"\F591"}.fa-hiking:before{content:"\F6EC"}.fa-hippo:before{content:"\F6ED"}.fa-hips:before{content:"\F452"}.fa-hire-a-helper:before{content:"\F3B0"}.fa-history:before{content:"\F1DA"}.fa-hockey-puck:before{content:"\F453"}.fa-home:before{content:"\F015"}.fa-hooli:before{content:"\F427"}.fa-hornbill:before{content:"\F592"}.fa-horse:before{content:"\F6F0"}.fa-hospital:before{content:"\F0F8"}.fa-hospital-alt:before{content:"\F47D"}.fa-hospital-symbol:before{content:"\F47E"}.fa-hot-tub:before{content:"\F593"}.fa-hotel:before{content:"\F594"}.fa-hotjar:before{content:"\F3B1"}.fa-hourglass:before{content:"\F254"}.fa-hourglass-end:before{content:"\F253"}.fa-hourglass-half:before{content:"\F252"}.fa-hourglass-start:before{content:"\F251"}.fa-house-damage:before{content:"\F6F1"}.fa-houzz:before{content:"\F27C"}.fa-hryvnia:before{content:"\F6F2"}.fa-html5:before{content:"\F13B"}.fa-hubspot:before{content:"\F3B2"}.fa-i-cursor:before{content:"\F246"}.fa-id-badge:before{content:"\F2C1"}.fa-id-card:before{content:"\F2C2"}.fa-id-card-alt:before{content:"\F47F"}.fa-image:before{content:"\F03E"}.fa-images:before{content:"\F302"}.fa-imdb:before{content:"\F2D8"}.fa-inbox:before{content:"\F01C"}.fa-indent:before{content:"\F03C"}.fa-industry:before{content:"\F275"}.fa-infinity:before{content:"\F534"}.fa-info:before{content:"\F129"}.fa-info-circle:before{content:"\F05A"}.fa-instagram:before{content:"\F16D"}.fa-internet-explorer:before{content:"\F26B"}.fa-ioxhost:before{content:"\F208"}.fa-italic:before{content:"\F033"}.fa-itunes:before{content:"\F3B4"}.fa-itunes-note:before{content:"\F3B5"}.fa-java:before{content:"\F4E4"}.fa-jedi:before{content:"\F669"}.fa-jedi-order:before{content:"\F50E"}.fa-jenkins:before{content:"\F3B6"}.fa-joget:before{content:"\F3B7"}.fa-joint:before{content:"\F595"}.fa-joomla:before{content:"\F1AA"}.fa-journal-whills:before{content:"\F66A"}.fa-js:before{content:"\F3B8"}.fa-js-square:before{content:"\F3B9"}.fa-jsfiddle:before{content:"\F1CC"}.fa-kaaba:before{content:"\F66B"}.fa-kaggle:before{content:"\F5FA"}.fa-key:before{content:"\F084"}.fa-keybase:before{content:"\F4F5"}.fa-keyboard:before{content:"\F11C"}.fa-keycdn:before{content:"\F3BA"}.fa-khanda:before{content:"\F66D"}.fa-kickstarter:before{content:"\F3BB"}.fa-kickstarter-k:before{content:"\F3BC"}.fa-kiss:before{content:"\F596"}.fa-kiss-beam:before{content:"\F597"}.fa-kiss-wink-heart:before{content:"\F598"}.fa-kiwi-bird:before{content:"\F535"}.fa-korvue:before{content:"\F42F"}.fa-landmark:before{content:"\F66F"}.fa-language:before{content:"\F1AB"}.fa-laptop:before{content:"\F109"}.fa-laptop-code:before{content:"\F5FC"}.fa-laravel:before{content:"\F3BD"}.fa-lastfm:before{content:"\F202"}.fa-lastfm-square:before{content:"\F203"}.fa-laugh:before{content:"\F599"}.fa-laugh-beam:before{content:"\F59A"}.fa-laugh-squint:before{content:"\F59B"}.fa-laugh-wink:before{content:"\F59C"}.fa-layer-group:before{content:"\F5FD"}.fa-leaf:before{content:"\F06C"}.fa-leanpub:before{content:"\F212"}.fa-lemon:before{content:"\F094"}.fa-less:before{content:"\F41D"}.fa-less-than:before{content:"\F536"}.fa-less-than-equal:before{content:"\F537"}.fa-level-down-alt:before{content:"\F3BE"}.fa-level-up-alt:before{content:"\F3BF"}.fa-life-ring:before{content:"\F1CD"}.fa-lightbulb:before{content:"\F0EB"}.fa-line:before{content:"\F3C0"}.fa-link:before{content:"\F0C1"}.fa-linkedin:before{content:"\F08C"}.fa-linkedin-in:before{content:"\F0E1"}.fa-linode:before{content:"\F2B8"}.fa-linux:before{content:"\F17C"}.fa-lira-sign:before{content:"\F195"}.fa-list:before{content:"\F03A"}.fa-list-alt:before{content:"\F022"}.fa-list-ol:before{content:"\F0CB"}.fa-list-ul:before{content:"\F0CA"}.fa-location-arrow:before{content:"\F124"}.fa-lock:before{content:"\F023"}.fa-lock-open:before{content:"\F3C1"}.fa-long-arrow-alt-down:before{content:"\F309"}.fa-long-arrow-alt-left:before{content:"\F30A"}.fa-long-arrow-alt-right:before{content:"\F30B"}.fa-long-arrow-alt-up:before{content:"\F30C"}.fa-low-vision:before{content:"\F2A8"}.fa-luggage-cart:before{content:"\F59D"}.fa-lyft:before{content:"\F3C3"}.fa-magento:before{content:"\F3C4"}.fa-magic:before{content:"\F0D0"}.fa-magnet:before{content:"\F076"}.fa-mail-bulk:before{content:"\F674"}.fa-mailchimp:before{content:"\F59E"}.fa-male:before{content:"\F183"}.fa-mandalorian:before{content:"\F50F"}.fa-map:before{content:"\F279"}.fa-map-marked:before{content:"\F59F"}.fa-map-marked-alt:before{content:"\F5A0"}.fa-map-marker:before{content:"\F041"}.fa-map-marker-alt:before{content:"\F3C5"}.fa-map-pin:before{content:"\F276"}.fa-map-signs:before{content:"\F277"}.fa-markdown:before{content:"\F60F"}.fa-marker:before{content:"\F5A1"}.fa-mars:before{content:"\F222"}.fa-mars-double:before{content:"\F227"}.fa-mars-stroke:before{content:"\F229"}.fa-mars-stroke-h:before{content:"\F22B"}.fa-mars-stroke-v:before{content:"\F22A"}.fa-mask:before{content:"\F6FA"}.fa-mastodon:before{content:"\F4F6"}.fa-maxcdn:before{content:"\F136"}.fa-medal:before{content:"\F5A2"}.fa-medapps:before{content:"\F3C6"}.fa-medium:before{content:"\F23A"}.fa-medium-m:before{content:"\F3C7"}.fa-medkit:before{content:"\F0FA"}.fa-medrt:before{content:"\F3C8"}.fa-meetup:before{content:"\F2E0"}.fa-megaport:before{content:"\F5A3"}.fa-meh:before{content:"\F11A"}.fa-meh-blank:before{content:"\F5A4"}.fa-meh-rolling-eyes:before{content:"\F5A5"}.fa-memory:before{content:"\F538"}.fa-menorah:before{content:"\F676"}.fa-mercury:before{content:"\F223"}.fa-microchip:before{content:"\F2DB"}.fa-microphone:before{content:"\F130"}.fa-microphone-alt:before{content:"\F3C9"}.fa-microphone-alt-slash:before{content:"\F539"}.fa-microphone-slash:before{content:"\F131"}.fa-microscope:before{content:"\F610"}.fa-microsoft:before{content:"\F3CA"}.fa-minus:before{content:"\F068"}.fa-minus-circle:before{content:"\F056"}.fa-minus-square:before{content:"\F146"}.fa-mix:before{content:"\F3CB"}.fa-mixcloud:before{content:"\F289"}.fa-mizuni:before{content:"\F3CC"}.fa-mobile:before{content:"\F10B"}.fa-mobile-alt:before{content:"\F3CD"}.fa-modx:before{content:"\F285"}.fa-monero:before{content:"\F3D0"}.fa-money-bill:before{content:"\F0D6"}.fa-money-bill-alt:before{content:"\F3D1"}.fa-money-bill-wave:before{content:"\F53A"}.fa-money-bill-wave-alt:before{content:"\F53B"}.fa-money-check:before{content:"\F53C"}.fa-money-check-alt:before{content:"\F53D"}.fa-monument:before{content:"\F5A6"}.fa-moon:before{content:"\F186"}.fa-mortar-pestle:before{content:"\F5A7"}.fa-mosque:before{content:"\F678"}.fa-motorcycle:before{content:"\F21C"}.fa-mountain:before{content:"\F6FC"}.fa-mouse-pointer:before{content:"\F245"}.fa-music:before{content:"\F001"}.fa-napster:before{content:"\F3D2"}.fa-neos:before{content:"\F612"}.fa-network-wired:before{content:"\F6FF"}.fa-neuter:before{content:"\F22C"}.fa-newspaper:before{content:"\F1EA"}.fa-nimblr:before{content:"\F5A8"}.fa-nintendo-switch:before{content:"\F418"}.fa-node:before{content:"\F419"}.fa-node-js:before{content:"\F3D3"}.fa-not-equal:before{content:"\F53E"}.fa-notes-medical:before{content:"\F481"}.fa-npm:before{content:"\F3D4"}.fa-ns8:before{content:"\F3D5"}.fa-nutritionix:before{content:"\F3D6"}.fa-object-group:before{content:"\F247"}.fa-object-ungroup:before{content:"\F248"}.fa-odnoklassniki:before{content:"\F263"}.fa-odnoklassniki-square:before{content:"\F264"}.fa-oil-can:before{content:"\F613"}.fa-old-republic:before{content:"\F510"}.fa-om:before{content:"\F679"}.fa-opencart:before{content:"\F23D"}.fa-openid:before{content:"\F19B"}.fa-opera:before{content:"\F26A"}.fa-optin-monster:before{content:"\F23C"}.fa-osi:before{content:"\F41A"}.fa-otter:before{content:"\F700"}.fa-outdent:before{content:"\F03B"}.fa-page4:before{content:"\F3D7"}.fa-pagelines:before{content:"\F18C"}.fa-paint-brush:before{content:"\F1FC"}.fa-paint-roller:before{content:"\F5AA"}.fa-palette:before{content:"\F53F"}.fa-palfed:before{content:"\F3D8"}.fa-pallet:before{content:"\F482"}.fa-paper-plane:before{content:"\F1D8"}.fa-paperclip:before{content:"\F0C6"}.fa-parachute-box:before{content:"\F4CD"}.fa-paragraph:before{content:"\F1DD"}.fa-parking:before{content:"\F540"}.fa-passport:before{content:"\F5AB"}.fa-pastafarianism:before{content:"\F67B"}.fa-paste:before{content:"\F0EA"}.fa-patreon:before{content:"\F3D9"}.fa-pause:before{content:"\F04C"}.fa-pause-circle:before{content:"\F28B"}.fa-paw:before{content:"\F1B0"}.fa-paypal:before{content:"\F1ED"}.fa-peace:before{content:"\F67C"}.fa-pen:before{content:"\F304"}.fa-pen-alt:before{content:"\F305"}.fa-pen-fancy:before{content:"\F5AC"}.fa-pen-nib:before{content:"\F5AD"}.fa-pen-square:before{content:"\F14B"}.fa-pencil-alt:before{content:"\F303"}.fa-pencil-ruler:before{content:"\F5AE"}.fa-penny-arcade:before{content:"\F704"}.fa-people-carry:before{content:"\F4CE"}.fa-percent:before{content:"\F295"}.fa-percentage:before{content:"\F541"}.fa-periscope:before{content:"\F3DA"}.fa-phabricator:before{content:"\F3DB"}.fa-phoenix-framework:before{content:"\F3DC"}.fa-phoenix-squadron:before{content:"\F511"}.fa-phone:before{content:"\F095"}.fa-phone-slash:before{content:"\F3DD"}.fa-phone-square:before{content:"\F098"}.fa-phone-volume:before{content:"\F2A0"}.fa-php:before{content:"\F457"}.fa-pied-piper:before{content:"\F2AE"}.fa-pied-piper-alt:before{content:"\F1A8"}.fa-pied-piper-hat:before{content:"\F4E5"}.fa-pied-piper-pp:before{content:"\F1A7"}.fa-piggy-bank:before{content:"\F4D3"}.fa-pills:before{content:"\F484"}.fa-pinterest:before{content:"\F0D2"}.fa-pinterest-p:before{content:"\F231"}.fa-pinterest-square:before{content:"\F0D3"}.fa-place-of-worship:before{content:"\F67F"}.fa-plane:before{content:"\F072"}.fa-plane-arrival:before{content:"\F5AF"}.fa-plane-departure:before{content:"\F5B0"}.fa-play:before{content:"\F04B"}.fa-play-circle:before{content:"\F144"}.fa-playstation:before{content:"\F3DF"}.fa-plug:before{content:"\F1E6"}.fa-plus:before{content:"\F067"}.fa-plus-circle:before{content:"\F055"}.fa-plus-square:before{content:"\F0FE"}.fa-podcast:before{content:"\F2CE"}.fa-poll:before{content:"\F681"}.fa-poll-h:before{content:"\F682"}.fa-poo:before{content:"\F2FE"}.fa-poop:before{content:"\F619"}.fa-portrait:before{content:"\F3E0"}.fa-pound-sign:before{content:"\F154"}.fa-power-off:before{content:"\F011"}.fa-pray:before{content:"\F683"}.fa-praying-hands:before{content:"\F684"}.fa-prescription:before{content:"\F5B1"}.fa-prescription-bottle:before{content:"\F485"}.fa-prescription-bottle-alt:before{content:"\F486"}.fa-print:before{content:"\F02F"}.fa-procedures:before{content:"\F487"}.fa-product-hunt:before{content:"\F288"}.fa-project-diagram:before{content:"\F542"}.fa-pushed:before{content:"\F3E1"}.fa-puzzle-piece:before{content:"\F12E"}.fa-python:before{content:"\F3E2"}.fa-qq:before{content:"\F1D6"}.fa-qrcode:before{content:"\F029"}.fa-question:before{content:"\F128"}.fa-question-circle:before{content:"\F059"}.fa-quidditch:before{content:"\F458"}.fa-quinscape:before{content:"\F459"}.fa-quora:before{content:"\F2C4"}.fa-quote-left:before{content:"\F10D"}.fa-quote-right:before{content:"\F10E"}.fa-quran:before{content:"\F687"}.fa-r-project:before{content:"\F4F7"}.fa-random:before{content:"\F074"}.fa-ravelry:before{content:"\F2D9"}.fa-react:before{content:"\F41B"}.fa-readme:before{content:"\F4D5"}.fa-rebel:before{content:"\F1D0"}.fa-receipt:before{content:"\F543"}.fa-recycle:before{content:"\F1B8"}.fa-red-river:before{content:"\F3E3"}.fa-reddit:before{content:"\F1A1"}.fa-reddit-alien:before{content:"\F281"}.fa-reddit-square:before{content:"\F1A2"}.fa-redo:before{content:"\F01E"}.fa-redo-alt:before{content:"\F2F9"}.fa-registered:before{content:"\F25D"}.fa-rendact:before{content:"\F3E4"}.fa-renren:before{content:"\F18B"}.fa-reply:before{content:"\F3E5"}.fa-reply-all:before{content:"\F122"}.fa-replyd:before{content:"\F3E6"}.fa-researchgate:before{content:"\F4F8"}.fa-resolving:before{content:"\F3E7"}.fa-retweet:before{content:"\F079"}.fa-rev:before{content:"\F5B2"}.fa-ribbon:before{content:"\F4D6"}.fa-ring:before{content:"\F70B"}.fa-road:before{content:"\F018"}.fa-robot:before{content:"\F544"}.fa-rocket:before{content:"\F135"}.fa-rocketchat:before{content:"\F3E8"}.fa-rockrms:before{content:"\F3E9"}.fa-route:before{content:"\F4D7"}.fa-rss:before{content:"\F09E"}.fa-rss-square:before{content:"\F143"}.fa-ruble-sign:before{content:"\F158"}.fa-ruler:before{content:"\F545"}.fa-ruler-combined:before{content:"\F546"}.fa-ruler-horizontal:before{content:"\F547"}.fa-ruler-vertical:before{content:"\F548"}.fa-running:before{content:"\F70C"}.fa-rupee-sign:before{content:"\F156"}.fa-sad-cry:before{content:"\F5B3"}.fa-sad-tear:before{content:"\F5B4"}.fa-safari:before{content:"\F267"}.fa-sass:before{content:"\F41E"}.fa-save:before{content:"\F0C7"}.fa-schlix:before{content:"\F3EA"}.fa-school:before{content:"\F549"}.fa-screwdriver:before{content:"\F54A"}.fa-scribd:before{content:"\F28A"}.fa-scroll:before{content:"\F70E"}.fa-search:before{content:"\F002"}.fa-search-dollar:before{content:"\F688"}.fa-search-location:before{content:"\F689"}.fa-search-minus:before{content:"\F010"}.fa-search-plus:before{content:"\F00E"}.fa-searchengin:before{content:"\F3EB"}.fa-seedling:before{content:"\F4D8"}.fa-sellcast:before{content:"\F2DA"}.fa-sellsy:before{content:"\F213"}.fa-server:before{content:"\F233"}.fa-servicestack:before{content:"\F3EC"}.fa-shapes:before{content:"\F61F"}.fa-share:before{content:"\F064"}.fa-share-alt:before{content:"\F1E0"}.fa-share-alt-square:before{content:"\F1E1"}.fa-share-square:before{content:"\F14D"}.fa-shekel-sign:before{content:"\F20B"}.fa-shield-alt:before{content:"\F3ED"}.fa-ship:before{content:"\F21A"}.fa-shipping-fast:before{content:"\F48B"}.fa-shirtsinbulk:before{content:"\F214"}.fa-shoe-prints:before{content:"\F54B"}.fa-shopping-bag:before{content:"\F290"}.fa-shopping-basket:before{content:"\F291"}.fa-shopping-cart:before{content:"\F07A"}.fa-shopware:before{content:"\F5B5"}.fa-shower:before{content:"\F2CC"}.fa-shuttle-van:before{content:"\F5B6"}.fa-sign:before{content:"\F4D9"}.fa-sign-in-alt:before{content:"\F2F6"}.fa-sign-language:before{content:"\F2A7"}.fa-sign-out-alt:before{content:"\F2F5"}.fa-signal:before{content:"\F012"}.fa-signature:before{content:"\F5B7"}.fa-simplybuilt:before{content:"\F215"}.fa-sistrix:before{content:"\F3EE"}.fa-sitemap:before{content:"\F0E8"}.fa-sith:before{content:"\F512"}.fa-skull:before{content:"\F54C"}.fa-skull-crossbones:before{content:"\F714"}.fa-skyatlas:before{content:"\F216"}.fa-skype:before{content:"\F17E"}.fa-slack:before{content:"\F198"}.fa-slack-hash:before{content:"\F3EF"}.fa-slash:before{content:"\F715"}.fa-sliders-h:before{content:"\F1DE"}.fa-slideshare:before{content:"\F1E7"}.fa-smile:before{content:"\F118"}.fa-smile-beam:before{content:"\F5B8"}.fa-smile-wink:before{content:"\F4DA"}.fa-smoking:before{content:"\F48D"}.fa-smoking-ban:before{content:"\F54D"}.fa-snapchat:before{content:"\F2AB"}.fa-snapchat-ghost:before{content:"\F2AC"}.fa-snapchat-square:before{content:"\F2AD"}.fa-snowflake:before{content:"\F2DC"}.fa-socks:before{content:"\F696"}.fa-solar-panel:before{content:"\F5BA"}.fa-sort:before{content:"\F0DC"}.fa-sort-alpha-down:before{content:"\F15D"}.fa-sort-alpha-up:before{content:"\F15E"}.fa-sort-amount-down:before{content:"\F160"}.fa-sort-amount-up:before{content:"\F161"}.fa-sort-down:before{content:"\F0DD"}.fa-sort-numeric-down:before{content:"\F162"}.fa-sort-numeric-up:before{content:"\F163"}.fa-sort-up:before{content:"\F0DE"}.fa-soundcloud:before{content:"\F1BE"}.fa-spa:before{content:"\F5BB"}.fa-space-shuttle:before{content:"\F197"}.fa-speakap:before{content:"\F3F3"}.fa-spider:before{content:"\F717"}.fa-spinner:before{content:"\F110"}.fa-splotch:before{content:"\F5BC"}.fa-spotify:before{content:"\F1BC"}.fa-spray-can:before{content:"\F5BD"}.fa-square:before{content:"\F0C8"}.fa-square-full:before{content:"\F45C"}.fa-square-root-alt:before{content:"\F698"}.fa-squarespace:before{content:"\F5BE"}.fa-stack-exchange:before{content:"\F18D"}.fa-stack-overflow:before{content:"\F16C"}.fa-stamp:before{content:"\F5BF"}.fa-star:before{content:"\F005"}.fa-star-and-crescent:before{content:"\F699"}.fa-star-half:before{content:"\F089"}.fa-star-half-alt:before{content:"\F5C0"}.fa-star-of-david:before{content:"\F69A"}.fa-star-of-life:before{content:"\F621"}.fa-staylinked:before{content:"\F3F5"}.fa-steam:before{content:"\F1B6"}.fa-steam-square:before{content:"\F1B7"}.fa-steam-symbol:before{content:"\F3F6"}.fa-step-backward:before{content:"\F048"}.fa-step-forward:before{content:"\F051"}.fa-stethoscope:before{content:"\F0F1"}.fa-sticker-mule:before{content:"\F3F7"}.fa-sticky-note:before{content:"\F249"}.fa-stop:before{content:"\F04D"}.fa-stop-circle:before{content:"\F28D"}.fa-stopwatch:before{content:"\F2F2"}.fa-store:before{content:"\F54E"}.fa-store-alt:before{content:"\F54F"}.fa-strava:before{content:"\F428"}.fa-stream:before{content:"\F550"}.fa-street-view:before{content:"\F21D"}.fa-strikethrough:before{content:"\F0CC"}.fa-stripe:before{content:"\F429"}.fa-stripe-s:before{content:"\F42A"}.fa-stroopwafel:before{content:"\F551"}.fa-studiovinari:before{content:"\F3F8"}.fa-stumbleupon:before{content:"\F1A4"}.fa-stumbleupon-circle:before{content:"\F1A3"}.fa-subscript:before{content:"\F12C"}.fa-subway:before{content:"\F239"}.fa-suitcase:before{content:"\F0F2"}.fa-suitcase-rolling:before{content:"\F5C1"}.fa-sun:before{content:"\F185"}.fa-superpowers:before{content:"\F2DD"}.fa-superscript:before{content:"\F12B"}.fa-supple:before{content:"\F3F9"}.fa-surprise:before{content:"\F5C2"}.fa-swatchbook:before{content:"\F5C3"}.fa-swimmer:before{content:"\F5C4"}.fa-swimming-pool:before{content:"\F5C5"}.fa-synagogue:before{content:"\F69B"}.fa-sync:before{content:"\F021"}.fa-sync-alt:before{content:"\F2F1"}.fa-syringe:before{content:"\F48E"}.fa-table:before{content:"\F0CE"}.fa-table-tennis:before{content:"\F45D"}.fa-tablet:before{content:"\F10A"}.fa-tablet-alt:before{content:"\F3FA"}.fa-tablets:before{content:"\F490"}.fa-tachometer-alt:before{content:"\F3FD"}.fa-tag:before{content:"\F02B"}.fa-tags:before{content:"\F02C"}.fa-tape:before{content:"\F4DB"}.fa-tasks:before{content:"\F0AE"}.fa-taxi:before{content:"\F1BA"}.fa-teamspeak:before{content:"\F4F9"}.fa-teeth:before{content:"\F62E"}.fa-teeth-open:before{content:"\F62F"}.fa-telegram:before{content:"\F2C6"}.fa-telegram-plane:before{content:"\F3FE"}.fa-tencent-weibo:before{content:"\F1D5"}.fa-terminal:before{content:"\F120"}.fa-text-height:before{content:"\F034"}.fa-text-width:before{content:"\F035"}.fa-th:before{content:"\F00A"}.fa-th-large:before{content:"\F009"}.fa-th-list:before{content:"\F00B"}.fa-the-red-yeti:before{content:"\F69D"}.fa-theater-masks:before{content:"\F630"}.fa-themeco:before{content:"\F5C6"}.fa-themeisle:before{content:"\F2B2"}.fa-thermometer:before{content:"\F491"}.fa-thermometer-empty:before{content:"\F2CB"}.fa-thermometer-full:before{content:"\F2C7"}.fa-thermometer-half:before{content:"\F2C9"}.fa-thermometer-quarter:before{content:"\F2CA"}.fa-thermometer-three-quarters:before{content:"\F2C8"}.fa-thumbs-down:before{content:"\F165"}.fa-thumbs-up:before{content:"\F164"}.fa-thumbtack:before{content:"\F08D"}.fa-ticket-alt:before{content:"\F3FF"}.fa-times:before{content:"\F00D"}.fa-times-circle:before{content:"\F057"}.fa-tint:before{content:"\F043"}.fa-tint-slash:before{content:"\F5C7"}.fa-tired:before{content:"\F5C8"}.fa-toggle-off:before{content:"\F204"}.fa-toggle-on:before{content:"\F205"}.fa-toilet-paper:before{content:"\F71E"}.fa-toolbox:before{content:"\F552"}.fa-tooth:before{content:"\F5C9"}.fa-torah:before{content:"\F6A0"}.fa-torii-gate:before{content:"\F6A1"}.fa-tractor:before{content:"\F722"}.fa-trade-federation:before{content:"\F513"}.fa-trademark:before{content:"\F25C"}.fa-traffic-light:before{content:"\F637"}.fa-train:before{content:"\F238"}.fa-transgender:before{content:"\F224"}.fa-transgender-alt:before{content:"\F225"}.fa-trash:before{content:"\F1F8"}.fa-trash-alt:before{content:"\F2ED"}.fa-tree:before{content:"\F1BB"}.fa-trello:before{content:"\F181"}.fa-tripadvisor:before{content:"\F262"}.fa-trophy:before{content:"\F091"}.fa-truck:before{content:"\F0D1"}.fa-truck-loading:before{content:"\F4DE"}.fa-truck-monster:before{content:"\F63B"}.fa-truck-moving:before{content:"\F4DF"}.fa-truck-pickup:before{content:"\F63C"}.fa-tshirt:before{content:"\F553"}.fa-tty:before{content:"\F1E4"}.fa-tumblr:before{content:"\F173"}.fa-tumblr-square:before{content:"\F174"}.fa-tv:before{content:"\F26C"}.fa-twitch:before{content:"\F1E8"}.fa-twitter:before{content:"\F099"}.fa-twitter-square:before{content:"\F081"}.fa-typo3:before{content:"\F42B"}.fa-uber:before{content:"\F402"}.fa-uikit:before{content:"\F403"}.fa-umbrella:before{content:"\F0E9"}.fa-umbrella-beach:before{content:"\F5CA"}.fa-underline:before{content:"\F0CD"}.fa-undo:before{content:"\F0E2"}.fa-undo-alt:before{content:"\F2EA"}.fa-uniregistry:before{content:"\F404"}.fa-universal-access:before{content:"\F29A"}.fa-university:before{content:"\F19C"}.fa-unlink:before{content:"\F127"}.fa-unlock:before{content:"\F09C"}.fa-unlock-alt:before{content:"\F13E"}.fa-untappd:before{content:"\F405"}.fa-upload:before{content:"\F093"}.fa-usb:before{content:"\F287"}.fa-user:before{content:"\F007"}.fa-user-alt:before{content:"\F406"}.fa-user-alt-slash:before{content:"\F4FA"}.fa-user-astronaut:before{content:"\F4FB"}.fa-user-check:before{content:"\F4FC"}.fa-user-circle:before{content:"\F2BD"}.fa-user-clock:before{content:"\F4FD"}.fa-user-cog:before{content:"\F4FE"}.fa-user-edit:before{content:"\F4FF"}.fa-user-friends:before{content:"\F500"}.fa-user-graduate:before{content:"\F501"}.fa-user-injured:before{content:"\F728"}.fa-user-lock:before{content:"\F502"}.fa-user-md:before{content:"\F0F0"}.fa-user-minus:before{content:"\F503"}.fa-user-ninja:before{content:"\F504"}.fa-user-plus:before{content:"\F234"}.fa-user-secret:before{content:"\F21B"}.fa-user-shield:before{content:"\F505"}.fa-user-slash:before{content:"\F506"}.fa-user-tag:before{content:"\F507"}.fa-user-tie:before{content:"\F508"}.fa-user-times:before{content:"\F235"}.fa-users:before{content:"\F0C0"}.fa-users-cog:before{content:"\F509"}.fa-ussunnah:before{content:"\F407"}.fa-utensil-spoon:before{content:"\F2E5"}.fa-utensils:before{content:"\F2E7"}.fa-vaadin:before{content:"\F408"}.fa-vector-square:before{content:"\F5CB"}.fa-venus:before{content:"\F221"}.fa-venus-double:before{content:"\F226"}.fa-venus-mars:before{content:"\F228"}.fa-viacoin:before{content:"\F237"}.fa-viadeo:before{content:"\F2A9"}.fa-viadeo-square:before{content:"\F2AA"}.fa-vial:before{content:"\F492"}.fa-vials:before{content:"\F493"}.fa-viber:before{content:"\F409"}.fa-video:before{content:"\F03D"}.fa-video-slash:before{content:"\F4E2"}.fa-vihara:before{content:"\F6A7"}.fa-vimeo:before{content:"\F40A"}.fa-vimeo-square:before{content:"\F194"}.fa-vimeo-v:before{content:"\F27D"}.fa-vine:before{content:"\F1CA"}.fa-vk:before{content:"\F189"}.fa-vnv:before{content:"\F40B"}.fa-volleyball-ball:before{content:"\F45F"}.fa-volume-down:before{content:"\F027"}.fa-volume-mute:before{content:"\F6A9"}.fa-volume-off:before{content:"\F026"}.fa-volume-up:before{content:"\F028"}.fa-vuejs:before{content:"\F41F"}.fa-walking:before{content:"\F554"}.fa-wallet:before{content:"\F555"}.fa-warehouse:before{content:"\F494"}.fa-weebly:before{content:"\F5CC"}.fa-weibo:before{content:"\F18A"}.fa-weight:before{content:"\F496"}.fa-weight-hanging:before{content:"\F5CD"}.fa-weixin:before{content:"\F1D7"}.fa-whatsapp:before{content:"\F232"}.fa-whatsapp-square:before{content:"\F40C"}.fa-wheelchair:before{content:"\F193"}.fa-whmcs:before{content:"\F40D"}.fa-wifi:before{content:"\F1EB"}.fa-wikipedia-w:before{content:"\F266"}.fa-wind:before{content:"\F72E"}.fa-window-close:before{content:"\F410"}.fa-window-maximize:before{content:"\F2D0"}.fa-window-minimize:before{content:"\F2D1"}.fa-window-restore:before{content:"\F2D2"}.fa-windows:before{content:"\F17A"}.fa-wine-bottle:before{content:"\F72F"}.fa-wine-glass:before{content:"\F4E3"}.fa-wine-glass-alt:before{content:"\F5CE"}.fa-wix:before{content:"\F5CF"}.fa-wizards-of-the-coast:before{content:"\F730"}.fa-wolf-pack-battalion:before{content:"\F514"}.fa-won-sign:before{content:"\F159"}.fa-wordpress:before{content:"\F19A"}.fa-wordpress-simple:before{content:"\F411"}.fa-wpbeginner:before{content:"\F297"}.fa-wpexplorer:before{content:"\F2DE"}.fa-wpforms:before{content:"\F298"}.fa-wrench:before{content:"\F0AD"}.fa-x-ray:before{content:"\F497"}.fa-xbox:before{content:"\F412"}.fa-xing:before{content:"\F168"}.fa-xing-square:before{content:"\F169"}.fa-y-combinator:before{content:"\F23B"}.fa-yahoo:before{content:"\F19E"}.fa-yandex:before{content:"\F413"}.fa-yandex-international:before{content:"\F414"}.fa-yelp:before{content:"\F1E9"}.fa-yen-sign:before{content:"\F157"}.fa-yin-yang:before{content:"\F6AD"}.fa-yoast:before{content:"\F2B1"}.fa-youtube:before{content:"\F167"}.fa-youtube-square:before{content:"\F431"}.fa-zhihu:before{content:"\F63F"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}

/*!
 * Font Awesome Free 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?20b351a6af2d523589fd193785e7d7f0);src:url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?20b351a6af2d523589fd193785e7d7f0) format("embedded-opentype"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?1dc5b6dd4bf409a6f919be38603f76a0) format("woff2"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff?997f6b1819184c54248de33c81b7bb0c) format("woff"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf?63726a69fa60cb67459140ccaf679f96) format("truetype"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.svg?1d220cf9da36861171fa90d3c164f4d3) format("svg")}.fa,.fas{font-family:Font Awesome\ 5 Free;font-weight:900}

/*!
 * Font Awesome Free 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?f2594ef62455697f61dc99862c19afba);src:url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?f2594ef62455697f61dc99862c19afba) format("embedded-opentype"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?921f1150167369cf4c400135a4905728) format("woff2"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff?9d56249d09070f656a1c52e566448f0d) format("woff"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf?ab673bac3a9e36cb1d4e54777c413fe3) format("truetype"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg?c862e94cbef741d18838774587e3c49d) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@-webkit-keyframes hearted{0%{-webkit-transform:scaleX(1) scaleY(1);transform:scaleX(1) scaleY(1)}18%{-webkit-transform:scaleX(1.25) scaleY(1.25);transform:scaleX(1.25) scaleY(1.25)}to{-webkit-transform:scaleX(1) scaleY(1);transform:scaleX(1) scaleY(1)}}@keyframes hearted{0%{-webkit-transform:scaleX(1) scaleY(1);transform:scaleX(1) scaleY(1)}18%{-webkit-transform:scaleX(1.25) scaleY(1.25);transform:scaleX(1.25) scaleY(1.25)}to{-webkit-transform:scaleX(1) scaleY(1);transform:scaleX(1) scaleY(1)}}@-webkit-keyframes pulsar{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulsar{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes Animacao-girar{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Animacao-girar{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Light.ttf?9e52b00d737492e337b2498406aef98f) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf?5f797490f806b3b229299f0a66de89c9) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf?31e34a4dc526ffb104e2d988f6f52516) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf?a8de8ffe262db7e277deb8f1c439c518) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Black.ttf?054ffd1ba6a6c109b3ccee195074f928) format("truetype");font-weight:900;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Light.ttf?fc84e998bc29b297ea20321e4c90b6ed) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Regular.ttf?3e1af3ef546b9e6ecef9f3ba197bf7d2) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Medium.ttf?d08840599e05db7345652d3d417574a9) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Bold.ttf?ee7b96fa85d8fdb8c126409326ac2d2b) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:OpenSans;src:url(/fonts/OpenSans-Light.ttf?1bf71be111189e76987a4bb9b3115cb7) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:OpenSans;src:url(/fonts/OpenSans-Regular.ttf?629a55a7e793da068dc580d184cc0e31) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:OpenSans;src:url(/fonts/OpenSans-Semibold.ttf?33f225b8f5f7d6b34a0926f58f96c1e9) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:OpenSans;src:url(/fonts/OpenSans-Bold.ttf?50145685042b4df07a1fd19957275b81) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Segoe;src:url(/fonts/segmdl2.ttf?44c4d59983c742d1625e88e699516b5f) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Segoe;src:url(/fonts/segoeuil.ttf?7f115dc85ec786205a6ad778de639005) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Segoe;src:url(/fonts/seguisym.ttf?c34e3e28c24e78dcd55b0a83c643d574) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Segoe;src:url(/fonts/seguisli.ttf?b6ce8612d6e4b5aa34a846f57ec5ac39) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:Segoe;src:url(/fonts/seguisb.ttf?a277c940616777ab351c88150d6a0ec9) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Segoe;src:url(/fonts/seguili.ttf?e1a27b0e5827da477e83bf9c3da49def) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:Raleway;src:url(/fonts/Raleway-Light.ttf?353ea0a0ae707df315407d72fa507e2f) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:Raleway;src:url(/fonts/Raleway-Regular.ttf?84abe14c9756256a4b91300ba3e4ec62) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Raleway;src:url(/fonts/Raleway-Medium.ttf?818653e129689a969c72e0724f3a5169) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Raleway;src:url(/fonts/Raleway-Bold.ttf?2f99a85426a45e0c7f8707aae53af803) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Arial;src:url(/fonts/Arial.ttf?72e5880a1457155eacfe8fd5044fe039) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:ArialRoundedMT;src:url(/fonts/arial-rounded-mt-bold.ttf?2d1068a7f51e1fc2c63d81165bf52422) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:arial-narrow;src:url(/fonts/arial-narrow.ttf?1cff9f0f000906d82ff543eb55dfbad0) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:arial-narrow;src:url(/fonts/arial-narrow-bold.ttf?942e436ed77c4d65f95d6ed4b916a0f4) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:ProximaNova;src:url(/fonts/ProximaNova-Light.ttf?0188899cd3ec92cdcaa4c97ca0c75247) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:ProximaNova;src:url(/fonts/ProximaNova-Regular.ttf?7ce6760d17685c466ba04d1b2c63c38b) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:ProximaNova;src:url(/fonts/ProximaNovaT-Thin.ttf?4a3961960c6827bf176eb0ef73653784) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:ProximaNova;src:url(/fonts/ProximaNova-Semibold.ttf?df8c626474a73ab7a8b511655597c7c4) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:ProximaNova;src:url(/fonts/ProximaNova-Bold.ttf?926a08fb27e3303c7452b0bdd2d5e5ab) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:ProximaNova;src:url(/fonts/ProximaNova-Extrabld.ttf?51563919fd1af7376fac14b1194a8e4e) format("truetype");font-weight:800;font-display:swap}@font-face{font-family:ProximaNova;src:url(/fonts/ProximaNova-Black.ttf?a0606c5fef28b9e57f501db027063141) format("truetype");font-weight:900;font-display:swap}@font-face{font-family:Cortado;src:url(/fonts/Cortado.otf?6d6620d7b3d192b5a6034d3ca0123196) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:CaviarDreams;src:url(/fonts/CaviarDreams.ttf?3670aa493ee09e92c7b8e1e7c2f5b441) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:CaviarDreams;src:url(/fonts/CaviarDreams-Bold.ttf?65ab651cc7cebf7331a4228e830573d1) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:CaviarDreams-Italic;src:url(/fonts/CaviarDreams-Italic.ttf?e67f5c38635c8f06c286b0c33da927bb) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:CaviarDreams-Italic;src:url(/fonts/CaviarDreams-Bold-Italic.ttf?825e49e42ab834f96cf27fc09c82910d) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Playlist;src:url(/fonts/playlist_caps.otf?c76899a05b671c1cee2a22bf5a1e2ed6) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:GothamRounded-book;src:url(/fonts/GothamRounded-Book.otf?e40570a322c8676a5c07b3630c4cfee5) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:GothamRounded-bold;src:url(/fonts/GothamRounded-Bold.otf?a17abd0604f2ec6f4bafd91d82ef96de) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:GothamRounded-light;src:url(/fonts/GothamRounded-Light.otf?52ef94edbe01cbfd5f015cee08da0cfb) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:SweetPea;src:url(/fonts/SweetPea.ttf?0995e21accada34d13c8b6ece020083d) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:GillSansPro;src:url(/fonts/GillSansMTPro-Light.otf?dcd9751615ec02811532d41d054d35d7) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:GillSansPro;src:url(/fonts/GillSansMTPro-Medium.otf?205c3d1088026156be61db5113016c9f) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:GillSansPro;src:url(/fonts/GillSansMTPro-Bold.otf?d21d2202d77ef70b643c63154a57cae6) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:GillSansPro;src:url(/fonts/GillSansMTPro-Heavy.otf?80cc040ed6be03662ad98f2ae711d3fc) format("truetype");font-weight:800;font-display:swap}@font-face{font-family:GillSansStd;src:url(/fonts/GillSansStd-Light.otf?de357a416b81bb0b6878233dfc13647e) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:GillSansStd;src:url(/fonts/GillSansStd.otf?ea7afd6ce8425a32c45182673ff3f5ca) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:GillSansStd;src:url(/fonts/GillSansStd-Bold.otf?fd346fffcb8e0cb90df365a1aa7e1a33) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Light.ttf?4b236c6cb4c59d66b80dde6f9c614ebd) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Regular.ttf?31ff7c1a62a300dbbf9656b4ba14a0d5) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Medium.ttf?c83281ae1ca703d0741a770ee7e7c091) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-SemiBold.ttf?a5cf732b15078843b237bd58f3ed44cd) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Bold.ttf?b381c2abd2972024a6a7e3d882208d9b) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Josefin_Slab;src:url(/fonts/JosefinSlab-Light.ttf?3a6c2e2e0eac7cfbe10d5a2fe91a9596) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:Josefin_Slab;src:url(/fonts/JosefinSlab-Regular.ttf?9447314c4f09de18180f24e8b7671f37) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Josefin_Slab;src:url(/fonts/JosefinSlab-SemiBold.ttf?87ccc68f322b87ff1ce03b81816111d8) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Josefin_Slab;src:url(/fonts/JosefinSlab-Bold.ttf?aab2bdd5c3fe0c800439811a35b45014) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:JosefinSans;src:url(/fonts/JosefinSans-Light.ttf?f0cc419ee290311a49733e728d598f8e) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:JosefinSans;src:url(/fonts/JosefinSans-Regular.ttf?aff001b45565556d667c11fe85cada0d) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:JosefinSans;src:url(/fonts/JosefinSans-SemiBold.ttf?217a5e7ed12c8787bfab3b6ea9e6538b) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:JosefinSans;src:url(/fonts/JosefinSans-Bold.ttf?9880fc0845d0f3950e490e4f3b05c08c) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Tahoma;src:url(/fonts/tahoma.ttf?013ec165105a40eb43bc1130d530bd1f) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Tahoma;src:url(/fonts/tahomadb.ttf?ae4aef91c1d0a14fb7da1f924d04c4e9) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Lato;src:url(/fonts/Lato-Light.ttf?2fe27d9d10cdfccb1baef28a45d5ba90) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:Lato;src:url(/fonts/Lato-Regular.ttf?2d36b1a925432bae7f3c53a340868c6e) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Lato;src:url(/fonts/Lato-Thin.ttf?9a77fbaa85fa42b73e3b96399daf49c5) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Lato;src:url(/fonts/Lato-Bold.ttf?85d339d916479f729938d2911b85bf1f) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Staatliches;src:url(/fonts/Staatliches-Regular.ttf?d5746e3b20453d6cee99ab27a0bdf949) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Ubuntu;src:url(/fonts/Ubuntu-Bold.ttf?e00e2a77dd88a8fe75573a5d993af76a) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:Ubuntu;src:url(/fonts/Ubuntu-Regular.ttf?2505bfbd9bde14a7829cc8c242a0d25c) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Ubuntu;src:url(/fonts/Ubuntu-Medium.ttf?8e22c2a6e3a3c679787e763a97fa11f7) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Ubuntu;src:url(/fonts/Ubuntu-Light.ttf?277289c53af7cb469c1dc5dca3adca35) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Inter;src:url("../fonts/Inter/Inter-Regular.ttf" 400) format("truetype");font-weight:400;font-display:swap}html{background-color:#fff;font-family:Montserrat;font-weight:400}html ::-webkit-scrollbar{width:6px}html ::-webkit-scrollbar-thumb,html ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #5a5a5a;box-shadow:inset 0 0 6px #5a5a5a}html ::-webkit-scrollbar-thumb{background-color:#5a5a5a}html.break{overflow:hidden}@-moz-document url-prefix(){.fXBuHm{display:none}}body{font-family:Montserrat;margin:0;background-color:#fff}body.load{overflow:hidden}body.load:before{top:0;height:100%;z-index:9999;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:hsla(0,0%,100%,.7);background-position:50%;background-repeat:no-repeat;background-size:250px;background-image:url(/images/lazy-loading.svg?62f8283b168eb025e74952fe75efbdcc)}body.load:before,body:before{content:"";position:fixed;left:0;width:100%}body:before{top:-10px;height:10px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.8);-moz-box-shadow:0 0 10px rgba(0,0,0,.8);-ms-transform:0 0 10px rgba(0,0,0,.8);-o-transform:0 0 10px rgba(0,0,0,.8);box-shadow:0 0 10px rgba(0,0,0,.8);z-index:100}.content{max-width:1280px;width:calc(100% - 20px);margin:0 auto;padding:0 15px}.content div{-webkit-box-sizing:initial;box-sizing:initial}.container{max-width:1280px;width:calc(100% - 20px);margin:0 auto}.wrapper{background-color:#fff}img{-webkit-touch-callout:none!important;-webkit-user-drag:none!important;-khtml-user-drag:none!important;-moz-user-drag:none!important;-ms-user-drag:none!important;user-drag:none!important}.error-page{height:635px}.danger{color:#d04b3e;font-weight:700}.success{color:#16a954;font-weight:700}.warning{color:#cab337;font-weight:700}.text-color-5{color:#d04b3e}.bg-white{background-color:#fff}.pointer{cursor:pointer}.hidden{display:none}.display-5{font-size:2.75rem;font-weight:300;line-height:1.2}.display-6{font-size:1.7rem;font-weight:300;line-height:1.1}@-webkit-keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.pointer-events-none{pointer-events:none}.modal-xl{max-width:1020px}.modal-lg-minor{max-width:660px}.resume-checkout ::-webkit-scrollbar{width:10px}.resume-checkout ::-webkit-scrollbar-thumb,.resume-checkout ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #5a5a5a;box-shadow:inset 0 0 6px #5a5a5a;border-radius:15px}.resume-checkout ::-webkit-scrollbar-thumb{background-color:#5a5a5a}.resume-checkout .limite-carrinho,.resume-checkout .limite-carrinho-msg{overflow:hidden;overflow-y:scroll}.input-number-checkout input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.input-number-checkout input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.font-12{font-size:12px}.btn-whatsapp{background-color:#fff;color:#000;border:1px solid #000;padding:5px 10px;border-radius:5px}.btn-whatsapp:hover{text-decoration:none;color:#000;background-color:#d9d9d9}#aviso-lgpd{position:fixed;bottom:15px;z-index:99}#aviso-lgpd .lgpd{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;border-radius:6px;font-size:14px;padding:12px 20px;background-color:#fff;-webkit-box-shadow:0 -1px 7px -4px rgba(0,0,0,.7);-moz-box-shadow:0 -1px 7px -4px rgba(0,0,0,.7);-ms-transform:0 -1px 7px -4px rgba(0,0,0,.7);-o-transform:0 -1px 7px -4px rgba(0,0,0,.7);box-shadow:0 -1px 7px -4px rgba(0,0,0,.7)}#aviso-lgpd .lgpd p{margin:0}#aviso-lgpd .lgpd p a{padding-right:10px;color:#0057a6}#aviso-lgpd .lgpd #lgpd-accept{cursor:pointer;border:1px solid #0057a6;color:#0057a6;padding:0 10px;border-radius:5px}#aviso-lgpd .lgpd #lgpd-accept:hover{border:1px solid #002f5a;color:#002f5a;-webkit-transition:all 0ms ease-out;transition:all 0ms ease-out}#aviso-lgpd.lgpd-close{display:none}.youtube-video{width:100%;min-height:500px;height:100%}@media screen and (max-width:979px){.youtube-video{min-height:350px}}.rocky-logo img{max-width:100px}@media (max-width:979px){.youtube-video{min-height:350px}#aviso-lgpd{bottom:0;z-index:2}#aviso-lgpd.scroll-top{top:8px}#aviso-lgpd .lgpd #lgpd-accept{width:100%;text-align:center}}@media screen and (max-width:767px){#aviso-lgpd .lgpd p{font-size:12px;font-weight:400}#aviso-lgpd .lgpd{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#aviso-lgpd .lgpd #lgpd-accept{margin-top:10px;width:100%;text-align:center}}@media (max-width:422px){.pagamento .qrcode img{width:100%}}.listaBusca{max-height:500px;overflow-y:auto;font-size:15px}.pe-none{pointer-events:none}.fadein{-webkit-animation-name:fadein;animation-name:fadein;-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes fadein{0%{-webkit-opacity:0;opacity:0}to{-webkit-opacity:0;opacity:1}}@keyframes fadein{0%{-webkit-opacity:0;opacity:0}to{-webkit-opacity:0;opacity:1}}.info-bar{background-color:#fff;border-bottom:1px solid #c1c1c1}.info-bar .content{-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap}.info-bar .content,.info-bar .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.info-bar .item{padding:10px}.info-bar .item img{margin-right:10px}.info-bar .item i{font-size:2em}.info-bar .item .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#2d2f3b}.info-bar .item .container .titulo{text-transform:uppercase;line-height:1.3;margin:0;font-size:12px;font-weight:400}.info-bar .item .container .titulo b{font-size:16px}.info-bar .item .container .link{margin-left:30px;border-bottom:1px solid #2d2f3b;text-decoration:none;font-size:.89em;font-weight:300;color:#000}.info-bar .item .container .link:hover{color:#0057a6;border-color:#0057a6}@media (max-width:979px){.info-bar .content{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-align:end;-ms-flex-align:end;align-items:end}}@media (max-width:979px){.info-bar{display:none!important}}@media (max-width:575.98px){.info-bar-modelo-1 .info-bar-modelo{font-size:10px}.info-bar-modelo-1 .item{padding:0 1px!important}.info-bar-modelo-2 .content-wrapper{-webkit-box-pack:left!important;-ms-flex-pack:left!important;justify-content:left!important}.info-bar-modelo-2 .item{font-size:9px;padding:7px!important;white-space:nowrap;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.info-bar-modelo-2{margin-bottom:10px}}.lojas{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.lojas .lojas-template{width:350px;padding:10px 22px 20px 30px;position:relative;margin:-50px -34px;zoom:.8}.lojas .lojas-template:hover>.new{color:#ff055a}.lojas .lojas-template>.new{position:absolute;display:inline;text-transform:uppercase;color:#5a5a5a;top:10px;left:10px;font-weight:600}.lojas .lojas-template>.new:before{content:"\F005";font-family:Font Awesome\ 5 Free;font-weight:900;margin-right:5px}.lojas .lojas-template>.off{position:absolute;top:-17px;right:10px;width:58px;height:70px;background-color:#16a954;color:#5a5a5a;font-size:1.8em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:top;-ms-flex-align:top;align-items:top;text-align:center;line-height:1;padding-top:17px;border:1px solid #16a954}.lojas .lojas-template>.off:after{content:"";position:absolute;display:block;bottom:0;border:1em solid #16a954;width:58px;height:20px;border-bottom-color:transparent;border-bottom-width:1.5em;top:100%}.lojas .lojas-template>.off:before{content:"";position:absolute;top:-1px;left:-13px;border-top:10px solid transparent;border-bottom:8px solid #0d6532;border-right:7px solid #0d6532;border-left:5px solid transparent}.lojas .lojas-template .lojas-preview{width:100%;height:290px;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;margin-bottom:10px;background-position:50%;background-repeat:no-repeat}@media (max-width:1156px){.lojas .lojas-template{zoom:1.5;width:47%}}@media (max-width:1055px){.lojas .lojas-template{zoom:1.2;width:51%}}@media (max-width:979px){.lojas .lojas-template{width:48%;zoom:1.1}}@media (max-width:840px){.lojas .lojas-template{zoom:1;width:48%}}@media (max-width:605px){.lojas .lojas-template{zoom:.75;width:48%}}@media (max-width:510px){.lojas .lojas-template{zoom:.6}}@media (max-width:400px){.lojas .lojas-template{zoom:1}}.shopping-cart{color:#2d2f3b}.shopping-cart.dark{background-color:#f2f2f2}.shopping-cart .content{-webkit-box-shadow:0 2px 10px rgba(0,0,0,.075);box-shadow:0 2px 10px rgba(0,0,0,.075);background-color:#fff}.shopping-cart .block-heading{padding-top:50px;margin-bottom:40px;text-align:center}.shopping-cart .block-heading p{text-align:center;max-width:420px;margin:auto;opacity:.7}.shopping-cart .dark .block-heading p{opacity:.8}.shopping-cart .block-heading h1,.shopping-cart .block-heading h2,.shopping-cart .block-heading h3{margin-bottom:1.2rem;color:#3b99e0}.shopping-cart .items{margin:auto}.shopping-cart .items .product{padding-top:20px;padding-bottom:20px}.shopping-cart .items .product .info{padding-top:0;text-align:center}.shopping-cart .items .product .info .product-name{font-weight:600}.shopping-cart .items .product .info .product-name .product-info{font-size:14px;margin-top:15px}.shopping-cart .items .product .info .product-name .product-info .value{font-weight:400}.shopping-cart .items .product .info .quantity .quantity-input{margin:auto;width:80px}.shopping-cart .items .product .info .price{margin-top:15px;font-weight:700;font-size:22px}.shopping-cart .summary{border-top:2px solid #3b99e0;background-color:#f2f2f2;padding:30px}.shopping-cart .summary h3{text-align:center;font-size:1.3em;font-weight:600;padding-top:20px;padding-bottom:20px}.shopping-cart .summary .summary-item:not(:last-of-type){padding-bottom:10px;padding-top:10px;border-bottom:1px solid rgba(0,0,0,.1)}.shopping-cart .summary .text{font-size:1em;font-weight:600}.shopping-cart .summary .mention{font-size:.75em;font-weight:300;text-align:center}.shopping-cart .summary .price{font-size:1em;float:right}.shopping-cart .summary button{margin-top:20px}@media (min-width:768px){.shopping-cart .items .product .info{padding-top:25px;text-align:left}.shopping-cart .items .product .info .price{font-weight:700;font-size:22px;top:17px}.shopping-cart .items .product .info .quantity{text-align:center}.shopping-cart .items .product .info .quantity .quantity-input{padding:4px 10px;text-align:center}}.vitrine-wrapper .title{color:#2d2f3b;font-size:25px;position:relative;margin:40px 0 35px;font-family:Tahoma}.vitrine-wrapper .title a{text-decoration:none;color:#2d2f3b}.vitrine-wrapper .title>a:hover{color:#434658}.vitrine{overflow:hidden;max-height:600px;position:relative}.vitrine .owl-stage{display:-webkit-box;display:-ms-flexbox;display:flex}.vitrine .owl-nav{display:none}.vitrine .owl-item{min-height:470px;max-height:580px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:490px){.vitrine .owl-item{min-height:auto}}body,html{font-family:Poppins,sans-serif;font-weight:400}@media (max-width:1280px){.header.with-banner{height:50vw}}@media (max-width:630px){.header.with-banner{height:600px}}#header{background-color:#0057a6;z-index:5;top:0;left:0;right:0;width:100%;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}@media (max-width:768px){#header+*{margin-top:0}}@media (max-width:768px){#header{position:relative}}#header.hide{-webkit-transform:translateY(-100%);transform:translateY(-100%)}#header .informacoes{padding-top:6px}#header .informacoes .fones{width:calc(100% - 617px);text-align:end;color:#b8c7de;font-size:12px}#header .informacoes .fones a{color:#000}#header .informacoes .menu a{font-size:12px;padding-left:15px;color:#fff}#header .content{height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#header .cont,#header .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header .cont{width:100%;-ms-flex-pack:distribute;justify-content:space-around}#header .head{height:110px;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}#header .head .men{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header .head .men .t-categorias{display:none}#header .head .men .logo{margin-right:50px}#header .head .men .logo .logo-link{display:block}#header .head .men .logo .logo-img{max-height:100px;max-width:190px}@media (max-width:979px){#header .head .men .logo .logo-img{max-width:70px}}@media (max-width:479px){#header .head .men .logo{margin-right:0;width:0}}@media (max-width:768px){#header .head .men{-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header .head .men .usuario{margin-right:10px;height:28px}}#header .head .busca{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}#header .head .busca,#header .head .buscar{display:-webkit-box;display:-ms-flexbox;display:flex}#header .head .buscar{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:44px;max-width:660px;width:565px;border:none!important}#header .head .buscar.tablet{display:none}#header .head .buscar input{width:calc(100% - 40px);border-radius:6px 0 0 6px;padding:0 25px;border:none;background-color:#fff!important;color:#616161!important;font-size:16px;font-weight:400}#header .head .buscar input::-webkit-input-placeholder{color:#616161!important;background-color:#fff!important;font-size:16px;font-weight:400}#header .head .buscar input:-ms-input-placeholder{color:#616161!important;background-color:#fff!important;font-size:16px;font-weight:400}#header .head .buscar input:-moz-placeholder,#header .head .buscar input::-moz-placeholder{color:#616161!important;background-color:#fff!important;font-size:16px;font-weight:400}#header .head .buscar input.placeholder{color:#616161!important;background-color:#fff!important;font-size:16px;font-weight:400}#header .head .buscar button{width:55px;background-color:#fff!important;border-radius:0 6px 6px 0;padding:0;border:none;cursor:pointer;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}#header .head .buscar button i{color:#0057a6!important}#header .head .buscar button:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}@media (max-width:1111px){#header .head .buscar{width:434px}}@media (max-width:850px){#header .head .buscar{max-width:100%;margin-top:5px}}@media (max-width:768px){#header .head .buscar{display:none}}#header .head input:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}#header .head .user{color:#fff;padding:0 8px;font-size:12px}#header .head .user a{color:#fff;cursor:pointer}#header .head .menu{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-ms-flex-wrap:wrap;flex-wrap:wrap}#header .head .menu,#header .head .menu .carrinho{display:-webkit-box;display:-ms-flexbox;display:flex}#header .head .menu .carrinho{height:28px;position:relative;margin-left:10px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#header .head .menu .carrinho i{color:#fff;font-size:20px}#header .head .menu .carrinho i:hover{color:#0072d9;text-decoration:none}#header .head .menu .carrinho .botao{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:#2d2f3b;font-size:1em;font-weight:400;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}#header .head .menu .carrinho .botao .cart-item-number{color:#fff;background:#be2b43;border-radius:50%;height:20px;width:20px;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;position:absolute;font-size:12px;margin:-6px 0 0 16px;top:0}#header .head .menu .carrinho .carrinho-expand{-webkit-box-shadow:0 1px 5px -1px rgba(0,0,0,.5);-moz-box-shadow:0 1px 5px -1px rgba(0,0,0,.5);-ms-transform:0 1px 5px -1px rgba(0,0,0,.5);-o-transform:0 1px 5px -1px rgba(0,0,0,.5);box-shadow:0 1px 5px -1px rgba(0,0,0,.5);-webkit-transition:all .25s ease;transition:all .25s ease;color:#7f8c8d;font-size:.9em;position:absolute;background-color:#fff;border-bottom:3px solid #7f8c8d;padding:40px 20px 30px;margin-top:20px;top:27px;right:0;z-index:10;max-width:450px;width:calc(100vw - 40px);visibility:hidden;opacity:0;max-height:calc(100vh - 83px)}#header .head .menu .carrinho .carrinho-expand:before{content:"";position:absolute;width:calc(100% + 50px);height:calc(100% + 50px);background-color:transparent;top:-20px;right:-10px;z-index:-5}#header .head .menu .carrinho .carrinho-expand:after{content:"";width:20px;height:20px;background-color:#fff;position:absolute;right:9px;top:-10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-top:1px solid #e4eaeb;border-left:1px solid #e4eaeb}#header .head .menu .carrinho .carrinho-expand ::-webkit-scrollbar{width:10px}#header .head .menu .carrinho .carrinho-expand ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #5a5a5a;border-radius:15px}#header .head .menu .carrinho .carrinho-expand ::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px #5a5a5a;border-radius:15px;background-color:#5a5a5a}#header .head .menu .carrinho .carrinho-expand .title{color:#0057a6;font-size:1.1em;font-weight:400}#header .head .menu .carrinho .carrinho-expand .total{font-size:1.4em;text-align:right;color:#2d2f3b}#header .head .menu .carrinho .carrinho-expand .list-cart-itens{margin:0;padding:0;list-style:none;max-height:calc(100vh - 355px);overflow:auto}#header .head .menu .carrinho .carrinho-expand .list-cart-itens .item{margin:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header .head .menu .carrinho .carrinho-expand .list-cart-itens .item .image{width:100px;min-width:100px;border:1px solid #e4eaeb;margin-right:15px;padding:5px}#header .head .menu .carrinho .carrinho-expand .list-cart-itens .item .image img{width:100%}#header .head .menu .carrinho .carrinho-expand .list-cart-itens .item .item-info{margin-right:15px;width:300px}#header .head .menu .carrinho .carrinho-expand .list-cart-itens .item .item-info .cost,#header .head .menu .carrinho .carrinho-expand .list-cart-itens .item .item-info .name{color:#2d2f3b;font-size:1.1em}#header .head .menu .carrinho .carrinho-expand .list-cart-itens .item .actions>.remove{color:#000;-webkit-transition:all .25s ease;transition:all .25s ease;font-size:1.2em;cursor:pointer}#header .head .menu .carrinho .carrinho-expand .list-cart-itens .item .actions>.remove i{color:#000;font-size:18px}#header .head .menu .carrinho .carrinho-expand .list-cart-itens .item .actions>.remove:hover{color:#d04b3e}#header .head .menu .carrinho .carrinho-expand .paths{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:20px}#header .head .menu .carrinho .carrinho-expand .paths>a{-webkit-transition:all .25s ease;transition:all .25s ease;padding:10px 15px;border:1px solid #e4eaeb;color:#fff}#header .head .menu .carrinho .carrinho-expand .paths>a.to-checkout{background-color:#1cd66a}#header .head .menu .carrinho .carrinho-expand .paths>a.to-checkout:hover{background-color:#16a954}#header .head .menu .carrinho .carrinho-expand .paths>a.to-cart{background-color:#0057a6}#header .head .menu .carrinho .carrinho-expand .paths>a.to-cart:hover{background-color:#d04b3e}#header .head .menu .carrinho:hover .botao{color:#000}#header .head .menu .carrinho:hover .carrinho-expand{visibility:visible;opacity:1}#header .head .menu .hearted{padding:0 15px}#header .head .menu .hearted .favoritos{font-size:16px;font-weight:400}#header .head .menu .hearted .favoritos i{color:#b8c7de;font-size:20px}#header .head .menu .hearted .favoritos i:hover{color:#95acce;text-decoration:none}@media (max-width:850px){#header .head .menu .usuario{max-width:100%;margin-top:5px}}@media (max-width:768px){#header .head .menu .usuario{margin-right:10px;height:28px}}@media (max-width:991px){#header .fixed-menu{display:none}}#header .fixed-menu{width:100%;position:fixed;z-index:9;background-color:#0057a6;-webkit-box-shadow:0 2px 6px -3px #000;box-shadow:0 2px 6px -3px #000;height:74px}#header .fixed-menu .informacoes{display:none}#header .fixed-menu .logo-link{margin-top:11px}#header .fixed-menu .user{margin-top:13px}#header .fixed-menu .menu .main-links .item-link,#header .fixed-menu .menu .usuario .item-link{padding:29px 0 14px 15px!important}#header .fixed-menu .buscar{margin-bottom:0;height:45px!important}#header .fixed-menu .logo-img{max-height:55px!important}#header .fixed-menu .t-categorias{display:block!important}#header .fixed-menu .t-categorias .container{display:inherit!important}#header .fixed-menu .t-categorias .container .menu-droppable{height:58px;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}#header .fixed-menu .t-categorias .container .menu-droppable:before{font-size:1.5em;color:#fff}#header .fixed-menu .t-categorias .container .menu-droppable span{display:none}#header .fixed-menu .t-categorias .container .mega-menu{right:auto;left:-38px;top:55px}.modal-border-token{height:1px;width:50%;background-color:#616161}@media (max-width:375px){.modal-border-token{width:30%}}#StepToken .aviso{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}#StepToken .aviso .mensagem{width:85%;border:1px solid #656565;padding:10px}#StepToken .aviso .mensagem i{color:#009045}#StepToken .form-token{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#StepToken .form-token .imput-token{border:1px solid #656565;border-radius:50px;text-align:center;width:90%;font-size:1.3em}#StepToken .form-token .sucess-contato{border:1px solid #009045;background-color:#009045;color:#fff;padding:12px 15px;border-radius:50px;font-size:15px;font-weight:400;list-style:none}#StepToken .form-token .sucess-contato a{color:#fff}#StepToken .form-token .sucess-contato:hover{border:1px solid #004420;background-color:#004420}#StepToken .form-token .sucess-contato:hover a{color:#fff;text-decoration:none}#header .mobile{display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;background-color:#0057a6;font-weight:400;font-size:12px}#header .mobile .usuario{margin-right:11px;margin-top:13px}#header .mobile .sub-categorias{font-size:1em}#header .mobile .icones-header{height:23px;width:25px}#header .mobile .icones-header svg{fill:#fff}#header .mobile .function-search{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:86px;height:40px;overflow:hidden;position:absolute;right:0;border-radius:20px;margin-top:6px;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}#header .mobile .function-search .input{border:none;padding:0;margin:0 0 0 -25px;position:relative;right:-25px;max-width:calc(100vw - 45px);color:#5a5a5a;font-size:1em;font-weight:400;font-family:CaviarDreams;width:25px;opacity:0;background-color:transparent}#header .mobile .function-search .input,#header .mobile .function-search .input:focus{z-index:4;-webkit-transition:.4s ease-out cubic-bezier(1,-.53,.63,.23);transition:.4s ease-out cubic-bezier(1,-.53,.63,.23)}#header .mobile .function-search .input:focus{width:252px;opacity:1;padding:0 17px 0 34px;background-color:#fff}#header .mobile .function-search .input:focus+.button{background-color:#c3c3c3!important;z-index:4}#header .mobile .function-search .input:focus .fa-search{color:#000!important}#header .mobile .function-search .button{width:40px;position:relative;z-index:5;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;padding:0;border-radius:20px;visibility:visible;border-radius:0;background:transparent;border:none;outline:none}#header .mobile .function-search .button .function-search-img{height:22px}#header .mobile .function-search:hover{border:1px solid #d3d3d3}#header .mobile .function-search:hover .input{width:231px;opacity:1;z-index:4;padding:0 45px 0 20px;background-color:#fff;margin:-1px 0 -2px -26px!important;-webkit-transition:.4s ease-out cubic-bezier(1,-.53,.63,.23);transition:.4s ease-out cubic-bezier(1,-.53,.63,.23)}@media (max-width:1050px){#header .mobile .function-search:hover .input{width:331px}}@media (max-width:550px){#header .mobile .function-search:hover .input{width:269px}}@media (max-width:350px){#header .mobile .function-search:hover .input{width:207px}}#header .mobile .function-search:hover .button{width:44px;position:relative;z-index:5;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;padding:0;border-radius:20px;visibility:visible;border-radius:0;background:#fff;border:none;outline:none}#header .mobile .function-search:hover .button .function-search-img{height:22px}@media (max-width:979px){#header .mobile .function-search .social{display:none}}#header .mobile #categoria,#header .mobile #categoria:after{font-weight:700;font-size:1.2em;position:relative;color:#fff}#header .mobile #categoria:after{content:"\A0   \F107";font-family:Font Awesome\ 5 Free}#header .mobile #empty-categ{font-weight:700;font-size:1.2em;position:relative;color:#fff}#header .mobile .logo-link{z-index:3}#header .mobile .logo-link img{height:35px}@media (max-width:320px){#header .mobile .logo-link img{height:30px}}#header .mobile #categ{font-size:1em;margin-left:15px}#header .mobile #categ:after{content:"\A0   \F107";font-family:Font Awesome\ 5 Free;font-weight:700;font-size:1em;position:relative;color:#fff}#header .mobile #empty-sub-categ{font-size:1em;margin-left:15px}#header .mobile #sub-sub-categ{font-size:.95em;margin-left:30px}#header .mobile .item-link img{margin-right:5px;max-width:25px}#header .mobile .item-link i{font-size:1.5em;color:#fff}#header .mobile .item-link i:hover{color:#d9d9d9}#header .mobile .item-link:after{display:none}#header .mobile .carrinho{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-right:15px;margin-bottom:15px}#header .mobile .carrinho .botao{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:#2d2f3b;font-size:1em;font-weight:400;cursor:pointer;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#header .mobile .carrinho .botao img{max-width:27px}#header .mobile .carrinho .botao .cart-item-number{color:#fff;background:#ff2b2b;border-radius:50%;height:20px;width:20px;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;position:absolute;margin:-8px -8px 0 0;font-size:12px}#header .mobile .carrinho .botao:hover{color:#da7167}#header .mobile .carrinho .carrinho-expand{-webkit-box-shadow:0 1px 5px -1px rgba(0,0,0,.5);-moz-box-shadow:0 1px 5px -1px rgba(0,0,0,.5);-ms-transform:0 1px 5px -1px rgba(0,0,0,.5);-o-transform:0 1px 5px -1px rgba(0,0,0,.5);box-shadow:0 1px 5px -1px rgba(0,0,0,.5);-webkit-transition:all .25s ease;transition:all .25s ease;color:#7f8c8d;font-size:.9em;position:absolute;background-color:#fff;border-bottom:3px solid #7f8c8d;padding:40px 20px 30px;margin-top:20px;top:27px;right:0;z-index:5;max-width:450px;width:calc(100vw - 40px);visibility:hidden;opacity:0;max-height:calc(100vh - 83px)}#header .mobile .carrinho .carrinho-expand:before{content:"";position:absolute;width:calc(100% + 50px);height:calc(100% + 50px);background-color:transparent;top:-20px;right:-10px;z-index:-5}#header .mobile .carrinho .carrinho-expand:after{content:"";width:20px;height:20px;background-color:#fff;position:absolute;right:9px;top:-10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-top:1px solid #e4eaeb;border-left:1px solid #e4eaeb}#header .mobile .carrinho .carrinho-expand .title{color:#0057a6;font-size:1.1em;font-weight:400}#header .mobile .carrinho .carrinho-expand .total{font-size:1.4em;text-align:right;color:#2d2f3b}#header .mobile .carrinho .carrinho-expand .list-cart-itens{margin:0;padding:0;list-style:none;max-height:calc(100vh - 259px);overflow:auto}#header .mobile .carrinho .carrinho-expand .list-cart-itens .item{margin:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header .mobile .carrinho .carrinho-expand .list-cart-itens .item .image{width:65px;min-width:60px;border:1px solid #e4eaeb;margin-right:15px;padding:5px}#header .mobile .carrinho .carrinho-expand .list-cart-itens .item .image img{width:100%}#header .mobile .carrinho .carrinho-expand .list-cart-itens .item .item-info{margin-right:15px;width:300px}#header .mobile .carrinho .carrinho-expand .list-cart-itens .item .item-info .cost,#header .mobile .carrinho .carrinho-expand .list-cart-itens .item .item-info .name{color:#2d2f3b;font-size:1.1em}#header .mobile .carrinho .carrinho-expand .list-cart-itens .item .actions>.remove{-webkit-transition:all .25s ease;transition:all .25s ease;font-size:1.2em;cursor:pointer}#header .mobile .carrinho .carrinho-expand .list-cart-itens .item .actions>.remove:hover{color:#d04b3e}#header .mobile .carrinho .carrinho-expand .paths{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#header .mobile .carrinho .carrinho-expand .paths>a{-webkit-transition:all .25s ease;transition:all .25s ease;padding:6px;border:1px solid #e4eaeb;color:#fff}#header .mobile .carrinho .carrinho-expand .paths>a.to-checkout{background-color:#1cd66a}#header .mobile .carrinho .carrinho-expand .paths>a.to-checkout:hover{background-color:#16a954}#header .mobile .carrinho .carrinho-expand .paths>a.to-cart{background-color:#0057a6}#header .mobile .carrinho .carrinho-expand .paths>a.to-cart:hover{background-color:#d04b3e}#header .mobile .carrinho:hover .carrinho-expand{visibility:visible;opacity:1}#header .mobile .nav{z-index:1;position:fixed;padding:55px 40px;height:100%;left:0;width:100%;bottom:0;opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:none;background-color:#0057a6;-webkit-transform:translateY(calc(-100% + 52px));transform:translateY(calc(-100% + 52px));-webkit-transition:all .35s cubic-bezier(.27,.41,.29,.85);transition:all .35s cubic-bezier(.27,.41,.29,.85)}#header .mobile .nav a{color:#fff;font-size:1.3em;font-weight:400;margin-top:15px}#header .mobile .nav a:hover{color:#d9d9d9}#header .mobile .ham.active~.nav{-webkit-transform:translateY(0);transform:translateY(0);opacity:.95;overflow:auto;display:block}#header .mobile .ham.active~.nav .list{opacity:1;-webkit-transition:all .35s ease-out .35s;transition:all .35s ease-out .35s}#header .ham{cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;height:50px;width:40px;z-index:2}#header .hamRotate.active{-webkit-transform:rotate(45deg);transform:rotate(45deg)}#header .hamRotate180.active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}#header .line{fill:none;-webkit-transition:stroke-dasharray .4s,stroke-dashoffset .4s;transition:stroke-dasharray .4s,stroke-dashoffset .4s;stroke:#fff;stroke-width:5;stroke-linecap:round}#header .ham8 .top{stroke-dasharray:40 160}#header .ham8 .middle{stroke-dasharray:40 142;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}#header .ham8 .bottom,#header .ham8 .middle{-webkit-transform-origin:50%;transform-origin:50%}#header .ham8 .bottom{stroke-dasharray:40 85;-webkit-transition:stroke-dashoffset .4s,-webkit-transform .4s;transition:stroke-dashoffset .4s,-webkit-transform .4s;transition:transform .4s,stroke-dashoffset .4s;transition:transform .4s,stroke-dashoffset .4s,-webkit-transform .4s}#header .ham8.active .top{stroke-dashoffset:-64px}#header .ham8.active .middle{-webkit-transform:rotate(90deg);transform:rotate(90deg)}#header .ham8.active .bottom{stroke-dashoffset:-64px}@media (max-width:979px){#header .mobile{display:-webkit-inline-box;width:100%;margin:auto;padding:0}#header .desktop{display:none;height:0}}#header #collapseMenuMobile{-webkit-transition:all .35s ease-out .35s;transition:all .35s ease-out .35s;background-color:#fff;color:#fff;border-bottom:2px solid #0057a6;font-family:ProximaNova}#header #collapseMenuMobile .submenu-conta{display:-webkit-box;display:-ms-flexbox;display:flex;color:#686868;font-size:14px;font-weight:600;min-width:144px;line-height:2.5}#header #collapseMenuMobile .submenu-conta .icones-menu{width:16px;height:34px;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}#header #collapseMenuMobile .submenu-conta .icones-menu svg{fill:#686868;width:16px;height:19px}#header #collapseMenuMobile .submenu-conta.active{color:#3654ff;text-decoration:none}#header #collapseMenuMobile .submenu-conta.active svg{fill:#3654ff}#header #collapseMenuMobile .submenu-conta:hover{color:#001bb6}#header #collapseMenuMobile .submenu-conta:hover svg{fill:#001bb6}#header #collapseMenuMobile .submenu-conta.sair{color:#ff2b2b}#header #collapseMenuMobile .submenu-conta.sair svg{fill:#ff2b2b}#header #collapseMenuMobile .submenu-conta.sair:hover{color:#ab0000}#header #collapseMenuMobile .submenu-conta.sair:hover svg{fill:#ab0000}#header #collapseMenuMobile .usuario{padding:18px 18px 2px}#header #collapseMenuMobile .usuario .icones-header{width:40px;height:40px}#header #collapseMenuMobile .usuario .icones-header svg{width:30px;height:30px;fill:#616161}#header #collapseMenuMobile .usuario .bem-vindo{font-size:14px;font-weight:700;color:#616161}#header #collapseMenuMobile .usuario .obs{color:#000;font-size:12px;padding:5px 0}#header #collapseMenuMobile .usuario .btn-login{width:90px;border-radius:5px;background-color:#616161;color:#fff}#header #collapseMenuMobile .usuario .btn-conta,#header #collapseMenuMobile .usuario .btn-login{height:33px;font-size:14px;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}#header #collapseMenuMobile .usuario .btn-conta{width:145px;border-radius:5px;background-color:#fff;border:1px solid #c1c1c1;color:#000}#header #collapseMenuMobile .paginas{min-height:50px;border-color:#c1c1c1;border-style:solid none;border-width:1px}#header #collapseMenuMobile .paginas .contato{width:calc(100vw - 40px);min-height:50px;font-size:14px;font-weight:700;border-left:1px solid #c1c1c1;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;color:#616161}#header #collapseMenuMobile .paginas .contato:first-child{border-left:none}#header #collapseMenuMobile .paginas .contato:hover{text-decoration:underline}#header #collapseMenuMobile .categorias-produtos{padding:18px;font-size:14px;color:#fff}#header #collapseMenuMobile .categorias-produtos .categ{font-size:14px;font-weight:700;color:#616161;padding-bottom:10px}#header #collapseMenuMobile .categorias-produtos .categorias{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style:none;padding:0}#header #collapseMenuMobile .categorias-produtos .categorias .item-link-cat{color:#000;font-size:14px;line-height:2}#header #collapseMenuMobile .categorias-produtos .categorias .ver-mais-categ{font-size:13px;text-decoration:underline;color:#797979}#header #collapseMenuMobile .categorias-produtos .categorias .listaCateg{max-height:300px;overflow-y:auto}#header #collapseMenuMobile .categorias-produtos .categorias .nome-categ{color:#000}#header #collapseMenuMobile .categorias-produtos .categorias .sub-sub-item{padding:5px 0}#header #collapseMenuMobile .categorias-produtos .categorias .unique-link{padding:5px 10px;background-color:#e8e8e8;margin:5px 0;border-radius:5px}#header #collapseMenuMobile .categorias-produtos .categorias .item-categoria{padding:5px 0;background-color:#e8e8e8;margin:5px 0;border-radius:5px}#header #collapseMenuMobile .categorias-produtos .categorias .item-link{padding:10px;color:#000}#header #collapseMenuMobile .categorias-produtos .categorias .item-link-cat-mob{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header #collapseMenuMobile .categorias-produtos .categorias .item-link-cat-mob:after{content:"\F107";font-family:Font Awesome\ 5 Free;margin-right:5px;margin-left:5px;font-size:14px;color:#fff}#header #collapseMenuMobile .categorias-produtos .categorias .container-dptos{margin:0;padding:6px 10px;list-style:none;background:#ededed;border:1px solid #c1c1c1;border-radius:5px}#header #collapseMenuMobile .categorias-produtos .categorias .container-dptos a{color:#000}@media (max-width:979px){#header .desktop{display:none;height:0}}@media (max-width:979px){.header-contas{display:none!important;margin-top:0}}#footer{overflow:hidden;background-color:#fff;color:#2d2f3b}#footer .content{margin-top:4vh}#footer .titulo{text-transform:uppercase;font-size:1em;font-weight:500;margin-bottom:15px}#footer .lista-direitos{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#footer .categories{margin-bottom:15px}#footer .categories .categories-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#footer .categories .categories-list .item-link{line-height:1.5;text-decoration:none;font-size:16px;font-weight:300;color:#2d2f3b}#footer .categories .categories-list .item-link:hover{color:#0c0c10;text-shadow:0 0 0 #5a5a5a}#footer .categories .localizar{text-align:end;margin-bottom:30px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#footer .categories .localizar .titulo{color:#000;padding:0 15px}#footer .categories .localizar img{height:50px}@media (max-width:1199px){#footer .categories .localizar{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:initial}}#footer .paths-pagamentos{-webkit-box-align:center;-ms-flex-align:center;align-items:center}#footer .paths-pagamentos .badges-list .list-item{margin-right:10px;max-width:50px}#footer .paths-pagamentos .item-img{max-width:135px;max-height:50px}@media (max-width:1199px){#footer .paths-pagamentos .titulo{text-align:initial;padding:0}#footer .paths-pagamentos .badges-list{margin-bottom:15px}}#footer .width-cart{width:5%}@media (max-width:500px){#footer .width-cart{width:14%}}#footer .metodo{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}#footer .metodo figure .img{width:100%;max-width:16px}#footer .metodo .container{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#footer .metodo .container span{color:#000;font-size:.95em;font-weight:500}#footer .metodo .container .contatos{color:#2d2f3b;font-size:.9em;font-weight:400}#footer .metodo .container p{color:#2d2f3b;font-size:.89em;font-weight:300}#footer .social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;padding:30px 0}#footer .social .social-link{margin:0 7px}#footer .social .social-img{width:100%;max-width:32px}@media (max-width:768px){#footer .content{padding:15px 0}#footer .paths-contatos{padding:2px 30px}#footer .social{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (max-width:570px){#footer .content{padding:10px 0 40px;text-align:center}#footer .paths-contatos{padding:2px 30px}}.desenvolvido{background-color:#fff;min-height:100px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.desenvolvido,.desenvolvido .empresa{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.desenvolvido .empresa{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.desenvolvido .empresa .logo{margin-bottom:15px;cursor:pointer}.desenvolvido .empresa .direitos{color:#656565;font-size:12px;margin-bottom:15px}.desenvolvido .empresa .rocky a{color:#2d2f3b;font-size:12px;margin-bottom:15px;cursor:pointer}.desenvolvido .empresa .rocky a img{max-width:102px}@media (max-width:570px){.desenvolvido{height:180px}.desenvolvido .empresa{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}}@media (max-width:570px) and (max-width:979px){.footer-itens{text-align:-webkit-left}.footer-align{margin-left:4px}}@media screen and (max-width:767px){.display-block,.lista-direitos{display:block!important}.lista-direitos{width:100%}.metodo .container img{margin-top:5px}}@media screen and (min-width:991px){.endereco-loja{white-space:nowrap}}#newsletter{background-color:#0057a6;margin-top:20px;min-height:200px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#newsletter,#newsletter .content{display:-webkit-box;display:-ms-flexbox;display:flex}#newsletter .content{padding:15px 0 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#newsletter .content-base{color:#2d2f3b}#newsletter .content-base .descr{color:#fff;font-size:12px}#newsletter .content-base .descr p{font-size:24px}#newsletter form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#newsletter form input{width:300px;height:42px;border-radius:6px;border:none;margin-right:20px;padding:0 15px;color:#2d2f3b;background-color:#fff;font-size:16px;font-weight:400;font-family:Roboto}#newsletter form input input-placeholder{background-color:transparent;font-size:.95em;font-weight:400;font-family:Roboto}#newsletter form ::-webkit-input-placeholder{color:#2d2f3b}#newsletter form button{padding:0;border:none;width:30%;height:42px;border-radius:6px;background-color:#0039b6;border:1px solid #0039b6;color:#fff;font-size:16px;cursor:pointer}#newsletter form button:hover{border:1px solid #0057a6;background-color:#fff;color:#0039b6}@media (max-width:1230px){#newsletter .content{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:15px 0}#newsletter .container{max-width:840px;margin-bottom:30px}#newsletter form{max-width:840px;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:968px){#newsletter .novidades{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:880px){#newsletter form{-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;width:100%}#newsletter form input{width:calc(100% - 20px);margin-bottom:10px}}@media (max-width:695px){#newsletter .content-base{padding-bottom:20px;text-align:center}#newsletter .content-base span{-ms-flex-wrap:nowrap;flex-wrap:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;width:108%}#newsletter .content-base .descr{text-align:center}#newsletter .content-base button{width:50%}#newsletter form{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#newsletter form input{width:100%;margin-bottom:10px;margin-right:0}}#breadcrumb .content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px 15px}#breadcrumb a{display:block;text-decoration:none;color:#7f8c8d;font-size:.89em;font-weight:400}#breadcrumb a:after{content:"\A0   \A0   \F105   \A0   \A0";font-family:Font Awesome\ 5 Free;font-weight:900}#breadcrumb a:last-of-type{color:#000}#breadcrumb a:last-of-type:after{display:none}.border-content{background:-webkit-gradient(linear,left top,right top,from(#ec2123),color-stop(27%,#0266c9),color-stop(57%,#f1d11f),color-stop(85%,#0069ca),to(#082678));background:linear-gradient(90deg,#ec2123,#0266c9 27%,#f1d11f 57%,#0069ca 85%,#082678);height:6px!important;width:100%}.navegacao{padding-top:14px}.navegacao .content{padding:0 6px}.sete-categorias{height:32px;white-space:nowrap;width:100%;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.sete-categorias ::-webkit-scrollbar{width:10px}.sete-categorias ::-webkit-scrollbar-thumb,.sete-categorias ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #5a5a5a;box-shadow:inset 0 0 6px #5a5a5a;border-radius:15px}.sete-categorias ::-webkit-scrollbar-thumb{background-color:#5a5a5a}.sete-categorias .titulo-menu{color:#0057a6;font-size:18px;font-weight:400;cursor:pointer}.sete-categorias .imagem-banner-menu img{max-width:280px;max-height:420px}.sete-categorias .ul-reset{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:1065px}.sete-categorias .icone-menu{width:30px;height:30px}.sete-categorias .icone-menu img{max-width:23px;max-height:23px;height:100%;width:100%}.sete-categorias .icone-submenu{width:28px;height:28px}.sete-categorias .icone-submenu img{max-width:18px;max-height:18px;height:100%;width:100%}.sete-categorias .dropdown{display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px}.sete-categorias .dropdown:hover .mega-menu{display:block}.sete-categorias .mega-menu{display:none;width:auto;z-index:5;position:absolute;top:34px;background-color:#fff;-webkit-box-shadow:0 5px 10px -4px rgba(0,0,0,.75);box-shadow:0 5px 10px -4px rgba(0,0,0,.75)}.sete-categorias .mega-menu ul.sub-menu-list{padding:0;list-style-type:none}.sete-categorias .mega-menu .img-menu img{width:220px;height:370px}.sete-categorias .mega-menu #mega-tabs>li{float:none;margin:0;padding:0}.sete-categorias .mega-menu #mega-tabs>li.cative{background:#ddd}.sete-categorias .mega-menu #mega-tabs>li a{border:0}.sete-categorias .sub-item{line-height:2}.sete-categorias .quebra-linha{white-space:normal;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}.sete-categorias .quebra-linha:after{content:"\F105";font-size:.7em;font-family:Font Awesome\ 5 Free}.sete-categorias .list-unstyled{background-color:#f5f5f5;padding:5px 0;border-radius:5px}.sete-categorias .container{margin:0;padding:0;list-style-type:none}.sete-categorias .container a:hover{text-decoration:none}.sete-categorias .container .menu-droppable{-webkit-transition:all .25s ease-out;transition:all .25s ease-out;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;color:#fff;border-bottom:3px solid transparent;font-size:1em;font-weight:400;cursor:pointer;width:100%;height:35px}.sete-categorias .container .menu-droppable.seleted,.sete-categorias .container .menu-droppable:hover{color:#d9d9d9;border-bottom:3px solid #fff}.sete-categorias .container .imagem-banner-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sete-categorias .container .sub-container{display:inline-block;background:#fff;z-index:2;min-width:200px;min-height:245px;padding:12px 10px;list-style:none;width:auto;overflow:auto;max-height:340px}.sete-categorias .container .sub-container .item:hover .item-link{border-color:#0057a6}.sete-categorias .container .sub-container .item:hover .sub-categorias{display:block;-webkit-box-shadow:3px 3px 8px -2px rgba(0,0,0,.75);box-shadow:3px 3px 8px -2px rgba(0,0,0,.75)}.sete-categorias .container .sub-container .item .item-link{margin:0;padding:.3rem .75rem;border:1px solid transparent;border-width:1px 0;background:#fff;position:relative;z-index:10;font-size:.875rem;font-weight:400;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:default}.sete-categorias .container .sub-container .item .item-link:before{content:"\F105   \A0";font-family:Font Awesome\ 5 Free;font-weight:900;color:#7f8c8d;font-size:1.2em;-webkit-transition:color .25s ease-out;transition:color .25s ease-out}.sete-categorias .container .sub-container .item .sub-categorias{list-style:none;width:auto;padding:0 1.2rem;border-left:1px solid #0057a6;background:#fff;z-index:1}.sete-categorias .container .sub-container .item-link-cat{color:#000;font-size:16px;line-height:28px}.sete-categorias .container .sub-container .sub-item-link{display:block;color:#000;font-size:1em;text-decoration:none}.sete-categorias .container .sub-container .sub-item-link:hover{color:#0057a6}.sete-categorias .container .sub-container .sub-sub-item-link{display:block;padding:2px 13px;color:#000;font-size:14px;text-decoration:none}.sete-categorias .container .sub-container .sub-sub-item-link:hover{color:#0057a6}.sete-categorias .container .sub-container li:last-child .item-link{background-color:#a6d5ff;color:#0057a6}.sete-categorias .container .sub-container>.item:nth-child:hover:before{content:"";display:block;width:12rem;height:3rem;border:1px solid transparent;position:absolute;top:0;z-index:10}.sete-categorias .container .sub-container .container-dptos{padding:0 12px;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.sete-categorias .container .sub-container .sub-item-dptos{width:270px}.t-categorias{height:32px;white-space:nowrap;z-index:5;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.t-categorias ::-webkit-scrollbar{width:10px}.t-categorias ::-webkit-scrollbar-thumb,.t-categorias ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #5a5a5a;box-shadow:inset 0 0 6px #5a5a5a;border-radius:15px}.t-categorias ::-webkit-scrollbar-thumb{background-color:#5a5a5a}.t-categorias .mega-menu{display:none;width:auto;overflow:overlay;overflow:hidden;overflow-y:hidden;overflow-y:scroll;max-height:340px;position:absolute;background-color:#fff;-webkit-box-shadow:0 5px 10px -4px rgba(0,0,0,.75);box-shadow:0 5px 10px -4px rgba(0,0,0,.75)}.t-categorias .mega-menu ul.sub-menu-list{padding:0;list-style-type:none}.t-categorias .mega-menu #mega-tabs>li{float:none;margin:0;padding:0}.t-categorias .mega-menu #mega-tabs>li.cative{background:#ddd}.t-categorias .mega-menu #mega-tabs>li a{border:0}.t-categorias:hover .dropdown .mega-menu{display:block}.t-categorias .quebra-linha{white-space:normal;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}.t-categorias .container{margin:0;padding:0;list-style-type:none}.t-categorias .container a:hover{text-decoration:none}.t-categorias .container .menu-droppable{-webkit-transition:all .25s ease-out;transition:all .25s ease-out;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;color:#fff;font-size:1em;font-weight:400;cursor:pointer;width:100%;height:34px}.t-categorias .container .menu-droppable:before{content:"\F0C9";font-family:Font Awesome\ 5 Free;margin-right:5px;margin-left:5px;font-size:1.25em;color:#d9d9d9;position:relative;bottom:-1px}.t-categorias .container .menu-droppable:after{content:none}.t-categorias .container .imagem-banner-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.t-categorias .container .sub-container{display:inline-block;background:#fff;z-index:2;width:290px;min-height:245px;padding:12px 20px;list-style:none}.t-categorias .container .sub-container .item{line-height:2}.t-categorias .container .sub-container .item:hover .item-link{border-color:#0057a6}.t-categorias .container .sub-container .item:hover .sub-categorias{display:block;-webkit-box-shadow:3px 3px 8px -2px rgba(0,0,0,.75);box-shadow:3px 3px 8px -2px rgba(0,0,0,.75)}.t-categorias .container .sub-container .item .item-link{margin:0;padding:.3rem .75rem;border:1px solid transparent;border-width:1px 0;background:#fff;position:relative;z-index:10;font-size:.875rem;font-weight:400;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:default}.t-categorias .container .sub-container .item .item-link:before{content:"\F105   \A0";font-family:Font Awesome\ 5 Free;color:#7f8c8d;font-size:1.2em;-webkit-transition:color .25s ease-out;transition:color .25s ease-out}.t-categorias .container .sub-container .item .sub-categorias{list-style:none;width:auto;padding:0 1.2rem;border-left:1px solid #0057a6;background:#fff;z-index:1}.t-categorias .container .sub-container .item-link-cat{color:#000;font-size:16px}.t-categorias .container .sub-container .item-link-cat span:after{content:"\F105";font-size:.7em;font-family:Font Awesome\ 5 Free}.t-categorias .container .sub-container .collapse{background-color:#f5f5f5;padding:5px 0;border-radius:5px}.t-categorias .container .sub-container .sub-item-link{display:block;color:#000;font-size:1em;text-decoration:none}.t-categorias .container .sub-container .sub-item-link:hover{color:#0057a6}.t-categorias .container .sub-container .sub-sub-item-link{display:block;padding:2px 13px;color:#000;font-size:14px;text-decoration:none}.t-categorias .container .sub-container .sub-sub-item-link:hover{color:#0057a6}.t-categorias .container .sub-container li:last-child .item-link{background-color:#a6d5ff;color:#0057a6}.t-categorias .container .sub-container>.item:nth-child:hover:before{content:"";display:block;width:12rem;height:3rem;border:1px solid transparent;position:absolute;top:0;z-index:10}.t-categorias .container .sub-container .container-dptos{padding:0 12px;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.t-categorias .container .sub-container .sub-item-dptos{width:270px}@media (max-width:1150px){.t-categorias .t-categorias .container .sub-item-dptos{width:325px}.t-categorias .t-categorias .container .imagem-banner-menu{display:none}}@media (max-width:1000px){.t-categorias .t-categorias .container>li{border:none}.t-categorias .t-categorias .container li:hover .item-link{width:auto;border-color:#0057a6}.t-categorias .t-categorias .container li:hover .sub-categorias{display:block}.t-categorias .t-categorias .container .item{width:33%}}@media (max-width:880px){.t-categorias .t-categorias .container .item{width:50%}.t-categorias .t-categorias .container .sub-container{display:none}}@media (max-width:610px){.t-categorias .t-categorias .container{height:50vh;overflow:auto}.t-categorias .t-categorias .container .item{width:100%}}@media (max-width:580px){.t-categorias{height:auto}.t-categorias .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:5px 0;width:calc(100% - 10px);height:auto}.t-categorias .t-categorias{height:auto;margin-right:0;width:100%}.t-categorias .t-categorias .botao{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:0}.t-categorias .t-categorias .container{border:2px solid #686868;border-top:none;left:-5px;width:calc(100% + 10px);border-radius:0 0 5px 5px;padding:20px}}@media (max-width:1300px){.t-categorias .t-categorias .container .sub-item-dptos{width:250px}}@media (max-width:880px){.t-categorias .t-categorias .container .item{width:50%}.t-categorias .t-categorias .container .sub-container{display:none}.t-categorias .sub-categorias{visibility:hidden}}@media (max-width:610px){.t-categorias .t-categorias .container .item{width:100%}}@media (max-width:580px){.t-categorias .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:5px 0;width:auto;height:auto}.t-categorias .t-categorias{height:auto;margin-right:0;width:100%}.t-categorias .t-categorias .botao{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:0}.t-categorias .t-categorias .container{border:5px solid #000;border-top:none;left:-5px;width:calc(100% + 10px);border-radius:0 0 5px 5px;padding:20px}}@media (max-width:979px){#click-categorias,.navegacao,.sete-categorias{display:none}}@media (max-width:767px){#body-holder .sidebar-outer .open-sidebar{margin-left:61px}}@media (max-width:375px){#body-holder .sidebar-outer .open-sidebar{margin-left:25px}}@media (max-width:369px){#body-holder .sidebar-outer .open-sidebar{margin-left:34px}}@media (max-width:281px){#body-holder .sidebar-outer .open-sidebar{margin-left:-50px}}@media (max-width:767px){#product-details .product-fare-container #cep{width:27vh}}@media screen and (max-width:320px){#body-holder .sidebar-outer .open-sidebar{margin-left:-9px}}@media screen and (max-width:280px){#body-holder .sidebar-outer .open-sidebar{margin-left:-49px}}.menu-ofertas{-webkit-transition:all .25s ease-out;transition:all .25s ease-out;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;color:#2d2f3b;border-bottom:3px solid transparent;font-size:1em;font-weight:400;cursor:pointer;width:100%;height:35px}.menu-ofertas.seleted,.menu-ofertas:hover{color:#0c0c10;border-bottom:3px solid #2d2f3b}.menu-ofertas i{color:#ff3700}.menu-ofertas{color:#000}#banner-pop-up .modal-content.padrao{border-radius:5px;background:transparent;border:0}#banner-pop-up .modal-content.padrao .close{color:#fff;margin-left:-47px;padding:0 5px}#banner-pop-up .modal-content.padrao .img-pop{width:100%}#banner-estampas{margin-top:10px}#banner-estampas .slick-slide{opacity:0}#banner-estampas .slick-slide.slick-active{opacity:1;-webkit-transition:all 1s cubic-bezier(.18,.89,.32,1.28);transition:all 1s cubic-bezier(.18,.89,.32,1.28)}#banner-estampas .slick-slide a:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}#banner-estampas #estampas a div{max-width:120px;max-height:120px;height:100px;background-color:#fff;margin:0 1px}#banner-estampas #estampas a div img{max-width:100px;max-height:100px;width:auto;height:auto;-webkit-filter:grayscale(100);filter:grayscale(100);margin:0 auto}#banner-estampas #estampas a:hover img{-webkit-transition:all 1s cubic-bezier(.18,.89,.32,1.28);transition:all 1s cubic-bezier(.18,.89,.32,1.28);-webkit-filter:grayscale(0);filter:grayscale(0)}#banner-estampas #estampas .slick-next,#banner-estampas #estampas .slick-prev{color:#0057a6;position:absolute;z-index:2;top:40%;width:50px;height:50px;border-radius:50%;font-size:26px;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}#banner-estampas #estampas .slick-prev{left:-23px}#banner-estampas #estampas .slick-next{right:-23px}@media (max-width:551px){#banner-estampas #estampas .slick-next,#banner-estampas #estampas .slick-prev{top:25%}#banner-estampas #estampas .slick-prev{left:-5px}#banner-estampas #estampas .slick-next{right:-5px}}@media (max-width:380px){#banner-estampas #estampas .mobile-responsive{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}}@media (max-width:979px){#banner-estampas{padding-bottom:0}}#instagram{min-height:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#instagram .title{color:#2d2f3b;font-size:16px;font-weight:700;position:relative;margin:40px 0 35px;text-transform:uppercase;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#instagram .title span{color:#0057a6}#instagram .title:before{content:"";width:60px;height:2px;background-color:#0057a6;position:absolute;top:calc(100% + 12px);left:0;right:0}#instagram .banner-instagram-kingflex{overflow:hidden;max-height:180px;position:relative;margin-top:20px}#instagram .banner-instagram-kingflex .owl-stage{display:-webkit-box;display:-ms-flexbox;display:flex}#instagram .banner-instagram-kingflex .owl-nav{display:none}#instagram .banner-instagram-kingflex .owl-item{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}#instagram .banner-instagram-kingflex img{max-width:300px;max-height:240px;width:100%;height:auto}@media (max-width:767px){#instagram{padding:20px 0;min-height:auto}}.instagram_gallery img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.container-selecao-uf{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#000;margin-top:150px}.container-selecao-uf .store-info{text-align:center}.container-selecao-uf .store-info img{max-width:100%;width:200px;margin:0 0 20px;height:auto}.container-selecao-uf .store-info h1{font-size:24px;font-weight:700}.container-selecao-uf .store-info p{font-size:16px;margin:5px 0;width:95%;text-align:center}.container-selecao-uf h2{margin-top:20px;font-size:16px;font-weight:300}.container-selecao-uf .btn-confirm{border:2px solid #0d6532;border-radius:10px;color:#0d6532;background-color:#fff}.container-selecao-uf .btn-confirm:hover{color:#fff;background-color:#0d6532}#selecionarLoja{color:#000}#selecionarLoja .modal-header{border-bottom:none}#selecionarLoja .modal-title{font-size:14px}#selecionarLoja .modal-body{padding:0 16px 16px}#selecionarLoja .close{color:red}#selecionarLoja .btn-confirm{border:2px solid #0d6532;border-radius:10px;color:#0d6532;background-color:#fff}#selecionarLoja .btn-confirm:hover{color:#fff;background-color:#0d6532}.selecionar-loja{border:1px solid #000;margin-bottom:15px;color:#000;padding:10px;border-radius:5px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.selecionar-loja i{margin-right:5px}.cart{position:relative}.cart.cart-end .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.cart.cart-end .form-group label{width:100%}.cart.cart-end .form-group .form-control{width:calc(100% - 95px);margin-right:5px}.cart.cart-end .form-group .btn{width:90px;padding:0}.cart.options,.cart .options{background-color:#fff}.cart.options .option,.cart .options .option{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.5rem}.cart.options .option .type,.cart .options .option .type{width:160px;text-align:left}.cart.options .option .value,.cart .options .option .value{text-align:left}.cart.options .option .delivery,.cart .options .option .delivery{width:100%;text-align:left}.cart .cart-total{border-top:4px solid #ecf0f1}.cart .table{color:#2d2f3b}.cart .table td{vertical-align:middle}.cart .scroll-ico{position:absolute;right:17px;top:calc(1.5em + 5px);display:none;background-color:#fff}@media (max-width:991.98px){.cart .scroll-ico{display:-webkit-box;display:-ms-flexbox;display:flex}}.cart .sale-price{position:relative}.cart .sale-price:before{position:absolute;content:"";left:0;top:50%;right:0;border-top:1.5px solid #7f8c8d;z-index:2;-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}.cart .mention{color:#d04b3e;font-size:.79em;font-weight:300;text-align:center}@media (max-width:427px){.cart .finalizar-pedido{margin-top:15px;width:190px}}.resume .resume-span{font-size:.77em;font-weight:400;margin-bottom:3px;line-height:1.1}.resume .resume-span:last-of-type{margin-bottom:0}@media (max-width:991.98px){.resume .resume-span{font-size:1em;margin-bottom:5px}}@media (max-width:767.98px){.resume .resume-span{font-size:.89em;margin-bottom:5px}}.checkout-cep-select .address-opt{background-color:#fff;-webkit-transition:background-color .25s ease-out;transition:background-color .25s ease-out}.checkout-cep-select .address-opt .stat{position:relative}.checkout-cep-select .address-opt .stat:before{content:"";width:40px;height:40px;border:2px solid #7f8c8d;border-radius:50%;position:absolute;left:calc(50% - 20px);top:calc(50% - 20px)}.checkout-cep-select .address-opt .stat:after{content:"";width:30px;height:30px;border-radius:50%;background-color:#7f8c8d;position:absolute;left:calc(50% - 15px);top:calc(50% - 15px);opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.checkout-cep-select .address-opt.selected,.checkout-cep-select .address-opt:hover{background-color:#fff}.checkout-cep-select .address-opt .input-select:checked~.stat:after,.checkout-cep-select .address-opt.selected .stat:after,.checkout-cep-select .address-opt:hover .stat:after{opacity:1}#cart,#delivery,#payment,#register{background-color:#fff}#cart .texts .content,#delivery .texts .content,#payment .texts .content,#register .texts .content{padding:30px 0 50px}#cart .paths .content,#delivery .paths .content,#payment .paths .content,#register .paths .content{width:calc(100% - 20px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 0 50px;font-weight:400}#cart .paths .content .content,#delivery .paths .content .content,#payment .paths .content .content,#register .paths .content .content{width:100%}#cart .paths .content .back,#cart .paths .content .next,#delivery .paths .content .back,#delivery .paths .content .next,#payment .paths .content .back,#payment .paths .content .next,#register .paths .content .back,#register .paths .content .next{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-size:1.1em;display:block;padding:20px 30px;border:none;background-color:#a5a5a5;color:#fff}#cart .paths .content .back:active,#cart .paths .content .back:hover,#cart .paths .content .next:active,#cart .paths .content .next:hover,#delivery .paths .content .back:active,#delivery .paths .content .back:hover,#delivery .paths .content .next:active,#delivery .paths .content .next:hover,#payment .paths .content .back:active,#payment .paths .content .back:hover,#payment .paths .content .next:active,#payment .paths .content .next:hover,#register .paths .content .back:active,#register .paths .content .back:hover,#register .paths .content .next:active,#register .paths .content .next:hover{background-color:#1cd66a}#cart .paths .content .next,#delivery .paths .content .next,#payment .paths .content .next,#register .paths .content .next{background-color:#1cd66a;color:#fff}#cart .paths .content .next:active,#cart .paths .content .next:hover,#delivery .paths .content .next:active,#delivery .paths .content .next:hover,#payment .paths .content .next:active,#payment .paths .content .next:hover,#register .paths .content .next:active,#register .paths .content .next:hover{background-color:#16a954}@media (max-width:1020px){#cart .paths .content,#delivery .paths .content,#payment .paths .content,#register .paths .content{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}#cart .paths .content a,#delivery .paths .content a,#payment .paths .content a,#register .paths .content a{display:block;width:100%;margin-top:10px}#cart .paths .content .back,#cart .paths .content .next,#delivery .paths .content .back,#delivery .paths .content .next,#payment .paths .content .back,#payment .paths .content .next,#register .paths .content .back,#register .paths .content .next{width:100%}}.cart-itens-shop{background-color:#fff;font-family:ProximaNova;font-weight:400}.cart-itens-shop .titulo-carrinho{font-size:30px;font-weight:600}.cart-itens-shop .usuario{font-size:19px}.cart-itens-shop .logout{font-size:12px;font-weight:400}.cart-itens-shop .destaca-texto-carrinho{color:#ff2d2d;font-weight:400;text-decoration:none}.cart-itens-shop .destaca-texto-carrinho:hover{color:#e00000;text-decoration:none}.cart-itens-shop .btns-compra .finalizar-pedido-cart,.cart-itens-shop .btns-compra .voltar-carrinho{width:228px;height:49px;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;border-radius:10px;font-size:16px;font-weight:700}.cart-itens-shop .btns-compra .finalizar-pedido-cart{background-color:#009045;margin-left:20px}.cart-itens-shop .btns-compra .finalizar-pedido-cart:hover{background-color:#004420}@media (max-width:500px){.cart-itens-shop .btns-compra .finalizar-pedido-cart,.cart-itens-shop .btns-compra .voltar-carrinho{width:100%}.cart-itens-shop .btns-compra .finalizar-pedido-cart{margin-left:0;width:100%}}.cart-itens-shop .list-itens-cart{color:#484848;padding:30px 0}.cart-itens-shop .list-itens-cart .btn-card{background-color:#16a954;color:#fff}.cart-itens-shop .list-itens-cart .border-bottom{border-bottom:1px solid #bfc5c6!important}.cart-itens-shop .list-itens-cart .titulo{font-weight:700;font-size:19px}.cart-itens-shop .list-itens-cart .fonte-14{font-size:14px}.cart-itens-shop .list-itens-cart .fonte-20{font-size:20px}.cart-itens-shop .list-itens-cart a:hover{text-decoration:none}.cart-itens-shop .list-itens-cart .limpar-carrinho{color:#686868;background-color:#ededed;border:1px solid #c1c1c1;border-radius:50%;padding:8px 9px}.cart-itens-shop .list-itens-cart .limpar{font-size:14px}.cart-itens-shop .list-itens-cart .opcoes-compra{color:#a5a5a5}.cart-itens-shop .list-itens-cart .opcoes-compra b{color:#363435}.cart-itens-shop .list-itens-cart #frm-freight .coupon-place{border-radius:10px 0 0 10px}.cart-itens-shop .list-itens-cart #frm-freight .coupon-place:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.cart-itens-shop .list-itens-cart #frm-freight .calc-cep{border-radius:0 10px 10px 0}.cart-itens-shop .list-itens-cart #frm-freight .calc-cep:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.cart-itens-shop .list-itens-cart #frm-freight .frete-carrinho{display:-webkit-box;display:-ms-flexbox;display:flex}.cart-itens-shop .list-itens-cart #frm-freight .btn-opcao-frete{width:100%;min-height:50px;padding:0 10px;text-align:left;font-size:15px;border-radius:5px;border:1px solid #a5a5a5;background-color:#fff;position:relative}.cart-itens-shop .list-itens-cart #frm-freight .btn-opcao-frete .value{color:#009045;font-weight:700}.cart-itens-shop .list-itens-cart #frm-freight .btn-opcao-frete:after{content:"\F107";font-family:Font Awesome\ 5 Free;padding:0 6px;color:#656565!important;font-size:1.2em;position:absolute;right:10px;top:12px;-webkit-transition:color .25s ease-out;transition:color .25s ease-out}.cart-itens-shop .list-itens-cart #frm-freight .btn-opcao-frete:focus{width:100%;color:#363435;border:1px solid #a5a5a5;outline:none}.cart-itens-shop .list-itens-cart #frm-freight .freight-options{width:92%;border:1px solid #a5a5a5;white-space:normal}.cart-itens-shop .list-itens-cart #frm-freight .freight-options .option{width:100%;padding:8px 10px;text-align:left;font-size:15px;background-color:#fff;border-top:1px solid #a5a5a5}.cart-itens-shop .list-itens-cart #frm-freight .freight-options .option:first-child{border-top:none;padding:0 10px 3px}.cart-itens-shop .list-itens-cart #frm-freight .freight-options .option .value{color:#009045;font-weight:700}.cart-itens-shop .list-itens-cart #frm-freight .freight-options .option .delivery{white-space:normal}.cart-itens-shop .list-itens-cart .recalcular-frete{font-size:14px;color:#363435}.cart-itens-shop .list-itens-cart .lista{border-right:1px solid #bfc5c6;padding-right:10px}.cart-itens-shop .list-itens-cart .lista .obs-cart .destaca-texto{color:#2d2f3b}@media (max-width:363px){.cart-itens-shop .list-itens-cart .lista .obs-cart .destaca-texto{font-size:12px}}.cart-itens-shop .list-itens-cart .lista .obs-cart:hover{text-decoration:none}.cart-itens-shop .list-itens-cart .lista .obs-cart:hover .destaca-texto{font-weight:600;color:#0c0c10}.cart-itens-shop .list-itens-cart .lista .obs-cart:hover i{color:#0c0c10}.cart-itens-shop .list-itens-cart .lista .product{border-bottom:1px solid #bfc5c6;padding:15px 0}.cart-itens-shop .list-itens-cart .lista .product:first-child{border-top:1px solid #bfc5c6}.cart-itens-shop .list-itens-cart .lista .product .img-checkout{border:1px solid #bfc5c6;min-width:70px;min-height:100px;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}.cart-itens-shop .list-itens-cart .lista .product .nome-prod{font-size:16px;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}.cart-itens-shop .list-itens-cart .lista .product .remove-product{background-color:#f2f2f2;color:#ff2d2d;border:1px solid #ff2d2d;border-radius:50px;font-weight:700;padding:2px 8px;font-size:12px}.cart-itens-shop .list-itens-cart .lista .product .remove-product:hover{background-color:#ff2d2d;color:#fff;border:1px solid #e00000}.cart-itens-shop .list-itens-cart .lista .product .img-prod{max-width:100%;max-height:100px}.cart-itens-shop .list-itens-cart .lista .product .preco{font-size:20px;font-weight:400;line-height:1;padding-left:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:355px){.cart-itens-shop .list-itens-cart .lista .product .preco{padding:8px 0}}.cart-itens-shop .list-itens-cart .lista .product .preco .tipo{margin:0;font-size:12px}.cart-itens-shop .list-itens-cart .lista .product .carrinho-unidade{position:relative;border:1px solid #bfc5c6;border-radius:10px;height:40px}.cart-itens-shop .list-itens-cart .lista .product .carrinho-unidade .quantity{background-color:transparent;border:none;width:90px;padding:0 8px;text-align:center;font-size:16px}.cart-itens-shop .list-itens-cart .lista .product .carrinho-unidade .quantity:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.cart-itens-shop .list-itens-cart .lista .product .carrinho-unidade .action-subtract{color:#bfc5c6;border-right:1px solid #bfc5c6;padding:0 5px;height:90%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.cart-itens-shop .list-itens-cart .lista .product .carrinho-unidade .action-subtract.mais{color:#484848}.cart-itens-shop .list-itens-cart .lista .product .carrinho-unidade .action-plus{color:#484848;border-left:1px solid #bfc5c6;padding:0 5px;height:90%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.cart-itens-shop .list-itens-cart .lista .product .carrinho-unidade .action-plus.menos{color:#bfc5c6}@media (max-width:355px){.cart-itens-shop .list-itens-cart .lista .product .carrinho-unidade{margin-right:15%}}@media (max-width:787px){.cart-itens-shop .list-itens-cart .lista .product .preco.unitario{display:none}.cart-itens-shop .list-itens-cart .lista .product .img-prod-cart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:767px){.cart-itens-shop .list-itens-cart .lista{border-right:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:465px){.cart-itens-shop .list-itens-cart .lista{padding-right:0}}.cart-itens-shop .list-itens-cart .resumo-ped-cart .progress-frete{height:10px;background-color:#fff;border:1px solid #c1c1c1}.cart-itens-shop .list-itens-cart .resumo-ped-cart .progress-frete .bg-success{background-color:#009045!important}.cart-itens-shop .list-itens-cart .resumo-ped-cart .calc-cep{background-color:#484848;border:1px solid #484848}.cart-itens-shop .cart-empty{min-height:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.cart-itens-shop .cart-empty .cart-empty-text{font-size:25px;font-weight:600;color:#3e3e3e}.abstract-order{padding:0 0 0 20px;color:#2d2f3b}.abstract-order .title{font-size:1.3em;color:#2d2f3b;font-weight:700}.abstract-order .products{list-style:none;margin:0;padding:0}.abstract-order .products .item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 0;border-bottom:1px solid #e4eaeb}.abstract-order .products .item:last-of-type{border-bottom:2px solid #e4eaeb}.abstract-order .products .item figure{width:90px;margin:0 10px 0 0}.abstract-order .products .item figure img{width:100%}.abstract-order .products .item .item-content{width:calc(100% - 100px);font-size:1em}.abstract-order .products .item .item-content>*{margin-bottom:10px;font-size:.95em}.abstract-order .products .item .item-content>.item-name{color:#2d2f3b;font-size:1em;font-weight:400}.abstract-order .products .item .item-content>.item-vars{font-size:.8em}.abstract-order .products .item .item-content>.item-price .slashed{color:#7f8c8d;position:relative}.abstract-order .products .item .item-content>.item-price .slashed:before{position:absolute;content:"";left:0;top:50%;right:0;border-top:1.5px solid #7f8c8d;z-index:2;-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}@media (max-width:830px){.abstract-order{padding:0}.abstract-order .products .item figure{width:120px}.abstract-order .products .item .item-content{width:calc(100% - 120px);font-size:1em}}.abstract-order .info-order{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px;margin-top:10px}.abstract-order .info-order>span:last-of-type{color:#2d2f3b;font-size:1.1em}.finalizado-entrega{background-color:#fff;font-family:ProximaNova;font-weight:400}.finalizado-entrega .titulo-entrega{font-size:30px;font-weight:600}.finalizado-entrega .usuario{font-size:19px}.finalizado-entrega .usuario b{color:#656565}.finalizado-entrega .logout{font-size:12px;font-weight:400}.finalizado-entrega .logout a{color:#ff2d2d}.finalizado-entrega .account-title-checkout{color:#656565;font-size:19px}.finalizado-entrega .novo-endereco-checkout{color:#f5900c;font-size:14px}.finalizado-entrega .novo-endereco-checkout,.finalizado-entrega .novo-endereco-checkout i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.finalizado-entrega .novo-endereco-checkout i{background-color:#ededed;border:1px solid #c1c1c1;width:30px;height:30px;border-radius:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.finalizado-entrega .checkout-cep-select .address-opt{border:1px solid #c1c1c1;border-radius:6px}.finalizado-entrega .checkout-cep-select .endereco-entrega{color:gray}.finalizado-entrega .checkout-cep-select .frete-checked{border:2px solid #009045;-webkit-box-shadow:5px 5px 6px -5px rgba(0,0,0,.7);-moz-box-shadow:5px 5px 6px -5px rgba(0,0,0,.7);-ms-transform:5px 5px 6px -5px rgba(0,0,0,.7);-o-transform:5px 5px 6px -5px rgba(0,0,0,.7);box-shadow:5px 5px 6px -5px rgba(0,0,0,.7)}.finalizado-entrega .checkout-cep-select .frete-checked .endereco-entrega{color:#4b4b4b}.finalizado-entrega .squaredAddress{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.finalizado-entrega .squaredAddress label{cursor:pointer;position:absolute;width:20px;height:20px;top:0;margin:5px 0;border-radius:4px;background-color:#c1c1c1;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.finalizado-entrega .squaredAddress label:after{filter:alpha(opacity=0);opacity:0;content:"";position:absolute;width:10px;height:5px;background:transparent;top:6px;left:5px;border:2px solid #fff;border-top:none;border-right:none;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.finalizado-entrega .squaredAddress input[type=radio]{opacity:0}.finalizado-entrega .squaredAddress input[type=radio]:checked+label{background-color:#009045}.finalizado-entrega .squaredAddress input[type=radio]:checked+label:after{filter:alpha(opacity=100);opacity:1}.finalizado-entrega .squaredAddress:hover label{background-color:#009045;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.finalizado-entrega .squaredAddress:hover label:after{filter:alpha(opacity=30);opacity:.5}.finalizado-entrega .options .squaredAddressType.selected{border:2px solid #009045;position:relative;border-top:3px solid #009045}.finalizado-entrega .options .squaredAddressType label{cursor:pointer;position:absolute;width:16px;height:16px;margin-top:4px;border-radius:4px;background-color:#c1c1c1;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.finalizado-entrega .options .squaredAddressType label:after{filter:alpha(opacity=0);opacity:0;content:"";position:absolute;width:8px;height:5px;background:transparent;top:5px;left:4px;border:2px solid #fff;border-top:none;border-right:none;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.finalizado-entrega .options .squaredAddressType input[type=checkbox]{opacity:0}.finalizado-entrega .options .squaredAddressType input[type=checkbox]:checked+label{background-color:#009045}.finalizado-entrega .options .squaredAddressType input[type=checkbox]:checked+label:after{filter:alpha(opacity=100);opacity:1}.finalizado-entrega .options .squaredAddressType:hover,.finalizado-entrega .options .squaredAddressType:hover label{-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.finalizado-entrega .options .squaredAddressType:hover label{background-color:#009045}.finalizado-entrega .options .squaredAddressType:hover label:after{filter:alpha(opacity=30);opacity:.5}.finalizado-entrega #presente button{color:#4b4b4b;white-space:unset;text-align:inherit}.finalizado-entrega #presente button .destaca-texto{font-size:14px;text-decoration:underline;color:#f5900c}.finalizado-entrega .alert-obs{font-size:14px}.finalizado-entrega #presente-form{display:none}.cart-itens-shop .btns-compra .finalizado-entrega .finalizar-pedido-cart,.finalizado-entrega .cart-itens-shop .btns-compra .finalizar-pedido-cart,.finalizado-entrega .finalizar-pedido-cart,.finalizado-entrega .voltar-carrinho{width:245px;height:49px;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;border-radius:10px;font-size:16px;font-weight:700}.finalizado-entrega .finalizar-pedido-cart{background-color:#009045;margin-left:20px}.finalizado-entrega .finalizar-pedido-cart:hover{background-color:#004420}.finalizado-entrega .entrega-checkout-mobile{display:none}@media (max-width:767px){.finalizado-entrega .container{padding:0}.finalizado-entrega .entrega-checkout-desktop{display:none}.finalizado-entrega .entrega-checkout-mobile{display:block}}@media (max-width:512px){.cart-itens-shop .btns-compra .finalizado-entrega .finalizar-pedido-cart,.finalizado-entrega .cart-itens-shop .btns-compra .finalizar-pedido-cart,.finalizado-entrega .finalizar-pedido-cart,.finalizado-entrega .voltar-carrinho{width:100%}.finalizado-entrega .finalizar-pedido-cart{margin-top:12px;margin-left:0;width:100%}}.resume-checkout{border-left:1px solid #ededed;font-family:ProximaNova;font-size:14px;font-weight:400}.resume-checkout ::-webkit-scrollbar{width:6px}.resume-checkout ::-webkit-scrollbar-thumb,.resume-checkout ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #383735;box-shadow:inset 0 0 6px #383735}.resume-checkout ::-webkit-scrollbar-thumb{background-color:#383735}.resume-checkout .limite-carrinho{max-height:295px;overflow:auto}.resume-checkout .limite-carrinho-msg{max-height:114px;overflow:auto}.resume-checkout .nome-checkout{font-size:14px;line-height:1.5}.resume-checkout .quantidade-checkout{font-size:12px}.resume-checkout .preco-checkout{font-size:14px}.resume-checkout .obs-checkout{line-height:1.3;font-size:12px}.resume-checkout .img-checkout{border:1px solid #bfc5c6;min-width:85px;min-height:85px;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}.resume-checkout .img-checkout .img-prod{max-width:85px;max-height:85px}@media (max-width:363px){.resume-checkout .img-checkout .img-prod{max-width:50px}}@media (max-width:767px){.resume-checkout{border-left:none}}.cadastro-incompleto{background-color:#fff;font-family:ProximaNova;font-weight:400}.cadastro-incompleto .titulo-cadastro{font-size:30px;font-weight:600}.cadastro-incompleto .usuario{font-size:19px}.cadastro-incompleto .usuario b{color:#656565}.cadastro-incompleto .logout{font-size:12px;font-weight:400}.cadastro-incompleto .logout a{color:#ff2d2d}.cadastro-incompleto .account-title-checkout{color:#656565;font-size:19px}.aviso-zenir-entrega{font-size:15px;display:none}.aviso-zenir-entrega .numero-zenir-entrega{color:#000;font-weight:700}.finalizado-pagamento{background-color:#fff;font-family:ProximaNova;font-weight:400}.finalizado-pagamento .titulo-pagamento{color:#343434;font-size:30px;font-weight:600}.finalizado-pagamento .usuario{font-size:19px}.finalizado-pagamento .usuario b{color:#656565}.finalizado-pagamento .logout{font-size:12px;font-weight:400}.finalizado-pagamento .logout a{color:#ff2d2d}.finalizado-pagamento .account-title-checkout{color:#656565;font-size:19px}.finalizado-pagamento .cupon-checkout{border-radius:5px;border:1px dashed #bebebd;padding:0 28px}.finalizado-pagamento .cupon-checkout .titulo-cupom{font-size:16px;color:#343434}.finalizado-pagamento .cupon-checkout .input-cupon{border-radius:5px;border:1px dashed #bebebd;background-color:#ededed;color:#686868;height:48px;margin-right:10px;font-size:14px}.finalizado-pagamento .cupon-checkout .input-cupon:focus{border-color:#343434;border-width:1px}@media (max-width:979px){.finalizado-pagamento .cupon-checkout .input-cupon{margin-right:0}}.finalizado-pagamento .cupon-checkout .btn-cupom{background-color:#343434;color:#fff;height:48px;font-size:16px}.finalizado-pagamento .cupon-checkout .btn-cupom:focus{-webkit-box-shadow:none;box-shadow:none}.finalizado-pagamento .cupon-checkout .btn-cupom:hover{background-color:#1b1a1a}.finalizado-pagamento .cupon-checkout .descricao-cupom{color:#656565;font-size:14px}.finalizado-pagamento .titulo-formas-pagamento{font-size:16px;font-weight:600;color:#343434;padding:0 28px}.cart-itens-shop .btns-compra .finalizado-pagamento .finalizar-pedido-cart,.finalizado-entrega .finalizado-pagamento .finalizar-pedido-cart,.finalizado-pagamento .cart-itens-shop .btns-compra .finalizar-pedido-cart,.finalizado-pagamento .finalizado-entrega .finalizar-pedido-cart,.finalizado-pagamento .voltar-carrinho{width:228px;height:49px;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;border-radius:10px;font-size:16px;font-weight:700}.finalizado-pagamento .form-select-the-payment-method .metodo-pagamento-nav{border:1px solid #c1c1c1;background-color:#fff;color:#5a5a5a;height:48px;border-radius:8px;padding:0 12px;margin:0 5px 5px 0;font-size:16px;position:relative}.finalizado-pagamento .form-select-the-payment-method .metodo-pagamento-nav .desconto-boleto,.finalizado-pagamento .form-select-the-payment-method .metodo-pagamento-nav .desconto-cartao,.finalizado-pagamento .form-select-the-payment-method .metodo-pagamento-nav .desconto-personalizado,.finalizado-pagamento .form-select-the-payment-method .metodo-pagamento-nav .desconto-pix{position:absolute;right:-5px;top:-12px;z-index:1;font-size:9px;border-radius:12%;color:#fff;background-color:#009045;border:1px solid #c1c1c1;width:60px;height:25px;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}.finalizado-pagamento .form-select-the-payment-method .metodo-pagamento-nav:hover{border:1px solid #343434;color:#343434;text-decoration:none}.finalizado-pagamento .form-select-the-payment-method .metodo-pagamento-nav.active{border:2px solid #009045}.finalizado-pagamento .form-select-the-payment-method .titulo-pagamento{border-bottom:1px dashed #c1c1c1;font-size:20px;width:100%;min-height:60px;padding:0 15px}.finalizado-pagamento .form-select-the-payment-method .titulo-pagamento .total{color:#009045}.finalizado-pagamento .form-select-the-payment-method .titulo-pagamento .subtitulo,.finalizado-pagamento .titulo-boleto{font-size:14px}.finalizado-pagamento .dados-usuario{font-size:14px;font-weight:600}.finalizado-pagamento .border-pagamento{border-width:5px 1px 1px;border-style:solid;border-color:#009045 #ededed #ededed}.finalizado-pagamento .card-image{width:100%;max-height:200px;min-height:210px}.finalizado-pagamento .card-image .card-background{background-color:#1d1d1f;border-radius:14px;padding:15px 20px}.finalizado-pagamento .card-image .card-background .card-logo-bandeira{display:-webkit-box;display:-ms-flexbox;display:flex}.finalizado-pagamento .card-image .card-background .card-logo-bandeira .bandeira-logo{max-width:50px;max-height:48px;width:100%;height:auto}@media screen and (max-width:979px){.finalizado-pagamento .card-image{display:none}}.finalizado-pagamento .card-front,.finalizado-pagamento .card-rear{position:absolute;top:0;bottom:0;width:calc(100% - 30px);color:#fff;font-size:14px;letter-spacing:1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .5s linear 0s;transition:-webkit-transform .5s linear 0s;transition:transform .5s linear 0s;transition:transform .5s linear 0s,-webkit-transform .5s linear 0s}.finalizado-pagamento .card-front{-webkit-transform:perspective(600px) rotateY(0deg);transform:perspective(600px) rotateY(0deg)}.finalizado-pagamento .card-front .card-cli{min-height:100px}.finalizado-pagamento .card-front .card-logo-bandeira{bottom:20px}.finalizado-pagamento .card-front .card_number{font-size:18px}.finalizado-pagamento .card-front .chipLogo .card-chip{width:40px;height:40px;fill:#fff}.finalizado-pagamento .card-front .card-info{font-size:14px;text-transform:uppercase}.finalizado-pagamento .card-rear{-webkit-transform:perspective(600px) rotateY(180deg);transform:perspective(600px) rotateY(180deg)}.finalizado-pagamento .card-rear .card-logo-bandeira{bottom:1rem}.finalizado-pagamento .card-rear .black-bar{position:absolute;left:0;top:10%;width:100%;height:30px;background-color:#000}.finalizado-pagamento .card-rear .card-info{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:50px}.finalizado-pagamento .card-rear .card-info .white-bar{width:150px;height:30px;background-color:#757575;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 20 20'%3E%3Cg fill='%23fff'%3E%3Cpath d='M20 10L10 0H0l20 20zM0 10v10h10z'/%3E%3C/g%3E%3C/svg%3E")}.finalizado-pagamento .card-rear .card-info .card_cvv{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.finalizado-pagamento .card-rear .card-info .security-code{background:#fff;color:#343434;border-radius:5px;padding:5px 10px;margin:0 10px}.finalizado-pagamento .active-border{display:none;position:fixed;border:1px solid #ffae00;border-radius:5px;padding:3px;-webkit-transition:left .5s ease-in-out,top .5s ease-in-out,width .5s ease-in-out,height .5s ease-in-out;transition:left .5s ease-in-out,top .5s ease-in-out,width .5s ease-in-out,height .5s ease-in-out}.finalizado-pagamento .card-form{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}.finalizado-pagamento .card-form .title-label{color:#686868;font-size:14px;margin:0}.finalizado-pagamento .card-form .form-control::-webkit-input-placeholder{color:#ccc}.finalizado-pagamento .card-form .form-control:-ms-input-placeholder{color:#ccc}.finalizado-pagamento .card-form .form-control:-moz-placeholder,.finalizado-pagamento .card-form .form-control::-moz-placeholder{color:#ccc}.finalizado-pagamento .card-form .form-control.placeholder{color:#ccc}.finalizado-pagamento form{text-align:center}.finalizado-pagamento .form-input{position:relative;margin:10px auto 5px}.finalizado-pagamento .form-input input{outline:none;background:transparent;border:none;border-radius:0;padding:10px 5px 10px 40px;border-bottom:2px solid #757575;-webkit-transition:all .2s linear;transition:all .2s linear}.finalizado-pagamento .form-input input:focus{-webkit-box-shadow:inset 0 0 50px 50px #e1e3ea;box-shadow:inset 0 0 50px 50px #e1e3ea;border:0;border-bottom:2px solid #000;border-radius:10px 10px 0 0}.finalizado-pagamento .form-input i{color:#343434;position:absolute;top:10px;left:15px;font-size:12px}@media (max-width:767px){.finalizado-pagamento .container{padding:0;margin:0;width:100%}}@media (max-width:375px){.g-recaptcha{-webkit-transform:scale(.95);transform:scale(.95);transform-Origin:0 0}}@media (max-width:375px){.tab-content{width:100%}}@media screen and (max-width:360px){.tab-content{width:100%}}#header-checkout{min-height:150px;background-color:#0057a6;color:#fff}#header-checkout,#header-checkout .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header-checkout .content{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#header-checkout .logo-link{display:block}#header-checkout .logo-link .logo-img{max-height:80px;max-width:190px}#header-checkout .passos,#header-checkout .passos .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header-checkout .passos .item{font-size:14px;padding:0 6px}#header-checkout .passos .item:after{content:"\F105   \A0";font-family:Font Awesome\ 5 Free;font-weight:900;font-size:1.2em;padding:0 0 0 10px;-webkit-transition:color .25s ease-out;transition:color .25s ease-out}#header-checkout .passos .item span{padding:0 0 0 10px}#header-checkout .passos .item i{font-size:16px;background-color:#ededed;border:1px solid #c1c1c1;color:#484848;border-radius:50%;width:40px;height:40px;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}#header-checkout .passos .item .ckeck{background-color:#009045;border:1px solid #009045;color:#fff}#header-checkout .passos .seguranca{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header-checkout .passos .seguranca span{font-size:14px;line-height:1}#header-checkout .passos .seguranca b{font-size:19px}#header-checkout .icones-header-checkout{width:36px;height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header-checkout .icones-header-checkout svg{fill:#009045;width:56px;height:44px}@media screen and (max-width:1108px){#header-checkout .item span{display:none}}@media screen and (max-width:665px){#header-checkout{min-height:80px}#header-checkout .passos .item{display:none}#header-checkout .passos .item i{font-size:14px;width:30px;height:30px}#header-checkout .passos .seguranca b{font-size:16px}#header-checkout .passos .seguranca img{max-width:32px}#header-checkout .logo-link .logo-img{max-width:145px}}@media screen and (max-width:545px){#header-checkout{padding:10px 0}#header-checkout .logo-link .logo-img{max-width:125px}#header-checkout .passos .item{padding:0}#header-checkout .passos .item i{font-size:9px;width:23px;height:23px}#header-checkout .passos .item:after{padding:0 0 0 2px;font-size:12px}#header-checkout .passos .seguranca{font-size:12px}#header-checkout .passos .seguranca .icones-header-checkout{width:25px;height:30px}#header-checkout .passos .seguranca .icones-header-checkout svg{width:26px;height:35px}#header-checkout .passos .seguranca b{font-size:12px}#header-checkout .passos .seguranca img{max-width:24px}}.footer_checkout{border-top:1px solid #bfc5c6}.alert.alert-incomplete-registration{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.alert.alert-incomplete-registration i{color:red;font-size:1.2rem}#finalizado{background-color:#fff;font-family:ProximaNova}#finalizado .account-title-checkout{color:#3e3e3e;font-weight:600;font-size:30px}#finalizado .pedido-finalizado{background-color:#009045;color:#fff;min-height:140px;border-radius:5px;padding:10px 20px}#finalizado .pedido-finalizado .descricao,#finalizado .pedido-finalizado .pedido{line-height:.4}#finalizado .pedido-finalizado .descricao .titulo,#finalizado .pedido-finalizado .pedido .titulo{font-size:40px;font-weight:600}#finalizado .pedido-finalizado .descricao .info,#finalizado .pedido-finalizado .pedido .info{font-size:14px}#finalizado .pedido-finalizado .pedido{color:#c6f0bc}#finalizado .pagamento{background-color:#ededed;border:1px solid #dcdcdc;border-radius:5px;min-height:470px;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#finalizado .pagamento .usuario{font-size:30px;color:#4b4b4b}#finalizado .pagamento .descricao,#finalizado .pagamento .pedido-finalizado .pedido,#finalizado .pedido-finalizado .pagamento .pedido{font-size:14px}#finalizado .pagamento .detalhes-pagamento{background-color:#fff;border:1px dashed #bfbfbf;border-radius:5px;min-height:100px;padding:10px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#finalizado .pagamento .detalhes-pagamento .titulo{font-size:16px;font-weight:600}#finalizado .btn-boleto{border:1px solid #ce6b03;background-color:#ce6b03}#finalizado .btn-boleto:hover{background-color:#834402}#finalizado .btn-loja{border:1px solid #484848;background-color:#fff;color:#484848}#finalizado .btn-loja:hover{background-color:#d9d9d9}#finalizado .obs{font-size:16px}#finalizado .account-title-detalhes-checkout{font-size:19px;color:#3e3e3e}@media (max-width:500px){#finalizado .container{padding:0;width:100%}#finalizado .pedido-finalizado .descricao,#finalizado .pedido-finalizado .pedido{line-height:1}}.video-prod{height:330px}@media (max-width:500px){.video-prod{height:auto}}#product-details.mobile{display:none}@media (max-width:979px){#product-details.mobile{display:-webkit-box;display:-ms-flexbox;display:flex}#product-details.desktop{display:none}}.stars label i.fa:before{content:"\F005"}.stars input[type=radio]{display:none}.nochecked{color:#ccc}.checked{color:#cf952a}.produto-badges{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.produto-badges .b-item{margin-right:10px}.produto-badges .b-item img{max-width:70px}.produto-badges .b-item:last-of-type{margin-right:0}.produto-item-badges{position:absolute;top:0;left:4px;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.produto-item-badges .b-item{margin-top:10px}.produto-item-badges .b-item img{width:auto!important;max-width:40px}#product-details .col-lg-2,#product-details .comprar-images{max-height:400px;overflow:auto;direction:rtl}#product-details .content{padding:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#product-details .main-img{max-height:500px;max-width:100%;height:auto;width:auto}#product-details .avaliar-produto{border:none;background:transparent;color:#0057a6}#product-details .product-images{width:calc(100% - 505px);max-width:640px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}#product-details .product-images:before{content:"Use o scroll do seu mouse";color:transparent;font-size:.7em;text-align:left;text-indent:25px;background-image:url(/images/mouse.svg?a682749ac5945d00faf1bf75f63f3626);background-position:0 0;background-repeat:no-repeat;background-size:25px;min-height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:0;top:5px;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}#product-details .product-images:hover:before{color:#2d2f3b}@media (max-width:979px){#product-details .product-images:before{display:none}}#product-details .product-images .images-main{width:calc(100% - 126px);max-height:515px;height:35vw;background-color:#fff;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;padding:20px;-webkit-box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-moz-box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-ms-transform:0 2px 5px -2px rgba(0,0,0,.7);-o-transform:0 2px 5px -2px rgba(0,0,0,.7);box-shadow:0 2px 5px -2px rgba(0,0,0,.7)}#product-details .product-images .images-nav{width:106px;height:35vw;max-height:515px;overflow-y:auto;overflow-x:hidden}#product-details .product-images .images-nav .nav-option{width:86px;height:86px;background-color:#fff;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;padding:5px;margin-bottom:15px;-webkit-box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-moz-box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-ms-transform:0 2px 5px -2px rgba(0,0,0,.7);-o-transform:0 2px 5px -2px rgba(0,0,0,.7);box-shadow:0 2px 5px -2px rgba(0,0,0,.7)}#product-details .product-images .images-nav .nav-option .option-img{max-height:100%;max-width:100%;height:auto;width:auto}#product-details .product-detail{width:515px;margin-left:40px}#product-details .product-detail .product-name{color:#2d2f3b;font-size:1.87em;font-weight:700;margin-bottom:15px}#product-details .product-detail .product-reference,#product-details .product-detail .product-sold-by{color:#2d2f3b;font-size:.75em;font-weight:400;margin-bottom:10px}#product-details .product-detail .product-sold-by{text-transform:uppercase}#product-details .product-detail .product-sold-by>a{color:#7f8c8d;font-weight:700}#product-details .product-detail .card-desktop-1 .product-out-stock,#product-details .product-detail .card-desktop-2 .product-out-stock,#product-details .product-detail .card-desktop-3 .product-out-stock,#product-details .product-detail .card-desktop-4 .product-out-stock,#product-details .product-detail .card-desktop-5 .product-out-stock,#product-details .product-detail .card-desktop-6 .product-out-stock,#product-details .product-detail .card-desktop-8 .product-out-stock,#product-details .product-detail .card-desktop-11 .product-out-stock,#product-details .product-detail .card-desktop-12 .product-out-stock,#product-details .product-detail .product-price,.card-desktop-1 #product-details .product-detail .product-out-stock,.card-desktop-2 #product-details .product-detail .product-out-stock,.card-desktop-3 #product-details .product-detail .product-out-stock,.card-desktop-4 #product-details .product-detail .product-out-stock,.card-desktop-5 #product-details .product-detail .product-out-stock,.card-desktop-6 #product-details .product-detail .product-out-stock,.card-desktop-8 #product-details .product-detail .product-out-stock,.card-desktop-11 #product-details .product-detail .product-out-stock,.card-desktop-12 #product-details .product-detail .product-out-stock{margin-bottom:30px}#product-details .product-detail .card-desktop-1 .product-out-stock .price-in-installment,#product-details .product-detail .card-desktop-2 .product-out-stock .price-in-installment,#product-details .product-detail .card-desktop-3 .product-out-stock .price-in-installment,#product-details .product-detail .card-desktop-4 .product-out-stock .price-in-installment,#product-details .product-detail .card-desktop-5 .product-out-stock .price-in-installment,#product-details .product-detail .card-desktop-6 .product-out-stock .price-in-installment,#product-details .product-detail .card-desktop-8 .product-out-stock .price-in-installment,#product-details .product-detail .card-desktop-11 .product-out-stock .price-in-installment,#product-details .product-detail .card-desktop-12 .product-out-stock .price-in-installment,#product-details .product-detail .product-price .price-in-installment,.card-desktop-1 #product-details .product-detail .product-out-stock .price-in-installment,.card-desktop-2 #product-details .product-detail .product-out-stock .price-in-installment,.card-desktop-3 #product-details .product-detail .product-out-stock .price-in-installment,.card-desktop-4 #product-details .product-detail .product-out-stock .price-in-installment,.card-desktop-5 #product-details .product-detail .product-out-stock .price-in-installment,.card-desktop-6 #product-details .product-detail .product-out-stock .price-in-installment,.card-desktop-8 #product-details .product-detail .product-out-stock .price-in-installment,.card-desktop-11 #product-details .product-detail .product-out-stock .price-in-installment,.card-desktop-12 #product-details .product-detail .product-out-stock .price-in-installment{color:#7f8c8d;font-size:1.87em;font-weight:700}#product-details .product-detail .card-desktop-1 .product-out-stock .price-in-one-lump,#product-details .product-detail .card-desktop-2 .product-out-stock .price-in-one-lump,#product-details .product-detail .card-desktop-3 .product-out-stock .price-in-one-lump,#product-details .product-detail .card-desktop-4 .product-out-stock .price-in-one-lump,#product-details .product-detail .card-desktop-5 .product-out-stock .price-in-one-lump,#product-details .product-detail .card-desktop-6 .product-out-stock .price-in-one-lump,#product-details .product-detail .card-desktop-8 .product-out-stock .price-in-one-lump,#product-details .product-detail .card-desktop-11 .product-out-stock .price-in-one-lump,#product-details .product-detail .card-desktop-12 .product-out-stock .price-in-one-lump,#product-details .product-detail .product-price .price-in-one-lump,.card-desktop-1 #product-details .product-detail .product-out-stock .price-in-one-lump,.card-desktop-2 #product-details .product-detail .product-out-stock .price-in-one-lump,.card-desktop-3 #product-details .product-detail .product-out-stock .price-in-one-lump,.card-desktop-4 #product-details .product-detail .product-out-stock .price-in-one-lump,.card-desktop-5 #product-details .product-detail .product-out-stock .price-in-one-lump,.card-desktop-6 #product-details .product-detail .product-out-stock .price-in-one-lump,.card-desktop-8 #product-details .product-detail .product-out-stock .price-in-one-lump,.card-desktop-11 #product-details .product-detail .product-out-stock .price-in-one-lump,.card-desktop-12 #product-details .product-detail .product-out-stock .price-in-one-lump{color:#2d2f3b;font-size:.89em;font-weight:700}#product-details .product-detail .card-desktop-1 .product-out-stock .price-in-one-lump .blue,#product-details .product-detail .card-desktop-2 .product-out-stock .price-in-one-lump .blue,#product-details .product-detail .card-desktop-3 .product-out-stock .price-in-one-lump .blue,#product-details .product-detail .card-desktop-4 .product-out-stock .price-in-one-lump .blue,#product-details .product-detail .card-desktop-5 .product-out-stock .price-in-one-lump .blue,#product-details .product-detail .card-desktop-6 .product-out-stock .price-in-one-lump .blue,#product-details .product-detail .card-desktop-8 .product-out-stock .price-in-one-lump .blue,#product-details .product-detail .card-desktop-11 .product-out-stock .price-in-one-lump .blue,#product-details .product-detail .card-desktop-12 .product-out-stock .price-in-one-lump .blue,#product-details .product-detail .product-price .price-in-one-lump .blue,.card-desktop-1 #product-details .product-detail .product-out-stock .price-in-one-lump .blue,.card-desktop-2 #product-details .product-detail .product-out-stock .price-in-one-lump .blue,.card-desktop-3 #product-details .product-detail .product-out-stock .price-in-one-lump .blue,.card-desktop-4 #product-details .product-detail .product-out-stock .price-in-one-lump .blue,.card-desktop-5 #product-details .product-detail .product-out-stock .price-in-one-lump .blue,.card-desktop-6 #product-details .product-detail .product-out-stock .price-in-one-lump .blue,.card-desktop-8 #product-details .product-detail .product-out-stock .price-in-one-lump .blue,.card-desktop-11 #product-details .product-detail .product-out-stock .price-in-one-lump .blue,.card-desktop-12 #product-details .product-detail .product-out-stock .price-in-one-lump .blue{color:#7f8c8d}#product-details .product-detail .product-options{border-top:1px solid #e6e8e9;padding:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex}#product-details .product-detail .product-options .one-option .option-title{color:#2d2f3b;font-size:1.5em;font-weight:400;font-family:ProximaNova;margin-bottom:10px}#product-details .product-detail .product-options .size-option{margin-right:20px}#product-details .product-detail .product-options .size-option .select-size{border-radius:20px;border:none;outline:#7f8c8d;padding:0 20px;height:40px;color:#a5a5a5;font-size:.89em;font-weight:700;text-transform:uppercase;-webkit-box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-moz-box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-ms-transform:0 2px 5px -2px rgba(0,0,0,.7);-o-transform:0 2px 5px -2px rgba(0,0,0,.7);box-shadow:0 2px 5px -2px rgba(0,0,0,.7)}#product-details .product-detail .product-options .color-option .select-color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}#product-details .product-detail .product-options .color-option .select-color .select-option{margin:0 2px 2px 0;width:30px;height:30px;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}#product-details .product-detail .product-options .color-option .select-color .select-option .option-input{display:none}#product-details .product-detail .product-options .color-option .select-color .select-option .option-preview{width:44px;height:44px;cursor:pointer;border:1px solid #4c4e50;background-position:50%;background-repeat:no-repeat;background-size:cover!important}#product-details .product-detail .product-options .color-option .select-color .select-option .option-input:checked+.option-preview{width:48px;height:48px;cursor:default}#product-details .product-detail .product-options .color-option .select-color .select-option .option-input:checked+.option-preview.light{border:6px double #4c4e50}#product-details .product-detail .product-options .color-option .select-color .select-option .option-input:checked+.option-preview.dark{border:6px double #bfc5c6}#product-details .product-detail .product-options .color-option .select-color .select-option .option-input:checked+.option-preview.bg-img{border:4px ridge #fff;-webkit-box-shadow:-1px -1px 1px 0 #ababab;box-shadow:-1px -1px 1px 0 #ababab}#product-details .product-detail .product-options .amount-option{margin-right:20px}#product-details .product-detail .product-options .amount-option .change-amount{display:-webkit-box;display:-ms-flexbox;display:flex}#product-details .product-detail .product-options .amount-option .change-amount .input-amount{display:none}#product-details .product-detail .product-options .amount-option .change-amount .action-button{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;width:40px;height:40px;background-color:#fff;color:#a5a5a5;cursor:pointer;border-radius:50%;-webkit-box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-moz-box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-ms-transform:0 2px 5px -2px rgba(0,0,0,.7);-o-transform:0 2px 5px -2px rgba(0,0,0,.7);box-shadow:0 2px 5px -2px rgba(0,0,0,.7)}#product-details .product-detail .product-options .amount-option .change-amount .action-button.subtraction:before{content:"\F068";font-family:Font Awesome\ 5 Free}#product-details .product-detail .product-options .amount-option .change-amount .action-button.addition:before{content:"\F067";font-family:Font Awesome\ 5 Free}#product-details .product-detail .product-options .amount-option .change-amount .amount-value{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;width:90px;height:40px;background-color:#fff;color:#a5a5a5;font-size:1em;font-weight:700;margin:0 7px;border-radius:20px;-webkit-box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-moz-box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-ms-transform:0 2px 5px -2px rgba(0,0,0,.7);-o-transform:0 2px 5px -2px rgba(0,0,0,.7);box-shadow:0 2px 5px -2px rgba(0,0,0,.7)}#product-details .product-detail .product-options .cart-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#product-details .product-detail .product-options .cart-option .add-to-cart{width:300px;height:46px;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;background-color:#7f8c8d;color:#fff;font-size:1em;font-weight:700;padding:0 23px;border:none;border-radius:23px}#product-details .product-detail .product-options .cart-option .add-to-cart .cart-img{height:30px;width:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}#product-details .product-detail .product-out-of-stock .title{font-weight:400;margin-bottom:10px}#product-details .product-detail .product-out-of-stock .text-info{color:#2d2f3b;margin-bottom:15px}#product-details .produto-detalhes{max-height:1200px}@media (max-width:991px){#product-details .produto-detalhes{max-height:none}}@media (max-width:767px){#product-details .btn-success{margin-top:12px}}@media (max-width:979px){#product-details .content{-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}#product-details .product-images{width:100%;max-width:600px;margin-bottom:40px}#product-details .product-images .images-main,#product-details .product-images .images-nav{height:350px}#product-details .product-detail{width:100%;max-width:600px;margin:0}}@media (max-width:768px){#product-details .product-detail .product-options{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}#product-details .product-detail .product-options:last-of-type{border-top:0}#product-details .product-detail .product-options .one-option{width:100%;margin-bottom:20px}#product-details .product-detail .product-options .cart-option{margin:20px auto 0}}@media (max-width:497px){#product-details .product-images{width:100%;max-width:100%;margin-bottom:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#product-details .product-images .images-main{height:calc(100vw - 30px);width:100%;margin-bottom:20px}#product-details .product-images .images-nav{max-height:none;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}#product-details .product-detail{width:100%;max-width:600px;margin:0}}#product-details .var-imagem{position:relative}#product-details .var-tipo:hover .details-variacao-imagem{display:block}#product-details .details-variacao-imagem{background-repeat:no-repeat;background-position:50%;background-color:#fff;z-index:5;display:none;width:180px;height:125px;position:absolute;right:-75px;top:50px;font-size:.75em;text-align:center;-webkit-box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-moz-box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-ms-transform:0 2px 5px -2px rgba(0,0,0,.7);-o-transform:0 2px 5px -2px rgba(0,0,0,.7);box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-webkit-transition:all .25s ease;transition:all .25s ease}#product-details .details-variacao-imagem:before{content:"";position:absolute;display:block;top:-15%;width:100%;height:115%;background-color:transparent}#product-details .details-variacao-imagem span{display:block;position:absolute;width:100%;bottom:15px;background-color:#fff;padding:5px;color:#000}.product-subtitle,.product-subtitle-small{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.product-subtitle-small{font-size:12px}.border-right{border-right:1px solid #d04b3e}.produto-informacoes ::-webkit-scrollbar{width:10px}.produto-informacoes ::-webkit-scrollbar-thumb,.produto-informacoes ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #686868;box-shadow:inset 0 0 6px #686868;border-radius:15px}.produto-informacoes ::-webkit-scrollbar-thumb{background-color:#686868}.produto-informacoes .information-holder{background-color:#fff}.produto-informacoes .tab-option{padding:0 30px;height:50px;margin:10px 10px 5px 0;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;border-radius:20px;border:1px solid #686868;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;color:#686868;font-size:1em;font-weight:700;cursor:pointer}.produto-informacoes .tab-option.current,.produto-informacoes .tab-option:hover{background-color:#fff;border-color:#46a70a;color:#46a70a}.produto-informacoes .information-body{position:relative}.produto-informacoes .information-body .tab-body{-webkit-transition:all .3s ease;transition:all .3s ease;display:none}.produto-informacoes .information-body .tab-body.current{-webkit-transition:all .25s cubic-bezier(.4,0,.2,1);transition:all .25s cubic-bezier(.4,0,.2,1);display:block}.produto-informacoes .information-body .product-specifications{width:100%;border-collapse:collapse;margin:0;padding:0}.produto-informacoes .information-body .product-specifications tr{border-bottom:1px solid #003c73}.produto-informacoes .information-body .product-specifications tr:last-of-type{border-bottom:none}.produto-informacoes .information-body .product-specifications tr td{height:100px}#module-question-form .stars-select label{cursor:pointer}#module-question-form .stars-select input[type=radio]{display:none}#module-question-form .stars-select label i.fa:before{content:"\F005";color:#cf952a}#module-question-form .stars-select input[type=radio]:checked~label i.fa:before{color:#2d2f3b}.product-options .stars{text-align:left;direction:rtl;unicode-bidi:bidi-override;left:77%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.product-options .stars input[type=radio]{display:none}.product-options .stars .nocheck{color:#ccc!important}.product-options .stars .check{color:#999!important}.user{content:"\F007"}.nome,.user{color:#2d2f3b}.nome{font-size:1em}.nome,.tempo{font-weight:400}.tempo{color:#5a5a5a;font-size:.75em}.comentario{font-size:.95em;font-weight:300;color:#686868}.medidas{border-collapse:collapse;border-spacing:0;margin:0;padding:0}.medidas td,.medidas th{padding:7px 15px;text-align:left;white-space:nowrap}.medidas td{border:1px solid #ccc}.medidas tbody th{border-bottom:1px solid #ccc;border-top:1px solid #ccc}.medidas thead th{border-left:1px solid #ccc;border-right:1px solid #ccc}.medidas thead th:first-of-type{border:none}@media (max-width:991px){.reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.reverse .col-12{border-top-color:#d04b3e}}@media (max-width:768px){.information-holder .information-header{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:580px){#module-question-form{-ms-flex-wrap:wrap;flex-wrap:wrap}#module-question-form .question-form-container{padding:15px 0}#module-question-form .question-form-container .stars{left:50%;margin-top:18px}}@media (max-width:1147px){#module-question-form .question-form-container .stars-select{left:73%}}@media (max-width:695px){#module-question-form .question-form-container .stars-select{left:70%}}@media (max-width:458px){#module-question-form .question-form-container .stars-select{left:63%}}@media (max-width:400px){#module-question-form .question-form-container .stars-select{left:56%}}@media (max-width:320px){#module-question-form .question-form-container .stars-select{left:41%}}#product-details{color:#2d2f3b;font-weight:400}#product-details .container{max-width:1255px;-webkit-box-shadow:1px 1px 3px #c3c3c3;box-shadow:1px 1px 3px #c3c3c3;border-radius:5px;padding:25px 20px;background:#fff;border:1px solid #dadbdc}#product-details .your__zip__code a{color:#19a565}#product-details .div-button-ml .btn-mercado-livre{background-color:#ffd100;color:#2d3176;width:100%;font-size:14px;margin-top:10px}#product-details .div-button-ml .btn-mercado-livre:hover{opacity:.7}#product-details .size-1{font-size:1.12em}#product-details .size-2{font-size:1em}#product-details .size-3{font-size:.89em}#product-details .yellow{color:#0057a6}#product-details .green{color:#46a70a;font-weight:700}#product-details .blue{color:#000}#product-details .grey{color:#2d2f3b;font-size:1.12em;font-weight:400}#product-details .sale{color:#7f8c8d;-webkit-text-decoration:line-through #5a5a5a;text-decoration:line-through #5a5a5a}#product-details #img-tamanho{background-color:#fff}#product-details .avaliacoes,#product-details .ref{color:#7f8c8d}#product-details .avaliar-prod{color:#0057a6;text-decoration:underline}#product-details .desconto-badge .desconto{z-index:2;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;color:#fff;background-color:#37b169;font-size:1em;font-weight:700;line-height:1;padding:5px;border-radius:5px}#product-details .actual-price{color:#37b191}#product-details .parcelamento{color:#0057a6}#product-details .parcelamento:after{content:"\A0   \F107";font-family:Font Awesome\ 5 Free;font-size:1.2em;position:relative;top:3px;color:#0057a6}#product-details .formas-parcelar tr td{font-size:.875rem;line-height:1.5rem;color:#565c69}#product-details .formas-parcelar tr th{font-size:1em;padding:10px 14px;border:1px solid #f4f4f4;border-collapse:collapse}@media screen and (max-width:767px){#product-details .formas-parcelar tr td{font-size:.7rem;line-height:1.67;text-align:center;padding:10px 5px!important}}#product-details .btn-success{height:40px;width:200px;background-color:#46a70a}#product-details .btn-info,#product-details .btn-success{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;color:#fff;font-size:1em;font-weight:700;border:none}#product-details .btn-info{height:46px;background-color:#0057a6;padding:0 23px}#product-details .video-play:before{content:"\F04B";font-family:Font Awesome\ 5 Free;position:absolute;color:#ff2b2b}#product-details .var-box{min-width:40px;min-height:40px;color:#2d2f3b;font-weight:500;border-radius:50%;border:1px solid #656565!important}#product-details .var-box.square{border-radius:3px}#product-details .var-out{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;border-radius:50%}#product-details .var-selected{border:2px double #000!important;background:#fff;border-radius:50%}#product-details .var-selected.dark{border-color:#c3c3c3!important}#product-details .var-selected.square{border-color:#000;color:#fff;background:#000}#product-details .var-out-stock{border-color:#ff2b2b!important;opacity:.4}#product-details .var-out-stock:hover .details-variacao-imagem{display:none}#product-details .var-out-stock.square{background:#fff;border-color:#ff9191!important;color:#989898;position:relative;opacity:1}#product-details .var-out-stock.square:after{content:"x";background:#ff7878;color:#fff;top:0;position:absolute;left:0;width:12px;height:12px;font-size:12px;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}#product-details .product-fare-container #cep{width:22vh;height:40px;-webkit-box-align:end;-ms-flex-align:end;align-items:end;font-size:1.3em;padding:5px 30px;border-radius:15px;border:1px solid #d3d3d3}#product-details .product-fare-container #cep:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}#product-details .product-fare-container .calcular-frete{font-size:1.3em;font-weight:400;border:none;background:transparent;color:#19a565;border:1px solid #d3d3d3;padding:0 20px;height:40px;border-radius:15px;margin-left:14px;cursor:pointer}#product-details .product-fare-container .calcular-frete:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}#product-details .pagamento{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #d3d3d3;color:#2f2f2f;border-radius:10px;padding:10px 6px;width:146px;height:90px;text-align:center}#product-details .pagamento:hover{text-decoration:none}@media screen and (max-width:456px){#product-details .pagamento{width:122px;min-height:130px}}#product-details .informacoes-pagamento ::-webkit-scrollbar{width:10px}#product-details .informacoes-pagamento ::-webkit-scrollbar-thumb,#product-details .informacoes-pagamento ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #004182;box-shadow:inset 0 0 6px #004182;border-radius:15px}#product-details .informacoes-pagamento ::-webkit-scrollbar-thumb{background-color:#004182}#product-details .informacoes-pagamento .pagamento-dados{width:45px;height:45px;text-align:center;margin:0 0 0 25px;border:1px solid #d3d3d3;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;cursor:pointer}#product-details .informacoes-pagamento .pagamento-dados .st0,#product-details .informacoes-pagamento .pagamento-dados svg{fill:#d3d3d3;width:30px;height:25px}#product-details .informacoes-pagamento .pagamento-dados .pix{width:45px;height:36px}#product-details .informacoes-pagamento .pagamento-dados .pix path{fill:#d3d3d3}#product-details .informacoes-pagamento .pagamento-dados.current .pix path,#product-details .informacoes-pagamento .pagamento-dados.current .st0,#product-details .informacoes-pagamento .pagamento-dados.current svg{fill:#004182}#product-details .informacoes-pagamento .pagamento-body{max-height:435px;overflow:auto;position:relative}#product-details .informacoes-pagamento .pagamento-body .tab-body{-webkit-transform:translateY(-150%);transform:translateY(-150%);-webkit-transition:all .3s ease-out;transition:all .3s ease-out;position:absolute;top:0;opacity:0}#product-details .informacoes-pagamento .pagamento-body .tab-body.current{-webkit-transition:all .5s ease-out;transition:all .5s ease-out;-webkit-transform:translateY(0);transform:translateY(0);position:relative;opacity:1}#product-details .informacoes-pagamento .pagamento-body .product-specifications{width:100%;border-collapse:collapse;margin:0;padding:0}#product-details .informacoes-pagamento .pagamento-body .product-specifications tr{border-bottom:1px solid #003c73}#product-details .informacoes-pagamento .pagamento-body .product-specifications tr:last-of-type{border-bottom:none}#product-details .informacoes-pagamento .pagamento-body .product-specifications tr td{height:100px}#product-details .pagamento-boleto,#product-details .pagamento-pix{font-size:.875rem;line-height:1.5rem;color:#565c69}#product-details #selected-opt-information .represent{height:250px;width:250px;background-size:contain;background-repeat:no-repeat;border:1px solid #d3d3d3}#product-details .selected-var-opt-info .var-opt-represent{background-size:cover;background-repeat:no-repeat;height:80px;width:100%}#product-details .selected-var-opt-info .var-title{font-size:.9em;color:#2d2f3b}#product-details .selected-var-opt-info .var-opt-name{font-size:1.1em;color:#16a954}#product-details .quantidade .action-subtract{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;background-color:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}#product-details .quantidade .action-subtract.subtraction:before{content:"\F068";font-family:Font Awesome\ 5 Free}#product-details .quantidade .action-subtract.addition:before{content:"\F067";font-family:Font Awesome\ 5 Free}#product-details .quantidade .quantity{background-color:transparent;border:none;color:#5a5a5a;font-size:1em;font-weight:700}#product-details .quantidade-resumo .action-subtract,#product-details .quantidade .quantity{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}#product-details .quantidade-resumo .action-subtract{background-color:#fff;cursor:pointer}#product-details .quantidade-resumo .action-subtract.subtraction:before{content:"\F068";font-family:Font Awesome\ 5 Free}#product-details .quantidade-resumo .action-subtract.addition:before{content:"\F067";font-family:Font Awesome\ 5 Free}#product-details .quantidade-resumo .quantity{background-color:transparent;border:none;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;color:#5a5a5a;font-size:1em;font-weight:700}#finalizado .pedido-finalizado .produto-informacoes .pedido,.produto-informacoes #avaliar-produto,.produto-informacoes #finalizado .pedido-finalizado .pedido,.produto-informacoes .descricao{text-align:justify}.quantidade{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#f5f5f5;height:40px;border:1px solid #d3d3d3}.subtraction2{margin-left:10px}.addition2{margin-right:10px}@media (max-width:767px){.produto-informacoes .tab-option{width:100%}#breadcrumb{display:none}#product-details .btn-success,.quantidade{width:320px}#product-details .container{background:#fff;-webkit-box-shadow:none;box-shadow:none;border:1px #fff}#product-details .product-fare-container #cep{width:27vh!important}.title-quantidade-minima-card-3{margin-top:5px}#finalizado .pedido-finalizado .produto-informacoes .pedido iframe,.produto-informacoes #finalizado .pedido-finalizado .pedido iframe,.produto-informacoes .descricao iframe{max-width:100%}#finalizado .pedido-finalizado .produto-informacoes .pedido img,.produto-informacoes #finalizado .pedido-finalizado .pedido img,.produto-informacoes .descricao img{max-width:100%;max-height:100%}}.title-quantidade-minima-card-3{color:#656565;font-size:12px}.quantidade-resumo,.title-quantidade-minima-card-3{-webkit-box-sizing:border-box;box-sizing:border-box}.quantidade-resumo{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:6px;background-color:#f5f5f5;height:40px;width:220px}@media (min-width:1025px) and (max-width:1366px){#product-details .product-fare-container #cep{width:30vh!important}}#preco-consulta-form .form-label{width:100%;line-height:1}#preco-consulta-form .form-label input{width:100%;border-radius:5px;border:1px solid #c1c1c1;color:#0057a6;font-size:16px;font-weight:400;padding:8px 10px}#preco-consulta-form .form-label input::-webkit-input-placeholder{font-size:16px;font-weight:400}#preco-consulta-form .form-label input:-ms-input-placeholder{font-size:16px;font-weight:400}#preco-consulta-form .form-label input:-moz-placeholder,#preco-consulta-form .form-label input::-moz-placeholder{font-size:16px;font-weight:400}#preco-consulta-form .form-label input.placeholder{font-size:16px;font-weight:400}#preco-consulta-form .form-label textarea{width:100%;color:#0057a6;border-radius:5px;border:1px solid #c1c1c1;font-size:16px;font-weight:400;padding:8px 10px}#preco-consulta-form .form-label textarea:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}#preco-consulta-form .form-button{cursor:pointer;font-size:14px;font-weight:700;width:auto;height:40px;border:1px solid #0057a6;border-radius:5px;background-color:#fff;color:#0057a6;text-align:center}#preco-consulta-form .form-button:hover{text-decoration:none;background-color:#0057a6;color:#fff}@media (max-width:979px){#preco-consulta-form .form-button{font-size:12px}}#preco-consulta-form input:-webkit-autofill,#preco-consulta-form input:-webkit-autofill:focus,#preco-consulta-form input:-webkit-autofill:hover{color:#0057a6;-webkit-text-fill-color:#0057a6;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-transition:#fff 5000s ease-in-out 0s;transition:#fff 5000s ease-in-out 0s}#preco-consulta-form input:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}#preco-consulta-form .campos-obrigatorios{font-size:12px;color:#c1c1c1}#preco-consulta-form .obs{font-size:12px;color:#2d2f3b}#search .products-container .content{position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:10px 15px}#search .products-container .content,#search .products-container .content .search-data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#search .products-container .content .search-data{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}#search .products-container .content .search-data .about{color:#4b4b4b}#search .products-container .content .search-data .about .titulo{color:#000;font-size:18px;font-weight:600;margin:0}#search .products-container .content .search-data .about .titulo span{font-size:16px;font-weight:400}#search .products-container .content .search-data .about .quantity{font-size:14px;font-weight:400;margin:0;color:#7f8c8d}#search .products-container .content .search-data .order-filter{-webkit-transition:all .25s ease;transition:all .25s ease;position:relative;width:250px;color:#4b4b4b;z-index:2;font-size:.9em}#search .products-container .content .search-data .order-filter .current{padding:10px 20px;font-size:16px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#search .products-container .content .search-data .order-filter .current i,#search .products-container .content .search-data .order-filter .current span{color:#0057a6;font-size:14px}#search .products-container .content .search-data .order-filter .order-filter-list{-webkit-transition:all .25s ease;transition:all .25s ease;background-color:#fff;list-style:none;padding:0 15px;position:absolute;top:100%;width:100%;left:0;max-height:0;overflow:hidden}#search .products-container .content .search-data .order-filter .order-filter-list .order-filter-item{padding:5px 0;cursor:pointer;width:100%}#search .products-container .content .search-data .order-filter .order-filter-list .order-filter-item.selected,#search .products-container .content .search-data .order-filter .order-filter-list .order-filter-item:hover{color:#0057a6}#search .products-container .content .search-data .order-filter:hover,#search .products-container .content .search-data .order-filter:hover .order-filter-list{-webkit-box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-moz-box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-ms-transform:0 2px 5px -2px rgba(0,0,0,.7);-o-transform:0 2px 5px -2px rgba(0,0,0,.7);box-shadow:0 2px 5px -2px rgba(0,0,0,.7)}#search .products-container .content .search-data .order-filter:hover .order-filter-list{padding:10px 15px;max-height:300px}@media (max-width:979px){#search .products-container .content .search-data{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 0 0 5px}#search .products-container .content .search-data .about{padding:10px 0}}@media (max-width:635px){#search .products-container .content .search-data .order-filter{width:100%}#search .products-container .content .search-data .order-filter .current{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:10px 0 0}#search .products-container .content .search-data .order-filter .current i{padding:0 10px}#search .products-container .content .search-data .order-filter .current b{display:none}}#search .products-container .content .products-list{width:calc(100% - 280px)}#search .products-container .content .products-list.products-list-not-filt{width:100%}#search .products-container .content .products-list .see-more{width:100%;text-align:center;padding:20px 0;display:block;font-size:2em;position:relative;margin-top:20px;margin-bottom:30px;height:50px;color:#000}#search .products-container .content .products-list .see-more:after{font-family:Font Awesome\ 5 Free;content:"\F107";font-size:1.5em;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:50%;left:50%;width:50px;height:50px;margin-top:-15px;margin-left:-15px;border-radius:50%;border:3px solid #7f8c8d;-webkit-transition:all .25s ease;transition:all .25s ease}#search .products-container .content .products-list .see-more:hover{color:#d04b3e}#search .products-container .content .products-list .see-more.loading:after{content:"";border-top-color:#d04b3e;-webkit-animation:spinner .7s linear infinite;animation:spinner .7s linear infinite}#search .products-container .content .products-list .list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:979px){#search .products-container .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}#search .products-container .content .products-list{width:100%;margin-top:20px}}#open-sidebar-input{display:none}.close-sidebar{position:fixed;left:0;top:0;z-index:20;background-color:#fff;width:100%;height:100%;visibility:hidden;opacity:.91;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}#body-holder{margin-bottom:20px}#body-holder .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#body-holder .sidebar-outer .open-sidebar{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#4b4b4b;font-weight:700;display:none;cursor:pointer;position:absolute;z-index:0}#body-holder .sidebar-outer .open-sidebar:hover{color:#0057a6}#body-holder .sidebar-outer .open-sidebar .ham{cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;width:25px;z-index:2}#body-holder .sidebar-outer .open-sidebar .line{fill:none;-webkit-transition:stroke-dasharray .4s,stroke-dashoffset .4s;transition:stroke-dasharray .4s,stroke-dashoffset .4s;stroke:#0057a6;stroke-width:5;stroke-linecap:round}#body-holder .sidebar-outer .open-sidebar .ham8 .top{stroke-dasharray:40 160}#body-holder .sidebar-outer .open-sidebar .ham8 .middle{stroke-dasharray:40 142;-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}#body-holder .sidebar-outer .open-sidebar .ham8 .bottom{stroke-dasharray:40 85;-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition:stroke-dashoffset .4s,-webkit-transform .4s;transition:stroke-dashoffset .4s,-webkit-transform .4s;transition:transform .4s,stroke-dashoffset .4s;transition:transform .4s,stroke-dashoffset .4s,-webkit-transform .4s}#body-holder .sidebar-outer .open-sidebar.active .hamRotate{-webkit-transform:rotate(45deg);transform:rotate(45deg)}#body-holder .sidebar-outer .open-sidebar.active .hamRotate180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}#body-holder .sidebar-outer .open-sidebar.active .ham8 .top{stroke-dashoffset:-64px}#body-holder .sidebar-outer .open-sidebar.active .ham8 .middle{-webkit-transform:rotate(90deg);transform:rotate(90deg)}#body-holder .sidebar-outer .open-sidebar.active .ham8 .bottom{stroke-dashoffset:-64px}#body-holder .sidebar-outer .input-filtro{position:absolute;opacity:0}#body-holder .sidebar-outer .input-filtro+.imput-check-filtro{position:relative;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}#body-holder .sidebar-outer .input-filtro+.imput-check-filtro:before{content:"";margin-right:10px;display:inline-block;width:16px;height:16px;background:#fff;border:1px solid gray;border-radius:.25rem}#body-holder .sidebar-outer .input-filtro:hover+.imput-check-filtro:before{background:#fff}#body-holder .sidebar-outer .input-filtro:checked+.imput-check-filtro:before{background:#383735}#body-holder .sidebar-outer .input-filtro:checked+.imput-check-filtro:after{content:"";position:absolute;left:3px;top:7px;background:#383735;width:2px;height:2px;-webkit-box-shadow:2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;box-shadow:2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}#body-holder .sidebar-outer .sidebar{width:280px}#body-holder .sidebar-outer .sidebar ::-webkit-scrollbar{width:6px}#body-holder .sidebar-outer .sidebar ::-webkit-scrollbar-thumb,#body-holder .sidebar-outer .sidebar ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #383735;box-shadow:inset 0 0 6px #383735}#body-holder .sidebar-outer .sidebar ::-webkit-scrollbar-thumb{background-color:#383735}#body-holder .sidebar-outer .sidebar .filtros-selecionados{font-size:14px;font-weight:400;padding:5px 20px 5px 0}#body-holder .sidebar-outer .sidebar .filtros-selecionados .filtro-selecionado{border:1px solid #c1c1c1;background-color:#fff;color:#484848;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 4px 4px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:3px 10px;text-transform:capitalize;border-radius:5px}#body-holder .sidebar-outer .sidebar .filtros-selecionados .filtro-selecionado i{padding-left:10px}#body-holder .sidebar-outer .sidebar .sidebar-cell{padding:5px 20px 5px 0}#body-holder .sidebar-outer .sidebar .sidebar-cell:last-child{border-bottom:none}#body-holder .sidebar-outer .sidebar .sidebar-cell .cell-title{border-bottom:1px solid #c1c1c1;color:#000;font-size:16px;font-weight:600;margin-bottom:10px;padding:5px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#body-holder .sidebar-outer .sidebar .sidebar-cell .cell-title:before{content:"\F068";font-family:Font Awesome\ 5 Free;padding-right:8px;font-weight:900;font-size:14px;border-top:0;color:#000;-webkit-transition:color .25s ease-out;transition:color .25s ease-out}#body-holder .sidebar-outer .sidebar .sidebar-cell .cell-title.collapsed:before{content:"\F067";-webkit-transition:color .25s ease-out;transition:color .25s ease-out}#body-holder .sidebar-outer .sidebar .sidebar-cell .cell-title.categoria:before,#body-holder .sidebar-outer .sidebar .sidebar-cell .cell-title.preco:before{display:none}#body-holder .sidebar-outer .sidebar .sidebar-cell .cell-options{list-style:none;padding:0;max-height:260px;overflow:auto;word-break:break-word}#body-holder .sidebar-outer .sidebar .sidebar-cell .cell-options .option-item{line-height:1.2;padding:5px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#4b4b4b}#body-holder .sidebar-outer .sidebar .sidebar-cell .cell-options .option-item #color{border-radius:5px}#body-holder .sidebar-outer .sidebar .sidebar-cell .cell-options .option-item .badge{width:16px;height:16px;margin-right:7px;display:inline-block;background-position:50%;background-size:cover}#body-holder .sidebar-outer .sidebar .sidebar-cell .cell-options .option-item>label{width:calc(100% - 16px - 7px)}#body-holder .sidebar-outer .sidebar .sidebar-cell .cell-options .option-item .item-link{font-size:14px;font-weight:400;color:#000;cursor:pointer;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}#body-holder .sidebar-outer .sidebar .sidebar-cell .cell-options .option-item.selected,#body-holder .sidebar-outer .sidebar .sidebar-cell .cell-options .option-item:hover{color:#0057a6;text-shadow:0 0 0 #0057a6}@media (max-width:979px){#body-holder .sidebar-outer .sidebar .sidebar-cell .cell-options{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}}#body-holder .sidebar-outer .sidebar .sidebar-cell .filtro-preco{font-size:14px;font-weight:400}#body-holder .sidebar-outer .sidebar .sidebar-cell .filtro-preco .filter{color:#000;cursor:pointer}#body-holder .sidebar-outer .sidebar .sidebar-cell .filtro-preco .filter:hover{color:#0057a6;text-shadow:0 0 0 #0057a6}#body-holder .sidebar-outer .sidebar .sidebar-cell .price-filter-select{padding:0 16px;font-size:12px;font-weight:400;color:#c1c1c1}#body-holder .sidebar-outer .sidebar .sidebar-cell .price-filter{width:calc(36% - 10px);height:30px;border-radius:6px;border:1px solid #c1c1c1;outline:none;padding:0 6px;color:#5a5a5a;font-size:14px;font-weight:400}#body-holder .sidebar-outer .sidebar .sidebar-cell input[type=number]::-webkit-inner-spin-button{all:unset;padding:0}#body-holder .sidebar-outer .sidebar .sidebar-cell .cell-filter{width:25px;height:25px;background-color:#5a5a5a;color:#ccc;border:none;outline:none;border-radius:50%;font-size:14px;font-weight:700;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;cursor:pointer}#body-holder .sidebar-outer .sidebar .sidebar-cell .cell-filter:hover{background-color:#343434}#body-holder .body-content{width:calc(100% - 215px)}@media (max-width:979px){#body-holder .content{position:relative}#body-holder .sidebar-outer{position:absolute;z-index:0}#body-holder .sidebar-outer .open-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#body-holder .sidebar-outer .sidebar{display:none;-webkit-transform:translateX(-110%);transform:translateX(-110%);z-index:1;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}#body-holder .body-content{width:100%}#body-holder .body-content #main-banner{height:42.5vw}}@media (max-width:979px){#open-sidebar-input:checked+.close-sidebar{opacity:.98;visibility:visible}#open-sidebar-input:checked+.close-sidebar+#body-holder .sidebar-outer{z-index:21}#open-sidebar-input:checked+.close-sidebar+#body-holder .sidebar-outer .open-sidebar{color:#0057a6;position:fixed;top:12px;left:auto;right:15px}#open-sidebar-input:checked+.close-sidebar+#body-holder .sidebar-outer .open-sidebar .ramRotate{width:35px}#open-sidebar-input:checked+.close-sidebar+#body-holder .sidebar{-webkit-transform:translateX(0);transform:translateX(0);display:block;width:92%;padding:0 10px;position:fixed;top:60px;max-height:90vh;overflow:auto}#breadcrumb .content{padding:20px}}@media (max-width:361px){.products-container .content{width:100%;margin:0}}#choose-type-account .paths .content{padding:0 0 50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#choose-type-account .paths .create-with{width:49%;padding:30px 20px;font-size:1em;color:#000;position:relative;background-color:#ecf0f1;border-bottom:2px solid #2d2f3b;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}#choose-type-account .paths .create-with .have{font-size:.8em;color:#2d2f3b}#choose-type-account .paths .create-with:active,#choose-type-account .paths .create-with:hover{padding-bottom:27px;border-bottom-width:5px;background-color:#003c73}#account .registration-form,#contact .registration-form,#register .registration-form{padding:0 0 50px}#account .registration-form fieldset,#contact .registration-form fieldset,#register .registration-form fieldset{border:none;margin:0;padding:20px 0}#account .registration-form fieldset legend,#contact .registration-form fieldset legend,#register .registration-form fieldset legend{color:#2d2f3b;font-size:1.2em;font-weight:700}.form-cadstro-fisica .content{max-width:600px;padding:0 0 0 12vh}.form-cadstro-fisica .form-titulo{border-bottom:1px solid #c1c1c1;min-height:100px;max-width:800px;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-cadstro-fisica .form-titulo .titulo{font-size:30px;font-weight:600;color:#3e3e3e}.form-cadstro-fisica .form-titulo .subtitulo{font-size:16px}.form-cadstro-fisica .titulo-campo{font-size:14px;color:#3e3e3e;font-weight:600}.form-cadstro-fisica .titulo-obs{font-size:14px;color:gray}.form-cadstro-fisica #email-valid,.form-cadstro-fisica #senha-valid{font-size:14px}.form-cadstro-fisica .input-data input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.form-cadstro-fisica .input-data input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.form-cadstro-fisica input,.form-cadstro-fisica select{height:45px;font-size:14px}.form-cadstro-fisica input::-webkit-input-placeholder,.form-cadstro-fisica select::-webkit-input-placeholder{color:#c1c1c1;font-size:14px}.form-cadstro-fisica input:-ms-input-placeholder,.form-cadstro-fisica select:-ms-input-placeholder{color:#c1c1c1;font-size:14px}.form-cadstro-fisica input:-moz-placeholder,.form-cadstro-fisica input::-moz-placeholder,.form-cadstro-fisica select:-moz-placeholder,.form-cadstro-fisica select::-moz-placeholder{color:#c1c1c1;font-size:14px}.form-cadstro-fisica input.placeholder,.form-cadstro-fisica select.placeholder{color:#c1c1c1;font-size:14px}.form-cadstro-fisica input:focus,.form-cadstro-fisica select:focus{-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0;outline:0}.form-cadstro-fisica input:-webkit-autofill,.form-cadstro-fisica input:-webkit-autofill:focus,.form-cadstro-fisica input:-webkit-autofill:hover{color:#3e3e3e;-webkit-text-fill-color:#3e3e3e;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-transition:#fff 5000s ease-in-out 0s;transition:#fff 5000s ease-in-out 0s}.form-cadstro-fisica .form-senha .password{border:1px solid #c1c1c1;height:45px}.form-cadstro-fisica .form-senha .password input{border:none}.form-cadstro-fisica .form-senha .password #visulizarSenha{background-color:transparent;border:none;cursor:pointer;height:100%;width:50px;padding:0}.form-cadstro-fisica .form-senha .password #visulizarSenha.show:before{color:gray;font-family:Font Awesome\ 5 Free;content:"\F070";width:50px}.form-cadstro-fisica .form-senha .password #visulizarSenha.hide:before{color:gray;font-family:Font Awesome\ 5 Free;content:"\F06E";width:50px}.form-cadstro-fisica .form-senha .password #visulizarSenha:focus{-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0;outline:0}.form-cadstro-fisica .form-senha .h-progress{height:8px}.form-cadstro-fisica .form-senha .progress-senha.fraca{background-color:red;width:25%}.form-cadstro-fisica .form-senha .progress-senha.media{background-color:gold;width:60%}.form-cadstro-fisica .form-senha .progress-senha.forte{background-color:#7fff00;width:80%}.form-cadstro-fisica .form-senha .progress-senha.excelente{background-color:green;width:100%}.form-cadstro-fisica .btn-green,.form-cadstro-fisica .login-page .login-cadastro .cadastro .criar-conta .btn-white,.form-cadstro-fisica .login-page .login-cadastro .login .btn-white,.login-page .login-cadastro .cadastro .criar-conta .form-cadstro-fisica .btn-white,.login-page .login-cadastro .login .form-cadstro-fisica .btn-white{background-color:#009045;border-color:#009045;color:#fff;height:47px;font-size:16px;font-weight:700;cursor:pointer}.form-cadstro-fisica .btn-green:focus,.form-cadstro-fisica .login-page .login-cadastro .cadastro .criar-conta .btn-white:focus,.form-cadstro-fisica .login-page .login-cadastro .login .btn-white:focus,.login-page .login-cadastro .cadastro .criar-conta .form-cadstro-fisica .btn-white:focus,.login-page .login-cadastro .login .form-cadstro-fisica .btn-white:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.form-cadstro-fisica .btn-green:hover,.form-cadstro-fisica .login-page .login-cadastro .cadastro .criar-conta .btn-white:hover,.form-cadstro-fisica .login-page .login-cadastro .login .btn-white:hover,.login-page .login-cadastro .cadastro .criar-conta .form-cadstro-fisica .btn-white:hover,.login-page .login-cadastro .login .form-cadstro-fisica .btn-white:hover{background-color:#004420}.form-cadstro-fisica .width-campo{width:50%}@media (max-width:979px){.form-cadstro-fisica{margin-top:0}}@media (max-width:767px){.form-cadstro-fisica .content{max-width:1280px;padding:0 15px}.form-cadstro-fisica .width-campo{width:100%}.form-cadstro-fisica .wrap-campo{-ms-flex-wrap:wrap;flex-wrap:wrap}}.form-cadastro-b2b,.form-cadastro-juridica{display:-webkit-box;display:-ms-flexbox;display:flex;-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}.form-cadastro-b2b .content,.form-cadastro-juridica .content{max-width:600px}.form-cadastro-b2b .form-titulo,.form-cadastro-juridica .form-titulo{min-height:100px;max-width:700px;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-cadastro-b2b .form-titulo .titulo,.form-cadastro-juridica .form-titulo .titulo{font-size:30px;font-weight:600;color:#3e3e3e}.form-cadastro-b2b .form-titulo .subtitulo,.form-cadastro-juridica .form-titulo .subtitulo{font-size:16px}.form-cadastro-b2b .titulo-campo,.form-cadastro-juridica .titulo-campo{font-size:14px;color:#3e3e3e;font-weight:600}.form-cadastro-b2b .titulo-obs,.form-cadastro-juridica .titulo-obs{font-size:14px;color:gray}.form-cadastro-b2b .titulo-obs a,.form-cadastro-juridica .titulo-obs a{text-decoration:underline;color:gray}.form-cadastro-b2b #email-valid,.form-cadastro-b2b #senha-valid,.form-cadastro-juridica #email-valid,.form-cadastro-juridica #senha-valid{font-size:14px}.form-cadastro-b2b .input-data input[type=number]::-webkit-inner-spin-button,.form-cadastro-juridica .input-data input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.form-cadastro-b2b .input-data input[type=number],.form-cadastro-juridica .input-data input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.form-cadastro-b2b input,.form-cadastro-b2b select,.form-cadastro-juridica input,.form-cadastro-juridica select{height:45px;font-size:14px}.form-cadastro-b2b input::-webkit-input-placeholder,.form-cadastro-b2b select::-webkit-input-placeholder,.form-cadastro-juridica input::-webkit-input-placeholder,.form-cadastro-juridica select::-webkit-input-placeholder{color:#c1c1c1;font-size:14px}.form-cadastro-b2b input:-ms-input-placeholder,.form-cadastro-b2b select:-ms-input-placeholder,.form-cadastro-juridica input:-ms-input-placeholder,.form-cadastro-juridica select:-ms-input-placeholder{color:#c1c1c1;font-size:14px}.form-cadastro-b2b input:-moz-placeholder,.form-cadastro-b2b input::-moz-placeholder,.form-cadastro-b2b select:-moz-placeholder,.form-cadastro-b2b select::-moz-placeholder,.form-cadastro-juridica input:-moz-placeholder,.form-cadastro-juridica input::-moz-placeholder,.form-cadastro-juridica select:-moz-placeholder,.form-cadastro-juridica select::-moz-placeholder{color:#c1c1c1;font-size:14px}.form-cadastro-b2b input.placeholder,.form-cadastro-b2b select.placeholder,.form-cadastro-juridica input.placeholder,.form-cadastro-juridica select.placeholder{color:#c1c1c1;font-size:14px}.form-cadastro-b2b input:focus,.form-cadastro-b2b select:focus,.form-cadastro-juridica input:focus,.form-cadastro-juridica select:focus{-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0;outline:0}.form-cadastro-b2b input:-webkit-autofill,.form-cadastro-b2b input:-webkit-autofill:focus,.form-cadastro-b2b input:-webkit-autofill:hover,.form-cadastro-juridica input:-webkit-autofill,.form-cadastro-juridica input:-webkit-autofill:focus,.form-cadastro-juridica input:-webkit-autofill:hover{color:#3e3e3e;-webkit-text-fill-color:#3e3e3e;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-transition:#fff 5000s ease-in-out 0s;transition:#fff 5000s ease-in-out 0s}.form-cadastro-b2b .form-senha .password,.form-cadastro-juridica .form-senha .password{border:1px solid #c1c1c1;height:45px}.form-cadastro-b2b .form-senha .password input,.form-cadastro-juridica .form-senha .password input{border:none}.form-cadastro-b2b .form-senha .password #visulizarSenha,.form-cadastro-juridica .form-senha .password #visulizarSenha{background-color:transparent;border:none;cursor:pointer;height:100%;width:50px;padding:0}.form-cadastro-b2b .form-senha .password #visulizarSenha.show:before,.form-cadastro-juridica .form-senha .password #visulizarSenha.show:before{color:gray;font-family:Font Awesome\ 5 Free;content:"\F070";width:50px}.form-cadastro-b2b .form-senha .password #visulizarSenha.hide:before,.form-cadastro-juridica .form-senha .password #visulizarSenha.hide:before{color:gray;font-family:Font Awesome\ 5 Free;content:"\F06E";width:50px}.form-cadastro-b2b .form-senha .password #visulizarSenha:focus,.form-cadastro-juridica .form-senha .password #visulizarSenha:focus{-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0;outline:0}.form-cadastro-b2b .form-senha .h-progress,.form-cadastro-juridica .form-senha .h-progress{height:8px}.form-cadastro-b2b .form-senha .progress-senha.fraca,.form-cadastro-juridica .form-senha .progress-senha.fraca{background-color:red;width:25%}.form-cadastro-b2b .form-senha .progress-senha.media,.form-cadastro-juridica .form-senha .progress-senha.media{background-color:gold;width:60%}.form-cadastro-b2b .form-senha .progress-senha.forte,.form-cadastro-juridica .form-senha .progress-senha.forte{background-color:#7fff00;width:80%}.form-cadastro-b2b .form-senha .progress-senha.excelente,.form-cadastro-juridica .form-senha .progress-senha.excelente{background-color:green;width:100%}.form-cadastro-b2b .btn-green,.form-cadastro-b2b .login-page .login-cadastro .cadastro .criar-conta .btn-white,.form-cadastro-b2b .login-page .login-cadastro .login .btn-white,.form-cadastro-juridica .btn-green,.form-cadastro-juridica .login-page .login-cadastro .cadastro .criar-conta .btn-white,.form-cadastro-juridica .login-page .login-cadastro .login .btn-white,.login-page .login-cadastro .cadastro .criar-conta .form-cadastro-b2b .btn-white,.login-page .login-cadastro .cadastro .criar-conta .form-cadastro-juridica .btn-white,.login-page .login-cadastro .login .form-cadastro-b2b .btn-white,.login-page .login-cadastro .login .form-cadastro-juridica .btn-white{background-color:#009045;border-color:#009045;color:#fff;height:47px;font-size:16px;font-weight:700;cursor:pointer}.form-cadastro-b2b .btn-green:focus,.form-cadastro-b2b .login-page .login-cadastro .cadastro .criar-conta .btn-white:focus,.form-cadastro-b2b .login-page .login-cadastro .login .btn-white:focus,.form-cadastro-juridica .btn-green:focus,.form-cadastro-juridica .login-page .login-cadastro .cadastro .criar-conta .btn-white:focus,.form-cadastro-juridica .login-page .login-cadastro .login .btn-white:focus,.login-page .login-cadastro .cadastro .criar-conta .form-cadastro-b2b .btn-white:focus,.login-page .login-cadastro .cadastro .criar-conta .form-cadastro-juridica .btn-white:focus,.login-page .login-cadastro .login .form-cadastro-b2b .btn-white:focus,.login-page .login-cadastro .login .form-cadastro-juridica .btn-white:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.form-cadastro-b2b .btn-green:hover,.form-cadastro-b2b .login-page .login-cadastro .cadastro .criar-conta .btn-white:hover,.form-cadastro-b2b .login-page .login-cadastro .login .btn-white:hover,.form-cadastro-juridica .btn-green:hover,.form-cadastro-juridica .login-page .login-cadastro .cadastro .criar-conta .btn-white:hover,.form-cadastro-juridica .login-page .login-cadastro .login .btn-white:hover,.login-page .login-cadastro .cadastro .criar-conta .form-cadastro-b2b .btn-white:hover,.login-page .login-cadastro .cadastro .criar-conta .form-cadastro-juridica .btn-white:hover,.login-page .login-cadastro .login .form-cadastro-b2b .btn-white:hover,.login-page .login-cadastro .login .form-cadastro-juridica .btn-white:hover{background-color:#004420}.form-cadastro-b2b .width-campo,.form-cadastro-juridica .width-campo{width:50%}@media (max-width:979px){.form-cadastro-b2b,.form-cadastro-juridica{margin-top:0}}@media (max-width:767px){.form-cadastro-b2b .content,.form-cadastro-juridica .content{max-width:1280px;padding:0 15px}.form-cadastro-b2b .width-campo,.form-cadastro-juridica .width-campo{width:100%}.form-cadastro-b2b .wrap-campo,.form-cadastro-juridica .wrap-campo{-ms-flex-wrap:wrap;flex-wrap:wrap}}.conta{background-color:#fff;font-family:ProximaNova}.conta .header-conta,.conta .header-conta .icones-header{display:-webkit-box;display:-ms-flexbox;display:flex}.conta .header-conta .icones-header{width:37px;height:37px;border-radius:3px;background-color:#c1c1c1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.conta .header-conta .icones-header svg{fill:#fff;width:22px;height:22px;margin-left:3px}.conta .header-conta .dados{font-size:14px;line-height:1;color:#484848}.conta .header-conta .dados .cliente{font-size:18px;font-weight:600}.conta .account-list{list-style:none}.conta .buttons{margin:10px 0}.conta .buttons,.conta .menu-conta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.conta .menu-conta{-webkit-box-shadow:0 0 3px -1px rgba(0,0,0,.3);-moz-box-shadow:0 0 3px -1px rgba(0,0,0,.3);-ms-transform:0 0 3px -1px rgba(0,0,0,.3);-o-transform:0 0 3px -1px rgba(0,0,0,.3);box-shadow:0 0 3px -1px rgba(0,0,0,.3);border:1px solid #dee2e6;border-radius:5px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px;min-height:484px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.conta .menu-conta .submenu-conta{display:-webkit-box;display:-ms-flexbox;display:flex;color:#686868;font-size:16px;font-weight:600}.conta .menu-conta .submenu-conta .icones-menu{width:18px;height:20px;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}.conta .menu-conta .submenu-conta .icones-menu svg{fill:#686868;width:19px;height:19px}.conta .menu-conta .submenu-conta.active{color:#3654ff;text-decoration:none}.conta .menu-conta .submenu-conta.active svg{fill:#3654ff}.conta .menu-conta .submenu-conta:hover{color:#001bb6}.conta .menu-conta .submenu-conta:hover svg{fill:#001bb6}.conta .menu-conta .submenu-conta.sair{color:#ff2b2b}.conta .menu-conta .submenu-conta.sair svg{fill:#ff2b2b}.conta .menu-conta .submenu-conta.sair:hover{color:#ab0000}.conta .menu-conta .submenu-conta.sair:hover svg{fill:#ab0000}.conta .alterar-dados{cursor:pointer;background-color:#3654ff;color:#fff;border-radius:5px;margin:0 12px;height:36px;width:140px}.conta .alterar-dados,.conta .alterar-dados .icones-menu{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}.conta .alterar-dados .icones-menu{width:20px;height:20px}.conta .alterar-dados .icones-menu svg{fill:#fff;width:20px;height:19px}.conta .alterar-dados:hover{background-color:#0023e9}.conta .sem-dados{min-height:415px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.conta .sem-dados .titulo{font-size:30px}.conta .sem-dados .link{color:#686868;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.conta .sem-dados .link i{font-size:20px}.conta .sem-dados .link:hover{text-decoration:none;color:#3654ff}.conta .detalhe-pedido .lista-produtos,.conta .lista-cupons,.conta .lista-pedidos{min-height:90px;font-size:20px;font-weight:600;color:#3e3e3e;cursor:pointer;text-decoration:none}.conta .detalhe-pedido .lista-produtos .dados,.conta .lista-cupons .dados,.conta .lista-pedidos .dados{line-height:1}.conta .detalhe-pedido .lista-produtos .dados .detalhes,.conta .lista-cupons .dados .detalhes,.conta .lista-pedidos .dados .detalhes{font-weight:400;font-size:12px;color:#0072e9;text-decoration:underline;cursor:pointer}.conta .detalhe-pedido .lista-produtos .status,.conta .lista-cupons .status,.conta .lista-pedidos .status{color:#fff;font-size:14px;font-weight:400;border-radius:5px;padding:0 10px;min-height:36px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;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}.conta .detalhe-pedido .lista-produtos .data,.conta .lista-cupons .data,.conta .lista-pedidos .data{font-size:14px}@media screen and (max-width:792px){.conta .detalhe-pedido .lista-produtos .border-left,.conta .lista-cupons .border-left,.conta .lista-pedidos .border-left{display:none}.conta .detalhe-pedido .lista-produtos .status-pedidos,.conta .lista-cupons .status-pedidos,.conta .lista-pedidos .status-pedidos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.conta .detalhe-pedido{color:#3e3e3e}.conta .detalhe-pedido .data{font-size:14px;color:#656565}.conta .detalhe-pedido .status-pedido{color:#fff;font-size:14px;font-weight:400;border-radius:5px;padding:0 10px;min-height:36px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;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}.conta .detalhe-pedido .pedidos{font-size:14px;color:#5a5a5a;text-decoration:underline;cursor:pointer}.conta .detalhe-pedido .pedidos:hover{color:#000}.conta .detalhe-pedido .entrega{min-height:90px;border-radius:5px;border:1px dashed #cecece}.conta .detalhe-pedido .preco{color:#0072e9;font-weight:600;font-size:20px}.conta .detalhe-pedido .print-billet{border:1px solid #3e3e3e;color:#3e3e3e;padding:5px 15px;border-radius:5px;cursor:pointer}.conta .detalhe-pedido .print-billet:hover{border:1px solid #7e7e7e;color:#7e7e7e}.conta .detalhe-pedido .nota-fiscal,.conta .detalhe-pedido .rastreamento{border:2px solid #ffae00;border-radius:5px;min-width:215px;margin-right:20px}.conta .detalhe-pedido .nota-fiscal .icone,.conta .detalhe-pedido .rastreamento .icone{background-color:#ffae00;color:#fff;font-size:18px;width:52px;min-height:54px;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}.conta .detalhe-pedido .nota-fiscal .dados,.conta .detalhe-pedido .rastreamento .dados{font-size:14px}.conta .detalhe-pedido .nota-fiscal .dados b,.conta .detalhe-pedido .rastreamento .dados b{font-size:16px;font-weight:600}@media screen and (max-width:542px){.conta .detalhe-pedido .nota-fiscal,.conta .detalhe-pedido .rastreamento{margin-bottom:12px}}.conta .detalhe-pedido .nota-fiscal{border:2px solid #0072e9}.conta .detalhe-pedido .nota-fiscal .icone{background-color:#0072e9}.conta .detalhe-pedido .lista-produtos .imagem-produto{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}.conta .detalhe-pedido .lista-produtos .imagem-produto img{max-width:50px;max-height:75px;width:auto;height:auto}.conta .detalhe-pedido .lista-produtos .desconto{font-size:14px}.conta .detalhe-pedido .lista-produtos .nome-produto{font-size:16px}.conta .detalhe-pedido .lista-produtos .nome-produto a{color:#656565}.conta .detalhe-pedido .lista-produtos .nome-produto span{font-weight:400}.conta .lista-cupons .detalhes{font-size:12px}.conta .lista-cupons .detalhes .aviso{cursor:pointer;text-decoration:underline;color:#0072e9}.conta .lista-cupons .border-left{min-height:60px}.conta .lista-cupons .cupon{font-size:12px}.conta .lista-cupons .cupon span{display:none}.conta .lista-cupons .cupon:before{content:"Copiar c" "\F3" "digo";color:#0072e9;cursor:pointer}.conta .lista-cupons .status{background-color:#609652;font-size:14px}@media screen and (max-width:979px){.conta .menu-conta{display:none;min-height:auto}.conta .header-conta{display:none;margin-top:75px}.conta #add-favoritos-carrinho{width:100%}.conta #remover-todos-favoritos{width:100%;margin-top:10px}.conta .buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width:980px) and (max-width:1024px){.conta .buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.conta #add-favoritos-carrinho{width:100%}.conta #remover-todos-favoritos{width:100%;margin-top:10px}}@media (max-width:949px){.pedido-conta{max-width:100%;overflow:auto;overflow-x:scroll;color:#686868}}.text-add-favoritos,.text-remove-favoritos{font-size:15px;font-family:sans-serif}@media screen and (max-width:767px){.btn-responsive{width:100%;font-size:11px!important;margin-bottom:10px!important}}.my-login-page{padding-top:50px;background-color:#fff}.my-login-page .brand{width:150px;height:150px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;border-radius:50%;margin:0 auto;padding:15px;margin:40px auto;-webkit-box-shadow:0 0 40px rgba(0,0,0,.05);box-shadow:0 0 40px rgba(0,0,0,.05);background-color:#fff}.my-login-page .brand img{width:100%}.my-login-page .card-wrapper{width:400px}.my-login-page .card{border-color:transparent;-webkit-box-shadow:0 0 40px rgba(0,0,0,.05);box-shadow:0 0 40px rgba(0,0,0,.05)}.my-login-page .card.fat{padding:10px}.my-login-page .card .card-title{margin-bottom:30px}.my-login-page .form-control{border-width:2.3px}.my-login-page .form-group label{width:100%}.my-login-page .btn.btn-block{padding:12px 10px}.my-login-page .margin-top20{margin-top:20px}.my-login-page .no-margin{margin:0}.my-login-page .footer{margin:40px 0;color:#888;text-align:center}#content-page .page .content{margin-bottom:50px}#content-page .page .content p,#content-page .page .content span{font-size:1em!important;font-weight:400!important;font-family:ProximaNova!important;background-color:transparent!important;margin-bottom:5px}#content-page.fidelidade .page .content{color:#2d2f3b;font-family:ProximaNova}#content-page.fidelidade .page .content h2{font-size:1.35em;font-weight:700}#content-page.fidelidade .page .content ul{list-style:none;margin:15px 0}#content-page.fidelidade .page .content ul ul{padding:0 0 0 20px;margin:0}#content-page.fidelidade .page .content li,#content-page.fidelidade .page .content p,#content-page.fidelidade .page .content span{margin:0 0 7px;font-size:1em!important;font-weight:400!important;font-family:ProximaNova!important;background-color:transparent!important;line-height:1.45}#content-page.fidelidade .page .content li strong,#content-page.fidelidade .page .content p strong,#content-page.fidelidade .page .content span strong{margin:10px 0}#content-page.fidelidade .page .content h1,#content-page.fidelidade .page .content h2,#content-page.fidelidade .page .content h3,#content-page.fidelidade .page .content h4,#content-page.fidelidade .page .content h5,#content-page.fidelidade .page .content h6{margin:20px 0 10px}#faq .awnsers .content{width:1000px;margin-bottom:50px}#faq .awnsers .content .faq-item{-webkit-transition:all .25s ease;transition:all .25s ease;margin-bottom:20px;border-bottom:2px solid #e4eaeb;padding-bottom:15px}#faq .awnsers .content .faq-item .asked{font-size:1.1em;margin:10px 0;cursor:pointer;color:#2d2f3b;font-weight:700;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}#faq .awnsers .content .faq-item .asked:hover{opacity:.8}#faq .awnsers .content .faq-item .awnser{padding-left:20px;font-size:1em;display:none;-webkit-transition:all .25s ease;transition:all .25s ease}#faq .awnsers .content .faq-item .awnser>*{margin:10px 0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;-webkit-box-sizing:content-box;box-sizing:content-box;position:static;-webkit-transition:none;transition:none}#faq .awnsers .content .faq-item.open .asked{color:#2d2f3b;opacity:.85}#faq .awnsers .content .faq-item.open .awnser{display:initial}#faq .single-faq .content{width:1000px;margin-bottom:100px}#faq .single-faq .content .header-faq{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:30px;border-bottom:1px solid #e4eaeb}#faq .single-faq .content .header-faq .faq-img{width:150px;height:150px;padding:10px}#faq .single-faq .content .header-faq .faq-img img{width:100%;height:100%}#faq .single-faq .content .header-faq .title-faq{font-size:1.4em;font-weight:400;color:#000}#faq .single-faq .content .header-faq .social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#faq .single-faq .content .header-faq .social span{margin:0 15px}#faq .single-faq .content .header-faq .social a{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;width:32px;height:32px;border:2px solid #2d2f3b;border-radius:50%;margin-right:9px}#faq .single-faq .content .header-faq .social a,#faq .single-faq .content .header-faq .social a:before{-webkit-transition:all .25s ease-out;transition:all .25s ease-out}#faq .single-faq .content .header-faq .social a.fb:before{content:"\F09A";font-family:Font Awesome\ 5 Free;font-weight:900;color:#2d2f3b}#faq .single-faq .content .header-faq .social a.fb:hover{border-color:#3b5999}#faq .single-faq .content .header-faq .social a.fb:hover:before{color:#3b5999}#faq .single-faq .content .header-faq .social a.gp:before{content:"\F0D5";font-family:Font Awesome\ 5 Free;font-weight:900;color:#2d2f3b}#faq .single-faq .content .header-faq .social a.gp:hover{border-color:#dd4b39}#faq .single-faq .content .header-faq .social a.gp:hover:before{color:#dd4b39}#faq .single-faq .content .header-faq .social a.it:before{content:"\F16D";font-family:Font Awesome\ 5 Free;font-weight:900;color:#2d2f3b}#faq .single-faq .content .header-faq .social a.it:hover{border-color:#e4405f}#faq .single-faq .content .header-faq .social a.it:hover:before{color:#e4405f}#faq .single-faq .content .header-faq .social a.tw:before{content:"\F099";font-family:Font Awesome\ 5 Free;font-weight:900;color:#2d2f3b}#faq .single-faq .content .header-faq .social a.tw:hover{border-color:#1da1f2}#faq .single-faq .content .header-faq .social a.tw:hover:before{color:#1da1f2}#faq .single-faq .content .header-faq .social a.yt:before{content:"\F16A";font-family:Font Awesome\ 5 Free;font-weight:900;color:#2d2f3b}#faq .single-faq .content .header-faq .social a.yt:hover{border-color:#cd201f}#faq .single-faq .content .header-faq .social a.yt:hover:before{color:#cd201f}#faq .single-faq .content>.awnser-content{margin-top:40px;padding:30px auto}#faq .single-faq .content>.awnser-content>*{margin:10px 0}#faq .single-faq .content .opt{margin:50px 0}#faq .single-faq .content .opt .back{-webkit-transition:all .25s ease-out;transition:all .25s ease-out;font-size:1em;font-weight:lighter;text-align:center;padding:15px 10px;cursor:pointer;background-color:#bfc5c6;color:#2d2f3b;border:1px solid #fff}#faq .single-faq .content .opt .back:active,#faq .single-faq .content .opt .back:hover{color:#fff;border:1px solid #1cd66a;background-color:#1cd66a}#faq .list-single-faqs .content{width:1000px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:100px}#faq .list-single-faqs .content .faq-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:323px;margin:0 10px 10px 0;cursor:pointer}#faq .list-single-faqs .content .faq-item .faq-img{-webkit-transition:all .25s ease;transition:all .25s ease;width:120px;min-width:120px;height:120px;margin:5px;padding:5px;border:1px solid #e4eaeb}#faq .list-single-faqs .content .faq-item .faq-img img{width:100%;height:100%}#faq .list-single-faqs .content .faq-item .info{-webkit-transition:all .25s ease;transition:all .25s ease;color:#7f8c8d}#faq .list-single-faqs .content .faq-item .info .asked{-webkit-transition:all .25s ease;transition:all .25s ease;color:#2d2f3b;font-size:1.2em;margin-bottom:10px}#faq .list-single-faqs .content .faq-item:active .faq-img,#faq .list-single-faqs .content .faq-item:hover .faq-img{border-color:back-5}#faq .list-single-faqs .content .faq-item:active .info,#faq .list-single-faqs .content .faq-item:hover .info{color:#2d2f3b}#faq .list-single-faqs .content .faq-item:active .info .asked,#faq .list-single-faqs .content .faq-item:hover .info .asked{color:#000}.great-banner #banner-1{width:100%;max-height:450px;margin-bottom:25px}.great-banner #banner-1 .item{display:block;width:100%;height:auto}.great-banner-fullscreen #banner-1{width:100%}.great-banner-fullscreen #banner-1 .item{display:block;width:100%;height:100%}.mobile-banner{display:none;width:100%;margin-bottom:10px}.mobile-banner .item{display:block;height:100%;max-height:600px;max-width:100%}@media (max-width:500px){#banner-1,.great-banner{display:none!important}.mobile-banner{display:block}.margin-bottom-mobile{margin-bottom:95px}}.mobile-banner-horizontal{display:none;width:100%;margin-bottom:10px}.mobile-banner-horizontal .item{display:block;height:100%;max-height:400px;max-width:100%}@media (max-width:500px){.mobile-banner-horizontal{display:block}}.banner-produtos{overflow:hidden;max-height:600px;position:relative}.banner-produtos .owl-stage{display:-webkit-box;display:-ms-flexbox;display:flex}.banner-produtos .owl-nav{display:none}.banner-produtos .owl-dots{position:absolute;right:20px;bottom:-10px}.produtos{width:260px;margin-bottom:20px;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;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.5);box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}@media (max-width:1156px){.produtos{width:100%}}.banner-destaque-medio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.banner-destaque-medio .banner-preview{width:610px}.banner-destaque-medio .banner-preview img{width:100%;height:auto}@media (max-width:560px){.banner-destaque-medio{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}.banner-destaque-medio .banner-preview{padding:4px 0}}.banner-destaque-maior{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 0}.banner-destaque-maior .banner-preview{width:405px}.banner-destaque-maior .banner-preview img{width:100%;height:auto}@media (max-width:460px){.banner-destaque-maior{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}.banner-destaque-maior .banner-preview{padding:12px 0}}@media (max-width:979px){#destaque-maior{padding:0}}.banner-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.banner-header .banner-preview{width:100%}.banner-header .banner-preview img{width:100%;height:auto;max-height:55px}@media (max-width:980px){.banner-header{display:none}}.banner-header.remove-banner-header{display:none}.marcas-vitrine .titulo{font-size:25px;color:#2d2f3b}.marcas-vitrine #marcas .owl-item{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}.marcas-vitrine #marcas .item{display:block;width:auto;height:auto;max-height:80px;max-width:140px}.marcas-vitrine #marcas .owl-stage{display:-webkit-box;display:-ms-flexbox;display:flex}.marcas-vitrine #marcas .owl-nav{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;left:0;right:0;top:0;bottom:2vh;visibility:hidden;color:#2d2f3b;background:transparent}#header-login,.marcas-vitrine #marcas .owl-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header-login{min-height:150px;background-color:#0057a6;color:#fff}#header-login .content{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}#header-login .logo-link{display:block}#header-login .logo-link .logo-img{max-height:100px;max-width:270px}#header-login .icones-header{width:35px;height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header-login .icones-header svg{fill:#009045;width:56px;height:44px}#header-login .icones-header.user{background-color:#009045;border:1px solid #009045;border-radius:50%;width:40px;height:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#header-login .icones-header.user svg{fill:#fff;width:25px;height:25px;padding:0 0 3px 3px}#header-login .passos,#header-login .passos .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header-login .passos .item{font-size:14px;padding:0 6px}#header-login .passos .item:after{content:"\F105   \A0";font-family:Font Awesome\ 5 Free;font-weight:900;font-size:1.2em;padding:0 0 0 10px;-webkit-transition:color .25s ease-out;transition:color .25s ease-out}#header-login .passos .item span{padding:0 0 0 10px}#header-login .passos .item i{font-size:16px;background-color:#ededed;border:1px solid #c1c1c1;color:#656565;border-radius:50%;width:40px;height:40px;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}#header-login .passos .item .ckeck{background-color:#009045;border:1px solid #009045;color:#fff}#header-login .passos .seguranca{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header-login .passos .seguranca span{font-size:14px;line-height:1}#header-login .passos .seguranca b{font-size:19px}@media (max-width:1108px){#header-login .item span{display:none}}@media (max-width:665px){#header-login{min-height:80px}#header-login .passos .item i{font-size:14px;width:30px;height:30px}#header-login .passos .seguranca b{font-size:16px}#header-login .passos .seguranca img{max-width:32px}#header-login .icones-header,#header-login .icones-header.user{width:30px;height:30px}#header-login .icones-header.user svg{width:20px;height:20px}#header-login .logo-link .logo-img{max-width:145px}}@media (max-width:412px){#header-login .passos .item,#header-login .passos .item:after{padding:0}#header-login .logo-link .logo-img{max-width:80px}}.login-page{min-height:600px}.login-page .titulo{font-size:30px;font-weight:600;color:#3e3e3e;height:100px;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;border-bottom:1px solid #c1c1c1}.login-page .login-cadastro .card-title{font-size:16px;font-weight:700;color:#3e3e3e;padding-bottom:12px}.login-page .login-cadastro .login{width:49%;border-right:1px solid #c1c1c1}.login-page .login-cadastro .login label{font-size:14px;color:#3e3e3e;margin:0}.login-page .login-cadastro .login .form-login{height:45px;border:1px solid #c1c1c1}.login-page .login-cadastro .login input{-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0;outline:0;border-radius:.25rem}.login-page .login-cadastro .login input input-placeholder{color:#0057a6;font-size:1em;font-weight:300}.login-page .login-cadastro .login input:-webkit-autofill,.login-page .login-cadastro .login input:-webkit-autofill:focus,.login-page .login-cadastro .login input:-webkit-autofill:hover{color:#555;-webkit-text-fill-color:#555;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-transition:#fff 5000s ease-in-out 0s;transition:#fff 5000s ease-in-out 0s}.login-page .login-cadastro .login .password{border:1px solid #c1c1c1;height:45px}.login-page .login-cadastro .login .password input{border:none}.login-page .login-cadastro .login .password #showPassword{background-color:transparent;border:none;cursor:pointer;height:100%;width:50px;padding:0}.login-page .login-cadastro .login .password #showPassword.show:before{color:gray;font-family:Font Awesome\ 5 Free;content:"\F070";width:50px}.login-page .login-cadastro .login .password #showPassword.hide:before{color:gray;font-family:Font Awesome\ 5 Free;content:"\F06E";width:50px}.login-page .login-cadastro .login .password #showPassword:focus{-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0;outline:0}.login-page .login-cadastro .login .styled-checkbox{position:absolute;opacity:0}.login-page .login-cadastro .login .styled-checkbox+label{position:relative;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.login-page .login-cadastro .login .styled-checkbox+label:before{content:"";margin-right:10px;display:inline-block;width:16px;height:16px;background:#fff;border:1px solid gray;border-radius:.25rem}.login-page .login-cadastro .login .styled-checkbox:checked+label:before,.login-page .login-cadastro .login .styled-checkbox:hover+label:before{background:#fff}.login-page .login-cadastro .login .styled-checkbox:checked+label:after{content:"";position:absolute;left:3px;top:7px;background:#fff;width:2px;height:2px;-webkit-box-shadow:2px 0 0 gray,4px 0 0 gray,4px -2px 0 gray,4px -4px 0 gray,4px -6px 0 gray,4px -8px 0 gray;box-shadow:2px 0 0 gray,4px 0 0 gray,4px -2px 0 gray,4px -4px 0 gray,4px -6px 0 gray,4px -8px 0 gray;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.login-page .login-cadastro .cadastro .criar-conta .login .btn-white,.login-page .login-cadastro .login .btn-green,.login-page .login-cadastro .login .btn-white,.login-page .login-cadastro .login .cadastro .criar-conta .btn-white{background-color:#009045;color:#fff;height:47px;font-size:16px;font-weight:700;cursor:pointer}.login-page .login-cadastro .login .btn-green:focus,.login-page .login-cadastro .login .btn-white:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.login-page .login-cadastro .login .btn-green:hover,.login-page .login-cadastro .login .btn-white:hover{background-color:#004420}.login-page .login-cadastro .login .btn-white{background-color:#fff;border:1px solid #c1c1c1;color:#3e3e3e}.login-page .login-cadastro .login .btn-white:hover{background-color:#b4b4b4;-webkit-transition:2s;transition:2s}.login-page .login-cadastro .cadastro{width:49%}.login-page .login-cadastro .cadastro .criar-conta .title{font-size:16px;color:#3e3e3e}.login-page .login-cadastro .cadastro .criar-conta .acesso .icones-header{width:30px;height:30px}.login-page .login-cadastro .cadastro .criar-conta .acesso .icones-header svg{fill:#3e3e3e;width:25px;height:25px}.login-page .login-cadastro .cadastro .criar-conta .acesso .icones-header svg.refresh polygon{fill:#525252}.login-page .login-cadastro .cadastro .criar-conta .acesso .icones-header svg.truck{width:70px;height:55px}.login-page .login-cadastro .cadastro .criar-conta .btn-green,.login-page .login-cadastro .cadastro .criar-conta .btn-white{background-color:#009045;color:#fff;width:50%;height:50px;font-size:16px;font-weight:700;cursor:pointer;border-radius:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.login-page .login-cadastro .cadastro .criar-conta .btn-green:focus,.login-page .login-cadastro .cadastro .criar-conta .btn-white:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.login-page .login-cadastro .cadastro .criar-conta .btn-green:hover,.login-page .login-cadastro .cadastro .criar-conta .btn-white:hover{background-color:#004420}.login-page .login-cadastro .cadastro .criar-conta .btn-white{background-color:#fff;border:1px solid #c1c1c1;color:#3e3e3e}.login-page .login-cadastro .cadastro .criar-conta .btn-white:hover{background-color:#b4b4b4;-webkit-transition:2s;transition:2s}.login-page .login-cadastro .cadastro .conta-marketplace .title{font-size:16px;color:#3e3e3e}.login-page .login-cadastro .cadastro .conta-marketplace .title i{font-size:22px}.login-page .login-cadastro .cadastro .conta-marketplace .btn-white{width:245px;height:48px;font-size:16px;font-weight:700;cursor:pointer;border-radius:.5rem;background-color:#fff;border:1px solid #c1c1c1;color:#3e3e3e;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.login-page .login-cadastro .cadastro .conta-marketplace .btn-white:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.login-page .login-cadastro .cadastro .conta-marketplace .btn-white:hover{background-color:#b4b4b4;-webkit-transition:2s;transition:2s}@media (max-width:1200px){.login-page .login-cadastro .login-cont{padding:0 5vh}}@media screen and (min-width:768px) and (max-width:979px){.login-page .login-cadastro .login{width:100%;border-bottom:1px solid #c1c1c1;border-right:none}.login-page .login-cadastro .cadastro{width:100%}.login-page .login-cadastro .cadastro .conta-marketplace,.login-page .login-cadastro .cadastro .criar-conta{margin:0;padding:0 5vh}.login-page .login-cadastro .desativar-cadastro,.login-page .login-cadastro .desativar-cadastro-b2b{width:100%!important}}@media screen and (max-width:767px){.login-page .login-cadastro .desativar-cadastro,.login-page .login-cadastro .desativar-cadastro-b2b{width:100%!important}.login-page .login-cadastro .login{width:100%;border-bottom:1px solid #c1c1c1;border-right:none}.login-page .login-cadastro .cadastro{width:100%}.login-page .login-cadastro .cadastro .conta-marketplace,.login-page .login-cadastro .cadastro .criar-conta{margin:0}}@media (max-width:480px){.login-page .login-cadastro .cadastro .conta-marketplace,.login-page .login-cadastro .cadastro .criar-conta{margin:0}.login-page .login-cadastro .cadastro .conta-marketplace .title,.login-page .login-cadastro .cadastro .criar-conta .title{font-size:14px}.login-page .login-cadastro .login-cont{padding:0}.login-page .login-cadastro .login label{font-size:12px}.login-page .login-cadastro .cadastro .criar-conta .login .btn-white,.login-page .login-cadastro .login .btn-green,.login-page .login-cadastro .login .btn-white,.login-page .login-cadastro .login .cadastro .criar-conta .btn-white{font-size:14px}}.login-page .modal-border-token{height:1px;width:50%;background-color:#616161}@media (max-width:375px){.login-page .modal-border-token{width:30%}}.login-page #StepToken .aviso{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}.login-page #StepToken .aviso .mensagem{width:85%;border:1px solid #656565;padding:10px}.login-page #StepToken .aviso .mensagem i{color:#009045}.login-page #StepToken .form-token{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.login-page #StepToken .form-token .imput-token{border:1px solid #656565;border-radius:50px;text-align:center;width:90%;font-size:1.3em}.login-page #StepToken .form-token .sucess-contato{border:1px solid #009045;background-color:#009045;color:#fff;padding:12px 15px;border-radius:50px;font-size:15px;font-weight:400;list-style:none}.login-page #StepToken .form-token .sucess-contato a{color:#fff}.login-page #StepToken .form-token .sucess-contato:hover{border:1px solid #004420;background-color:#004420}.login-page #StepToken .form-token .sucess-contato:hover a{color:#fff;text-decoration:none}.card-desktop-1{-webkit-box-shadow:1px 1px 3px #c3c3c3;box-shadow:1px 1px 3px #c3c3c3;border-radius:10px;width:250px;padding:20px;margin-bottom:20px;position:relative;font-size:.8em;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff}.card-desktop-1:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-shadow:0 16px 20px -10px rgba(0,0,0,.3);-moz-box-shadow:0 16px 20px -10px rgba(0,0,0,.3);-ms-transform:0 16px 20px -10px rgba(0,0,0,.3);-o-transform:0 16px 20px -10px rgba(0,0,0,.3);box-shadow:0 16px 20px -10px rgba(0,0,0,.3)}.card-desktop-1 .card-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.card-desktop-1 .produto-item-badges img{width:auto;height:auto}.card-desktop-1 .div-button-ml .btn-mercado-livre{background-color:#ffd100;color:#2d3176;border-radius:5px;width:100%;font-size:14px;margin-top:10px}.card-desktop-1 .div-button-ml .btn-mercado-livre:hover{opacity:.7}@media screen and (max-width:992px){.card-desktop-1 .div-button-ml .btn-mercado-livre .buy-ml{display:none}}.card-desktop-1 .novo img{width:auto;height:auto}.card-desktop-1 .product-options{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}@media screen and (max-width:1242px){.card-desktop-1 .product-options{-ms-flex-wrap:wrap;flex-wrap:wrap}}.card-desktop-1 .product_name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.card-desktop-1 .product_name .product-sku{font-size:12px;color:gray;font-weight:700}.card-desktop-1 .product_name .product-sku .code{color:#000}.card-desktop-1 .btns-store{width:36px;height:auto;top:9px;right:18px;position:absolute;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-desktop-1 .btns-store img{max-width:20px}.card-desktop-1 .btns-store .titulo{display:none;position:absolute;width:-webkit-max-content;width:-moz-max-content;width:max-content;right:24px;padding:4px 10px;top:0;border-radius:5px 0 0 5px}.card-desktop-1 .btns-store .frete-gratis{background-color:#609652;border-radius:5px;position:relative;padding:4px;opacity:.7}.card-desktop-1 .btns-store .frete-gratis:hover .titulo{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;background-color:#609652;color:#fff}.card-desktop-1 .btns-store .novo{background-color:#0072e9;border-radius:5px;position:relative;padding:4px;opacity:.7}.card-desktop-1 .btns-store .novo:hover .titulo{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;background-color:#0072e9;color:#fff}.card-desktop-1 .btns-store .loved-it{position:relative;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.card-desktop-1 .btns-store .loved-it .loved-it-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer}.card-desktop-1 .btns-store .loved-it .loved-it-figure,.card-desktop-1 .btns-store .loved-it .loved-it-link{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}.card-desktop-1 .btns-store .loved-it .loved-it-figure{margin-bottom:0!important;width:69%;height:40px;position:relative}.card-desktop-1 .btns-store .loved-it .loved-it-figure .loved-it-img{width:100%;height:100%;position:absolute;margin:auto;background:url(/images/like-heart.svg?99b0607db111fc703b0b118de4ebba44);background-position:50%;background-repeat:no-repeat;background-size:contain}.card-desktop-1 .btns-store .loved-it .loved-it-title{color:#000;font-size:.7em;font-weight:400;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.card-desktop-1 .btns-store .loved-it .loved-it-link.hearted .loved-it-figure .loved-it-img{background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-1 .btns-store .loved-it .loved-it-link.hearted .loved-it-title{color:#d75a4a}.card-desktop-1 .btns-store .loved-it .loved-it-link-hearted .loved-it-figure .loved-it-img{background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-1 .desconto-badge{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;top:15px}.card-desktop-1 .product-preview{width:100%;height:290px;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;margin-bottom:10px}.card-desktop-1 .product-preview .preview-img{max-width:100%;max-height:100%;width:auto;height:auto}@media (max-width:858px){.card-desktop-1 .product-preview .preview-img{max-width:260px;max-height:200px}}.card-desktop-1 .desconto-badge .desconto{z-index:2;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;color:#fff;background-color:#37b169;font-size:1em;font-weight:700;line-height:1;padding:5px;border-radius:5px}.card-desktop-1 .card-desktop-10 .texts .product-subtitle-small,.card-desktop-1 .product-subtitle-small,.card-desktop-1 .product-title,.card-desktop-10 .texts .card-desktop-1 .product-subtitle-small{color:#656565;font-size:14px;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}.card-desktop-1 .product-name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.card-desktop-1 .product-subtitle{-webkit-line-clamp:3}.card-desktop-1 .product-subtitle,.card-desktop-1 .product-subtitle-small{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.card-desktop-1 .product-subtitle-small{font-size:12px;-webkit-line-clamp:2}.card-desktop-1 .product-out-stock,.card-desktop-1 .product-price{color:#3e3e3e;font-size:18px;font-weight:700;margin-bottom:0}.card-desktop-1 .old.product-out-stock,.card-desktop-1 .product-price.old{font-size:14px;color:#686868;text-decoration:line-through}.card-desktop-1 .product-installments{margin-bottom:20px;color:#37b169}.card-desktop-1 .product-out-stock{text-align:center;color:#d04b3e}.card-desktop-1 .item-add-to-cart{cursor:pointer;font-weight:700;width:100%;padding:5px 10px;border:1px solid #cecece;border-radius:5px;background-color:#fff;color:#2c8a52;-webkit-transition:all .25s ease;transition:all .25s ease}.card-desktop-1 .item-add-to-cart:hover{border:1px solid #2c8a52;background-color:#2c8a52;color:#fff}.card-desktop-1 .produto-carrinho{border:1px solid #c1c1c1;width:100%;height:30px;border-radius:5px;color:#16a954;font-size:14px;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}@media (max-width:979px){.card-desktop-1{margin:0;margin-bottom:0;zoom:.75;width:80%}}@media (max-width:840px){.card-desktop-1{zoom:.9;width:80%}.card-desktop-1 .product-preview{height:auto}}@media (max-width:605px){.card-desktop-1{zoom:.75}}@media (max-width:510px){.card-desktop-1{zoom:.8;width:70%}}@media (max-width:490px){.card-desktop-1{zoom:.78;width:90%}.card-desktop-1 .product-preview{margin:0}.card-desktop-1 .card-desktop-10 .texts .product-subtitle-small,.card-desktop-1 .product-subtitle-small,.card-desktop-1 .product-title,.card-desktop-10 .texts .card-desktop-1 .product-subtitle-small{font-size:20px;margin-bottom:0}.card-desktop-1 .item-add-to-cart,.card-desktop-1 .product-out-stock,.card-desktop-1 .product-price{font-size:20px}.card-desktop-1 .product-installments{font-size:16px;margin-bottom:0}}@media (max-width:455px){.card-desktop-1{zoom:.65}}@media (max-width:375px){.card-desktop-1{zoom:.65}}#search .card-desktop-1{width:calc(21% - 10px);margin-left:0;margin-right:10px;margin-bottom:20px;position:relative;background-color:#fff;zoom:.84}#search .card-desktop-1:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-moz-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-ms-transform:0 20px 23px -10px rgba(0,0,0,.3);-o-transform:0 20px 23px -10px rgba(0,0,0,.3);box-shadow:0 20px 23px -10px rgba(0,0,0,.3)}#search .card-desktop-1 figure{margin-bottom:15px;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}#search .card-desktop-1 figure img{height:auto;max-width:100%;max-height:100%;width:auto}#search .card-desktop-1 figure.off:before{content:attr(data-off) "% OFF";width:42px;height:42px;border:1px solid #0057a6;color:#0057a6;font-size:.75em;font-weight:600;text-align:center;line-height:1;position:absolute;right:20px;top:8px}#search .card-desktop-1 .product-preview,#search .card-desktop-1 figure.off:before{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}#search .card-desktop-1 .descicao-produto{padding:0 0 20px 20px}#search .card-desktop-1 .descicao-produto .item-nome{color:#2d2f3b;font-size:.95em;font-weight:500;text-transform:uppercase}#search .card-desktop-1 .descicao-produto .item-preco{text-decoration:none;color:#37b191;font-size:1.12em;font-weight:500;margin:4px 0}#search .card-desktop-1 .descicao-produto .product-installments{color:#686868;font-size:.8em}#search .card-desktop-1 .item-sem-estoque,#search .card-desktop-1 .preco-por-consulta{color:#0057a6}@media (max-width:1282px){#search .card-desktop-1{width:calc(20% - 10px);zoom:.74}}@media (max-width:1080px){#search .card-desktop-1{width:calc(27% - 10px)}}@media (max-width:979px){#search .card-desktop-1{width:calc(40% - 10px);zoom:.84}}@media (max-width:858px){#search .card-desktop-1{width:calc(28% - 10px)}#search .card-desktop-1 .preview-img{max-width:100%;max-height:100%;width:auto;height:auto}}@media (max-width:767px){#search .card-desktop-1{width:calc(41% - 10px);zoom:.7}#search .card-desktop-1 .budget_by{display:none}}@media (max-width:565px){#search .card-desktop-1{width:calc(41% - 10px);margin:5px;zoom:.7}#search .card-desktop-1 .product-preview{height:165px}}@media (max-width:361px){#search .card-desktop-1{width:calc(35% - 0px);zoom:.7}#search .card-desktop-1 .product-subtitle-small,#search .card-desktop-1 .product-title{font-size:12px;margin-bottom:0}#search .card-desktop-1 .product-out-stock,#search .card-desktop-1 .product-price{font-size:12px}#search .card-desktop-1 .product-preview{height:125px}#search .card-desktop-1 .product-installments{margin-bottom:0}}.product-template-mobile .desconto-badge{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;top:15px}.product-template-mobile .product-preview{width:100%;height:290px;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;margin-bottom:10px}.product-template-mobile .product-preview .preview-img{max-width:100%;max-height:100%;width:auto;height:auto}@media (max-width:858px){.product-template-mobile .product-preview .preview-img{max-width:260px;max-height:200px}}.product-template-mobile .desconto-badge .desconto{z-index:2;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;color:#fff;background-color:#37b169;font-size:1.2em;font-weight:700;line-height:1;padding:7px;border-radius:5px}.product-template-mobile .produto-item-badges img{width:auto;height:auto}.card-desktop-2{width:250px;min-height:390px;padding:10px;margin:10px;margin-bottom:20px;position:relative;font-size:.8em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff}.card-desktop-2 .div-button-ml .btn-mercado-livre{background-color:#ffd100;color:#2d3176;border:1px solid #2d3176;width:100%;font-size:14px;margin-top:10px}.card-desktop-2 .div-button-ml .btn-mercado-livre:hover{opacity:.7}@media screen and (max-width:992px){.card-desktop-2 .div-button-ml .btn-mercado-livre .buy-ml{display:none}}.card-desktop-2 .card-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.card-desktop-2 .produto-item-badges{position:static}.card-desktop-2 .produto-item-badges img{width:40px;height:25px}.card-desktop-2 .product_name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.card-desktop-2 .btns-store{width:36px;height:auto;top:9px;right:18px;z-index:1;position:absolute;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-desktop-2 .btns-store img{max-width:20px}.card-desktop-2 .btns-store .loved-it{position:relative;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.card-desktop-2 .btns-store .loved-it .loved-it-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer}.card-desktop-2 .btns-store .loved-it .loved-it-figure,.card-desktop-2 .btns-store .loved-it .loved-it-link{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}.card-desktop-2 .btns-store .loved-it .loved-it-figure{margin-bottom:0!important;width:69%;height:56px!important;position:relative}.card-desktop-2 .btns-store .loved-it .loved-it-figure .loved-it-img{width:100%;height:100%;position:absolute;margin:auto;background:url(/images/like-heart.svg?99b0607db111fc703b0b118de4ebba44);background-position:50%;background-repeat:no-repeat;background-size:contain}.card-desktop-2 .btns-store .loved-it .loved-it-title{color:#000;font-size:.7em;font-weight:400;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.card-desktop-2 .btns-store .loved-it .loved-it-link.hearted .loved-it-figure .loved-it-img{background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-2 .btns-store .loved-it .loved-it-link.hearted .loved-it-title{color:#d75a4a}.card-desktop-2 .btns-store .loved-it .loved-it-link-hearted .loved-it-figure .loved-it-img{background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-2 .product-preview{width:100%;height:360px;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;margin-bottom:10px;border:1px solid #d5d5d5}.card-desktop-2 .product-preview .preview-img{max-width:100%;max-height:100%;width:230px;height:230px}.card-desktop-2 .badges{position:absolute;top:30px;left:30px}.card-desktop-2 .badges .desconto{border:1px solid #ff2b2b;padding:0 2px;color:#ff2b2b;font-size:1.1em;font-weight:700;text-transform:uppercase}.card-desktop-2 .badges .produto-item-badges{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-desktop-2 .badges .produto-item-badges .b-item{margin-top:10px}.card-desktop-2 .badges .produto-item-badges .b-item img{width:auto!important;max-width:40px}.card-desktop-2 .texts{display:-webkit-box;display:-ms-flexbox;display:flex;-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;text-align:center}.card-desktop-2 .texts .opcao-cor{padding:10px 0}.card-desktop-2 .texts .opcao-cor .cor{border-radius:50%;height:16px;width:17px}.card-desktop-2 .card-desktop-10 .texts .product-subtitle-small,.card-desktop-2 .product-subtitle-small,.card-desktop-2 .product-title,.card-desktop-10 .texts .card-desktop-2 .product-subtitle-small{color:#4b4b4b;font-size:1.1em;font-weight:700;text-transform:uppercase;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card-desktop-2 .product-subtitle,.card-desktop-2 .product-subtitle-small{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card-desktop-2 .product-subtitle-small{font-size:12px}.card-desktop-2 .product-out-stock,.card-desktop-2 .product-price{color:#ff2b2b;font-size:1.4em;font-weight:700;margin-bottom:0}.card-desktop-2 .old.product-out-stock,.card-desktop-2 .product-price.old{font-size:.9em;color:#686868;text-decoration:line-through;padding:0 15px}.card-desktop-2 .product-installments{margin-bottom:20px}.card-desktop-2 .product-out-stock{color:#d04b3e}.card-desktop-2 .item-add-to-cart{cursor:pointer;width:100%;padding:5px 10px;border:1px solid #4b4b4b;background-color:#fff;color:#4b4b4b;-webkit-transition:all .25s ease;transition:all .25s ease}.card-desktop-2 .item-add-to-cart:hover{color:#0057a6;border:1px solid #0057a6}@media (max-width:320px){.card-desktop-2{width:215px}}.card-desktop-2 .product-sku{font-size:12px;color:gray;font-weight:700}.card-desktop-2 .product-sku .code{color:#000}#search .card-desktop-2{width:calc(21% - 10px);margin-left:0;margin-right:10px;margin-bottom:20px;position:relative;background-color:#fff;zoom:.84}#search .card-desktop-2:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-moz-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-ms-transform:0 20px 23px -10px rgba(0,0,0,.3);-o-transform:0 20px 23px -10px rgba(0,0,0,.3);box-shadow:0 20px 23px -10px rgba(0,0,0,.3)}#search .card-desktop-2 figure{height:260px;margin-bottom:15px;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}#search .card-desktop-2 figure img{height:auto;max-width:100%;max-height:100%;width:auto}#search .card-desktop-2 .product-preview{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}#search .card-desktop-2 .descicao-produto{padding:0 0 20px 20px}#search .card-desktop-2 .descicao-produto .item-nome{color:#2d2f3b;font-size:.95em;font-weight:500;text-transform:uppercase}#search .card-desktop-2 .descicao-produto .item-preco{text-decoration:none;color:#37b191;font-size:1.12em;font-weight:500;margin:4px 0}#search .card-desktop-2 .descicao-produto .product-installments{color:#686868;font-size:.8em}#search .card-desktop-2 .item-sem-estoque,#search .card-desktop-2 .preco-por-consulta{color:#0057a6}@media (max-width:1297px){#search .card-desktop-2{width:calc(29% - 10px)}}@media (max-width:1021px){#search .card-desktop-2{width:calc(29% - 10px)}}@media (max-width:815px){#search .card-desktop-2{width:calc(27% - 10px)}}@media (max-width:764px){#search .card-desktop-2{width:calc(42% - 10px)}}@media (max-width:564px){#search .card-desktop-2{width:100%}}@media screen and (max-width:767px){.card-desktop-2{margin-left:34px}}.card-desktop-3{border-radius:10px;min-height:250px;width:305px;padding:10px;margin-bottom:20px;font-size:.8em;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border:1px solid #d8d8d8;-webkit-transition:all .4s ease-out;transition:all .4s ease-out}.card-desktop-3:hover{-webkit-box-shadow:0 1rem 2rem rgba(0,0,0,.2);box-shadow:0 1rem 2rem rgba(0,0,0,.2);border-radius:10px;border:1px solid #656565}.card-desktop-3 .add-carrinho,.card-desktop-3 .product-options,.card-desktop-3 .sem-produto{-webkit-transition:all .25s ease-out;transition:all .25s ease-out;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}.card-desktop-3 .div-button-ml .btn-mercado-livre{background-color:#ffd100;color:#2d3176;border-radius:5px;width:100%;font-size:14px;margin-top:10px;padding:.5rem}.card-desktop-3 .div-button-ml .btn-mercado-livre:hover{opacity:.7}@media screen and (max-width:992px){.card-desktop-3 .div-button-ml .btn-mercado-livre .buy-ml{display:none}}.card-desktop-3 .add-carrinho,.card-desktop-3 .product-options{margin-top:15px}.card-desktop-3 .add-carrinho .item-add-to-cart,.card-desktop-3 .product-options .item-add-to-cart{cursor:pointer;font-weight:700;padding:10px;border:2px solid #0f917f;background-color:#0f915b;color:#fff;-webkit-transition:all .25s ease;transition:all .25s ease}.card-desktop-3 .add-carrinho .item-add-to-cart:hover,.card-desktop-3 .product-options .item-add-to-cart:hover{background-color:#fff;color:#0f915b}.card-desktop-3 .quantidade{height:45px;margin-right:20px;background-color:#f4f4f4;border-radius:5px}.card-desktop-3 .quantidade .quantity{width:70%;background-color:transparent;border:none}.card-desktop-3 .quantidade .add-product{width:30%;background-color:#e7e7e7;border-radius:0 5px 5px 0}.card-desktop-3 .quantidade .add-product a{width:100%;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#656565}.card-desktop-3 .quantidade .add-product .addition{border-top:1px solid #f4f4f4}@media (max-width:840px){.card-desktop-3 .quantidade{margin-right:0}}.card-desktop-3 .vendido{position:absolute;top:21px;right:30px;border-radius:0 0 10px 10px;width:53px;height:60px;color:#fff;background-color:#e74c3c;font-size:1.2em;font-weight:500;text-align:center;line-height:1;text-transform:uppercase;z-index:1}.card-desktop-3 .product-preview,.card-desktop-3 .vendido{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}.card-desktop-3 .product-preview{width:100%;height:232px;margin-bottom:10px;position:relative}.card-desktop-3 .product-preview .btns-store{width:36px;height:auto;bottom:0;right:0;position:absolute;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-desktop-3 .product-preview .btns-store img{max-width:20px}.card-desktop-3 .product-preview .btns-store .titulo{display:none;position:absolute;width:-webkit-max-content;width:-moz-max-content;width:max-content;right:22px;padding:2px 10px;top:0;border-radius:5px 0 0 5px}.card-desktop-3 .product-preview .btns-store .frete-gratis{background-color:#609652;border-radius:5px;position:relative;padding:2px;opacity:.7}.card-desktop-3 .product-preview .btns-store .frete-gratis:hover .titulo{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;background-color:#609652;color:#fff}.card-desktop-3 .product-preview .btns-store .novo{background-color:#0072e9;border-radius:5px;position:relative;padding:2px;opacity:.7}.card-desktop-3 .product-preview .btns-store .novo:hover .titulo{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;background-color:#0072e9;color:#fff}.card-desktop-3 .product-preview .btns-store .loved-it{position:relative;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.card-desktop-3 .product-preview .btns-store .loved-it .loved-it-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer}.card-desktop-3 .product-preview .btns-store .loved-it .loved-it-figure,.card-desktop-3 .product-preview .btns-store .loved-it .loved-it-link{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}.card-desktop-3 .product-preview .btns-store .loved-it .loved-it-figure{margin-bottom:0!important;width:69%;height:40px;position:relative}.card-desktop-3 .product-preview .btns-store .loved-it .loved-it-figure .loved-it-img{width:100%;height:100%;position:absolute;margin:auto;background:url(/images/heart-grey.svg?f39bf4486070abfaab025f83802b3167);background-position:50%;background-repeat:no-repeat;background-size:contain}.card-desktop-3 .product-preview .btns-store .loved-it .loved-it-title{color:#000;font-size:.7em;font-weight:400;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.card-desktop-3 .product-preview .btns-store .loved-it .loved-it-link.hearted .loved-it-figure .loved-it-img{background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-3 .product-preview .btns-store .loved-it .loved-it-link.hearted .loved-it-title{color:#d75a4a}.card-desktop-3 .product-preview .btns-store .loved-it .loved-it-link-hearted .loved-it-figure .loved-it-img{background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-3 .product-preview .preview-img{max-width:210px;max-height:200px;width:auto;height:auto}@media screen and (max-width:500px){.card-desktop-3 .product-preview .preview-img{max-width:165px}}@media screen and (max-width:376px){.card-desktop-3 .product-preview .preview-img{max-width:146px}}.card-desktop-3 .texts{width:100%}.card-desktop-3 .desconto-badge,.card-desktop-3 .texts{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex}.card-desktop-3 .desconto-badge{position:absolute;top:15px;right:20px;z-index:9999}.card-desktop-3 .desconto-badge .desconto{z-index:9999;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;color:#fff;background-color:#37b169;font-size:1em;font-weight:700;line-height:1;padding:5px;border-radius:5px}.card-desktop-3 .card-desktop-10 .texts .product-subtitle-small,.card-desktop-3 .product-subtitle-small,.card-desktop-3 .product-title,.card-desktop-10 .texts .card-desktop-3 .product-subtitle-small{color:#656565;font-size:1.3em;margin-bottom:10px;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card-desktop-3 .product-subtitle,.card-desktop-3 .product-subtitle-small{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card-desktop-3 .product-subtitle-small{font-size:12px!important}.card-desktop-3 .product-out-stock,.card-desktop-3 .product-price{color:#e74c3c;font-size:20px;margin-bottom:0}.card-desktop-3 .old.product-out-stock,.card-desktop-3 .product-price.old{font-size:14px;color:#656565;text-decoration:line-through}.card-desktop-3 .product-installments{color:#656565;font-size:12px}.card-desktop-3 .card-informacoes{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.card-desktop-3 .product-out-stock{color:#d04b3e;text-align:center;padding:5px 10px}.card-desktop-3 .item-add-to-cart{cursor:pointer;font-weight:700;width:100%;height:45px;padding:5px 10px;border:1px solid #cecece;border-radius:5px;background-color:#fff;color:#2c8a52;-webkit-transition:all .25s ease;transition:all .25s ease}.card-desktop-3 .item-add-to-cart:hover{border:1px solid #2c8a52;background-color:#2c8a52;color:#fff}.card-desktop-3 .item-add-to-cart .listas-menu{display:none}.card-desktop-3 .item-add-to-cart.product-to-cart,.card-desktop-3 .item-add-to-cart.product-to-cart:hover{border-color:#1d8cff;background-color:#1d8cff;color:#fff}.card-desktop-3 .produto-carrinho{border:1px solid #c1c1c1;width:100%;height:30px;border-radius:5px;color:#16a954;font-size:14px;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}@media (max-width:979px){.card-desktop-3{zoom:.75;width:80%}}@media (max-width:840px){.card-desktop-3{zoom:.9;width:80%}.card-desktop-3 .product-preview{height:auto}.card-desktop-3 .product-options{-ms-flex-wrap:wrap;flex-wrap:wrap}.card-desktop-3 .product-options .quantidade{text-align:center;width:100%}.card-desktop-3 .product-options .item-add-to-cart{width:100%;margin-top:6px}}@media (max-width:605px){.card-desktop-3{zoom:.75}}@media (max-width:510px){.card-desktop-3{zoom:.6;width:90%}}@media (max-width:490px){.card-desktop-3{zoom:.84;width:100%;margin:0}.card-desktop-3 .product-preview{margin:0}.card-desktop-3 .card-desktop-10 .texts .product-subtitle-small,.card-desktop-3 .product-subtitle-small,.card-desktop-3 .product-title,.card-desktop-10 .texts .card-desktop-3 .product-subtitle-small{font-size:14px;margin-bottom:0}.card-desktop-3 .product-installments{margin-bottom:0}}.card-desktop-3 .product-sku{font-size:12px;color:gray;font-weight:700}.card-desktop-3 .product-sku .code{color:#000}#search .card-desktop-3{width:calc(22% - 10px);background-color:#fff;margin-left:0;margin-right:20px;margin-bottom:20px;position:relative;zoom:.84;border-radius:.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-moz-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-ms-transform:0 20px 23px -10px rgba(0,0,0,.3);-o-transform:0 20px 23px -10px rgba(0,0,0,.3);box-shadow:0 20px 23px -10px rgba(0,0,0,.3)}#search .card-desktop-3:hover{border-radius:10px;border:1px solid #656565}#search .card-desktop-3 figure{margin-bottom:15px;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}#search .card-desktop-3 figure img{height:auto;max-width:100%;max-height:100%;width:auto}#search .card-desktop-3 .product-preview{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;border:0}#search .card-desktop-3 .descicao-produto{padding:0 0 20px 20px}#search .card-desktop-3 .descicao-produto .item-nome{color:#2d2f3b;font-size:.95em;font-weight:500;text-transform:uppercase}#search .card-desktop-3 .descicao-produto .item-preco{text-decoration:none;color:#37b191;font-size:1.12em;font-weight:500;margin:4px 0}#search .card-desktop-3 .descicao-produto .product-installments{color:#686868;font-size:.8em}#search .card-desktop-3 .item-sem-estoque,#search .card-desktop-3 .preco-por-consulta{color:#0057a6}@media (max-width:1280px){#search .card-desktop-3{width:calc(29% - 10px)}}@media (max-width:979px){#search .card-desktop-3{width:calc(30% - 10px)}}@media (max-width:858px){#search .card-desktop-3 .product-preview .preview-img{max-width:165px;max-height:165px;width:auto;height:auto}}@media (max-width:775px){#search .card-desktop-3{width:calc(29% - 13px)}}@media (max-width:565px){#search .card-desktop-3{width:calc(50% - 32px);margin:3px}#search .card-desktop-3 .product-preview{height:165px}#search .card-desktop-3 .product-preview .preview-img{max-width:119px;max-height:119px}}@media (max-width:361px){#search .card-desktop-3 .product-subtitle-small,#search .card-desktop-3 .product-title{font-size:12px;margin-bottom:0}#search .card-desktop-3 .product-out-stock,#search .card-desktop-3 .product-price{font-size:12px}#search .card-desktop-3 .product-preview{height:125px}#search .card-desktop-3 .product-installments{margin-bottom:0}}@media screen and (max-width:767px){#search .card-desktop-3{height:auto}}.card-desktop-4{width:305px;max-height:520px;padding:10px;margin:10px auto;position:relative;font-size:.8em;border:1px solid transparent;-webkit-box-shadow:rgba(99,99,99,.2) 0 2px 8px 0;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff}.card-desktop-4:hover{border:1px solid #dadbdc;max-height:520px}.card-desktop-4 .div-button-ml .btn-mercado-livre{background-color:#ffd100;color:#2d3176;border-radius:15px;width:100%;font-size:14px;margin-top:10px}.card-desktop-4 .div-button-ml .btn-mercado-livre:hover{opacity:.7}@media screen and (max-width:992px){.card-desktop-4 .div-button-ml .btn-mercado-livre .buy-ml{display:none}}.card-desktop-4 .product-preview{width:100%;height:290px;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;margin-bottom:10px}.card-desktop-4 .product-preview .preview-img{max-width:100%;max-height:100%;width:auto;height:auto;padding:20px}.card-desktop-4 .badges-wrapper{position:absolute;top:10px;left:10px}.card-desktop-4 .badge{font-size:1em;font-weight:700;display:inline-block;padding:3px 4px;margin-right:2px;text-transform:uppercase;border-radius:0;color:#2d2f3b;background-color:#fff;border:1px solid #2d2f3b}.card-desktop-4 .badge.desconto{color:#ff2b2b;border-color:#ff2b2b}.card-desktop-4 .badge.frete-gratis{border-color:#16a954;color:#16a954}.card-desktop-4 .card-desktop-10 .texts .product-subtitle-small,.card-desktop-4 .product-subtitle-small,.card-desktop-4 .product-title,.card-desktop-10 .texts .card-desktop-4 .product-subtitle-small{color:#4b4b4b;font-size:1.1em;font-weight:700;text-transform:uppercase;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card-desktop-4 .product-subtitle,.card-desktop-4 .product-subtitle-small{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card-desktop-4 .product-subtitle-small{font-size:12px}.card-desktop-4 .product-out-stock,.card-desktop-4 .product-price{color:#46a70a;font-size:1.4em;font-weight:700;margin-bottom:0}.card-desktop-4 .old.product-out-stock,.card-desktop-4 .product-price.old{font-size:.9em;color:#686868;text-decoration:line-through}.card-desktop-4 .product-installments,.card-desktop-4 .product-installments .product-out-stock,.card-desktop-4 .product-installments .product-price{font-size:1em}.card-desktop-4 .product-out-stock{color:#d04b3e;text-align:center;padding:5px 10px}.card-desktop-4 .produto-no-carrinho{height:50px}.card-desktop-4 .texts .add-carrinho,.card-desktop-4 .texts .product-options{margin-top:15px;opacity:0}.card-desktop-4 .texts .add-carrinho .item-add-to-cart,.card-desktop-4 .texts .product-options .item-add-to-cart{width:100%;border-radius:10px;text-transform:uppercase;border:2px solid #0057a6;background-color:#0057a6;color:#fff;-webkit-transition:all .25s ease;transition:all .25s ease;margin:0 auto;height:50px;font-size:1.12em;font-weight:700;cursor:pointer}.card-desktop-4 .texts .add-carrinho .item-add-to-cart:hover,.card-desktop-4 .texts .product-options .item-add-to-cart:hover{background-color:#fff;color:#0057a6;border:2px solid #0057a6}.card-desktop-4 .texts .green{color:#46a70a;font-weight:900}.card-desktop-4 .texts .blue{color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:-6px}.card-desktop-4 .texts .grey{color:#2d2f3b;font-size:small}.card-desktop-4 .texts .dark-grey{color:#5a5a5a;font-weight:700}.card-desktop-4 .texts .light-grey{color:#363435;font-size:smaller;font-weight:600}.card-desktop-4:hover .add-carrinho,.card-desktop-4:hover .product-options{opacity:1}@media (max-width:979px){.card-desktop-4{zoom:.75;width:80%}.card-desktop-4 .card-desktop-10 .texts .product-subtitle-small,.card-desktop-4 .product-subtitle-small,.card-desktop-4 .product-title,.card-desktop-10 .texts .card-desktop-4 .product-subtitle-small{text-align:center}}@media (max-width:840px){.card-desktop-4{zoom:.9;width:80%}.card-desktop-4 .texts{display:-webkit-box;display:-ms-flexbox;display:flex;-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}}@media (max-width:605px){.card-desktop-4{zoom:.75}}@media (max-width:510px){.card-desktop-4{zoom:.6;width:90%}}@media (max-width:410px){.card-desktop-4{zoom:.89;width:90%}}@media (max-width:290px){.card-desktop-4{width:100%}}@media (max-width:260px){.card-desktop-4{width:100%}}.card-desktop-4 .product-sku{font-size:12px;color:gray;font-weight:700}.card-desktop-4 .product-sku .code{color:#000}#search .card-desktop-4{width:calc(22% - 10px);margin:0 10px 20px 0;position:relative;background-color:#fff;zoom:.89}#search .card-desktop-4:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-moz-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-ms-transform:0 20px 23px -10px rgba(0,0,0,.3);-o-transform:0 20px 23px -10px rgba(0,0,0,.3);box-shadow:0 20px 23px -10px rgba(0,0,0,.3)}#search .card-desktop-4 figure{height:260px;margin-bottom:15px;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}#search .card-desktop-4 figure img{height:auto;max-width:100%;max-height:100%;width:auto}#search .card-desktop-4 .product-preview{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}#search .card-desktop-4 .descicao-produto{padding:0 0 20px 20px}#search .card-desktop-4 .descicao-produto .item-nome{color:#4b4b4b;font-size:.95em;font-weight:500;text-transform:uppercase}#search .card-desktop-4 .descicao-produto .item-preco{text-decoration:none;color:#37b191;font-size:1.12em;font-weight:500;margin:4px 0}#search .card-desktop-4 .descicao-produto .product-installments{color:#686868;font-size:.8em}#search .card-desktop-4 .item-sem-estoque,#search .card-desktop-4 .preco-por-consulta{color:#0057a6}@media (max-width:1280px){#search .card-desktop-4{width:calc(29% - 10px)}}@media (max-width:1020px){#search .card-desktop-4{width:calc(45% - 10px)}}@media (max-width:737px){#search .card-desktop-4{width:calc(44% - 10px)}}@media (max-width:564px){#search .card-desktop-4{width:100%}}.card-desktop-5{width:100%;min-height:250px;padding:20px;margin:0 0 20px;position:relative;font-size:.8em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff}.card-desktop-5:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-moz-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-ms-transform:0 20px 23px -10px rgba(0,0,0,.3);-o-transform:0 20px 23px -10px rgba(0,0,0,.3);box-shadow:0 20px 23px -10px rgba(0,0,0,.3)}.card-desktop-5 .produto-item-badges{position:absolute;left:17px;top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-desktop-5 .produto-item-badges .b-item{margin-top:10px}.card-desktop-5 .produto-item-badges .b-item img{width:auto!important;max-width:40px}.card-desktop-5 .div-button-ml .btn-mercado-livre{background-color:#ffd100;color:#2d3176;border-radius:15px;width:100%;font-size:14px;margin-top:10px}.card-desktop-5 .div-button-ml .btn-mercado-livre:hover{opacity:.7}@media screen and (max-width:992px){.card-desktop-5 .div-button-ml .btn-mercado-livre .buy-ml{display:none}}.card-desktop-5 .btns-store{width:36px;height:auto;top:9px;right:18px;position:absolute;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-desktop-5 .btns-store img{max-width:20px}.card-desktop-5 .btns-store .titulo{display:none;position:absolute;width:-webkit-max-content;width:-moz-max-content;width:max-content;right:24px;padding:4px 10px;top:0;border-radius:5px 0 0 5px}.card-desktop-5 .btns-store .frete-gratis{background-color:#609652;border-radius:5px;position:relative;padding:4px;opacity:.7}.card-desktop-5 .btns-store .frete-gratis:hover .titulo{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;background-color:#609652;color:#fff}.card-desktop-5 .btns-store .novo{background-color:#0072e9;border-radius:5px;position:relative;padding:4px;opacity:.7}.card-desktop-5 .btns-store .novo:hover .titulo{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;background-color:#0072e9;color:#fff}.card-desktop-5 .btns-store .loved-it{position:relative;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.card-desktop-5 .btns-store .loved-it .loved-it-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer}.card-desktop-5 .btns-store .loved-it .loved-it-figure,.card-desktop-5 .btns-store .loved-it .loved-it-link{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}.card-desktop-5 .btns-store .loved-it .loved-it-figure{margin-bottom:0!important;width:69%;height:40px;position:relative}.card-desktop-5 .btns-store .loved-it .loved-it-figure .loved-it-img{width:100%;height:100%;position:absolute;margin:auto;background:url(/images/like-heart.svg?99b0607db111fc703b0b118de4ebba44);background-position:50%;background-repeat:no-repeat;background-size:contain}.card-desktop-5 .btns-store .loved-it .loved-it-title{color:#000;font-size:.7em;font-weight:400;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.card-desktop-5 .btns-store .loved-it .loved-it-link.hearted .loved-it-figure .loved-it-img{background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-5 .btns-store .loved-it .loved-it-link.hearted .loved-it-title{color:#d75a4a}.card-desktop-5 .btns-store .loved-it .loved-it-link-hearted .loved-it-figure .loved-it-img{background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-5 .produto-carrinho{border:1px solid #c1c1c1;width:100%;height:30px;border-radius:5px;color:#16a954;font-size:14px;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}@media (max-width:364px){.card-desktop-5 .produto-carrinho{font-size:12px}}.card-desktop-5 .product-preview{width:100%;height:290px;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;margin-bottom:10px}.card-desktop-5 .product-preview .preview-img{max-width:100%;max-height:100%;width:auto;height:auto}@media (max-width:858px){.card-desktop-5 .product-preview .preview-img{max-width:175px;max-height:175px}}.card-desktop-5 .card-desktop-10 .texts .product-subtitle-small,.card-desktop-5 .product-subtitle-small,.card-desktop-5 .product-title,.card-desktop-10 .texts .card-desktop-5 .product-subtitle-small{color:#4b4b4b;font-size:1.1em;font-weight:700;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card-desktop-5 .product-und{color:#686868;font-size:.9em;font-weight:700;margin-bottom:0}.card-desktop-5 .product-out-stock,.card-desktop-5 .product-price{text-decoration:line-through;color:#37b191;font-size:1.4em;font-weight:700;margin-bottom:0}.card-desktop-5 .old.product-out-stock,.card-desktop-5 .product-price.old{font-size:.9em;color:#686868}.card-desktop-5 .product-installments{margin-bottom:20px}.card-desktop-5 .product-out-stock{color:#d04b3e;text-align:center;padding:5px 10px}.card-desktop-5 .product-options{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}.card-desktop-5 .item-add-to-cart{cursor:pointer;font-weight:700;padding:5px 25px;border-radius:15px;background-color:#16a954;color:#fff;border:none;text-transform:uppercase;-webkit-transition:all .25s ease;transition:all .25s ease}.card-desktop-5 .item-add-to-cart:hover{background-color:#0d6532;color:#fff}@media (max-width:979px){.card-desktop-5{margin:0 19px 20px 30px;zoom:.75;width:80%}}@media (max-width:840px){.card-desktop-5{zoom:.9;width:80%}.card-desktop-5 .product-preview{height:auto}}@media (max-width:1307px){.card-desktop-5 .product-options{-ms-flex-wrap:wrap;flex-wrap:wrap}.card-desktop-5 .product-options .item-add-to-cart{margin-top:6px}}@media (max-width:605px){.card-desktop-5{zoom:.75}}@media (max-width:510px){.card-desktop-5{zoom:.6;width:90%}}@media (max-width:490px){.card-desktop-5{zoom:.84;width:100%;margin:0 12px 0 15px}.card-desktop-5 .product-preview{margin:0}.card-desktop-5 .card-desktop-10 .texts .product-subtitle-small,.card-desktop-5 .product-subtitle-small,.card-desktop-5 .product-title,.card-desktop-10 .texts .card-desktop-5 .product-subtitle-small{font-size:14px;margin-bottom:0}.card-desktop-5 .product-installments{margin-bottom:0}}.card-desktop-5 .product-sku{font-size:12px;color:gray;font-weight:700}.card-desktop-5 .product-sku .code{color:#000}#search .card-desktop-5{width:calc(21% - 10px);margin-left:0;margin-right:10px;margin-bottom:20px;position:relative;background-color:#fff;zoom:.84}#search .card-desktop-5:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-moz-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-ms-transform:0 20px 23px -10px rgba(0,0,0,.3);-o-transform:0 20px 23px -10px rgba(0,0,0,.3);box-shadow:0 20px 23px -10px rgba(0,0,0,.3)}#search .card-desktop-5 figure{margin-bottom:15px;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}#search .card-desktop-5 figure img{height:auto;max-width:100%;max-height:100%;width:auto}#search .card-desktop-5 .product-preview{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}#search .card-desktop-5 .descicao-produto{padding:0 0 20px 20px}#search .card-desktop-5 .descicao-produto .item-nome{color:#4b4b4b;font-size:.95em;font-weight:500;text-transform:uppercase}#search .card-desktop-5 .descicao-produto .item-preco{text-decoration:none;color:#37b191;font-size:1.12em;font-weight:500;margin:4px 0}#search .card-desktop-5 .descicao-produto .product-installments{color:#686868;font-size:.8em}#search .card-desktop-5 .item-sem-estoque,#search .card-desktop-5 .preco-por-consulta{color:#0057a6}@media (max-width:1308px){#search .card-desktop-5{width:calc(28% - 10px)}}@media (max-width:649px){#search .card-desktop-5{width:calc(43% - 10px)}}@media (max-width:565px){#search .card-desktop-5{width:calc(40% - 10px);margin:3px}#search .card-desktop-5 .product-preview{height:165px}}@media (max-width:361px){#search .card-desktop-5{width:calc(39% - 10px)}#search .card-desktop-5 .product-subtitle-small,#search .card-desktop-5 .product-title{font-size:12px;margin-bottom:0}#search .card-desktop-5 .product-out-stock,#search .card-desktop-5 .product-price{font-size:12px}#search .card-desktop-5 .product-preview{height:125px}#search .card-desktop-5 .product-installments{margin-bottom:0}#search .card-desktop-5 .preview-img{max-width:131px;max-height:110px}}.card-desktop-6{padding:12px;margin:0 10px;font-size:.8em;width:305px;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border:1px solid #dbdada;border-radius:15px;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.card-desktop-6:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-moz-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-ms-transform:0 20px 23px -10px rgba(0,0,0,.3);-o-transform:0 20px 23px -10px rgba(0,0,0,.3);box-shadow:0 20px 23px -10px rgba(0,0,0,.3)}.card-desktop-6 .div-button-ml .btn-mercado-livre{background-color:#ffd100;color:#2d3176;border-radius:10px;width:100%;font-size:14px;margin-top:10px;padding:10px}.card-desktop-6 .div-button-ml .btn-mercado-livre:hover{background-color:#fff;color:#ffd100;border:2px solid #ffd100}@media screen and (max-width:992px){.card-desktop-6 .div-button-ml .btn-mercado-livre .buy-ml{display:none}}.card-desktop-6 .produto-item-badges{position:absolute;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-desktop-6 .produto-item-badges .b-item{margin-top:10px}.card-desktop-6 .produto-item-badges .b-item img{width:auto!important;max-width:40px}.card-desktop-6 .produto-item-badges .badges-wrapper{background-color:#0057a6;color:#fff;border-radius:5px;font-size:16px;padding:5px}.card-desktop-6 .product-sku{font-size:12px;color:gray;font-weight:700}.card-desktop-6 .product-sku .code{color:#000}.card-desktop-6 .btns-store{width:36px;height:auto;top:9px;right:18px;position:absolute;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-desktop-6 .btns-store img{max-width:20px}.card-desktop-6 .btns-store .titulo{display:none;position:absolute;width:-webkit-max-content;width:-moz-max-content;width:max-content;right:24px;padding:4px 10px;top:0;border-radius:5px 0 0 5px}.card-desktop-6 .btns-store .frete-gratis{background-color:#609652;border-radius:5px;position:relative;padding:4px;opacity:.7}.card-desktop-6 .btns-store .frete-gratis:hover .titulo{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;background-color:#609652;color:#fff}.card-desktop-6 .btns-store .novo{background-color:#0072e9;border-radius:5px;position:relative;padding:4px;opacity:.7}.card-desktop-6 .btns-store .novo:hover .titulo{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;background-color:#0072e9;color:#fff}.card-desktop-6 .btns-store .loved-it{position:relative;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.card-desktop-6 .btns-store .loved-it .loved-it-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer}.card-desktop-6 .btns-store .loved-it .loved-it-figure,.card-desktop-6 .btns-store .loved-it .loved-it-link{height:40px;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}.card-desktop-6 .btns-store .loved-it .loved-it-figure{margin-bottom:0!important;width:69%;position:relative}.card-desktop-6 .btns-store .loved-it .loved-it-figure .loved-it-img{width:100%;height:100%;position:absolute;margin:auto;background:url(/images/like-heart.svg?99b0607db111fc703b0b118de4ebba44);background-position:50%;background-repeat:no-repeat;background-size:contain}.card-desktop-6 .btns-store .loved-it .loved-it-title{color:#000;font-size:.7em;font-weight:400;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.card-desktop-6 .btns-store .loved-it .loved-it-link.hearted .loved-it-figure .loved-it-img{background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-6 .btns-store .loved-it .loved-it-link.hearted .loved-it-title{color:#d75a4a}.card-desktop-6 .btns-store .loved-it .loved-it-link-hearted .loved-it-figure .loved-it-img{background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-6 .produto-no-carrinho{border:1px solid #c1c1c1;width:100%;height:38px;border-radius:5px;color:#16a954;font-size:14px;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;width:calc(100% - 55px)}.card-desktop-6 .open-sans{font-family:open-sans;font-size:16px}.card-desktop-6 .ref-marca{color:#ffae00;font-size:12px;text-transform:uppercase}.card-desktop-6 .ref-produto{font-size:12px}.card-desktop-6 .infos{font-size:12px;color:#757474}.card-desktop-6 .product-preview{width:100%;height:205px;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;margin-bottom:10px}.card-desktop-6 .product-preview .preview-img{max-width:100%;max-height:200px}.card-desktop-6 .card-desktop-10 .texts .product-subtitle-small,.card-desktop-6 .product-subtitle-small,.card-desktop-6 .product-title,.card-desktop-10 .texts .card-desktop-6 .product-subtitle-small{color:#4b4b4b;font-size:18px;word-break:break-word;text-transform:capitalize;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card-desktop-6 .product-subtitle,.card-desktop-6 .product-subtitle-small{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card-desktop-6 .product-subtitle-small{font-size:12px}.card-desktop-6 .precos-card{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.card-desktop-6 .text-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.card-desktop-6 .product-out-stock,.card-desktop-6 .product-price{color:#00b13b;font-size:25px;font-weight:700;margin-bottom:0}.card-desktop-6 .old.product-out-stock,.card-desktop-6 .product-price.old{color:#686868;font-size:14px;text-decoration:line-through}.card-desktop-6 .product-installments{font-size:16px}.card-desktop-6 .product-out-stock{color:#d04b3e;text-align:center;padding:5px 10px;font-size:18px}.card-desktop-6 .aviseme{cursor:pointer;font-weight:700;text-align:center;padding:10px;border:2px solid #343434;background-color:#343434;color:#fff;width:calc(100% - 35px);-webkit-transition:all .25s ease;transition:all .25s ease;border-radius:10px}.card-desktop-6 .aviseme:hover{background-color:#fff;color:#343434}.card-desktop-6 .add-carrinho,.card-desktop-6 .product-options{margin-top:15px}.card-desktop-6 .add-carrinho .item-add-to-cart,.card-desktop-6 .product-options .item-add-to-cart{cursor:pointer;font-weight:700;width:100%;padding:10px;border:2px solid #00b13b;background-color:#00b13b;color:#fff;font-size:16px;-webkit-transition:all .25s ease;transition:all .25s ease;border-radius:10px}.card-desktop-6 .add-carrinho .item-add-to-cart:hover,.card-desktop-6 .product-options .item-add-to-cart:hover{background-color:#fff;color:#00b13b}@media (max-width:979px){.card-desktop-6{zoom:.75;width:80%}}@media (max-width:840px){.card-desktop-6{zoom:.9;width:80%}}@media (max-width:605px){.card-desktop-6{zoom:.75}.card-desktop-6 .add-carrinho .item-add-to-cart,.card-desktop-6 .product-options .item-add-to-cart{width:100%}.card-desktop-6 .produto-no-carrinho{width:100%;font-size:12px}}@media (max-width:510px){.card-desktop-6{zoom:.6;width:90%}}@media (max-width:410px){.card-desktop-6{zoom:.89;width:90%}}@media (max-width:290px){.card-desktop-6{width:100%}}@media (max-width:260px){.card-desktop-6{width:100%}}.var-imagem{position:relative}.var-tipo:hover .details-variacao-imagem{display:block}.details-variacao-imagem{background-repeat:no-repeat;background-position:50%;background-color:#fff;z-index:5;display:none;width:180px;height:125px;position:absolute;right:-75px;top:50px;font-size:.75em;text-align:center;-webkit-box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-moz-box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-ms-transform:0 2px 5px -2px rgba(0,0,0,.7);-o-transform:0 2px 5px -2px rgba(0,0,0,.7);box-shadow:0 2px 5px -2px rgba(0,0,0,.7);-webkit-transition:all .25s ease;transition:all .25s ease}.details-variacao-imagem:before{content:"";position:absolute;display:block;top:-15%;width:100%;height:115%;background-color:transparent}.details-variacao-imagem span{display:block;position:absolute;width:100%;bottom:15px;background-color:#fff;padding:5px;color:#000}#search .card-desktop-6{width:calc(22% - 10px);padding:15px;height:auto;margin:6px;position:relative;background-color:#fff;zoom:.84}#search .card-desktop-6:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-moz-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-ms-transform:0 20px 23px -10px rgba(0,0,0,.3);-o-transform:0 20px 23px -10px rgba(0,0,0,.3);box-shadow:0 20px 23px -10px rgba(0,0,0,.3)}#search .card-desktop-6 figure{height:260px;margin-bottom:15px;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}#search .card-desktop-6 figure img{max-width:100%;max-height:100%}#search .card-desktop-6 .product-preview{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}#search .card-desktop-6 .descicao-produto{padding:0 0 20px 20px}#search .card-desktop-6 .descicao-produto .item-nome{color:#4b4b4b;font-size:.95em;font-weight:500;text-transform:uppercase}#search .card-desktop-6 .descicao-produto .item-preco{text-decoration:none;color:#37b191;font-size:1.12em;font-weight:500;margin:4px 0}#search .card-desktop-6 .descicao-produto .product-installments{color:#686868;font-size:.8em}#search .card-desktop-6 .item-sem-estoque,#search .card-desktop-6 .preco-por-consulta{color:#0057a6}@media (max-width:1280px){#search .card-desktop-6{width:calc(29% - 10px)}}@media (max-width:764px){#search .card-desktop-6{width:calc(45% - 10px)}}@media (max-width:680px){#search .card-desktop-6{width:calc(42% - 10px)}}@media (max-width:564px){#search .card-desktop-6{width:100%}}@media screen and (max-width:767px){#search .card-desktop-6{height:auto}}.card-desktop-7{min-height:390px;width:275px;padding:10px;margin:10px;margin-bottom:20px;position:relative;font-size:.8em;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff}.card-desktop-7,.card-desktop-7 .btns-store{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-desktop-7 .btns-store{width:36px;height:auto;top:9px;right:18px;z-index:1;position:absolute;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-desktop-7 .btns-store img{max-width:20px}.card-desktop-7 .btns-store .loved-it{position:relative;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.card-desktop-7 .btns-store .loved-it .loved-it-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer}.card-desktop-7 .btns-store .loved-it .loved-it-figure,.card-desktop-7 .btns-store .loved-it .loved-it-link{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}.card-desktop-7 .btns-store .loved-it .loved-it-figure{margin-bottom:0!important;width:69%;height:56px!important;position:relative}.card-desktop-7 .btns-store .loved-it .loved-it-figure .loved-it-img{width:100%;height:100%;position:absolute;margin:auto;background:url(/images/like-heart.svg?99b0607db111fc703b0b118de4ebba44);background-position:50%;background-repeat:no-repeat;background-size:contain}.card-desktop-7 .btns-store .loved-it .loved-it-title{color:#000;font-size:.7em;font-weight:400;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.card-desktop-7 .btns-store .loved-it .loved-it-link.hearted .loved-it-figure .loved-it-img{background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-7 .btns-store .loved-it .loved-it-link.hearted .loved-it-title{color:#d75a4a}.card-desktop-7 .btns-store .loved-it .loved-it-link-hearted .loved-it-figure .loved-it-img{background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-7 .product-preview{width:100%;height:330px;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;margin-bottom:10px}.card-desktop-7 .product-preview .preview-img{max-width:100%;max-height:100%;width:auto;height:auto}.card-desktop-7 .badges{position:absolute;top:0;left:0}.card-desktop-7 .badges .produto-item-badges{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-desktop-7 .badges .produto-item-badges .b-item{margin-top:10px}.card-desktop-7 .badges .produto-item-badges .b-item img{width:auto!important;max-width:40px}.card-desktop-7 .card-desktop-10 .texts .product-subtitle-small,.card-desktop-7 .product-subtitle-small,.card-desktop-7 .product-title,.card-desktop-10 .texts .card-desktop-7 .product-subtitle-small{color:#4b4b4b;font-size:1.1em;font-weight:700;margin-bottom:10px}.card-desktop-1 .card-desktop-7 .product-out-stock,.card-desktop-2 .card-desktop-7 .product-out-stock,.card-desktop-3 .card-desktop-7 .product-out-stock,.card-desktop-4 .card-desktop-7 .product-out-stock,.card-desktop-5 .card-desktop-7 .product-out-stock,.card-desktop-6 .card-desktop-7 .product-out-stock,.card-desktop-7 .card-desktop-1 .product-out-stock,.card-desktop-7 .card-desktop-2 .product-out-stock,.card-desktop-7 .card-desktop-3 .product-out-stock,.card-desktop-7 .card-desktop-4 .product-out-stock,.card-desktop-7 .card-desktop-5 .product-out-stock,.card-desktop-7 .card-desktop-6 .product-out-stock,.card-desktop-7 .card-desktop-8 .product-out-stock,.card-desktop-7 .card-desktop-11 .product-out-stock,.card-desktop-7 .card-desktop-12 .product-out-stock,.card-desktop-7 .product-price,.card-desktop-8 .card-desktop-7 .product-out-stock,.card-desktop-11 .card-desktop-7 .product-out-stock,.card-desktop-12 .card-desktop-7 .product-out-stock{color:#363435;font-size:1.4em;font-weight:700;margin-bottom:0}.card-desktop-1 .card-desktop-7 .old.product-out-stock,.card-desktop-2 .card-desktop-7 .old.product-out-stock,.card-desktop-3 .card-desktop-7 .old.product-out-stock,.card-desktop-4 .card-desktop-7 .old.product-out-stock,.card-desktop-5 .card-desktop-7 .old.product-out-stock,.card-desktop-6 .card-desktop-7 .old.product-out-stock,.card-desktop-7 .card-desktop-1 .old.product-out-stock,.card-desktop-7 .card-desktop-2 .old.product-out-stock,.card-desktop-7 .card-desktop-3 .old.product-out-stock,.card-desktop-7 .card-desktop-4 .old.product-out-stock,.card-desktop-7 .card-desktop-5 .old.product-out-stock,.card-desktop-7 .card-desktop-6 .old.product-out-stock,.card-desktop-7 .card-desktop-8 .old.product-out-stock,.card-desktop-7 .card-desktop-11 .old.product-out-stock,.card-desktop-7 .card-desktop-12 .old.product-out-stock,.card-desktop-7 .product-price.old,.card-desktop-8 .card-desktop-7 .old.product-out-stock,.card-desktop-11 .card-desktop-7 .old.product-out-stock,.card-desktop-12 .card-desktop-7 .old.product-out-stock{font-size:.9em;color:#686868;text-decoration:line-through;padding-right:15px}.card-desktop-7 .sku{color:gray;font-size:10px}.card-desktop-7 .product-installments{margin-bottom:20px}.card-desktop-7 .item-add-to-cart{cursor:pointer;width:100%;padding:5px 10px;border:1px solid #4b4b4b;background-color:#fff;color:#4b4b4b;-webkit-transition:all .25s ease;transition:all .25s ease}.card-desktop-7 .item-add-to-cart:hover{color:#0057a6;border:1px solid #0057a6}.card-desktop-7 .produto-carrinho{border:1px solid #c1c1c1;width:100%;height:30px;border-radius:5px;color:#16a954;font-size:14px;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}@media (max-width:320px){.card-desktop-7{width:215px}}.card-desktop-7 .product-sku{font-size:12px;color:gray;font-weight:700}.card-desktop-7 .product-sku .code{color:#000}#search .card-desktop-7{width:calc(23% - 10px);margin-left:0;margin-right:10px;margin-bottom:20px;position:relative;background-color:#fff;zoom:.84}#search .card-desktop-7:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-moz-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-ms-transform:0 20px 23px -10px rgba(0,0,0,.3);-o-transform:0 20px 23px -10px rgba(0,0,0,.3);box-shadow:0 20px 23px -10px rgba(0,0,0,.3)}#search .card-desktop-7 figure{height:260px;margin-bottom:15px;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}#search .card-desktop-7 figure img{height:auto;max-width:100%;max-height:100%;width:auto}#search .card-desktop-7 .product-preview{height:526px}#search .card-desktop-7 .descicao-produto{padding:0 0 20px 20px}#search .card-desktop-7 .descicao-produto .item-nome{color:#4b4b4b;font-size:.95em;font-weight:500;text-transform:uppercase}#search .card-desktop-7 .descicao-produto .item-preco{text-decoration:none;color:#37b191;font-size:1.12em;font-weight:500;margin:4px 0}#search .card-desktop-7 .descicao-produto .product-installments{color:#686868;font-size:.8em}#search .card-desktop-7 .item-sem-estoque,#search .card-desktop-7 .preco-por-consulta{color:#0057a6}@media (max-width:1297px){#search .card-desktop-7{width:calc(29% - 10px)}}@media (max-width:1021px){#search .card-desktop-7{width:calc(30% - 10px)}}@media (max-width:815px){#search .card-desktop-7{width:calc(27% - 10px)}}@media (max-width:764px){#search .card-desktop-7{width:calc(46% - 10px)}}@media (max-width:564px){#search .card-desktop-7{width:100%}}.card-desktop-8{border:1px solid #c1c1c1;width:250px;min-height:250px;padding:20px;margin:10px;margin-bottom:20px;position:relative;font-size:.8em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff}.card-desktop-8 .badges{position:absolute;top:16px;left:20px}.card-desktop-8 .badges .desconto{background-color:#363435;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;border-radius:50%;width:40px;height:40px;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;line-height:1;margin-bottom:10px}.card-desktop-8 .badges .b-item{margin-bottom:10px}.card-desktop-8 .badges .b-item img{width:auto!important;max-width:40px}.card-desktop-8 .btns-store{width:36px;height:auto;top:9px;right:18px;position:absolute;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-desktop-8 .btns-store img{max-width:20px}.card-desktop-8 .btns-store .titulo{display:none;position:absolute;width:-webkit-max-content;width:-moz-max-content;width:max-content;right:24px;padding:4px 10px;top:0;border-radius:5px 0 0 5px}.card-desktop-8 .btns-store .frete-gratis{background-color:#609652;border-radius:5px;position:relative;padding:4px;opacity:.7}.card-desktop-8 .btns-store .frete-gratis:hover .titulo{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;background-color:#609652;color:#fff}.card-desktop-8 .btns-store .novo{background-color:#0072e9;border-radius:5px;position:relative;padding:4px;opacity:.7}.card-desktop-8 .btns-store .novo:hover .titulo{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;background-color:#0072e9;color:#fff}.card-desktop-8 .btns-store .loved-it{position:relative;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.card-desktop-8 .btns-store .loved-it .loved-it-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer}.card-desktop-8 .btns-store .loved-it .loved-it-figure,.card-desktop-8 .btns-store .loved-it .loved-it-link{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}.card-desktop-8 .btns-store .loved-it .loved-it-figure{margin-bottom:0!important;width:69%;height:40px;position:relative}.card-desktop-8 .btns-store .loved-it .loved-it-figure .loved-it-img{width:100%;height:100%;position:absolute;margin:auto;background:url(/images/like-heart.svg?99b0607db111fc703b0b118de4ebba44);background-position:50%;background-repeat:no-repeat;background-size:contain}.card-desktop-8 .btns-store .loved-it .loved-it-title{color:#000;font-size:.7em;font-weight:400;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.card-desktop-8 .btns-store .loved-it .loved-it-link.hearted .loved-it-figure .loved-it-img{background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-8 .btns-store .loved-it .loved-it-link.hearted .loved-it-title{color:#d75a4a}.card-desktop-8 .btns-store .loved-it .loved-it-link-hearted .loved-it-figure .loved-it-img{background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-8 .line{text-decoration:line-through}.card-desktop-8 .product-preview{width:100%;height:275px;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;margin-bottom:10px}.card-desktop-8 .product-preview .preview-img{max-width:100%;max-height:100%;width:auto;height:auto}@media (max-width:858px){.card-desktop-8 .product-preview .preview-img{max-width:260px;max-height:200px}}.card-desktop-8 .quantidade{border:1px solid #c1c1c1;height:30px;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;border-radius:3px}.card-desktop-8 .quantidade .quantity{border:none}.card-desktop-8 .quantidade .quantity:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.card-desktop-8 .card-desktop-10 .texts .product-subtitle-small,.card-desktop-8 .product-subtitle-small,.card-desktop-8 .product-title,.card-desktop-10 .texts .card-desktop-8 .product-subtitle-small{color:#656565;font-size:14px;margin-bottom:10px}.card-desktop-8 .product-out-stock,.card-desktop-8 .product-price{color:#3e3e3e;font-size:18px;font-weight:700;margin-bottom:0}.card-desktop-8 .old.product-out-stock,.card-desktop-8 .product-price.old{font-size:14px;color:#686868}.card-desktop-8 .product-installments{margin-bottom:20px;color:#37b169}.card-desktop-8 .product-out-stock{text-align:center;color:#d04b3e}.card-desktop-8 .item-add-to-cart{cursor:pointer;font-weight:700;width:100%;height:38px;font-size:14px;padding:5px 10px;border:1px solid #cecece;border-radius:5px;background-color:#2c8a52;color:#fff;-webkit-transition:all .25s ease;transition:all .25s ease}.card-desktop-8 .item-add-to-cart:hover{border:1px solid #1a5030;background-color:#1a5030}.card-desktop-8 .item-add-to-cart:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.card-desktop-8 .produto-carrinho{border:1px solid #c1c1c1;width:100%;height:30px;border-radius:5px;color:#16a954;font-size:14px;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}@media (max-width:979px){.card-desktop-8{margin:0;margin-bottom:0;zoom:.75;width:80%}}@media (max-width:840px){.card-desktop-8{zoom:.9;width:80%}.card-desktop-8 .product-preview{height:auto}}@media (max-width:605px){.card-desktop-8{zoom:.75}}@media (max-width:510px){.card-desktop-8{zoom:.8;width:70%}}@media (max-width:490px){.card-desktop-8{zoom:.78;width:90%}.card-desktop-8 .product-preview{margin:0}.card-desktop-8 .card-desktop-10 .texts .product-subtitle-small,.card-desktop-8 .product-subtitle-small,.card-desktop-8 .product-title,.card-desktop-10 .texts .card-desktop-8 .product-subtitle-small{font-size:20px;margin-bottom:0}.card-desktop-8 .item-add-to-cart,.card-desktop-8 .product-out-stock,.card-desktop-8 .product-price{font-size:20px}.card-desktop-8 .product-installments{font-size:16px;margin-bottom:0}}@media (max-width:455px){.card-desktop-8{zoom:.65}}@media (max-width:375px){.card-desktop-8{zoom:.5}}.card-desktop-8 .product-sku{font-size:12px;color:gray;font-weight:700}.card-desktop-8 .product-sku .code{color:#000}#search .card-desktop-8{width:calc(21% - 10px);margin-left:0;margin-right:10px;margin-bottom:20px;position:relative;background-color:#fff;zoom:.84}#search .card-desktop-8:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-moz-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-ms-transform:0 20px 23px -10px rgba(0,0,0,.3);-o-transform:0 20px 23px -10px rgba(0,0,0,.3);box-shadow:0 20px 23px -10px rgba(0,0,0,.3)}#search .card-desktop-8 figure{margin-bottom:15px;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}#search .card-desktop-8 figure img{height:auto;max-width:100%;max-height:100%;width:auto}#search .card-desktop-8 figure.off:before{content:attr(data-off) "% OFF";width:42px;height:42px;border:1px solid #0057a6;color:#0057a6;font-size:.75em;font-weight:600;text-align:center;line-height:1;position:absolute;right:20px;top:8px}#search .card-desktop-8 .product-preview,#search .card-desktop-8 figure.off:before{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}#search .card-desktop-8 .descicao-produto{padding:0 0 20px 20px}#search .card-desktop-8 .descicao-produto .item-nome{color:#4b4b4b;font-size:.95em;font-weight:500;text-transform:uppercase}#search .card-desktop-8 .descicao-produto .item-preco{text-decoration:none;color:#37b191;font-size:1.12em;font-weight:500;margin:4px 0}#search .card-desktop-8 .descicao-produto .product-installments{color:#686868;font-size:.8em}#search .card-desktop-8 .item-sem-estoque,#search .card-desktop-8 .preco-por-consulta{color:#0057a6}@media (max-width:1282px){#search .card-desktop-8{width:calc(20% - 10px)}}@media (max-width:1080px){#search .card-desktop-8{width:calc(27% - 10px)}}@media (max-width:979px){#search .card-desktop-8{width:calc(40% - 10px)}}@media (max-width:858px){#search .card-desktop-8{width:calc(27% - 10px)}#search .card-desktop-8 .preview-img{max-width:100%;max-height:100%;width:auto;height:auto}}@media (max-width:764px){#search .card-desktop-8{width:calc(41% - 10px)}}@media (max-width:680px){#search .card-desktop-8{width:calc(42% - 10px)}}@media (max-width:565px){#search .card-desktop-8{width:calc(42% - 0px);margin:3px}#search .card-desktop-8 .product-preview{height:165px}}@media (max-width:523px){#search .card-desktop-8{width:calc(40% - 0px)}}@media (max-width:427px){#search .card-desktop-8{width:calc(38% - 0px)}}@media (max-width:361px){#search .card-desktop-8{width:calc(37% - 3px)}#search .card-desktop-8 .product-subtitle-small,#search .card-desktop-8 .product-title{font-size:12px;margin-bottom:0}#search .card-desktop-8 .product-out-stock,#search .card-desktop-8 .product-price{font-size:12px}#search .card-desktop-8 .product-preview{height:125px}#search .card-desktop-8 .product-installments{margin-bottom:0}}@media (max-width:290px){#search .card-desktop-8{width:calc(90% - 10px)}}.card-desktop-9{border:1px solid #e5e3e3;border-radius:10px;width:280px;min-height:240px;position:relative;font-size:.8em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff}.card-desktop-9:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-shadow:0 5px 30px -20px rgba(0,0,0,.3);-moz-box-shadow:0 5px 30px -20px rgba(0,0,0,.3);-ms-transform:0 5px 30px -20px rgba(0,0,0,.3);-o-transform:0 5px 30px -20px rgba(0,0,0,.3);box-shadow:0 5px 30px -20px rgba(0,0,0,.3)}.card-desktop-9 .desconto{background-color:#004182;color:#fff;line-height:1;width:42px;height:42px;border-radius:50%;font-family:ArialRoundedMT;font-weight:500;font-size:10px}.card-desktop-9 .btns-store,.card-desktop-9 .desconto{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}.card-desktop-9 .btns-store{width:36px;height:auto;top:9px;right:18px;position:absolute;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-desktop-9 .btns-store .loved-it{position:relative;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.card-desktop-9 .btns-store .loved-it .loved-it-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer}.card-desktop-9 .btns-store .loved-it .loved-it-figure,.card-desktop-9 .btns-store .loved-it .loved-it-link{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}.card-desktop-9 .btns-store .loved-it .loved-it-figure{margin-bottom:0!important;width:69%;height:40px;position:relative}.card-desktop-9 .btns-store .loved-it .loved-it-figure .loved-it-img{width:100%;height:100%;position:absolute;margin:auto;background:url(/images/like-heart.svg?99b0607db111fc703b0b118de4ebba44);background-position:50%;background-repeat:no-repeat;background-size:contain}.card-desktop-9 .btns-store .loved-it .loved-it-title{color:#000;font-size:.7em;font-weight:400;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.card-desktop-9 .btns-store .loved-it .loved-it-link.hearted .loved-it-figure .loved-it-img{background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-9 .btns-store .loved-it .loved-it-link.hearted .loved-it-title{color:#d75a4a}.card-desktop-9 .btns-store .loved-it .loved-it-link-hearted .loved-it-figure .loved-it-img{background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-9 .badges{border-bottom:1px solid #e5e3e3;height:1px;position:relative;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}.card-desktop-9 .badges.topo{border-bottom:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;top:12px;left:14px;height:auto;position:absolute}.card-desktop-9 .badges.topo .b-item img{max-width:45px}.card-desktop-9 .badges .stars{background:#fff;border:1px solid #dee2e6;padding:3px 8px;border-radius:5px}.card-desktop-9 .texts{padding:22px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;font-family:ArialRoundedMT;font-weight:500;font-size:12px}.card-desktop-9 .texts .stars i{font-size:16px}.card-desktop-9 .texts .avaliacoes{font-size:16px;color:#343434}.card-desktop-9 .texts .product-preview{width:100%;height:280px;margin-bottom:10px;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}.card-desktop-9 .texts .product-preview .preview-img{max-width:250px;max-height:250px;width:auto;height:auto}.card-desktop-9 .texts .product-subtitle-small,.card-desktop-9 .texts .product-title{color:#343434;margin-bottom:10px;font-size:14px;font-weight:500}.card-desktop-1 .card-desktop-9 .texts .product-out-stock,.card-desktop-2 .card-desktop-9 .texts .product-out-stock,.card-desktop-3 .card-desktop-9 .texts .product-out-stock,.card-desktop-4 .card-desktop-9 .texts .product-out-stock,.card-desktop-5 .card-desktop-9 .texts .product-out-stock,.card-desktop-6 .card-desktop-9 .texts .product-out-stock,.card-desktop-8 .card-desktop-9 .texts .product-out-stock,.card-desktop-9 .texts .card-desktop-1 .product-out-stock,.card-desktop-9 .texts .card-desktop-2 .product-out-stock,.card-desktop-9 .texts .card-desktop-3 .product-out-stock,.card-desktop-9 .texts .card-desktop-4 .product-out-stock,.card-desktop-9 .texts .card-desktop-5 .product-out-stock,.card-desktop-9 .texts .card-desktop-6 .product-out-stock,.card-desktop-9 .texts .card-desktop-8 .product-out-stock,.card-desktop-9 .texts .card-desktop-11 .product-out-stock,.card-desktop-9 .texts .card-desktop-12 .product-out-stock,.card-desktop-9 .texts .product-price,.card-desktop-11 .card-desktop-9 .texts .product-out-stock,.card-desktop-12 .card-desktop-9 .texts .product-out-stock{color:#19a565;font-size:18px;font-weight:700;margin-bottom:0}.card-desktop-1 .card-desktop-9 .texts .old.product-out-stock,.card-desktop-2 .card-desktop-9 .texts .old.product-out-stock,.card-desktop-3 .card-desktop-9 .texts .old.product-out-stock,.card-desktop-4 .card-desktop-9 .texts .old.product-out-stock,.card-desktop-5 .card-desktop-9 .texts .old.product-out-stock,.card-desktop-6 .card-desktop-9 .texts .old.product-out-stock,.card-desktop-8 .card-desktop-9 .texts .old.product-out-stock,.card-desktop-9 .texts .card-desktop-1 .old.product-out-stock,.card-desktop-9 .texts .card-desktop-2 .old.product-out-stock,.card-desktop-9 .texts .card-desktop-3 .old.product-out-stock,.card-desktop-9 .texts .card-desktop-4 .old.product-out-stock,.card-desktop-9 .texts .card-desktop-5 .old.product-out-stock,.card-desktop-9 .texts .card-desktop-6 .old.product-out-stock,.card-desktop-9 .texts .card-desktop-8 .old.product-out-stock,.card-desktop-9 .texts .card-desktop-11 .old.product-out-stock,.card-desktop-9 .texts .card-desktop-12 .old.product-out-stock,.card-desktop-9 .texts .product-price.old,.card-desktop-11 .card-desktop-9 .texts .old.product-out-stock,.card-desktop-12 .card-desktop-9 .texts .old.product-out-stock{font-size:12px;color:#686868;text-decoration:line-through}.card-desktop-9 .texts .product-installments{margin-bottom:20px;color:#37b169}.card-desktop-9 .texts .product-out-stock{background-color:#343434;text-align:center;padding:5px 10px;margin-bottom:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.card-desktop-9 .texts .espiar,.card-desktop-9 .texts .product-out-stock{color:#fff;border-radius:50px;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}.card-desktop-9 .texts .espiar{background-color:#004182;padding:0 12px}.card-desktop-9 .texts .espiar:hover{background-color:#001b36;text-decoration:none}.card-desktop-9 .texts .item-add-to-cart,.card-desktop-9 .texts .product-options-add{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card-desktop-9 .texts .item-add-to-cart{cursor:pointer;font-weight:700;padding:5px 10px;border-radius:50px;border:1px solid #19a565;background-color:#19a565;color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .25s ease;transition:all .25s ease}.card-desktop-9 .texts .item-add-to-cart:hover{border:1px solid #2c8a52;background-color:#2c8a52;color:#fff}@media (max-width:979px){.card-desktop-9{zoom:.75;width:80%}}@media (max-width:840px){.card-desktop-9{width:95%}.card-desktop-9 .product-preview{height:auto}}@media (max-width:605px){.card-desktop-9{zoom:.75}}@media (max-width:510px){.card-desktop-9{zoom:.5;width:90%}}@media (max-width:490px){.card-desktop-9{width:100%;margin:0}.card-desktop-9 .product-preview{margin:0}.card-desktop-9 .card-desktop-10 .texts .product-subtitle-small,.card-desktop-9 .product-subtitle-small,.card-desktop-9 .product-title,.card-desktop-10 .texts .card-desktop-9 .product-subtitle-small{font-size:14px;margin-bottom:0}.card-desktop-9 .product-installments{margin-bottom:0}.card-desktop-9 .espiar img,.card-desktop-9 .item-add-to-cart img{display:none}.card-desktop-9 .desconto{width:65px;height:65px}}@media (max-width:330px){.card-desktop-9{zoom:.4}}.card-desktop-9 .product-sku{font-size:12px;color:gray;font-weight:700}.card-desktop-9 .product-sku .code{color:#000}#search .card-desktop-9{width:calc(24% - 10px);margin-left:0;margin-right:10px;margin-bottom:32px;position:relative;background-color:#fff;zoom:.84}#search .card-desktop-9:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-moz-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-ms-transform:0 20px 23px -10px rgba(0,0,0,.3);-o-transform:0 20px 23px -10px rgba(0,0,0,.3);box-shadow:0 20px 23px -10px rgba(0,0,0,.3)}#search .card-desktop-9 .preview-img{max-width:100%;max-height:100%}#search .card-desktop-9 figure{margin-bottom:15px;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}#search .card-desktop-9 figure img{height:auto;max-width:100%;max-height:100%;width:auto}#search .card-desktop-9 figure.off:before{content:attr(data-off) "% OFF";width:42px;height:42px;border:1px solid #0057a6;color:#0057a6;font-size:.75em;font-weight:600;text-align:center;line-height:1;position:absolute;right:20px;top:8px}#search .card-desktop-9 .product-preview,#search .card-desktop-9 figure.off:before{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}#search .card-desktop-9 .descicao-produto{padding:0 0 20px 20px}#search .card-desktop-9 .descicao-produto .item-nome{color:#4b4b4b;font-size:.95em;font-weight:500;text-transform:uppercase}#search .card-desktop-9 .descicao-produto .item-preco{text-decoration:none;color:#37b191;font-size:1.12em;font-weight:500;margin:4px 0}#search .card-desktop-9 .descicao-produto .product-installments{color:#686868;font-size:.8em}#search .card-desktop-9 .item-sem-estoque,#search .card-desktop-9 .preco-por-consulta{color:#0057a6}@media (max-width:1080px){#search .card-desktop-9{width:calc(32% - 10px)}}@media (max-width:858px){#search .card-desktop-9{width:calc(49% - 10px)}}@media (max-width:427px){#search .card-desktop-9{width:100%}}.card-desktop-10{border:1px solid #e5e3e3;background-color:#fff;border-radius:10px;width:280px;min-height:240px;position:relative;font-size:.8em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.card-desktop-10:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-shadow:0 5px 30px -20px rgba(0,0,0,.3);-moz-box-shadow:0 5px 30px -20px rgba(0,0,0,.3);-ms-transform:0 5px 30px -20px rgba(0,0,0,.3);-o-transform:0 5px 30px -20px rgba(0,0,0,.3);box-shadow:0 5px 30px -20px rgba(0,0,0,.3);-webkit-transform:translateY(-7px);transform:translateY(-7px)}.card-desktop-10 .desconto{background-color:#004182;color:#fff;line-height:1;width:42px;height:42px;border-radius:50%;font-family:ArialRoundedMT;font-weight:500;font-size:10px}.card-desktop-10 .btns-store,.card-desktop-10 .desconto{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}.card-desktop-10 .btns-store{width:36px;height:auto;top:9px;right:18px;position:absolute;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-desktop-10 .btns-store .loved-it{position:relative;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.card-desktop-10 .btns-store .loved-it .loved-it-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer}.card-desktop-10 .btns-store .loved-it .loved-it-figure,.card-desktop-10 .btns-store .loved-it .loved-it-link{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}.card-desktop-10 .btns-store .loved-it .loved-it-figure{margin-bottom:0!important;width:85%;height:46px;position:relative}.card-desktop-10 .btns-store .loved-it .loved-it-figure .loved-it-img{width:100%;height:100%;position:absolute;margin:auto;background:url(/images/love.svg?1fa11384074163c7700bf371e19e98d5);background-position:50%;background-repeat:no-repeat;background-size:contain}.card-desktop-10 .btns-store .loved-it .loved-it-title{color:#000;font-size:.7em;font-weight:400;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.card-desktop-10 .btns-store .loved-it .loved-it-link.hearted .loved-it-figure .loved-it-img{width:90%;height:86%;background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-10 .btns-store .loved-it .loved-it-link.hearted .loved-it-title{color:#d75a4a}.card-desktop-10 .btns-store .loved-it .loved-it-link-hearted .loved-it-figure .loved-it-img{background-image:url(/images/like.svg?b49e95c3627226b84ca76e89cf21cfe2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-10 .badges{border-bottom:1px solid #e5e3e3;height:1px;position:relative}.card-desktop-10 .badges.topo{border-bottom:none}.card-desktop-10 .badges.topo .b-item img{max-width:45px}.card-desktop-10 .badges .marca{position:absolute;left:15px;top:-27px;background-color:#fff;border:1px solid #e5e3e3;border-radius:50%;height:50px;width:50px;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}.card-desktop-10 .badges .marca img{max-width:35px}.card-desktop-10 .badges .infos{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;right:15px;top:-18px}.card-desktop-10 .badges .infos .info{background-color:#fff;border:1px solid #e5e3e3;border-radius:50%;height:35px;width:35px;margin-left:8px;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}.card-desktop-10 .badges .infos .info img{max-width:25px}.card-desktop-10 .texts{padding:22px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;font-family:ArialRoundedMT;font-weight:500;font-size:12px}.card-desktop-10 .texts .stars i{font-size:16px}.card-desktop-10 .texts .avaliacoes{font-size:16px;color:#343434}.card-desktop-10 .texts .product-preview{width:100%;height:255px;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;margin-bottom:10px}.card-desktop-10 .texts .product-preview .preview-img{max-width:250px;max-height:250px;width:auto;height:auto}.card-desktop-10 .texts .product-subtitle-small,.card-desktop-10 .texts .product-title{color:#343434;margin-bottom:10px;font-size:14px;font-weight:500}.card-desktop-10 .texts .product-subtitle,.card-desktop-10 .texts .product-subtitle-small{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card-desktop-10 .texts .product-subtitle-small{font-size:10px}.card-desktop-1 .card-desktop-10 .texts .product-out-stock,.card-desktop-2 .card-desktop-10 .texts .product-out-stock,.card-desktop-3 .card-desktop-10 .texts .product-out-stock,.card-desktop-4 .card-desktop-10 .texts .product-out-stock,.card-desktop-5 .card-desktop-10 .texts .product-out-stock,.card-desktop-6 .card-desktop-10 .texts .product-out-stock,.card-desktop-8 .card-desktop-10 .texts .product-out-stock,.card-desktop-10 .texts .card-desktop-1 .product-out-stock,.card-desktop-10 .texts .card-desktop-2 .product-out-stock,.card-desktop-10 .texts .card-desktop-3 .product-out-stock,.card-desktop-10 .texts .card-desktop-4 .product-out-stock,.card-desktop-10 .texts .card-desktop-5 .product-out-stock,.card-desktop-10 .texts .card-desktop-6 .product-out-stock,.card-desktop-10 .texts .card-desktop-8 .product-out-stock,.card-desktop-10 .texts .card-desktop-11 .product-out-stock,.card-desktop-10 .texts .card-desktop-12 .product-out-stock,.card-desktop-10 .texts .product-price,.card-desktop-11 .card-desktop-10 .texts .product-out-stock,.card-desktop-12 .card-desktop-10 .texts .product-out-stock{color:#19a565;font-size:18px;font-weight:700;margin-bottom:0}.card-desktop-1 .card-desktop-10 .texts .old.product-out-stock,.card-desktop-2 .card-desktop-10 .texts .old.product-out-stock,.card-desktop-3 .card-desktop-10 .texts .old.product-out-stock,.card-desktop-4 .card-desktop-10 .texts .old.product-out-stock,.card-desktop-5 .card-desktop-10 .texts .old.product-out-stock,.card-desktop-6 .card-desktop-10 .texts .old.product-out-stock,.card-desktop-8 .card-desktop-10 .texts .old.product-out-stock,.card-desktop-10 .texts .card-desktop-1 .old.product-out-stock,.card-desktop-10 .texts .card-desktop-2 .old.product-out-stock,.card-desktop-10 .texts .card-desktop-3 .old.product-out-stock,.card-desktop-10 .texts .card-desktop-4 .old.product-out-stock,.card-desktop-10 .texts .card-desktop-5 .old.product-out-stock,.card-desktop-10 .texts .card-desktop-6 .old.product-out-stock,.card-desktop-10 .texts .card-desktop-8 .old.product-out-stock,.card-desktop-10 .texts .card-desktop-11 .old.product-out-stock,.card-desktop-10 .texts .card-desktop-12 .old.product-out-stock,.card-desktop-10 .texts .product-price.old,.card-desktop-11 .card-desktop-10 .texts .old.product-out-stock,.card-desktop-12 .card-desktop-10 .texts .old.product-out-stock{font-size:12px;color:#686868;text-decoration:line-through}.card-desktop-10 .texts .product-installments{margin-bottom:20px;color:#37b169}.card-desktop-10 .texts .product-out-stock{background-color:#343434;text-align:center;padding:5px 10px;margin-bottom:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.card-desktop-10 .texts .espiar,.card-desktop-10 .texts .product-out-stock{color:#fff;border-radius:50px;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}.card-desktop-10 .texts .espiar{background-color:#004182;padding:0 12px;height:37px}.card-desktop-10 .texts .espiar:hover{background-color:#001b36;text-decoration:none}.card-desktop-10 .texts .item-add-to-cart{cursor:pointer;font-weight:700;padding:5px 10px;border-radius:50px;border:1px solid #19a565;background-color:#19a565;color:#fff;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;height:37px;-webkit-transition:all .25s ease;transition:all .25s ease}.card-desktop-10 .texts .item-add-to-cart:hover{border:1px solid #2c8a52;background-color:#2c8a52;color:#fff}@media (max-width:979px){.card-desktop-10{zoom:.75;width:80%}}@media (max-width:840px){.card-desktop-10{width:95%}.card-desktop-10 .product-preview{height:auto}}@media (max-width:605px){.card-desktop-10{zoom:.75}}@media (max-width:510px){.card-desktop-10{zoom:.5;width:90%}}@media (max-width:490px){.card-desktop-10{width:100%;margin:0}.card-desktop-10 .product-preview{margin:0}.card-desktop-10 .product-subtitle-small,.card-desktop-10 .product-title,.card-desktop-10 .texts .product-subtitle-small{font-size:14px;margin-bottom:0}.card-desktop-10 .product-installments{margin-bottom:0}.card-desktop-10 .espiar img,.card-desktop-10 .item-add-to-cart img{display:none}.card-desktop-10 .desconto{width:65px;height:65px}}@media (max-width:330px){.card-desktop-10{zoom:.4}}.card-desktop-10 .product-sku{font-size:12px;color:gray;font-weight:700}.card-desktop-10 .product-sku .code{color:#000}#search .card-desktop-10{width:calc(24% - 10px);margin-left:0;margin-right:10px;margin-bottom:20px;position:relative;background-color:#fff;zoom:.84}#search .card-desktop-10:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-moz-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-ms-transform:0 20px 23px -10px rgba(0,0,0,.3);-o-transform:0 20px 23px -10px rgba(0,0,0,.3);box-shadow:0 20px 23px -10px rgba(0,0,0,.3)}#search .card-desktop-10 figure{margin-bottom:15px;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}#search .card-desktop-10 figure img{height:auto;max-width:100%;max-height:100%;width:auto}#search .card-desktop-10 .product-preview{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}#search .card-desktop-10 .product-preview .preview-img{max-width:100%;max-height:100%}#search .card-desktop-10 .descicao-produto{padding:0 0 20px 20px}#search .card-desktop-10 .descicao-produto .item-nome{color:#4b4b4b;font-size:.95em;font-weight:500;text-transform:uppercase}#search .card-desktop-10 .descicao-produto .item-preco{text-decoration:none;color:#37b191;font-size:1.12em;font-weight:500;margin:4px 0}#search .card-desktop-10 .descicao-produto .product-installments{color:#686868;font-size:.8em}#search .card-desktop-10 .item-sem-estoque,#search .card-desktop-10 .preco-por-consulta{color:#0057a6}@media (max-width:1180px){#search .card-desktop-10{width:calc(33% - 10px)}}@media (max-width:636px){#search .card-desktop-10{width:calc(49% - 10px)}}@media (max-width:565px){#search .card-desktop-10{margin:3px}#search .card-desktop-10 .product-preview{height:165px}}@media (max-width:361px){#search .card-desktop-10{width:100%}#search .card-desktop-10 .product-subtitle-small,#search .card-desktop-10 .product-title{font-size:12px;margin-bottom:0}#search .card-desktop-10 .card-desktop-1 .product-out-stock,#search .card-desktop-10 .card-desktop-2 .product-out-stock,#search .card-desktop-10 .card-desktop-3 .product-out-stock,#search .card-desktop-10 .card-desktop-4 .product-out-stock,#search .card-desktop-10 .card-desktop-5 .product-out-stock,#search .card-desktop-10 .card-desktop-6 .product-out-stock,#search .card-desktop-10 .card-desktop-8 .product-out-stock,#search .card-desktop-10 .card-desktop-11 .product-out-stock,#search .card-desktop-10 .card-desktop-12 .product-out-stock,#search .card-desktop-10 .product-price,.card-desktop-1 #search .card-desktop-10 .product-out-stock,.card-desktop-2 #search .card-desktop-10 .product-out-stock,.card-desktop-3 #search .card-desktop-10 .product-out-stock,.card-desktop-4 #search .card-desktop-10 .product-out-stock,.card-desktop-5 #search .card-desktop-10 .product-out-stock,.card-desktop-6 #search .card-desktop-10 .product-out-stock,.card-desktop-8 #search .card-desktop-10 .product-out-stock,.card-desktop-11 #search .card-desktop-10 .product-out-stock,.card-desktop-12 #search .card-desktop-10 .product-out-stock{font-size:12px}#search .card-desktop-10 .product-preview{height:125px}#search .card-desktop-10 .product-installments{margin-bottom:0}}.card-desktop-11{border-radius:10px;width:250px;min-height:250px;padding:20px;margin:10px;margin-bottom:20px;position:relative;font-size:.8em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-family:Lato;font-weight:400}.card-desktop-11 .produto-item-badges{left:22px;top:12px}.card-desktop-11 .texts{text-align:center}.card-desktop-11 .btns-store{width:36px;height:auto;top:20px;right:21px;position:absolute;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-desktop-11 .btns-store img{max-width:20px}.card-desktop-11 .btns-store .titulo{display:none;position:absolute;width:-webkit-max-content;width:-moz-max-content;width:max-content;right:24px;padding:4px 10px;top:0;border-radius:5px 0 0 5px}.card-desktop-11 .btns-store .frete-gratis{background-color:#609652;border-radius:5px;position:relative;padding:4px;opacity:.7}.card-desktop-11 .btns-store .frete-gratis:hover .titulo{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;background-color:#609652;color:#fff}.card-desktop-11 .btns-store .novo{background-color:#0072e9;border-radius:5px;position:relative;padding:4px;opacity:.7}.card-desktop-11 .btns-store .novo:hover .titulo{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;background-color:#0072e9;color:#fff}.card-desktop-11 .btns-store .loved-it{position:relative;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.card-desktop-11 .btns-store .loved-it .loved-it-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer}.card-desktop-11 .btns-store .loved-it .loved-it-figure,.card-desktop-11 .btns-store .loved-it .loved-it-link{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}.card-desktop-11 .btns-store .loved-it .loved-it-figure{margin-bottom:0!important;width:76%;height:40px;position:relative}.card-desktop-11 .btns-store .loved-it .loved-it-figure .loved-it-img{width:100%;height:100%;position:absolute;margin:auto;background:url(/images/heart.svg?73558ebad0fffd5e9d88abf1d139c095);background-position:50%;background-repeat:no-repeat;background-size:contain}.card-desktop-11 .btns-store .loved-it .loved-it-title{color:#000;font-size:.7em;font-weight:400;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.card-desktop-11 .btns-store .loved-it .loved-it-link.hearted .loved-it-figure .loved-it-img{background-image:url(/images/heart-2.svg?706c3138d54dbceea244fa037c006ce4);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-11 .btns-store .loved-it .loved-it-link.hearted .loved-it-title{color:#d75a4a}.card-desktop-11 .btns-store .loved-it .loved-it-link-hearted .loved-it-figure .loved-it-img{background-image:url(/images/heart-2.svg?706c3138d54dbceea244fa037c006ce4);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:hearted;animation-name:hearted;-webkit-animation-direction:ease-out;animation-direction:ease-out}.card-desktop-11 .product-preview{width:100%;height:270px;-webkit-box-shadow:0 4px 30px rgba(0,0,0,.1);box-shadow:0 4px 30px rgba(0,0,0,.1);background-color:#fff;margin-bottom:10px;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}.card-desktop-11 .product-preview .preview-img{max-width:200px;max-height:200px;width:auto;height:auto}.card-desktop-11 .product-preview:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-shadow:0 16px 20px -10px rgba(0,0,0,.3);-moz-box-shadow:0 16px 20px -10px rgba(0,0,0,.3);-ms-transform:0 16px 20px -10px rgba(0,0,0,.3);-o-transform:0 16px 20px -10px rgba(0,0,0,.3);box-shadow:0 16px 20px -10px rgba(0,0,0,.3)}.card-desktop-11 a:hover{text-decoration:none}.card-desktop-10 .texts .card-desktop-11 .product-subtitle-small,.card-desktop-11 .card-desktop-10 .texts .product-subtitle-small,.card-desktop-11 .product-subtitle-small,.card-desktop-11 .product-title{color:#0057a6;font-size:1.3em;margin-bottom:10px;font-style:normal;font-weight:700}.card-desktop-11 .product-subtitle-small:hover,.card-desktop-11 .product-title:hover{color:#003c73}.card-desktop-11 .product-out-stock,.card-desktop-11 .product-price{color:#3e3e3e;font-size:36px;font-weight:700;margin-bottom:0;line-height:1}.card-desktop-11 .old.product-out-stock,.card-desktop-11 .product-price.old{font-size:14px;color:#b8b8b8}.card-desktop-11 .product-installments{margin-bottom:20px;font-size:14px;color:#b8b8b8}.card-desktop-11 .product-out-stock{color:#d04b3e;text-align:center;padding:5px 10px;font-size:20px}.card-desktop-11 .item-add-to-cart{cursor:pointer;font-weight:700;width:100%;padding:14px 71px;border-radius:50px;background-color:#62d13b;color:#fff;border:none;height:46px;font-size:16px;-webkit-transition:all .25s ease;transition:all .25s ease}.card-desktop-11 .item-add-to-cart:hover{background-color:#4cb029}@media (max-width:979px){.card-desktop-11 .item-add-to-cart{padding:14px 42px}}@media (max-width:979px){.card-desktop-11{zoom:.75;width:80%}}@media (max-width:840px){.card-desktop-11{zoom:.9;width:80%}.card-desktop-11 .product-preview{height:auto}}@media (max-width:605px){.card-desktop-11{zoom:.75}}@media (max-width:510px){.card-desktop-11{zoom:.6;width:90%}}@media (max-width:490px){.card-desktop-11{zoom:.68;width:85%}.card-desktop-11 .product-preview{margin:0}.card-desktop-10 .texts .card-desktop-11 .product-subtitle-small,.card-desktop-11 .card-desktop-10 .texts .product-subtitle-small,.card-desktop-11 .product-subtitle-small,.card-desktop-11 .product-title{font-size:14px;margin-bottom:0}.card-desktop-11 .product-installments{margin-bottom:14px}}.card-desktop-11 .product-sku{font-size:12px;color:gray;font-weight:700}.card-desktop-11 .product-sku .code{color:#000}#search .card-desktop-11{width:calc(21% - 10px);margin-right:10px;margin-left:0;margin-bottom:20px;position:relative;zoom:.84}#search .card-desktop-11 figure{margin-bottom:15px;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}#search .card-desktop-11 figure img{height:auto;max-width:100%;max-height:100%;width:auto}#search .card-desktop-11 .product-preview{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}@media (max-width:850px){#search .card-desktop-11 .product-preview .preview-img{max-width:130px;max-height:130px}}#search .card-desktop-11 .descicao-produto{padding:0 0 20px 20px}#search .card-desktop-11 .descicao-produto .item-nome{color:#b8b8b8;font-size:.95em;font-weight:400;text-transform:uppercase}#search .card-desktop-11 .descicao-produto .item-preco{text-decoration:none;color:#37b191;font-size:1.12em;font-weight:400;margin:4px 0}#search .card-desktop-11 .descicao-produto .product-installments{color:#686868;font-size:.8em}#search .card-desktop-11 .item-sem-estoque,#search .card-desktop-11 .preco-por-consulta{color:#0057a6}@media (max-width:1180px){#search .card-desktop-11{width:calc(28% - 10px)}}@media (max-width:764px){#search .card-desktop-11{width:calc(44% - 10px)}}@media (max-width:580px){#search .card-desktop-11{width:calc(40% - 5px)}#search .card-desktop-11 .product-preview{height:165px}}@media (max-width:427px){#search .card-desktop-11{width:calc(38% - 10px)}}@media (max-width:370px){#search .card-desktop-11 .product-out-stock,#search .card-desktop-11 .product-price{font-size:16px}#search .card-desktop-11 .item-add-to-cart{padding:0;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}}.card-desktop-12{width:250px;padding:20px;margin:10px;margin-bottom:20px;position:relative;font-size:.8em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff}.card-desktop-12:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-moz-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-ms-transform:0 20px 23px -10px rgba(0,0,0,.3);-o-transform:0 20px 23px -10px rgba(0,0,0,.3);box-shadow:0 20px 23px -10px rgba(0,0,0,.3)}.card-desktop-12:hover .product-preview{border:1px solid transparent}.card-desktop-12 .product-preview{width:100%;height:290px;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;margin-bottom:10px;border:1px solid #f4f4f4}.card-desktop-12 .product-preview .preview-img{max-width:100%;max-height:100%;width:auto;height:auto}.card-desktop-12 a:hover{text-decoration:none}.card-desktop-10 .texts .card-desktop-12 .product-subtitle-small,.card-desktop-12 .card-desktop-10 .texts .product-subtitle-small,.card-desktop-12 .product-subtitle-small,.card-desktop-12 .product-title{color:#4b4b4b;font-size:1.3em;font-weight:600;margin-bottom:10px}.card-desktop-12 .product-subtitle-small:hover,.card-desktop-12 .product-title:hover{color:#0057a6}.card-desktop-12 .product-out-stock,.card-desktop-12 .product-price{color:#0057a6;font-size:1.4em;font-weight:700;margin-bottom:0}.card-desktop-12 .old.product-out-stock,.card-desktop-12 .product-price.old{font-size:1em;color:#686868;text-decoration:line-through}.card-desktop-12 .product-installments{margin-bottom:50px}.card-desktop-12 .product-out-stock{color:#d04b3e;text-align:center;padding:5px 10px}.card-desktop-12 .item-add-to-cart{cursor:pointer;font-weight:700;width:100%;padding:5px 10px;border:2px solid #37b191;background-color:#fff;color:#37b191;-webkit-transition:all .25s ease;transition:all .25s ease}.card-desktop-12 .item-add-to-cart:hover{background-color:#37b191;color:#fff}.card-desktop-12 .btns-store{background-color:#1b1464;width:36px;height:auto;top:45px;right:0;z-index:1;position:absolute;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-desktop-12 .btns-store .titulo{background-color:#f0a929;color:#1b1464;display:none;position:absolute;width:-webkit-max-content;width:-moz-max-content;width:max-content;right:33px;height:25px;padding:0 10px}.card-desktop-12 .btns-store .btn-destaque{position:relative;padding:6px 8px}.card-desktop-12 .btns-store .btn-destaque:hover .titulo{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}.card-desktop-12 .desconto{border-radius:50%;color:#0057a6;border:1px solid #0057a6;font-size:1.2em}.card-desktop-12 .desconto,.card-desktop-12 .novo{position:absolute;top:30px;right:30px;width:51px;height:51px;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;background-color:#fff;font-weight:700;line-height:1;text-transform:uppercase}.card-desktop-12 .novo{border-radius:50%;color:#656565;border:1px solid #656565;font-size:1.3em}.card-desktop-12 .vendido{position:absolute;top:21px;right:30px;border-radius:0 0 10px 10px;width:53px;height:60px;color:#fff;background-color:#0057a6;font-size:1.2em;font-weight:500;text-align:center;line-height:1;text-transform:uppercase}.card-desktop-12 .texts .add-carrinho,.card-desktop-12 .texts .product-options,.card-desktop-12 .vendido{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}.card-desktop-12 .texts .add-carrinho,.card-desktop-12 .texts .product-options{margin-top:15px;opacity:0}.card-desktop-12 .texts .add-carrinho .item-add-to-cart,.card-desktop-12 .texts .product-options .item-add-to-cart{font-weight:700;width:70%;border-radius:18px 18px 0 0;text-transform:uppercase;border:2px solid #0057a6;background-color:#0057a6;color:#fff;-webkit-transition:all .25s ease;transition:all .25s ease;margin:0 auto;height:50px;font-size:1.25em;font-weight:500;position:absolute;bottom:0;cursor:pointer}.card-desktop-12 .texts .add-carrinho .item-add-to-cart:hover,.card-desktop-12 .texts .product-options .item-add-to-cart:hover{background-color:#fff;color:#0057a6;border:2px solid #0057a6}.card-desktop-12:hover .add-carrinho,.card-desktop-12:hover .product-options{opacity:1}@media (max-width:979px){.card-desktop-12{zoom:.75;width:80%}}@media (max-width:840px){.card-desktop-12{zoom:.9;width:80%}}@media (max-width:605px){.card-desktop-12{zoom:.75}}@media (max-width:510px){.card-desktop-12{zoom:.6;width:90%}}@media (max-width:410px){.card-desktop-12{zoom:.89;width:90%}}@media (max-width:290px){.card-desktop-12{width:100%}}@media (max-width:260px){.card-desktop-12{width:100%}}.card-desktop-12 .product-sku{font-size:12px;color:gray;font-weight:700}.card-desktop-12 .product-sku .code{color:#000}#search .card-desktop-12{width:calc(21% - 10px);margin-left:0;margin-right:10px;margin-bottom:20px;position:relative;background-color:#fff;zoom:.84}#search .card-desktop-12:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-moz-box-shadow:0 20px 23px -10px rgba(0,0,0,.3);-ms-transform:0 20px 23px -10px rgba(0,0,0,.3);-o-transform:0 20px 23px -10px rgba(0,0,0,.3);box-shadow:0 20px 23px -10px rgba(0,0,0,.3)}#search .card-desktop-12 figure{height:260px;margin-bottom:15px;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}#search .card-desktop-12 figure img{height:auto;max-width:100%;max-height:100%;width:auto}#search .card-desktop-12 .product-preview{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}#search .card-desktop-12 .descicao-produto{padding:0 0 20px 20px}#search .card-desktop-12 .descicao-produto .item-nome{color:#4b4b4b;font-size:.95em;font-weight:500;text-transform:uppercase}#search .card-desktop-12 .descicao-produto .item-preco{text-decoration:none;color:#37b191;font-size:1.12em;font-weight:500;margin:4px 0}#search .card-desktop-12 .descicao-produto .product-installments{color:#686868;font-size:.8em}#search .card-desktop-12 .item-sem-estoque,#search .card-desktop-12 .preco-por-consulta{color:#0057a6}@media (max-width:1358px){#search .card-desktop-12{width:calc(27% - 10px)}}@media (max-width:979px){#search .card-desktop-12{width:calc(29% - 10px)}}@media (max-width:795px){#search .card-desktop-12{width:calc(38% - 10px)}}@media (max-width:680px){#search .card-desktop-12{width:calc(42% - 10px)}}@media (max-width:564px){#search .card-desktop-12{width:calc(40% - 10px)}}@media (max-width:387px){#search .card-desktop-12{width:100%}}.encontrar-listas{font-family:ProximaNova;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.encontrar-listas .titulo-lista{color:#484848;font-size:20px;font-weight:700;line-height:1}.encontrar-listas .subtitulo-lista{color:#5a5a5a;font-size:16px}.encontrar-listas .tipo-lista{border:1px solid #a5a5a5;border-radius:5px;margin:0 8px 8px 0;width:120px;height:115px;cursor:pointer;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.encontrar-listas .tipo-lista,.encontrar-listas .tipo-lista .icone-lista{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}.encontrar-listas .tipo-lista .icone-lista{max-width:70px;max-height:70px}.encontrar-listas .tipo-lista .titulo{font-size:14px;text-transform:uppercase;line-height:1;color:#5a5a5a}.encontrar-listas .dados label{font-size:16px;color:#5a5a5a}.encontrar-listas .dados .codigo-lista,.encontrar-listas .dados .data-lista{height:50px;border-radius:8px;border-width:1px;padding:0 10px}.encontrar-listas .observacao{font-size:14px;color:#5a5a5a}.encontrar-listas .busca-lista{min-width:198px;height:50px;border:none;border-radius:8px;color:#fff;background-color:#009045;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}.encontrar-listas .busca-lista:hover{background-color:#004420}.encontrar-listas .filtro-tipo-lista .filtro{color:#0072e9;cursor:pointer}.encontrar-listas .filtro-tipo-lista .filtro:hover{color:#004d9d}.encontrar-listas .filtro-lista-disponivel{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.encontrar-listas .filtro-lista-disponivel .lista-premium{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 10px 10px 0;max-width:calc(33% - 20px)}.encontrar-listas .filtro-lista-disponivel .lista-premium img{max-height:300px;border-radius:8px 8px 0 0;width:100%}.encontrar-listas .filtro-lista-disponivel .lista-premium .dados-lista{border:1px solid #cecece;border-radius:0 0 8px 8px;padding:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.encontrar-listas .filtro-lista-disponivel .lista-premium .dados-lista .titulo{font-size:16px;font-weight:700;color:#5a5a5a}.encontrar-listas .filtro-lista-disponivel .lista-premium .dados-lista .quantidade{font-size:14px;color:#5a5a5a;margin-bottom:6px}.encontrar-listas .filtro-lista-disponivel .lista-premium .dados-lista .btns{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.encontrar-listas .filtro-lista-disponivel .lista-premium .dados-lista .btns .usa-lista{min-width:98px;height:40px;border:none;border-radius:8px;color:#fff;background-color:#009045;cursor:pointer}.encontrar-listas .filtro-lista-disponivel .lista-premium .dados-lista .btns .usa-lista:hover{background-color:#004420}.encontrar-listas .filtro-lista-disponivel .lista-premium .dados-lista .ver-lista{text-decoration:underline;font-size:16px;color:#5a5a5a}.encontrar-listas .produtos-lista{max-height:500px;overflow:auto}.encontrar-listas ::-webkit-scrollbar{width:6px}.encontrar-listas ::-webkit-scrollbar-thumb,.encontrar-listas ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #383735;box-shadow:inset 0 0 6px #383735}.encontrar-listas ::-webkit-scrollbar-thumb{background-color:#383735}.encontrar-listas .produtos-minha-lista{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ededed;border-radius:5px;padding:10px;margin-bottom:14px;font-size:14px}.encontrar-listas .produtos-minha-lista .preview-img{max-width:100%;max-height:80px}.encontrar-listas .produtos-minha-lista .border-right-listas{border-right:1px solid #ededed;min-height:80px}.encontrar-listas .produtos-minha-lista .preco-prod-lista{color:#36744c;font-size:18px;font-weight:700}.encontrar-listas .produtos-minha-lista .quantidade{color:#999}@media screen and (max-width:907px){.encontrar-listas .filtro-lista-disponivel .lista-premium{max-width:calc(50% - 20px)}}@media screen and (max-width:767px){.encontrar-listas .border-right{border-right:none!important}.encontrar-listas .busca-listas{padding:15px 0}}@media screen and (max-width:454px){.encontrar-listas .filtro-lista-disponivel .lista-premium{max-width:100%}}.minhas-listas-criadas{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.minhas-listas-criadas .minhas-listas{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 10px 10px 0;max-width:calc(33% - 20px);color:#5a5a5a;cursor:pointer}.minhas-listas-criadas .minhas-listas:hover{text-decoration:none}.minhas-listas-criadas .minhas-listas img{max-height:300px;border-radius:8px 8px 0 0}.minhas-listas-criadas .minhas-listas .dados-lista{border:1px solid #cecece;border-radius:0 0 8px 8px;padding:15px;font-size:14px}.minhas-listas-criadas .minhas-listas .dados-lista .titulo{font-size:16px;font-weight:700;color:#5a5a5a}.minhas-listas-criadas .minhas-listas .dados-lista .quantidade{color:#5a5a5a;margin-bottom:6px}@media screen and (max-width:907px){.minhas-listas-criadas .minhas-listas{max-width:calc(50% - 20px)}}@media screen and (max-width:454px){.minhas-listas-criadas .minhas-listas{max-width:100%;margin:0 0 10px}}.resumo-comprar-lista,.resumo-minha-lista{font-family:Roboto}.resumo-comprar-lista .dados,.resumo-minha-lista .dados{line-height:1}.resumo-comprar-lista .dados .usuario,.resumo-minha-lista .dados .usuario{font-size:25px}.resumo-comprar-lista .dados span,.resumo-minha-lista .dados span{color:gray;font-size:14px}.resumo-comprar-lista .btns-lista .btn,.resumo-minha-lista .btns-lista .btn{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:12px;font-size:16px;font-weight:700}.resumo-comprar-lista .btns-lista .btn i,.resumo-minha-lista .btns-lista .btn i{padding:0 10px}.resumo-comprar-lista .btns-lista .btn.btn-success,.resumo-minha-lista .btns-lista .btn.btn-success{background-color:#c6f0bc;color:#36744c;border:2px solid #36744c}.resumo-comprar-lista .btns-lista .btn.btn-success:hover,.resumo-minha-lista .btns-lista .btn.btn-success:hover{-webkit-transition:all .25s ease-out;transition:all .25s ease-out;color:#1e402a;border:2px solid #1e402a;background-color:#91e27d}.resumo-comprar-lista .dados-minha-lista img,.resumo-minha-lista .dados-minha-lista img{max-width:50px;max-height:50px}.resumo-comprar-lista .dados-minha-lista .lista,.resumo-minha-lista .dados-minha-lista .lista{color:gray;font-size:14px}.resumo-comprar-lista .dados-minha-lista .cod-lista,.resumo-minha-lista .dados-minha-lista .cod-lista{text-transform:uppercase;font-size:20px}.resumo-comprar-lista .dados-minha-lista .editar,.resumo-minha-lista .dados-minha-lista .editar{color:#0293c3;font-size:14px}.resumo-comprar-lista .dados-minha-lista .editar span,.resumo-minha-lista .dados-minha-lista .editar span{text-decoration:underline}.resumo-comprar-lista .dados-minha-lista .editar:hover,.resumo-minha-lista .dados-minha-lista .editar:hover{text-decoration:none;color:#015a77}.resumo-comprar-lista .dados-minha-lista .remover,.resumo-minha-lista .dados-minha-lista .remover{color:#ff2d2d;font-size:14px}.resumo-comprar-lista .dados-minha-lista .remover span,.resumo-minha-lista .dados-minha-lista .remover span{text-decoration:underline}.resumo-comprar-lista .dados-minha-lista .remover:hover,.resumo-minha-lista .dados-minha-lista .remover:hover{color:#e00000}.resumo-comprar-lista .produtos-lista-presente .image,.resumo-minha-lista .produtos-lista-presente .image{max-width:310px}.resumo-comprar-lista .produtos-lista-presente .image .capa-lista,.resumo-minha-lista .produtos-lista-presente .image .capa-lista{width:100%;height:100%;border-radius:5px 5px 0 0}.resumo-comprar-lista .produtos-lista-presente .informacoes-lista,.resumo-minha-lista .produtos-lista-presente .informacoes-lista{border:1px solid #a5a5a5;padding:15px;border-radius:0 0 5px 5px}.resumo-comprar-lista .produtos-lista-presente .informacoes-lista .titulo,.resumo-minha-lista .produtos-lista-presente .informacoes-lista .titulo{font-size:16px}.resumo-comprar-lista .produtos-lista-presente .informacoes-lista .status,.resumo-minha-lista .produtos-lista-presente .informacoes-lista .status{font-size:14px}.resumo-comprar-lista .produtos-lista-presente .informacoes-lista .status .lista-status,.resumo-minha-lista .produtos-lista-presente .informacoes-lista .status .lista-status{background-color:transparent;border:none}.resumo-comprar-lista .produtos-lista-presente .informacoes-lista .status .lista-status:focus,.resumo-minha-lista .produtos-lista-presente .informacoes-lista .status .lista-status:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}#finalizado .pedido-finalizado .resumo-comprar-lista .produtos-lista-presente .informacoes-lista .pedido,#finalizado .pedido-finalizado .resumo-minha-lista .produtos-lista-presente .informacoes-lista .pedido,.resumo-comprar-lista .produtos-lista-presente .informacoes-lista #finalizado .pedido-finalizado .pedido,.resumo-comprar-lista .produtos-lista-presente .informacoes-lista .data,.resumo-comprar-lista .produtos-lista-presente .informacoes-lista .descricao,.resumo-minha-lista .produtos-lista-presente .informacoes-lista #finalizado .pedido-finalizado .pedido,.resumo-minha-lista .produtos-lista-presente .informacoes-lista .data,.resumo-minha-lista .produtos-lista-presente .informacoes-lista .descricao{font-size:12px;color:gray}.resumo-comprar-lista .produtos-lista-presente .informacoes-lista .produtos-comprados,.resumo-minha-lista .produtos-lista-presente .informacoes-lista .produtos-comprados{width:100%;min-height:90px;color:#fff;background-color:#83b79c;border:1px solid #c6f0bc;border-radius:5px;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}.resumo-comprar-lista .produtos-lista-presente .products-list .quantidade,.resumo-minha-lista .produtos-lista-presente .products-list .quantidade{font-size:14px}.resumo-comprar-lista .produtos-lista-presente .products-list .buscar,.resumo-minha-lista .produtos-lista-presente .products-list .buscar{-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .limpar-busca,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .limpar-busca{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;border:none;border-radius:50px;min-height:29px;margin:0 5px;padding:0 16px;background-color:#ededed;color:#686868;cursor:pointer}.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .limpar-busca:focus,.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .limpar-busca:hover,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .limpar-busca:focus,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .limpar-busca:hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .limpar-busca:hover,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .limpar-busca:hover{background-color:#c7c7c7;color:#424242}.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .busca,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .busca{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:40px;background-color:#fff;border:1px solid #686868;border-radius:5px}.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .busca input,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .busca input{width:calc(100% - 40px);padding:0 10px;border:none;color:#686868;font-size:14px;font-weight:400;border-radius:5px}.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .busca input::-webkit-input-placeholder,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .busca input::-webkit-input-placeholder{color:#686868;font-size:14px;font-weight:400}.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .busca input:-ms-input-placeholder,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .busca input:-ms-input-placeholder{color:#686868;font-size:14px;font-weight:400}.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .busca input:-moz-placeholder,.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .busca input::-moz-placeholder,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .busca input:-moz-placeholder,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .busca input::-moz-placeholder{color:#686868;font-size:14px;font-weight:400}.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .busca input.placeholder,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .busca input.placeholder{color:#686868;font-size:14px;font-weight:400}.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .busca input:focus,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .busca input:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .busca input:-webkit-autofill,.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .busca input:-webkit-autofill:focus,.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .busca input:-webkit-autofill:hover,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .busca input:-webkit-autofill,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .busca input:-webkit-autofill:focus,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .busca input:-webkit-autofill:hover{color:#686868;-webkit-text-fill-color:#686868;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:transparent 5000s ease-in-out 0s;transition:transparent 5000s ease-in-out 0s}.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .busca button,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .busca button{width:40px;background-color:transparent;border:none;cursor:pointer;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}.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .busca button:focus,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .busca button:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.resumo-comprar-lista .produtos-lista-presente .products-list .produtos-minha-lista,.resumo-minha-lista .produtos-lista-presente .products-list .produtos-minha-lista{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ededed;border-radius:5px;padding:10px;font-size:14px}.resumo-comprar-lista .produtos-lista-presente .products-list .produtos-minha-lista.comprada,.resumo-minha-lista .produtos-lista-presente .products-list .produtos-minha-lista.comprada{background-color:#ededed;border:2px solid #36744c}.resumo-comprar-lista .produtos-lista-presente .products-list .produtos-minha-lista .preview-img,.resumo-minha-lista .produtos-lista-presente .products-list .produtos-minha-lista .preview-img{max-width:100%;max-height:80px}.resumo-comprar-lista .produtos-lista-presente .products-list .produtos-minha-lista .border-right-listas,.resumo-minha-lista .produtos-lista-presente .products-list .produtos-minha-lista .border-right-listas{border-right:1px solid #ededed;min-height:80px}.resumo-comprar-lista .produtos-lista-presente .products-list .produtos-minha-lista .preco-prod-lista,.resumo-minha-lista .produtos-lista-presente .products-list .produtos-minha-lista .preco-prod-lista{color:#36744c;font-size:18px;font-weight:700}.resumo-comprar-lista .produtos-lista-presente .products-list .produtos-minha-lista .btns-edit i,.resumo-comprar-lista .produtos-lista-presente .products-list .produtos-minha-lista .quantidade,.resumo-minha-lista .produtos-lista-presente .products-list .produtos-minha-lista .btns-edit i,.resumo-minha-lista .produtos-lista-presente .products-list .produtos-minha-lista .quantidade{color:#999}.resumo-comprar-lista .produtos-lista-presente .products-list .produtos-minha-lista .btns-edit i:hover,.resumo-minha-lista .produtos-lista-presente .products-list .produtos-minha-lista .btns-edit i:hover{color:#737373}.resumo-comprar-lista .produtos-lista-presente .products-list .produtos-minha-lista .comprador,.resumo-minha-lista .produtos-lista-presente .products-list .produtos-minha-lista .comprador{color:#0293c3;text-decoration:underline;font-size:14px}.resumo-comprar-lista .produtos-lista-presente .btn-comprar,.resumo-minha-lista .produtos-lista-presente .btn-comprar{font-size:16px}.resumo-comprar-lista .quantidade,.resumo-minha-lista .quantidade{font-size:14px}.resumo-comprar-lista .quantidade .buscar,.resumo-minha-lista .quantidade .buscar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.resumo-comprar-lista .quantidade .buscar i,.resumo-minha-lista .quantidade .buscar i{color:#656565;font-size:18px}.resumo-comprar-lista .quantidade .buscar input,.resumo-minha-lista .quantidade .buscar input{width:calc(100% - 40px);border-radius:5px 0 0 5px;padding:7px 15px;border:none;background-color:#fff;color:#000;font-size:16px;font-weight:400}.resumo-comprar-lista .quantidade .buscar input::-webkit-input-placeholder,.resumo-minha-lista .quantidade .buscar input::-webkit-input-placeholder{color:#656565;font-size:16px;font-weight:400}.resumo-comprar-lista .quantidade .buscar input:-ms-input-placeholder,.resumo-minha-lista .quantidade .buscar input:-ms-input-placeholder{color:#656565;font-size:16px;font-weight:400}.resumo-comprar-lista .quantidade .buscar input:-moz-placeholder,.resumo-comprar-lista .quantidade .buscar input::-moz-placeholder,.resumo-minha-lista .quantidade .buscar input:-moz-placeholder,.resumo-minha-lista .quantidade .buscar input::-moz-placeholder{color:#656565;font-size:16px;font-weight:400}.resumo-comprar-lista .quantidade .buscar input.placeholder,.resumo-minha-lista .quantidade .buscar input.placeholder{color:#656565;font-size:16px;font-weight:400}.resumo-comprar-lista .quantidade .buscar input:focus,.resumo-minha-lista .quantidade .buscar input:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.resumo-comprar-lista .quantidade .buscar button,.resumo-minha-lista .quantidade .buscar button{background-color:#fff;border-radius:0 5px 5px 0;padding:0 15px;border:none;cursor:pointer;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}.resumo-comprar-lista .quantidade .buscar button:focus,.resumo-minha-lista .quantidade .buscar button:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.resumo-comprar-lista .comprar,.resumo-minha-lista .comprar{cursor:pointer;background-color:#16a954;color:#fff;font-size:14px}.resumo-comprar-lista .comprar i,.resumo-minha-lista .comprar i{color:#fff!important}.resumo-comprar-lista .comprar:hover,.resumo-minha-lista .comprar:hover{background-color:#0d6532}@media screen and (max-width:757px){.resumo-comprar-lista .produtos-lista-presente .image,.resumo-minha-lista .produtos-lista-presente .image{max-width:100%}}@media screen and (max-width:636px){.resumo-comprar-lista .btns-lista .btn.btn-success,.resumo-minha-lista .btns-lista .btn.btn-success{width:100%;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.resumo-comprar-lista .dados-minha-lista .editar,.resumo-comprar-lista .dados-minha-lista .remover,.resumo-minha-lista .dados-minha-lista .editar,.resumo-minha-lista .dados-minha-lista .remover{width:100%}}@media screen and (max-width:575px){.resumo-comprar-lista .produtos-lista-presente .products-list .produtos-minha-lista .border-right-listas,.resumo-minha-lista .produtos-lista-presente .products-list .produtos-minha-lista .border-right-listas{border-right:none;min-height:30px}.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .limpar-busca,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .limpar-busca{width:100%;margin:8px 0}.resumo-comprar-lista .produtos-lista-presente .products-list .buscar .busca,.resumo-minha-lista .produtos-lista-presente .products-list .buscar .busca{width:100%}}.form-cria-lista .titulo{font-size:25px}.form-cria-lista .titulo .obrigatorio{color:#a70a0a;font-size:14px;font-weight:600}.form-cria-lista #frm-lista-presente .titulo{font-size:14px}.form-cria-lista #frm-lista-presente .custom-file-label{border:none;height:auto;font-size:14px;color:#999;top:3px}.form-cria-lista #frm-lista-presente .custom-file-label:after{display:none}.form-cria-lista #frm-lista-presente .upload-img{width:100%;background:#fff;border:1px solid #cecece;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-cria-lista #frm-lista-presente .upload-img .documentos-preview>div{width:45px;height:45px;border-radius:5px;background-size:contain;background-repeat:no-repeat;background-position:50%}.form-cria-lista #frm-lista-presente .upload-img .documentos-edit{width:100%;border:none;margin:0;padding:0}.form-cria-lista #frm-lista-presente .upload-img .documentos-edit input{display:none}.form-cria-lista #frm-lista-presente .upload-img .documentos-edit label{position:relative;word-break:break-word;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-cria-lista #frm-lista-presente #customFile{height:0}.form-cria-lista #frm-lista-presente .input-back{background-color:#fff;padding:7px 10px;border:1px solid #cecece;border-radius:6px}.form-cria-lista #frm-lista-presente .input-back .form-control{border:none}.form-cria-lista #frm-lista-presente .input-back input{font-size:14px;color:#656565;border:none;width:70%}.form-cria-lista #frm-lista-presente .input-back input:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.form-cria-lista #frm-lista-presente .input-back .btn-light{padding:0 12px;background-color:#fff}.form-cria-lista #frm-lista-presente .btn-evento{background-color:#fff;color:#000;border:2px solid #000;font-size:16px;margin:15px 0;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-cria-lista #frm-lista-presente .btn-evento:after{content:"\F105   \A0";font-family:Font Awesome\ 5 Free;font-weight:900;font-size:14px;color:#000}#finalizado .pedido-finalizado .form-cria-lista #frm-lista-presente .pedido,.form-cria-lista #frm-lista-presente #finalizado .pedido-finalizado .pedido,.form-cria-lista #frm-lista-presente .descricao{font-size:12px;color:#656565}.form-cria-lista #frm-lista-presente .filter-option-inner-inner img,.form-cria-lista #frm-lista-presente .text img{max-height:15px}.form-cria-lista #frm-lista-presente .filter-option-inner-inner span,.form-cria-lista #frm-lista-presente .text span{padding:0 8px}.form-cria-lista #frm-lista-presente .btn-light:not(:disabled):not(.disabled).active,.form-cria-lista #frm-lista-presente .btn-light:not(:disabled):not(.disabled):active,.form-cria-lista #frm-lista-presente .show>.btn-light.dropdown-toggle{background-color:#fff}.form-cria-lista #frm-lista-presente .dropdown-toggle:after{content:"\F107   \A0";font-family:Font Awesome\ 5 Free;font-weight:900;font-size:14px;width:auto;height:auto;border:0}#buscar-listas{padding:45px 0;font-family:Roboto}#buscar-listas .titulo .dados{font-size:25px;color:#4b4b4b}#buscar-listas .titulo .dados p{font-size:14px;color:#999}#buscar-listas .titulo .botao{background-color:#fff;color:#000;border:2px solid #000;font-size:16px;font-weight:500;margin:15px 0;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#buscar-listas .titulo .botao a{color:#000;padding:6px 8px}#buscar-listas .titulo .botao a:hover{text-decoration:none}#buscar-listas .titulo .botao:after{content:"\F105   \A0";font-family:Font Awesome\ 5 Free;font-weight:900;font-size:14px;color:#000}#buscar-listas .titulo .botao:hover{background-color:#e6e5e5}#buscar-listas .listas .quantidade{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#999}#buscar-listas .listas .quantidade i{font-size:25px;padding-right:10px;color:#ff2b2b}#buscar-listas .listas a{color:#000;cursor:pointer}#buscar-listas .listas a:hover{text-decoration:none}@media (max-width:979px){#buscar-listas{margin-top:76px}}