@charset "UTF-8";
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table; }

.clearfix::after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
  .logo-item {
    background-position: center top; } }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]::after {
    content: " (" attr(href) ")"; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*
* own css
*/
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*@include themable(themename, header-textfarbe, header-hintergrund, panel-hintergrund,
 panel-textfarbe, primärfarbe);*/
.clown {
  /*body*/
  transition: width 2s;
  background-color: #060706;
  color: #c6c9c8;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  overflow-x: hidden;
  /*screenshots*/ }
  .clown a#video_link {
    color: #bf4b4e; }
  .clown nav.menu {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0; }
  .clown nav.menu ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap-reverse;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    justify-content: center; }
  .clown nav.menu ul li {
    list-style-type: none;
    display: flex; }
  .clown ul li.logo_link ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
  .clown nav.menu ul li a img.logo {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="3.41333in" height="3.41333in"     viewBox="0 0 1024 1024">  <path id="Logo"  fill="%23c6c9c8"      fill-rule="evenodd"        d="       M 460.02,215.50           C 460.02,215.50 460.02,185.50 460.02,185.50             460.02,185.50 580.02,185.50 580.02,185.50             580.02,185.50 580.02,215.50 580.02,215.50             580.02,215.50 460.02,215.50 460.02,215.50 Z           M 460.00,265.09           C 460.00,265.09 460.00,235.09 460.00,235.09             460.00,235.09 580.00,235.09 580.00,235.09             580.00,235.09 580.00,265.09 580.00,265.09             580.00,265.09 460.00,265.09 460.00,265.09 Z     M 710.00,535.00           C 710.00,535.00 710.00,653.00 710.00,653.00             710.00,674.28 711.61,702.26 703.55,722.00             693.29,747.12 665.53,757.96 640.00,758.00             640.00,758.00 400.00,758.00 400.00,758.00             381.37,757.97 358.34,751.89 345.29,737.91             333.90,725.72 329.03,706.37 329.00,690.00             329.00,690.00 329.00,236.00 329.00,236.00             329.03,218.82 335.21,198.15 348.04,186.17             360.46,174.58 383.30,169.03 400.00,169.00             400.00,169.00 639.00,169.00 639.00,169.00             661.13,169.03 686.15,176.72 698.90,196.00             706.26,207.13 709.98,226.73 710.00,240.00             710.00,240.00 710.00,382.00 710.00,382.00             710.00,382.00 580.00,382.00 580.00,382.00             580.00,382.00 580.00,281.00 580.00,281.00             580.00,281.00 460.00,281.00 460.00,281.00             460.00,281.00 460.00,584.00 460.00,584.00             460.00,584.00 460.00,629.00 460.00,629.00             460.00,637.06 459.17,647.61 462.36,655.00             467.54,666.99 480.80,674.28 493.00,677.34             499.52,678.97 507.29,679.99 514.00,680.00             539.96,680.04 579.84,673.07 580.00,640.00             580.00,640.00 580.00,535.00 580.00,535.00             580.00,535.00 710.00,535.00 710.00,535.00 Z           M 457.00,801.00           C 457.00,795.02 455.90,784.86 460.42,780.43             464.09,776.81 477.81,775.82 483.00,776.04             483.00,776.04 493.00,776.99 493.00,776.99             498.03,777.11 502.89,776.26 506.15,781.11             508.43,784.51 508.98,792.86 509.00,797.00             509.00,797.00 509.00,854.00 509.00,854.00             509.00,854.00 469.00,854.00 469.00,854.00             460.20,853.88 457.12,850.80 457.00,842.00             456.90,834.47 454.57,818.00 459.51,812.23             462.09,809.21 465.37,809.11 469.00,808.58             475.59,807.62 484.16,808.00 491.00,808.00             491.00,808.00 491.00,791.00 491.00,791.00             491.00,791.00 475.00,791.00 475.00,791.00             474.98,793.27 475.15,796.64 473.83,798.57             471.37,802.13 461.07,801.00 457.00,801.00 Z           M 594.00,776.42           C 603.53,775.26 608.34,776.77 617.00,776.99             622.23,777.11 627.66,776.47 631.28,781.21             634.99,786.08 634.00,798.79 634.00,805.00             634.00,805.00 634.00,838.00 634.00,838.00             633.95,842.29 633.59,847.32 630.43,850.58             626.96,854.18 621.60,853.99 617.00,854.00             617.00,854.00 593.00,854.00 593.00,854.00             589.11,853.94 585.45,853.75 582.65,850.61             579.95,847.57 580.02,843.80 580.00,840.00             580.00,840.00 580.00,799.00 580.00,799.00             580.00,793.77 579.22,785.57 582.23,781.21             585.06,777.11 589.55,777.10 594.00,776.42 Z           M 425.00,854.00           C 416.06,854.00 399.47,855.95 393.72,847.90             390.06,842.76 391.00,831.32 391.00,825.00             391.00,825.00 391.00,795.00 391.00,795.00             391.07,789.71 391.82,783.23 396.21,779.65             399.75,776.77 403.74,777.01 408.00,777.00             408.00,777.00 445.00,777.00 445.00,777.00             445.00,777.00 445.00,866.00 445.00,866.00             444.86,877.43 440.43,881.86 429.00,882.00             429.00,882.00 406.00,882.00 406.00,882.00             401.04,881.94 396.22,881.40 393.28,876.81             390.65,872.72 391.00,866.69 391.00,862.00             391.00,862.00 411.00,862.00 411.00,862.00             411.00,862.00 411.00,868.00 411.00,868.00             411.00,868.00 425.00,868.00 425.00,868.00             425.00,868.00 425.00,854.00 425.00,854.00 Z           M 520.00,777.16           C 520.00,777.16 533.00,777.16 533.00,777.16             536.08,777.84 538.84,779.25 542.00,779.21             549.80,779.13 562.08,773.03 568.57,780.23             573.39,785.56 572.00,801.70 572.00,809.00             567.71,809.00 555.68,810.22 553.17,806.57             551.49,804.12 552.00,796.19 552.00,793.00             549.13,795.64 545.08,798.62 543.30,802.01             541.23,805.96 540.06,814.48 540.00,819.00             540.00,819.00 540.00,854.00 540.00,854.00             540.00,854.00 520.00,854.00 520.00,854.00             520.00,854.00 520.00,777.16 520.00,777.16 Z           M 614.00,791.00           C 614.00,791.00 598.00,791.00 598.00,791.00             598.00,791.00 598.00,840.00 598.00,840.00             598.00,840.00 614.00,840.00 614.00,840.00             614.00,840.00 614.00,791.00 614.00,791.00 Z           M 425.00,840.00           C 425.00,840.00 425.00,821.00 425.00,821.00             425.00,821.00 425.00,807.00 425.00,807.00             424.93,801.90 423.89,793.56 417.00,793.73             414.95,793.79 413.02,794.86 411.70,796.39             409.02,799.49 409.02,804.14 409.00,808.00             408.95,817.63 406.18,834.56 417.00,838.85             419.69,839.92 422.18,839.94 425.00,840.00 Z           M 491.00,838.00           C 491.00,834.26 491.84,824.31 489.26,821.74             486.80,819.27 478.49,820.00 475.00,820.00             475.00,820.00 475.00,838.00 475.00,838.00             475.00,838.00 491.00,838.00 491.00,838.00 Z" /></svg>');
    min-width: 300px;
    min-height: 300px;
    border: 0; }
  .clown nav.menu ul li.default_links {
    flex-flow: row-reverse wrap;
    justify-content: flex-end;
    flex-grow: 2; }
  .clown nav.menu ul li.default_links ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px; }
  .clown nav.menu ul li.default_links ul li.default_link {
    margin-right: 20px; }
  .clown nav.menu ul li.default_links a {
    text-decoration: none;
    color: #c6c9c8;
    font-size: 20px; }
  .clown nav.menu ul li.default_links ul li.scheme_select {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  .clown nav.menu ul li.default_links ul li.scheme_select div {
    margin-right: 20px;
    margin-bottom: 5px;
    height: 20px;
    width: 20px;
    border: 1px solid #c6c9c8; }
  .clown .claim div {
    position: flex;
    justify-content: center; }
  .clown .claim div h1 {
    color: #c6c9c8;
    font-weight: bold;
    font-size: 48px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0; }
  .clown div.main_content {
    font-size: 24px;
    padding: 10px;
    text-align: left;
    background-color: #282b24;
    color: #c6c9c8;
    hyphens: auto;
    word-break: break-word;
    animation-name: fadein;
    animation-duration: 1s; }
  .clown img.humi {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="0.666667in" height="0.666667in" viewBox="0 0 200 200"> <path id="Humidor"  fill="%23bf4b4e" d="M 40.00,199.75 C 40.00,199.75 40.00,40.00 40.00,40.00 40.00,40.00 160.00,40.00 160.00,40.00 160.00,40.00 160.00,199.75 160.00,199.75 160.00,199.75 130.00,199.75 130.00,199.75 130.00,199.75 130.00,189.75 130.00,189.75 130.00,189.75 70.00,189.75 70.00,189.75 70.00,189.75 70.00,199.75 70.00,199.75 70.00,199.75 40.00,199.75 40.00,199.75 Z M 50.00,50.00 C 50.00,50.00 50.00,179.75 50.00,179.75 50.00,179.75 150.00,179.75 150.00,179.75 150.00,179.75 150.00,50.00 150.00,50.00 150.00,50.00 50.00,50.00 50.00,50.00 Z" />  <path fill="%23bf4b4e" fill-rule="evenodd" d="M 60.00,135.50 C 60.00,135.50 60.00,165.50 60.00,165.50 60.00,165.50 140.00,165.50 140.00,165.50 140.00,165.50 140.00,135.50 140.00,135.50 140.00,135.50 110.00,135.50 110.00,135.50 110.00,135.50 110.00,145.50 110.00,145.50 110.00,145.50 90.00,145.50 90.00,145.50 90.00,145.50 90.00,135.50 90.00,135.50 90.00,135.50 60.00,135.50 60.00,135.50 Z M 60.00,95.50 C 60.00,95.50 60.00,125.50 60.00,125.50 60.00,125.50 140.00,125.50 140.00,125.50 140.00,125.50 140.00,95.50 140.00,95.50 140.00,95.50 110.00,95.50 110.00,95.50 110.00,95.50 110.00,105.50 110.00,105.50 110.00,105.50 90.00,105.50 90.00,105.50 90.00,105.50 90.00,95.50 90.00,95.50 90.00,95.50 60.00,95.50 60.00,95.50 Z M 60.25,56.00 C 60.25,56.00 60.25,86.00 60.25,86.00 60.25,86.00 140.25,86.00 140.25,86.00 140.25,86.00 140.25,56.00 140.25,56.00 140.25,56.00 110.25,56.00 110.25,56.00 110.25,56.00 110.25,66.00 110.25,66.00 110.25,66.00 90.25,66.00 90.25,66.00 90.25,66.00 90.25,56.00 90.25,56.00 90.25,56.00 60.25,56.00 60.25,56.00 Z" /></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin: 10px;
    margin-top: 0px; }
  .clown img.pencil {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"  viewBox="0 0 16 16"><path fill="%23bf4b4e" d="M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z"/><path fill="%23bf4b4e" fill-rule="evenodd" d="M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z" /></svg>');
    min-width: 80px;
    min-height: 80px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .clown img.cigar {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"      width="0.666667in" height="0.666667in"      viewBox="0 0 60 60">  <path  fill="%23bf4b4e" d="M 7.98,19.11            C 0.01,26.32 0.01,33.52 7.98,40.73              7.98,40.73 16.94,40.73 16.94,40.73              16.94,40.73 16.94,19.11 16.94,19.11              16.94,19.11 7.98,19.11 7.98,19.11 Z            M 28.89,19.11            C 28.89,19.11 45.62,19.11 45.62,19.11              45.62,19.11 45.62,40.73 45.62,40.73              45.62,40.73 28.89,40.73 28.89,40.73              28.89,40.73 28.89,19.11 28.89,19.11 Z            M 48.61,19.11            C 48.61,19.11 51.59,19.11 51.59,19.11              51.59,19.11 51.59,40.73 51.59,40.73              51.59,40.73 48.61,40.73 48.61,40.73              48.61,40.73 48.61,19.11 48.61,19.11 Z            M 54.58,19.11            C 54.58,19.11 57.57,19.11 57.57,19.11              57.57,19.11 57.57,40.73 57.57,40.73              57.57,40.73 54.58,40.73 54.58,40.73              54.58,40.73 54.58,19.11 54.58,19.11 Z            M 16.94,19.11 16.94,19.11 16.94,19.11 16.94,19.11" shape-rendering="geometricPrecision">            </path></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin: 10px;
    margin-top: 0px; }
  .clown img.video {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"      width="16" height="16"      viewBox="0 0 16 16" fill="%23bf4b4e">   <path d="M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM1 3a2 2 0 1 0 4 0 2 2 0 0 0-4 0z"></path>   <path d="M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h7zm6 8.73V7.27l-3.5 1.555v4.35l3.5 1.556zM1 8v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z"></path>   <path d="M9 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM7 3a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"></path> </svg>');
    min-width: 80px;
    min-height: 80px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .clown img.happy {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="3.33333in" height="3.33333in" viewBox="0 0 1000 1000" fill="%23bf4b4e"> <path fill="%23bf4b4e" d="M 232.19,590.00 C 232.00,587.61 231.90,584.27 232.19,582.00 233.10,578.72 235.69,574.25 237.14,571.00 237.14,571.00 249.14,545.00 249.14,545.00 249.14,545.00 273.69,492.00 273.69,492.00 273.69,492.00 295.76,444.00 295.76,444.00 295.76,444.00 308.24,417.00 308.24,417.00 309.38,414.68 311.84,408.28 313.65,406.99 315.70,405.53 324.18,405.96 327.00,406.00 334.64,406.13 335.22,410.45 338.14,417.00 338.14,417.00 352.00,447.00 352.00,447.00 352.00,447.00 363.69,472.00 363.69,472.00 363.69,472.00 397.31,545.00 397.31,545.00 397.31,545.00 414.37,582.00 414.37,582.00 415.11,584.61 414.99,587.31 415.00,590.00 415.00,590.00 401.61,592.27 390.09,592.27 379.22,592.27 370.18,590.00 370.18,590.00 370.18,590.00 358.61,568.02 358.61,568.02 358.61,568.02 351.00,567.00 351.00,567.00 351.00,567.00 296.00,567.00 296.00,567.00 296.00,567.00 288.21,568.02 288.21,568.02 288.21,568.02 283.58,575.00 283.58,575.00 283.58,575.00 277.00,590.00 277.00,590.00 276.46,595.02 231.73,594.30 232.19,590.00 Z M 440.00,408.00 C 440.00,408.00 501.00,408.00 501.00,408.00 522.30,408.00 542.33,407.77 560.00,421.67 593.70,448.18 592.10,510.68 555.00,533.53 539.25,543.24 527.57,543.00 510.00,543.00 510.00,543.00 485.00,543.00 485.00,543.00 485.00,543.00 485.00,590.00 485.00,590.00 485.21,598.29 440.24,599.47 440.00,590.00 440.00,590.00 440.00,408.00 440.00,408.00 Z M 619.00,408.00 C 619.00,408.00 680.00,408.00 680.00,408.00 694.83,408.00 709.82,407.17 724.00,412.44 766.36,428.18 775.80,486.05 750.10,520.00 738.99,534.68 721.31,542.91 703.00,543.00 703.00,543.00 689.00,543.00 689.00,543.00 689.00,543.00 673.00,543.00 673.00,543.00 670.86,543.04 668.23,542.96 666.60,544.60 664.68,546.52 665.01,550.46 665.00,553.00 665.00,553.00 665.00,590.00 665.00,590.00 664.81,598.61 618.84,597.37 619.00,590.00 619.00,590.00 619.00,408.00 619.00,408.00 Z M 464.00,524.00 C 464.00,524.00 509.00,524.00 509.00,524.00 520.87,524.00 530.02,525.04 541.00,519.10 570.36,503.22 570.49,450.26 542.00,433.26 527.35,424.52 498.30,427.00 481.00,427.00 477.32,427.00 463.04,426.05 461.02,428.60 459.77,430.19 460.00,434.01 460.00,436.00 460.00,436.00 460.00,573.00 460.00,573.00 460.00,573.00 464.00,573.00 464.00,573.00 464.00,573.00 464.00,524.00 464.00,524.00 Z M 644.00,524.00 C 644.00,524.00 691.00,524.00 691.00,524.00 704.68,524.00 718.13,524.05 728.79,513.68 730.92,511.61 732.73,508.54 734.32,506.00 749.65,481.41 745.22,440.97 715.00,430.09 709.62,428.15 706.58,428.01 701.00,428.00 701.00,428.00 641.00,428.00 641.00,428.00 641.00,428.00 641.00,573.00 641.00,573.00 641.00,573.00 644.00,573.00 644.00,573.00 644.00,573.00 644.00,524.00 644.00,524.00 Z M 324.00,432.00 C 324.00,432.00 322.00,432.00 322.00,432.00 322.00,432.00 305.69,467.00 305.69,467.00 305.69,467.00 280.69,521.00 280.69,521.00 280.69,521.00 257.00,573.00 257.00,573.00 258.40,572.76 259.31,572.82 260.61,571.98 264.97,569.15 269.67,551.03 274.39,548.02 276.34,546.78 279.73,547.00 282.00,547.00 282.00,547.00 365.00,547.00 365.00,547.00 367.27,547.00 370.66,546.78 372.61,548.02 375.11,549.62 379.65,560.69 381.22,564.00 383.48,568.78 383.35,572.04 389.00,573.00 389.00,573.00 379.25,550.00 379.25,550.00 379.25,550.00 365.26,520.00 365.26,520.00 365.26,520.00 336.31,458.00 336.31,458.00 336.31,458.00 324.00,432.00 324.00,432.00 Z M 25.00,450.00 C 25.00,450.00 33.64,447.00 42.50,447.00 51.63,447.00 61.00,450.00 61.00,450.00 61.00,450.00 61.00,501.00 61.00,501.00 61.00,501.00 105.00,501.00 105.00,501.00 105.00,501.00 105.00,450.00 105.00,450.00 105.00,450.00 114.70,446.75 124.00,446.75 132.67,446.75 141.00,450.00 141.00,450.00 141.00,450.00 141.00,590.00 141.00,590.00 141.00,590.00 132.00,594.50 123.00,594.50 114.00,594.50 105.00,590.00 105.00,590.00 105.00,590.00 105.00,534.00 105.00,534.00 105.00,534.00 61.00,534.00 61.00,534.00 61.00,534.00 61.00,590.00 61.00,590.00 61.00,590.00 51.40,594.50 41.50,594.50 33.64,594.50 25.00,590.00 25.00,590.00 25.00,590.00 25.00,450.00 25.00,450.00 Z M 850.00,450.00 C 850.00,450.00 880.00,450.00 880.00,450.00 880.00,450.00 888.37,451.60 888.37,451.60 888.37,451.60 896.31,465.00 896.31,465.00 896.31,465.00 913.00,497.00 913.00,497.00 913.00,497.00 916.00,497.00 916.00,497.00 916.00,497.00 932.58,465.00 932.58,465.00 932.58,465.00 940.61,451.60 940.61,451.60 940.61,451.60 949.00,450.00 949.00,450.00 949.00,450.00 979.00,450.00 979.00,450.00 978.77,459.11 972.38,466.54 967.68,474.00 967.68,474.00 942.19,515.00 942.19,515.00 936.44,524.38 932.02,527.70 932.00,539.00 932.00,539.00 932.00,590.00 932.00,590.00 931.85,598.89 896.73,597.06 896.86,590.00 896.86,590.00 896.86,539.00 896.86,539.00 897.00,536.91 897.08,533.99 896.86,532.00 895.73,528.53 888.03,516.73 885.68,513.00 885.68,513.00 860.20,472.00 860.20,472.00 855.95,464.99 850.27,458.42 850.00,450.00 Z M 169.00,527.00 C 169.00,527.00 181.74,525.00 194.50,525.00 207.73,525.00 221.00,527.00 221.00,527.00 221.00,527.00 221.00,543.00 221.00,543.00 221.00,543.00 208.26,545.50 195.50,545.50 182.27,545.50 169.00,543.00 169.00,543.00 169.00,543.00 169.00,527.00 169.00,527.00 Z M 786.00,527.00 C 786.00,527.00 797.84,525.00 811.00,525.00 823.84,525.00 838.00,527.00 838.00,527.00 838.00,527.00 838.00,543.00 838.00,543.00 838.00,543.00 824.07,545.50 811.50,545.50 798.10,545.50 786.00,543.00 786.00,543.00 786.00,543.00 786.00,527.00 786.00,527.00 Z M 440.00,595.64" /> <path fill="%23bf4b4e" d="M 465.00,431.00 C 480.16,431.00 517.18,430.03 530.00,432.47 535.30,433.47 549.32,439.34 548.34,446.00 547.87,449.24 544.33,452.38 541.99,454.41 536.39,459.26 522.42,469.08 522.42,477.00 522.43,484.08 535.81,494.35 541.00,498.75 543.45,500.84 548.00,504.52 548.18,508.00 548.49,514.12 535.03,519.58 530.00,520.53 517.08,522.98 480.24,522.00 465.00,522.00 465.00,522.00 465.00,431.00 465.00,431.00 Z M 645.00,431.00 C 660.64,431.00 696.55,430.02 710.00,432.46 715.62,433.49 729.40,438.75 728.34,446.00 727.87,449.24 724.32,452.38 721.99,454.41 716.39,459.26 702.42,469.08 702.42,477.00 702.43,484.08 715.81,494.35 721.00,498.75 723.45,500.84 728.00,504.52 728.18,508.00 728.51,514.66 715.29,519.52 710.00,520.54 696.45,523.14 660.77,522.00 645.00,522.00 645.00,522.00 645.00,431.00 645.00,431.00 Z M 324.00,440.00 C 324.00,440.00 341.26,476.00 341.26,476.00 341.26,476.00 373.00,544.00 373.00,544.00 373.00,544.00 276.00,544.00 276.00,544.00 276.00,544.00 301.69,488.00 301.69,488.00 301.69,488.00 324.00,440.00 324.00,440.00 Z M 325.00,485.00 C 325.00,485.00 323.00,485.00 323.00,485.00 323.00,485.00 305.00,527.00 305.00,527.00 305.00,527.00 343.00,527.00 343.00,527.00 343.00,527.00 325.00,485.00 325.00,485.00 Z" /> <path fill="%23bf4b4e" fill-rule="evenodd" d="M 644.59,623.86 C 643.03,641.48 636.59,658.71 625.33,673.00 616.05,684.78 605.32,692.70 592.00,699.24 578.30,705.98 564.12,708.17 549.00,708.00 536.18,707.85 522.41,703.95 511.00,698.25 481.78,683.64 463.30,655.07 460.24,624.26 458.82,609.93 462.74,607.61 464.46,623.76 468.89,665.51 502.39,702.45 549.00,703.00 563.63,703.17 576.64,700.86 590.00,694.69 599.47,690.32 610.89,681.83 617.71,674.00 630.56,659.24 637.68,641.80 639.53,624.16 641.09,618.40 646.13,606.19 644.59,623.86 Z M 665.50,611.44 C 664.42,651.93 641.63,690.88 602.42,709.99 585.00,718.48 567.63,721.47 548.42,721.25 539.06,721.14 526.33,718.51 517.42,715.58 470.55,700.15 441.72,657.61 440.36,612.06 440.23,607.44 484.95,600.42 484.66,612.46 483.81,647.83 510.75,681.53 550.67,682.00 561.51,682.12 571.77,680.25 581.67,675.69 589.87,671.91 598.39,665.89 604.23,659.00 615.92,645.19 621.20,628.59 620.73,612.43 629.23,595.74 673.33,614.55 665.50,611.44 Z" /> </svg>');
    border: 0;
    margin-top: -100px;
    margin-bottom: -150px;
    margin-left: -10px; }
  .clown img.hammer {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23bf4b4e"> <path d="M277.42 247a24.68 24.68 0 00-4.08-5.47L255 223.44a21.63 21.63 0 00-6.56-4.57 20.93 20.93 0 00-23.28 4.27c-6.36 6.26-18 17.68-39 38.43C146 301.3 71.43 367.89 37.71 396.29a16 16 0 00-1.09 23.54l39 39.43a16.13 16.13 0 0023.67-.89c29.24-34.37 96.3-109 136-148.23 20.39-20.06 31.82-31.58 38.29-37.94a21.76 21.76 0 003.84-25.2zM478.43 201l-34.31-34a5.44 5.44 0 00-4-1.59 5.59 5.59 0 00-4 1.59h0a11.41 11.41 0 01-9.55 3.27c-4.48-.49-9.25-1.88-12.33-4.86-7-6.86 1.09-20.36-5.07-29a242.88 242.88 0 00-23.08-26.72c-7.06-7-34.81-33.47-81.55-52.53a123.79 123.79 0 00-47-9.24c-26.35 0-46.61 11.76-54 18.51-5.88 5.32-12 13.77-12 13.77a91.29 91.29 0 0110.81-3.2 79.53 79.53 0 0123.28-1.49C241.19 76.8 259.94 84.1 270 92c16.21 13 23.18 30.39 24.27 52.83.8 16.69-15.23 37.76-30.44 54.94a7.85 7.85 0 00.4 10.83l21.24 21.23a8 8 0 0011.14.1c13.93-13.51 31.09-28.47 40.82-34.46s17.58-7.68 21.35-8.09a35.71 35.71 0 0121.3 4.62 13.65 13.65 0 013.08 2.38c6.46 6.56 6.07 17.28-.5 23.74l-2 1.89a5.5 5.5 0 000 7.84l34.31 34a5.5 5.5 0 004 1.58 5.65 5.65 0 004-1.58L478.43 209a5.82 5.82 0 000-8z"/></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .clown img.stats {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"  width="16" height="16" fill="%23bf4b4e"> <path fill="%23bf4b4e" d="M 383.84,130.13 C 383.79,113.65 383.75,100.00 383.75,100.00 385.11,98.98 459.25,100.87 463.25,100.00 463.48,100.67 463.66,112.05 463.78,129.99 464.02,130.52 384.11,129.47 383.84,130.13 Z M 48.13,340.01 C 48.16,328.04 47.88,310.00 47.88,310.00 75.79,309.36 125.50,310.09 128.12,310.00 128.12,310.00 128.34,328.09 128.30,339.99 130.00,340.50 46.38,339.62 48.13,340.01 Z M 128.20,370.29 C 128.21,366.88 128.22,363.51 128.23,360.21 128.41,359.48 48.64,360.34 48.40,360.23 48.39,363.37 48.38,366.61 48.36,369.93 48.42,369.69 48.28,386.68 48.26,390.18 48.68,390.07 128.59,389.83 128.13,390.14 128.15,386.85 128.26,370.41 128.20,370.29 Z M 240.00,120.25 C 240.00,116.61 240.00,82.55 240.00,89.67 240.04,89.77 160.04,90.32 160.00,90.09 160.00,83.25 160.00,120.41 160.00,119.86 158.82,119.59 232.77,121.26 240.00,120.25 Z M 128.07,410.09 C 128.03,422.99 128.00,432.00 128.00,432.00 128.00,432.00 127.75,470.50 127.75,470.50 125.43,507.47 46.11,501.49 47.75,470.00 47.75,470.00 47.96,441.79 48.15,409.88 47.45,409.82 127.34,410.18 128.07,410.09 Z M 160.00,69.57 C 160.00,76.17 160.00,40.09 160.00,40.09 160.00,39.00 238.36,40.91 240.00,40.09 240.00,40.09 240.03,70.21 240.00,70.18 225.88,71.00 153.38,70.00 160.00,69.57 Z M 240.00,139.75 C 240.00,243.49 240.00,391.00 240.00,391.00 240.00,391.00 240.00,471.00 240.00,471.00 239.82,503.10 159.88,500.21 160.00,471.00 160.00,471.00 160.00,214.99 160.00,140.15 162.27,138.47 241.77,140.93 240.00,139.75 Z M 272.00,289.96 C 272.00,273.28 272.00,261.63 272.00,260.09 272.10,260.67 351.84,259.20 351.78,260.15 351.79,261.78 351.82,273.56 351.87,290.09 352.06,290.82 272.21,289.22 272.00,289.96 Z M 351.93,310.16 C 352.07,357.76 352.26,422.04 352.26,422.04 352.26,422.04 352.00,422.00 352.00,422.00 352.00,422.00 352.00,473.00 352.00,473.00 352.34,501.16 276.17,500.57 272.79,480.00 271.66,476.11 272.00,469.26 272.00,465.00 272.00,465.00 272.00,439.00 272.00,439.00 272.00,439.00 272.00,362.85 272.00,309.86 271.77,309.69 351.67,310.29 351.93,310.16 Z M 272.00,240.14 C 272.00,221.84 272.00,210.00 272.00,210.00 272.00,210.00 351.64,210.00 351.64,210.00 351.64,210.00 351.67,221.92 351.73,240.12 351.74,240.62 272.00,239.33 272.00,240.14 Z M 383.89,150.23 C 383.93,161.93 383.96,172.97 383.98,179.84 383.83,179.61 463.01,180.32 463.99,179.84 463.97,169.27 463.93,159.29 463.89,150.21 462.57,150.33 382.85,149.49 383.89,150.23 Z M 464.03,200.06 C 464.18,286.98 464.00,399.00 464.00,399.00 464.00,399.00 464.00,471.00 464.00,471.00 451.32,509.56 375.67,489.27 384.00,471.00 384.00,471.00 383.99,265.69 383.98,199.85 384.15,200.79 464.18,199.14 464.03,200.06 Z" /> </svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .clown img.apple {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23bf4b4e"> <path fill="%23bf4b4e" d="M349.13 136.86c-40.32 0-57.36 19.24-85.44 19.24-28.79 0-50.75-19.1-85.69-19.1-34.2 0-70.67 20.88-93.83 56.45-32.52 50.16-27 144.63 25.67 225.11 18.84 28.81 44 61.12 77 61.47h.6c28.68 0 37.2-18.78 76.67-19h.6c38.88 0 46.68 18.89 75.24 18.89h.6c33-.35 59.51-36.15 78.35-64.85 13.56-20.64 18.6-31 29-54.35-76.19-28.92-88.43-136.93-13.08-178.34-23-28.8-55.32-45.48-85.79-45.48z"/><path d="M340.25 32c-24 1.63-52 16.91-68.4 36.86-14.88 18.08-27.12 44.9-22.32 70.91h1.92c25.56 0 51.72-15.39 67-35.11 14.72-18.77 25.88-45.37 21.8-72.66z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .clown img.android {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23bf4b4e"> <path d="M380.91 199l42.47-73.57a8.63 8.63 0 00-3.12-11.76 8.52 8.52 0 00-11.71 3.12l-43 74.52c-32.83-15-69.78-23.35-109.52-23.35s-76.69 8.36-109.52 23.35l-43-74.52a8.6 8.6 0 10-14.88 8.64L131 199C57.8 238.64 8.19 312.77 0 399.55h512c-8.19-86.78-57.8-160.91-131.09-200.55zM138.45 327.65a21.46 21.46 0 1121.46-21.46 21.47 21.47 0 01-21.46 21.46zm235 0A21.46 21.46 0 11395 306.19a21.47 21.47 0 01-21.51 21.46z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .clown img.windows {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23bf4b4e"> <path d="M480 265H232v179l248 36V265zM216 265H32v150l184 26.7V265zM480 32L232 67.4V249h248V32zM216 69.7L32 96v153h184V69.7z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .clown img.linux {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23bf4b4e"> <path d="M443.66 405.05c-1.46-.79-2.85-1.54-4-2.2-6.47-3.83-13-10.52-11.85-17.83 2.42-15.94 2.89-23.47-.49-28.79a15.61 15.61 0 00-7.67-6.2v-.06c1.41-2.56 2.26-5.66 2.83-10.12 1.44-11-5-44-13.7-70.7-8.08-24.68-29.24-50-44.7-68.56l-3.61-4.34c-23.88-28.93-24.34-38.19-26.55-82.67-.32-6.47-.69-13.8-1.17-22C329.87 41.43 304 16 256 16c-25.2 0-44.62 7.15-57.72 21.26C187.79 48.55 182 64 182 80.78c0 29.52 2 53 2.15 54.29 1.4 35.7 1 41.22-8.31 57.55-2.23 3.93-8.38 10.87-14.89 18.21-8.48 9.57-18.09 20.41-23.36 29.22-3.77 6.31-5.88 12.63-8.11 19.33-3.4 10.21-7.26 21.78-18.15 36.57-12.57 17.07-15.52 29.61-11 47.45-4.94 6.45-4.83 14.37-4.75 20.23a25.84 25.84 0 01-.3 6.09c-2.29 7.59-12.42 9.4-22 10.18-1.58.12-3.1.21-4.55.29-7.26.39-13.53.74-17.13 6.3-3.47 5.36-1.12 13.8 2.14 25.48.72 2.58 1.46 5.25 2.19 8.06 1.83 7-.16 10.48-2.68 14.84-2.44 4.21-5.21 9-5.21 17.55 0 14.67 20 18 43.05 21.94 7.36 1.24 15 2.53 22.63 4.24a225.58 225.58 0 0134.08 10.68c9.72 3.73 17.4 6.68 26.43 6.68 16.18 0 28.25-9.77 39.92-19.21l2.15-1.75c5.53-4.49 21.5-4 34.34-3.64 3.46.1 6.73.2 9.65.2h6.22c13.48-.08 31.94-.18 42.23 2.5 3.75 1 6.2 3.72 9.29 7.19 5.87 6.56 13.17 14.75 33.39 14.75 19.39 0 29.55-8.71 41.32-18.8 7.16-6.13 14.56-12.48 25.07-17.86 3.92-2 7.62-3.87 11.08-5.61 22.64-11.38 35.11-17.65 35.11-27.82 0-9.91-12.24-16.5-20.34-20.86zM211.11 88.38a13.91 13.91 0 0112.47 9c1.95 5.55 1.81 10.42.21 12.94 0 0-.22-1-.36-1.44a14.85 14.85 0 00-6.44-8.59 11.35 11.35 0 00-8.94-1.47c-4.26 1.13-8.41 5-8.91 18.79-5.16-10.47-2.31-18 .92-23 2.31-3.73 7.47-6.33 11.05-6.23zm-17.5 375C192 479.24 175.2 479 170.09 478.59c-9.81-.82-21.66-4.69-33.13-8.43-4.52-1.47-9.19-3-13.73-4.34-13.2-3.89-30.12-6.74-43.72-9-3.22-.55-6.27-1.06-9.05-1.55s-4.61-1.27-5.2-2.3c-1-1.65.38-5.25 1.93-9.41C69.27 438 72.11 430.34 72 421c0-3.91-1.47-8.3-2.84-12.56-1.62-5-3.28-10.17-1.93-12.62 1.23-2.23 6.75-2.49 11.6-2.49h2.26c3.55 0 6.62.06 8.75-.53 6.51-1.81 14.86-6.92 17.81-13.88.9-2.17 1.37-6.94 2-14 .37-4.12.74-8.37 1.22-10.58a3.55 3.55 0 012.11-2.55c1.65-.77 6.78-1.91 18.63 4.08 11.18 5.65 22.88 25.84 34.2 45.37 3.56 6.14 6.92 11.94 10.3 17.36 14.04 22.54 18.83 31.6 17.5 44.8zm128.84-31.56a68.74 68.74 0 01-4.55 10.9.58.58 0 01-1.08-.42 56.61 56.61 0 002.11-18.43c-.25-4.73-.4-7.59-2.66-8.51s-4.26.83-9.45 5.54c-1.1 1-2.36 2.14-3.78 3.4-10.8 9.47-26.88 20.68-55.61 23.37-16.84 1.59-27.59-4.63-30.92-8.14a2.16 2.16 0 00-3.07-.08 2.23 2.23 0 00-.51 2.29c2.12 6.84 1.2 12.26-.49 16.19-.95 2.2-1.85 2.05-2-.34-.25-4.64-1-9.88-3-14.19-3.11-6.94-7-14.34-8.89-17.88v-.05c3.24-1.49 8.86-4.83 11.37-10.88s4.48-18-9.82-31.74c-6.28-6.05-22.1-17.16-36.06-27-10.9-7.65-22.17-15.56-23.65-17.51-4.49-5.89-6.37-9.3-6.94-19.65.07-2.3.13-4.59.19-6.89l.27-2.49a.58.58 0 011.15 0 63.07 63.07 0 002 9.72c1.08 3.73 2.4 7.58 3.62 9.18 3.19 4.22 7.56 7.39 11.67 8.49a5.48 5.48 0 005-.72c2.93-2.33 2.65-7.6 2.19-16.34-.47-9-1.11-21.34 1.85-34.55 5.62-25 10.91-32.51 17.61-42 .86-1.22 1.75-2.47 2.65-3.79 1.44-2.08 3-4.1 4.67-6.23 7.47-9.61 15.93-20.49 13.92-40.95-.51-5.19-.76-8.83-.86-11.39a1 1 0 011.88-.59l.49.77 1.21 2c4.86 8 13.64 22.57 25.1 22.57a13.62 13.62 0 002.36-.21c23.39-3.93 51.9-30.25 52.17-30.51 3.12-3 2.84-6.14 1.64-7.91a5.18 5.18 0 00-6.45-1.72c-3.29 1.4-7.14 3.15-11.22 5-13.82 6.27-37 16.75-42.25 14.34a23.11 23.11 0 01-6.32-5.13 1 1 0 011.14-1.65c5.59 2.29 9.55 1.45 14.2-.08l1-.34c9.37-3.09 14.2-4.77 30.76-12.08a97.55 97.55 0 0116.26-5.93c4-1 6.42-1.63 7.71-4.34a6.65 6.65 0 00-.5-7.13c-1.53-1.87-4.07-2.57-7-1.9-3.22.75-4.7 3-6.41 4.49-2.4 2.05-5 4.16-17.19 8.65-27 10-34.58 10.61-45.21 3.43-9.84-6.69-15.15-13.23-15.15-16 0-2.13 5.45-5.7 8.71-7.84 1.33-.87 2.59-1.69 3.62-2.46 4.34-3.22 13-11.39 13.38-11.73 5.4-5.41 17.91-2.18 25 2.58a2.23 2.23 0 001.72.41 2.14 2.14 0 001.68-2.58c-4.2-17.46-.13-27.34 4-32.55a22.58 22.58 0 0117.48-8.48c12.81 0 21.76 10 21.76 24.42 0 11-2.82 16.79-5.48 20.3a1.73 1.73 0 01-2.58.18 1.78 1.78 0 01-.24-2.2A24.61 24.61 0 00290 114a16.58 16.58 0 00-16.84-16.67c-3.94 0-13.48 1.5-16.77 15.44a29.81 29.81 0 00-.34 11.07l.08.71c.9 7.38 15.3 12.51 27.23 15.51 11.36 2.85 13 6.22 8.84 19.63s3.11 26.23 5.7 29.57a78.3 78.3 0 018.31 12.47 93.8 93.8 0 016.62 16.48c2.17 6.79 4.05 12.65 10.63 21.22 11.07 14.4 17.66 48.64 15 78-.21 2.41-.53 4.29-.77 5.67-.43 2.53-.72 4.2.66 5.38s3.16.7 7.26-.63l3.43-1.09a109.33 109.33 0 0112.58-2.8 2.15 2.15 0 001.59-1.16c3.43-6.91 3.85-15.22 4-22.47q0-1.31.06-2.79c.19-7.77.45-18.93-2.95-32a1 1 0 011.93-.64 93 93 0 016.66 25.55c2.55 22.58-1.9 32.09-1.94 32.17a1.61 1.61 0 00.95 2.25 17.12 17.12 0 016.95 4.67c1.46 1.66.93 2.4-1.14 1.62a36.26 36.26 0 00-12.77-2.29c-10.4 0-18.09 4.95-21.51 9.19-3.19 3.94-3.7 7.67-3.83 11.27l-.06.05c-7.48-.75-12.94 1.21-17.47 6.21l-.08.09c-6.26 7.75-4 24.63-1.29 38.48 1.28 6.45 5.59 25.52 1.73 37.68zm96.1 10.07c-15.71 6.71-25.43 14.51-34 21.39-5.65 4.53-11 8.81-17.28 12.14-10.12 5.34-24.91 6.53-33.27-7.7-2.37-4-.71-9.86 1.58-17.95 3.05-10.75 7.23-25.46 3.71-44.65-.94-5.12-1.77-9.51-2.49-13.31C334 377 332.9 371.43 334 367c.63-2.45 3.43-3 5.87-3a20.83 20.83 0 012.63.19 29.51 29.51 0 007 12.1c5.7 5.86 13.63 8.83 23.56 8.85 2.1.17 25.94 1.55 36.54-22.4 1.46.18 3.65.7 4.3 2.3 1.28 3.19-.27 8.91-1.52 13.5-.9 3.31-1.68 6.16-1.63 8.37.31 16 11 22.78 25.83 32.16 1.79 1.13 3.66 2.31 5.55 3.54S445 425 445 426c-.52 4.79-20 13.16-26.45 15.91z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .clown div.divider {
    background-color: #bf4b4e;
    margin: 10px;
    padding: 0;
    height: 3px; }
  .clown a {
    color: #bf4b4e; }
  .clown .screenshotlink {
    width: fit-content;
    max-width: 100%;
    background-color: #060706;
    display: none; }
  @media only screen and (max-width: 1020px) {
    .clown #hm1 div {
      content: url("./../img/humidormanager_sp1.jpg");
      width: 270px;
      height: 602px; }
    .clown #hm2 div {
      content: url("./../img/humidormanager_sp2.jpg");
      width: 270px;
      height: 602px; }
    .clown #hm3 div {
      content: url("./../img/overview_sp.jpg");
      width: 270px;
      height: 602px; }
    .clown #hm4 div {
      content: url("./../img/search_sp.jpg");
      width: 270px;
      height: 602px; }
    .clown #hm5 div {
      content: url("./../img/smokingprotocol_sp1.jpg");
      width: 270px;
      height: 602px; }
    .clown #hm6 div {
      content: url("./../img/smokingprotocol_sp2.jpg");
      width: 270px;
      height: 602px; }
    .clown #hm7 div {
      content: url("./../img/smokingprotocol_sp3.jpg");
      width: 270px;
      height: 602px; }
    .clown #hm8 div {
      content: url("./../img/cigarselector_sp.jpg");
      width: 270px;
      height: 602px; }
    .clown #hm9 div {
      content: url("./../img/cigarcounter_sp.jpg");
      width: 270px;
      height: 602px; }
    .clown #hm10 div {
      content: url("./../img/humidormanager_sp3.png");
      width: 270px;
      height: 602px; }
    .clown #hm11 div {
      content: url("./../img/humidormanager_sp4.png");
      width: 270px;
      height: 602px; }
    .clown #screenshot_humidor_manager_1 {
      content: url("./../img/humidormanager_sp1.jpg");
      width: 135px;
      height: 301px; }
    .clown #screenshot_humidor_manager_2 {
      content: url("./../img/humidormanager_sp2.jpg");
      width: 135px;
      height: 301px; }
    .clown #screenshot_humidor_manager_3 {
      content: url("./../img/humidormanager_sp3.png");
      width: 135px;
      height: 301px; }
    .clown #screenshot_humidor_manager_4 {
      content: url("./../img/humidormanager_sp4.png");
      width: 135px;
      height: 301px; }
    .clown #screenshot_overview {
      content: url("./../img/overview_sp.jpg");
      width: 135px;
      height: 301px; }
    .clown #screenshot_search {
      content: url("./../img/search_sp.jpg");
      width: 135px;
      height: 301px; }
    .clown #screenshot_cigarcounter {
      content: url("./../img/cigarcounter_sp.jpg");
      width: 135px;
      height: 301px; }
    .clown #screenshot_cigarselector {
      content: url("./../img/cigarselector_sp.jpg");
      width: 135px;
      height: 301px; }
    .clown #screenshot_smokingprotocol_1 {
      content: url("./../img/smokingprotocol_sp1.jpg");
      width: 135px;
      height: 301px; }
    .clown #screenshot_smokingprotocol_2 {
      content: url("./../img/smokingprotocol_sp2.jpg");
      width: 135px;
      height: 301px; }
    .clown #screenshot_smokingprotocol_3 {
      content: url("./../img/smokingprotocol_sp3.jpg");
      width: 135px;
      height: 301px; } }
  @media only screen and (min-width: 1020px) {
    .clown #hm1 div {
      content: url("./../img/humidormanager_desk1.png");
      width: 960px;
      height: 600px; }
    .clown #hm3 div {
      content: url("./../img/overview_desk.png");
      width: 960px;
      height: 600px; }
    .clown #hm4 div {
      content: url("./../img/search_desk.png");
      width: 960px;
      height: 600px; }
    .clown #hm5 div {
      content: url("./../img/smokingprotocol_desk1.png");
      width: 600px;
      height: 960px; }
    .clown #hm6 div {
      content: url("./../img/smokingprotocol_desk2.png");
      width: 960px;
      height: 600px; }
    .clown #hm7 div {
      display: none; }
    .clown #hm8 div {
      content: url("./../img/cigarselector_desk.png");
      width: 960px;
      height: 600px; }
    .clown #hm9 div {
      content: url("./../img/cigarcounter_desk.png");
      width: 960px;
      height: 600px; }
    .clown #hm10 div {
      content: url("./../img/humidormanager_desk2.png");
      width: 960px;
      height: 600px; }
    .clown #hm11 div {
      display: none; }
    .clown #screenshot_humidor_manager_1 {
      content: url("./../img/humidormanager_desk1.png");
      width: 640px;
      height: 400px; }
    .clown #screenshot_humidor_manager_3 {
      content: url("./../img/humidormanager_desk2.png");
      width: 640px;
      height: 400px; }
    .clown #screenshot_overview {
      content: url("./../img/overview_desk.png");
      width: 640px;
      height: 400px; }
    .clown #screenshot_search {
      content: url("./../img/search_desk.png");
      width: 640px;
      height: 400px; }
    .clown #screenshot_cigarcounter {
      content: url("./../img/cigarcounter_desk.png");
      width: 640px;
      height: 400px; }
    .clown #screenshot_cigarselector {
      content: url("./../img/cigarselector_desk.png");
      width: 640px;
      height: 400px; }
    .clown #screenshot_smokingprotocol_1 {
      content: url("./../img/smokingprotocol_desk1.png");
      width: 400px;
      height: 640px; }
    .clown #screenshot_smokingprotocol_2 {
      content: url("./../img/smokingprotocol_desk2.png");
      width: 640px;
      height: 400px; }
    .clown #screenshot_smokingprotocol_3 {
      display: none; }
    .clown #screenshot_humidor_manager_2 {
      display: none; } }

