.elementor-3225 .elementor-element.elementor-element-d571e87{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3225 .elementor-element.elementor-element-d571e87:not(.elementor-motion-effects-element-type-background), .elementor-3225 .elementor-element.elementor-element-d571e87 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://onepixelbeyond.com/wp-content/uploads/2025/10/WhereTo.jpg");background-position:center center;background-size:cover;}.elementor-3225 .elementor-element.elementor-element-8e4c35d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-3225 .elementor-element.elementor-element-eb54313{width:auto;max-width:auto;}.elementor-3225 .elementor-element.elementor-element-eb54313.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-3225 .elementor-element.elementor-element-9ffb0d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3225 .elementor-element.elementor-element-5f56e04 img{border-radius:20px 20px 20px 20px;box-shadow:0px 18px 10px 12px rgba(0,0,0,0.5);}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3225 .elementor-element.elementor-element-8e4c35d{--width:50%;}.elementor-3225 .elementor-element.elementor-element-9ffb0d8{--width:50%;}}@media(min-width:1025px){.elementor-3225 .elementor-element.elementor-element-d571e87:not(.elementor-motion-effects-element-type-background), .elementor-3225 .elementor-element.elementor-element-d571e87 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-eb54313 */<style>
    body {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      background: #010101;
      color: #000;
      text-align: center;
      padding: 20px 20px;
      margin: 0;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .player {
      background: #000000;
      padding: 20px 30px;
      border-radius: 20px;
      box-shadow: 0 15px 40px rgba(0,0,0,0.6);
      max-width: 500px;
      width: 100%;
    }
    h1 {
      margin: 0 0 20px;
      font-size: 2em;
    }
    .track-info {
      margin: 25px 0;
      font-size: 1.3em;
      min-height: 60px;
      padding: 0 10px;
    }
    audio {
      width: 100%;
      margin: 10px 0;
    }
    button {
      background: #cced42;
      color: Black;
      border: none;
      padding: 14px 32px;
      font-size: 18px;
      font-weight: bold;
      border-radius: 50px;
      cursor: pointer;
      transition: all 0.2s;
    }
    button:hover {
      background: #cced00;
      transform: scale(1.05);
      color: Black;
    }
    .footer {
      margin-top: 30px;
      font-size: 0.9em;
      opacity: 0.7;
    }
  </style>/* End custom CSS */