/**
 * ADOBE CONFIDENTIAL
 *  _________________
 *  Copyright 2016 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by all applicable intellectual property
 * laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
*{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}::-moz-selection{background:#46a0f5;}::selection{background:#46a0f5;}::-moz-selection{background:#46a0f5;}@font-face{font-family:'in-app-ui';src:url("fonts/in-app-ui.ttf?thf87q") format('truetype'),url("fonts/in-app-ui.woff?thf87q") format('woff'),url("fonts/in-app-ui.svg?thf87q#in-app-ui") format('svg');font-weight:normal;font-style:normal}.inapp-icons{display:inline-block;width:1em;height:1em;font-family:'in-app-ui' !important;font-size:1em;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;speak:none;line-height:1;letter-spacing:normal;word-wrap:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.inapp-icon--ColumnOnly:before{content:"\e910"}.inapp-icon--GridByColumn:before{content:"\e911"}.inapp-icon--GridByRow:before{content:"\e912"}.inapp-icon--LeftToRight:before{content:"\e913"}.inapp-icon--RightToLeft:before{content:"\e914"}.inapp-icon--RightToLeft_GridByRow:before{content:"\e915"}.inapp-icon--RightToLeft2:before{content:"\e916"}.inapp-icon--RightToLeft_RowOnly:before{content:"\e917"}.inapp-icon--RowOnly:before{content:"\e918"}.inapp-icon--ltr:before{content:"\e900"}.inapp-icon--rtl:before{content:"\e901"}.inapp-icon--rtl-me:before{content:"\e902"}.inapp-icon--error:before{content:"\e903"}.inapp-icon--check:before{content:"\e904"}.inapp-icon--left:before{content:"\e905"}.inapp-icon--clock:before{content:"\e906"}.inapp-icon--download:before{content:"\e907"}.inapp-icon--grid:before{content:"\e908"}.inapp-icon--help:before{content:"\e909"}.inapp-icon--landscape:before{content:"\e90a"}.inapp-icon--list:before{content:"\e90b"}.inapp-icon--portrait:before{content:"\e90c"}.inapp-icon--search:before{content:"\e90d"}.inapp-icon--gear:before{content:"\e90e"}.inapp-icon--preset:before{content:"\e90f"}@font-face{font-family:'spc-icons';src:url("./fonts/spc-icons.eot");src:url("./fonts/spc-icons.eot?#iefix") format('embedded-opentype'),url("./fonts/spc-icons.woff") format('woff'),url("./fonts/spc-icons.ttf") format('truetype'),url("./fonts/spc-icons.svg#icons") format('svg');font-weight:normal;font-style:normal}.spc-icons{font-family:'spc-icons';speak:none;font-weight:normal;font-style:normal;font-size:24px;display:inline-block;width:1em;height:1em;line-height:1;text-transform:none;word-wrap:normal;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;-moz-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.spc-icon--warn:before{content:"\e900"}.spc-icon--check:before{content:"\e901"}.spc-icon--x:before{content:"\58"}.spc-icon--plus:before{content:"\e903"}.spc-icon--check_circle:before{content:"\e904"}.spc-icon--close_circle:before{content:"\e905"}.spc-icon--plus_circle:before{content:"\e906"}.spc-icon--dotdotdot:before{content:"\43"}.spc-icon--down:before{content:"\44"}.spc-icon--up:before{content:"\55"}.spc-icon--left:before{content:"\4a"}.spc-icon--right:before{content:"\52"}.spc-icon--download_cloud:before{content:"\51"}.spc-icon--download:before{content:"\45"}.spc-icon--down_big:before{content:"\4b"}.spc-icon--pencil:before{content:"\47"}.spc-icon--search:before{content:"\53"}.spc-icon--star:before{content:"\e907"}.spc-icon--star_outline:before{content:"\54"}.spc-icon--heart:before{content:"\e908"}.spc-icon--trash:before{content:"\5a"}.spc-icon--info:before{content:"\e909"}.spc-icon--help:before{content:"\48"}.spc-icon--creativecloud:before{content:"\e90b"}.spc-icon--properties:before{content:"\e90c"}.spc-icon--link:before{content:"\e90d"}.spc-icon--unlink:before{content:"\e90e"}.spc-icon--settings:before{content:"\e90f"}.spc-icon--wrench:before{content:"\e910"}tooltip{pointer-events:none;position:absolute;top:0;left:-9999px;margin-top:25px;margin-left:10px;opacity:0;max-width:300px;word-wrap:break-word;background:#fff4c4;padding:2px 6px;padding-top:1px;border:1px solid #2c2c2c;box-shadow:0 2px 4px 0 rgba(0,0,0,0.6);z-index:9999999;color:#000;font-size:12px;line-height:15px;white-space:pre-wrap;}tooltip.show{-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation:tooltip__fadeInOut 10s;animation:tooltip__fadeInOut 10s}@-webkit-keyframes tooltip__fadeInOut{0%{opacity:0}16%{opacity:1}84%{opacity:1}100%{opacity:0}}@keyframes tooltip__fadeInOut{0%{opacity:0}16%{opacity:1}84%{opacity:1}100%{opacity:0}}.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--fade-in-fast{-webkit-animation:fade-in;animation:fade-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:150ms;animation-duration:150ms;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.anim--fade-out-fast{-webkit-animation:fade-out;animation:fade-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:150ms;animation-duration:150ms;-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)}}.menu-panel{z-index:1;position:absolute;top:0;right:0;min-width:250px;background-color:#f5f5f5;padding:40px 28px 22px 28px;border-radius:4px;outline:none}container-templates .menu-panel{right:auto;left:0}debug-menu .menu-panel--toggle{color:#f00}.menu-panel--toggle{display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border-width:0;background:none;cursor:pointer;text-align:center;width:24px;height:24px;cursor:pointer;line-height:24px;margin-right:20px;transition:color 100ms ease-in-out}.menu-panel--item{line-height:2em;padding:3px 5px;font-size:13px}.menu-panel--row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu-panel--spacer{height:15px;}.menu-panel--spacer:after{content:'';display:table;clear:both}.spc--dark .menu-panel{background-color:#2a2a2a}.spc--dark debug-menu .menu-panel--toggle{color:#ffd700}.fullscreen-overlay{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:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.7);z-index:9999}.spc--dark .fullscreen-overlay{background:rgba(0,0,0,0.7)}.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")}.scroll-container{position:relative;overflow-x:hidden;overflow-y:overlay;background-attachment:local,local,scroll,scroll}.scroll-pane{position:absolute;top:0;left:0;width:100%}::-webkit-scrollbar{width:13px;cursor:pointer}::-webkit-scrollbar-thumb{border:4px solid rgba(0,0,0,0);border-radius:6.5px;background-clip:padding-box;background-color:#c2c2c2}::-webkit-scrollbar-thumb:horizontal:hover,::-webkit-scrollbar-thumb:vertical:hover{background-color:#999}::-webkit-scrollbar-thumb:horizontal:active,::-webkit-scrollbar-thumb:vertical:active{background-color:#707070}::-webkit-scrollbar-track{border:4px solid #fff;border-radius:6.5px;background-color:#f5f5f5}::-webkit-scrollbar-button{width:0;height:0;display:none}::-webkit-scrollbar-corner{background-color:transparent}.spc--dark ::-webkit-scrollbar-thumb{background-color:#525252}.spc--dark ::-webkit-scrollbar-thumb:horizontal:hover,.spc--dark ::-webkit-scrollbar-thumb:vertical:hover{background-color:#707070}.spc--dark ::-webkit-scrollbar-thumb:horizontal:active,.spc--dark ::-webkit-scrollbar-thumb:vertical:active{background-color:#999}.spc--dark ::-webkit-scrollbar-track{background-color:#323232;border-color:#1b1b1b}.back-button{display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border-width:0;background:none;cursor:pointer;font-size:16px;font-weight:bold;color:#4b4b4b;line-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:10px;transition:all 150ms linear;}.back-button .inapp-icons{font-size:30px}.back-button:hover{color:#1473e6}.spc--dark .back-button{color:#cdcdcd;}.spc--dark .back-button:hover{color:#46a0f5}debug-menu,debug-menu .menu-panel--item{text-align:right}debug-menu .menu-panel{text-align:center;}debug-menu .menu-panel .spc-switch{margin-left:5px}container-templates .anim--open-menu{-webkit-animation:fnft-open-drawer 200ms ease-out;animation:fnft-open-drawer 200ms ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}container-templates .anim--close-menu{-webkit-animation:fnft-close-drawer 300ms ease-in;animation:fnft-close-drawer 300ms ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.spc-switch__input:focus ~ .spc-switch__thumb{border-color:#1473e6}.spc-switch__input:focus ~ .spc-switch__label{color:#1473e6}.spc-switch__input:focus:checked ~ .spc-switch__thumb{background-color:#1473e6}.spc--dark .spc-switch__input:focus ~ .spc-switch__thumb{border-color:#46a0f5}.spc--dark .spc-switch__input:focus ~ .spc-switch__label{color:#46a0f5}.spc--dark .spc-switch__input:focus:checked ~ .spc-switch__thumb{background-color:#46a0f5}@-webkit-keyframes fnft-open-drawer{from{opacity:0;-webkit-transform:translateY(5px);transform:translateY(5px)}to{opacity:1;-webkit-transform:translateY(60px);transform:translateY(60px)}}@keyframes fnft-open-drawer{from{opacity:0;-webkit-transform:translateY(5px);transform:translateY(5px)}to{opacity:1;-webkit-transform:translateY(60px);transform:translateY(60px)}}@-webkit-keyframes fnft-close-drawer{0%{opacity:1;-webkit-transform:translateY(60px);transform:translateY(60px)}50%{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-300px);transform:translateY(-300px)}}@keyframes fnft-close-drawer{0%{opacity:1;-webkit-transform:translateY(60px);transform:translateY(60px)}50%{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-300px);transform:translateY(-300px)}}
.debug-layout *{outline:1px solid #ff0080}.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)}.invisible{visibility:hidden}.custom--margin{margin-right:17px !important}.spc-layout a{text-decoration:none;color:#1473e6;}.spc-layout a:hover{text-decoration:none;color:#005abe}.spc--dark a{color:#2d8ceb;}.spc--dark a:hover{color:#46a0f5}@font-face{font-family:'in-app-preset';src:url("fonts/in-app-preset.ttf?qfwd7a") format('truetype'),url("fonts/in-app-preset.woff?rrx7a") format('woff'),url("fonts/in-app-preset.svg?qf94r3r#in-app-preset") format('svg');font-weight:normal;font-style:normal}.inapp-icons-preset{font-family:'in-app-preset' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.inapp-icons-preset--mobile:before{content:"\e900"}.inapp-icons-preset--print:before{content:"\e901"}.inapp-icons-preset--custom:before{content:"\e902"}.inapp-icons-preset--video:before{content:"\e903"}.inapp-icons-preset--photo:before{content:"\e904"}.inapp-icons-preset--saved:before{content:"\e905"}.inapp-icons-preset--web:before{content:"\e906"}.inapp-icons-preset--star:before{content:"\e907"}.inapp-icons-preset--art:before{content:"\e908"}.inapp-icons-preset--clipboard:before{content:"\e909"}.form-preset__container,.form-stock__desc{overflow-y:auto}.spc-dropdown__options::-webkit-scrollbar-track{border-color:#fff}.form-preset__container::-webkit-scrollbar-track,.form-stock__desc::-webkit-scrollbar-track{border-color:#eaeaea;background-color:#e1e1e1}.spc--dark .spc-dropdown__options::-webkit-scrollbar-track{border-color:#2a2a2a}.spc--dark .form-preset__container::-webkit-scrollbar-track,.spc--dark .form-stock__desc::-webkit-scrollbar-track{border-color:#323232;background-color:#3e3e3e}container-templates{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-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}.gallery-scroll{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:74px}.gallery-container{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#fff}#stock-bar{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:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:0;left:0;width:calc(100% - 284px);}#stock-bar form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;}#stock-bar form .spc-textfield{width:270px;margin-bottom:0}#stock-bar form > *{margin-right:7px}#stock-bar .inapp-icon--search{font-size:20px}.stock-bar__wrapper{width:530px;background-color:#fafafa;border-radius:4px;margin-bottom:13px}.template-nav{position:relative;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:48px;padding:0 50px;background-color:#f5f5f5;border-bottom:1px solid #fff;}.template-nav debug-menu{position:absolute;top:18px;left:18px}[lang="ja-jp"] .template-nav,[lang="ru-ru"] .template-nav{padding:0}[lang="ja-jp"] .template-tab__separator,[lang="ru-ru"] .template-tab__separator{margin:0 5px}.spc-tabs__line{-webkit-transform:translateX(50px) scaleX(20);transform:translateX(50px) scaleX(20);-webkit-animation:tab-line-intro 500ms ease-out;animation:tab-line-intro 500ms ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;height:3px;opacity:0}#sidebar-container{position:relative;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;width:284px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 0 20px 0;background-color:#f5f5f5;border-left:1px solid #fff}.sidebar-padding{padding:0 20px}#template-preview--small,#template-preview--large{position:absolute;top:0;left:0;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;background-color:#fff}.spc--dark .gallery-container{background-color:#1b1b1b}.spc--dark .template-nav{background-color:#323232;border-color:#1b1b1b}.spc--dark #sidebar-container{background-color:#323232;border-color:#1b1b1b}.spc--dark #template-preview--small,.spc--dark #template-preview--large{background-color:#2a2a2a}.spc--dark .stock-bar__wrapper{background-color:#2e2e2e}@media (min-width:1000px){.template-nav{padding:0 12%;}.template-nav.template-nav--idsn{padding:0 21%}[lang="ja-jp"] .template-nav,[lang="ru-ru"] .template-nav{padding:0}#sidebar-container{width:310px}#stock-bar{width:calc(100% - 310px)}.stock-bar__wrapper{width:714px}}@media (min-width:1100px){.stock-bar__wrapper{width:766px}.template-nav{padding:0 12%;}.template-nav.template-nav--idsn{padding:0 21%}}@media (min-width:1217px){.stock-bar__wrapper{width:883px}}@media (min-width:1334px){.stock-bar__wrapper{width:1000px}}@media (min-width:1461px){.stock-bar__wrapper{width:1127px}}@media (min-width:1589px){.stock-bar__wrapper{width:1255px}}@media (min-width:1717px){.stock-bar__wrapper{width:1383px}}@media (min-width:1845px){.stock-bar__wrapper{width:1511px}}@media (min-width:1982px){.stock-bar__wrapper{width:1648px}}@media (min-width:2120px){.stock-bar__wrapper{width:1786px}}@-webkit-keyframes tab-line-intro{0%{opacity:0}50%{opacity:0}100%{opacity:1}}@keyframes tab-line-intro{0%{opacity:0}50%{opacity:0}100%{opacity:1}}screen-download .screen-download__lovenote{text-align:center;max-width:400px}screen-download .spc-checkbox{width:auto}screen-download > *{margin-bottom:10px}.screen-download__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0;}.screen-download__actions .spc-button:not(:last-child){margin-right:10px}.template-grid__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:5px;margin:0 auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-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;}.template-grid__wrapper .form-stock__more-link{margin-bottom:20px;}.template-grid__wrapper .form-stock__more-link img{width:32px;height:32px}.template-grid__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:543px;overflow:hidden;padding-top:1px;padding-left:13px}.template-grid__container-presets{max-height:160px}.template-grid__container-presets--open{transition:max-height 1s ease-in;max-height:5000px}.template-grid__section-header{-ms-flex-item-align:start;align-self:flex-start;font-size:12px;padding-left:23px;text-transform:uppercase;margin-top:13px;margin-bottom:13px}.template-grid__section-title{color:#4b4b4b;letter-spacing:.5px}.template-grid__section-count{padding-left:5px;color:#707070}.grid-item{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:168px;height:154px;margin:0 13px 13px 0;border-radius:4px;background-color:#f5f5f5}.template-grid__expander{width:100%;padding:5px 0;transition:color 150ms linear;cursor:pointer;text-align:center;color:#000;font-size:13px;}.template-grid__expander.anim--fade-out-fast{cursor:default}.template-grid__expander:hover{color:#1473e6}.template-grid__expander .spc-icons{font-size:.7em;padding-left:5px}.spc--dark .grid-item{background-color:#323232}.spc--dark .template-grid__section-title{color:#cdcdcd}.spc--dark .template-grid__section-count{color:#999}.spc--dark .template-grid__expander{color:#fff;}.spc--dark .template-grid__expander:hover{color:#2d8ceb}@media (min-width:1000px){.template-grid__container-presets{max-height:167px}.template-grid__container-presets--open{max-height:5000px}.template-grid__container{width:729px;padding-left:15px}.template-grid__section-header{padding-left:23px;margin-bottom:15px}}@media (min-width:1100px){.template-grid__container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;margin-left:auto;margin-right:auto}.template-grid__section-header{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;padding-left:16px;margin-left:auto;margin-right:auto}.template-grid__wrapper{width:766px;margin:0 auto}}@media (min-width:1217px){.template-grid__wrapper{width:883px}}@media (min-width:1334px){.template-grid__wrapper{width:1000px}}@media (min-width:1461px){.template-grid__wrapper{width:1127px}}@media (min-width:1589px){.template-grid__wrapper{width:1255px}}@media (min-width:1717px){.template-grid__wrapper{width:1383px}}@media (min-width:1845px){.template-grid__wrapper{width:1511px}}@media (min-width:1982px){.template-grid__wrapper{width:1648px}}@media (min-width:2120px){.template-grid__wrapper{width:1786px}}template-grid-item{position:relative;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:168px;height:154px;margin:0 13px 13px 0;border-radius:4px;background-color:#f5f5f5;}template-grid-item:hover .template-grid-item__name{color:#1473e6}template-grid-item .spc-layout__container{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;top:0;left:0;height:118px;color:#4b4b4b;background-color:rgba(255,255,255,0.6);}template-grid-item .spc-layout__container .spc-progress{width:70%;min-width:100px;z-index:0}.template-grid-item__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;padding:0 15px;}.template-grid-item__info .spc-layout-spacer{width:5px}.template-grid-item__name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:12px;color:#4b4b4b}.template-grid-item__price{text-transform:uppercase;font-size:12px;-ms-flex-negative:0;flex-shrink:0}.template-grid-item__overlay{position:absolute;top:0;left:0;width:168px;height:154px;border-radius:4px;padding:0;outline:none;border:none;background:none;cursor:pointer;}.template-grid-item__overlay:hover{background-color:rgba(255,255,255,0.1)}.template-grid-item--active .template-grid-item__overlay{border:3px solid #1473e6}.template-grid-item--active .template-grid-item__name{color:#000}[modality="keyboard"] .template-grid-item--active .template-grid-item__overlay:focus{outline:1px dashed #46a0f5}.template-grid-item__thumbnail{width:168px;height:118px;overflow:hidden;background-repeat:no-repeat;background-size:cover;background-position:center center;border-radius:4px 4px 0 0}.template-grid-item--licensed{position:absolute;top:12px;left:12px;width:15px;height:15px;background-color:#fff;color:#1473e6;border-radius:50%;}.template-grid-item--licensed .inapp-icons{margin:-2px 0 0 -2px;font-size:1.3em}.template-grid__container-recents .template-grid-item__name,.template-grid__container-saved .template-grid-item__name{text-align:center}.spc--dark template-grid-item{background-color:#323232;}.spc--dark template-grid-item:hover .template-grid-item__name{color:#46a0f5}.spc--dark template-grid-item .spc-layout__container{color:#fcfcfc;background-color:rgba(0,0,0,0.6)}.spc--dark .template-grid-item__name{color:#cdcdcd}.spc--dark .template-grid-item__overlay:hover{background-color:rgba(0,0,0,0.1)}.spc--dark .template-grid-item--active .template-grid-item__overlay{border-color:#1473e6}.spc--dark .template-grid-item--active .template-grid-item__name{color:#fff}@media (min-width:1000px){template-grid-item{width:228px;height:208px;margin:0 15px 15px 0}template-grid-item .spc-layout__container{height:158px}.template-grid-item__overlay{width:228px;height:208px}.template-grid-item__thumbnail{width:228px;height:158px}.template-grid-item__info{height:50px}.template-grid__container-saved template-grid-item,.template-grid__container-recents template-grid-item{width:168px;height:154px;margin:0 13px 13px 0}.template-grid__container-saved .template-grid-item__overlay,.template-grid__container-recents .template-grid-item__overlay{width:168px;height:154px}.template-grid__container-saved .template-grid-item__thumbnail,.template-grid__container-recents .template-grid-item__thumbnail{width:168px;height:118px}.template-grid__container-saved .template-grid-item__info,.template-grid__container-recents .template-grid-item__info{height:36px}}@media (min-width:1334px){.template-grid__container-saved template-grid-item,.template-grid__container-recents template-grid-item{width:228px;height:208px;margin:0 15px 15px 0}.template-grid__container-saved template-grid-item .spc-layout__container,.template-grid__container-recents template-grid-item .spc-layout__container{height:158px}.template-grid__container-saved .template-grid-item__overlay,.template-grid__container-recents .template-grid-item__overlay{width:228px;height:208px}.template-grid__container-saved .template-grid-item__thumbnail,.template-grid__container-recents .template-grid-item__thumbnail{width:228px;height:158px}.template-grid__container-saved .template-grid-item__info,.template-grid__container-recents .template-grid-item__info{height:50px}}[riot-tag="preset-grid-item"],[data-is="preset-grid-item"],preset-grid-item{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:168px;height:154px;margin:0 13px 13px 0;border-radius:4px;background-color:#f5f5f5;}[riot-tag="preset-grid-item"]:empty,[data-is="preset-grid-item"]:empty,preset-grid-item:empty{height:0}[riot-tag="preset-grid-item"]:hover .preset-grid-item__overlay,[data-is="preset-grid-item"]:hover .preset-grid-item__overlay,preset-grid-item:hover .preset-grid-item__overlay{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}[riot-tag="preset-grid-item"]:hover .preset-grid-item__name,[data-is="preset-grid-item"]:hover .preset-grid-item__name,preset-grid-item:hover .preset-grid-item__name{color:#46a0f5}.preset-grid-item__info{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:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:55px;text-align:center;padding:0 10px}.preset-grid-item__name{width:147px;overflow:hidden;font-size:12px;color:#4b4b4b;white-space:pre}.preset-grid-item__desc{width:148px;overflow:hidden;font-size:12px;color:#707070}.preset-grid-item__overlay{position:absolute;top:0;left:0;width:168px;height:154px;border-radius:4px;padding:0;outline:none;border:none;background:none;cursor:pointer;}.preset-grid-item__overlay:hover{background-color:rgba(255,255,255,0.1)}.preset-grid-item--active .preset-grid-item__overlay{border:3px solid #1473e6}.preset-grid-item--active .preset-grid-item__name{color:#000}[modality="keyboard"] .preset-grid-item--active .preset-grid-item__overlay:focus{outline:1px dashed #46a0f5}.preset-grid-item__thumbnail{width:168px;height:99px;overflow:hidden;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:110px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.preset-grid-item__delete{display:none;position:absolute;cursor:pointer;top:8px;right:7px;height:20px;width:20px;font-size:14px;color:#4b4b4b;background-color:transparent;outline:none;border:none;padding:2px;}.preset-grid-item__delete:focus{outline:1px solid #46a0f5}.template-grid__container-presets--saved .preset-grid-item--active .preset-grid-item__delete{display:block}.spc--dark .preset-grid-item__name{color:#cdcdcd}.spc--dark .preset-grid-item__desc{color:#999}.spc--dark [riot-tag="preset-grid-item"],.spc--dark [data-is="preset-grid-item"],.spc--dark preset-grid-item{background-color:#323232;}.spc--dark [riot-tag="preset-grid-item"]:hover .preset-grid-item__name,.spc--dark [data-is="preset-grid-item"]:hover .preset-grid-item__name,.spc--dark preset-grid-item:hover .preset-grid-item__name{color:#46a0f5}.spc--dark .preset-grid-item--active .preset-grid-item__overlay{border-color:#1473e6}.spc--dark .preset-grid-item--active .preset-grid-item__name{color:#fff}.spc--dark .preset-grid-item__overlay:hover{background-color:rgba(0,0,0,0.1)}.spc--dark .preset-grid-item__delete{color:#cdcdcd;}.spc--dark .preset-grid-item__delete:hover{color:#fcfcfc}@media (min-width:1334px){preset-grid-item{width:228px;margin:0 15px 15px 0}.preset-grid-item__overlay{width:228px}.preset-grid-item__name{width:198px}.preset-grid-item__desc{width:198px}.preset-grid-item__thumbnail{margin-left:auto;margin-right:auto;vertical-align:middle}.preset-grid-item__info{margin:auto}.template-grid__container-saved preset-grid-item,.template-grid__container-recents preset-grid-item{height:208px}.template-grid__container-saved .preset-grid-item__overlay,.template-grid__container-recents .preset-grid-item__overlay{height:208px}.template-grid__container-saved .preset-grid-item__thumbnail,.template-grid__container-recents .preset-grid-item__thumbnail{font-size:168px}}.template-tab{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center;color:#707070;}.template-tab:hover{color:#2d2d2d}.template-tab .spc-icons,.template-tab .inapp-icons{position:relative;font-size:1.2em;padding-right:4px;line-height:1.1;transition:color 150ms linear;}.template-tab .spc-icons::before,.template-tab .inapp-icons::before{position:absolute;top:4px;left:0}.template-tab .spc-icons:hover,.template-tab .inapp-icons:hover{color:#2d2d2d}.template-tab .template-tab__item{text-decoration:none;width:100%;height:100%;cursor:pointer;font-size:15px;line-height:2em;color:#707070;padding:10px 0;}.template-tab .template-tab__item:hover{color:#2d2d2d}.template-tab .template-tab__item:focus{outline:none}[modality="keyboard"] .template-tab__item:focus{outline:1px solid #46a0f5}[lang="ru-ru"] .template-tab__item{font-size:14px}.template-tab__separator{display:inline-block;float:right;width:1px;height:25px;margin:3px 9px 0 9px;background-color:#999}.template-tab__item:hover,.template-tab--active > .template-tab__item,.template-tab--active > .spc-icons,.template-tab--active > .inapp-icons{color:#2d2d2d}.spc--dark .template-tab,.spc--dark .template-tab__item{color:#999}.spc--dark .template-tab__item:hover,.spc--dark .template-tab--active > .template-tab__item,.spc--dark .template-tab--active > .spc-icons,.spc--dark .template-tab--active > .inapp-icons{color:#fcfcfc}.spc--dark .template-tab__separator{background-color:#707070}action-footer,.action-footer,action-footer-idsn{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:15px 20px 0 0;}action-footer .spc-button:first-child,.action-footer .spc-button:first-child,action-footer-idsn .spc-button:first-child{margin-right:15px}.crt-margin-btn{width:180px;margin-top:10px}.jp-close-btn{margin-bottom:-133px;margin-left:32px;margin-right:0 !important}.crt-layout-btn{width:180px;margin-right:0 !important}.jp-btns{display:inline-block;margin-left:115px}.footer-jp-padding{padding-right:12px}[riot-tag="preview-overlay"],[data-is="preview-overlay"]{display:block;width:calc(100% - 310px);height:100%;top:0;left:0;}[riot-tag="preview-overlay"] img,[data-is="preview-overlay"] img{max-width:100%;max-height:100%;display:block;margin:0 auto}[riot-tag="preview-overlay"] .nav-placeholder,[data-is="preview-overlay"] .nav-placeholder{height:48px}[riot-tag="preview-overlay"] .scroll-container,[data-is="preview-overlay"] .scroll-container{height:100%;overflow:auto}#template-preview--small[riot-tag="preview-overlay"],#template-preview--small[data-is="preview-overlay"]{width:calc(100% - 310px)}preview-nav{position:absolute;top:0;left:0;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;height:48px;padding:0 15px;background-color:#e1e1e1;border-bottom:1px solid #fff}.preview-nav__actions,.preview-nav__progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.preview-nav__actions > *:not(:last-child),.preview-nav__progress > *:not(:last-child){margin-right:10px}.preview-nav__progress .spc-progress{min-width:180px}.spc--dark preview-nav{background-color:#323232;border-color:#1b1b1b}.preset-form--ilst .scroll-pane{width:284px}.docsettings__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.docsettings__row > *{margin-right:10px;}.docsettings__row > *:last-child{margin-right:0}.docsettings__row--orientation{margin-top:-2px}.docsettings__field-label{margin-right:10px;text-align:right;-webkit-box-flex:1;-ms-flex:1 1 0;flex:1 1 0}.docsettings--grow-1{-webkit-box-flex:1;-ms-flex:1 1 0;flex:1 1 0}.docsettings--grow-2{-webkit-box-flex:2;-ms-flex:2 1 0;flex:2 1 0}.docsettings--grow-3{-webkit-box-flex:3;-ms-flex:3 1 0;flex:3 1 0}.docsettings__doc-name.spc-textfield{width:100%;margin-bottom:0}.docsettings__doc-name.spc-textfield.spc-textfield--quiet input.spc-textfield__input{height:42px;height:30px;font-size:20px}.preset-form__caption{text-transform:uppercase;margin-top:0}.preset-form__title{margin-top:10px;font-size:24px}.preset-form__title--small-margin{margin-bottom:4px}a.form-stock__more-link{color:#4b4b4b;text-decoration:none;font-size:15px;}a.form-stock__more-link:hover{cursor:pointer}a.form-stock__more-link img{width:22px;height:22px}a.form-stock__more-link span{margin-left:4px}.form-stock__attribution{font-size:13px;margin-bottom:12px}a.form-stock__attribution__link{color:#4b4b4b;text-decoration:none}.form-stock__desc{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;}.form-stock__desc .scroll-pane{box-sizing:border-box;padding:0 15px 15px 20px}.form-stock__desc h4,.form-stock__desc h5{font-weight:normal;font-style:normal;margin-top:17px;margin-bottom:2px;font-size:14px;line-height:145%;color:#4b4b4b}.form-stock__desc img{max-width:100px;max-height:50px}.form-stock__desc ul{margin-top:2px;padding-left:20px;font-size:13px;}.form-stock__desc ul li:before{margin-left:-6px;content:""}.form-stock__desc ol{padding-left:13px}.form-stock__info{font-size:13px;margin-bottom:15px}.form-stock__price{font-size:13px;text-transform:uppercase}.spc--dark .form-stock__more-link,.spc--dark .form-stock__attribution__link{color:#cdcdcd}.spc--dark .form-stock__desc h4,.spc--dark .form-stock__desc h5{color:#cdcdcd}@media (min-width:1000px){.preset-form--ilst .scroll-pane{width:310px}}.form-preset__container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;}.form-preset__container .spc-icon-toggle{width:36px;height:36px;margin-right:4px}.form-preset__container .spc-icon-toggle__label{font-size:30px;width:100%;height:100% !important;line-height:36px}.form-preset__container .scroll-pane{box-sizing:border-box;width:280px;padding:0;padding-left:8px;padding-right:13px}.form-preset__container .binding_icon{font-size:27px !important}.docsettings__row--spacing{margin:5px 0 2px 0}.docsetting_form_idsn{margin-bottom:3px !important}.docsettings__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-bottom:6px;margin-top:8px;}.docsettings__form .spc-textfield{margin-bottom:0}.docsettings__form .document-name{padding:0 0 0 0}.docsettings__form .spc-textfield--quiet .spc-textfield__input{text-indent:0}.docsettings__form .spc-textfield__input{text-indent:8px}.docsettings__form .ps-document-name__input{width:87%}.docsettings__field-label{margin-right:10px;text-align:left;-webkit-box-flex:1;-ms-flex:1 1 0;flex:1 1 0}.docsettings__fields--separator{width:100%;height:1px;background-color:#e1e1e1}.docsettings__field-label--nowrap{white-space:nowrap}.docsettings--no-margin{margin:0}.docsettings--left-margin{margin-left:20px}.docsettings--stretch{-ms-flex-item-align:stretch;align-self:stretch}.docsettings--flex-start{-ms-flex-item-align:start;align-self:flex-start}.docsettings--grow-1{-webkit-box-flex:1;-ms-flex:1 1 0;flex:1 1 0}.docsettings--grow-1-half{-webkit-box-flex:10px;-ms-flex:10px;flex:10px}.docsettings--grow-2{-webkit-box-flex:2;-ms-flex:2 1 0;flex:2 1 0}.docsettings--grow-3{-webkit-box-flex:3;-ms-flex:3 1 0;flex:3 1 0}.docsettings--grow-4{-webkit-box-flex:4;-ms-flex:4 1 0;flex:4 1 0}.docsettings--grow-4-padding{-webkit-box-flex:4;-ms-flex:4 1 0;flex:4 1 0;padding-right:10px}.docsettings--grow-5{-webkit-box-flex:5;-ms-flex:5 1 0;flex:5 1 0}.docsettings__doc-name{padding:0 20px;}.docsettings__doc-name.spc-textfield{width:100%;margin-bottom:0}.docsettings__doc-name.spc-textfield.spc-textfield--quiet input.spc-textfield__input{font-weight:100;font-style:normal;height:32px;font-size:21px;color:#2d2d2d}.spc-typography--caption.preset-form__caption{text-transform:uppercase;margin-top:0;margin-bottom:2px;color:#999}.spc-textfield{width:100%}.spc-textfield__stepup:hover,.spc-textfield__stepdown:hover{background:transparent}.spc-dropdown{min-width:10px;width:100%}.spc-dropdown__selected{height:30px}.spc-textfield__input{font-size:15px}.spc-button--quiet{font-weight:normal}.spc-textfield__input:hover + .spc-textfield__startpage--hash{border-color:#c2c2c2}.spc-textfield__input:active + .spc-textfield__startpage--hash,.spc-textfield__input:focus + .spc-textfield__startpage--hash{border-color:#2d8ceb}.spc-textfield.is-invalid .spc-textfield__input + .spc-textfield__startpage--hash{border-color:#e61414}.spc-textfield__text{padding-left:22px}.spc-textfield__startpage--hash{position:absolute;box-sizing:border-box;width:15px;height:32px;left:0;top:0;border-top:1px solid #e1e1e1;border-left:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;background:#fafafa;border-radius:4px 0 0 4px;transition:all 150ms ease-in-out}.spc-textfield__hash{top:7px;left:4px;bottom:auto;position:absolute;display:block;height:50%;text-align:left;line-height:16px;color:#999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:all 100ms ease-in-out}.spc-textfield__hash:before{content:"#"}.spc-popup-list{max-height:65vh}.spc-popup{width:100%}.docsettings__orientation-input{min-width:80px;margin-left:-6px}.docsettings__disclosure-header{margin-top:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.8em;line-height:.8em;height:.8em;}.docsettings__disclosure-header:focus{color:#1473e6;outline:none}.docsettings__disclosure-header span{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.docsettings__disclosure-header .docsettings__disclosure-indicator{font-size:.7em;padding-right:.5em;}.docsettings__disclosure-header .docsettings__disclosure-indicator--closed{-webkit-transform:translateY(-1.5px) rotate(-90deg);transform:translateY(-1.5px) rotate(-90deg)}.docsettings__disclosure-header:hover{color:#2d2d2d}.docsettings__disclosure-contents{margin-top:6px;padding-bottom:2px;}.docsettings__disclosure-contents--closed{display:none}.docsettings__bleed-button{color:#4b4b4b;background-color:transparent;border:none;font-size:14px;height:32px;width:32px;cursor:pointer;margin-top:20px;margin-left:2px;border-radius:4px;outline:none;}.docsettings__bleed-button:hover{color:#2d2d2d}.docsettings__bleed-button:focus{border:1px solid #2d8ceb !important}.docsettings__bleed-button--depressed{background-color:#fff;border:1px solid #e1e1e1}.docsettings__save-preset-button{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;cursor:pointer;font-size:18px;transition:all 150ms linear;padding:5px;font-size:18px;}.docsettings__save-preset-button:hover{color:#2d2d2d}.docsettings__warning{color:#e7b000;font-size:22px;margin-left:3px;margin-top:4px;display:none;}.docsettings__warning.docsettings__warning--show{display:block}.preset-disclosure{display:-webkit-box;display:-ms-flexbox;display:flex;box-sizing:border-box;display:block;width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:15px 20px 0 0;background-color:#e1e1e1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:-28px;position:relative;}.preset-disclosure .spc-button:first-child{margin-right:15px}.preset-disclosure .spc-typography--caption{padding:5px 20px 0 20px;color:#707070}.preset-disclosure .preset-button-container{float:right;padding-top:16px;padding-bottom:16px}.preset-disclosure .spc-textfield__input{font-size:20px;color:#707070;font-style:normal}.preset-disclosure .spc-button{font-size:12px;font-style:normal}.preset-disclosure .spc-textfield{margin-bottom:6px}.color-picker__container{height:30px;width:30px;padding:1px}.color-picker__color-swatch{height:28px;width:28px;border-radius:3px;border:1px solid #3e3e3e}.spc--dark .spc-textfield__input:hover + .spc-textfield__startpage--hash{border-color:#525252}.spc--dark .docsettings__disclosure-header:focus{color:#46a0f5}.spc--dark .spc-textfield__input:active + .spc-textfield__startpage--hash,.spc--dark .spc-textfield__input:focus + .spc-textfield__startpage--hash,.spc--dark .spc-textfield.is-focused .spc-textfield__input + .spc-textfield__startpage--hash{border-color:#2d8ceb}.spc--dark .spc-textfield.is-invalid .spc-textfield__input + .spc-textfield__startpage--hash{border-color:#e61414}.spc--dark .spc-textfield__startpage--hash{border-color:#3e3e3e;background:#2a2a2a}.spc--dark .spc-textfield.spc-textfield--quiet .spc-textfield__input:hover{background:transparent;border-color:#525252}.spc--dark .docsettings__fields--separator{background-color:#3e3e3e}.spc--dark .docsettings__bleed-button{color:#cdcdcd;}.spc--dark .docsettings__bleed-button:hover{color:#fcfcfc}.spc--dark .docsettings__bleed-button--depressed{background-color:#2a2a2a;border:1px solid #3e3e3e}.spc--dark .docsettings__save-preset-button:hover{color:#fcfcfc}.spc--dark .preset-disclosure{background-color:#2a2a2a;}.spc--dark .preset-disclosure .spc-textfield__input{color:#e1e1e1}.spc--dark .preset-disclosure .spc-typography--caption{color:#c2c2c2}.spc--dark .docsettings__doc-name.spc-textfield.spc-textfield--quiet input.spc-textfield__input{color:#fcfcfc}.spc--dark .docsettings__save-preset-button{border-color:#fcfcfc}.spc--dark .docsettings__disclosure-header:hover{color:#fcfcfc}@media (min-width:1000px){.form-preset__container .scroll-pane{width:310px;padding-left:20px;padding-right:24px}}.welcome-card__title{font-weight:normal;font-style:normal;margin-top:5px;margin-bottom:0}.welcome-card__content,.welcome-card__content > p{font-weight:100;font-style:normal;letter-spacing:.5px;text-align:center;margin-top:5px;margin-bottom:15px;color:#2d2d2d;max-width:650px;margin-left:50px;margin-right:50px}.welcome-card__content a{color:#1473e6}.welcome-card__titlebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;font-weight:bold;color:#4b4b4b;}.welcome-card__titlebar .spc-icons{font-size:14px}.welcome-card__close-btn{display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border-width:0;background:none;cursor:pointer;padding:3px;transition:color 100ms linear;color:#707070;}.welcome-card__close-btn:hover{color:#000}.grid-spanning-card{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:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.grid-spanning-card__content{box-sizing:border-box;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:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:530px;margin:13px 0;padding:10px;background-color:#fafafa;border-radius:4px}.spc--dark .grid-spanning-card__content{background-color:#2e2e2e}.spc--dark .welcome-card__content,.spc--dark .welcome-card__content > p{color:#fcfcfc}.spc--dark .welcome-card__content a{color:#46a0f5}.spc--dark .welcome-card__content a:hover{color:#1473e6}.spc--dark .welcome-card__titlebar{color:#cdcdcd}.spc--dark .welcome-card__close-btn{color:#999}.spc--dark .welcome-card__close-btn:hover{color:#fff}@media (min-width:1000px){.grid-spanning-card__content{width:714px}}@media (min-width:1100px){.grid-spanning-card{width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 auto}.grid-spanning-card__content{width:100%}}@media (min-width:1334px){.welcome-card__content > h4{font-size:30px}.welcome-card__content > p{font-size:17px;margin-left:30px;margin-right:30px}}@media (min-width:1589px){.welcome-card__content > h4{font-size:33px}.welcome-card__content > p{font-size:19px;margin-left:20px;margin-right:20px}}@media (min-width:1845px){.welcome-card__content > h4{font-size:36px}.welcome-card__content > p{font-size:21px;margin-left:10px;margin-right:10px}}@media (min-width:2120px){.welcome-card__content > h4{font-size:39px}.welcome-card__content > p{font-size:23px;margin-left:0;margin-right:0}}