.romeo {
  /*body*/
  transition: width 2s;
  background-color: #403d39;
  color: #BE6E46;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  overflow-x: hidden;
  /*screenshots*/ }
  .romeo a#video_link {
    color: #CCC5B9; }
  .romeo nav.menu {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0; }
  .romeo nav.menu ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap-reverse;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    justify-content: center; }
  .romeo nav.menu ul li {
    list-style-type: none;
    display: flex; }
  .romeo ul li.logo_link ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
  .romeo nav.menu ul li a img.logo {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="3.41333in" height="3.41333in"     viewBox="0 0 1024 1024">  <path id="Logo"  fill="%23BE6E46"      fill-rule="evenodd"        d="       M 460.02,215.50           C 460.02,215.50 460.02,185.50 460.02,185.50             460.02,185.50 580.02,185.50 580.02,185.50             580.02,185.50 580.02,215.50 580.02,215.50             580.02,215.50 460.02,215.50 460.02,215.50 Z           M 460.00,265.09           C 460.00,265.09 460.00,235.09 460.00,235.09             460.00,235.09 580.00,235.09 580.00,235.09             580.00,235.09 580.00,265.09 580.00,265.09             580.00,265.09 460.00,265.09 460.00,265.09 Z     M 710.00,535.00           C 710.00,535.00 710.00,653.00 710.00,653.00             710.00,674.28 711.61,702.26 703.55,722.00             693.29,747.12 665.53,757.96 640.00,758.00             640.00,758.00 400.00,758.00 400.00,758.00             381.37,757.97 358.34,751.89 345.29,737.91             333.90,725.72 329.03,706.37 329.00,690.00             329.00,690.00 329.00,236.00 329.00,236.00             329.03,218.82 335.21,198.15 348.04,186.17             360.46,174.58 383.30,169.03 400.00,169.00             400.00,169.00 639.00,169.00 639.00,169.00             661.13,169.03 686.15,176.72 698.90,196.00             706.26,207.13 709.98,226.73 710.00,240.00             710.00,240.00 710.00,382.00 710.00,382.00             710.00,382.00 580.00,382.00 580.00,382.00             580.00,382.00 580.00,281.00 580.00,281.00             580.00,281.00 460.00,281.00 460.00,281.00             460.00,281.00 460.00,584.00 460.00,584.00             460.00,584.00 460.00,629.00 460.00,629.00             460.00,637.06 459.17,647.61 462.36,655.00             467.54,666.99 480.80,674.28 493.00,677.34             499.52,678.97 507.29,679.99 514.00,680.00             539.96,680.04 579.84,673.07 580.00,640.00             580.00,640.00 580.00,535.00 580.00,535.00             580.00,535.00 710.00,535.00 710.00,535.00 Z           M 457.00,801.00           C 457.00,795.02 455.90,784.86 460.42,780.43             464.09,776.81 477.81,775.82 483.00,776.04             483.00,776.04 493.00,776.99 493.00,776.99             498.03,777.11 502.89,776.26 506.15,781.11             508.43,784.51 508.98,792.86 509.00,797.00             509.00,797.00 509.00,854.00 509.00,854.00             509.00,854.00 469.00,854.00 469.00,854.00             460.20,853.88 457.12,850.80 457.00,842.00             456.90,834.47 454.57,818.00 459.51,812.23             462.09,809.21 465.37,809.11 469.00,808.58             475.59,807.62 484.16,808.00 491.00,808.00             491.00,808.00 491.00,791.00 491.00,791.00             491.00,791.00 475.00,791.00 475.00,791.00             474.98,793.27 475.15,796.64 473.83,798.57             471.37,802.13 461.07,801.00 457.00,801.00 Z           M 594.00,776.42           C 603.53,775.26 608.34,776.77 617.00,776.99             622.23,777.11 627.66,776.47 631.28,781.21             634.99,786.08 634.00,798.79 634.00,805.00             634.00,805.00 634.00,838.00 634.00,838.00             633.95,842.29 633.59,847.32 630.43,850.58             626.96,854.18 621.60,853.99 617.00,854.00             617.00,854.00 593.00,854.00 593.00,854.00             589.11,853.94 585.45,853.75 582.65,850.61             579.95,847.57 580.02,843.80 580.00,840.00             580.00,840.00 580.00,799.00 580.00,799.00             580.00,793.77 579.22,785.57 582.23,781.21             585.06,777.11 589.55,777.10 594.00,776.42 Z           M 425.00,854.00           C 416.06,854.00 399.47,855.95 393.72,847.90             390.06,842.76 391.00,831.32 391.00,825.00             391.00,825.00 391.00,795.00 391.00,795.00             391.07,789.71 391.82,783.23 396.21,779.65             399.75,776.77 403.74,777.01 408.00,777.00             408.00,777.00 445.00,777.00 445.00,777.00             445.00,777.00 445.00,866.00 445.00,866.00             444.86,877.43 440.43,881.86 429.00,882.00             429.00,882.00 406.00,882.00 406.00,882.00             401.04,881.94 396.22,881.40 393.28,876.81             390.65,872.72 391.00,866.69 391.00,862.00             391.00,862.00 411.00,862.00 411.00,862.00             411.00,862.00 411.00,868.00 411.00,868.00             411.00,868.00 425.00,868.00 425.00,868.00             425.00,868.00 425.00,854.00 425.00,854.00 Z           M 520.00,777.16           C 520.00,777.16 533.00,777.16 533.00,777.16             536.08,777.84 538.84,779.25 542.00,779.21             549.80,779.13 562.08,773.03 568.57,780.23             573.39,785.56 572.00,801.70 572.00,809.00             567.71,809.00 555.68,810.22 553.17,806.57             551.49,804.12 552.00,796.19 552.00,793.00             549.13,795.64 545.08,798.62 543.30,802.01             541.23,805.96 540.06,814.48 540.00,819.00             540.00,819.00 540.00,854.00 540.00,854.00             540.00,854.00 520.00,854.00 520.00,854.00             520.00,854.00 520.00,777.16 520.00,777.16 Z           M 614.00,791.00           C 614.00,791.00 598.00,791.00 598.00,791.00             598.00,791.00 598.00,840.00 598.00,840.00             598.00,840.00 614.00,840.00 614.00,840.00             614.00,840.00 614.00,791.00 614.00,791.00 Z           M 425.00,840.00           C 425.00,840.00 425.00,821.00 425.00,821.00             425.00,821.00 425.00,807.00 425.00,807.00             424.93,801.90 423.89,793.56 417.00,793.73             414.95,793.79 413.02,794.86 411.70,796.39             409.02,799.49 409.02,804.14 409.00,808.00             408.95,817.63 406.18,834.56 417.00,838.85             419.69,839.92 422.18,839.94 425.00,840.00 Z           M 491.00,838.00           C 491.00,834.26 491.84,824.31 489.26,821.74             486.80,819.27 478.49,820.00 475.00,820.00             475.00,820.00 475.00,838.00 475.00,838.00             475.00,838.00 491.00,838.00 491.00,838.00 Z" /></svg>');
    min-width: 300px;
    min-height: 300px;
    border: 0; }
  .romeo nav.menu ul li.default_links {
    flex-flow: row-reverse wrap;
    justify-content: flex-end;
    flex-grow: 2; }
  .romeo nav.menu ul li.default_links ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px; }
  .romeo nav.menu ul li.default_links ul li.default_link {
    margin-right: 20px; }
  .romeo nav.menu ul li.default_links a {
    text-decoration: none;
    color: #BE6E46;
    font-size: 20px; }
  .romeo nav.menu ul li.default_links ul li.scheme_select {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  .romeo nav.menu ul li.default_links ul li.scheme_select div {
    margin-right: 20px;
    margin-bottom: 5px;
    height: 20px;
    width: 20px;
    border: 1px solid #BE6E46; }
  .romeo .claim div {
    position: flex;
    justify-content: center; }
  .romeo .claim div h1 {
    color: #BE6E46;
    font-weight: bold;
    font-size: 48px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0; }
  .romeo div.main_content {
    font-size: 24px;
    padding: 10px;
    text-align: left;
    background-color: #252422;
    color: #BE6E46;
    hyphens: auto;
    word-break: break-word;
    animation-name: fadein;
    animation-duration: 1s; }
  .romeo img.humi {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="0.666667in" height="0.666667in" viewBox="0 0 200 200"> <path id="Humidor"  fill="%23CCC5B9" d="M 40.00,199.75 C 40.00,199.75 40.00,40.00 40.00,40.00 40.00,40.00 160.00,40.00 160.00,40.00 160.00,40.00 160.00,199.75 160.00,199.75 160.00,199.75 130.00,199.75 130.00,199.75 130.00,199.75 130.00,189.75 130.00,189.75 130.00,189.75 70.00,189.75 70.00,189.75 70.00,189.75 70.00,199.75 70.00,199.75 70.00,199.75 40.00,199.75 40.00,199.75 Z M 50.00,50.00 C 50.00,50.00 50.00,179.75 50.00,179.75 50.00,179.75 150.00,179.75 150.00,179.75 150.00,179.75 150.00,50.00 150.00,50.00 150.00,50.00 50.00,50.00 50.00,50.00 Z" />  <path fill="%23CCC5B9" fill-rule="evenodd" d="M 60.00,135.50 C 60.00,135.50 60.00,165.50 60.00,165.50 60.00,165.50 140.00,165.50 140.00,165.50 140.00,165.50 140.00,135.50 140.00,135.50 140.00,135.50 110.00,135.50 110.00,135.50 110.00,135.50 110.00,145.50 110.00,145.50 110.00,145.50 90.00,145.50 90.00,145.50 90.00,145.50 90.00,135.50 90.00,135.50 90.00,135.50 60.00,135.50 60.00,135.50 Z M 60.00,95.50 C 60.00,95.50 60.00,125.50 60.00,125.50 60.00,125.50 140.00,125.50 140.00,125.50 140.00,125.50 140.00,95.50 140.00,95.50 140.00,95.50 110.00,95.50 110.00,95.50 110.00,95.50 110.00,105.50 110.00,105.50 110.00,105.50 90.00,105.50 90.00,105.50 90.00,105.50 90.00,95.50 90.00,95.50 90.00,95.50 60.00,95.50 60.00,95.50 Z M 60.25,56.00 C 60.25,56.00 60.25,86.00 60.25,86.00 60.25,86.00 140.25,86.00 140.25,86.00 140.25,86.00 140.25,56.00 140.25,56.00 140.25,56.00 110.25,56.00 110.25,56.00 110.25,56.00 110.25,66.00 110.25,66.00 110.25,66.00 90.25,66.00 90.25,66.00 90.25,66.00 90.25,56.00 90.25,56.00 90.25,56.00 60.25,56.00 60.25,56.00 Z" /></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin: 10px;
    margin-top: 0px; }
  .romeo img.pencil {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"  viewBox="0 0 16 16"><path fill="%23CCC5B9" d="M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z"/><path fill="%23CCC5B9" fill-rule="evenodd" d="M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z" /></svg>');
    min-width: 80px;
    min-height: 80px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .romeo img.cigar {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"      width="0.666667in" height="0.666667in"      viewBox="0 0 60 60">  <path  fill="%23CCC5B9" d="M 7.98,19.11            C 0.01,26.32 0.01,33.52 7.98,40.73              7.98,40.73 16.94,40.73 16.94,40.73              16.94,40.73 16.94,19.11 16.94,19.11              16.94,19.11 7.98,19.11 7.98,19.11 Z            M 28.89,19.11            C 28.89,19.11 45.62,19.11 45.62,19.11              45.62,19.11 45.62,40.73 45.62,40.73              45.62,40.73 28.89,40.73 28.89,40.73              28.89,40.73 28.89,19.11 28.89,19.11 Z            M 48.61,19.11            C 48.61,19.11 51.59,19.11 51.59,19.11              51.59,19.11 51.59,40.73 51.59,40.73              51.59,40.73 48.61,40.73 48.61,40.73              48.61,40.73 48.61,19.11 48.61,19.11 Z            M 54.58,19.11            C 54.58,19.11 57.57,19.11 57.57,19.11              57.57,19.11 57.57,40.73 57.57,40.73              57.57,40.73 54.58,40.73 54.58,40.73              54.58,40.73 54.58,19.11 54.58,19.11 Z            M 16.94,19.11 16.94,19.11 16.94,19.11 16.94,19.11" shape-rendering="geometricPrecision">            </path></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin: 10px;
    margin-top: 0px; }
  .romeo img.video {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"      width="16" height="16"      viewBox="0 0 16 16" fill="%23CCC5B9">   <path d="M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM1 3a2 2 0 1 0 4 0 2 2 0 0 0-4 0z"></path>   <path d="M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h7zm6 8.73V7.27l-3.5 1.555v4.35l3.5 1.556zM1 8v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z"></path>   <path d="M9 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM7 3a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"></path> </svg>');
    min-width: 80px;
    min-height: 80px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .romeo img.happy {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="3.33333in" height="3.33333in" viewBox="0 0 1000 1000" fill="%23CCC5B9"> <path fill="%23CCC5B9" d="M 232.19,590.00 C 232.00,587.61 231.90,584.27 232.19,582.00 233.10,578.72 235.69,574.25 237.14,571.00 237.14,571.00 249.14,545.00 249.14,545.00 249.14,545.00 273.69,492.00 273.69,492.00 273.69,492.00 295.76,444.00 295.76,444.00 295.76,444.00 308.24,417.00 308.24,417.00 309.38,414.68 311.84,408.28 313.65,406.99 315.70,405.53 324.18,405.96 327.00,406.00 334.64,406.13 335.22,410.45 338.14,417.00 338.14,417.00 352.00,447.00 352.00,447.00 352.00,447.00 363.69,472.00 363.69,472.00 363.69,472.00 397.31,545.00 397.31,545.00 397.31,545.00 414.37,582.00 414.37,582.00 415.11,584.61 414.99,587.31 415.00,590.00 415.00,590.00 401.61,592.27 390.09,592.27 379.22,592.27 370.18,590.00 370.18,590.00 370.18,590.00 358.61,568.02 358.61,568.02 358.61,568.02 351.00,567.00 351.00,567.00 351.00,567.00 296.00,567.00 296.00,567.00 296.00,567.00 288.21,568.02 288.21,568.02 288.21,568.02 283.58,575.00 283.58,575.00 283.58,575.00 277.00,590.00 277.00,590.00 276.46,595.02 231.73,594.30 232.19,590.00 Z M 440.00,408.00 C 440.00,408.00 501.00,408.00 501.00,408.00 522.30,408.00 542.33,407.77 560.00,421.67 593.70,448.18 592.10,510.68 555.00,533.53 539.25,543.24 527.57,543.00 510.00,543.00 510.00,543.00 485.00,543.00 485.00,543.00 485.00,543.00 485.00,590.00 485.00,590.00 485.21,598.29 440.24,599.47 440.00,590.00 440.00,590.00 440.00,408.00 440.00,408.00 Z M 619.00,408.00 C 619.00,408.00 680.00,408.00 680.00,408.00 694.83,408.00 709.82,407.17 724.00,412.44 766.36,428.18 775.80,486.05 750.10,520.00 738.99,534.68 721.31,542.91 703.00,543.00 703.00,543.00 689.00,543.00 689.00,543.00 689.00,543.00 673.00,543.00 673.00,543.00 670.86,543.04 668.23,542.96 666.60,544.60 664.68,546.52 665.01,550.46 665.00,553.00 665.00,553.00 665.00,590.00 665.00,590.00 664.81,598.61 618.84,597.37 619.00,590.00 619.00,590.00 619.00,408.00 619.00,408.00 Z M 464.00,524.00 C 464.00,524.00 509.00,524.00 509.00,524.00 520.87,524.00 530.02,525.04 541.00,519.10 570.36,503.22 570.49,450.26 542.00,433.26 527.35,424.52 498.30,427.00 481.00,427.00 477.32,427.00 463.04,426.05 461.02,428.60 459.77,430.19 460.00,434.01 460.00,436.00 460.00,436.00 460.00,573.00 460.00,573.00 460.00,573.00 464.00,573.00 464.00,573.00 464.00,573.00 464.00,524.00 464.00,524.00 Z M 644.00,524.00 C 644.00,524.00 691.00,524.00 691.00,524.00 704.68,524.00 718.13,524.05 728.79,513.68 730.92,511.61 732.73,508.54 734.32,506.00 749.65,481.41 745.22,440.97 715.00,430.09 709.62,428.15 706.58,428.01 701.00,428.00 701.00,428.00 641.00,428.00 641.00,428.00 641.00,428.00 641.00,573.00 641.00,573.00 641.00,573.00 644.00,573.00 644.00,573.00 644.00,573.00 644.00,524.00 644.00,524.00 Z M 324.00,432.00 C 324.00,432.00 322.00,432.00 322.00,432.00 322.00,432.00 305.69,467.00 305.69,467.00 305.69,467.00 280.69,521.00 280.69,521.00 280.69,521.00 257.00,573.00 257.00,573.00 258.40,572.76 259.31,572.82 260.61,571.98 264.97,569.15 269.67,551.03 274.39,548.02 276.34,546.78 279.73,547.00 282.00,547.00 282.00,547.00 365.00,547.00 365.00,547.00 367.27,547.00 370.66,546.78 372.61,548.02 375.11,549.62 379.65,560.69 381.22,564.00 383.48,568.78 383.35,572.04 389.00,573.00 389.00,573.00 379.25,550.00 379.25,550.00 379.25,550.00 365.26,520.00 365.26,520.00 365.26,520.00 336.31,458.00 336.31,458.00 336.31,458.00 324.00,432.00 324.00,432.00 Z M 25.00,450.00 C 25.00,450.00 33.64,447.00 42.50,447.00 51.63,447.00 61.00,450.00 61.00,450.00 61.00,450.00 61.00,501.00 61.00,501.00 61.00,501.00 105.00,501.00 105.00,501.00 105.00,501.00 105.00,450.00 105.00,450.00 105.00,450.00 114.70,446.75 124.00,446.75 132.67,446.75 141.00,450.00 141.00,450.00 141.00,450.00 141.00,590.00 141.00,590.00 141.00,590.00 132.00,594.50 123.00,594.50 114.00,594.50 105.00,590.00 105.00,590.00 105.00,590.00 105.00,534.00 105.00,534.00 105.00,534.00 61.00,534.00 61.00,534.00 61.00,534.00 61.00,590.00 61.00,590.00 61.00,590.00 51.40,594.50 41.50,594.50 33.64,594.50 25.00,590.00 25.00,590.00 25.00,590.00 25.00,450.00 25.00,450.00 Z M 850.00,450.00 C 850.00,450.00 880.00,450.00 880.00,450.00 880.00,450.00 888.37,451.60 888.37,451.60 888.37,451.60 896.31,465.00 896.31,465.00 896.31,465.00 913.00,497.00 913.00,497.00 913.00,497.00 916.00,497.00 916.00,497.00 916.00,497.00 932.58,465.00 932.58,465.00 932.58,465.00 940.61,451.60 940.61,451.60 940.61,451.60 949.00,450.00 949.00,450.00 949.00,450.00 979.00,450.00 979.00,450.00 978.77,459.11 972.38,466.54 967.68,474.00 967.68,474.00 942.19,515.00 942.19,515.00 936.44,524.38 932.02,527.70 932.00,539.00 932.00,539.00 932.00,590.00 932.00,590.00 931.85,598.89 896.73,597.06 896.86,590.00 896.86,590.00 896.86,539.00 896.86,539.00 897.00,536.91 897.08,533.99 896.86,532.00 895.73,528.53 888.03,516.73 885.68,513.00 885.68,513.00 860.20,472.00 860.20,472.00 855.95,464.99 850.27,458.42 850.00,450.00 Z M 169.00,527.00 C 169.00,527.00 181.74,525.00 194.50,525.00 207.73,525.00 221.00,527.00 221.00,527.00 221.00,527.00 221.00,543.00 221.00,543.00 221.00,543.00 208.26,545.50 195.50,545.50 182.27,545.50 169.00,543.00 169.00,543.00 169.00,543.00 169.00,527.00 169.00,527.00 Z M 786.00,527.00 C 786.00,527.00 797.84,525.00 811.00,525.00 823.84,525.00 838.00,527.00 838.00,527.00 838.00,527.00 838.00,543.00 838.00,543.00 838.00,543.00 824.07,545.50 811.50,545.50 798.10,545.50 786.00,543.00 786.00,543.00 786.00,543.00 786.00,527.00 786.00,527.00 Z M 440.00,595.64" /> <path fill="%23CCC5B9" d="M 465.00,431.00 C 480.16,431.00 517.18,430.03 530.00,432.47 535.30,433.47 549.32,439.34 548.34,446.00 547.87,449.24 544.33,452.38 541.99,454.41 536.39,459.26 522.42,469.08 522.42,477.00 522.43,484.08 535.81,494.35 541.00,498.75 543.45,500.84 548.00,504.52 548.18,508.00 548.49,514.12 535.03,519.58 530.00,520.53 517.08,522.98 480.24,522.00 465.00,522.00 465.00,522.00 465.00,431.00 465.00,431.00 Z M 645.00,431.00 C 660.64,431.00 696.55,430.02 710.00,432.46 715.62,433.49 729.40,438.75 728.34,446.00 727.87,449.24 724.32,452.38 721.99,454.41 716.39,459.26 702.42,469.08 702.42,477.00 702.43,484.08 715.81,494.35 721.00,498.75 723.45,500.84 728.00,504.52 728.18,508.00 728.51,514.66 715.29,519.52 710.00,520.54 696.45,523.14 660.77,522.00 645.00,522.00 645.00,522.00 645.00,431.00 645.00,431.00 Z M 324.00,440.00 C 324.00,440.00 341.26,476.00 341.26,476.00 341.26,476.00 373.00,544.00 373.00,544.00 373.00,544.00 276.00,544.00 276.00,544.00 276.00,544.00 301.69,488.00 301.69,488.00 301.69,488.00 324.00,440.00 324.00,440.00 Z M 325.00,485.00 C 325.00,485.00 323.00,485.00 323.00,485.00 323.00,485.00 305.00,527.00 305.00,527.00 305.00,527.00 343.00,527.00 343.00,527.00 343.00,527.00 325.00,485.00 325.00,485.00 Z" /> <path fill="%23CCC5B9" fill-rule="evenodd" d="M 644.59,623.86 C 643.03,641.48 636.59,658.71 625.33,673.00 616.05,684.78 605.32,692.70 592.00,699.24 578.30,705.98 564.12,708.17 549.00,708.00 536.18,707.85 522.41,703.95 511.00,698.25 481.78,683.64 463.30,655.07 460.24,624.26 458.82,609.93 462.74,607.61 464.46,623.76 468.89,665.51 502.39,702.45 549.00,703.00 563.63,703.17 576.64,700.86 590.00,694.69 599.47,690.32 610.89,681.83 617.71,674.00 630.56,659.24 637.68,641.80 639.53,624.16 641.09,618.40 646.13,606.19 644.59,623.86 Z M 665.50,611.44 C 664.42,651.93 641.63,690.88 602.42,709.99 585.00,718.48 567.63,721.47 548.42,721.25 539.06,721.14 526.33,718.51 517.42,715.58 470.55,700.15 441.72,657.61 440.36,612.06 440.23,607.44 484.95,600.42 484.66,612.46 483.81,647.83 510.75,681.53 550.67,682.00 561.51,682.12 571.77,680.25 581.67,675.69 589.87,671.91 598.39,665.89 604.23,659.00 615.92,645.19 621.20,628.59 620.73,612.43 629.23,595.74 673.33,614.55 665.50,611.44 Z" /> </svg>');
    border: 0;
    margin-top: -100px;
    margin-bottom: -150px;
    margin-left: -10px; }
  .romeo img.hammer {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23CCC5B9"> <path d="M277.42 247a24.68 24.68 0 00-4.08-5.47L255 223.44a21.63 21.63 0 00-6.56-4.57 20.93 20.93 0 00-23.28 4.27c-6.36 6.26-18 17.68-39 38.43C146 301.3 71.43 367.89 37.71 396.29a16 16 0 00-1.09 23.54l39 39.43a16.13 16.13 0 0023.67-.89c29.24-34.37 96.3-109 136-148.23 20.39-20.06 31.82-31.58 38.29-37.94a21.76 21.76 0 003.84-25.2zM478.43 201l-34.31-34a5.44 5.44 0 00-4-1.59 5.59 5.59 0 00-4 1.59h0a11.41 11.41 0 01-9.55 3.27c-4.48-.49-9.25-1.88-12.33-4.86-7-6.86 1.09-20.36-5.07-29a242.88 242.88 0 00-23.08-26.72c-7.06-7-34.81-33.47-81.55-52.53a123.79 123.79 0 00-47-9.24c-26.35 0-46.61 11.76-54 18.51-5.88 5.32-12 13.77-12 13.77a91.29 91.29 0 0110.81-3.2 79.53 79.53 0 0123.28-1.49C241.19 76.8 259.94 84.1 270 92c16.21 13 23.18 30.39 24.27 52.83.8 16.69-15.23 37.76-30.44 54.94a7.85 7.85 0 00.4 10.83l21.24 21.23a8 8 0 0011.14.1c13.93-13.51 31.09-28.47 40.82-34.46s17.58-7.68 21.35-8.09a35.71 35.71 0 0121.3 4.62 13.65 13.65 0 013.08 2.38c6.46 6.56 6.07 17.28-.5 23.74l-2 1.89a5.5 5.5 0 000 7.84l34.31 34a5.5 5.5 0 004 1.58 5.65 5.65 0 004-1.58L478.43 209a5.82 5.82 0 000-8z"/></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .romeo img.stats {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"  width="16" height="16" fill="%23CCC5B9"> <path fill="%23CCC5B9" d="M 383.84,130.13 C 383.79,113.65 383.75,100.00 383.75,100.00 385.11,98.98 459.25,100.87 463.25,100.00 463.48,100.67 463.66,112.05 463.78,129.99 464.02,130.52 384.11,129.47 383.84,130.13 Z M 48.13,340.01 C 48.16,328.04 47.88,310.00 47.88,310.00 75.79,309.36 125.50,310.09 128.12,310.00 128.12,310.00 128.34,328.09 128.30,339.99 130.00,340.50 46.38,339.62 48.13,340.01 Z M 128.20,370.29 C 128.21,366.88 128.22,363.51 128.23,360.21 128.41,359.48 48.64,360.34 48.40,360.23 48.39,363.37 48.38,366.61 48.36,369.93 48.42,369.69 48.28,386.68 48.26,390.18 48.68,390.07 128.59,389.83 128.13,390.14 128.15,386.85 128.26,370.41 128.20,370.29 Z M 240.00,120.25 C 240.00,116.61 240.00,82.55 240.00,89.67 240.04,89.77 160.04,90.32 160.00,90.09 160.00,83.25 160.00,120.41 160.00,119.86 158.82,119.59 232.77,121.26 240.00,120.25 Z M 128.07,410.09 C 128.03,422.99 128.00,432.00 128.00,432.00 128.00,432.00 127.75,470.50 127.75,470.50 125.43,507.47 46.11,501.49 47.75,470.00 47.75,470.00 47.96,441.79 48.15,409.88 47.45,409.82 127.34,410.18 128.07,410.09 Z M 160.00,69.57 C 160.00,76.17 160.00,40.09 160.00,40.09 160.00,39.00 238.36,40.91 240.00,40.09 240.00,40.09 240.03,70.21 240.00,70.18 225.88,71.00 153.38,70.00 160.00,69.57 Z M 240.00,139.75 C 240.00,243.49 240.00,391.00 240.00,391.00 240.00,391.00 240.00,471.00 240.00,471.00 239.82,503.10 159.88,500.21 160.00,471.00 160.00,471.00 160.00,214.99 160.00,140.15 162.27,138.47 241.77,140.93 240.00,139.75 Z M 272.00,289.96 C 272.00,273.28 272.00,261.63 272.00,260.09 272.10,260.67 351.84,259.20 351.78,260.15 351.79,261.78 351.82,273.56 351.87,290.09 352.06,290.82 272.21,289.22 272.00,289.96 Z M 351.93,310.16 C 352.07,357.76 352.26,422.04 352.26,422.04 352.26,422.04 352.00,422.00 352.00,422.00 352.00,422.00 352.00,473.00 352.00,473.00 352.34,501.16 276.17,500.57 272.79,480.00 271.66,476.11 272.00,469.26 272.00,465.00 272.00,465.00 272.00,439.00 272.00,439.00 272.00,439.00 272.00,362.85 272.00,309.86 271.77,309.69 351.67,310.29 351.93,310.16 Z M 272.00,240.14 C 272.00,221.84 272.00,210.00 272.00,210.00 272.00,210.00 351.64,210.00 351.64,210.00 351.64,210.00 351.67,221.92 351.73,240.12 351.74,240.62 272.00,239.33 272.00,240.14 Z M 383.89,150.23 C 383.93,161.93 383.96,172.97 383.98,179.84 383.83,179.61 463.01,180.32 463.99,179.84 463.97,169.27 463.93,159.29 463.89,150.21 462.57,150.33 382.85,149.49 383.89,150.23 Z M 464.03,200.06 C 464.18,286.98 464.00,399.00 464.00,399.00 464.00,399.00 464.00,471.00 464.00,471.00 451.32,509.56 375.67,489.27 384.00,471.00 384.00,471.00 383.99,265.69 383.98,199.85 384.15,200.79 464.18,199.14 464.03,200.06 Z" /> </svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .romeo img.apple {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23CCC5B9"> <path fill="%23CCC5B9" d="M349.13 136.86c-40.32 0-57.36 19.24-85.44 19.24-28.79 0-50.75-19.1-85.69-19.1-34.2 0-70.67 20.88-93.83 56.45-32.52 50.16-27 144.63 25.67 225.11 18.84 28.81 44 61.12 77 61.47h.6c28.68 0 37.2-18.78 76.67-19h.6c38.88 0 46.68 18.89 75.24 18.89h.6c33-.35 59.51-36.15 78.35-64.85 13.56-20.64 18.6-31 29-54.35-76.19-28.92-88.43-136.93-13.08-178.34-23-28.8-55.32-45.48-85.79-45.48z"/><path d="M340.25 32c-24 1.63-52 16.91-68.4 36.86-14.88 18.08-27.12 44.9-22.32 70.91h1.92c25.56 0 51.72-15.39 67-35.11 14.72-18.77 25.88-45.37 21.8-72.66z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .romeo img.android {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23CCC5B9"> <path d="M380.91 199l42.47-73.57a8.63 8.63 0 00-3.12-11.76 8.52 8.52 0 00-11.71 3.12l-43 74.52c-32.83-15-69.78-23.35-109.52-23.35s-76.69 8.36-109.52 23.35l-43-74.52a8.6 8.6 0 10-14.88 8.64L131 199C57.8 238.64 8.19 312.77 0 399.55h512c-8.19-86.78-57.8-160.91-131.09-200.55zM138.45 327.65a21.46 21.46 0 1121.46-21.46 21.47 21.47 0 01-21.46 21.46zm235 0A21.46 21.46 0 11395 306.19a21.47 21.47 0 01-21.51 21.46z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .romeo img.windows {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23CCC5B9"> <path d="M480 265H232v179l248 36V265zM216 265H32v150l184 26.7V265zM480 32L232 67.4V249h248V32zM216 69.7L32 96v153h184V69.7z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .romeo img.linux {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23CCC5B9"> <path d="M443.66 405.05c-1.46-.79-2.85-1.54-4-2.2-6.47-3.83-13-10.52-11.85-17.83 2.42-15.94 2.89-23.47-.49-28.79a15.61 15.61 0 00-7.67-6.2v-.06c1.41-2.56 2.26-5.66 2.83-10.12 1.44-11-5-44-13.7-70.7-8.08-24.68-29.24-50-44.7-68.56l-3.61-4.34c-23.88-28.93-24.34-38.19-26.55-82.67-.32-6.47-.69-13.8-1.17-22C329.87 41.43 304 16 256 16c-25.2 0-44.62 7.15-57.72 21.26C187.79 48.55 182 64 182 80.78c0 29.52 2 53 2.15 54.29 1.4 35.7 1 41.22-8.31 57.55-2.23 3.93-8.38 10.87-14.89 18.21-8.48 9.57-18.09 20.41-23.36 29.22-3.77 6.31-5.88 12.63-8.11 19.33-3.4 10.21-7.26 21.78-18.15 36.57-12.57 17.07-15.52 29.61-11 47.45-4.94 6.45-4.83 14.37-4.75 20.23a25.84 25.84 0 01-.3 6.09c-2.29 7.59-12.42 9.4-22 10.18-1.58.12-3.1.21-4.55.29-7.26.39-13.53.74-17.13 6.3-3.47 5.36-1.12 13.8 2.14 25.48.72 2.58 1.46 5.25 2.19 8.06 1.83 7-.16 10.48-2.68 14.84-2.44 4.21-5.21 9-5.21 17.55 0 14.67 20 18 43.05 21.94 7.36 1.24 15 2.53 22.63 4.24a225.58 225.58 0 0134.08 10.68c9.72 3.73 17.4 6.68 26.43 6.68 16.18 0 28.25-9.77 39.92-19.21l2.15-1.75c5.53-4.49 21.5-4 34.34-3.64 3.46.1 6.73.2 9.65.2h6.22c13.48-.08 31.94-.18 42.23 2.5 3.75 1 6.2 3.72 9.29 7.19 5.87 6.56 13.17 14.75 33.39 14.75 19.39 0 29.55-8.71 41.32-18.8 7.16-6.13 14.56-12.48 25.07-17.86 3.92-2 7.62-3.87 11.08-5.61 22.64-11.38 35.11-17.65 35.11-27.82 0-9.91-12.24-16.5-20.34-20.86zM211.11 88.38a13.91 13.91 0 0112.47 9c1.95 5.55 1.81 10.42.21 12.94 0 0-.22-1-.36-1.44a14.85 14.85 0 00-6.44-8.59 11.35 11.35 0 00-8.94-1.47c-4.26 1.13-8.41 5-8.91 18.79-5.16-10.47-2.31-18 .92-23 2.31-3.73 7.47-6.33 11.05-6.23zm-17.5 375C192 479.24 175.2 479 170.09 478.59c-9.81-.82-21.66-4.69-33.13-8.43-4.52-1.47-9.19-3-13.73-4.34-13.2-3.89-30.12-6.74-43.72-9-3.22-.55-6.27-1.06-9.05-1.55s-4.61-1.27-5.2-2.3c-1-1.65.38-5.25 1.93-9.41C69.27 438 72.11 430.34 72 421c0-3.91-1.47-8.3-2.84-12.56-1.62-5-3.28-10.17-1.93-12.62 1.23-2.23 6.75-2.49 11.6-2.49h2.26c3.55 0 6.62.06 8.75-.53 6.51-1.81 14.86-6.92 17.81-13.88.9-2.17 1.37-6.94 2-14 .37-4.12.74-8.37 1.22-10.58a3.55 3.55 0 012.11-2.55c1.65-.77 6.78-1.91 18.63 4.08 11.18 5.65 22.88 25.84 34.2 45.37 3.56 6.14 6.92 11.94 10.3 17.36 14.04 22.54 18.83 31.6 17.5 44.8zm128.84-31.56a68.74 68.74 0 01-4.55 10.9.58.58 0 01-1.08-.42 56.61 56.61 0 002.11-18.43c-.25-4.73-.4-7.59-2.66-8.51s-4.26.83-9.45 5.54c-1.1 1-2.36 2.14-3.78 3.4-10.8 9.47-26.88 20.68-55.61 23.37-16.84 1.59-27.59-4.63-30.92-8.14a2.16 2.16 0 00-3.07-.08 2.23 2.23 0 00-.51 2.29c2.12 6.84 1.2 12.26-.49 16.19-.95 2.2-1.85 2.05-2-.34-.25-4.64-1-9.88-3-14.19-3.11-6.94-7-14.34-8.89-17.88v-.05c3.24-1.49 8.86-4.83 11.37-10.88s4.48-18-9.82-31.74c-6.28-6.05-22.1-17.16-36.06-27-10.9-7.65-22.17-15.56-23.65-17.51-4.49-5.89-6.37-9.3-6.94-19.65.07-2.3.13-4.59.19-6.89l.27-2.49a.58.58 0 011.15 0 63.07 63.07 0 002 9.72c1.08 3.73 2.4 7.58 3.62 9.18 3.19 4.22 7.56 7.39 11.67 8.49a5.48 5.48 0 005-.72c2.93-2.33 2.65-7.6 2.19-16.34-.47-9-1.11-21.34 1.85-34.55 5.62-25 10.91-32.51 17.61-42 .86-1.22 1.75-2.47 2.65-3.79 1.44-2.08 3-4.1 4.67-6.23 7.47-9.61 15.93-20.49 13.92-40.95-.51-5.19-.76-8.83-.86-11.39a1 1 0 011.88-.59l.49.77 1.21 2c4.86 8 13.64 22.57 25.1 22.57a13.62 13.62 0 002.36-.21c23.39-3.93 51.9-30.25 52.17-30.51 3.12-3 2.84-6.14 1.64-7.91a5.18 5.18 0 00-6.45-1.72c-3.29 1.4-7.14 3.15-11.22 5-13.82 6.27-37 16.75-42.25 14.34a23.11 23.11 0 01-6.32-5.13 1 1 0 011.14-1.65c5.59 2.29 9.55 1.45 14.2-.08l1-.34c9.37-3.09 14.2-4.77 30.76-12.08a97.55 97.55 0 0116.26-5.93c4-1 6.42-1.63 7.71-4.34a6.65 6.65 0 00-.5-7.13c-1.53-1.87-4.07-2.57-7-1.9-3.22.75-4.7 3-6.41 4.49-2.4 2.05-5 4.16-17.19 8.65-27 10-34.58 10.61-45.21 3.43-9.84-6.69-15.15-13.23-15.15-16 0-2.13 5.45-5.7 8.71-7.84 1.33-.87 2.59-1.69 3.62-2.46 4.34-3.22 13-11.39 13.38-11.73 5.4-5.41 17.91-2.18 25 2.58a2.23 2.23 0 001.72.41 2.14 2.14 0 001.68-2.58c-4.2-17.46-.13-27.34 4-32.55a22.58 22.58 0 0117.48-8.48c12.81 0 21.76 10 21.76 24.42 0 11-2.82 16.79-5.48 20.3a1.73 1.73 0 01-2.58.18 1.78 1.78 0 01-.24-2.2A24.61 24.61 0 00290 114a16.58 16.58 0 00-16.84-16.67c-3.94 0-13.48 1.5-16.77 15.44a29.81 29.81 0 00-.34 11.07l.08.71c.9 7.38 15.3 12.51 27.23 15.51 11.36 2.85 13 6.22 8.84 19.63s3.11 26.23 5.7 29.57a78.3 78.3 0 018.31 12.47 93.8 93.8 0 016.62 16.48c2.17 6.79 4.05 12.65 10.63 21.22 11.07 14.4 17.66 48.64 15 78-.21 2.41-.53 4.29-.77 5.67-.43 2.53-.72 4.2.66 5.38s3.16.7 7.26-.63l3.43-1.09a109.33 109.33 0 0112.58-2.8 2.15 2.15 0 001.59-1.16c3.43-6.91 3.85-15.22 4-22.47q0-1.31.06-2.79c.19-7.77.45-18.93-2.95-32a1 1 0 011.93-.64 93 93 0 016.66 25.55c2.55 22.58-1.9 32.09-1.94 32.17a1.61 1.61 0 00.95 2.25 17.12 17.12 0 016.95 4.67c1.46 1.66.93 2.4-1.14 1.62a36.26 36.26 0 00-12.77-2.29c-10.4 0-18.09 4.95-21.51 9.19-3.19 3.94-3.7 7.67-3.83 11.27l-.06.05c-7.48-.75-12.94 1.21-17.47 6.21l-.08.09c-6.26 7.75-4 24.63-1.29 38.48 1.28 6.45 5.59 25.52 1.73 37.68zm96.1 10.07c-15.71 6.71-25.43 14.51-34 21.39-5.65 4.53-11 8.81-17.28 12.14-10.12 5.34-24.91 6.53-33.27-7.7-2.37-4-.71-9.86 1.58-17.95 3.05-10.75 7.23-25.46 3.71-44.65-.94-5.12-1.77-9.51-2.49-13.31C334 377 332.9 371.43 334 367c.63-2.45 3.43-3 5.87-3a20.83 20.83 0 012.63.19 29.51 29.51 0 007 12.1c5.7 5.86 13.63 8.83 23.56 8.85 2.1.17 25.94 1.55 36.54-22.4 1.46.18 3.65.7 4.3 2.3 1.28 3.19-.27 8.91-1.52 13.5-.9 3.31-1.68 6.16-1.63 8.37.31 16 11 22.78 25.83 32.16 1.79 1.13 3.66 2.31 5.55 3.54S445 425 445 426c-.52 4.79-20 13.16-26.45 15.91z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .romeo div.divider {
    background-color: #CCC5B9;
    margin: 10px;
    padding: 0;
    height: 3px; }
  .romeo a {
    color: #CCC5B9; }
  .romeo .screenshotlink {
    width: fit-content;
    max-width: 100%;
    background-color: #403d39;
    display: none; }
  @media only screen and (max-width: 1020px) {
    .romeo #hm1 div {
      content: url("./../img/humidormanager_sp1.jpg");
      width: 270px;
      height: 602px; }
    .romeo #hm2 div {
      content: url("./../img/humidormanager_sp2.jpg");
      width: 270px;
      height: 602px; }
    .romeo #hm3 div {
      content: url("./../img/overview_sp.jpg");
      width: 270px;
      height: 602px; }
    .romeo #hm4 div {
      content: url("./../img/search_sp.jpg");
      width: 270px;
      height: 602px; }
    .romeo #hm5 div {
      content: url("./../img/smokingprotocol_sp1.jpg");
      width: 270px;
      height: 602px; }
    .romeo #hm6 div {
      content: url("./../img/smokingprotocol_sp2.jpg");
      width: 270px;
      height: 602px; }
    .romeo #hm7 div {
      content: url("./../img/smokingprotocol_sp3.jpg");
      width: 270px;
      height: 602px; }
    .romeo #hm8 div {
      content: url("./../img/cigarselector_sp.jpg");
      width: 270px;
      height: 602px; }
    .romeo #hm9 div {
      content: url("./../img/cigarcounter_sp.jpg");
      width: 270px;
      height: 602px; }
    .romeo #hm10 div {
      content: url("./../img/humidormanager_sp3.png");
      width: 270px;
      height: 602px; }
    .romeo #hm11 div {
      content: url("./../img/humidormanager_sp4.png");
      width: 270px;
      height: 602px; }
    .romeo #screenshot_humidor_manager_1 {
      content: url("./../img/humidormanager_sp1.jpg");
      width: 135px;
      height: 301px; }
    .romeo #screenshot_humidor_manager_2 {
      content: url("./../img/humidormanager_sp2.jpg");
      width: 135px;
      height: 301px; }
    .romeo #screenshot_humidor_manager_3 {
      content: url("./../img/humidormanager_sp3.png");
      width: 135px;
      height: 301px; }
    .romeo #screenshot_humidor_manager_4 {
      content: url("./../img/humidormanager_sp4.png");
      width: 135px;
      height: 301px; }
    .romeo #screenshot_overview {
      content: url("./../img/overview_sp.jpg");
      width: 135px;
      height: 301px; }
    .romeo #screenshot_search {
      content: url("./../img/search_sp.jpg");
      width: 135px;
      height: 301px; }
    .romeo #screenshot_cigarcounter {
      content: url("./../img/cigarcounter_sp.jpg");
      width: 135px;
      height: 301px; }
    .romeo #screenshot_cigarselector {
      content: url("./../img/cigarselector_sp.jpg");
      width: 135px;
      height: 301px; }
    .romeo #screenshot_smokingprotocol_1 {
      content: url("./../img/smokingprotocol_sp1.jpg");
      width: 135px;
      height: 301px; }
    .romeo #screenshot_smokingprotocol_2 {
      content: url("./../img/smokingprotocol_sp2.jpg");
      width: 135px;
      height: 301px; }
    .romeo #screenshot_smokingprotocol_3 {
      content: url("./../img/smokingprotocol_sp3.jpg");
      width: 135px;
      height: 301px; } }
  @media only screen and (min-width: 1020px) {
    .romeo #hm1 div {
      content: url("./../img/humidormanager_desk1.png");
      width: 960px;
      height: 600px; }
    .romeo #hm3 div {
      content: url("./../img/overview_desk.png");
      width: 960px;
      height: 600px; }
    .romeo #hm4 div {
      content: url("./../img/search_desk.png");
      width: 960px;
      height: 600px; }
    .romeo #hm5 div {
      content: url("./../img/smokingprotocol_desk1.png");
      width: 600px;
      height: 960px; }
    .romeo #hm6 div {
      content: url("./../img/smokingprotocol_desk2.png");
      width: 960px;
      height: 600px; }
    .romeo #hm7 div {
      display: none; }
    .romeo #hm8 div {
      content: url("./../img/cigarselector_desk.png");
      width: 960px;
      height: 600px; }
    .romeo #hm9 div {
      content: url("./../img/cigarcounter_desk.png");
      width: 960px;
      height: 600px; }
    .romeo #hm10 div {
      content: url("./../img/humidormanager_desk2.png");
      width: 960px;
      height: 600px; }
    .romeo #hm11 div {
      display: none; }
    .romeo #screenshot_humidor_manager_1 {
      content: url("./../img/humidormanager_desk1.png");
      width: 640px;
      height: 400px; }
    .romeo #screenshot_humidor_manager_3 {
      content: url("./../img/humidormanager_desk2.png");
      width: 640px;
      height: 400px; }
    .romeo #screenshot_overview {
      content: url("./../img/overview_desk.png");
      width: 640px;
      height: 400px; }
    .romeo #screenshot_search {
      content: url("./../img/search_desk.png");
      width: 640px;
      height: 400px; }
    .romeo #screenshot_cigarcounter {
      content: url("./../img/cigarcounter_desk.png");
      width: 640px;
      height: 400px; }
    .romeo #screenshot_cigarselector {
      content: url("./../img/cigarselector_desk.png");
      width: 640px;
      height: 400px; }
    .romeo #screenshot_smokingprotocol_1 {
      content: url("./../img/smokingprotocol_desk1.png");
      width: 400px;
      height: 640px; }
    .romeo #screenshot_smokingprotocol_2 {
      content: url("./../img/smokingprotocol_desk2.png");
      width: 640px;
      height: 400px; }
    .romeo #screenshot_smokingprotocol_3 {
      display: none; }
    .romeo #screenshot_humidor_manager_2 {
      display: none; } }

