.float--right{float:right}.float--left{float:left}.truncate-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overlay--dimmer{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5)}[hidden],.hidden{display:none !important}*,*::before,*::after{box-sizing:border-box}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{height:100%}body{height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;overflow:hidden;font-size:16px;line-height:19px;background-color:#f0f0f0;color:#4b4b4b}.spc--dark{background-color:#323232;color:#e6e6e6}.debug-layout *{outline:1px solid #dc69b4}.holy-grail{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.holy-grail--body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#screen-cover{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99999;background-color:transparent;opacity:1;}#screen-cover.opaque{background-color:#f0f0f0}.spc--dark #screen-cover.opaque{background-color:#323232}.anim--fade-in{-webkit-animation:fade-in;animation:fade-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.anim--fade-out{-webkit-animation:fade-out;animation:fade-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.anim--move-down{-webkit-animation:slide-out-bottom;animation:slide-out-bottom;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.anim--open-menu{-webkit-animation:open-drawer 200ms ease-out;animation:open-drawer 200ms ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.anim--close-menu{-webkit-animation:close-drawer 300ms ease-in;animation:close-drawer 300ms ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.slide-center-from-right{-webkit-animation:slide-in-from-right;animation:slide-in-from-right;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:700ms;animation-duration:700ms;-webkit-animation-timing-function:cubic-bezier(.65,.01,.36,.99);animation-timing-function:cubic-bezier(.65,.01,.36,.99)}.slide-center-from-left{-webkit-animation:slide-in-from-left;animation:slide-in-from-left;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:700ms;animation-duration:700ms;-webkit-animation-timing-function:cubic-bezier(.65,.01,.36,.99);animation-timing-function:cubic-bezier(.65,.01,.36,.99)}.slide-left-from-center{-webkit-animation:slide-left-from-center;animation:slide-left-from-center;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:700ms;animation-duration:700ms;-webkit-animation-timing-function:cubic-bezier(.65,.01,.36,.99);animation-timing-function:cubic-bezier(.65,.01,.36,.99)}.slide-right-from-center{-webkit-animation:slide-right-from-center;animation:slide-right-from-center;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:700ms;animation-duration:700ms;-webkit-animation-timing-function:cubic-bezier(.65,.01,.36,.99);animation-timing-function:cubic-bezier(.65,.01,.36,.99)}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes fade-out{from{opacity:1}to{opacity:0}}@keyframes fade-out{from{opacity:1}to{opacity:0}}@-webkit-keyframes slide-out-bottom{from{-webkit-transform:translate(0,0);transform:translate(0,0)}to{-webkit-transform:translate(0,100%);transform:translate(0,100%)}}@keyframes slide-out-bottom{from{-webkit-transform:translate(0,0);transform:translate(0,0)}to{-webkit-transform:translate(0,100%);transform:translate(0,100%)}}@-webkit-keyframes slide-in-from-right{from{-webkit-transform:translate(100%,0);transform:translate(100%,0)}to{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes slide-in-from-right{from{-webkit-transform:translate(100%,0);transform:translate(100%,0)}to{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes slide-in-from-left{from{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}to{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes slide-in-from-left{from{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}to{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes slide-left-from-center{from{-webkit-transform:translate(0,0);transform:translate(0,0)}to{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}@keyframes slide-left-from-center{from{-webkit-transform:translate(0,0);transform:translate(0,0)}to{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}@-webkit-keyframes slide-right-from-center{from{-webkit-transform:translate(0,0);transform:translate(0,0)}to{-webkit-transform:translate(100%,0);transform:translate(100%,0)}}@keyframes slide-right-from-center{from{-webkit-transform:translate(0,0);transform:translate(0,0)}to{-webkit-transform:translate(100%,0);transform:translate(100%,0)}}@-webkit-keyframes open-drawer{from{opacity:0;-webkit-transform:translateY(5px);transform:translateY(5px)}to{opacity:1;-webkit-transform:translateY(28px);transform:translateY(28px)}}@keyframes open-drawer{from{opacity:0;-webkit-transform:translateY(5px);transform:translateY(5px)}to{opacity:1;-webkit-transform:translateY(28px);transform:translateY(28px)}}@-webkit-keyframes close-drawer{0%{opacity:1;-webkit-transform:translateY(28px);transform:translateY(28px)}50%{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-300px);transform:translateY(-300px)}}@keyframes close-drawer{0%{opacity:1;-webkit-transform:translateY(28px);transform:translateY(28px)}50%{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-300px);transform:translateY(-300px)}}@-webkit-keyframes flip-up{from{-webkit-transform:rotateX(0);transform:rotateX(0)}to{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}@keyframes flip-up{from{-webkit-transform:rotateX(0);transform:rotateX(0)}to{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}@-webkit-keyframes flip-down{from{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}to{-webkit-transform:rotateX(0);transform:rotateX(0)}}@keyframes flip-down{from{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}to{-webkit-transform:rotateX(0);transform:rotateX(0)}}.grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0}.grid--flexCells > .grid-cell{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}.grid--top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.grid--bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.grid--center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.grid--row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.grid--col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.grid--justifyCenter{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.grid--justifySpaceBtwn{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.grid--justifySpaceAround{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.grid-cell{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.grid-cell--gutter{margin:0 15px 15px 0}.grid-cell--default{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.grid-cell--remove{-webkit-box-flex:.00001;-webkit-flex:.00001;-ms-flex:.00001;flex:.00001}.grid-cell--top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.grid-cell--bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.grid-cell--center{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.grid-cell--autoSize{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.grid-cell.grid--fit{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.grid-cell.grid--full{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}.grid-cell.grid--1of2{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%}.grid-cell.grid--1of3{-webkit-box-flex:0;-webkit-flex:0 0 33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.grid-cell.grid--2of3{-webkit-box-flex:0;-webkit-flex:0 0 66.6666%;-ms-flex:0 0 66.6666%;flex:0 0 66.6666%}.grid-cell.grid--1of4{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%}.grid-cell.grid--3of4{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%}.grid-cell.card--1of4{-webkit-box-flex:0;-webkit-flex:0 0 175px;-ms-flex:0 0 175px;flex:0 0 175px}.grid-cell.card--2of4{-webkit-box-flex:0;-webkit-flex:0 0 365px;-ms-flex:0 0 365px;flex:0 0 365px}.grid-cell.card--3of4{-webkit-box-flex:0;-webkit-flex:0 0 555px;-ms-flex:0 0 555px;flex:0 0 555px}.grid-cell.card--4of4{-webkit-box-flex:0;-webkit-flex:0 0 745px;-ms-flex:0 0 745px;flex:0 0 745px}.grid--gutter > .grid-cell{margin:0 15px 15px 0;}.grid--gutter > .grid-cell:last-child{margin-right:0}tooltip{pointer-events:none;position:absolute;top:0;left:-9999px;margin-top:25px;margin-left:10px;opacity:0;background:#e6e6e6;padding:1px 8px;border-radius:4px;border:1px solid rgba(44,44,44,0.3);box-shadow:0 2px 4px 0 rgba(117,117,117,0.5);z-index:9999999;color:#000;font-size:11px;line-height:15px;}tooltip.show{-webkit-animation:fade-in;animation:fade-in;-webkit-animation-duration:80ms;animation-duration:80ms;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}/* heading.styl */
.sptre-Heading{margin:0;color:#3c3c3c}.sptre-Heading--1{font-weight:100;font-style:normal;font-size:22px;line-height:26px;margin-bottom:8px}.sptre-Heading--2{font-size:18px;line-height:1rem;margin-bottom:12px}.sptre-Heading--3,.sptre-Heading--4,.sptre-Heading--5,.sptre-Heading--6{font-weight:bold;font-style:normal}.sptre-Heading--3{font-size:18px;line-height:20px}.sptre-Heading--4{font-size:13px;line-height:16px}.sptre-Heading--5{font-size:13px;line-height:16px}.sptre-Heading--6{text-transform:uppercase;font-size:10px;line-height:12px;color:#969696}.sptre-Heading--link{color:#000;cursor:pointer;}.sptre-Heading--link:hover{color:#46a0f5}.spc--dark .sptre-Heading--link:hover{color:#46a0f5}/* heading.dark.styl */
.spc--dark .sptre-Heading{color:#fff}.spc--dark .sptre-Heading--2{color:#6e6e6e}.spc--dark .sptre-Heading--6{color:#8c8c8c}.spc--dark .sptre-Heading--link{color:#e1e1e1}[riot-tag='file-view-toggle']{-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.3s;transition-duration:.3s;}[riot-tag='file-view-toggle'].hide{opacity:0;pointer-events:none;cursor:default}[riot-tag='file-view-toggle'] .sptre-List-listIcon,[riot-tag='file-view-toggle'] .sptre-List-gridIcon{cursor:pointer;width:14px;height:14px;display:inline-block;margin-right:20px;}[riot-tag='file-view-toggle'] .sptre-List-listIcon .sptre-List-iconThumbnail,[riot-tag='file-view-toggle'] .sptre-List-gridIcon .sptre-List-iconThumbnail{-webkit-transition-property:fill;transition-property:fill;-webkit-transition-duration:.3s;transition-duration:.3s;fill:#7b7b7b}[riot-tag='file-view-toggle'] .sptre-List-listIcon:hover .sptre-List-iconThumbnail,[riot-tag='file-view-toggle'] .sptre-List-gridIcon:hover .sptre-List-iconThumbnail{fill:#1473e6}[riot-tag='file-view-toggle'] .sptre-List-listIcon:active .sptre-List-iconThumbnail,[riot-tag='file-view-toggle'] .sptre-List-gridIcon:active .sptre-List-iconThumbnail{fill:#3f3f3f}[riot-tag='file-view-toggle'] .sptre-List-listIcon.selected .sptre-List-iconThumbnail,[riot-tag='file-view-toggle'] .sptre-List-gridIcon.selected .sptre-List-iconThumbnail{fill:#3f3f3f}.open-mode [riot-tag='file-view-toggle']{margin-top:5px}.spc--dark .sptre-List-listIcon .sptre-List-iconThumbnail,.spc--dark .sptre-List-gridIcon .sptre-List-iconThumbnail{fill:#8e8e8e}.spc--dark .sptre-List-listIcon:hover .sptre-List-iconThumbnail,.spc--dark .sptre-List-gridIcon:hover .sptre-List-iconThumbnail{fill:#46a0f5}.spc--dark .sptre-List-listIcon:active .sptre-List-iconThumbnail,.spc--dark .sptre-List-gridIcon:active .sptre-List-iconThumbnail{fill:#fff}.spc--dark .sptre-List-listIcon.selected .sptre-List-iconThumbnail,.spc--dark .sptre-List-gridIcon.selected .sptre-List-iconThumbnail{fill:#e6e6e6}@media (max-width:779px){[riot-tag='file-view-toggle']{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;width:82px;position:absolute;top:0;right:0;}[riot-tag='file-view-toggle'] .sptre-List-listIcon,[riot-tag='file-view-toggle'] .sptre-List-gridIcon{margin-right:0;margin-left:20px}}file-table table{table-layout:fixed;width:100%;border-spacing:0}file-table tr{line-height:29px;cursor:pointer;}file-table tr:hover{color:#46a0f5;background-color:#e6e6e6}file-table tr.disabled{opacity:.5;}file-table tr.disabled:hover{cursor:inherit;color:#4b4b4b;background-color:transparent}file-table .file-table__header{position:fixed;top:100px;width:100%;color:#676767;background-color:#fafafa;}file-table .file-table__header:hover{cursor:inherit;color:#676767;background-color:#fafafa}file-table .file-table__header > *{display:inline-block;line-height:31px;}file-table .file-table__header > *.item-size{text-align:right;padding-right:15px}file-table .file-table__header .item-desc{width:175px}file-table td{padding-right:15px;}file-table td.item-size{text-align:right}file-table td.item-name span{padding-left:3px}file-table td.item-name img{float:left;margin-top:6px;height:16px;width:16px}file-table td:first-child{border-radius:4px 0 0 4px}file-table td:last-child{border-radius:0 4px 4px 0}.spc--dark file-table .file-table__header{color:#a3a3a3;background-color:#323232;}.spc--dark file-table .file-table__header:hover{color:#a3a3a3;background-color:#323232}.spc--dark file-table tr:hover{background-color:#2c2c2c}.spc--dark file-table tr.disabled:hover{color:#e1e1e1;background-color:transparent}file-table .item-desc{display:none}file-table .templatefile td.item-desc,file-table .presetfile td.item-desc,file-table .samplefile td.item-desc{display:table-cell}file-table .templatefile div.item-desc,file-table .presetfile div.item-desc,file-table .samplefile div.item-desc{display:inline-block}file-table .templatefile .item-size,file-table .presetfile .item-size,file-table .samplefile .item-size,file-table .templatefile .item-kind,file-table .presetfile .item-kind,file-table .samplefile .item-kind,file-table .templatefile .item-opened,file-table .presetfile .item-opened,file-table .samplefile .item-opened{display:none}file-table .recentlib .item-size,file-table .recentlib .item-kind,file-table .recentlib .item-opened{display:none}file-table .file-table__header.custom,file-table .custom .file-table__faux-header{display:none}@media (max-width:779px){file-table .item-name{width:auto}file-table .file-table__header .item-name{width:360px}file-table .item-opened,file-table .item-desc,file-table .item-size,file-table .item-kind{display:none}file-table .templatefile .item-desc,file-table .recentlib .item-desc,file-table .samplefile .item-desc{display:none}}@media (min-width:780px){file-table .item-name{width:380px}file-table .item-opened{width:190px}file-table .item-size,file-table .item-kind{display:none}file-table .samplefile .item-desc{width:190px}}@media (min-width:1090px){file-table .item-size{width:85.5px}file-table .item-kind{width:104.50000000000001px}file-table td.item-size,file-table td.item-kind{display:table-cell}file-table div.item-size,file-table div.item-kind{display:inline-block}file-table .templatefile .item-desc,file-table .presetfile .item-desc,file-table .samplefile .item-desc{width:380px}}@media (min-width:1280px){file-table .item-name{width:570px}file-table .templatefile .item-name,file-table .presetfile .item-name,file-table .samplefile .item-name{width:380px}file-table .templatefile .item-desc,file-table .presetfile .item-desc,file-table .samplefile .item-desc{width:570px}}@media (min-width:1470px){file-table .item-name{width:760px}file-table .templatefile .item-name,file-table .presetfile .item-name,file-table .samplefile .item-name{width:380px}file-table .templatefile .item-desc,file-table .presetfile .item-desc,file-table .samplefile .item-desc{width:760px}}.activity-indicator__dots{width:32px;height:16px;background:url("./images/indicators/dots.gif") no-repeat center center;background-size:cover}.activity-indicator__radial{width:64px;height:64px;background:url("./images/indicators/radial.gif") no-repeat center center;background-size:cover}.spc--dark .activity-indicator__dots{background-image:url("./images/indicators/dots-dark.gif")}.spc--dark .activity-indicator__radial{background-image:url("./images/indicators/radial-dark.gif")}nav{position:fixed;top:0;height:46px;width:100%;min-width:415px;background-color:#d5d5d5;z-index:1480;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.spc--dark nav{background-color:#1f1f1f}.menu-panel{z-index:-1;position:absolute;top:0;right:0;min-width:250px;background-color:#d5d5d5;padding:40px 28px 22px 28px;border-radius:4px}.menu-panel--toggle{text-align:center;width:24px;height:24px;cursor:pointer;line-height:24px;margin-right:20px}.menu-panel--item{line-height:2em;padding:3px 5px;font-size:13px}.menu-panel--btn{cursor:pointer;text-transform:uppercase;border-radius:4px;}.menu-panel--btn:hover{background-color:#1967cf;color:#fff}.menu-panel--spacer{height:15px;}.menu-panel--spacer:after{content:'';display:table;clear:both}.spc--dark .menu-panel--btn:hover{background-color:#1967cf}.spc--dark .menu-panel--Item_disabled{color:#646464}.spc--dark .menu-panel{background-color:#1f1f1f}debug-menu{text-align:right}settings-menu .menu-panel{width:300px}settings-menu span.menu-panel--toggle > i.adobe-stock-icons{font-size:26px;line-height:0;position:relative;}settings-menu span.menu-panel--toggle > i.adobe-stock-icons::after{content:'';position:absolute;top:-5px;left:8px;width:10px;height:9px;border-radius:50%;background-color:#d5d5d5}.settings-menu--header{font-weight:bold;font-style:normal;font-size:16px;padding-bottom:10px}.settings-menu--desc{font-size:15px;line-height:1.4em}.spc--dark settings-menu span.menu-panel--toggle > i.adobe-stock-icons::after{background-color:#1f1f1f}nav-buttons{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;position:relative;min-width:200px}nav-buttons > *{margin-right:20px;}nav-buttons > * span:hover{color:#3d71b7}nav-buttons img{width:26px;height:26px;border-radius:3px;cursor:pointer}.nav-buttons-trial{padding:4px 12px;border-radius:3px;font-size:15px;color:#fff}.helpx-link{display:inline-block;text-align:center;width:24px;height:24px;cursor:pointer;border:2px solid rgba(0,0,0,0.6);border-radius:50%;margin-right:20px;}.helpx-link:hover{color:#3d71b7;border-color:#3d71b7}.spc--dark .helpx-link{border:2px solid rgba(255,255,255,0.9);}.spc--dark .helpx-link:hover{border-color:#3d71b7}nav product-rune{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}nav product-rune span{margin-left:10px;letter-spacing:.01em;font-size:18.5px}nav product-rune div{cursor:pointer;color:#a3a3a3;padding-bottom:4px}nav product-rune i.material-icons{cursor:pointer;color:#a3a3a3;font-size:42px}nav img.product-icon{width:28px;height:auto;margin-left:20px}hero-heading{text-align:center;margin-top:30px;}hero-heading .sptre-Heading{font-weight:100;font-style:normal;font-size:35px;line-height:35px}.card,.card.spc--light{width:175px;height:140px;margin-bottom:15px;margin-right:15px;overflow:hidden;border-radius:4px;color:#4b4b4b;background-color:#fff;}.card .background,.card.spc--light .background{width:100%;position:absolute;top:0;height:140px;overflow:hidden;}.card .background img,.card.spc--light .background img{width:100%;height:auto}.card .background-overlay,.card.spc--light .background-overlay{position:absolute;left:0;top:0;width:100%;height:100%}.card.no-bg,.card.spc--light.no-bg{background-color:transparent;cursor:default}.card:last-child,.card.spc--light:last-child{margin-right:0}.card.card--dark-text{color:#000 !important;}.card.card--dark-text .card-content .cta,.card.card--dark-text .card-content .cta-two{color:#707070 !important}.card.card--light-text{color:#fff !important;}.card.card--light-text .card-content .cta,.card.card--light-text .card-content .cta-two{color:#eaeaea !important}.card img{overflow:hidden;width:auto;height:94px}.card-click-container{z-index:999;position:absolute;top:0;left:0;width:100%;height:100%}.card-loading,.card-error,.card-success{z-index:1000;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);text-align:center;padding:65px 10px 0 10px;}.card-loading img,.card-error img,.card-success img{width:32px;height:32px}.card-loading{position:relative;}.card-loading .activity-indicator__dots,.card-loading .activity-indicator__radial{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.info{position:absolute;width:100%;top:0;left:0;padding:5px 12px;}.info .card-info-label{text-transform:uppercase;white-space:nowrap;overflow:hidden;font-weight:bold;font-style:normal;font-size:10px}.info h3{line-height:1.3em;text-align:center;margin-top:45px;font-size:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;max-height:100px;overflow:hidden}.card-content{position:absolute;top:0;left:0;width:100%;height:100%;padding:0 12px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.card-content .left{text-align:left;}.card-content .left.spc-button{text-align:center}.card-content .center{text-align:center}.card-content .right{text-align:right;}.card-content .right.spc-button{text-align:center}.card-content .body{margin-top:26px;font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.card-content .footnote{display:block;line-height:14px;font-weight:normal;font-style:italic;font-size:10px}.card-content .cta,.card-content .cta-two{color:#999;position:absolute;bottom:0;font-size:14px;line-height:18px;margin-bottom:10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.card-content .cta{width:100%}.card-content .cta-two{right:12px}.card-content .cta.center{left:0}.card-content .cta.right{right:12px}.card-content .spc-button{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-bottom:12px}.card-content .spc-button.left{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.card-content .spc-button.right{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}card-raw[riot-tag="basic"].card--1of4 .card-top,card-raw[riot-tag="adobestock"].card--1of4 .card-top,card-raw[riot-tag="poster"].card--1of4 .card-top{margin-top:0;}card-raw[riot-tag="basic"].card--1of4 .card-top .background img,card-raw[riot-tag="adobestock"].card--1of4 .card-top .background img,card-raw[riot-tag="poster"].card--1of4 .card-top .background img{height:100%;width:auto}card-raw[riot-tag="basic"].card--1of4 .card-top .info h3,card-raw[riot-tag="adobestock"].card--1of4 .card-top .info h3,card-raw[riot-tag="poster"].card--1of4 .card-top .info h3{display:none}.spc--dark card-raw[riot-tag="basic"],.spc--dark card-raw[riot-tag="adobestock"],.spc--dark card-raw[riot-tag="poster"],card-raw[riot-tag="basic"].spc--dark,card-raw[riot-tag="adobestock"].spc--dark,card-raw[riot-tag="poster"].spc--dark{color:#fff;background-color:#707070;}.spc--dark card-raw[riot-tag="basic"] .card-content .cta,.spc--dark card-raw[riot-tag="adobestock"] .card-content .cta,.spc--dark card-raw[riot-tag="poster"] .card-content .cta,card-raw[riot-tag="basic"].spc--dark .card-content .cta,card-raw[riot-tag="adobestock"].spc--dark .card-content .cta,card-raw[riot-tag="poster"].spc--dark .card-content .cta,.spc--dark card-raw[riot-tag="basic"] .card-content .cta-two,.spc--dark card-raw[riot-tag="adobestock"] .card-content .cta-two,.spc--dark card-raw[riot-tag="poster"] .card-content .cta-two,card-raw[riot-tag="basic"].spc--dark .card-content .cta-two,card-raw[riot-tag="adobestock"].spc--dark .card-content .cta-two,card-raw[riot-tag="poster"].spc--dark .card-content .cta-two{color:#eaeaea}.spc--dark card-raw[riot-tag="basic"].no-bg,.spc--dark card-raw[riot-tag="adobestock"].no-bg,.spc--dark card-raw[riot-tag="poster"].no-bg,card-raw[riot-tag="basic"].spc--dark.no-bg,card-raw[riot-tag="adobestock"].spc--dark.no-bg,card-raw[riot-tag="poster"].spc--dark.no-bg{background-color:transparent}.spc--dark card-raw[riot-tag="basic"].spc--light,.spc--dark card-raw[riot-tag="adobestock"].spc--light,.spc--dark card-raw[riot-tag="poster"].spc--light{color:#4b4b4b;background-color:#fff;}.spc--dark card-raw[riot-tag="basic"].spc--light .card-content .cta,.spc--dark card-raw[riot-tag="adobestock"].spc--light .card-content .cta,.spc--dark card-raw[riot-tag="poster"].spc--light .card-content .cta,.spc--dark card-raw[riot-tag="basic"].spc--light .card-content .cta-two,.spc--dark card-raw[riot-tag="adobestock"].spc--light .card-content .cta-two,.spc--dark card-raw[riot-tag="poster"].spc--light .card-content .cta-two{color:#999}list-card{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:15px}card-raw[riot-tag="trialclock"],trialsimple{text-align:center;padding:10px;cursor:pointer;}card-raw[riot-tag="trialclock"] .card-trial-content,trialsimple .card-trial-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%}card-raw[riot-tag="trialclock"] .plans,trialsimple .plans{color:#fff;font-weight:bold;font-style:normal;font-size:12px;margin-top:25px;line-height:1em}card-raw[riot-tag="trialclock"] .cost,trialsimple .cost{color:#fff;font-size:20px;line-height:1.1875rem}card-raw[riot-tag="trialclock"] h3.sptre-Heading.sptre-Heading--3,trialsimple h3.sptre-Heading.sptre-Heading--3{display:block;color:#fff;font-weight:100;font-style:normal;font-size:60px;margin-top:0;line-height:.8em}card-raw[riot-tag="trialclock"] h4.sptre-Heading.sptre-Heading--4,trialsimple h4.sptre-Heading.sptre-Heading--4{color:#fff;font-weight:bold;font-style:normal;font-size:20px;margin-top:16px;line-height:1em}card-raw[riot-tag="trialclock"] .spc-button,trialsimple .spc-button{font-size:13px;margin-top:15px;width:100%;border-color:#fff;color:#fff;}card-raw[riot-tag="trialclock"] .spc-button:hover,trialsimple .spc-button:hover{border-color:#fff;background-color:#fff;color:#329df9}card-raw[riot-tag="trialclock"] .spc-button:active,trialsimple .spc-button:active{border-color:rgba(255,255,255,0.9);background-color:rgba(255,255,255,0.9);color:#329df9}card-raw[riot-tag="trialclock"].days-30,trialsimple.days-30{background-color:#1496fc}card-raw[riot-tag="trialclock"].days-10,trialsimple.days-10{background-color:#e8a433}card-raw[riot-tag="trialclock"].days-5,trialsimple.days-5{background-color:#971817}card-raw[riot-tag="adobestock"],card-raw[riot-tag="adobestock"].spc--light{position:relative;color:#4b4b4b;background-color:#fff;}card-raw[riot-tag="adobestock"] .card-content,card-raw[riot-tag="adobestock"].spc--light .card-content{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-align:center;}card-raw[riot-tag="adobestock"] .card-content .search-input-container,card-raw[riot-tag="adobestock"].spc--light .card-content .search-input-container{position:relative;float:left;width:calc(100% - 70px);max-height:32px}card-raw[riot-tag="adobestock"] .card-content .stock-icon--search,card-raw[riot-tag="adobestock"].spc--light .card-content .stock-icon--search{color:#eaeaea;position:absolute;top:8px;left:0}card-raw[riot-tag="adobestock"] .card-content .spc-textfield,card-raw[riot-tag="adobestock"].spc--light .card-content .spc-textfield{width:calc(100% - 40px);top:-15px;right:-8px;padding-bottom:0}card-raw[riot-tag="adobestock"] .card-content .spc-textfield__input,card-raw[riot-tag="adobestock"].spc--light .card-content .spc-textfield__input{color:#2d2d2d}card-raw[riot-tag="adobestock"] .card-content .spc-textfield__label,card-raw[riot-tag="adobestock"].spc--light .card-content .spc-textfield__label{color:#eaeaea;}card-raw[riot-tag="adobestock"] .card-content .spc-textfield__label:after,card-raw[riot-tag="adobestock"].spc--light .card-content .spc-textfield__label:after{bottom:0;background-color:#2d2d2d}card-raw[riot-tag="adobestock"] .card-content .spc-button,card-raw[riot-tag="adobestock"].spc--light .card-content .spc-button{position:initial;margin-bottom:0}card-raw[riot-tag="adobestock"].card.card--dark-text .card-content .search-input-container .stock-icon--search{color:#999}card-raw[riot-tag="adobestock"].card.card--dark-text .card-content .spc-textfield__input{color:#2d2d2d}card-raw[riot-tag="adobestock"].card.card--dark-text .card-content .spc-textfield__label{color:#999;}card-raw[riot-tag="adobestock"].card.card--dark-text .card-content .spc-textfield__label:after{background-color:#2d2d2d}card-raw[riot-tag="adobestock"].card.card--light-text .card-content .search-input-container .stock-icon--search{color:#eaeaea}card-raw[riot-tag="adobestock"].card.card--light-text .card-content .spc-textfield__input{color:#f5f5f5}card-raw[riot-tag="adobestock"].card.card--light-text .card-content .spc-textfield__label{color:#eaeaea;}card-raw[riot-tag="adobestock"].card.card--light-text .card-content .spc-textfield__label:after{background-color:#f5f5f5}card-raw[riot-tag="adobestock"].card--1of4 .card-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}card-raw[riot-tag="adobestock"].card--1of4 .card-content .search-input-container{width:100%}card-raw[riot-tag="adobestock"].card--1of4 .card-content .stock-icon--search{top:2px}card-raw[riot-tag="adobestock"].card--1of4 .card-content .spc-textfield{top:-20px}card-raw[riot-tag="adobestock"].card--1of4 .card-content .spc-button{position:absolute;bottom:12px;left:50%;right:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}card-raw[riot-tag="adobestock"].card--2of4 .card-content{width:80%;margin:0 auto;}card-raw[riot-tag="adobestock"].card--2of4 .card-content .spc-textfield{top:-15px}card-raw[riot-tag="adobestock"].card--3of4 .card-content{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;width:70%;margin:0 auto}card-raw[riot-tag="adobestock"].card--4of4 .card-content{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;width:50%;margin:0 auto}.spc--dark card-raw[riot-tag="adobestock"] .search-input-container .stock-icon--search{color:#eaeaea}.spc--dark card-raw[riot-tag="adobestock"] .spc-textfield__input{color:#fff}.spc--dark card-raw[riot-tag="adobestock"] .spc-textfield__label{color:#eaeaea;}.spc--dark card-raw[riot-tag="adobestock"] .spc-textfield__label:after{background-color:#f5f5f5}card-raw[riot-tag="basic"]{position:relative;cursor:pointer}card-raw[riot-tag="poster"]{position:relative;cursor:pointer}create-button{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:block;width:100%;margin:0 0 10px 0;}create-button .spc-button{width:100%;text-align:left;-webkit-transition:background-color 300ms ease-out 0s;transition:background-color 300ms ease-out 0s;-webkit-transition:color 300ms;transition:color 300ms}create-button .spc-button .create-button--label{float:left}create-button .spc-button .create-button--shortcut{float:right;text-align:right;color:#ababab;}.spc--dark create-button .spc-button .create-button--shortcut{color:#7b7b7b}grid-item{position:relative;width:175px;height:234px;margin-bottom:15px;margin-right:15px;overflow:hidden;border-radius:4px;color:#4b4b4b;cursor:pointer;}grid-item:hover .grid-item__overlay{display:inline}grid-item:hover .grid-item__name{color:#1473e6}grid-item .grid-item__overlay{display:none;background-color:rgba(255,255,255,0.5);border-radius:4px;position:absolute;top:0;left:0;width:175px;height:175px}grid-item .grid-item__thumbnail{width:175px;height:175px;overflow:hidden;background-repeat:no-repeat;background-size:contain;background-position:center center;margin-bottom:8px;border-radius:4px}grid-item .grid-item__name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;font-size:14px;color:#4b4b4b}grid-item .grid-item__date{font-size:12px;color:#999;margin-top:2px;line-height:1.2em}.spc--dark grid-item:hover .grid-item__name{color:#cdcdcd}.spc--dark grid-item .grid-item__overlay{background-color:rgba(0,0,0,0.5)}.spc--dark grid-item .grid-item__name{color:#cdcdcd}.spc--dark grid-item .grid-item__date{color:#999}@media (max-width:779px){grid-item{width:110px;height:140px;margin-right:12px;margin-bottom:18px;}grid-item:nth-child(3n){margin-right:7px}grid-item .grid-item__overlay{width:110px;height:140px}grid-item .grid-item__thumbnail{width:110px;height:110px;margin-bottom:5px}grid-item .grid-item__name{padding-left:3px}grid-item .grid-item__date{display:none}}::-webkit-scrollbar{display:none}scrollbar{position:relative;right:-5px;width:5px;border-radius:2px;background-color:#eaeaea;-webkit-transition:all 50ms ease-out;transition:all 50ms ease-out}.scroll-container{padding-bottom:1px;position:relative;overflow-x:hidden;overflow-y:auto;background-attachment:local,local,scroll,scroll}.scroll-pane{top:0;left:0}.scrollbar-Handle{top:0;right:0;cursor:pointer;border-radius:2px;background-color:#c3c3c3;-webkit-transition:-webkit-transform 100ms ease-out,top 30ms ease-out;transition:transform 100ms ease-out,top 30ms ease-out;}.scrollbar-Handle:hover{background-color:#8e8e8e}.spc--dark scrollbar{background-color:#393939}.spc--dark .scrollbar-Handle{background-color:#525252;}.spc--dark .scrollbar-Handle:hover{background-color:#707070}@media (max-width:779px){.scroll-pane{width:570px}page-primary .scroll-pane{width:365px}}@media (min-width:780px){.scroll-pane{width:760px}page-primary .scroll-pane{width:570px}}@media (min-width:1090px){.scroll-pane{width:950px}page-primary .scroll-pane{width:760px}}@media (min-width:1280px){.scroll-pane{width:1140px}page-primary .scroll-pane{width:950px}}@media (min-width:1470px){.scroll-pane{width:1330px}page-primary .scroll-pane{width:1140px}}tabs a{display:block;font-weight:bold;font-style:normal;margin-bottom:4px;font-size:14px;line-height:26px;color:#7b7b7b;text-decoration:none;text-transform:uppercase;cursor:pointer;-webkit-transition:color .2s ease-out;transition:color .2s ease-out;}tabs a:hover{color:#1473e6}tabs a.sptre-tab_active{color:#3f3f3f}tabs .sptre-tabs__tab-bar{position:relative;margin-left:15px}tabs .sptre-tabs__line{position:absolute;left:-10px;top:0;margin-top:4px;width:2px;height:17px;background-color:#3f3f3f;-webkit-transition:top .2s ease-out;transition:top .2s ease-out}.spc--dark tabs a{color:#8e8e8e;}.spc--dark tabs a:hover{color:#46a0f5}.spc--dark tabs a.sptre-tab_active{color:#fff}.spc--dark tabs .sptre-tabs__line{background-color:#fff}.recentfile-empty__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;}.recentfile-empty__container h4{margin-top:0;margin-bottom:18px;color:#000;font-size:26px;line-height:1}.recentfile-empty__container > *{margin-bottom:24px;font-size:15px}.recentfile-empty__card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:175px;margin-top:10px;margin-left:100px;}.recentfile-empty__card:first-child{margin-left:0}.recentfile-empty__card svg{width:40px;height:auto;margin-bottom:10px}.recentfile-empty__card .spc-button{margin-top:20px}.spc--dark .recentfile-empty__container{color:#c2c2c2;}.spc--dark .recentfile-empty__container h4{color:#fff}.spc--dark .recentfile-empty__card svg{fill:#fff}.recentlib-empty__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;}.recentlib-empty__container h4{margin-bottom:18px;color:#000;font-size:26px;line-height:1}.recentlib-empty__container > *{margin-bottom:24px;font-size:15px}.recentlib-empty__container img{width:auto;margin-bottom:0;padding:0 20px;border-bottom:1px solid #ccc}.spc--dark .recentlib-empty__container{color:#c2c2c2;}.spc--dark .recentlib-empty__container h4{color:#fff}.spc--dark .recentlib-empty__container img{border-bottom:1px solid #565656}@media (max-width:779px){.recentlib-empty__container h4{font-size:24px}.recentlib-empty__container span{width:100%}.recentlib-empty__container img{height:90px}}@media (min-width:780px){.recentlib-empty__container h4{font-size:26px}.recentlib-empty__container span{width:80%}.recentlib-empty__container img{height:100px}}@media (min-width:1090px){.recentlib-empty__container h4{font-size:32px}.recentlib-empty__container span{width:470px}.recentlib-empty__container img{height:130px}}[riot-tag='mobilecreations-nav']{-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.3s;transition-duration:.3s;}[riot-tag='mobilecreations-nav']:hover .project-heading{-webkit-transition-property:fill;transition-property:fill;-webkit-transition-duration:.3s;transition-duration:.3s;color:#1473e6}[riot-tag='mobilecreations-nav']:hover .sptre-back-button{-webkit-transition-property:fill;transition-property:fill;-webkit-transition-duration:.3s;transition-duration:.3s;fill:#1473e6}[riot-tag='mobilecreations-nav'] .sptre-back-button{cursor:pointer;display:flexbox;position:absolute;height:20px;width:20px;background-repeat:no-repeat;background-position:0 0}[riot-tag='mobilecreations-nav'] .project-heading{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:16px;height:20px;line-height:20px;display:inline-block;padding-left:23px;color:#a3a3a3;}[riot-tag='mobilecreations-nav'] .project-heading > raw-text{cursor:pointer}[riot-tag='mobilecreations-nav'] .note-text{text-align:right;padding-right:20px;width:100%;}[riot-tag='mobilecreations-nav'] .note-text > raw-text{color:#999;font-size:12px;line-height:1}.spc--dark .sptre-back-button{fill:#8e8e8e}.spc--dark .sptre-back-button{fill:#8e8e8e}mobilecreations-grid .load--more--spinner-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;height:200px}mobilecreations-grid-item{position:relative;cursor:pointer;}mobilecreations-grid-item.card{background:none;height:auto}mobilecreations-grid-item:hover .sptre-Grid-overlay{display:inline}mobilecreations-grid-item:hover .sptre-Grid-name{color:#1473e6}mobilecreations-grid-item:hover .sptre-Grid-overlay-comp{display:inline}mobilecreations-grid-item:hover .sptre-Grid-thumbnail-img-overlay{display:inline}mobilecreations-grid-item .sptre-Grid-overlay{display:none;background-color:rgba(0,0,0,0.5);position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;width:175px;height:175px;border-radius:4px}mobilecreations-grid-item .sptre-Grid-overlay .sptre-Grid-overlay-creativeSync{background-repeat:no-repeat;background-position:center;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;width:24px;height:24px}mobilecreations-grid-item .sptre-Grid-overlay-loading{background-color:rgba(0,0,0,0.5);border-radius:4px;position:absolute;top:0;left:0;width:175px;height:175px;background-repeat:no-repeat;background-size:contain;background-position:center center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}mobilecreations-grid-item .sptre-Grid-overlay-loading .activity-indicator__dots{top:57px;left:57px;margin:auto}mobilecreations-grid-item .sptre-Grid-overlay-loading .activity-indicator__dotsText > raw-text{color:#fff;line-height:1;font-size:12px}mobilecreations-grid-item .sptre-Grid-thumbnail{width:175px;height:175px;overflow:hidden;background-repeat:no-repeat;background-size:contain;background-position:center center;background-color:#fff;border-radius:4px}mobilecreations-grid-item .sptre-Grid-thumbnail-comp{width:175px;height:175px;overflow:hidden;background-repeat:no-repeat;background-size:contain;background-position:center center;background-color:#fff;border-radius:4px}mobilecreations-grid-item .sptre-Grid-overlay-comp{display:none;background-color:rgba(0,0,0,0.5);position:absolute;top:0;left:0;bottom:0;right:0;width:175px;height:175px;border-radius:4px}mobilecreations-grid-item .sptre-Grid-thumbnail-margin-bottom{margin-bottom:.9375rem}mobilecreations-grid-item .sptre-Grid-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:145px;font-size:14px;color:#3f3f3f;float:left}mobilecreations-grid-item .sptre-Grid-pageCountTag{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:9px;color:#000;background-color:#989898;border-radius:2px;text-align:center;padding:0 6px 0 6px;float:right}mobilecreations-grid-item .sptre-Grid-productTag{font-size:12px;color:#8e8e8e}mobilecreations-grid-item .sptre-Grid-thumbnail-img-container{position:relative;width:175px;height:175px}mobilecreations-grid-item .sptre-Grid-thumbnail-img-overlay{display:none;background-color:rgba(0,0,0,0.5);position:absolute;top:8px;left:8px;margin:auto;width:167px;height:167px;z-index:5;border-radius:4px}mobilecreations-grid-item .sptre-Grid-thumbnail-img{width:167px;height:167px;position:absolute;border-radius:4px;opacity:1}mobilecreations-grid-item .sptre-Grid-thumbnail-img1{top:0;left:0;z-index:1;background-color:#f5f5f5;border-width:2px;border-color:#707070;border-style:solid}mobilecreations-grid-item .sptre-Grid-thumbnail-img2{top:4px;left:4px;z-index:2;background-color:#f5f5f5;border-width:2px;border-color:#c2c2c2;border-style:solid}mobilecreations-grid-item .sptre-Grid-thumbnail-img3{top:8px;left:8px;z-index:3;background-color:#fff}mobilecreations-grid-item .sptre-Grid-thumbnail-img4{top:8px;left:8px;z-index:4;background-color:#fff;background-repeat:no-repeat;background-size:contain;background-position:center center}.spc--dark mobilecreations-grid-item:hover .sptre-Grid-name{color:#46a0f5}.spc--dark mobilecreations-grid-item:hover .sptre-Grid-overlay{display:inline}.spc--dark mobilecreations-grid-item:hover .sptre-Grid-overlay-comp{display:inline}.spc--dark mobilecreations-grid-item .sptre-Grid-overlay-loading{background-color:rgba(0,0,0,0.5);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.spc--dark mobilecreations-grid-item .sptre-Grid-thumbnail-img-overlay{background-color:rgba(0,0,0,0.5)}.spc--dark mobilecreations-grid-item .sptre-Grid-overlay{background-color:rgba(0,0,0,0.5)}.spc--dark mobilecreations-grid-item .sptre-Grid-overlay-comp{background-color:rgba(0,0,0,0.5)}.spc--dark mobilecreations-grid-item .sptre-Grid-name{color:#e6e6e6}.spc--dark mobilecreations-grid-item .sptre-Grid-productTag{color:#8e8e8e}.spc--dark mobilecreations-grid-item .sptre-Grid-pageCountTag{color:#fff;background-color:#232323}.spc--dark mobilecreations-grid-item .sptre-Grid-overlay-loading .activity-indicator__dotsText > raw-text{color:#fff;line-height:1;font-size:12px}.spc--dark mobilecreations-grid-item .sptre-Grid-thumbnail-img1{background-color:#323232;border-color:#515151}.spc--dark mobilecreations-grid-item .sptre-Grid-thumbnail-img2{background-color:#323232;border-color:#707070}.spc--dark mobilecreations-grid-item .sptre-Grid-thumbnail-img3{background-color:#707070}@media (max-width:779px){mobilecreations-grid-item:hover .sptre-Grid-productTag{display:block;position:absolute;top:0;right:0;text-align:center;padding:3px 6px 3px 6px;color:#46a0f5;line-height:110%}mobilecreations-grid-item.card{width:110px;height:auto;margin-right:12px;margin-bottom:18px}mobilecreations-grid-item .sptre-Grid-overlay{width:110px;height:110px}mobilecreations-grid-item .sptre-Grid-overlay-loading{width:110px;height:110px}mobilecreations-grid-item .sptre-Grid-overlay-loading .activity-indicator__dots{top:25px;left:25px}mobilecreations-grid-item .sptre-Grid-thumbnail{width:110px;height:110px;margin-bottom:5px}mobilecreations-grid-item .sptre-Grid-name{width:80px}mobilecreations-grid-item .sptre-Grid-productTag{display:none}}no-mobile-asset{-webkit-transition-property:fill;transition-property:fill;-webkit-transition-duration:.3s;transition-duration:.3s;margin-bottom:0;}no-mobile-asset .noMobAsset__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:15px;text-align:center}no-mobile-asset .noMobAsset__cards{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-top:25px}no-mobile-asset .noMobAsset__app-card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:175px;margin-right:15px;overflow:hidden;}no-mobile-asset .noMobAsset__app-card > *{margin-bottom:10px}no-mobile-asset .noMobAsset__app-card span{margin-bottom:18px}no-mobile-asset h4{margin-top:0;margin-bottom:15px;color:#000;font-size:26px;line-height:1}no-mobile-asset h5{margin:0;color:#000;font-size:16px;line-height:1;font-weight:normal}.spc--dark .noMobAsset__container{color:#c2c2c2;}.spc--dark .noMobAsset__container h4,.spc--dark .noMobAsset__container h5{color:#fff}@media (min-width:779px){no-mobile-asset .noMobAsset__container .noMobAsset__desc{width:550px;max-width:none}}@media (min-width:1090px){no-mobile-asset .noMobAsset__container .noMobAsset__desc{width:auto;max-width:730px}}[riot-tag='tab-mobilecreations']{-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.3s;transition-duration:.3s;}[riot-tag='tab-mobilecreations'] .mobilecreations--errorStates--container{top:0;bottom:0;left:0;right:0;margin:auto;position:relative;width:90%}[riot-tag='tab-mobilecreations'] .mobilecreations--errorStates--icon{top:0;bottom:0;left:0;right:0;margin:auto;height:75px;width:75px;position:relative;background-size:75px 75px;background:no-repeat;background-position:center}[riot-tag='tab-mobilecreations'] .mobilecreations--errorStates--text{text-align:center;}[riot-tag='tab-mobilecreations'] .mobilecreations--errorStates--text > raw-text{color:#4b4b4b;display:block;width:100%;line-height:1;font-size:40px}[riot-tag='tab-mobilecreations'] .mobilecreations--errorStates--tryAgain{text-align:center;margin-top:1%;}[riot-tag='tab-mobilecreations'] .mobilecreations--errorStates--tryAgain > raw-text{color:#4b4b4b;width:100%;line-height:1;font-size:15px;font-weight:bold;cursor:pointer;}[riot-tag='tab-mobilecreations'] .mobilecreations--errorStates--tryAgain > raw-text:hover{color:#2d2d2d}[riot-tag='tab-mobilecreations'] .activity-indicator__text{position:absolute;top:145px;left:calc(50% - 70px);}[riot-tag='tab-mobilecreations'] .activity-indicator__text > raw-text{color:#1473e6;line-height:1;font-size:12px}.spc--dark .mobilecreations--errorStates--text > raw-text{color:#999}.spc--dark .mobilecreations--errorStates--tryAgain > raw-text{color:#cdcdcd;}.spc--dark .mobilecreations--errorStates--tryAgain > raw-text:hover{color:#fcfcfc}.spc--dark .mobilecreations--errorStates--icon{background-image:url("./images/thumbs/Warning_DarkUI.svg")}container-main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;width:100%;height:100%;background-color:#fafafa}.page-container{position:absolute;top:0;left:0;width:100%;height:100%;}.open-mode .page-container{max-height:inherit}.page-container--center-column{position:relative;width:760px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.spc--dark container-main{background-color:#323232}page-primary{padding-top:46px}page-primary .page-container--center-column{padding-top:20px}page-primary .section-heading-container{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}page-primary .section-heading-container > section-heading{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;margin-right:15px;}page-primary .section-heading-container > section-heading > h2{padding-bottom:5px;padding-left:5px;margin-bottom:7px}page-primary .tab-nav--container{min-height:34px}#cards--top{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-height:225px;}#cards--top.no-bottom{padding-bottom:20px}#cards--top .scroll-pane > *{margin-bottom:0}#cards--top .activity-indicator__radial{position:absolute;top:70px;left:calc(50% - 32px)}.create-column{width:175px;margin-right:15px}#button-container{width:175px;margin-top:20px}.action-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.action-container create-button{width:auto;}.action-container create-button .spc-button{width:auto}#cards--bottom{padding:15px 0 25px 0;background-color:#fafafa;}#cards--bottom.page-container--center-column{margin-top:0}#cards--separator{margin-top:0;margin-right:15px}.spc--dark #cards--bottom{background-color:#323232}.spc--dark #cards--separator{border-color:#3e3e3e}@media (max-width:779px){page-primary{padding-top:60px !important;}page-primary .page-container--center-column{padding-top:0 !important}page-primary .tab-nav--container{min-height:0}.action-container create-button{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;margin-right:10px;}.action-container create-button .spc-button{min-width:135px}#cards--bottom{margin-top:20px !important;padding-bottom:10px !important}}@media screen and (max-height:570px) and (min-width:779px){#cards--bottom{position:absolute;top:-9999px}}page-more{padding-top:46px}page-more .page-container--center-column{height:100%}page-more .page-container--center-column scrollbar{position:absolute;top:97px;right:-5px;bottom:0;-webkit-transition:all 50ms ease-out;transition:all 50ms ease-out}page-more .page-container--center-column .scroll-container{height:100%}page-more .page-container--center-column .scroll-pane{padding-bottom:15px}page-more .more-Nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:110px}.more-Nav i.material-icons{box-sizing:content-box;width:30px;height:30px;text-align:center;cursor:pointer;line-height:30px;border:1px solid rgba(0,0,0,0.6);border-radius:50%}#more-Button--back{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;color:#000;padding-right:10px;}#more-Button--back span{padding:0 0 3px 12px;font-weight:100;font-style:normal;line-height:26px;font-size:26px}#more-Button--back:hover{color:#46a0f5;}#more-Button--back:hover i{border:1px solid #46a0f5}.spc--dark #more-Button--back{color:#fff;}.spc--dark #more-Button--back:hover{color:#46a0f5}.spc--dark .more-Nav i.material-icons{border-color:rgba(255,255,255,0.9)}/*# sourceMappingURL=index.css.map */
/*# sourceMappingURL=styles.css.map */
