/**! hopscotch
* Copyright (c) 2020, Oracle and/or its affiliates
* =========================================================================
* == NOTICE file corresponding to the section 4 b of the Apache License, ==
* == Version 2.0, this file was modified and/or includes software        ==
* == developed by Oracle Corp.                                           ==
* =========================================================================
*
* Copyright 2017 LinkedIn Corp. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-ms-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fade-in-up{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDown{0%{opacity:0;-ms-transform:translateY(-20px)}100%{opacity:1;-ms-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.fade-in-down{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(-20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(-20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.fade-in-right{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.fade-in-left{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}div.hopscotch-bubble .hopscotch-nav-button{font-weight:700;border-width:0;border-style:solid;cursor:pointer;margin:0;overflow:visible;text-decoration:none!important;width:auto;padding:0 17px;height:28px;line-height:28px;font-size:13px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;white-space:nowrap;display:-moz-inline-stack;display:inline-block;zoom:1;vertical-align:middle;-moz-border-radius:.25rem;-ms-border-radius:.25rem;-o-border-radius:.25rem;-webkit-border-radius:.25rem;border-radius:.25rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div.hopscotch-bubble .hopscotch-nav-button:active{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.25) inset;-moz-box-shadow:0 1px 2px rgba(0,0,0,.25) inset;box-shadow:0 1px 2px rgba(0,0,0,.25) inset}div.hopscotch-bubble .hopscotch-nav-button.next{background-color:var(--color-brand-1,#312d2a);border-color:var(--color-brand-1,#312d2a);color:var(--color-brand-1-c,#f1f0eb);margin:0 0 0 10px;box-shadow:none}div.hopscotch-bubble .hopscotch-nav-button.next:hover{background-color:var(--color-brand-1,#312d2a)}div.hopscotch-bubble .hopscotch-nav-button.prev{background-color:var(--color-site-2,#fff);border-color:#91919125;color:var(--color-site-2-c,#161513);box-shadow:none}div.hopscotch-bubble .hopscotch-nav-button.prev:hover{background-color:#91919125}#hopscotch-overlay{opacity:.7;position:fixed;z-index:10299;background-color:rgba(22,21,19,.4);top:0;bottom:0;left:0;right:0;display:none}.show-overlay{display:block!important}.elHighlight{opacity:1;position:relative;z-index:10300!important;outline:2px solid Highlight;outline:5px auto -webkit-focus-ring-color;background-color:var(--color-site-2,#fff)}div.hopscotch-bubble{background-color:var(--color-site-2,#fff);border:1px solid var(--color-border-1,#707375);color:var(--color-site-2-c,#292623);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;position:absolute;z-index:999999;box-shadow:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-moz-border-radius:.25rem;-ms-border-radius:.25rem;-o-border-radius:.25rem;-webkit-border-radius:.25rem;border-radius:.25rem;-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box}div.hopscotch-bubble *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}div.hopscotch-bubble.animate{-moz-transition-property:top,left;-moz-transition-duration:.5s;-moz-transition-timing-function:ease-in-out;-ms-transition-property:top,left;-ms-transition-duration:.5s;-ms-transition-timing-function:ease-in-out;-o-transition-property:top,left;-o-transition-duration:.5s;-o-transition-timing-function:ease-in-out;-webkit-transition-property:top,left;-webkit-transition-duration:.5s;-webkit-transition-timing-function:ease-in-out;transition-property:top,left;transition-duration:.5s;transition-timing-function:ease-in-out}div.hopscotch-bubble.invisible{opacity:0}div.hopscotch-bubble .hide,div.hopscotch-bubble .hide-all,div.hopscotch-bubble.hide{display:none}div.hopscotch-bubble h3{color:var(--color-site-2-c,#292623);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:700;line-height:19px;margin:0 15px 0 0;padding:0}div.hopscotch-bubble .hopscotch-bubble-container{padding:10px;position:relative;text-align:left;-webkit-font-smoothing:antialiased}div.hopscotch-bubble .hopscotch-content{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;line-height:17px;padding-top:5px}div.hopscotch-bubble .hopscotch-bubble-content{margin:0 0 0 52px}div.hopscotch-bubble.no-number .hopscotch-bubble-content{margin:0}div.hopscotch-bubble .hopscotch-bubble-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:0 solid #cbc5bf;color:#000;background-color:transparent;font-size:14px;font-weight:700;display:block;padding:4px;margin:7px;position:absolute;text-decoration:none;width:16px;height:16px;top:0;right:0;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}div.hopscotch-bubble .hopscotch-bubble-close:after{content:"\2715"}div.hopscotch-bubble .hopscotch-bubble-close.hide,div.hopscotch-bubble .hopscotch-bubble-close.hide-all{display:none}div.hopscotch-bubble .hopscotch-bubble-number{background-color:transparent;border:3px solid #607c4f;color:var(--color-site-2-c,#292623);display:block;float:left;font-size:18px;font-weight:700;line-height:30px;padding:0;text-align:center;width:32px;height:32px;box-shadow:none;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}div.hopscotch-bubble .hopscotch-bubble-number i{line-height:31px;font-size:18px}div.hopscotch-bubble .hopscotch-bubble-arrow-container{position:absolute;width:34px;height:34px}div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow,div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border{width:0;height:0}div.hopscotch-bubble .hopscotch-bubble-arrow-container.up{top:-18px;left:15px}div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow{border-bottom:17px solid var(--color-site-2,#fff);border-left:17px solid transparent;border-right:17px solid transparent;position:relative;top:-15px}div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border{border-bottom:17px solid #000;border-bottom:17px solid var(--color-border-1,#707375);border-left:17px solid transparent;border-right:17px solid transparent}div.hopscotch-bubble .hopscotch-bubble-arrow-container.down{bottom:-35px;left:15px}div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow{border-top:17px solid var(--color-site-2,#fff);border-left:17px solid transparent;border-right:17px solid transparent;position:relative;top:-19px}div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border{border-top:17px solid #000;border-top:17px solid var(--color-border-1,#707375);border-left:17px solid transparent;border-right:17px solid transparent}div.hopscotch-bubble .hopscotch-bubble-arrow-container.left{top:15px;left:-18px}div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow{border-bottom:17px solid transparent;border-right:17px solid var(--color-site-2,#fff);border-top:17px solid transparent;position:relative;left:2px;top:-34px}div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border{border-right:17px solid #000;border-right:17px solid var(--color-border-1,#707375);border-bottom:17px solid transparent;border-top:17px solid transparent}div.hopscotch-bubble .hopscotch-bubble-arrow-container.right{top:15px;right:-35px}div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow{border-bottom:17px solid transparent;border-left:17px solid var(--color-site-2,#fff);border-top:17px solid transparent;position:relative;left:-2px;top:-34px}div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border{border-left:17px solid #000;border-left:17px solid var(--color-border-1,#707375);border-bottom:17px solid transparent;border-top:17px solid transparent}div.hopscotch-bubble .hopscotch-actions{border-top:1px solid #cbc5bf;margin:10px 2px 0;padding:12px 0 2px;text-align:right}div.hopscotch-bubble .hopscotch-bubble-info{padding:10px 10px 10px 5px}div.hopscotch-bubble .hopscotch-nav-button{font-weight:600!important;height:2.75rem!important}div.hopscotch-bubble .hopscotch-nav-button.prev{border:1px solid var(--color-brand-1,#161513)!important}div.hopscotch-bubble .hopscotch-bubble-close{color:var(--color-site-2-c,#000)}h3{font-weight:400!important;font-size:1.5rem!important}.elHighlight{background-color:var(--color-site-2,#fff)!important}#hopscotch-overlay{cursor:not-allowed}