.cigaro {
  /*body*/
  transition: width 2s;
  background-color: #53473D;
  color: #c1c28f;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  overflow-x: hidden;
  /*screenshots*/ }
  .cigaro a#video_link {
    color: #e4e7ec; }
  .cigaro nav.menu {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0; }
  .cigaro nav.menu ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap-reverse;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    justify-content: center; }
  .cigaro nav.menu ul li {
    list-style-type: none;
    display: flex; }
  .cigaro ul li.logo_link ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
  .cigaro nav.menu ul li a img.logo {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="3.41333in" height="3.41333in"     viewBox="0 0 1024 1024">  <path id="Logo"  fill="%23c1c28f"      fill-rule="evenodd"        d="       M 460.02,215.50           C 460.02,215.50 460.02,185.50 460.02,185.50             460.02,185.50 580.02,185.50 580.02,185.50             580.02,185.50 580.02,215.50 580.02,215.50             580.02,215.50 460.02,215.50 460.02,215.50 Z           M 460.00,265.09           C 460.00,265.09 460.00,235.09 460.00,235.09             460.00,235.09 580.00,235.09 580.00,235.09             580.00,235.09 580.00,265.09 580.00,265.09             580.00,265.09 460.00,265.09 460.00,265.09 Z     M 710.00,535.00           C 710.00,535.00 710.00,653.00 710.00,653.00             710.00,674.28 711.61,702.26 703.55,722.00             693.29,747.12 665.53,757.96 640.00,758.00             640.00,758.00 400.00,758.00 400.00,758.00             381.37,757.97 358.34,751.89 345.29,737.91             333.90,725.72 329.03,706.37 329.00,690.00             329.00,690.00 329.00,236.00 329.00,236.00             329.03,218.82 335.21,198.15 348.04,186.17             360.46,174.58 383.30,169.03 400.00,169.00             400.00,169.00 639.00,169.00 639.00,169.00             661.13,169.03 686.15,176.72 698.90,196.00             706.26,207.13 709.98,226.73 710.00,240.00             710.00,240.00 710.00,382.00 710.00,382.00             710.00,382.00 580.00,382.00 580.00,382.00             580.00,382.00 580.00,281.00 580.00,281.00             580.00,281.00 460.00,281.00 460.00,281.00             460.00,281.00 460.00,584.00 460.00,584.00             460.00,584.00 460.00,629.00 460.00,629.00             460.00,637.06 459.17,647.61 462.36,655.00             467.54,666.99 480.80,674.28 493.00,677.34             499.52,678.97 507.29,679.99 514.00,680.00             539.96,680.04 579.84,673.07 580.00,640.00             580.00,640.00 580.00,535.00 580.00,535.00             580.00,535.00 710.00,535.00 710.00,535.00 Z           M 457.00,801.00           C 457.00,795.02 455.90,784.86 460.42,780.43             464.09,776.81 477.81,775.82 483.00,776.04             483.00,776.04 493.00,776.99 493.00,776.99             498.03,777.11 502.89,776.26 506.15,781.11             508.43,784.51 508.98,792.86 509.00,797.00             509.00,797.00 509.00,854.00 509.00,854.00             509.00,854.00 469.00,854.00 469.00,854.00             460.20,853.88 457.12,850.80 457.00,842.00             456.90,834.47 454.57,818.00 459.51,812.23             462.09,809.21 465.37,809.11 469.00,808.58             475.59,807.62 484.16,808.00 491.00,808.00             491.00,808.00 491.00,791.00 491.00,791.00             491.00,791.00 475.00,791.00 475.00,791.00             474.98,793.27 475.15,796.64 473.83,798.57             471.37,802.13 461.07,801.00 457.00,801.00 Z           M 594.00,776.42           C 603.53,775.26 608.34,776.77 617.00,776.99             622.23,777.11 627.66,776.47 631.28,781.21             634.99,786.08 634.00,798.79 634.00,805.00             634.00,805.00 634.00,838.00 634.00,838.00             633.95,842.29 633.59,847.32 630.43,850.58             626.96,854.18 621.60,853.99 617.00,854.00             617.00,854.00 593.00,854.00 593.00,854.00             589.11,853.94 585.45,853.75 582.65,850.61             579.95,847.57 580.02,843.80 580.00,840.00             580.00,840.00 580.00,799.00 580.00,799.00             580.00,793.77 579.22,785.57 582.23,781.21             585.06,777.11 589.55,777.10 594.00,776.42 Z           M 425.00,854.00           C 416.06,854.00 399.47,855.95 393.72,847.90             390.06,842.76 391.00,831.32 391.00,825.00             391.00,825.00 391.00,795.00 391.00,795.00             391.07,789.71 391.82,783.23 396.21,779.65             399.75,776.77 403.74,777.01 408.00,777.00             408.00,777.00 445.00,777.00 445.00,777.00             445.00,777.00 445.00,866.00 445.00,866.00             444.86,877.43 440.43,881.86 429.00,882.00             429.00,882.00 406.00,882.00 406.00,882.00             401.04,881.94 396.22,881.40 393.28,876.81             390.65,872.72 391.00,866.69 391.00,862.00             391.00,862.00 411.00,862.00 411.00,862.00             411.00,862.00 411.00,868.00 411.00,868.00             411.00,868.00 425.00,868.00 425.00,868.00             425.00,868.00 425.00,854.00 425.00,854.00 Z           M 520.00,777.16           C 520.00,777.16 533.00,777.16 533.00,777.16             536.08,777.84 538.84,779.25 542.00,779.21             549.80,779.13 562.08,773.03 568.57,780.23             573.39,785.56 572.00,801.70 572.00,809.00             567.71,809.00 555.68,810.22 553.17,806.57             551.49,804.12 552.00,796.19 552.00,793.00             549.13,795.64 545.08,798.62 543.30,802.01             541.23,805.96 540.06,814.48 540.00,819.00             540.00,819.00 540.00,854.00 540.00,854.00             540.00,854.00 520.00,854.00 520.00,854.00             520.00,854.00 520.00,777.16 520.00,777.16 Z           M 614.00,791.00           C 614.00,791.00 598.00,791.00 598.00,791.00             598.00,791.00 598.00,840.00 598.00,840.00             598.00,840.00 614.00,840.00 614.00,840.00             614.00,840.00 614.00,791.00 614.00,791.00 Z           M 425.00,840.00           C 425.00,840.00 425.00,821.00 425.00,821.00             425.00,821.00 425.00,807.00 425.00,807.00             424.93,801.90 423.89,793.56 417.00,793.73             414.95,793.79 413.02,794.86 411.70,796.39             409.02,799.49 409.02,804.14 409.00,808.00             408.95,817.63 406.18,834.56 417.00,838.85             419.69,839.92 422.18,839.94 425.00,840.00 Z           M 491.00,838.00           C 491.00,834.26 491.84,824.31 489.26,821.74             486.80,819.27 478.49,820.00 475.00,820.00             475.00,820.00 475.00,838.00 475.00,838.00             475.00,838.00 491.00,838.00 491.00,838.00 Z" /></svg>');
    min-width: 300px;
    min-height: 300px;
    border: 0; }
  .cigaro nav.menu ul li.default_links {
    flex-flow: row-reverse wrap;
    justify-content: flex-end;
    flex-grow: 2; }
  .cigaro nav.menu ul li.default_links ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px; }
  .cigaro nav.menu ul li.default_links ul li.default_link {
    margin-right: 20px; }
  .cigaro nav.menu ul li.default_links a {
    text-decoration: none;
    color: #c1c28f;
    font-size: 20px; }
  .cigaro nav.menu ul li.default_links ul li.scheme_select {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  .cigaro nav.menu ul li.default_links ul li.scheme_select div {
    margin-right: 20px;
    margin-bottom: 5px;
    height: 20px;
    width: 20px;
    border: 1px solid #c1c28f; }
  .cigaro .claim div {
    position: flex;
    justify-content: center; }
  .cigaro .claim div h1 {
    color: #c1c28f;
    font-weight: bold;
    font-size: 48px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0; }
  .cigaro div.main_content {
    font-size: 24px;
    padding: 10px;
    text-align: left;
    background-color: #6e775f;
    color: #c1c28f;
    hyphens: auto;
    word-break: break-word;
    animation-name: fadein;
    animation-duration: 1s; }
  .cigaro img.humi {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="0.666667in" height="0.666667in" viewBox="0 0 200 200"> <path id="Humidor"  fill="%23e4e7ec" d="M 40.00,199.75 C 40.00,199.75 40.00,40.00 40.00,40.00 40.00,40.00 160.00,40.00 160.00,40.00 160.00,40.00 160.00,199.75 160.00,199.75 160.00,199.75 130.00,199.75 130.00,199.75 130.00,199.75 130.00,189.75 130.00,189.75 130.00,189.75 70.00,189.75 70.00,189.75 70.00,189.75 70.00,199.75 70.00,199.75 70.00,199.75 40.00,199.75 40.00,199.75 Z M 50.00,50.00 C 50.00,50.00 50.00,179.75 50.00,179.75 50.00,179.75 150.00,179.75 150.00,179.75 150.00,179.75 150.00,50.00 150.00,50.00 150.00,50.00 50.00,50.00 50.00,50.00 Z" />  <path fill="%23e4e7ec" fill-rule="evenodd" d="M 60.00,135.50 C 60.00,135.50 60.00,165.50 60.00,165.50 60.00,165.50 140.00,165.50 140.00,165.50 140.00,165.50 140.00,135.50 140.00,135.50 140.00,135.50 110.00,135.50 110.00,135.50 110.00,135.50 110.00,145.50 110.00,145.50 110.00,145.50 90.00,145.50 90.00,145.50 90.00,145.50 90.00,135.50 90.00,135.50 90.00,135.50 60.00,135.50 60.00,135.50 Z M 60.00,95.50 C 60.00,95.50 60.00,125.50 60.00,125.50 60.00,125.50 140.00,125.50 140.00,125.50 140.00,125.50 140.00,95.50 140.00,95.50 140.00,95.50 110.00,95.50 110.00,95.50 110.00,95.50 110.00,105.50 110.00,105.50 110.00,105.50 90.00,105.50 90.00,105.50 90.00,105.50 90.00,95.50 90.00,95.50 90.00,95.50 60.00,95.50 60.00,95.50 Z M 60.25,56.00 C 60.25,56.00 60.25,86.00 60.25,86.00 60.25,86.00 140.25,86.00 140.25,86.00 140.25,86.00 140.25,56.00 140.25,56.00 140.25,56.00 110.25,56.00 110.25,56.00 110.25,56.00 110.25,66.00 110.25,66.00 110.25,66.00 90.25,66.00 90.25,66.00 90.25,66.00 90.25,56.00 90.25,56.00 90.25,56.00 60.25,56.00 60.25,56.00 Z" /></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin: 10px;
    margin-top: 0px; }
  .cigaro img.pencil {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"  viewBox="0 0 16 16"><path fill="%23e4e7ec" d="M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z"/><path fill="%23e4e7ec" fill-rule="evenodd" d="M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z" /></svg>');
    min-width: 80px;
    min-height: 80px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .cigaro img.cigar {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"      width="0.666667in" height="0.666667in"      viewBox="0 0 60 60">  <path  fill="%23e4e7ec" d="M 7.98,19.11            C 0.01,26.32 0.01,33.52 7.98,40.73              7.98,40.73 16.94,40.73 16.94,40.73              16.94,40.73 16.94,19.11 16.94,19.11              16.94,19.11 7.98,19.11 7.98,19.11 Z            M 28.89,19.11            C 28.89,19.11 45.62,19.11 45.62,19.11              45.62,19.11 45.62,40.73 45.62,40.73              45.62,40.73 28.89,40.73 28.89,40.73              28.89,40.73 28.89,19.11 28.89,19.11 Z            M 48.61,19.11            C 48.61,19.11 51.59,19.11 51.59,19.11              51.59,19.11 51.59,40.73 51.59,40.73              51.59,40.73 48.61,40.73 48.61,40.73              48.61,40.73 48.61,19.11 48.61,19.11 Z            M 54.58,19.11            C 54.58,19.11 57.57,19.11 57.57,19.11              57.57,19.11 57.57,40.73 57.57,40.73              57.57,40.73 54.58,40.73 54.58,40.73              54.58,40.73 54.58,19.11 54.58,19.11 Z            M 16.94,19.11 16.94,19.11 16.94,19.11 16.94,19.11" shape-rendering="geometricPrecision">            </path></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin: 10px;
    margin-top: 0px; }
  .cigaro img.video {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"      width="16" height="16"      viewBox="0 0 16 16" fill="%23e4e7ec">   <path d="M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM1 3a2 2 0 1 0 4 0 2 2 0 0 0-4 0z"></path>   <path d="M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h7zm6 8.73V7.27l-3.5 1.555v4.35l3.5 1.556zM1 8v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z"></path>   <path d="M9 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM7 3a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"></path> </svg>');
    min-width: 80px;
    min-height: 80px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .cigaro img.happy {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="3.33333in" height="3.33333in" viewBox="0 0 1000 1000" fill="%23e4e7ec"> <path fill="%23e4e7ec" d="M 232.19,590.00 C 232.00,587.61 231.90,584.27 232.19,582.00 233.10,578.72 235.69,574.25 237.14,571.00 237.14,571.00 249.14,545.00 249.14,545.00 249.14,545.00 273.69,492.00 273.69,492.00 273.69,492.00 295.76,444.00 295.76,444.00 295.76,444.00 308.24,417.00 308.24,417.00 309.38,414.68 311.84,408.28 313.65,406.99 315.70,405.53 324.18,405.96 327.00,406.00 334.64,406.13 335.22,410.45 338.14,417.00 338.14,417.00 352.00,447.00 352.00,447.00 352.00,447.00 363.69,472.00 363.69,472.00 363.69,472.00 397.31,545.00 397.31,545.00 397.31,545.00 414.37,582.00 414.37,582.00 415.11,584.61 414.99,587.31 415.00,590.00 415.00,590.00 401.61,592.27 390.09,592.27 379.22,592.27 370.18,590.00 370.18,590.00 370.18,590.00 358.61,568.02 358.61,568.02 358.61,568.02 351.00,567.00 351.00,567.00 351.00,567.00 296.00,567.00 296.00,567.00 296.00,567.00 288.21,568.02 288.21,568.02 288.21,568.02 283.58,575.00 283.58,575.00 283.58,575.00 277.00,590.00 277.00,590.00 276.46,595.02 231.73,594.30 232.19,590.00 Z M 440.00,408.00 C 440.00,408.00 501.00,408.00 501.00,408.00 522.30,408.00 542.33,407.77 560.00,421.67 593.70,448.18 592.10,510.68 555.00,533.53 539.25,543.24 527.57,543.00 510.00,543.00 510.00,543.00 485.00,543.00 485.00,543.00 485.00,543.00 485.00,590.00 485.00,590.00 485.21,598.29 440.24,599.47 440.00,590.00 440.00,590.00 440.00,408.00 440.00,408.00 Z M 619.00,408.00 C 619.00,408.00 680.00,408.00 680.00,408.00 694.83,408.00 709.82,407.17 724.00,412.44 766.36,428.18 775.80,486.05 750.10,520.00 738.99,534.68 721.31,542.91 703.00,543.00 703.00,543.00 689.00,543.00 689.00,543.00 689.00,543.00 673.00,543.00 673.00,543.00 670.86,543.04 668.23,542.96 666.60,544.60 664.68,546.52 665.01,550.46 665.00,553.00 665.00,553.00 665.00,590.00 665.00,590.00 664.81,598.61 618.84,597.37 619.00,590.00 619.00,590.00 619.00,408.00 619.00,408.00 Z M 464.00,524.00 C 464.00,524.00 509.00,524.00 509.00,524.00 520.87,524.00 530.02,525.04 541.00,519.10 570.36,503.22 570.49,450.26 542.00,433.26 527.35,424.52 498.30,427.00 481.00,427.00 477.32,427.00 463.04,426.05 461.02,428.60 459.77,430.19 460.00,434.01 460.00,436.00 460.00,436.00 460.00,573.00 460.00,573.00 460.00,573.00 464.00,573.00 464.00,573.00 464.00,573.00 464.00,524.00 464.00,524.00 Z M 644.00,524.00 C 644.00,524.00 691.00,524.00 691.00,524.00 704.68,524.00 718.13,524.05 728.79,513.68 730.92,511.61 732.73,508.54 734.32,506.00 749.65,481.41 745.22,440.97 715.00,430.09 709.62,428.15 706.58,428.01 701.00,428.00 701.00,428.00 641.00,428.00 641.00,428.00 641.00,428.00 641.00,573.00 641.00,573.00 641.00,573.00 644.00,573.00 644.00,573.00 644.00,573.00 644.00,524.00 644.00,524.00 Z M 324.00,432.00 C 324.00,432.00 322.00,432.00 322.00,432.00 322.00,432.00 305.69,467.00 305.69,467.00 305.69,467.00 280.69,521.00 280.69,521.00 280.69,521.00 257.00,573.00 257.00,573.00 258.40,572.76 259.31,572.82 260.61,571.98 264.97,569.15 269.67,551.03 274.39,548.02 276.34,546.78 279.73,547.00 282.00,547.00 282.00,547.00 365.00,547.00 365.00,547.00 367.27,547.00 370.66,546.78 372.61,548.02 375.11,549.62 379.65,560.69 381.22,564.00 383.48,568.78 383.35,572.04 389.00,573.00 389.00,573.00 379.25,550.00 379.25,550.00 379.25,550.00 365.26,520.00 365.26,520.00 365.26,520.00 336.31,458.00 336.31,458.00 336.31,458.00 324.00,432.00 324.00,432.00 Z M 25.00,450.00 C 25.00,450.00 33.64,447.00 42.50,447.00 51.63,447.00 61.00,450.00 61.00,450.00 61.00,450.00 61.00,501.00 61.00,501.00 61.00,501.00 105.00,501.00 105.00,501.00 105.00,501.00 105.00,450.00 105.00,450.00 105.00,450.00 114.70,446.75 124.00,446.75 132.67,446.75 141.00,450.00 141.00,450.00 141.00,450.00 141.00,590.00 141.00,590.00 141.00,590.00 132.00,594.50 123.00,594.50 114.00,594.50 105.00,590.00 105.00,590.00 105.00,590.00 105.00,534.00 105.00,534.00 105.00,534.00 61.00,534.00 61.00,534.00 61.00,534.00 61.00,590.00 61.00,590.00 61.00,590.00 51.40,594.50 41.50,594.50 33.64,594.50 25.00,590.00 25.00,590.00 25.00,590.00 25.00,450.00 25.00,450.00 Z M 850.00,450.00 C 850.00,450.00 880.00,450.00 880.00,450.00 880.00,450.00 888.37,451.60 888.37,451.60 888.37,451.60 896.31,465.00 896.31,465.00 896.31,465.00 913.00,497.00 913.00,497.00 913.00,497.00 916.00,497.00 916.00,497.00 916.00,497.00 932.58,465.00 932.58,465.00 932.58,465.00 940.61,451.60 940.61,451.60 940.61,451.60 949.00,450.00 949.00,450.00 949.00,450.00 979.00,450.00 979.00,450.00 978.77,459.11 972.38,466.54 967.68,474.00 967.68,474.00 942.19,515.00 942.19,515.00 936.44,524.38 932.02,527.70 932.00,539.00 932.00,539.00 932.00,590.00 932.00,590.00 931.85,598.89 896.73,597.06 896.86,590.00 896.86,590.00 896.86,539.00 896.86,539.00 897.00,536.91 897.08,533.99 896.86,532.00 895.73,528.53 888.03,516.73 885.68,513.00 885.68,513.00 860.20,472.00 860.20,472.00 855.95,464.99 850.27,458.42 850.00,450.00 Z M 169.00,527.00 C 169.00,527.00 181.74,525.00 194.50,525.00 207.73,525.00 221.00,527.00 221.00,527.00 221.00,527.00 221.00,543.00 221.00,543.00 221.00,543.00 208.26,545.50 195.50,545.50 182.27,545.50 169.00,543.00 169.00,543.00 169.00,543.00 169.00,527.00 169.00,527.00 Z M 786.00,527.00 C 786.00,527.00 797.84,525.00 811.00,525.00 823.84,525.00 838.00,527.00 838.00,527.00 838.00,527.00 838.00,543.00 838.00,543.00 838.00,543.00 824.07,545.50 811.50,545.50 798.10,545.50 786.00,543.00 786.00,543.00 786.00,543.00 786.00,527.00 786.00,527.00 Z M 440.00,595.64" /> <path fill="%23e4e7ec" d="M 465.00,431.00 C 480.16,431.00 517.18,430.03 530.00,432.47 535.30,433.47 549.32,439.34 548.34,446.00 547.87,449.24 544.33,452.38 541.99,454.41 536.39,459.26 522.42,469.08 522.42,477.00 522.43,484.08 535.81,494.35 541.00,498.75 543.45,500.84 548.00,504.52 548.18,508.00 548.49,514.12 535.03,519.58 530.00,520.53 517.08,522.98 480.24,522.00 465.00,522.00 465.00,522.00 465.00,431.00 465.00,431.00 Z M 645.00,431.00 C 660.64,431.00 696.55,430.02 710.00,432.46 715.62,433.49 729.40,438.75 728.34,446.00 727.87,449.24 724.32,452.38 721.99,454.41 716.39,459.26 702.42,469.08 702.42,477.00 702.43,484.08 715.81,494.35 721.00,498.75 723.45,500.84 728.00,504.52 728.18,508.00 728.51,514.66 715.29,519.52 710.00,520.54 696.45,523.14 660.77,522.00 645.00,522.00 645.00,522.00 645.00,431.00 645.00,431.00 Z M 324.00,440.00 C 324.00,440.00 341.26,476.00 341.26,476.00 341.26,476.00 373.00,544.00 373.00,544.00 373.00,544.00 276.00,544.00 276.00,544.00 276.00,544.00 301.69,488.00 301.69,488.00 301.69,488.00 324.00,440.00 324.00,440.00 Z M 325.00,485.00 C 325.00,485.00 323.00,485.00 323.00,485.00 323.00,485.00 305.00,527.00 305.00,527.00 305.00,527.00 343.00,527.00 343.00,527.00 343.00,527.00 325.00,485.00 325.00,485.00 Z" /> <path fill="%23e4e7ec" fill-rule="evenodd" d="M 644.59,623.86 C 643.03,641.48 636.59,658.71 625.33,673.00 616.05,684.78 605.32,692.70 592.00,699.24 578.30,705.98 564.12,708.17 549.00,708.00 536.18,707.85 522.41,703.95 511.00,698.25 481.78,683.64 463.30,655.07 460.24,624.26 458.82,609.93 462.74,607.61 464.46,623.76 468.89,665.51 502.39,702.45 549.00,703.00 563.63,703.17 576.64,700.86 590.00,694.69 599.47,690.32 610.89,681.83 617.71,674.00 630.56,659.24 637.68,641.80 639.53,624.16 641.09,618.40 646.13,606.19 644.59,623.86 Z M 665.50,611.44 C 664.42,651.93 641.63,690.88 602.42,709.99 585.00,718.48 567.63,721.47 548.42,721.25 539.06,721.14 526.33,718.51 517.42,715.58 470.55,700.15 441.72,657.61 440.36,612.06 440.23,607.44 484.95,600.42 484.66,612.46 483.81,647.83 510.75,681.53 550.67,682.00 561.51,682.12 571.77,680.25 581.67,675.69 589.87,671.91 598.39,665.89 604.23,659.00 615.92,645.19 621.20,628.59 620.73,612.43 629.23,595.74 673.33,614.55 665.50,611.44 Z" /> </svg>');
    border: 0;
    margin-top: -100px;
    margin-bottom: -150px;
    margin-left: -10px; }
  .cigaro img.hammer {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23e4e7ec"> <path d="M277.42 247a24.68 24.68 0 00-4.08-5.47L255 223.44a21.63 21.63 0 00-6.56-4.57 20.93 20.93 0 00-23.28 4.27c-6.36 6.26-18 17.68-39 38.43C146 301.3 71.43 367.89 37.71 396.29a16 16 0 00-1.09 23.54l39 39.43a16.13 16.13 0 0023.67-.89c29.24-34.37 96.3-109 136-148.23 20.39-20.06 31.82-31.58 38.29-37.94a21.76 21.76 0 003.84-25.2zM478.43 201l-34.31-34a5.44 5.44 0 00-4-1.59 5.59 5.59 0 00-4 1.59h0a11.41 11.41 0 01-9.55 3.27c-4.48-.49-9.25-1.88-12.33-4.86-7-6.86 1.09-20.36-5.07-29a242.88 242.88 0 00-23.08-26.72c-7.06-7-34.81-33.47-81.55-52.53a123.79 123.79 0 00-47-9.24c-26.35 0-46.61 11.76-54 18.51-5.88 5.32-12 13.77-12 13.77a91.29 91.29 0 0110.81-3.2 79.53 79.53 0 0123.28-1.49C241.19 76.8 259.94 84.1 270 92c16.21 13 23.18 30.39 24.27 52.83.8 16.69-15.23 37.76-30.44 54.94a7.85 7.85 0 00.4 10.83l21.24 21.23a8 8 0 0011.14.1c13.93-13.51 31.09-28.47 40.82-34.46s17.58-7.68 21.35-8.09a35.71 35.71 0 0121.3 4.62 13.65 13.65 0 013.08 2.38c6.46 6.56 6.07 17.28-.5 23.74l-2 1.89a5.5 5.5 0 000 7.84l34.31 34a5.5 5.5 0 004 1.58 5.65 5.65 0 004-1.58L478.43 209a5.82 5.82 0 000-8z"/></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .cigaro img.stats {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"  width="16" height="16" fill="%23e4e7ec"> <path fill="%23e4e7ec" d="M 383.84,130.13 C 383.79,113.65 383.75,100.00 383.75,100.00 385.11,98.98 459.25,100.87 463.25,100.00 463.48,100.67 463.66,112.05 463.78,129.99 464.02,130.52 384.11,129.47 383.84,130.13 Z M 48.13,340.01 C 48.16,328.04 47.88,310.00 47.88,310.00 75.79,309.36 125.50,310.09 128.12,310.00 128.12,310.00 128.34,328.09 128.30,339.99 130.00,340.50 46.38,339.62 48.13,340.01 Z M 128.20,370.29 C 128.21,366.88 128.22,363.51 128.23,360.21 128.41,359.48 48.64,360.34 48.40,360.23 48.39,363.37 48.38,366.61 48.36,369.93 48.42,369.69 48.28,386.68 48.26,390.18 48.68,390.07 128.59,389.83 128.13,390.14 128.15,386.85 128.26,370.41 128.20,370.29 Z M 240.00,120.25 C 240.00,116.61 240.00,82.55 240.00,89.67 240.04,89.77 160.04,90.32 160.00,90.09 160.00,83.25 160.00,120.41 160.00,119.86 158.82,119.59 232.77,121.26 240.00,120.25 Z M 128.07,410.09 C 128.03,422.99 128.00,432.00 128.00,432.00 128.00,432.00 127.75,470.50 127.75,470.50 125.43,507.47 46.11,501.49 47.75,470.00 47.75,470.00 47.96,441.79 48.15,409.88 47.45,409.82 127.34,410.18 128.07,410.09 Z M 160.00,69.57 C 160.00,76.17 160.00,40.09 160.00,40.09 160.00,39.00 238.36,40.91 240.00,40.09 240.00,40.09 240.03,70.21 240.00,70.18 225.88,71.00 153.38,70.00 160.00,69.57 Z M 240.00,139.75 C 240.00,243.49 240.00,391.00 240.00,391.00 240.00,391.00 240.00,471.00 240.00,471.00 239.82,503.10 159.88,500.21 160.00,471.00 160.00,471.00 160.00,214.99 160.00,140.15 162.27,138.47 241.77,140.93 240.00,139.75 Z M 272.00,289.96 C 272.00,273.28 272.00,261.63 272.00,260.09 272.10,260.67 351.84,259.20 351.78,260.15 351.79,261.78 351.82,273.56 351.87,290.09 352.06,290.82 272.21,289.22 272.00,289.96 Z M 351.93,310.16 C 352.07,357.76 352.26,422.04 352.26,422.04 352.26,422.04 352.00,422.00 352.00,422.00 352.00,422.00 352.00,473.00 352.00,473.00 352.34,501.16 276.17,500.57 272.79,480.00 271.66,476.11 272.00,469.26 272.00,465.00 272.00,465.00 272.00,439.00 272.00,439.00 272.00,439.00 272.00,362.85 272.00,309.86 271.77,309.69 351.67,310.29 351.93,310.16 Z M 272.00,240.14 C 272.00,221.84 272.00,210.00 272.00,210.00 272.00,210.00 351.64,210.00 351.64,210.00 351.64,210.00 351.67,221.92 351.73,240.12 351.74,240.62 272.00,239.33 272.00,240.14 Z M 383.89,150.23 C 383.93,161.93 383.96,172.97 383.98,179.84 383.83,179.61 463.01,180.32 463.99,179.84 463.97,169.27 463.93,159.29 463.89,150.21 462.57,150.33 382.85,149.49 383.89,150.23 Z M 464.03,200.06 C 464.18,286.98 464.00,399.00 464.00,399.00 464.00,399.00 464.00,471.00 464.00,471.00 451.32,509.56 375.67,489.27 384.00,471.00 384.00,471.00 383.99,265.69 383.98,199.85 384.15,200.79 464.18,199.14 464.03,200.06 Z" /> </svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .cigaro img.apple {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23e4e7ec"> <path fill="%23e4e7ec" d="M349.13 136.86c-40.32 0-57.36 19.24-85.44 19.24-28.79 0-50.75-19.1-85.69-19.1-34.2 0-70.67 20.88-93.83 56.45-32.52 50.16-27 144.63 25.67 225.11 18.84 28.81 44 61.12 77 61.47h.6c28.68 0 37.2-18.78 76.67-19h.6c38.88 0 46.68 18.89 75.24 18.89h.6c33-.35 59.51-36.15 78.35-64.85 13.56-20.64 18.6-31 29-54.35-76.19-28.92-88.43-136.93-13.08-178.34-23-28.8-55.32-45.48-85.79-45.48z"/><path d="M340.25 32c-24 1.63-52 16.91-68.4 36.86-14.88 18.08-27.12 44.9-22.32 70.91h1.92c25.56 0 51.72-15.39 67-35.11 14.72-18.77 25.88-45.37 21.8-72.66z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .cigaro img.android {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23e4e7ec"> <path d="M380.91 199l42.47-73.57a8.63 8.63 0 00-3.12-11.76 8.52 8.52 0 00-11.71 3.12l-43 74.52c-32.83-15-69.78-23.35-109.52-23.35s-76.69 8.36-109.52 23.35l-43-74.52a8.6 8.6 0 10-14.88 8.64L131 199C57.8 238.64 8.19 312.77 0 399.55h512c-8.19-86.78-57.8-160.91-131.09-200.55zM138.45 327.65a21.46 21.46 0 1121.46-21.46 21.47 21.47 0 01-21.46 21.46zm235 0A21.46 21.46 0 11395 306.19a21.47 21.47 0 01-21.51 21.46z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .cigaro img.windows {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23e4e7ec"> <path d="M480 265H232v179l248 36V265zM216 265H32v150l184 26.7V265zM480 32L232 67.4V249h248V32zM216 69.7L32 96v153h184V69.7z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .cigaro img.linux {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23e4e7ec"> <path d="M443.66 405.05c-1.46-.79-2.85-1.54-4-2.2-6.47-3.83-13-10.52-11.85-17.83 2.42-15.94 2.89-23.47-.49-28.79a15.61 15.61 0 00-7.67-6.2v-.06c1.41-2.56 2.26-5.66 2.83-10.12 1.44-11-5-44-13.7-70.7-8.08-24.68-29.24-50-44.7-68.56l-3.61-4.34c-23.88-28.93-24.34-38.19-26.55-82.67-.32-6.47-.69-13.8-1.17-22C329.87 41.43 304 16 256 16c-25.2 0-44.62 7.15-57.72 21.26C187.79 48.55 182 64 182 80.78c0 29.52 2 53 2.15 54.29 1.4 35.7 1 41.22-8.31 57.55-2.23 3.93-8.38 10.87-14.89 18.21-8.48 9.57-18.09 20.41-23.36 29.22-3.77 6.31-5.88 12.63-8.11 19.33-3.4 10.21-7.26 21.78-18.15 36.57-12.57 17.07-15.52 29.61-11 47.45-4.94 6.45-4.83 14.37-4.75 20.23a25.84 25.84 0 01-.3 6.09c-2.29 7.59-12.42 9.4-22 10.18-1.58.12-3.1.21-4.55.29-7.26.39-13.53.74-17.13 6.3-3.47 5.36-1.12 13.8 2.14 25.48.72 2.58 1.46 5.25 2.19 8.06 1.83 7-.16 10.48-2.68 14.84-2.44 4.21-5.21 9-5.21 17.55 0 14.67 20 18 43.05 21.94 7.36 1.24 15 2.53 22.63 4.24a225.58 225.58 0 0134.08 10.68c9.72 3.73 17.4 6.68 26.43 6.68 16.18 0 28.25-9.77 39.92-19.21l2.15-1.75c5.53-4.49 21.5-4 34.34-3.64 3.46.1 6.73.2 9.65.2h6.22c13.48-.08 31.94-.18 42.23 2.5 3.75 1 6.2 3.72 9.29 7.19 5.87 6.56 13.17 14.75 33.39 14.75 19.39 0 29.55-8.71 41.32-18.8 7.16-6.13 14.56-12.48 25.07-17.86 3.92-2 7.62-3.87 11.08-5.61 22.64-11.38 35.11-17.65 35.11-27.82 0-9.91-12.24-16.5-20.34-20.86zM211.11 88.38a13.91 13.91 0 0112.47 9c1.95 5.55 1.81 10.42.21 12.94 0 0-.22-1-.36-1.44a14.85 14.85 0 00-6.44-8.59 11.35 11.35 0 00-8.94-1.47c-4.26 1.13-8.41 5-8.91 18.79-5.16-10.47-2.31-18 .92-23 2.31-3.73 7.47-6.33 11.05-6.23zm-17.5 375C192 479.24 175.2 479 170.09 478.59c-9.81-.82-21.66-4.69-33.13-8.43-4.52-1.47-9.19-3-13.73-4.34-13.2-3.89-30.12-6.74-43.72-9-3.22-.55-6.27-1.06-9.05-1.55s-4.61-1.27-5.2-2.3c-1-1.65.38-5.25 1.93-9.41C69.27 438 72.11 430.34 72 421c0-3.91-1.47-8.3-2.84-12.56-1.62-5-3.28-10.17-1.93-12.62 1.23-2.23 6.75-2.49 11.6-2.49h2.26c3.55 0 6.62.06 8.75-.53 6.51-1.81 14.86-6.92 17.81-13.88.9-2.17 1.37-6.94 2-14 .37-4.12.74-8.37 1.22-10.58a3.55 3.55 0 012.11-2.55c1.65-.77 6.78-1.91 18.63 4.08 11.18 5.65 22.88 25.84 34.2 45.37 3.56 6.14 6.92 11.94 10.3 17.36 14.04 22.54 18.83 31.6 17.5 44.8zm128.84-31.56a68.74 68.74 0 01-4.55 10.9.58.58 0 01-1.08-.42 56.61 56.61 0 002.11-18.43c-.25-4.73-.4-7.59-2.66-8.51s-4.26.83-9.45 5.54c-1.1 1-2.36 2.14-3.78 3.4-10.8 9.47-26.88 20.68-55.61 23.37-16.84 1.59-27.59-4.63-30.92-8.14a2.16 2.16 0 00-3.07-.08 2.23 2.23 0 00-.51 2.29c2.12 6.84 1.2 12.26-.49 16.19-.95 2.2-1.85 2.05-2-.34-.25-4.64-1-9.88-3-14.19-3.11-6.94-7-14.34-8.89-17.88v-.05c3.24-1.49 8.86-4.83 11.37-10.88s4.48-18-9.82-31.74c-6.28-6.05-22.1-17.16-36.06-27-10.9-7.65-22.17-15.56-23.65-17.51-4.49-5.89-6.37-9.3-6.94-19.65.07-2.3.13-4.59.19-6.89l.27-2.49a.58.58 0 011.15 0 63.07 63.07 0 002 9.72c1.08 3.73 2.4 7.58 3.62 9.18 3.19 4.22 7.56 7.39 11.67 8.49a5.48 5.48 0 005-.72c2.93-2.33 2.65-7.6 2.19-16.34-.47-9-1.11-21.34 1.85-34.55 5.62-25 10.91-32.51 17.61-42 .86-1.22 1.75-2.47 2.65-3.79 1.44-2.08 3-4.1 4.67-6.23 7.47-9.61 15.93-20.49 13.92-40.95-.51-5.19-.76-8.83-.86-11.39a1 1 0 011.88-.59l.49.77 1.21 2c4.86 8 13.64 22.57 25.1 22.57a13.62 13.62 0 002.36-.21c23.39-3.93 51.9-30.25 52.17-30.51 3.12-3 2.84-6.14 1.64-7.91a5.18 5.18 0 00-6.45-1.72c-3.29 1.4-7.14 3.15-11.22 5-13.82 6.27-37 16.75-42.25 14.34a23.11 23.11 0 01-6.32-5.13 1 1 0 011.14-1.65c5.59 2.29 9.55 1.45 14.2-.08l1-.34c9.37-3.09 14.2-4.77 30.76-12.08a97.55 97.55 0 0116.26-5.93c4-1 6.42-1.63 7.71-4.34a6.65 6.65 0 00-.5-7.13c-1.53-1.87-4.07-2.57-7-1.9-3.22.75-4.7 3-6.41 4.49-2.4 2.05-5 4.16-17.19 8.65-27 10-34.58 10.61-45.21 3.43-9.84-6.69-15.15-13.23-15.15-16 0-2.13 5.45-5.7 8.71-7.84 1.33-.87 2.59-1.69 3.62-2.46 4.34-3.22 13-11.39 13.38-11.73 5.4-5.41 17.91-2.18 25 2.58a2.23 2.23 0 001.72.41 2.14 2.14 0 001.68-2.58c-4.2-17.46-.13-27.34 4-32.55a22.58 22.58 0 0117.48-8.48c12.81 0 21.76 10 21.76 24.42 0 11-2.82 16.79-5.48 20.3a1.73 1.73 0 01-2.58.18 1.78 1.78 0 01-.24-2.2A24.61 24.61 0 00290 114a16.58 16.58 0 00-16.84-16.67c-3.94 0-13.48 1.5-16.77 15.44a29.81 29.81 0 00-.34 11.07l.08.71c.9 7.38 15.3 12.51 27.23 15.51 11.36 2.85 13 6.22 8.84 19.63s3.11 26.23 5.7 29.57a78.3 78.3 0 018.31 12.47 93.8 93.8 0 016.62 16.48c2.17 6.79 4.05 12.65 10.63 21.22 11.07 14.4 17.66 48.64 15 78-.21 2.41-.53 4.29-.77 5.67-.43 2.53-.72 4.2.66 5.38s3.16.7 7.26-.63l3.43-1.09a109.33 109.33 0 0112.58-2.8 2.15 2.15 0 001.59-1.16c3.43-6.91 3.85-15.22 4-22.47q0-1.31.06-2.79c.19-7.77.45-18.93-2.95-32a1 1 0 011.93-.64 93 93 0 016.66 25.55c2.55 22.58-1.9 32.09-1.94 32.17a1.61 1.61 0 00.95 2.25 17.12 17.12 0 016.95 4.67c1.46 1.66.93 2.4-1.14 1.62a36.26 36.26 0 00-12.77-2.29c-10.4 0-18.09 4.95-21.51 9.19-3.19 3.94-3.7 7.67-3.83 11.27l-.06.05c-7.48-.75-12.94 1.21-17.47 6.21l-.08.09c-6.26 7.75-4 24.63-1.29 38.48 1.28 6.45 5.59 25.52 1.73 37.68zm96.1 10.07c-15.71 6.71-25.43 14.51-34 21.39-5.65 4.53-11 8.81-17.28 12.14-10.12 5.34-24.91 6.53-33.27-7.7-2.37-4-.71-9.86 1.58-17.95 3.05-10.75 7.23-25.46 3.71-44.65-.94-5.12-1.77-9.51-2.49-13.31C334 377 332.9 371.43 334 367c.63-2.45 3.43-3 5.87-3a20.83 20.83 0 012.63.19 29.51 29.51 0 007 12.1c5.7 5.86 13.63 8.83 23.56 8.85 2.1.17 25.94 1.55 36.54-22.4 1.46.18 3.65.7 4.3 2.3 1.28 3.19-.27 8.91-1.52 13.5-.9 3.31-1.68 6.16-1.63 8.37.31 16 11 22.78 25.83 32.16 1.79 1.13 3.66 2.31 5.55 3.54S445 425 445 426c-.52 4.79-20 13.16-26.45 15.91z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .cigaro div.divider {
    background-color: #e4e7ec;
    margin: 10px;
    padding: 0;
    height: 3px; }
  .cigaro a {
    color: #e4e7ec; }
  .cigaro .screenshotlink {
    width: fit-content;
    max-width: 100%;
    background-color: #53473D;
    display: none; }
  @media only screen and (max-width: 1020px) {
    .cigaro #hm1 div {
      content: url("./../img/humidormanager_sp1.jpg");
      width: 270px;
      height: 602px; }
    .cigaro #hm2 div {
      content: url("./../img/humidormanager_sp2.jpg");
      width: 270px;
      height: 602px; }
    .cigaro #hm3 div {
      content: url("./../img/overview_sp.jpg");
      width: 270px;
      height: 602px; }
    .cigaro #hm4 div {
      content: url("./../img/search_sp.jpg");
      width: 270px;
      height: 602px; }
    .cigaro #hm5 div {
      content: url("./../img/smokingprotocol_sp1.jpg");
      width: 270px;
      height: 602px; }
    .cigaro #hm6 div {
      content: url("./../img/smokingprotocol_sp2.jpg");
      width: 270px;
      height: 602px; }
    .cigaro #hm7 div {
      content: url("./../img/smokingprotocol_sp3.jpg");
      width: 270px;
      height: 602px; }
    .cigaro #hm8 div {
      content: url("./../img/cigarselector_sp.jpg");
      width: 270px;
      height: 602px; }
    .cigaro #hm9 div {
      content: url("./../img/cigarcounter_sp.jpg");
      width: 270px;
      height: 602px; }
    .cigaro #hm10 div {
      content: url("./../img/humidormanager_sp3.png");
      width: 270px;
      height: 602px; }
    .cigaro #hm11 div {
      content: url("./../img/humidormanager_sp4.png");
      width: 270px;
      height: 602px; }
    .cigaro #screenshot_humidor_manager_1 {
      content: url("./../img/humidormanager_sp1.jpg");
      width: 135px;
      height: 301px; }
    .cigaro #screenshot_humidor_manager_2 {
      content: url("./../img/humidormanager_sp2.jpg");
      width: 135px;
      height: 301px; }
    .cigaro #screenshot_humidor_manager_3 {
      content: url("./../img/humidormanager_sp3.png");
      width: 135px;
      height: 301px; }
    .cigaro #screenshot_humidor_manager_4 {
      content: url("./../img/humidormanager_sp4.png");
      width: 135px;
      height: 301px; }
    .cigaro #screenshot_overview {
      content: url("./../img/overview_sp.jpg");
      width: 135px;
      height: 301px; }
    .cigaro #screenshot_search {
      content: url("./../img/search_sp.jpg");
      width: 135px;
      height: 301px; }
    .cigaro #screenshot_cigarcounter {
      content: url("./../img/cigarcounter_sp.jpg");
      width: 135px;
      height: 301px; }
    .cigaro #screenshot_cigarselector {
      content: url("./../img/cigarselector_sp.jpg");
      width: 135px;
      height: 301px; }
    .cigaro #screenshot_smokingprotocol_1 {
      content: url("./../img/smokingprotocol_sp1.jpg");
      width: 135px;
      height: 301px; }
    .cigaro #screenshot_smokingprotocol_2 {
      content: url("./../img/smokingprotocol_sp2.jpg");
      width: 135px;
      height: 301px; }
    .cigaro #screenshot_smokingprotocol_3 {
      content: url("./../img/smokingprotocol_sp3.jpg");
      width: 135px;
      height: 301px; } }
  @media only screen and (min-width: 1020px) {
    .cigaro #hm1 div {
      content: url("./../img/humidormanager_desk1.png");
      width: 960px;
      height: 600px; }
    .cigaro #hm3 div {
      content: url("./../img/overview_desk.png");
      width: 960px;
      height: 600px; }
    .cigaro #hm4 div {
      content: url("./../img/search_desk.png");
      width: 960px;
      height: 600px; }
    .cigaro #hm5 div {
      content: url("./../img/smokingprotocol_desk1.png");
      width: 600px;
      height: 960px; }
    .cigaro #hm6 div {
      content: url("./../img/smokingprotocol_desk2.png");
      width: 960px;
      height: 600px; }
    .cigaro #hm7 div {
      display: none; }
    .cigaro #hm8 div {
      content: url("./../img/cigarselector_desk.png");
      width: 960px;
      height: 600px; }
    .cigaro #hm9 div {
      content: url("./../img/cigarcounter_desk.png");
      width: 960px;
      height: 600px; }
    .cigaro #hm10 div {
      content: url("./../img/humidormanager_desk2.png");
      width: 960px;
      height: 600px; }
    .cigaro #hm11 div {
      display: none; }
    .cigaro #screenshot_humidor_manager_1 {
      content: url("./../img/humidormanager_desk1.png");
      width: 640px;
      height: 400px; }
    .cigaro #screenshot_humidor_manager_3 {
      content: url("./../img/humidormanager_desk2.png");
      width: 640px;
      height: 400px; }
    .cigaro #screenshot_overview {
      content: url("./../img/overview_desk.png");
      width: 640px;
      height: 400px; }
    .cigaro #screenshot_search {
      content: url("./../img/search_desk.png");
      width: 640px;
      height: 400px; }
    .cigaro #screenshot_cigarcounter {
      content: url("./../img/cigarcounter_desk.png");
      width: 640px;
      height: 400px; }
    .cigaro #screenshot_cigarselector {
      content: url("./../img/cigarselector_desk.png");
      width: 640px;
      height: 400px; }
    .cigaro #screenshot_smokingprotocol_1 {
      content: url("./../img/smokingprotocol_desk1.png");
      width: 400px;
      height: 640px; }
    .cigaro #screenshot_smokingprotocol_2 {
      content: url("./../img/smokingprotocol_desk2.png");
      width: 640px;
      height: 400px; }
    .cigaro #screenshot_smokingprotocol_3 {
      display: none; }
    .cigaro #screenshot_humidor_manager_2 {
      display: none; } }

