*{box-sizing:border-box}body{font-family:"Open Sans Condensed","B612",sans-serif;font-weight:700;background-color:#fff;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#263238;text-rendering:geometricPrecision;padding:0;overflow-x:hidden}code{font-family:"Source Code Pro",monospace}a{color:#263238;text-decoration:none}a:hover{color:#455a64}.tippy-box{font-family:"B612";font-weight:400}.tippy-box[data-theme~=tomato]{background-color:tomato;color:#fff}.tippy-box[data-theme~=tomato]>.tippy-arrow{color:tomato}.tippy-box[data-theme~=error]{background-color:#f44336;color:#fff}.tippy-box[data-theme~=error]>.tippy-arrow{color:#f44336}.tippy-box[data-theme~=warning]{background-color:#ffeb3b;color:#000}.tippy-box[data-theme~=warning]>.tippy-arrow{color:#ffeb3b}.tippy-box[data-theme~=ok]{background-color:#4caf50;color:#fff}.tippy-box[data-theme~=ok]>.tippy-arrow{color:#4caf50}.popup-arrow{box-shadow:2px 2px 2px #fff59d!important;box-sizing:content-box}.blur-up .lazyload,.blur-up .lazyloaded{-webkit-filter:blur(5px);filter:blur(5px);transition:-webkit-filter .4s;transition:filter .4s;transition:filter .4s,-webkit-filter .4s;image-rendering:crisp-edges}.lazyloaded{-webkit-filter:blur(0);filter:blur(0);-ms-interpolation-mode:nearest-neighbor;image-rendering:-moz-crisp-edges;image-rendering:pixelated}img,picture{display:block;font-size:0;line-height:0;width:100%}picture{background:transparent;overflow:hidden}ul{padding-left:18px;margin-bottom:0}li,p,ul{margin-top:0}li{margin-bottom:16px}label{vertical-align:middle}input[type=checkbox],label{line-height:1}:root{--primary-color:#daa520;--secondary-color:#298da6}input[type=checkbox]{vertical-align:middle;height:13px;width:13px;position:relative;-webkit-appearance:none;margin-right:8px}input[type=checkbox]:before{content:"";display:inline-block;position:absolute;box-sizing:border-box;height:14px;width:14px;border-radius:2px;border:1px solid #767676;background-color:#fff}input[type=checkbox]:hover:before{border:1px solid #4f4f4f}input[type=checkbox]:checked:hover:before{-webkit-filter:brightness(90%);filter:brightness(90%)}input[type=checkbox]:checked:disabled:hover:before{-webkit-filter:none;filter:none}.gold input[type=checkbox]:checked:before{border-radius:2px;border:1px solid #daa520;border:1px solid var(--primary-color);background-color:#daa520;background-color:var(--primary-color)}.blue input[type=checkbox]:checked:before,.gold input[type=checkbox]:checked:before{content:"";display:inline-block;position:absolute;box-sizing:border-box;height:14px;width:14px}.blue input[type=checkbox]:checked:before{border-radius:2px;border:1px solid #298da6;border:1px solid var(--secondary-color);background-color:#298da6;background-color:var(--secondary-color)}input[type=checkbox]:checked:after{content:"";display:inline-block;position:absolute;top:4px;left:2px;box-sizing:border-box;height:5px;width:10px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:translateY(-1.5px) rotate(-45deg)}input[type=checkbox]:disabled:before{border:1px solid #c9ced1;border-radius:2px;background-color:#f0f4f8}input[type=checkbox]:checked:disabled:before{border:1px solid #d1d1d1;border-radius:2px;background-color:#d1d1d1}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - https://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Daniel Eden
 */@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}}