.davy {
  /*body*/
  transition: width 2s;
  background-color: #222;
  color: #86b168;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  overflow-x: hidden;
  /*screenshots*/ }
  .davy a#video_link {
    color: #86b168; }
  .davy nav.menu {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0; }
  .davy nav.menu ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap-reverse;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    justify-content: center; }
  .davy nav.menu ul li {
    list-style-type: none;
    display: flex; }
  .davy ul li.logo_link ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
  .davy nav.menu ul li a img.logo {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="3.41333in" height="3.41333in"     viewBox="0 0 1024 1024">  <path id="Logo"  fill="%2386b168"      fill-rule="evenodd"        d="       M 460.02,215.50           C 460.02,215.50 460.02,185.50 460.02,185.50             460.02,185.50 580.02,185.50 580.02,185.50             580.02,185.50 580.02,215.50 580.02,215.50             580.02,215.50 460.02,215.50 460.02,215.50 Z           M 460.00,265.09           C 460.00,265.09 460.00,235.09 460.00,235.09             460.00,235.09 580.00,235.09 580.00,235.09             580.00,235.09 580.00,265.09 580.00,265.09             580.00,265.09 460.00,265.09 460.00,265.09 Z     M 710.00,535.00           C 710.00,535.00 710.00,653.00 710.00,653.00             710.00,674.28 711.61,702.26 703.55,722.00             693.29,747.12 665.53,757.96 640.00,758.00             640.00,758.00 400.00,758.00 400.00,758.00             381.37,757.97 358.34,751.89 345.29,737.91             333.90,725.72 329.03,706.37 329.00,690.00             329.00,690.00 329.00,236.00 329.00,236.00             329.03,218.82 335.21,198.15 348.04,186.17             360.46,174.58 383.30,169.03 400.00,169.00             400.00,169.00 639.00,169.00 639.00,169.00             661.13,169.03 686.15,176.72 698.90,196.00             706.26,207.13 709.98,226.73 710.00,240.00             710.00,240.00 710.00,382.00 710.00,382.00             710.00,382.00 580.00,382.00 580.00,382.00             580.00,382.00 580.00,281.00 580.00,281.00             580.00,281.00 460.00,281.00 460.00,281.00             460.00,281.00 460.00,584.00 460.00,584.00             460.00,584.00 460.00,629.00 460.00,629.00             460.00,637.06 459.17,647.61 462.36,655.00             467.54,666.99 480.80,674.28 493.00,677.34             499.52,678.97 507.29,679.99 514.00,680.00             539.96,680.04 579.84,673.07 580.00,640.00             580.00,640.00 580.00,535.00 580.00,535.00             580.00,535.00 710.00,535.00 710.00,535.00 Z           M 457.00,801.00           C 457.00,795.02 455.90,784.86 460.42,780.43             464.09,776.81 477.81,775.82 483.00,776.04             483.00,776.04 493.00,776.99 493.00,776.99             498.03,777.11 502.89,776.26 506.15,781.11             508.43,784.51 508.98,792.86 509.00,797.00             509.00,797.00 509.00,854.00 509.00,854.00             509.00,854.00 469.00,854.00 469.00,854.00             460.20,853.88 457.12,850.80 457.00,842.00             456.90,834.47 454.57,818.00 459.51,812.23             462.09,809.21 465.37,809.11 469.00,808.58             475.59,807.62 484.16,808.00 491.00,808.00             491.00,808.00 491.00,791.00 491.00,791.00             491.00,791.00 475.00,791.00 475.00,791.00             474.98,793.27 475.15,796.64 473.83,798.57             471.37,802.13 461.07,801.00 457.00,801.00 Z           M 594.00,776.42           C 603.53,775.26 608.34,776.77 617.00,776.99             622.23,777.11 627.66,776.47 631.28,781.21             634.99,786.08 634.00,798.79 634.00,805.00             634.00,805.00 634.00,838.00 634.00,838.00             633.95,842.29 633.59,847.32 630.43,850.58             626.96,854.18 621.60,853.99 617.00,854.00             617.00,854.00 593.00,854.00 593.00,854.00             589.11,853.94 585.45,853.75 582.65,850.61             579.95,847.57 580.02,843.80 580.00,840.00             580.00,840.00 580.00,799.00 580.00,799.00             580.00,793.77 579.22,785.57 582.23,781.21             585.06,777.11 589.55,777.10 594.00,776.42 Z           M 425.00,854.00           C 416.06,854.00 399.47,855.95 393.72,847.90             390.06,842.76 391.00,831.32 391.00,825.00             391.00,825.00 391.00,795.00 391.00,795.00             391.07,789.71 391.82,783.23 396.21,779.65             399.75,776.77 403.74,777.01 408.00,777.00             408.00,777.00 445.00,777.00 445.00,777.00             445.00,777.00 445.00,866.00 445.00,866.00             444.86,877.43 440.43,881.86 429.00,882.00             429.00,882.00 406.00,882.00 406.00,882.00             401.04,881.94 396.22,881.40 393.28,876.81             390.65,872.72 391.00,866.69 391.00,862.00             391.00,862.00 411.00,862.00 411.00,862.00             411.00,862.00 411.00,868.00 411.00,868.00             411.00,868.00 425.00,868.00 425.00,868.00             425.00,868.00 425.00,854.00 425.00,854.00 Z           M 520.00,777.16           C 520.00,777.16 533.00,777.16 533.00,777.16             536.08,777.84 538.84,779.25 542.00,779.21             549.80,779.13 562.08,773.03 568.57,780.23             573.39,785.56 572.00,801.70 572.00,809.00             567.71,809.00 555.68,810.22 553.17,806.57             551.49,804.12 552.00,796.19 552.00,793.00             549.13,795.64 545.08,798.62 543.30,802.01             541.23,805.96 540.06,814.48 540.00,819.00             540.00,819.00 540.00,854.00 540.00,854.00             540.00,854.00 520.00,854.00 520.00,854.00             520.00,854.00 520.00,777.16 520.00,777.16 Z           M 614.00,791.00           C 614.00,791.00 598.00,791.00 598.00,791.00             598.00,791.00 598.00,840.00 598.00,840.00             598.00,840.00 614.00,840.00 614.00,840.00             614.00,840.00 614.00,791.00 614.00,791.00 Z           M 425.00,840.00           C 425.00,840.00 425.00,821.00 425.00,821.00             425.00,821.00 425.00,807.00 425.00,807.00             424.93,801.90 423.89,793.56 417.00,793.73             414.95,793.79 413.02,794.86 411.70,796.39             409.02,799.49 409.02,804.14 409.00,808.00             408.95,817.63 406.18,834.56 417.00,838.85             419.69,839.92 422.18,839.94 425.00,840.00 Z           M 491.00,838.00           C 491.00,834.26 491.84,824.31 489.26,821.74             486.80,819.27 478.49,820.00 475.00,820.00             475.00,820.00 475.00,838.00 475.00,838.00             475.00,838.00 491.00,838.00 491.00,838.00 Z" /></svg>');
    min-width: 300px;
    min-height: 300px;
    border: 0; }
  .davy nav.menu ul li.default_links {
    flex-flow: row-reverse wrap;
    justify-content: flex-end;
    flex-grow: 2; }
  .davy nav.menu ul li.default_links ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px; }
  .davy nav.menu ul li.default_links ul li.default_link {
    margin-right: 20px; }
  .davy nav.menu ul li.default_links a {
    text-decoration: none;
    color: #86b168;
    font-size: 20px; }
  .davy nav.menu ul li.default_links ul li.scheme_select {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  .davy nav.menu ul li.default_links ul li.scheme_select div {
    margin-right: 20px;
    margin-bottom: 5px;
    height: 20px;
    width: 20px;
    border: 1px solid #86b168; }
  .davy .claim div {
    position: flex;
    justify-content: center; }
  .davy .claim div h1 {
    color: #86b168;
    font-weight: bold;
    font-size: 48px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0; }
  .davy div.main_content {
    font-size: 24px;
    padding: 10px;
    text-align: left;
    background-color: #413c38;
    color: #349f59;
    hyphens: auto;
    word-break: break-word;
    animation-name: fadein;
    animation-duration: 1s; }
  .davy img.humi {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="0.666667in" height="0.666667in" viewBox="0 0 200 200"> <path id="Humidor"  fill="%2386b168" d="M 40.00,199.75 C 40.00,199.75 40.00,40.00 40.00,40.00 40.00,40.00 160.00,40.00 160.00,40.00 160.00,40.00 160.00,199.75 160.00,199.75 160.00,199.75 130.00,199.75 130.00,199.75 130.00,199.75 130.00,189.75 130.00,189.75 130.00,189.75 70.00,189.75 70.00,189.75 70.00,189.75 70.00,199.75 70.00,199.75 70.00,199.75 40.00,199.75 40.00,199.75 Z M 50.00,50.00 C 50.00,50.00 50.00,179.75 50.00,179.75 50.00,179.75 150.00,179.75 150.00,179.75 150.00,179.75 150.00,50.00 150.00,50.00 150.00,50.00 50.00,50.00 50.00,50.00 Z" />  <path fill="%2386b168" fill-rule="evenodd" d="M 60.00,135.50 C 60.00,135.50 60.00,165.50 60.00,165.50 60.00,165.50 140.00,165.50 140.00,165.50 140.00,165.50 140.00,135.50 140.00,135.50 140.00,135.50 110.00,135.50 110.00,135.50 110.00,135.50 110.00,145.50 110.00,145.50 110.00,145.50 90.00,145.50 90.00,145.50 90.00,145.50 90.00,135.50 90.00,135.50 90.00,135.50 60.00,135.50 60.00,135.50 Z M 60.00,95.50 C 60.00,95.50 60.00,125.50 60.00,125.50 60.00,125.50 140.00,125.50 140.00,125.50 140.00,125.50 140.00,95.50 140.00,95.50 140.00,95.50 110.00,95.50 110.00,95.50 110.00,95.50 110.00,105.50 110.00,105.50 110.00,105.50 90.00,105.50 90.00,105.50 90.00,105.50 90.00,95.50 90.00,95.50 90.00,95.50 60.00,95.50 60.00,95.50 Z M 60.25,56.00 C 60.25,56.00 60.25,86.00 60.25,86.00 60.25,86.00 140.25,86.00 140.25,86.00 140.25,86.00 140.25,56.00 140.25,56.00 140.25,56.00 110.25,56.00 110.25,56.00 110.25,56.00 110.25,66.00 110.25,66.00 110.25,66.00 90.25,66.00 90.25,66.00 90.25,66.00 90.25,56.00 90.25,56.00 90.25,56.00 60.25,56.00 60.25,56.00 Z" /></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin: 10px;
    margin-top: 0px; }
  .davy img.pencil {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"  viewBox="0 0 16 16"><path fill="%2386b168" d="M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z"/><path fill="%2386b168" fill-rule="evenodd" d="M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z" /></svg>');
    min-width: 80px;
    min-height: 80px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .davy img.cigar {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"      width="0.666667in" height="0.666667in"      viewBox="0 0 60 60">  <path  fill="%2386b168" d="M 7.98,19.11            C 0.01,26.32 0.01,33.52 7.98,40.73              7.98,40.73 16.94,40.73 16.94,40.73              16.94,40.73 16.94,19.11 16.94,19.11              16.94,19.11 7.98,19.11 7.98,19.11 Z            M 28.89,19.11            C 28.89,19.11 45.62,19.11 45.62,19.11              45.62,19.11 45.62,40.73 45.62,40.73              45.62,40.73 28.89,40.73 28.89,40.73              28.89,40.73 28.89,19.11 28.89,19.11 Z            M 48.61,19.11            C 48.61,19.11 51.59,19.11 51.59,19.11              51.59,19.11 51.59,40.73 51.59,40.73              51.59,40.73 48.61,40.73 48.61,40.73              48.61,40.73 48.61,19.11 48.61,19.11 Z            M 54.58,19.11            C 54.58,19.11 57.57,19.11 57.57,19.11              57.57,19.11 57.57,40.73 57.57,40.73              57.57,40.73 54.58,40.73 54.58,40.73              54.58,40.73 54.58,19.11 54.58,19.11 Z            M 16.94,19.11 16.94,19.11 16.94,19.11 16.94,19.11" shape-rendering="geometricPrecision">            </path></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin: 10px;
    margin-top: 0px; }
  .davy img.video {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"      width="16" height="16"      viewBox="0 0 16 16" fill="%2386b168">   <path d="M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM1 3a2 2 0 1 0 4 0 2 2 0 0 0-4 0z"></path>   <path d="M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h7zm6 8.73V7.27l-3.5 1.555v4.35l3.5 1.556zM1 8v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z"></path>   <path d="M9 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM7 3a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"></path> </svg>');
    min-width: 80px;
    min-height: 80px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .davy img.happy {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="3.33333in" height="3.33333in" viewBox="0 0 1000 1000" fill="%2386b168"> <path fill="%2386b168" d="M 232.19,590.00 C 232.00,587.61 231.90,584.27 232.19,582.00 233.10,578.72 235.69,574.25 237.14,571.00 237.14,571.00 249.14,545.00 249.14,545.00 249.14,545.00 273.69,492.00 273.69,492.00 273.69,492.00 295.76,444.00 295.76,444.00 295.76,444.00 308.24,417.00 308.24,417.00 309.38,414.68 311.84,408.28 313.65,406.99 315.70,405.53 324.18,405.96 327.00,406.00 334.64,406.13 335.22,410.45 338.14,417.00 338.14,417.00 352.00,447.00 352.00,447.00 352.00,447.00 363.69,472.00 363.69,472.00 363.69,472.00 397.31,545.00 397.31,545.00 397.31,545.00 414.37,582.00 414.37,582.00 415.11,584.61 414.99,587.31 415.00,590.00 415.00,590.00 401.61,592.27 390.09,592.27 379.22,592.27 370.18,590.00 370.18,590.00 370.18,590.00 358.61,568.02 358.61,568.02 358.61,568.02 351.00,567.00 351.00,567.00 351.00,567.00 296.00,567.00 296.00,567.00 296.00,567.00 288.21,568.02 288.21,568.02 288.21,568.02 283.58,575.00 283.58,575.00 283.58,575.00 277.00,590.00 277.00,590.00 276.46,595.02 231.73,594.30 232.19,590.00 Z M 440.00,408.00 C 440.00,408.00 501.00,408.00 501.00,408.00 522.30,408.00 542.33,407.77 560.00,421.67 593.70,448.18 592.10,510.68 555.00,533.53 539.25,543.24 527.57,543.00 510.00,543.00 510.00,543.00 485.00,543.00 485.00,543.00 485.00,543.00 485.00,590.00 485.00,590.00 485.21,598.29 440.24,599.47 440.00,590.00 440.00,590.00 440.00,408.00 440.00,408.00 Z M 619.00,408.00 C 619.00,408.00 680.00,408.00 680.00,408.00 694.83,408.00 709.82,407.17 724.00,412.44 766.36,428.18 775.80,486.05 750.10,520.00 738.99,534.68 721.31,542.91 703.00,543.00 703.00,543.00 689.00,543.00 689.00,543.00 689.00,543.00 673.00,543.00 673.00,543.00 670.86,543.04 668.23,542.96 666.60,544.60 664.68,546.52 665.01,550.46 665.00,553.00 665.00,553.00 665.00,590.00 665.00,590.00 664.81,598.61 618.84,597.37 619.00,590.00 619.00,590.00 619.00,408.00 619.00,408.00 Z M 464.00,524.00 C 464.00,524.00 509.00,524.00 509.00,524.00 520.87,524.00 530.02,525.04 541.00,519.10 570.36,503.22 570.49,450.26 542.00,433.26 527.35,424.52 498.30,427.00 481.00,427.00 477.32,427.00 463.04,426.05 461.02,428.60 459.77,430.19 460.00,434.01 460.00,436.00 460.00,436.00 460.00,573.00 460.00,573.00 460.00,573.00 464.00,573.00 464.00,573.00 464.00,573.00 464.00,524.00 464.00,524.00 Z M 644.00,524.00 C 644.00,524.00 691.00,524.00 691.00,524.00 704.68,524.00 718.13,524.05 728.79,513.68 730.92,511.61 732.73,508.54 734.32,506.00 749.65,481.41 745.22,440.97 715.00,430.09 709.62,428.15 706.58,428.01 701.00,428.00 701.00,428.00 641.00,428.00 641.00,428.00 641.00,428.00 641.00,573.00 641.00,573.00 641.00,573.00 644.00,573.00 644.00,573.00 644.00,573.00 644.00,524.00 644.00,524.00 Z M 324.00,432.00 C 324.00,432.00 322.00,432.00 322.00,432.00 322.00,432.00 305.69,467.00 305.69,467.00 305.69,467.00 280.69,521.00 280.69,521.00 280.69,521.00 257.00,573.00 257.00,573.00 258.40,572.76 259.31,572.82 260.61,571.98 264.97,569.15 269.67,551.03 274.39,548.02 276.34,546.78 279.73,547.00 282.00,547.00 282.00,547.00 365.00,547.00 365.00,547.00 367.27,547.00 370.66,546.78 372.61,548.02 375.11,549.62 379.65,560.69 381.22,564.00 383.48,568.78 383.35,572.04 389.00,573.00 389.00,573.00 379.25,550.00 379.25,550.00 379.25,550.00 365.26,520.00 365.26,520.00 365.26,520.00 336.31,458.00 336.31,458.00 336.31,458.00 324.00,432.00 324.00,432.00 Z M 25.00,450.00 C 25.00,450.00 33.64,447.00 42.50,447.00 51.63,447.00 61.00,450.00 61.00,450.00 61.00,450.00 61.00,501.00 61.00,501.00 61.00,501.00 105.00,501.00 105.00,501.00 105.00,501.00 105.00,450.00 105.00,450.00 105.00,450.00 114.70,446.75 124.00,446.75 132.67,446.75 141.00,450.00 141.00,450.00 141.00,450.00 141.00,590.00 141.00,590.00 141.00,590.00 132.00,594.50 123.00,594.50 114.00,594.50 105.00,590.00 105.00,590.00 105.00,590.00 105.00,534.00 105.00,534.00 105.00,534.00 61.00,534.00 61.00,534.00 61.00,534.00 61.00,590.00 61.00,590.00 61.00,590.00 51.40,594.50 41.50,594.50 33.64,594.50 25.00,590.00 25.00,590.00 25.00,590.00 25.00,450.00 25.00,450.00 Z M 850.00,450.00 C 850.00,450.00 880.00,450.00 880.00,450.00 880.00,450.00 888.37,451.60 888.37,451.60 888.37,451.60 896.31,465.00 896.31,465.00 896.31,465.00 913.00,497.00 913.00,497.00 913.00,497.00 916.00,497.00 916.00,497.00 916.00,497.00 932.58,465.00 932.58,465.00 932.58,465.00 940.61,451.60 940.61,451.60 940.61,451.60 949.00,450.00 949.00,450.00 949.00,450.00 979.00,450.00 979.00,450.00 978.77,459.11 972.38,466.54 967.68,474.00 967.68,474.00 942.19,515.00 942.19,515.00 936.44,524.38 932.02,527.70 932.00,539.00 932.00,539.00 932.00,590.00 932.00,590.00 931.85,598.89 896.73,597.06 896.86,590.00 896.86,590.00 896.86,539.00 896.86,539.00 897.00,536.91 897.08,533.99 896.86,532.00 895.73,528.53 888.03,516.73 885.68,513.00 885.68,513.00 860.20,472.00 860.20,472.00 855.95,464.99 850.27,458.42 850.00,450.00 Z M 169.00,527.00 C 169.00,527.00 181.74,525.00 194.50,525.00 207.73,525.00 221.00,527.00 221.00,527.00 221.00,527.00 221.00,543.00 221.00,543.00 221.00,543.00 208.26,545.50 195.50,545.50 182.27,545.50 169.00,543.00 169.00,543.00 169.00,543.00 169.00,527.00 169.00,527.00 Z M 786.00,527.00 C 786.00,527.00 797.84,525.00 811.00,525.00 823.84,525.00 838.00,527.00 838.00,527.00 838.00,527.00 838.00,543.00 838.00,543.00 838.00,543.00 824.07,545.50 811.50,545.50 798.10,545.50 786.00,543.00 786.00,543.00 786.00,543.00 786.00,527.00 786.00,527.00 Z M 440.00,595.64" /> <path fill="%2386b168" d="M 465.00,431.00 C 480.16,431.00 517.18,430.03 530.00,432.47 535.30,433.47 549.32,439.34 548.34,446.00 547.87,449.24 544.33,452.38 541.99,454.41 536.39,459.26 522.42,469.08 522.42,477.00 522.43,484.08 535.81,494.35 541.00,498.75 543.45,500.84 548.00,504.52 548.18,508.00 548.49,514.12 535.03,519.58 530.00,520.53 517.08,522.98 480.24,522.00 465.00,522.00 465.00,522.00 465.00,431.00 465.00,431.00 Z M 645.00,431.00 C 660.64,431.00 696.55,430.02 710.00,432.46 715.62,433.49 729.40,438.75 728.34,446.00 727.87,449.24 724.32,452.38 721.99,454.41 716.39,459.26 702.42,469.08 702.42,477.00 702.43,484.08 715.81,494.35 721.00,498.75 723.45,500.84 728.00,504.52 728.18,508.00 728.51,514.66 715.29,519.52 710.00,520.54 696.45,523.14 660.77,522.00 645.00,522.00 645.00,522.00 645.00,431.00 645.00,431.00 Z M 324.00,440.00 C 324.00,440.00 341.26,476.00 341.26,476.00 341.26,476.00 373.00,544.00 373.00,544.00 373.00,544.00 276.00,544.00 276.00,544.00 276.00,544.00 301.69,488.00 301.69,488.00 301.69,488.00 324.00,440.00 324.00,440.00 Z M 325.00,485.00 C 325.00,485.00 323.00,485.00 323.00,485.00 323.00,485.00 305.00,527.00 305.00,527.00 305.00,527.00 343.00,527.00 343.00,527.00 343.00,527.00 325.00,485.00 325.00,485.00 Z" /> <path fill="%2386b168" fill-rule="evenodd" d="M 644.59,623.86 C 643.03,641.48 636.59,658.71 625.33,673.00 616.05,684.78 605.32,692.70 592.00,699.24 578.30,705.98 564.12,708.17 549.00,708.00 536.18,707.85 522.41,703.95 511.00,698.25 481.78,683.64 463.30,655.07 460.24,624.26 458.82,609.93 462.74,607.61 464.46,623.76 468.89,665.51 502.39,702.45 549.00,703.00 563.63,703.17 576.64,700.86 590.00,694.69 599.47,690.32 610.89,681.83 617.71,674.00 630.56,659.24 637.68,641.80 639.53,624.16 641.09,618.40 646.13,606.19 644.59,623.86 Z M 665.50,611.44 C 664.42,651.93 641.63,690.88 602.42,709.99 585.00,718.48 567.63,721.47 548.42,721.25 539.06,721.14 526.33,718.51 517.42,715.58 470.55,700.15 441.72,657.61 440.36,612.06 440.23,607.44 484.95,600.42 484.66,612.46 483.81,647.83 510.75,681.53 550.67,682.00 561.51,682.12 571.77,680.25 581.67,675.69 589.87,671.91 598.39,665.89 604.23,659.00 615.92,645.19 621.20,628.59 620.73,612.43 629.23,595.74 673.33,614.55 665.50,611.44 Z" /> </svg>');
    border: 0;
    margin-top: -100px;
    margin-bottom: -150px;
    margin-left: -10px; }
  .davy img.hammer {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%2386b168"> <path d="M277.42 247a24.68 24.68 0 00-4.08-5.47L255 223.44a21.63 21.63 0 00-6.56-4.57 20.93 20.93 0 00-23.28 4.27c-6.36 6.26-18 17.68-39 38.43C146 301.3 71.43 367.89 37.71 396.29a16 16 0 00-1.09 23.54l39 39.43a16.13 16.13 0 0023.67-.89c29.24-34.37 96.3-109 136-148.23 20.39-20.06 31.82-31.58 38.29-37.94a21.76 21.76 0 003.84-25.2zM478.43 201l-34.31-34a5.44 5.44 0 00-4-1.59 5.59 5.59 0 00-4 1.59h0a11.41 11.41 0 01-9.55 3.27c-4.48-.49-9.25-1.88-12.33-4.86-7-6.86 1.09-20.36-5.07-29a242.88 242.88 0 00-23.08-26.72c-7.06-7-34.81-33.47-81.55-52.53a123.79 123.79 0 00-47-9.24c-26.35 0-46.61 11.76-54 18.51-5.88 5.32-12 13.77-12 13.77a91.29 91.29 0 0110.81-3.2 79.53 79.53 0 0123.28-1.49C241.19 76.8 259.94 84.1 270 92c16.21 13 23.18 30.39 24.27 52.83.8 16.69-15.23 37.76-30.44 54.94a7.85 7.85 0 00.4 10.83l21.24 21.23a8 8 0 0011.14.1c13.93-13.51 31.09-28.47 40.82-34.46s17.58-7.68 21.35-8.09a35.71 35.71 0 0121.3 4.62 13.65 13.65 0 013.08 2.38c6.46 6.56 6.07 17.28-.5 23.74l-2 1.89a5.5 5.5 0 000 7.84l34.31 34a5.5 5.5 0 004 1.58 5.65 5.65 0 004-1.58L478.43 209a5.82 5.82 0 000-8z"/></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .davy img.stats {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"  width="16" height="16" fill="%2386b168"> <path fill="%2386b168" d="M 383.84,130.13 C 383.79,113.65 383.75,100.00 383.75,100.00 385.11,98.98 459.25,100.87 463.25,100.00 463.48,100.67 463.66,112.05 463.78,129.99 464.02,130.52 384.11,129.47 383.84,130.13 Z M 48.13,340.01 C 48.16,328.04 47.88,310.00 47.88,310.00 75.79,309.36 125.50,310.09 128.12,310.00 128.12,310.00 128.34,328.09 128.30,339.99 130.00,340.50 46.38,339.62 48.13,340.01 Z M 128.20,370.29 C 128.21,366.88 128.22,363.51 128.23,360.21 128.41,359.48 48.64,360.34 48.40,360.23 48.39,363.37 48.38,366.61 48.36,369.93 48.42,369.69 48.28,386.68 48.26,390.18 48.68,390.07 128.59,389.83 128.13,390.14 128.15,386.85 128.26,370.41 128.20,370.29 Z M 240.00,120.25 C 240.00,116.61 240.00,82.55 240.00,89.67 240.04,89.77 160.04,90.32 160.00,90.09 160.00,83.25 160.00,120.41 160.00,119.86 158.82,119.59 232.77,121.26 240.00,120.25 Z M 128.07,410.09 C 128.03,422.99 128.00,432.00 128.00,432.00 128.00,432.00 127.75,470.50 127.75,470.50 125.43,507.47 46.11,501.49 47.75,470.00 47.75,470.00 47.96,441.79 48.15,409.88 47.45,409.82 127.34,410.18 128.07,410.09 Z M 160.00,69.57 C 160.00,76.17 160.00,40.09 160.00,40.09 160.00,39.00 238.36,40.91 240.00,40.09 240.00,40.09 240.03,70.21 240.00,70.18 225.88,71.00 153.38,70.00 160.00,69.57 Z M 240.00,139.75 C 240.00,243.49 240.00,391.00 240.00,391.00 240.00,391.00 240.00,471.00 240.00,471.00 239.82,503.10 159.88,500.21 160.00,471.00 160.00,471.00 160.00,214.99 160.00,140.15 162.27,138.47 241.77,140.93 240.00,139.75 Z M 272.00,289.96 C 272.00,273.28 272.00,261.63 272.00,260.09 272.10,260.67 351.84,259.20 351.78,260.15 351.79,261.78 351.82,273.56 351.87,290.09 352.06,290.82 272.21,289.22 272.00,289.96 Z M 351.93,310.16 C 352.07,357.76 352.26,422.04 352.26,422.04 352.26,422.04 352.00,422.00 352.00,422.00 352.00,422.00 352.00,473.00 352.00,473.00 352.34,501.16 276.17,500.57 272.79,480.00 271.66,476.11 272.00,469.26 272.00,465.00 272.00,465.00 272.00,439.00 272.00,439.00 272.00,439.00 272.00,362.85 272.00,309.86 271.77,309.69 351.67,310.29 351.93,310.16 Z M 272.00,240.14 C 272.00,221.84 272.00,210.00 272.00,210.00 272.00,210.00 351.64,210.00 351.64,210.00 351.64,210.00 351.67,221.92 351.73,240.12 351.74,240.62 272.00,239.33 272.00,240.14 Z M 383.89,150.23 C 383.93,161.93 383.96,172.97 383.98,179.84 383.83,179.61 463.01,180.32 463.99,179.84 463.97,169.27 463.93,159.29 463.89,150.21 462.57,150.33 382.85,149.49 383.89,150.23 Z M 464.03,200.06 C 464.18,286.98 464.00,399.00 464.00,399.00 464.00,399.00 464.00,471.00 464.00,471.00 451.32,509.56 375.67,489.27 384.00,471.00 384.00,471.00 383.99,265.69 383.98,199.85 384.15,200.79 464.18,199.14 464.03,200.06 Z" /> </svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .davy img.apple {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%2386b168"> <path fill="%2386b168" d="M349.13 136.86c-40.32 0-57.36 19.24-85.44 19.24-28.79 0-50.75-19.1-85.69-19.1-34.2 0-70.67 20.88-93.83 56.45-32.52 50.16-27 144.63 25.67 225.11 18.84 28.81 44 61.12 77 61.47h.6c28.68 0 37.2-18.78 76.67-19h.6c38.88 0 46.68 18.89 75.24 18.89h.6c33-.35 59.51-36.15 78.35-64.85 13.56-20.64 18.6-31 29-54.35-76.19-28.92-88.43-136.93-13.08-178.34-23-28.8-55.32-45.48-85.79-45.48z"/><path d="M340.25 32c-24 1.63-52 16.91-68.4 36.86-14.88 18.08-27.12 44.9-22.32 70.91h1.92c25.56 0 51.72-15.39 67-35.11 14.72-18.77 25.88-45.37 21.8-72.66z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .davy img.android {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%2386b168"> <path d="M380.91 199l42.47-73.57a8.63 8.63 0 00-3.12-11.76 8.52 8.52 0 00-11.71 3.12l-43 74.52c-32.83-15-69.78-23.35-109.52-23.35s-76.69 8.36-109.52 23.35l-43-74.52a8.6 8.6 0 10-14.88 8.64L131 199C57.8 238.64 8.19 312.77 0 399.55h512c-8.19-86.78-57.8-160.91-131.09-200.55zM138.45 327.65a21.46 21.46 0 1121.46-21.46 21.47 21.47 0 01-21.46 21.46zm235 0A21.46 21.46 0 11395 306.19a21.47 21.47 0 01-21.51 21.46z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .davy img.windows {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%2386b168"> <path d="M480 265H232v179l248 36V265zM216 265H32v150l184 26.7V265zM480 32L232 67.4V249h248V32zM216 69.7L32 96v153h184V69.7z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .davy img.linux {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%2386b168"> <path d="M443.66 405.05c-1.46-.79-2.85-1.54-4-2.2-6.47-3.83-13-10.52-11.85-17.83 2.42-15.94 2.89-23.47-.49-28.79a15.61 15.61 0 00-7.67-6.2v-.06c1.41-2.56 2.26-5.66 2.83-10.12 1.44-11-5-44-13.7-70.7-8.08-24.68-29.24-50-44.7-68.56l-3.61-4.34c-23.88-28.93-24.34-38.19-26.55-82.67-.32-6.47-.69-13.8-1.17-22C329.87 41.43 304 16 256 16c-25.2 0-44.62 7.15-57.72 21.26C187.79 48.55 182 64 182 80.78c0 29.52 2 53 2.15 54.29 1.4 35.7 1 41.22-8.31 57.55-2.23 3.93-8.38 10.87-14.89 18.21-8.48 9.57-18.09 20.41-23.36 29.22-3.77 6.31-5.88 12.63-8.11 19.33-3.4 10.21-7.26 21.78-18.15 36.57-12.57 17.07-15.52 29.61-11 47.45-4.94 6.45-4.83 14.37-4.75 20.23a25.84 25.84 0 01-.3 6.09c-2.29 7.59-12.42 9.4-22 10.18-1.58.12-3.1.21-4.55.29-7.26.39-13.53.74-17.13 6.3-3.47 5.36-1.12 13.8 2.14 25.48.72 2.58 1.46 5.25 2.19 8.06 1.83 7-.16 10.48-2.68 14.84-2.44 4.21-5.21 9-5.21 17.55 0 14.67 20 18 43.05 21.94 7.36 1.24 15 2.53 22.63 4.24a225.58 225.58 0 0134.08 10.68c9.72 3.73 17.4 6.68 26.43 6.68 16.18 0 28.25-9.77 39.92-19.21l2.15-1.75c5.53-4.49 21.5-4 34.34-3.64 3.46.1 6.73.2 9.65.2h6.22c13.48-.08 31.94-.18 42.23 2.5 3.75 1 6.2 3.72 9.29 7.19 5.87 6.56 13.17 14.75 33.39 14.75 19.39 0 29.55-8.71 41.32-18.8 7.16-6.13 14.56-12.48 25.07-17.86 3.92-2 7.62-3.87 11.08-5.61 22.64-11.38 35.11-17.65 35.11-27.82 0-9.91-12.24-16.5-20.34-20.86zM211.11 88.38a13.91 13.91 0 0112.47 9c1.95 5.55 1.81 10.42.21 12.94 0 0-.22-1-.36-1.44a14.85 14.85 0 00-6.44-8.59 11.35 11.35 0 00-8.94-1.47c-4.26 1.13-8.41 5-8.91 18.79-5.16-10.47-2.31-18 .92-23 2.31-3.73 7.47-6.33 11.05-6.23zm-17.5 375C192 479.24 175.2 479 170.09 478.59c-9.81-.82-21.66-4.69-33.13-8.43-4.52-1.47-9.19-3-13.73-4.34-13.2-3.89-30.12-6.74-43.72-9-3.22-.55-6.27-1.06-9.05-1.55s-4.61-1.27-5.2-2.3c-1-1.65.38-5.25 1.93-9.41C69.27 438 72.11 430.34 72 421c0-3.91-1.47-8.3-2.84-12.56-1.62-5-3.28-10.17-1.93-12.62 1.23-2.23 6.75-2.49 11.6-2.49h2.26c3.55 0 6.62.06 8.75-.53 6.51-1.81 14.86-6.92 17.81-13.88.9-2.17 1.37-6.94 2-14 .37-4.12.74-8.37 1.22-10.58a3.55 3.55 0 012.11-2.55c1.65-.77 6.78-1.91 18.63 4.08 11.18 5.65 22.88 25.84 34.2 45.37 3.56 6.14 6.92 11.94 10.3 17.36 14.04 22.54 18.83 31.6 17.5 44.8zm128.84-31.56a68.74 68.74 0 01-4.55 10.9.58.58 0 01-1.08-.42 56.61 56.61 0 002.11-18.43c-.25-4.73-.4-7.59-2.66-8.51s-4.26.83-9.45 5.54c-1.1 1-2.36 2.14-3.78 3.4-10.8 9.47-26.88 20.68-55.61 23.37-16.84 1.59-27.59-4.63-30.92-8.14a2.16 2.16 0 00-3.07-.08 2.23 2.23 0 00-.51 2.29c2.12 6.84 1.2 12.26-.49 16.19-.95 2.2-1.85 2.05-2-.34-.25-4.64-1-9.88-3-14.19-3.11-6.94-7-14.34-8.89-17.88v-.05c3.24-1.49 8.86-4.83 11.37-10.88s4.48-18-9.82-31.74c-6.28-6.05-22.1-17.16-36.06-27-10.9-7.65-22.17-15.56-23.65-17.51-4.49-5.89-6.37-9.3-6.94-19.65.07-2.3.13-4.59.19-6.89l.27-2.49a.58.58 0 011.15 0 63.07 63.07 0 002 9.72c1.08 3.73 2.4 7.58 3.62 9.18 3.19 4.22 7.56 7.39 11.67 8.49a5.48 5.48 0 005-.72c2.93-2.33 2.65-7.6 2.19-16.34-.47-9-1.11-21.34 1.85-34.55 5.62-25 10.91-32.51 17.61-42 .86-1.22 1.75-2.47 2.65-3.79 1.44-2.08 3-4.1 4.67-6.23 7.47-9.61 15.93-20.49 13.92-40.95-.51-5.19-.76-8.83-.86-11.39a1 1 0 011.88-.59l.49.77 1.21 2c4.86 8 13.64 22.57 25.1 22.57a13.62 13.62 0 002.36-.21c23.39-3.93 51.9-30.25 52.17-30.51 3.12-3 2.84-6.14 1.64-7.91a5.18 5.18 0 00-6.45-1.72c-3.29 1.4-7.14 3.15-11.22 5-13.82 6.27-37 16.75-42.25 14.34a23.11 23.11 0 01-6.32-5.13 1 1 0 011.14-1.65c5.59 2.29 9.55 1.45 14.2-.08l1-.34c9.37-3.09 14.2-4.77 30.76-12.08a97.55 97.55 0 0116.26-5.93c4-1 6.42-1.63 7.71-4.34a6.65 6.65 0 00-.5-7.13c-1.53-1.87-4.07-2.57-7-1.9-3.22.75-4.7 3-6.41 4.49-2.4 2.05-5 4.16-17.19 8.65-27 10-34.58 10.61-45.21 3.43-9.84-6.69-15.15-13.23-15.15-16 0-2.13 5.45-5.7 8.71-7.84 1.33-.87 2.59-1.69 3.62-2.46 4.34-3.22 13-11.39 13.38-11.73 5.4-5.41 17.91-2.18 25 2.58a2.23 2.23 0 001.72.41 2.14 2.14 0 001.68-2.58c-4.2-17.46-.13-27.34 4-32.55a22.58 22.58 0 0117.48-8.48c12.81 0 21.76 10 21.76 24.42 0 11-2.82 16.79-5.48 20.3a1.73 1.73 0 01-2.58.18 1.78 1.78 0 01-.24-2.2A24.61 24.61 0 00290 114a16.58 16.58 0 00-16.84-16.67c-3.94 0-13.48 1.5-16.77 15.44a29.81 29.81 0 00-.34 11.07l.08.71c.9 7.38 15.3 12.51 27.23 15.51 11.36 2.85 13 6.22 8.84 19.63s3.11 26.23 5.7 29.57a78.3 78.3 0 018.31 12.47 93.8 93.8 0 016.62 16.48c2.17 6.79 4.05 12.65 10.63 21.22 11.07 14.4 17.66 48.64 15 78-.21 2.41-.53 4.29-.77 5.67-.43 2.53-.72 4.2.66 5.38s3.16.7 7.26-.63l3.43-1.09a109.33 109.33 0 0112.58-2.8 2.15 2.15 0 001.59-1.16c3.43-6.91 3.85-15.22 4-22.47q0-1.31.06-2.79c.19-7.77.45-18.93-2.95-32a1 1 0 011.93-.64 93 93 0 016.66 25.55c2.55 22.58-1.9 32.09-1.94 32.17a1.61 1.61 0 00.95 2.25 17.12 17.12 0 016.95 4.67c1.46 1.66.93 2.4-1.14 1.62a36.26 36.26 0 00-12.77-2.29c-10.4 0-18.09 4.95-21.51 9.19-3.19 3.94-3.7 7.67-3.83 11.27l-.06.05c-7.48-.75-12.94 1.21-17.47 6.21l-.08.09c-6.26 7.75-4 24.63-1.29 38.48 1.28 6.45 5.59 25.52 1.73 37.68zm96.1 10.07c-15.71 6.71-25.43 14.51-34 21.39-5.65 4.53-11 8.81-17.28 12.14-10.12 5.34-24.91 6.53-33.27-7.7-2.37-4-.71-9.86 1.58-17.95 3.05-10.75 7.23-25.46 3.71-44.65-.94-5.12-1.77-9.51-2.49-13.31C334 377 332.9 371.43 334 367c.63-2.45 3.43-3 5.87-3a20.83 20.83 0 012.63.19 29.51 29.51 0 007 12.1c5.7 5.86 13.63 8.83 23.56 8.85 2.1.17 25.94 1.55 36.54-22.4 1.46.18 3.65.7 4.3 2.3 1.28 3.19-.27 8.91-1.52 13.5-.9 3.31-1.68 6.16-1.63 8.37.31 16 11 22.78 25.83 32.16 1.79 1.13 3.66 2.31 5.55 3.54S445 425 445 426c-.52 4.79-20 13.16-26.45 15.91z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .davy div.divider {
    background-color: #86b168;
    margin: 10px;
    padding: 0;
    height: 3px; }
  .davy a {
    color: #86b168; }
  .davy .screenshotlink {
    width: fit-content;
    max-width: 100%;
    background-color: #222;
    display: none; }
  @media only screen and (max-width: 1020px) {
    .davy #hm1 div {
      content: url("./../img/humidormanager_sp1.jpg");
      width: 270px;
      height: 602px; }
    .davy #hm2 div {
      content: url("./../img/humidormanager_sp2.jpg");
      width: 270px;
      height: 602px; }
    .davy #hm3 div {
      content: url("./../img/overview_sp.jpg");
      width: 270px;
      height: 602px; }
    .davy #hm4 div {
      content: url("./../img/search_sp.jpg");
      width: 270px;
      height: 602px; }
    .davy #hm5 div {
      content: url("./../img/smokingprotocol_sp1.jpg");
      width: 270px;
      height: 602px; }
    .davy #hm6 div {
      content: url("./../img/smokingprotocol_sp2.jpg");
      width: 270px;
      height: 602px; }
    .davy #hm7 div {
      content: url("./../img/smokingprotocol_sp3.jpg");
      width: 270px;
      height: 602px; }
    .davy #hm8 div {
      content: url("./../img/cigarselector_sp.jpg");
      width: 270px;
      height: 602px; }
    .davy #hm9 div {
      content: url("./../img/cigarcounter_sp.jpg");
      width: 270px;
      height: 602px; }
    .davy #hm10 div {
      content: url("./../img/humidormanager_sp3.png");
      width: 270px;
      height: 602px; }
    .davy #hm11 div {
      content: url("./../img/humidormanager_sp4.png");
      width: 270px;
      height: 602px; }
    .davy #screenshot_humidor_manager_1 {
      content: url("./../img/humidormanager_sp1.jpg");
      width: 135px;
      height: 301px; }
    .davy #screenshot_humidor_manager_2 {
      content: url("./../img/humidormanager_sp2.jpg");
      width: 135px;
      height: 301px; }
    .davy #screenshot_humidor_manager_3 {
      content: url("./../img/humidormanager_sp3.png");
      width: 135px;
      height: 301px; }
    .davy #screenshot_humidor_manager_4 {
      content: url("./../img/humidormanager_sp4.png");
      width: 135px;
      height: 301px; }
    .davy #screenshot_overview {
      content: url("./../img/overview_sp.jpg");
      width: 135px;
      height: 301px; }
    .davy #screenshot_search {
      content: url("./../img/search_sp.jpg");
      width: 135px;
      height: 301px; }
    .davy #screenshot_cigarcounter {
      content: url("./../img/cigarcounter_sp.jpg");
      width: 135px;
      height: 301px; }
    .davy #screenshot_cigarselector {
      content: url("./../img/cigarselector_sp.jpg");
      width: 135px;
      height: 301px; }
    .davy #screenshot_smokingprotocol_1 {
      content: url("./../img/smokingprotocol_sp1.jpg");
      width: 135px;
      height: 301px; }
    .davy #screenshot_smokingprotocol_2 {
      content: url("./../img/smokingprotocol_sp2.jpg");
      width: 135px;
      height: 301px; }
    .davy #screenshot_smokingprotocol_3 {
      content: url("./../img/smokingprotocol_sp3.jpg");
      width: 135px;
      height: 301px; } }
  @media only screen and (min-width: 1020px) {
    .davy #hm1 div {
      content: url("./../img/humidormanager_desk1.png");
      width: 960px;
      height: 600px; }
    .davy #hm3 div {
      content: url("./../img/overview_desk.png");
      width: 960px;
      height: 600px; }
    .davy #hm4 div {
      content: url("./../img/search_desk.png");
      width: 960px;
      height: 600px; }
    .davy #hm5 div {
      content: url("./../img/smokingprotocol_desk1.png");
      width: 600px;
      height: 960px; }
    .davy #hm6 div {
      content: url("./../img/smokingprotocol_desk2.png");
      width: 960px;
      height: 600px; }
    .davy #hm7 div {
      display: none; }
    .davy #hm8 div {
      content: url("./../img/cigarselector_desk.png");
      width: 960px;
      height: 600px; }
    .davy #hm9 div {
      content: url("./../img/cigarcounter_desk.png");
      width: 960px;
      height: 600px; }
    .davy #hm10 div {
      content: url("./../img/humidormanager_desk2.png");
      width: 960px;
      height: 600px; }
    .davy #hm11 div {
      display: none; }
    .davy #screenshot_humidor_manager_1 {
      content: url("./../img/humidormanager_desk1.png");
      width: 640px;
      height: 400px; }
    .davy #screenshot_humidor_manager_3 {
      content: url("./../img/humidormanager_desk2.png");
      width: 640px;
      height: 400px; }
    .davy #screenshot_overview {
      content: url("./../img/overview_desk.png");
      width: 640px;
      height: 400px; }
    .davy #screenshot_search {
      content: url("./../img/search_desk.png");
      width: 640px;
      height: 400px; }
    .davy #screenshot_cigarcounter {
      content: url("./../img/cigarcounter_desk.png");
      width: 640px;
      height: 400px; }
    .davy #screenshot_cigarselector {
      content: url("./../img/cigarselector_desk.png");
      width: 640px;
      height: 400px; }
    .davy #screenshot_smokingprotocol_1 {
      content: url("./../img/smokingprotocol_desk1.png");
      width: 400px;
      height: 640px; }
    .davy #screenshot_smokingprotocol_2 {
      content: url("./../img/smokingprotocol_desk2.png");
      width: 640px;
      height: 400px; }
    .davy #screenshot_smokingprotocol_3 {
      display: none; }
    .davy #screenshot_humidor_manager_2 {
      display: none; } }

.burn {
  /*body*/
  transition: width 2s;
  background-color: #d4cfb2;
  color: #874a1d;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  overflow-x: hidden;
  /*screenshots*/ }
  .burn a#video_link {
    color: #874a1d; }
  .burn nav.menu {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0; }
  .burn nav.menu ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap-reverse;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    justify-content: center; }
  .burn nav.menu ul li {
    list-style-type: none;
    display: flex; }
  .burn ul li.logo_link ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
  .burn nav.menu ul li a img.logo {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="3.41333in" height="3.41333in"     viewBox="0 0 1024 1024">  <path id="Logo"  fill="%23874a1d"      fill-rule="evenodd"        d="       M 460.02,215.50           C 460.02,215.50 460.02,185.50 460.02,185.50             460.02,185.50 580.02,185.50 580.02,185.50             580.02,185.50 580.02,215.50 580.02,215.50             580.02,215.50 460.02,215.50 460.02,215.50 Z           M 460.00,265.09           C 460.00,265.09 460.00,235.09 460.00,235.09             460.00,235.09 580.00,235.09 580.00,235.09             580.00,235.09 580.00,265.09 580.00,265.09             580.00,265.09 460.00,265.09 460.00,265.09 Z     M 710.00,535.00           C 710.00,535.00 710.00,653.00 710.00,653.00             710.00,674.28 711.61,702.26 703.55,722.00             693.29,747.12 665.53,757.96 640.00,758.00             640.00,758.00 400.00,758.00 400.00,758.00             381.37,757.97 358.34,751.89 345.29,737.91             333.90,725.72 329.03,706.37 329.00,690.00             329.00,690.00 329.00,236.00 329.00,236.00             329.03,218.82 335.21,198.15 348.04,186.17             360.46,174.58 383.30,169.03 400.00,169.00             400.00,169.00 639.00,169.00 639.00,169.00             661.13,169.03 686.15,176.72 698.90,196.00             706.26,207.13 709.98,226.73 710.00,240.00             710.00,240.00 710.00,382.00 710.00,382.00             710.00,382.00 580.00,382.00 580.00,382.00             580.00,382.00 580.00,281.00 580.00,281.00             580.00,281.00 460.00,281.00 460.00,281.00             460.00,281.00 460.00,584.00 460.00,584.00             460.00,584.00 460.00,629.00 460.00,629.00             460.00,637.06 459.17,647.61 462.36,655.00             467.54,666.99 480.80,674.28 493.00,677.34             499.52,678.97 507.29,679.99 514.00,680.00             539.96,680.04 579.84,673.07 580.00,640.00             580.00,640.00 580.00,535.00 580.00,535.00             580.00,535.00 710.00,535.00 710.00,535.00 Z           M 457.00,801.00           C 457.00,795.02 455.90,784.86 460.42,780.43             464.09,776.81 477.81,775.82 483.00,776.04             483.00,776.04 493.00,776.99 493.00,776.99             498.03,777.11 502.89,776.26 506.15,781.11             508.43,784.51 508.98,792.86 509.00,797.00             509.00,797.00 509.00,854.00 509.00,854.00             509.00,854.00 469.00,854.00 469.00,854.00             460.20,853.88 457.12,850.80 457.00,842.00             456.90,834.47 454.57,818.00 459.51,812.23             462.09,809.21 465.37,809.11 469.00,808.58             475.59,807.62 484.16,808.00 491.00,808.00             491.00,808.00 491.00,791.00 491.00,791.00             491.00,791.00 475.00,791.00 475.00,791.00             474.98,793.27 475.15,796.64 473.83,798.57             471.37,802.13 461.07,801.00 457.00,801.00 Z           M 594.00,776.42           C 603.53,775.26 608.34,776.77 617.00,776.99             622.23,777.11 627.66,776.47 631.28,781.21             634.99,786.08 634.00,798.79 634.00,805.00             634.00,805.00 634.00,838.00 634.00,838.00             633.95,842.29 633.59,847.32 630.43,850.58             626.96,854.18 621.60,853.99 617.00,854.00             617.00,854.00 593.00,854.00 593.00,854.00             589.11,853.94 585.45,853.75 582.65,850.61             579.95,847.57 580.02,843.80 580.00,840.00             580.00,840.00 580.00,799.00 580.00,799.00             580.00,793.77 579.22,785.57 582.23,781.21             585.06,777.11 589.55,777.10 594.00,776.42 Z           M 425.00,854.00           C 416.06,854.00 399.47,855.95 393.72,847.90             390.06,842.76 391.00,831.32 391.00,825.00             391.00,825.00 391.00,795.00 391.00,795.00             391.07,789.71 391.82,783.23 396.21,779.65             399.75,776.77 403.74,777.01 408.00,777.00             408.00,777.00 445.00,777.00 445.00,777.00             445.00,777.00 445.00,866.00 445.00,866.00             444.86,877.43 440.43,881.86 429.00,882.00             429.00,882.00 406.00,882.00 406.00,882.00             401.04,881.94 396.22,881.40 393.28,876.81             390.65,872.72 391.00,866.69 391.00,862.00             391.00,862.00 411.00,862.00 411.00,862.00             411.00,862.00 411.00,868.00 411.00,868.00             411.00,868.00 425.00,868.00 425.00,868.00             425.00,868.00 425.00,854.00 425.00,854.00 Z           M 520.00,777.16           C 520.00,777.16 533.00,777.16 533.00,777.16             536.08,777.84 538.84,779.25 542.00,779.21             549.80,779.13 562.08,773.03 568.57,780.23             573.39,785.56 572.00,801.70 572.00,809.00             567.71,809.00 555.68,810.22 553.17,806.57             551.49,804.12 552.00,796.19 552.00,793.00             549.13,795.64 545.08,798.62 543.30,802.01             541.23,805.96 540.06,814.48 540.00,819.00             540.00,819.00 540.00,854.00 540.00,854.00             540.00,854.00 520.00,854.00 520.00,854.00             520.00,854.00 520.00,777.16 520.00,777.16 Z           M 614.00,791.00           C 614.00,791.00 598.00,791.00 598.00,791.00             598.00,791.00 598.00,840.00 598.00,840.00             598.00,840.00 614.00,840.00 614.00,840.00             614.00,840.00 614.00,791.00 614.00,791.00 Z           M 425.00,840.00           C 425.00,840.00 425.00,821.00 425.00,821.00             425.00,821.00 425.00,807.00 425.00,807.00             424.93,801.90 423.89,793.56 417.00,793.73             414.95,793.79 413.02,794.86 411.70,796.39             409.02,799.49 409.02,804.14 409.00,808.00             408.95,817.63 406.18,834.56 417.00,838.85             419.69,839.92 422.18,839.94 425.00,840.00 Z           M 491.00,838.00           C 491.00,834.26 491.84,824.31 489.26,821.74             486.80,819.27 478.49,820.00 475.00,820.00             475.00,820.00 475.00,838.00 475.00,838.00             475.00,838.00 491.00,838.00 491.00,838.00 Z" /></svg>');
    min-width: 300px;
    min-height: 300px;
    border: 0; }
  .burn nav.menu ul li.default_links {
    flex-flow: row-reverse wrap;
    justify-content: flex-end;
    flex-grow: 2; }
  .burn nav.menu ul li.default_links ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px; }
  .burn nav.menu ul li.default_links ul li.default_link {
    margin-right: 20px; }
  .burn nav.menu ul li.default_links a {
    text-decoration: none;
    color: #874a1d;
    font-size: 20px; }
  .burn nav.menu ul li.default_links ul li.scheme_select {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  .burn nav.menu ul li.default_links ul li.scheme_select div {
    margin-right: 20px;
    margin-bottom: 5px;
    height: 20px;
    width: 20px;
    border: 1px solid #874a1d; }
  .burn .claim div {
    position: flex;
    justify-content: center; }
  .burn .claim div h1 {
    color: #874a1d;
    font-weight: bold;
    font-size: 48px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0; }
  .burn div.main_content {
    font-size: 24px;
    padding: 10px;
    text-align: left;
    background-color: #ffc448;
    color: #874a1d;
    hyphens: auto;
    word-break: break-word;
    animation-name: fadein;
    animation-duration: 1s; }
  .burn img.humi {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="0.666667in" height="0.666667in" viewBox="0 0 200 200"> <path id="Humidor"  fill="%23874a1d" d="M 40.00,199.75 C 40.00,199.75 40.00,40.00 40.00,40.00 40.00,40.00 160.00,40.00 160.00,40.00 160.00,40.00 160.00,199.75 160.00,199.75 160.00,199.75 130.00,199.75 130.00,199.75 130.00,199.75 130.00,189.75 130.00,189.75 130.00,189.75 70.00,189.75 70.00,189.75 70.00,189.75 70.00,199.75 70.00,199.75 70.00,199.75 40.00,199.75 40.00,199.75 Z M 50.00,50.00 C 50.00,50.00 50.00,179.75 50.00,179.75 50.00,179.75 150.00,179.75 150.00,179.75 150.00,179.75 150.00,50.00 150.00,50.00 150.00,50.00 50.00,50.00 50.00,50.00 Z" />  <path fill="%23874a1d" fill-rule="evenodd" d="M 60.00,135.50 C 60.00,135.50 60.00,165.50 60.00,165.50 60.00,165.50 140.00,165.50 140.00,165.50 140.00,165.50 140.00,135.50 140.00,135.50 140.00,135.50 110.00,135.50 110.00,135.50 110.00,135.50 110.00,145.50 110.00,145.50 110.00,145.50 90.00,145.50 90.00,145.50 90.00,145.50 90.00,135.50 90.00,135.50 90.00,135.50 60.00,135.50 60.00,135.50 Z M 60.00,95.50 C 60.00,95.50 60.00,125.50 60.00,125.50 60.00,125.50 140.00,125.50 140.00,125.50 140.00,125.50 140.00,95.50 140.00,95.50 140.00,95.50 110.00,95.50 110.00,95.50 110.00,95.50 110.00,105.50 110.00,105.50 110.00,105.50 90.00,105.50 90.00,105.50 90.00,105.50 90.00,95.50 90.00,95.50 90.00,95.50 60.00,95.50 60.00,95.50 Z M 60.25,56.00 C 60.25,56.00 60.25,86.00 60.25,86.00 60.25,86.00 140.25,86.00 140.25,86.00 140.25,86.00 140.25,56.00 140.25,56.00 140.25,56.00 110.25,56.00 110.25,56.00 110.25,56.00 110.25,66.00 110.25,66.00 110.25,66.00 90.25,66.00 90.25,66.00 90.25,66.00 90.25,56.00 90.25,56.00 90.25,56.00 60.25,56.00 60.25,56.00 Z" /></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin: 10px;
    margin-top: 0px; }
  .burn img.pencil {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"  viewBox="0 0 16 16"><path fill="%23874a1d" d="M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z"/><path fill="%23874a1d" fill-rule="evenodd" d="M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z" /></svg>');
    min-width: 80px;
    min-height: 80px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .burn img.cigar {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"      width="0.666667in" height="0.666667in"      viewBox="0 0 60 60">  <path  fill="%23874a1d" d="M 7.98,19.11            C 0.01,26.32 0.01,33.52 7.98,40.73              7.98,40.73 16.94,40.73 16.94,40.73              16.94,40.73 16.94,19.11 16.94,19.11              16.94,19.11 7.98,19.11 7.98,19.11 Z            M 28.89,19.11            C 28.89,19.11 45.62,19.11 45.62,19.11              45.62,19.11 45.62,40.73 45.62,40.73              45.62,40.73 28.89,40.73 28.89,40.73              28.89,40.73 28.89,19.11 28.89,19.11 Z            M 48.61,19.11            C 48.61,19.11 51.59,19.11 51.59,19.11              51.59,19.11 51.59,40.73 51.59,40.73              51.59,40.73 48.61,40.73 48.61,40.73              48.61,40.73 48.61,19.11 48.61,19.11 Z            M 54.58,19.11            C 54.58,19.11 57.57,19.11 57.57,19.11              57.57,19.11 57.57,40.73 57.57,40.73              57.57,40.73 54.58,40.73 54.58,40.73              54.58,40.73 54.58,19.11 54.58,19.11 Z            M 16.94,19.11 16.94,19.11 16.94,19.11 16.94,19.11" shape-rendering="geometricPrecision">            </path></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin: 10px;
    margin-top: 0px; }
  .burn img.video {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"      width="16" height="16"      viewBox="0 0 16 16" fill="%23874a1d">   <path d="M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM1 3a2 2 0 1 0 4 0 2 2 0 0 0-4 0z"></path>   <path d="M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h7zm6 8.73V7.27l-3.5 1.555v4.35l3.5 1.556zM1 8v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z"></path>   <path d="M9 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM7 3a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"></path> </svg>');
    min-width: 80px;
    min-height: 80px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .burn img.happy {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="3.33333in" height="3.33333in" viewBox="0 0 1000 1000" fill="%23874a1d"> <path fill="%23874a1d" d="M 232.19,590.00 C 232.00,587.61 231.90,584.27 232.19,582.00 233.10,578.72 235.69,574.25 237.14,571.00 237.14,571.00 249.14,545.00 249.14,545.00 249.14,545.00 273.69,492.00 273.69,492.00 273.69,492.00 295.76,444.00 295.76,444.00 295.76,444.00 308.24,417.00 308.24,417.00 309.38,414.68 311.84,408.28 313.65,406.99 315.70,405.53 324.18,405.96 327.00,406.00 334.64,406.13 335.22,410.45 338.14,417.00 338.14,417.00 352.00,447.00 352.00,447.00 352.00,447.00 363.69,472.00 363.69,472.00 363.69,472.00 397.31,545.00 397.31,545.00 397.31,545.00 414.37,582.00 414.37,582.00 415.11,584.61 414.99,587.31 415.00,590.00 415.00,590.00 401.61,592.27 390.09,592.27 379.22,592.27 370.18,590.00 370.18,590.00 370.18,590.00 358.61,568.02 358.61,568.02 358.61,568.02 351.00,567.00 351.00,567.00 351.00,567.00 296.00,567.00 296.00,567.00 296.00,567.00 288.21,568.02 288.21,568.02 288.21,568.02 283.58,575.00 283.58,575.00 283.58,575.00 277.00,590.00 277.00,590.00 276.46,595.02 231.73,594.30 232.19,590.00 Z M 440.00,408.00 C 440.00,408.00 501.00,408.00 501.00,408.00 522.30,408.00 542.33,407.77 560.00,421.67 593.70,448.18 592.10,510.68 555.00,533.53 539.25,543.24 527.57,543.00 510.00,543.00 510.00,543.00 485.00,543.00 485.00,543.00 485.00,543.00 485.00,590.00 485.00,590.00 485.21,598.29 440.24,599.47 440.00,590.00 440.00,590.00 440.00,408.00 440.00,408.00 Z M 619.00,408.00 C 619.00,408.00 680.00,408.00 680.00,408.00 694.83,408.00 709.82,407.17 724.00,412.44 766.36,428.18 775.80,486.05 750.10,520.00 738.99,534.68 721.31,542.91 703.00,543.00 703.00,543.00 689.00,543.00 689.00,543.00 689.00,543.00 673.00,543.00 673.00,543.00 670.86,543.04 668.23,542.96 666.60,544.60 664.68,546.52 665.01,550.46 665.00,553.00 665.00,553.00 665.00,590.00 665.00,590.00 664.81,598.61 618.84,597.37 619.00,590.00 619.00,590.00 619.00,408.00 619.00,408.00 Z M 464.00,524.00 C 464.00,524.00 509.00,524.00 509.00,524.00 520.87,524.00 530.02,525.04 541.00,519.10 570.36,503.22 570.49,450.26 542.00,433.26 527.35,424.52 498.30,427.00 481.00,427.00 477.32,427.00 463.04,426.05 461.02,428.60 459.77,430.19 460.00,434.01 460.00,436.00 460.00,436.00 460.00,573.00 460.00,573.00 460.00,573.00 464.00,573.00 464.00,573.00 464.00,573.00 464.00,524.00 464.00,524.00 Z M 644.00,524.00 C 644.00,524.00 691.00,524.00 691.00,524.00 704.68,524.00 718.13,524.05 728.79,513.68 730.92,511.61 732.73,508.54 734.32,506.00 749.65,481.41 745.22,440.97 715.00,430.09 709.62,428.15 706.58,428.01 701.00,428.00 701.00,428.00 641.00,428.00 641.00,428.00 641.00,428.00 641.00,573.00 641.00,573.00 641.00,573.00 644.00,573.00 644.00,573.00 644.00,573.00 644.00,524.00 644.00,524.00 Z M 324.00,432.00 C 324.00,432.00 322.00,432.00 322.00,432.00 322.00,432.00 305.69,467.00 305.69,467.00 305.69,467.00 280.69,521.00 280.69,521.00 280.69,521.00 257.00,573.00 257.00,573.00 258.40,572.76 259.31,572.82 260.61,571.98 264.97,569.15 269.67,551.03 274.39,548.02 276.34,546.78 279.73,547.00 282.00,547.00 282.00,547.00 365.00,547.00 365.00,547.00 367.27,547.00 370.66,546.78 372.61,548.02 375.11,549.62 379.65,560.69 381.22,564.00 383.48,568.78 383.35,572.04 389.00,573.00 389.00,573.00 379.25,550.00 379.25,550.00 379.25,550.00 365.26,520.00 365.26,520.00 365.26,520.00 336.31,458.00 336.31,458.00 336.31,458.00 324.00,432.00 324.00,432.00 Z M 25.00,450.00 C 25.00,450.00 33.64,447.00 42.50,447.00 51.63,447.00 61.00,450.00 61.00,450.00 61.00,450.00 61.00,501.00 61.00,501.00 61.00,501.00 105.00,501.00 105.00,501.00 105.00,501.00 105.00,450.00 105.00,450.00 105.00,450.00 114.70,446.75 124.00,446.75 132.67,446.75 141.00,450.00 141.00,450.00 141.00,450.00 141.00,590.00 141.00,590.00 141.00,590.00 132.00,594.50 123.00,594.50 114.00,594.50 105.00,590.00 105.00,590.00 105.00,590.00 105.00,534.00 105.00,534.00 105.00,534.00 61.00,534.00 61.00,534.00 61.00,534.00 61.00,590.00 61.00,590.00 61.00,590.00 51.40,594.50 41.50,594.50 33.64,594.50 25.00,590.00 25.00,590.00 25.00,590.00 25.00,450.00 25.00,450.00 Z M 850.00,450.00 C 850.00,450.00 880.00,450.00 880.00,450.00 880.00,450.00 888.37,451.60 888.37,451.60 888.37,451.60 896.31,465.00 896.31,465.00 896.31,465.00 913.00,497.00 913.00,497.00 913.00,497.00 916.00,497.00 916.00,497.00 916.00,497.00 932.58,465.00 932.58,465.00 932.58,465.00 940.61,451.60 940.61,451.60 940.61,451.60 949.00,450.00 949.00,450.00 949.00,450.00 979.00,450.00 979.00,450.00 978.77,459.11 972.38,466.54 967.68,474.00 967.68,474.00 942.19,515.00 942.19,515.00 936.44,524.38 932.02,527.70 932.00,539.00 932.00,539.00 932.00,590.00 932.00,590.00 931.85,598.89 896.73,597.06 896.86,590.00 896.86,590.00 896.86,539.00 896.86,539.00 897.00,536.91 897.08,533.99 896.86,532.00 895.73,528.53 888.03,516.73 885.68,513.00 885.68,513.00 860.20,472.00 860.20,472.00 855.95,464.99 850.27,458.42 850.00,450.00 Z M 169.00,527.00 C 169.00,527.00 181.74,525.00 194.50,525.00 207.73,525.00 221.00,527.00 221.00,527.00 221.00,527.00 221.00,543.00 221.00,543.00 221.00,543.00 208.26,545.50 195.50,545.50 182.27,545.50 169.00,543.00 169.00,543.00 169.00,543.00 169.00,527.00 169.00,527.00 Z M 786.00,527.00 C 786.00,527.00 797.84,525.00 811.00,525.00 823.84,525.00 838.00,527.00 838.00,527.00 838.00,527.00 838.00,543.00 838.00,543.00 838.00,543.00 824.07,545.50 811.50,545.50 798.10,545.50 786.00,543.00 786.00,543.00 786.00,543.00 786.00,527.00 786.00,527.00 Z M 440.00,595.64" /> <path fill="%23874a1d" d="M 465.00,431.00 C 480.16,431.00 517.18,430.03 530.00,432.47 535.30,433.47 549.32,439.34 548.34,446.00 547.87,449.24 544.33,452.38 541.99,454.41 536.39,459.26 522.42,469.08 522.42,477.00 522.43,484.08 535.81,494.35 541.00,498.75 543.45,500.84 548.00,504.52 548.18,508.00 548.49,514.12 535.03,519.58 530.00,520.53 517.08,522.98 480.24,522.00 465.00,522.00 465.00,522.00 465.00,431.00 465.00,431.00 Z M 645.00,431.00 C 660.64,431.00 696.55,430.02 710.00,432.46 715.62,433.49 729.40,438.75 728.34,446.00 727.87,449.24 724.32,452.38 721.99,454.41 716.39,459.26 702.42,469.08 702.42,477.00 702.43,484.08 715.81,494.35 721.00,498.75 723.45,500.84 728.00,504.52 728.18,508.00 728.51,514.66 715.29,519.52 710.00,520.54 696.45,523.14 660.77,522.00 645.00,522.00 645.00,522.00 645.00,431.00 645.00,431.00 Z M 324.00,440.00 C 324.00,440.00 341.26,476.00 341.26,476.00 341.26,476.00 373.00,544.00 373.00,544.00 373.00,544.00 276.00,544.00 276.00,544.00 276.00,544.00 301.69,488.00 301.69,488.00 301.69,488.00 324.00,440.00 324.00,440.00 Z M 325.00,485.00 C 325.00,485.00 323.00,485.00 323.00,485.00 323.00,485.00 305.00,527.00 305.00,527.00 305.00,527.00 343.00,527.00 343.00,527.00 343.00,527.00 325.00,485.00 325.00,485.00 Z" /> <path fill="%23874a1d" fill-rule="evenodd" d="M 644.59,623.86 C 643.03,641.48 636.59,658.71 625.33,673.00 616.05,684.78 605.32,692.70 592.00,699.24 578.30,705.98 564.12,708.17 549.00,708.00 536.18,707.85 522.41,703.95 511.00,698.25 481.78,683.64 463.30,655.07 460.24,624.26 458.82,609.93 462.74,607.61 464.46,623.76 468.89,665.51 502.39,702.45 549.00,703.00 563.63,703.17 576.64,700.86 590.00,694.69 599.47,690.32 610.89,681.83 617.71,674.00 630.56,659.24 637.68,641.80 639.53,624.16 641.09,618.40 646.13,606.19 644.59,623.86 Z M 665.50,611.44 C 664.42,651.93 641.63,690.88 602.42,709.99 585.00,718.48 567.63,721.47 548.42,721.25 539.06,721.14 526.33,718.51 517.42,715.58 470.55,700.15 441.72,657.61 440.36,612.06 440.23,607.44 484.95,600.42 484.66,612.46 483.81,647.83 510.75,681.53 550.67,682.00 561.51,682.12 571.77,680.25 581.67,675.69 589.87,671.91 598.39,665.89 604.23,659.00 615.92,645.19 621.20,628.59 620.73,612.43 629.23,595.74 673.33,614.55 665.50,611.44 Z" /> </svg>');
    border: 0;
    margin-top: -100px;
    margin-bottom: -150px;
    margin-left: -10px; }
  .burn img.hammer {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23874a1d"> <path d="M277.42 247a24.68 24.68 0 00-4.08-5.47L255 223.44a21.63 21.63 0 00-6.56-4.57 20.93 20.93 0 00-23.28 4.27c-6.36 6.26-18 17.68-39 38.43C146 301.3 71.43 367.89 37.71 396.29a16 16 0 00-1.09 23.54l39 39.43a16.13 16.13 0 0023.67-.89c29.24-34.37 96.3-109 136-148.23 20.39-20.06 31.82-31.58 38.29-37.94a21.76 21.76 0 003.84-25.2zM478.43 201l-34.31-34a5.44 5.44 0 00-4-1.59 5.59 5.59 0 00-4 1.59h0a11.41 11.41 0 01-9.55 3.27c-4.48-.49-9.25-1.88-12.33-4.86-7-6.86 1.09-20.36-5.07-29a242.88 242.88 0 00-23.08-26.72c-7.06-7-34.81-33.47-81.55-52.53a123.79 123.79 0 00-47-9.24c-26.35 0-46.61 11.76-54 18.51-5.88 5.32-12 13.77-12 13.77a91.29 91.29 0 0110.81-3.2 79.53 79.53 0 0123.28-1.49C241.19 76.8 259.94 84.1 270 92c16.21 13 23.18 30.39 24.27 52.83.8 16.69-15.23 37.76-30.44 54.94a7.85 7.85 0 00.4 10.83l21.24 21.23a8 8 0 0011.14.1c13.93-13.51 31.09-28.47 40.82-34.46s17.58-7.68 21.35-8.09a35.71 35.71 0 0121.3 4.62 13.65 13.65 0 013.08 2.38c6.46 6.56 6.07 17.28-.5 23.74l-2 1.89a5.5 5.5 0 000 7.84l34.31 34a5.5 5.5 0 004 1.58 5.65 5.65 0 004-1.58L478.43 209a5.82 5.82 0 000-8z"/></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .burn img.stats {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"  width="16" height="16" fill="%23874a1d"> <path fill="%23874a1d" d="M 383.84,130.13 C 383.79,113.65 383.75,100.00 383.75,100.00 385.11,98.98 459.25,100.87 463.25,100.00 463.48,100.67 463.66,112.05 463.78,129.99 464.02,130.52 384.11,129.47 383.84,130.13 Z M 48.13,340.01 C 48.16,328.04 47.88,310.00 47.88,310.00 75.79,309.36 125.50,310.09 128.12,310.00 128.12,310.00 128.34,328.09 128.30,339.99 130.00,340.50 46.38,339.62 48.13,340.01 Z M 128.20,370.29 C 128.21,366.88 128.22,363.51 128.23,360.21 128.41,359.48 48.64,360.34 48.40,360.23 48.39,363.37 48.38,366.61 48.36,369.93 48.42,369.69 48.28,386.68 48.26,390.18 48.68,390.07 128.59,389.83 128.13,390.14 128.15,386.85 128.26,370.41 128.20,370.29 Z M 240.00,120.25 C 240.00,116.61 240.00,82.55 240.00,89.67 240.04,89.77 160.04,90.32 160.00,90.09 160.00,83.25 160.00,120.41 160.00,119.86 158.82,119.59 232.77,121.26 240.00,120.25 Z M 128.07,410.09 C 128.03,422.99 128.00,432.00 128.00,432.00 128.00,432.00 127.75,470.50 127.75,470.50 125.43,507.47 46.11,501.49 47.75,470.00 47.75,470.00 47.96,441.79 48.15,409.88 47.45,409.82 127.34,410.18 128.07,410.09 Z M 160.00,69.57 C 160.00,76.17 160.00,40.09 160.00,40.09 160.00,39.00 238.36,40.91 240.00,40.09 240.00,40.09 240.03,70.21 240.00,70.18 225.88,71.00 153.38,70.00 160.00,69.57 Z M 240.00,139.75 C 240.00,243.49 240.00,391.00 240.00,391.00 240.00,391.00 240.00,471.00 240.00,471.00 239.82,503.10 159.88,500.21 160.00,471.00 160.00,471.00 160.00,214.99 160.00,140.15 162.27,138.47 241.77,140.93 240.00,139.75 Z M 272.00,289.96 C 272.00,273.28 272.00,261.63 272.00,260.09 272.10,260.67 351.84,259.20 351.78,260.15 351.79,261.78 351.82,273.56 351.87,290.09 352.06,290.82 272.21,289.22 272.00,289.96 Z M 351.93,310.16 C 352.07,357.76 352.26,422.04 352.26,422.04 352.26,422.04 352.00,422.00 352.00,422.00 352.00,422.00 352.00,473.00 352.00,473.00 352.34,501.16 276.17,500.57 272.79,480.00 271.66,476.11 272.00,469.26 272.00,465.00 272.00,465.00 272.00,439.00 272.00,439.00 272.00,439.00 272.00,362.85 272.00,309.86 271.77,309.69 351.67,310.29 351.93,310.16 Z M 272.00,240.14 C 272.00,221.84 272.00,210.00 272.00,210.00 272.00,210.00 351.64,210.00 351.64,210.00 351.64,210.00 351.67,221.92 351.73,240.12 351.74,240.62 272.00,239.33 272.00,240.14 Z M 383.89,150.23 C 383.93,161.93 383.96,172.97 383.98,179.84 383.83,179.61 463.01,180.32 463.99,179.84 463.97,169.27 463.93,159.29 463.89,150.21 462.57,150.33 382.85,149.49 383.89,150.23 Z M 464.03,200.06 C 464.18,286.98 464.00,399.00 464.00,399.00 464.00,399.00 464.00,471.00 464.00,471.00 451.32,509.56 375.67,489.27 384.00,471.00 384.00,471.00 383.99,265.69 383.98,199.85 384.15,200.79 464.18,199.14 464.03,200.06 Z" /> </svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .burn img.apple {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23874a1d"> <path fill="%23874a1d" d="M349.13 136.86c-40.32 0-57.36 19.24-85.44 19.24-28.79 0-50.75-19.1-85.69-19.1-34.2 0-70.67 20.88-93.83 56.45-32.52 50.16-27 144.63 25.67 225.11 18.84 28.81 44 61.12 77 61.47h.6c28.68 0 37.2-18.78 76.67-19h.6c38.88 0 46.68 18.89 75.24 18.89h.6c33-.35 59.51-36.15 78.35-64.85 13.56-20.64 18.6-31 29-54.35-76.19-28.92-88.43-136.93-13.08-178.34-23-28.8-55.32-45.48-85.79-45.48z"/><path d="M340.25 32c-24 1.63-52 16.91-68.4 36.86-14.88 18.08-27.12 44.9-22.32 70.91h1.92c25.56 0 51.72-15.39 67-35.11 14.72-18.77 25.88-45.37 21.8-72.66z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .burn img.android {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23874a1d"> <path d="M380.91 199l42.47-73.57a8.63 8.63 0 00-3.12-11.76 8.52 8.52 0 00-11.71 3.12l-43 74.52c-32.83-15-69.78-23.35-109.52-23.35s-76.69 8.36-109.52 23.35l-43-74.52a8.6 8.6 0 10-14.88 8.64L131 199C57.8 238.64 8.19 312.77 0 399.55h512c-8.19-86.78-57.8-160.91-131.09-200.55zM138.45 327.65a21.46 21.46 0 1121.46-21.46 21.47 21.47 0 01-21.46 21.46zm235 0A21.46 21.46 0 11395 306.19a21.47 21.47 0 01-21.51 21.46z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .burn img.windows {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23874a1d"> <path d="M480 265H232v179l248 36V265zM216 265H32v150l184 26.7V265zM480 32L232 67.4V249h248V32zM216 69.7L32 96v153h184V69.7z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .burn img.linux {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23874a1d"> <path d="M443.66 405.05c-1.46-.79-2.85-1.54-4-2.2-6.47-3.83-13-10.52-11.85-17.83 2.42-15.94 2.89-23.47-.49-28.79a15.61 15.61 0 00-7.67-6.2v-.06c1.41-2.56 2.26-5.66 2.83-10.12 1.44-11-5-44-13.7-70.7-8.08-24.68-29.24-50-44.7-68.56l-3.61-4.34c-23.88-28.93-24.34-38.19-26.55-82.67-.32-6.47-.69-13.8-1.17-22C329.87 41.43 304 16 256 16c-25.2 0-44.62 7.15-57.72 21.26C187.79 48.55 182 64 182 80.78c0 29.52 2 53 2.15 54.29 1.4 35.7 1 41.22-8.31 57.55-2.23 3.93-8.38 10.87-14.89 18.21-8.48 9.57-18.09 20.41-23.36 29.22-3.77 6.31-5.88 12.63-8.11 19.33-3.4 10.21-7.26 21.78-18.15 36.57-12.57 17.07-15.52 29.61-11 47.45-4.94 6.45-4.83 14.37-4.75 20.23a25.84 25.84 0 01-.3 6.09c-2.29 7.59-12.42 9.4-22 10.18-1.58.12-3.1.21-4.55.29-7.26.39-13.53.74-17.13 6.3-3.47 5.36-1.12 13.8 2.14 25.48.72 2.58 1.46 5.25 2.19 8.06 1.83 7-.16 10.48-2.68 14.84-2.44 4.21-5.21 9-5.21 17.55 0 14.67 20 18 43.05 21.94 7.36 1.24 15 2.53 22.63 4.24a225.58 225.58 0 0134.08 10.68c9.72 3.73 17.4 6.68 26.43 6.68 16.18 0 28.25-9.77 39.92-19.21l2.15-1.75c5.53-4.49 21.5-4 34.34-3.64 3.46.1 6.73.2 9.65.2h6.22c13.48-.08 31.94-.18 42.23 2.5 3.75 1 6.2 3.72 9.29 7.19 5.87 6.56 13.17 14.75 33.39 14.75 19.39 0 29.55-8.71 41.32-18.8 7.16-6.13 14.56-12.48 25.07-17.86 3.92-2 7.62-3.87 11.08-5.61 22.64-11.38 35.11-17.65 35.11-27.82 0-9.91-12.24-16.5-20.34-20.86zM211.11 88.38a13.91 13.91 0 0112.47 9c1.95 5.55 1.81 10.42.21 12.94 0 0-.22-1-.36-1.44a14.85 14.85 0 00-6.44-8.59 11.35 11.35 0 00-8.94-1.47c-4.26 1.13-8.41 5-8.91 18.79-5.16-10.47-2.31-18 .92-23 2.31-3.73 7.47-6.33 11.05-6.23zm-17.5 375C192 479.24 175.2 479 170.09 478.59c-9.81-.82-21.66-4.69-33.13-8.43-4.52-1.47-9.19-3-13.73-4.34-13.2-3.89-30.12-6.74-43.72-9-3.22-.55-6.27-1.06-9.05-1.55s-4.61-1.27-5.2-2.3c-1-1.65.38-5.25 1.93-9.41C69.27 438 72.11 430.34 72 421c0-3.91-1.47-8.3-2.84-12.56-1.62-5-3.28-10.17-1.93-12.62 1.23-2.23 6.75-2.49 11.6-2.49h2.26c3.55 0 6.62.06 8.75-.53 6.51-1.81 14.86-6.92 17.81-13.88.9-2.17 1.37-6.94 2-14 .37-4.12.74-8.37 1.22-10.58a3.55 3.55 0 012.11-2.55c1.65-.77 6.78-1.91 18.63 4.08 11.18 5.65 22.88 25.84 34.2 45.37 3.56 6.14 6.92 11.94 10.3 17.36 14.04 22.54 18.83 31.6 17.5 44.8zm128.84-31.56a68.74 68.74 0 01-4.55 10.9.58.58 0 01-1.08-.42 56.61 56.61 0 002.11-18.43c-.25-4.73-.4-7.59-2.66-8.51s-4.26.83-9.45 5.54c-1.1 1-2.36 2.14-3.78 3.4-10.8 9.47-26.88 20.68-55.61 23.37-16.84 1.59-27.59-4.63-30.92-8.14a2.16 2.16 0 00-3.07-.08 2.23 2.23 0 00-.51 2.29c2.12 6.84 1.2 12.26-.49 16.19-.95 2.2-1.85 2.05-2-.34-.25-4.64-1-9.88-3-14.19-3.11-6.94-7-14.34-8.89-17.88v-.05c3.24-1.49 8.86-4.83 11.37-10.88s4.48-18-9.82-31.74c-6.28-6.05-22.1-17.16-36.06-27-10.9-7.65-22.17-15.56-23.65-17.51-4.49-5.89-6.37-9.3-6.94-19.65.07-2.3.13-4.59.19-6.89l.27-2.49a.58.58 0 011.15 0 63.07 63.07 0 002 9.72c1.08 3.73 2.4 7.58 3.62 9.18 3.19 4.22 7.56 7.39 11.67 8.49a5.48 5.48 0 005-.72c2.93-2.33 2.65-7.6 2.19-16.34-.47-9-1.11-21.34 1.85-34.55 5.62-25 10.91-32.51 17.61-42 .86-1.22 1.75-2.47 2.65-3.79 1.44-2.08 3-4.1 4.67-6.23 7.47-9.61 15.93-20.49 13.92-40.95-.51-5.19-.76-8.83-.86-11.39a1 1 0 011.88-.59l.49.77 1.21 2c4.86 8 13.64 22.57 25.1 22.57a13.62 13.62 0 002.36-.21c23.39-3.93 51.9-30.25 52.17-30.51 3.12-3 2.84-6.14 1.64-7.91a5.18 5.18 0 00-6.45-1.72c-3.29 1.4-7.14 3.15-11.22 5-13.82 6.27-37 16.75-42.25 14.34a23.11 23.11 0 01-6.32-5.13 1 1 0 011.14-1.65c5.59 2.29 9.55 1.45 14.2-.08l1-.34c9.37-3.09 14.2-4.77 30.76-12.08a97.55 97.55 0 0116.26-5.93c4-1 6.42-1.63 7.71-4.34a6.65 6.65 0 00-.5-7.13c-1.53-1.87-4.07-2.57-7-1.9-3.22.75-4.7 3-6.41 4.49-2.4 2.05-5 4.16-17.19 8.65-27 10-34.58 10.61-45.21 3.43-9.84-6.69-15.15-13.23-15.15-16 0-2.13 5.45-5.7 8.71-7.84 1.33-.87 2.59-1.69 3.62-2.46 4.34-3.22 13-11.39 13.38-11.73 5.4-5.41 17.91-2.18 25 2.58a2.23 2.23 0 001.72.41 2.14 2.14 0 001.68-2.58c-4.2-17.46-.13-27.34 4-32.55a22.58 22.58 0 0117.48-8.48c12.81 0 21.76 10 21.76 24.42 0 11-2.82 16.79-5.48 20.3a1.73 1.73 0 01-2.58.18 1.78 1.78 0 01-.24-2.2A24.61 24.61 0 00290 114a16.58 16.58 0 00-16.84-16.67c-3.94 0-13.48 1.5-16.77 15.44a29.81 29.81 0 00-.34 11.07l.08.71c.9 7.38 15.3 12.51 27.23 15.51 11.36 2.85 13 6.22 8.84 19.63s3.11 26.23 5.7 29.57a78.3 78.3 0 018.31 12.47 93.8 93.8 0 016.62 16.48c2.17 6.79 4.05 12.65 10.63 21.22 11.07 14.4 17.66 48.64 15 78-.21 2.41-.53 4.29-.77 5.67-.43 2.53-.72 4.2.66 5.38s3.16.7 7.26-.63l3.43-1.09a109.33 109.33 0 0112.58-2.8 2.15 2.15 0 001.59-1.16c3.43-6.91 3.85-15.22 4-22.47q0-1.31.06-2.79c.19-7.77.45-18.93-2.95-32a1 1 0 011.93-.64 93 93 0 016.66 25.55c2.55 22.58-1.9 32.09-1.94 32.17a1.61 1.61 0 00.95 2.25 17.12 17.12 0 016.95 4.67c1.46 1.66.93 2.4-1.14 1.62a36.26 36.26 0 00-12.77-2.29c-10.4 0-18.09 4.95-21.51 9.19-3.19 3.94-3.7 7.67-3.83 11.27l-.06.05c-7.48-.75-12.94 1.21-17.47 6.21l-.08.09c-6.26 7.75-4 24.63-1.29 38.48 1.28 6.45 5.59 25.52 1.73 37.68zm96.1 10.07c-15.71 6.71-25.43 14.51-34 21.39-5.65 4.53-11 8.81-17.28 12.14-10.12 5.34-24.91 6.53-33.27-7.7-2.37-4-.71-9.86 1.58-17.95 3.05-10.75 7.23-25.46 3.71-44.65-.94-5.12-1.77-9.51-2.49-13.31C334 377 332.9 371.43 334 367c.63-2.45 3.43-3 5.87-3a20.83 20.83 0 012.63.19 29.51 29.51 0 007 12.1c5.7 5.86 13.63 8.83 23.56 8.85 2.1.17 25.94 1.55 36.54-22.4 1.46.18 3.65.7 4.3 2.3 1.28 3.19-.27 8.91-1.52 13.5-.9 3.31-1.68 6.16-1.63 8.37.31 16 11 22.78 25.83 32.16 1.79 1.13 3.66 2.31 5.55 3.54S445 425 445 426c-.52 4.79-20 13.16-26.45 15.91z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .burn div.divider {
    background-color: #874a1d;
    margin: 10px;
    padding: 0;
    height: 3px; }
  .burn a {
    color: #874a1d; }
  .burn .screenshotlink {
    width: fit-content;
    max-width: 100%;
    background-color: #d4cfb2;
    display: none; }
  @media only screen and (max-width: 1020px) {
    .burn #hm1 div {
      content: url("./../img/humidormanager_sp1.jpg");
      width: 270px;
      height: 602px; }
    .burn #hm2 div {
      content: url("./../img/humidormanager_sp2.jpg");
      width: 270px;
      height: 602px; }
    .burn #hm3 div {
      content: url("./../img/overview_sp.jpg");
      width: 270px;
      height: 602px; }
    .burn #hm4 div {
      content: url("./../img/search_sp.jpg");
      width: 270px;
      height: 602px; }
    .burn #hm5 div {
      content: url("./../img/smokingprotocol_sp1.jpg");
      width: 270px;
      height: 602px; }
    .burn #hm6 div {
      content: url("./../img/smokingprotocol_sp2.jpg");
      width: 270px;
      height: 602px; }
    .burn #hm7 div {
      content: url("./../img/smokingprotocol_sp3.jpg");
      width: 270px;
      height: 602px; }
    .burn #hm8 div {
      content: url("./../img/cigarselector_sp.jpg");
      width: 270px;
      height: 602px; }
    .burn #hm9 div {
      content: url("./../img/cigarcounter_sp.jpg");
      width: 270px;
      height: 602px; }
    .burn #hm10 div {
      content: url("./../img/humidormanager_sp3.png");
      width: 270px;
      height: 602px; }
    .burn #hm11 div {
      content: url("./../img/humidormanager_sp4.png");
      width: 270px;
      height: 602px; }
    .burn #screenshot_humidor_manager_1 {
      content: url("./../img/humidormanager_sp1.jpg");
      width: 135px;
      height: 301px; }
    .burn #screenshot_humidor_manager_2 {
      content: url("./../img/humidormanager_sp2.jpg");
      width: 135px;
      height: 301px; }
    .burn #screenshot_humidor_manager_3 {
      content: url("./../img/humidormanager_sp3.png");
      width: 135px;
      height: 301px; }
    .burn #screenshot_humidor_manager_4 {
      content: url("./../img/humidormanager_sp4.png");
      width: 135px;
      height: 301px; }
    .burn #screenshot_overview {
      content: url("./../img/overview_sp.jpg");
      width: 135px;
      height: 301px; }
    .burn #screenshot_search {
      content: url("./../img/search_sp.jpg");
      width: 135px;
      height: 301px; }
    .burn #screenshot_cigarcounter {
      content: url("./../img/cigarcounter_sp.jpg");
      width: 135px;
      height: 301px; }
    .burn #screenshot_cigarselector {
      content: url("./../img/cigarselector_sp.jpg");
      width: 135px;
      height: 301px; }
    .burn #screenshot_smokingprotocol_1 {
      content: url("./../img/smokingprotocol_sp1.jpg");
      width: 135px;
      height: 301px; }
    .burn #screenshot_smokingprotocol_2 {
      content: url("./../img/smokingprotocol_sp2.jpg");
      width: 135px;
      height: 301px; }
    .burn #screenshot_smokingprotocol_3 {
      content: url("./../img/smokingprotocol_sp3.jpg");
      width: 135px;
      height: 301px; } }
  @media only screen and (min-width: 1020px) {
    .burn #hm1 div {
      content: url("./../img/humidormanager_desk1.png");
      width: 960px;
      height: 600px; }
    .burn #hm3 div {
      content: url("./../img/overview_desk.png");
      width: 960px;
      height: 600px; }
    .burn #hm4 div {
      content: url("./../img/search_desk.png");
      width: 960px;
      height: 600px; }
    .burn #hm5 div {
      content: url("./../img/smokingprotocol_desk1.png");
      width: 600px;
      height: 960px; }
    .burn #hm6 div {
      content: url("./../img/smokingprotocol_desk2.png");
      width: 960px;
      height: 600px; }
    .burn #hm7 div {
      display: none; }
    .burn #hm8 div {
      content: url("./../img/cigarselector_desk.png");
      width: 960px;
      height: 600px; }
    .burn #hm9 div {
      content: url("./../img/cigarcounter_desk.png");
      width: 960px;
      height: 600px; }
    .burn #hm10 div {
      content: url("./../img/humidormanager_desk2.png");
      width: 960px;
      height: 600px; }
    .burn #hm11 div {
      display: none; }
    .burn #screenshot_humidor_manager_1 {
      content: url("./../img/humidormanager_desk1.png");
      width: 640px;
      height: 400px; }
    .burn #screenshot_humidor_manager_3 {
      content: url("./../img/humidormanager_desk2.png");
      width: 640px;
      height: 400px; }
    .burn #screenshot_overview {
      content: url("./../img/overview_desk.png");
      width: 640px;
      height: 400px; }
    .burn #screenshot_search {
      content: url("./../img/search_desk.png");
      width: 640px;
      height: 400px; }
    .burn #screenshot_cigarcounter {
      content: url("./../img/cigarcounter_desk.png");
      width: 640px;
      height: 400px; }
    .burn #screenshot_cigarselector {
      content: url("./../img/cigarselector_desk.png");
      width: 640px;
      height: 400px; }
    .burn #screenshot_smokingprotocol_1 {
      content: url("./../img/smokingprotocol_desk1.png");
      width: 400px;
      height: 640px; }
    .burn #screenshot_smokingprotocol_2 {
      content: url("./../img/smokingprotocol_desk2.png");
      width: 640px;
      height: 400px; }
    .burn #screenshot_smokingprotocol_3 {
      display: none; }
    .burn #screenshot_humidor_manager_2 {
      display: none; } }

.herb {
  /*body*/
  transition: width 2s;
  background-color: #1b2021;
  color: #E3DCC2;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  overflow-x: hidden;
  /*screenshots*/ }
  .herb a#video_link {
    color: #A6A867; }
  .herb nav.menu {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0; }
  .herb nav.menu ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap-reverse;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    justify-content: center; }
  .herb nav.menu ul li {
    list-style-type: none;
    display: flex; }
  .herb ul li.logo_link ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
  .herb nav.menu ul li a img.logo {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="3.41333in" height="3.41333in"     viewBox="0 0 1024 1024">  <path id="Logo"  fill="%23E3DCC2"      fill-rule="evenodd"        d="       M 460.02,215.50           C 460.02,215.50 460.02,185.50 460.02,185.50             460.02,185.50 580.02,185.50 580.02,185.50             580.02,185.50 580.02,215.50 580.02,215.50             580.02,215.50 460.02,215.50 460.02,215.50 Z           M 460.00,265.09           C 460.00,265.09 460.00,235.09 460.00,235.09             460.00,235.09 580.00,235.09 580.00,235.09             580.00,235.09 580.00,265.09 580.00,265.09             580.00,265.09 460.00,265.09 460.00,265.09 Z     M 710.00,535.00           C 710.00,535.00 710.00,653.00 710.00,653.00             710.00,674.28 711.61,702.26 703.55,722.00             693.29,747.12 665.53,757.96 640.00,758.00             640.00,758.00 400.00,758.00 400.00,758.00             381.37,757.97 358.34,751.89 345.29,737.91             333.90,725.72 329.03,706.37 329.00,690.00             329.00,690.00 329.00,236.00 329.00,236.00             329.03,218.82 335.21,198.15 348.04,186.17             360.46,174.58 383.30,169.03 400.00,169.00             400.00,169.00 639.00,169.00 639.00,169.00             661.13,169.03 686.15,176.72 698.90,196.00             706.26,207.13 709.98,226.73 710.00,240.00             710.00,240.00 710.00,382.00 710.00,382.00             710.00,382.00 580.00,382.00 580.00,382.00             580.00,382.00 580.00,281.00 580.00,281.00             580.00,281.00 460.00,281.00 460.00,281.00             460.00,281.00 460.00,584.00 460.00,584.00             460.00,584.00 460.00,629.00 460.00,629.00             460.00,637.06 459.17,647.61 462.36,655.00             467.54,666.99 480.80,674.28 493.00,677.34             499.52,678.97 507.29,679.99 514.00,680.00             539.96,680.04 579.84,673.07 580.00,640.00             580.00,640.00 580.00,535.00 580.00,535.00             580.00,535.00 710.00,535.00 710.00,535.00 Z           M 457.00,801.00           C 457.00,795.02 455.90,784.86 460.42,780.43             464.09,776.81 477.81,775.82 483.00,776.04             483.00,776.04 493.00,776.99 493.00,776.99             498.03,777.11 502.89,776.26 506.15,781.11             508.43,784.51 508.98,792.86 509.00,797.00             509.00,797.00 509.00,854.00 509.00,854.00             509.00,854.00 469.00,854.00 469.00,854.00             460.20,853.88 457.12,850.80 457.00,842.00             456.90,834.47 454.57,818.00 459.51,812.23             462.09,809.21 465.37,809.11 469.00,808.58             475.59,807.62 484.16,808.00 491.00,808.00             491.00,808.00 491.00,791.00 491.00,791.00             491.00,791.00 475.00,791.00 475.00,791.00             474.98,793.27 475.15,796.64 473.83,798.57             471.37,802.13 461.07,801.00 457.00,801.00 Z           M 594.00,776.42           C 603.53,775.26 608.34,776.77 617.00,776.99             622.23,777.11 627.66,776.47 631.28,781.21             634.99,786.08 634.00,798.79 634.00,805.00             634.00,805.00 634.00,838.00 634.00,838.00             633.95,842.29 633.59,847.32 630.43,850.58             626.96,854.18 621.60,853.99 617.00,854.00             617.00,854.00 593.00,854.00 593.00,854.00             589.11,853.94 585.45,853.75 582.65,850.61             579.95,847.57 580.02,843.80 580.00,840.00             580.00,840.00 580.00,799.00 580.00,799.00             580.00,793.77 579.22,785.57 582.23,781.21             585.06,777.11 589.55,777.10 594.00,776.42 Z           M 425.00,854.00           C 416.06,854.00 399.47,855.95 393.72,847.90             390.06,842.76 391.00,831.32 391.00,825.00             391.00,825.00 391.00,795.00 391.00,795.00             391.07,789.71 391.82,783.23 396.21,779.65             399.75,776.77 403.74,777.01 408.00,777.00             408.00,777.00 445.00,777.00 445.00,777.00             445.00,777.00 445.00,866.00 445.00,866.00             444.86,877.43 440.43,881.86 429.00,882.00             429.00,882.00 406.00,882.00 406.00,882.00             401.04,881.94 396.22,881.40 393.28,876.81             390.65,872.72 391.00,866.69 391.00,862.00             391.00,862.00 411.00,862.00 411.00,862.00             411.00,862.00 411.00,868.00 411.00,868.00             411.00,868.00 425.00,868.00 425.00,868.00             425.00,868.00 425.00,854.00 425.00,854.00 Z           M 520.00,777.16           C 520.00,777.16 533.00,777.16 533.00,777.16             536.08,777.84 538.84,779.25 542.00,779.21             549.80,779.13 562.08,773.03 568.57,780.23             573.39,785.56 572.00,801.70 572.00,809.00             567.71,809.00 555.68,810.22 553.17,806.57             551.49,804.12 552.00,796.19 552.00,793.00             549.13,795.64 545.08,798.62 543.30,802.01             541.23,805.96 540.06,814.48 540.00,819.00             540.00,819.00 540.00,854.00 540.00,854.00             540.00,854.00 520.00,854.00 520.00,854.00             520.00,854.00 520.00,777.16 520.00,777.16 Z           M 614.00,791.00           C 614.00,791.00 598.00,791.00 598.00,791.00             598.00,791.00 598.00,840.00 598.00,840.00             598.00,840.00 614.00,840.00 614.00,840.00             614.00,840.00 614.00,791.00 614.00,791.00 Z           M 425.00,840.00           C 425.00,840.00 425.00,821.00 425.00,821.00             425.00,821.00 425.00,807.00 425.00,807.00             424.93,801.90 423.89,793.56 417.00,793.73             414.95,793.79 413.02,794.86 411.70,796.39             409.02,799.49 409.02,804.14 409.00,808.00             408.95,817.63 406.18,834.56 417.00,838.85             419.69,839.92 422.18,839.94 425.00,840.00 Z           M 491.00,838.00           C 491.00,834.26 491.84,824.31 489.26,821.74             486.80,819.27 478.49,820.00 475.00,820.00             475.00,820.00 475.00,838.00 475.00,838.00             475.00,838.00 491.00,838.00 491.00,838.00 Z" /></svg>');
    min-width: 300px;
    min-height: 300px;
    border: 0; }
  .herb nav.menu ul li.default_links {
    flex-flow: row-reverse wrap;
    justify-content: flex-end;
    flex-grow: 2; }
  .herb nav.menu ul li.default_links ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px; }
  .herb nav.menu ul li.default_links ul li.default_link {
    margin-right: 20px; }
  .herb nav.menu ul li.default_links a {
    text-decoration: none;
    color: #E3DCC2;
    font-size: 20px; }
  .herb nav.menu ul li.default_links ul li.scheme_select {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  .herb nav.menu ul li.default_links ul li.scheme_select div {
    margin-right: 20px;
    margin-bottom: 5px;
    height: 20px;
    width: 20px;
    border: 1px solid #E3DCC2; }
  .herb .claim div {
    position: flex;
    justify-content: center; }
  .herb .claim div h1 {
    color: #E3DCC2;
    font-weight: bold;
    font-size: 48px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0; }
  .herb div.main_content {
    font-size: 24px;
    padding: 10px;
    text-align: left;
    background-color: #51513D;
    color: #E3DCC2;
    hyphens: auto;
    word-break: break-word;
    animation-name: fadein;
    animation-duration: 1s; }
  .herb img.humi {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="0.666667in" height="0.666667in" viewBox="0 0 200 200"> <path id="Humidor"  fill="%23A6A867" d="M 40.00,199.75 C 40.00,199.75 40.00,40.00 40.00,40.00 40.00,40.00 160.00,40.00 160.00,40.00 160.00,40.00 160.00,199.75 160.00,199.75 160.00,199.75 130.00,199.75 130.00,199.75 130.00,199.75 130.00,189.75 130.00,189.75 130.00,189.75 70.00,189.75 70.00,189.75 70.00,189.75 70.00,199.75 70.00,199.75 70.00,199.75 40.00,199.75 40.00,199.75 Z M 50.00,50.00 C 50.00,50.00 50.00,179.75 50.00,179.75 50.00,179.75 150.00,179.75 150.00,179.75 150.00,179.75 150.00,50.00 150.00,50.00 150.00,50.00 50.00,50.00 50.00,50.00 Z" />  <path fill="%23A6A867" fill-rule="evenodd" d="M 60.00,135.50 C 60.00,135.50 60.00,165.50 60.00,165.50 60.00,165.50 140.00,165.50 140.00,165.50 140.00,165.50 140.00,135.50 140.00,135.50 140.00,135.50 110.00,135.50 110.00,135.50 110.00,135.50 110.00,145.50 110.00,145.50 110.00,145.50 90.00,145.50 90.00,145.50 90.00,145.50 90.00,135.50 90.00,135.50 90.00,135.50 60.00,135.50 60.00,135.50 Z M 60.00,95.50 C 60.00,95.50 60.00,125.50 60.00,125.50 60.00,125.50 140.00,125.50 140.00,125.50 140.00,125.50 140.00,95.50 140.00,95.50 140.00,95.50 110.00,95.50 110.00,95.50 110.00,95.50 110.00,105.50 110.00,105.50 110.00,105.50 90.00,105.50 90.00,105.50 90.00,105.50 90.00,95.50 90.00,95.50 90.00,95.50 60.00,95.50 60.00,95.50 Z M 60.25,56.00 C 60.25,56.00 60.25,86.00 60.25,86.00 60.25,86.00 140.25,86.00 140.25,86.00 140.25,86.00 140.25,56.00 140.25,56.00 140.25,56.00 110.25,56.00 110.25,56.00 110.25,56.00 110.25,66.00 110.25,66.00 110.25,66.00 90.25,66.00 90.25,66.00 90.25,66.00 90.25,56.00 90.25,56.00 90.25,56.00 60.25,56.00 60.25,56.00 Z" /></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin: 10px;
    margin-top: 0px; }
  .herb img.pencil {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"  viewBox="0 0 16 16"><path fill="%23A6A867" d="M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z"/><path fill="%23A6A867" fill-rule="evenodd" d="M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z" /></svg>');
    min-width: 80px;
    min-height: 80px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .herb img.cigar {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"      width="0.666667in" height="0.666667in"      viewBox="0 0 60 60">  <path  fill="%23A6A867" d="M 7.98,19.11            C 0.01,26.32 0.01,33.52 7.98,40.73              7.98,40.73 16.94,40.73 16.94,40.73              16.94,40.73 16.94,19.11 16.94,19.11              16.94,19.11 7.98,19.11 7.98,19.11 Z            M 28.89,19.11            C 28.89,19.11 45.62,19.11 45.62,19.11              45.62,19.11 45.62,40.73 45.62,40.73              45.62,40.73 28.89,40.73 28.89,40.73              28.89,40.73 28.89,19.11 28.89,19.11 Z            M 48.61,19.11            C 48.61,19.11 51.59,19.11 51.59,19.11              51.59,19.11 51.59,40.73 51.59,40.73              51.59,40.73 48.61,40.73 48.61,40.73              48.61,40.73 48.61,19.11 48.61,19.11 Z            M 54.58,19.11            C 54.58,19.11 57.57,19.11 57.57,19.11              57.57,19.11 57.57,40.73 57.57,40.73              57.57,40.73 54.58,40.73 54.58,40.73              54.58,40.73 54.58,19.11 54.58,19.11 Z            M 16.94,19.11 16.94,19.11 16.94,19.11 16.94,19.11" shape-rendering="geometricPrecision">            </path></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin: 10px;
    margin-top: 0px; }
  .herb img.video {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"      width="16" height="16"      viewBox="0 0 16 16" fill="%23A6A867">   <path d="M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM1 3a2 2 0 1 0 4 0 2 2 0 0 0-4 0z"></path>   <path d="M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h7zm6 8.73V7.27l-3.5 1.555v4.35l3.5 1.556zM1 8v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z"></path>   <path d="M9 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM7 3a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"></path> </svg>');
    min-width: 80px;
    min-height: 80px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .herb img.happy {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="3.33333in" height="3.33333in" viewBox="0 0 1000 1000" fill="%23A6A867"> <path fill="%23A6A867" d="M 232.19,590.00 C 232.00,587.61 231.90,584.27 232.19,582.00 233.10,578.72 235.69,574.25 237.14,571.00 237.14,571.00 249.14,545.00 249.14,545.00 249.14,545.00 273.69,492.00 273.69,492.00 273.69,492.00 295.76,444.00 295.76,444.00 295.76,444.00 308.24,417.00 308.24,417.00 309.38,414.68 311.84,408.28 313.65,406.99 315.70,405.53 324.18,405.96 327.00,406.00 334.64,406.13 335.22,410.45 338.14,417.00 338.14,417.00 352.00,447.00 352.00,447.00 352.00,447.00 363.69,472.00 363.69,472.00 363.69,472.00 397.31,545.00 397.31,545.00 397.31,545.00 414.37,582.00 414.37,582.00 415.11,584.61 414.99,587.31 415.00,590.00 415.00,590.00 401.61,592.27 390.09,592.27 379.22,592.27 370.18,590.00 370.18,590.00 370.18,590.00 358.61,568.02 358.61,568.02 358.61,568.02 351.00,567.00 351.00,567.00 351.00,567.00 296.00,567.00 296.00,567.00 296.00,567.00 288.21,568.02 288.21,568.02 288.21,568.02 283.58,575.00 283.58,575.00 283.58,575.00 277.00,590.00 277.00,590.00 276.46,595.02 231.73,594.30 232.19,590.00 Z M 440.00,408.00 C 440.00,408.00 501.00,408.00 501.00,408.00 522.30,408.00 542.33,407.77 560.00,421.67 593.70,448.18 592.10,510.68 555.00,533.53 539.25,543.24 527.57,543.00 510.00,543.00 510.00,543.00 485.00,543.00 485.00,543.00 485.00,543.00 485.00,590.00 485.00,590.00 485.21,598.29 440.24,599.47 440.00,590.00 440.00,590.00 440.00,408.00 440.00,408.00 Z M 619.00,408.00 C 619.00,408.00 680.00,408.00 680.00,408.00 694.83,408.00 709.82,407.17 724.00,412.44 766.36,428.18 775.80,486.05 750.10,520.00 738.99,534.68 721.31,542.91 703.00,543.00 703.00,543.00 689.00,543.00 689.00,543.00 689.00,543.00 673.00,543.00 673.00,543.00 670.86,543.04 668.23,542.96 666.60,544.60 664.68,546.52 665.01,550.46 665.00,553.00 665.00,553.00 665.00,590.00 665.00,590.00 664.81,598.61 618.84,597.37 619.00,590.00 619.00,590.00 619.00,408.00 619.00,408.00 Z M 464.00,524.00 C 464.00,524.00 509.00,524.00 509.00,524.00 520.87,524.00 530.02,525.04 541.00,519.10 570.36,503.22 570.49,450.26 542.00,433.26 527.35,424.52 498.30,427.00 481.00,427.00 477.32,427.00 463.04,426.05 461.02,428.60 459.77,430.19 460.00,434.01 460.00,436.00 460.00,436.00 460.00,573.00 460.00,573.00 460.00,573.00 464.00,573.00 464.00,573.00 464.00,573.00 464.00,524.00 464.00,524.00 Z M 644.00,524.00 C 644.00,524.00 691.00,524.00 691.00,524.00 704.68,524.00 718.13,524.05 728.79,513.68 730.92,511.61 732.73,508.54 734.32,506.00 749.65,481.41 745.22,440.97 715.00,430.09 709.62,428.15 706.58,428.01 701.00,428.00 701.00,428.00 641.00,428.00 641.00,428.00 641.00,428.00 641.00,573.00 641.00,573.00 641.00,573.00 644.00,573.00 644.00,573.00 644.00,573.00 644.00,524.00 644.00,524.00 Z M 324.00,432.00 C 324.00,432.00 322.00,432.00 322.00,432.00 322.00,432.00 305.69,467.00 305.69,467.00 305.69,467.00 280.69,521.00 280.69,521.00 280.69,521.00 257.00,573.00 257.00,573.00 258.40,572.76 259.31,572.82 260.61,571.98 264.97,569.15 269.67,551.03 274.39,548.02 276.34,546.78 279.73,547.00 282.00,547.00 282.00,547.00 365.00,547.00 365.00,547.00 367.27,547.00 370.66,546.78 372.61,548.02 375.11,549.62 379.65,560.69 381.22,564.00 383.48,568.78 383.35,572.04 389.00,573.00 389.00,573.00 379.25,550.00 379.25,550.00 379.25,550.00 365.26,520.00 365.26,520.00 365.26,520.00 336.31,458.00 336.31,458.00 336.31,458.00 324.00,432.00 324.00,432.00 Z M 25.00,450.00 C 25.00,450.00 33.64,447.00 42.50,447.00 51.63,447.00 61.00,450.00 61.00,450.00 61.00,450.00 61.00,501.00 61.00,501.00 61.00,501.00 105.00,501.00 105.00,501.00 105.00,501.00 105.00,450.00 105.00,450.00 105.00,450.00 114.70,446.75 124.00,446.75 132.67,446.75 141.00,450.00 141.00,450.00 141.00,450.00 141.00,590.00 141.00,590.00 141.00,590.00 132.00,594.50 123.00,594.50 114.00,594.50 105.00,590.00 105.00,590.00 105.00,590.00 105.00,534.00 105.00,534.00 105.00,534.00 61.00,534.00 61.00,534.00 61.00,534.00 61.00,590.00 61.00,590.00 61.00,590.00 51.40,594.50 41.50,594.50 33.64,594.50 25.00,590.00 25.00,590.00 25.00,590.00 25.00,450.00 25.00,450.00 Z M 850.00,450.00 C 850.00,450.00 880.00,450.00 880.00,450.00 880.00,450.00 888.37,451.60 888.37,451.60 888.37,451.60 896.31,465.00 896.31,465.00 896.31,465.00 913.00,497.00 913.00,497.00 913.00,497.00 916.00,497.00 916.00,497.00 916.00,497.00 932.58,465.00 932.58,465.00 932.58,465.00 940.61,451.60 940.61,451.60 940.61,451.60 949.00,450.00 949.00,450.00 949.00,450.00 979.00,450.00 979.00,450.00 978.77,459.11 972.38,466.54 967.68,474.00 967.68,474.00 942.19,515.00 942.19,515.00 936.44,524.38 932.02,527.70 932.00,539.00 932.00,539.00 932.00,590.00 932.00,590.00 931.85,598.89 896.73,597.06 896.86,590.00 896.86,590.00 896.86,539.00 896.86,539.00 897.00,536.91 897.08,533.99 896.86,532.00 895.73,528.53 888.03,516.73 885.68,513.00 885.68,513.00 860.20,472.00 860.20,472.00 855.95,464.99 850.27,458.42 850.00,450.00 Z M 169.00,527.00 C 169.00,527.00 181.74,525.00 194.50,525.00 207.73,525.00 221.00,527.00 221.00,527.00 221.00,527.00 221.00,543.00 221.00,543.00 221.00,543.00 208.26,545.50 195.50,545.50 182.27,545.50 169.00,543.00 169.00,543.00 169.00,543.00 169.00,527.00 169.00,527.00 Z M 786.00,527.00 C 786.00,527.00 797.84,525.00 811.00,525.00 823.84,525.00 838.00,527.00 838.00,527.00 838.00,527.00 838.00,543.00 838.00,543.00 838.00,543.00 824.07,545.50 811.50,545.50 798.10,545.50 786.00,543.00 786.00,543.00 786.00,543.00 786.00,527.00 786.00,527.00 Z M 440.00,595.64" /> <path fill="%23A6A867" d="M 465.00,431.00 C 480.16,431.00 517.18,430.03 530.00,432.47 535.30,433.47 549.32,439.34 548.34,446.00 547.87,449.24 544.33,452.38 541.99,454.41 536.39,459.26 522.42,469.08 522.42,477.00 522.43,484.08 535.81,494.35 541.00,498.75 543.45,500.84 548.00,504.52 548.18,508.00 548.49,514.12 535.03,519.58 530.00,520.53 517.08,522.98 480.24,522.00 465.00,522.00 465.00,522.00 465.00,431.00 465.00,431.00 Z M 645.00,431.00 C 660.64,431.00 696.55,430.02 710.00,432.46 715.62,433.49 729.40,438.75 728.34,446.00 727.87,449.24 724.32,452.38 721.99,454.41 716.39,459.26 702.42,469.08 702.42,477.00 702.43,484.08 715.81,494.35 721.00,498.75 723.45,500.84 728.00,504.52 728.18,508.00 728.51,514.66 715.29,519.52 710.00,520.54 696.45,523.14 660.77,522.00 645.00,522.00 645.00,522.00 645.00,431.00 645.00,431.00 Z M 324.00,440.00 C 324.00,440.00 341.26,476.00 341.26,476.00 341.26,476.00 373.00,544.00 373.00,544.00 373.00,544.00 276.00,544.00 276.00,544.00 276.00,544.00 301.69,488.00 301.69,488.00 301.69,488.00 324.00,440.00 324.00,440.00 Z M 325.00,485.00 C 325.00,485.00 323.00,485.00 323.00,485.00 323.00,485.00 305.00,527.00 305.00,527.00 305.00,527.00 343.00,527.00 343.00,527.00 343.00,527.00 325.00,485.00 325.00,485.00 Z" /> <path fill="%23A6A867" fill-rule="evenodd" d="M 644.59,623.86 C 643.03,641.48 636.59,658.71 625.33,673.00 616.05,684.78 605.32,692.70 592.00,699.24 578.30,705.98 564.12,708.17 549.00,708.00 536.18,707.85 522.41,703.95 511.00,698.25 481.78,683.64 463.30,655.07 460.24,624.26 458.82,609.93 462.74,607.61 464.46,623.76 468.89,665.51 502.39,702.45 549.00,703.00 563.63,703.17 576.64,700.86 590.00,694.69 599.47,690.32 610.89,681.83 617.71,674.00 630.56,659.24 637.68,641.80 639.53,624.16 641.09,618.40 646.13,606.19 644.59,623.86 Z M 665.50,611.44 C 664.42,651.93 641.63,690.88 602.42,709.99 585.00,718.48 567.63,721.47 548.42,721.25 539.06,721.14 526.33,718.51 517.42,715.58 470.55,700.15 441.72,657.61 440.36,612.06 440.23,607.44 484.95,600.42 484.66,612.46 483.81,647.83 510.75,681.53 550.67,682.00 561.51,682.12 571.77,680.25 581.67,675.69 589.87,671.91 598.39,665.89 604.23,659.00 615.92,645.19 621.20,628.59 620.73,612.43 629.23,595.74 673.33,614.55 665.50,611.44 Z" /> </svg>');
    border: 0;
    margin-top: -100px;
    margin-bottom: -150px;
    margin-left: -10px; }
  .herb img.hammer {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23A6A867"> <path d="M277.42 247a24.68 24.68 0 00-4.08-5.47L255 223.44a21.63 21.63 0 00-6.56-4.57 20.93 20.93 0 00-23.28 4.27c-6.36 6.26-18 17.68-39 38.43C146 301.3 71.43 367.89 37.71 396.29a16 16 0 00-1.09 23.54l39 39.43a16.13 16.13 0 0023.67-.89c29.24-34.37 96.3-109 136-148.23 20.39-20.06 31.82-31.58 38.29-37.94a21.76 21.76 0 003.84-25.2zM478.43 201l-34.31-34a5.44 5.44 0 00-4-1.59 5.59 5.59 0 00-4 1.59h0a11.41 11.41 0 01-9.55 3.27c-4.48-.49-9.25-1.88-12.33-4.86-7-6.86 1.09-20.36-5.07-29a242.88 242.88 0 00-23.08-26.72c-7.06-7-34.81-33.47-81.55-52.53a123.79 123.79 0 00-47-9.24c-26.35 0-46.61 11.76-54 18.51-5.88 5.32-12 13.77-12 13.77a91.29 91.29 0 0110.81-3.2 79.53 79.53 0 0123.28-1.49C241.19 76.8 259.94 84.1 270 92c16.21 13 23.18 30.39 24.27 52.83.8 16.69-15.23 37.76-30.44 54.94a7.85 7.85 0 00.4 10.83l21.24 21.23a8 8 0 0011.14.1c13.93-13.51 31.09-28.47 40.82-34.46s17.58-7.68 21.35-8.09a35.71 35.71 0 0121.3 4.62 13.65 13.65 0 013.08 2.38c6.46 6.56 6.07 17.28-.5 23.74l-2 1.89a5.5 5.5 0 000 7.84l34.31 34a5.5 5.5 0 004 1.58 5.65 5.65 0 004-1.58L478.43 209a5.82 5.82 0 000-8z"/></svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .herb img.stats {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"  width="16" height="16" fill="%23A6A867"> <path fill="%23A6A867" d="M 383.84,130.13 C 383.79,113.65 383.75,100.00 383.75,100.00 385.11,98.98 459.25,100.87 463.25,100.00 463.48,100.67 463.66,112.05 463.78,129.99 464.02,130.52 384.11,129.47 383.84,130.13 Z M 48.13,340.01 C 48.16,328.04 47.88,310.00 47.88,310.00 75.79,309.36 125.50,310.09 128.12,310.00 128.12,310.00 128.34,328.09 128.30,339.99 130.00,340.50 46.38,339.62 48.13,340.01 Z M 128.20,370.29 C 128.21,366.88 128.22,363.51 128.23,360.21 128.41,359.48 48.64,360.34 48.40,360.23 48.39,363.37 48.38,366.61 48.36,369.93 48.42,369.69 48.28,386.68 48.26,390.18 48.68,390.07 128.59,389.83 128.13,390.14 128.15,386.85 128.26,370.41 128.20,370.29 Z M 240.00,120.25 C 240.00,116.61 240.00,82.55 240.00,89.67 240.04,89.77 160.04,90.32 160.00,90.09 160.00,83.25 160.00,120.41 160.00,119.86 158.82,119.59 232.77,121.26 240.00,120.25 Z M 128.07,410.09 C 128.03,422.99 128.00,432.00 128.00,432.00 128.00,432.00 127.75,470.50 127.75,470.50 125.43,507.47 46.11,501.49 47.75,470.00 47.75,470.00 47.96,441.79 48.15,409.88 47.45,409.82 127.34,410.18 128.07,410.09 Z M 160.00,69.57 C 160.00,76.17 160.00,40.09 160.00,40.09 160.00,39.00 238.36,40.91 240.00,40.09 240.00,40.09 240.03,70.21 240.00,70.18 225.88,71.00 153.38,70.00 160.00,69.57 Z M 240.00,139.75 C 240.00,243.49 240.00,391.00 240.00,391.00 240.00,391.00 240.00,471.00 240.00,471.00 239.82,503.10 159.88,500.21 160.00,471.00 160.00,471.00 160.00,214.99 160.00,140.15 162.27,138.47 241.77,140.93 240.00,139.75 Z M 272.00,289.96 C 272.00,273.28 272.00,261.63 272.00,260.09 272.10,260.67 351.84,259.20 351.78,260.15 351.79,261.78 351.82,273.56 351.87,290.09 352.06,290.82 272.21,289.22 272.00,289.96 Z M 351.93,310.16 C 352.07,357.76 352.26,422.04 352.26,422.04 352.26,422.04 352.00,422.00 352.00,422.00 352.00,422.00 352.00,473.00 352.00,473.00 352.34,501.16 276.17,500.57 272.79,480.00 271.66,476.11 272.00,469.26 272.00,465.00 272.00,465.00 272.00,439.00 272.00,439.00 272.00,439.00 272.00,362.85 272.00,309.86 271.77,309.69 351.67,310.29 351.93,310.16 Z M 272.00,240.14 C 272.00,221.84 272.00,210.00 272.00,210.00 272.00,210.00 351.64,210.00 351.64,210.00 351.64,210.00 351.67,221.92 351.73,240.12 351.74,240.62 272.00,239.33 272.00,240.14 Z M 383.89,150.23 C 383.93,161.93 383.96,172.97 383.98,179.84 383.83,179.61 463.01,180.32 463.99,179.84 463.97,169.27 463.93,159.29 463.89,150.21 462.57,150.33 382.85,149.49 383.89,150.23 Z M 464.03,200.06 C 464.18,286.98 464.00,399.00 464.00,399.00 464.00,399.00 464.00,471.00 464.00,471.00 451.32,509.56 375.67,489.27 384.00,471.00 384.00,471.00 383.99,265.69 383.98,199.85 384.15,200.79 464.18,199.14 464.03,200.06 Z" /> </svg>');
    min-width: 100px;
    min-height: 100px;
    border: 0;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .herb img.apple {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23A6A867"> <path fill="%23A6A867" d="M349.13 136.86c-40.32 0-57.36 19.24-85.44 19.24-28.79 0-50.75-19.1-85.69-19.1-34.2 0-70.67 20.88-93.83 56.45-32.52 50.16-27 144.63 25.67 225.11 18.84 28.81 44 61.12 77 61.47h.6c28.68 0 37.2-18.78 76.67-19h.6c38.88 0 46.68 18.89 75.24 18.89h.6c33-.35 59.51-36.15 78.35-64.85 13.56-20.64 18.6-31 29-54.35-76.19-28.92-88.43-136.93-13.08-178.34-23-28.8-55.32-45.48-85.79-45.48z"/><path d="M340.25 32c-24 1.63-52 16.91-68.4 36.86-14.88 18.08-27.12 44.9-22.32 70.91h1.92c25.56 0 51.72-15.39 67-35.11 14.72-18.77 25.88-45.37 21.8-72.66z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .herb img.android {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23A6A867"> <path d="M380.91 199l42.47-73.57a8.63 8.63 0 00-3.12-11.76 8.52 8.52 0 00-11.71 3.12l-43 74.52c-32.83-15-69.78-23.35-109.52-23.35s-76.69 8.36-109.52 23.35l-43-74.52a8.6 8.6 0 10-14.88 8.64L131 199C57.8 238.64 8.19 312.77 0 399.55h512c-8.19-86.78-57.8-160.91-131.09-200.55zM138.45 327.65a21.46 21.46 0 1121.46-21.46 21.47 21.47 0 01-21.46 21.46zm235 0A21.46 21.46 0 11395 306.19a21.47 21.47 0 01-21.51 21.46z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .herb img.windows {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23A6A867"> <path d="M480 265H232v179l248 36V265zM216 265H32v150l184 26.7V265zM480 32L232 67.4V249h248V32zM216 69.7L32 96v153h184V69.7z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .herb img.linux {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 512 512"  width="16" height="16" fill="%23A6A867"> <path d="M443.66 405.05c-1.46-.79-2.85-1.54-4-2.2-6.47-3.83-13-10.52-11.85-17.83 2.42-15.94 2.89-23.47-.49-28.79a15.61 15.61 0 00-7.67-6.2v-.06c1.41-2.56 2.26-5.66 2.83-10.12 1.44-11-5-44-13.7-70.7-8.08-24.68-29.24-50-44.7-68.56l-3.61-4.34c-23.88-28.93-24.34-38.19-26.55-82.67-.32-6.47-.69-13.8-1.17-22C329.87 41.43 304 16 256 16c-25.2 0-44.62 7.15-57.72 21.26C187.79 48.55 182 64 182 80.78c0 29.52 2 53 2.15 54.29 1.4 35.7 1 41.22-8.31 57.55-2.23 3.93-8.38 10.87-14.89 18.21-8.48 9.57-18.09 20.41-23.36 29.22-3.77 6.31-5.88 12.63-8.11 19.33-3.4 10.21-7.26 21.78-18.15 36.57-12.57 17.07-15.52 29.61-11 47.45-4.94 6.45-4.83 14.37-4.75 20.23a25.84 25.84 0 01-.3 6.09c-2.29 7.59-12.42 9.4-22 10.18-1.58.12-3.1.21-4.55.29-7.26.39-13.53.74-17.13 6.3-3.47 5.36-1.12 13.8 2.14 25.48.72 2.58 1.46 5.25 2.19 8.06 1.83 7-.16 10.48-2.68 14.84-2.44 4.21-5.21 9-5.21 17.55 0 14.67 20 18 43.05 21.94 7.36 1.24 15 2.53 22.63 4.24a225.58 225.58 0 0134.08 10.68c9.72 3.73 17.4 6.68 26.43 6.68 16.18 0 28.25-9.77 39.92-19.21l2.15-1.75c5.53-4.49 21.5-4 34.34-3.64 3.46.1 6.73.2 9.65.2h6.22c13.48-.08 31.94-.18 42.23 2.5 3.75 1 6.2 3.72 9.29 7.19 5.87 6.56 13.17 14.75 33.39 14.75 19.39 0 29.55-8.71 41.32-18.8 7.16-6.13 14.56-12.48 25.07-17.86 3.92-2 7.62-3.87 11.08-5.61 22.64-11.38 35.11-17.65 35.11-27.82 0-9.91-12.24-16.5-20.34-20.86zM211.11 88.38a13.91 13.91 0 0112.47 9c1.95 5.55 1.81 10.42.21 12.94 0 0-.22-1-.36-1.44a14.85 14.85 0 00-6.44-8.59 11.35 11.35 0 00-8.94-1.47c-4.26 1.13-8.41 5-8.91 18.79-5.16-10.47-2.31-18 .92-23 2.31-3.73 7.47-6.33 11.05-6.23zm-17.5 375C192 479.24 175.2 479 170.09 478.59c-9.81-.82-21.66-4.69-33.13-8.43-4.52-1.47-9.19-3-13.73-4.34-13.2-3.89-30.12-6.74-43.72-9-3.22-.55-6.27-1.06-9.05-1.55s-4.61-1.27-5.2-2.3c-1-1.65.38-5.25 1.93-9.41C69.27 438 72.11 430.34 72 421c0-3.91-1.47-8.3-2.84-12.56-1.62-5-3.28-10.17-1.93-12.62 1.23-2.23 6.75-2.49 11.6-2.49h2.26c3.55 0 6.62.06 8.75-.53 6.51-1.81 14.86-6.92 17.81-13.88.9-2.17 1.37-6.94 2-14 .37-4.12.74-8.37 1.22-10.58a3.55 3.55 0 012.11-2.55c1.65-.77 6.78-1.91 18.63 4.08 11.18 5.65 22.88 25.84 34.2 45.37 3.56 6.14 6.92 11.94 10.3 17.36 14.04 22.54 18.83 31.6 17.5 44.8zm128.84-31.56a68.74 68.74 0 01-4.55 10.9.58.58 0 01-1.08-.42 56.61 56.61 0 002.11-18.43c-.25-4.73-.4-7.59-2.66-8.51s-4.26.83-9.45 5.54c-1.1 1-2.36 2.14-3.78 3.4-10.8 9.47-26.88 20.68-55.61 23.37-16.84 1.59-27.59-4.63-30.92-8.14a2.16 2.16 0 00-3.07-.08 2.23 2.23 0 00-.51 2.29c2.12 6.84 1.2 12.26-.49 16.19-.95 2.2-1.85 2.05-2-.34-.25-4.64-1-9.88-3-14.19-3.11-6.94-7-14.34-8.89-17.88v-.05c3.24-1.49 8.86-4.83 11.37-10.88s4.48-18-9.82-31.74c-6.28-6.05-22.1-17.16-36.06-27-10.9-7.65-22.17-15.56-23.65-17.51-4.49-5.89-6.37-9.3-6.94-19.65.07-2.3.13-4.59.19-6.89l.27-2.49a.58.58 0 011.15 0 63.07 63.07 0 002 9.72c1.08 3.73 2.4 7.58 3.62 9.18 3.19 4.22 7.56 7.39 11.67 8.49a5.48 5.48 0 005-.72c2.93-2.33 2.65-7.6 2.19-16.34-.47-9-1.11-21.34 1.85-34.55 5.62-25 10.91-32.51 17.61-42 .86-1.22 1.75-2.47 2.65-3.79 1.44-2.08 3-4.1 4.67-6.23 7.47-9.61 15.93-20.49 13.92-40.95-.51-5.19-.76-8.83-.86-11.39a1 1 0 011.88-.59l.49.77 1.21 2c4.86 8 13.64 22.57 25.1 22.57a13.62 13.62 0 002.36-.21c23.39-3.93 51.9-30.25 52.17-30.51 3.12-3 2.84-6.14 1.64-7.91a5.18 5.18 0 00-6.45-1.72c-3.29 1.4-7.14 3.15-11.22 5-13.82 6.27-37 16.75-42.25 14.34a23.11 23.11 0 01-6.32-5.13 1 1 0 011.14-1.65c5.59 2.29 9.55 1.45 14.2-.08l1-.34c9.37-3.09 14.2-4.77 30.76-12.08a97.55 97.55 0 0116.26-5.93c4-1 6.42-1.63 7.71-4.34a6.65 6.65 0 00-.5-7.13c-1.53-1.87-4.07-2.57-7-1.9-3.22.75-4.7 3-6.41 4.49-2.4 2.05-5 4.16-17.19 8.65-27 10-34.58 10.61-45.21 3.43-9.84-6.69-15.15-13.23-15.15-16 0-2.13 5.45-5.7 8.71-7.84 1.33-.87 2.59-1.69 3.62-2.46 4.34-3.22 13-11.39 13.38-11.73 5.4-5.41 17.91-2.18 25 2.58a2.23 2.23 0 001.72.41 2.14 2.14 0 001.68-2.58c-4.2-17.46-.13-27.34 4-32.55a22.58 22.58 0 0117.48-8.48c12.81 0 21.76 10 21.76 24.42 0 11-2.82 16.79-5.48 20.3a1.73 1.73 0 01-2.58.18 1.78 1.78 0 01-.24-2.2A24.61 24.61 0 00290 114a16.58 16.58 0 00-16.84-16.67c-3.94 0-13.48 1.5-16.77 15.44a29.81 29.81 0 00-.34 11.07l.08.71c.9 7.38 15.3 12.51 27.23 15.51 11.36 2.85 13 6.22 8.84 19.63s3.11 26.23 5.7 29.57a78.3 78.3 0 018.31 12.47 93.8 93.8 0 016.62 16.48c2.17 6.79 4.05 12.65 10.63 21.22 11.07 14.4 17.66 48.64 15 78-.21 2.41-.53 4.29-.77 5.67-.43 2.53-.72 4.2.66 5.38s3.16.7 7.26-.63l3.43-1.09a109.33 109.33 0 0112.58-2.8 2.15 2.15 0 001.59-1.16c3.43-6.91 3.85-15.22 4-22.47q0-1.31.06-2.79c.19-7.77.45-18.93-2.95-32a1 1 0 011.93-.64 93 93 0 016.66 25.55c2.55 22.58-1.9 32.09-1.94 32.17a1.61 1.61 0 00.95 2.25 17.12 17.12 0 016.95 4.67c1.46 1.66.93 2.4-1.14 1.62a36.26 36.26 0 00-12.77-2.29c-10.4 0-18.09 4.95-21.51 9.19-3.19 3.94-3.7 7.67-3.83 11.27l-.06.05c-7.48-.75-12.94 1.21-17.47 6.21l-.08.09c-6.26 7.75-4 24.63-1.29 38.48 1.28 6.45 5.59 25.52 1.73 37.68zm96.1 10.07c-15.71 6.71-25.43 14.51-34 21.39-5.65 4.53-11 8.81-17.28 12.14-10.12 5.34-24.91 6.53-33.27-7.7-2.37-4-.71-9.86 1.58-17.95 3.05-10.75 7.23-25.46 3.71-44.65-.94-5.12-1.77-9.51-2.49-13.31C334 377 332.9 371.43 334 367c.63-2.45 3.43-3 5.87-3a20.83 20.83 0 012.63.19 29.51 29.51 0 007 12.1c5.7 5.86 13.63 8.83 23.56 8.85 2.1.17 25.94 1.55 36.54-22.4 1.46.18 3.65.7 4.3 2.3 1.28 3.19-.27 8.91-1.52 13.5-.9 3.31-1.68 6.16-1.63 8.37.31 16 11 22.78 25.83 32.16 1.79 1.13 3.66 2.31 5.55 3.54S445 425 445 426c-.52 4.79-20 13.16-26.45 15.91z"/></svg>');
    min-width: 50px;
    min-height: 50px;
    border: 0;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0px; }
  .herb div.divider {
    background-color: #A6A867;
    margin: 10px;
    padding: 0;
    height: 3px; }
  .herb a {
    color: #A6A867; }
  .herb .screenshotlink {
    width: fit-content;
    max-width: 100%;
    background-color: #1b2021;
    display: none; }
  @media only screen and (max-width: 1020px) {
    .herb #hm1 div {
      content: url("./../img/humidormanager_sp1.jpg");
      width: 270px;
      height: 602px; }
    .herb #hm2 div {
      content: url("./../img/humidormanager_sp2.jpg");
      width: 270px;
      height: 602px; }
    .herb #hm3 div {
      content: url("./../img/overview_sp.jpg");
      width: 270px;
      height: 602px; }
    .herb #hm4 div {
      content: url("./../img/search_sp.jpg");
      width: 270px;
      height: 602px; }
    .herb #hm5 div {
      content: url("./../img/smokingprotocol_sp1.jpg");
      width: 270px;
      height: 602px; }
    .herb #hm6 div {
      content: url("./../img/smokingprotocol_sp2.jpg");
      width: 270px;
      height: 602px; }
    .herb #hm7 div {
      content: url("./../img/smokingprotocol_sp3.jpg");
      width: 270px;
      height: 602px; }
    .herb #hm8 div {
      content: url("./../img/cigarselector_sp.jpg");
      width: 270px;
      height: 602px; }
    .herb #hm9 div {
      content: url("./../img/cigarcounter_sp.jpg");
      width: 270px;
      height: 602px; }
    .herb #hm10 div {
      content: url("./../img/humidormanager_sp3.png");
      width: 270px;
      height: 602px; }
    .herb #hm11 div {
      content: url("./../img/humidormanager_sp4.png");
      width: 270px;
      height: 602px; }
    .herb #screenshot_humidor_manager_1 {
      content: url("./../img/humidormanager_sp1.jpg");
      width: 135px;
      height: 301px; }
    .herb #screenshot_humidor_manager_2 {
      content: url("./../img/humidormanager_sp2.jpg");
      width: 135px;
      height: 301px; }
    .herb #screenshot_humidor_manager_3 {
      content: url("./../img/humidormanager_sp3.png");
      width: 135px;
      height: 301px; }
    .herb #screenshot_humidor_manager_4 {
      content: url("./../img/humidormanager_sp4.png");
      width: 135px;
      height: 301px; }
    .herb #screenshot_overview {
      content: url("./../img/overview_sp.jpg");
      width: 135px;
      height: 301px; }
    .herb #screenshot_search {
      content: url("./../img/search_sp.jpg");
      width: 135px;
      height: 301px; }
    .herb #screenshot_cigarcounter {
      content: url("./../img/cigarcounter_sp.jpg");
      width: 135px;
      height: 301px; }
    .herb #screenshot_cigarselector {
      content: url("./../img/cigarselector_sp.jpg");
      width: 135px;
      height: 301px; }
    .herb #screenshot_smokingprotocol_1 {
      content: url("./../img/smokingprotocol_sp1.jpg");
      width: 135px;
      height: 301px; }
    .herb #screenshot_smokingprotocol_2 {
      content: url("./../img/smokingprotocol_sp2.jpg");
      width: 135px;
      height: 301px; }
    .herb #screenshot_smokingprotocol_3 {
      content: url("./../img/smokingprotocol_sp3.jpg");
      width: 135px;
      height: 301px; } }
  @media only screen and (min-width: 1020px) {
    .herb #hm1 div {
      content: url("./../img/humidormanager_desk1.png");
      width: 960px;
      height: 600px; }
    .herb #hm3 div {
      content: url("./../img/overview_desk.png");
      width: 960px;
      height: 600px; }
    .herb #hm4 div {
      content: url("./../img/search_desk.png");
      width: 960px;
      height: 600px; }
    .herb #hm5 div {
      content: url("./../img/smokingprotocol_desk1.png");
      width: 600px;
      height: 960px; }
    .herb #hm6 div {
      content: url("./../img/smokingprotocol_desk2.png");
      width: 960px;
      height: 600px; }
    .herb #hm7 div {
      display: none; }
    .herb #hm8 div {
      content: url("./../img/cigarselector_desk.png");
      width: 960px;
      height: 600px; }
    .herb #hm9 div {
      content: url("./../img/cigarcounter_desk.png");
      width: 960px;
      height: 600px; }
    .herb #hm10 div {
      content: url("./../img/humidormanager_desk2.png");
      width: 960px;
      height: 600px; }
    .herb #hm11 div {
      display: none; }
    .herb #screenshot_humidor_manager_1 {
      content: url("./../img/humidormanager_desk1.png");
      width: 640px;
      height: 400px; }
    .herb #screenshot_humidor_manager_3 {
      content: url("./../img/humidormanager_desk2.png");
      width: 640px;
      height: 400px; }
    .herb #screenshot_overview {
      content: url("./../img/overview_desk.png");
      width: 640px;
      height: 400px; }
    .herb #screenshot_search {
      content: url("./../img/search_desk.png");
      width: 640px;
      height: 400px; }
    .herb #screenshot_cigarcounter {
      content: url("./../img/cigarcounter_desk.png");
      width: 640px;
      height: 400px; }
    .herb #screenshot_cigarselector {
      content: url("./../img/cigarselector_desk.png");
      width: 640px;
      height: 400px; }
    .herb #screenshot_smokingprotocol_1 {
      content: url("./../img/smokingprotocol_desk1.png");
      width: 400px;
      height: 640px; }
    .herb #screenshot_smokingprotocol_2 {
      content: url("./../img/smokingprotocol_desk2.png");
      width: 640px;
      height: 400px; }
    .herb #screenshot_smokingprotocol_3 {
      display: none; }
    .herb #screenshot_humidor_manager_2 {
      display: none; } }

.scheme_select {
  cursor: pointer; }

.scheme_select div.romeo {
  background-color: #BE6E46; }

.scheme_select div.clown {
  background-color: #060706; }

.scheme_select div.cigaro {
  background-color: #53473D; }

.scheme_select div.davy {
  background-color: #349f59; }

.scheme_select div.herb {
  background-color: #1b2021; }

#logo-img {
  height: auto;
  width: 240px; }

#logo-img-pwa {
  height: auto;
  width: 240px; }

#logo-img-apple {
  height: auto;
  width: 200px;
  margin-left: 15px; }

.appstorelink {
  text-decoration: none; }

div#bs {
  display: flex;
  cursor: pointer; }

div#bs div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px; }

div#bs div div {
  display: flex;
  font-size: 12px;
  font-weight: bold; }

div#bs div#desktop {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: bold;
  width: 50%;
  justify-content: center;
  text-align: center; }

span.small_link {
  font-size: small; }

/*# sourceMappingURL=main.css.map */
