@font-face {
  font-family: "Spotify Mix";
  src: url("/fonts/SpotifyMix-Regular.woff") format("woff"), url("/fonts/SpotifyMix-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Spotify Mix";
  src: url("/fonts/SpotifyMix-Bold.woff") format("woff"), url("/fonts/SpotifyMix-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Spotify Mix Wide";
  src: url("/fonts/SpotifyMixWide-Black.woff") format("woff"), url("/fonts/SpotifyMixWide-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Spotify Mix Wide";
  src: url("/fonts/SpotifyMixWide-Bold.woff") format("woff"), url("/fonts/SpotifyMixWide-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Spotify Mix Wide";
  src: url("/fonts/SpotifyMixWide-regular.woff") format("woff"), url("/fonts/SpotifyMixWide-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Spotify Mix Var";
  src: url("/fonts/SpotifyMixVariable.woff2") format("woff2 supports variations"), url("/fonts/SpotifyMixVariable.woff2") format("woff2-variations"), url("/fonts/SpotifyMixVariable.woff") format("woff supports variations"), url("/fonts/SpotifyMixVariable.woff") format("woff variations");
  font-weight: 100 900;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0 0 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 1.5625rem;
}
@media screen and (min-width:400px) {
  .container {
    padding: 0 3.125rem;
  }
}
@media screen and (min-width:950px) {
  .container {
    padding: 0 7.1875rem;
  }
}
.container--xs {
  padding: 0 1.25rem;
}
@media screen and (min-width:950px) {
  .container--xs {
    padding: 0 7.1875rem;
  }
}
.container--xxs {
  padding: 0 1.0625rem;
}
@media screen and (min-width:950px) {
  .container--xxs {
    padding: 0 7.1875rem;
  }
}

section.section {
  overflow: hidden;
}

html,
body {
  font-size: 16px;
}
@media screen and (min-width:768px) {
  html,
  body {
    font-size: 12px;
  }
}
@media screen and (min-width:950px) {
  html,
  body {
    font-size: 13px;
  }
}
@media screen and (min-width:1900px) {
  html,
  body {
    font-size: 16px;
  }
}

body.menu-open {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: none;
}

body {
  font-family: "Spotify Mix";
  background: #F2FD4B;
  background-repeat: no-repeat;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.l-btn {
  color: #000;
  text-align: center;
  font-family: "Spotify Mix";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.22;
  background-color: #FF7439;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  border-radius: 6.25rem;
  min-height: 3.125rem;
  display: inline-flex;
  border: none;
  padding: 0.625rem 2.5rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.l-btn:hover {
  background-color: #000000;
  color: #fff;
}
@media screen and (min-width:1199px) {
  .l-btn {
    min-height: 3.75rem;
    padding: 0.625rem 2rem;
    font-size: 1rem;
    line-height: 1.0927;
  }
}

.aspect-box {
  position: relative;
  width: 100%;
}

.aspect-box:before {
  content: "";
  display: block;
  padding-top: calc(var(--aspect-ratio) * 100%);
}

.aspect-box img,
.aspect-box video,
.aspect-box canvas,
.aspect-box iframe,
.aspect-box svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}

.offscreen {
  display: none;
}

.color-picker-el {
  position: absolute;
  background-color: white;
  padding: 1.5rem;
  border: 2px solid grey;
  border-radius: 0.25rem;
  right: calc(100% + 20px);
  top: 50%;
  margin-top: -72px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.color-picker-el.back {
  margin-top: -85px;
}
.color-picker-el.back input {
  width: 10.625rem;
}
.color-picker-el.code .hue-picker {
  display: none;
}
.color-picker-el .hex {
  margin-bottom: 24px;
}
.color-picker-el .hue-picker {
  margin-bottom: 24px;
}
.color-picker-el .hue-picker > div > div > div {
  top: -33.33%;
}
.color-picker-el .circle-picker > span:first-child > div {
  border: 1px solid black;
  border-radius: 50%;
}

header.spot.header {
  padding: 1.5rem 0 1.5rem;
  z-index: 99999;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #F3FE43;
}
@media screen and (min-width:1199px) {
  header.spot.header {
    padding: 1.5rem 0;
  }
}
header.spot.header .header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.spot.header .header__wrapper a.header__logo {
  display: block;
  max-width: 6.375rem;
  z-index: 1;
}
@media screen and (min-width:768px) {
  header.spot.header .header__wrapper a.header__logo {
    max-width: 7.5rem;
  }
}
@media screen and (min-width:1199px) {
  header.spot.header .header__wrapper a.header__logo {
    max-width: 7.7775rem;
  }
}
header.spot.header .header__wrapper nav {
  display: none;
  align-items: center;
}
@media screen and (min-width:768px) {
  header.spot.header .header__wrapper nav {
    display: block;
    margin-top: 0.0625rem;
  }
}
@media screen and (max-width:767px) {
  header.spot.header .header__wrapper nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    text-align: center;
  }
}
header.spot.header .header__wrapper nav ul {
  display: flex;
  margin-right: -0.1875rem;
}
@media screen and (max-width:767px) {
  header.spot.header .header__wrapper nav ul {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 2.375rem;
    margin-right: 0px;
  }
}
header.spot.header .header__wrapper nav ul li:not(:last-of-type) {
  margin-right: 3.0625rem;
}
@media screen and (max-width:767px) {
  header.spot.header .header__wrapper nav ul li:not(:last-of-type) {
    margin: 0;
  }
}
header.spot.header .header__wrapper nav ul li:first-child {
  margin-right: 3.1875rem;
}
@media screen and (max-width:767px) {
  header.spot.header .header__wrapper nav ul li:first-child {
    margin: 0;
  }
}
@media screen and (max-width:767px) {
  header.spot.header .header__wrapper nav ul li {
    margin: 0;
  }
}
header.spot.header .header__wrapper nav ul li a {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 700;
  letter-spacing: -0.034375rem;
  transition: all 0.3s ease;
  padding: 0.625rem 0.3125rem;
  color: rgba(0, 0, 0, 0.9);
}
@media screen and (min-width:1199px) {
  header.spot.header .header__wrapper nav ul li a {
    font-size: 1rem;
    line-height: 2.0625rem;
    padding: 0.625rem 0.36875rem;
  }
}
@media screen and (max-width:767px) {
  header.spot.header .header__wrapper nav ul li a {
    color: #FFFFFF;
    font-family: "Spotify Mix Wide";
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.034375rem;
    text-align: center;
  }
}
header.spot.header .header__wrapper nav ul li a:hover {
  color: #AE3C00;
}
header.spot.header .header__wrapper nav ul li a.active {
  color: #AE3C00;
}
header.spot.header .header__wrapper button.header__burger {
  border: none;
  padding: 0.3125rem;
  width: 1.875rem;
  height: 1.5rem;
  background-color: transparent;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width:768px) {
  header.spot.header .header__wrapper button.header__burger {
    display: none;
  }
}
header.spot.header .header__wrapper button.header__burger span {
  font-size: 0;
  height: 0.125rem;
  width: 1.25rem;
  background-color: #000000;
  display: block;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  transition: all 0.3s ease;
}
header.spot.header .header__wrapper button.header__burger span:last-child {
  top: calc(100% - 7px);
}
header.spot.header .header__wrapper button.header__burger span:nth-child(2) {
  top: calc(50% - 1px);
  transition-delay: 0.1s;
}
header.spot.header .header__wrapper button.header__burger.open span {
  top: 50%;
}
header.spot.header .header__wrapper button.header__burger.open span:first-child {
  transform: rotate(45deg);
  transition-delay: 0.1s;
}
header.spot.header .header__wrapper button.header__burger.open span:last-child {
  transform: rotate(-45deg);
  transition-delay: 0.1s;
}
header.spot.header .header__wrapper button.header__burger.open span:nth-child(2) {
  opacity: 0;
  left: 0;
  transition-delay: 0;
}
@media screen and (max-width:767px) {
  header.spot.header .header__wrapper.open .header__logo, header.spot.header .header__wrapper.open .header__burger {
    filter: invert(1);
  }
  header.spot.header .header__wrapper.open nav {
    display: flex;
  }
}

footer {
  padding: 4.25rem 0;
}
@media screen and (min-width:1199px) {
  footer {
    padding: 6.25rem 0 5rem;
  }
}
footer nav ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: center;
}
@media screen and (min-width:480px) {
  footer nav ul {
    flex-direction: unset;
  }
}
@media screen and (min-width:768px) {
  footer nav ul {
    gap: 1.875rem;
  }
}
@media screen and (min-width:1199px) {
  footer nav ul {
    gap: 2.5rem;
  }
}
footer nav ul li {
  font-family: "Spotify Mix";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}
@media screen and (min-width:400px) {
  footer nav ul li {
    line-height: 1.1666;
    font-size: 1rem;
  }
}
footer nav ul li a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 0.0625rem;
}
footer nav ul li:hover a {
  color: #AE3C00;
}
footer nav ul li {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width:400px) {
  footer nav ul li {
    display: inline-block;
    width: auto;
  }
}
footer nav ul li:nth-last-child(1) {
  margin-top: 1.875rem;
  display: block;
  width: 100%;
}
@media screen and (min-width:768px) {
  footer nav ul li:nth-last-child(1) {
    margin-top: 0;
    width: auto;
    display: inline-block;
  }
}

.spot.hero {
  display: flex;
  flex-wrap: wrap;
  padding: 5.5rem 0 0rem;
  justify-content: center;
}
@media screen and (min-width:1199px) {
  .spot.hero {
    padding-top: 6.75rem;
  }
}
.spot.hero h1 {
  font-family: "Spotify Mix Wide";
  font-size: 2.5rem;
  line-height: 48px;
  font-weight: 900;
  letter-spacing: -0.036875rem;
  font-stretch: 150%;
  margin-bottom: 2rem;
  order: 2;
  margin-top: 0;
}
@media screen and (min-width:400px) {
  .spot.hero h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width:768px) {
  .spot.hero h1 {
    font-size: 3.625rem;
  }
}
@media screen and (min-width:950px) {
  .spot.hero h1 {
    font-size: 4.25rem;
  }
}
@media screen and (min-width:1199px) {
  .spot.hero h1 {
    line-height: 90px;
    text-align: center;
    font-size: 5rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width:1199px) {
  .spot.hero h1 {
    font-size: 5.625rem;
  }
}
@media screen and (min-width:1320px) {
  .spot.hero h1 {
    font-size: 6.25rem;
  }
}
@media screen and (min-width:1600px) {
  .spot.hero h1 {
    font-size: 5.625rem;
    text-align: center;
    letter-spacing: -0.09375rem;
    margin-left: -0.25rem;
  }
}
.spot.hero .hero__article-wrapper {
  width: 100%;
  order: 3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0.09375rem;
}
@media screen and (min-width:1199px) {
  .spot.hero .hero__article-wrapper {
    width: 50%;
    padding: 0;
    padding-left: 1.625rem;
  }
}
.spot.hero .hero__article-wrapper article {
  max-width: 100%;
}
@media screen and (min-width:1199px) {
  .spot.hero .hero__article-wrapper article {
    margin-top: -2.5rem;
    max-width: 87.99%;
  }
}
.spot.hero .hero__article-wrapper article h2 {
  color: rgba(0, 0, 0, 0.9);
  font-family: "Spotify Mix";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 19.2px;
  margin-bottom: 1rem;
}
@media screen and (min-width:768px) {
  .spot.hero .hero__article-wrapper article h2 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width:1199px) {
  .spot.hero .hero__article-wrapper article h2 {
    font-size: 1.25rem;
    padding-right: 8%;
    line-height: 1.2;
    margin-bottom: 1.4375rem;
    letter-spacing: -0.033125rem;
  }
}
.spot.hero .hero__article-wrapper article h2:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (min-width:1199px) {
  .spot.hero .hero__article-wrapper article h2:nth-last-child(1) {
    line-height: 45px;
  }
}
.spot.hero .hero__article-wrapper article h2 a {
  color: #AE3C00;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.09375rem;
}
.spot.hero .hero__article-wrapper article h2 a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.spot.hero .hero__article-wrapper article h2 .uri-explain {
  position: relative;
  color: #AE3C00;
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.09375rem;
  line-height: 1;
}
.spot.hero .hero__article-wrapper article h2 .uri-explain:hover {
  color: rgba(0, 0, 0, 0.9);
}
.spot.hero .hero__article-wrapper article h2 .uri-explain .uri-tooltip {
  transition: visiblity 0.5s, opacity 0.5s;
  position: absolute;
  width: 260px;
  border: 0.0625rem solid #d8d8d8;
  border-radius: 0.375rem;
  color: #000;
  background-color: #fff;
  bottom: 2.75rem;
  padding: 0.75rem;
  z-index: 10;
  left: -3.75rem;
  display: none;
}
@media screen and (min-width:950px) {
  .spot.hero .hero__article-wrapper article h2 .uri-explain .uri-tooltip {
    left: -2.5rem;
    width: 16.875rem;
  }
}
.spot.hero .hero__article-wrapper article h2 .uri-explain .uri-tooltip.is-visible {
  display: block;
}
.spot.hero .hero__article-wrapper article h2 .uri-explain .uri-tooltip span {
  font-size: 14px;
  line-height: 1.25;
  display: block;
  font-family: "Spotify Mix";
}
@media screen and (min-width:950px) {
  .spot.hero .hero__article-wrapper article h2 .uri-explain .uri-tooltip span {
    font-size: 16px;
  }
}
.spot.hero .hero__article-wrapper article h2 .uri-explain .uri-tooltip span + span {
  margin-top: 0.75rem;
}
.spot.hero .hero__article-wrapper article h2 .uri-explain .uri-tooltip:after {
  content: "";
  position: absolute;
  left: 39.33%;
  bottom: -0.0625rem;
  width: 1rem;
  height: 1rem;
  margin-left: -0.5rem;
  margin-bottom: -0.5rem;
  background-color: #fff;
  transform: rotate(45deg);
  border-bottom: 0.0625rem solid #d8d8d8;
  border-right: 0.0625rem solid #d8d8d8;
}
@media screen and (min-width:1199px) {
  .spot.hero .hero__article-wrapper article h2 + h2 {
    line-height: 45px;
  }
}
.spot.hero .hero__article-wrapper article .input__wrapper {
  position: relative;
  border-radius: 999px;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width:768px) {
  .spot.hero .hero__article-wrapper article .input__wrapper {
    display: inline-block;
    margin-right: 0.625rem;
    width: calc(50% - 11px);
    overflow: visible;
  }
}
@media screen and (min-width:1199px) {
  .spot.hero .hero__article-wrapper article .input__wrapper {
    width: 42.0625rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
}
.spot.hero .hero__article-wrapper article .input__wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 77px;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 71.31%);
}
@media screen and (min-width:768px) {
  .spot.hero .hero__article-wrapper article .input__wrapper::after {
    display: none;
  }
}
.spot.hero .hero__article-wrapper article .input__wrapper input {
  display: flex;
  justify-content: flex-end;
  border-radius: 6.25rem;
  align-items: center;
  flex-shrink: 0;
  color: #000;
  font-family: "Spotify Mix";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  line-height: 1;
  min-height: 52px;
  padding: 0.625rem 1.875rem;
  border: none;
}
.spot.hero .hero__article-wrapper article .input__wrapper input:focus, .spot.hero .hero__article-wrapper article .input__wrapper input:focus-visible, .spot.hero .hero__article-wrapper article .input__wrapper input:focus-visible {
  outline: 0.125rem solid #FF7439;
}
@media screen and (min-width:1199px) {
  .spot.hero .hero__article-wrapper article .input__wrapper input {
    line-height: 1.75rem;
    min-height: 3.75rem;
  }
}
.spot.hero .hero__article-wrapper article .l-btn {
  width: auto;
  letter-spacing: 0.03em;
  line-height: 18.303px;
  min-height: 52px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width:768px) {
  .spot.hero .hero__article-wrapper article .l-btn {
    display: inline-flex;
    margin-left: 0.625rem;
  }
}
@media screen and (min-width:1199px) {
  .spot.hero .hero__article-wrapper article .l-btn {
    padding: 0 2rem;
    min-height: 3.75rem;
    margin-left: 0;
  }
}
.spot.hero .hero__parallax {
  width: 100%;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (min-width:1199px) {
  .spot.hero .hero__parallax {
    order: 2;
    width: 50%;
    margin-top: -3rem;
  }
}
.spot.hero .hero__parallax .hero__plx__phone {
  width: calc(100% + 100px);
  margin-left: -3.125rem;
  display: block;
}
@media screen and (min-width:768px) {
  .spot.hero .hero__parallax .hero__plx__phone {
    max-height: 48.0625rem;
    max-width: 28.25rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .spot.hero .hero__parallax .hero__plx__phone:before {
    padding-top: 0;
  }
  .spot.hero .hero__parallax .hero__plx__phone img {
    height: 100%;
    object-fit: contain;
    margin-top: 1.125rem;
    position: relative;
  }
}
.spot.hero .hero__parallax .hero__plx__wave {
  display: none;
}
@media screen and (min-width:768px) {
  .spot.hero .hero__parallax .hero__plx__wave {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-57.55%, -48%);
    margin: 0;
    z-index: 0;
    width: 110.2%;
  }
}

.hero__video-modal {
  position: fixed;
  top: 0;
  padding-top: 11.5rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999;
  background: linear-gradient(180deg, #f3fe43 0%, #e4ee90 100%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.hero__video-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.hero__video-modal .video {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
}
.hero__video-modal .video .video__wrapper {
  position: relative;
  max-height: calc(100% - 200px);
  height: 100%;
  margin-top: 100px;
}
@media screen and (min-width:1199px) {
  .hero__video-modal .video .video__wrapper {
    max-height: calc(100% - 300px);
    margin-top: 140px;
  }
}
.hero__video-modal .close {
  position: absolute;
  top: 5.125rem;
  right: 1.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  z-index: 2;
}
@media screen and (min-width:950px) {
  .hero__video-modal .close {
    top: 130px;
    right: 19px;
  }
}
@media screen and (min-width:1199px) {
  .hero__video-modal .close {
    right: 7.1875rem;
    width: 3.25rem;
    height: 3.25rem;
  }
}
.hero__video-modal .close img {
  width: 100%;
  height: 100%;
}
.hero__video-modal .controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  width: 100%;
  max-width: 101.4375rem;
  display: flex;
  gap: 1.5625rem;
  align-items: center;
  padding: 0 20px;
}
@media screen and (min-width:950px) {
  .hero__video-modal .controls {
    gap: 3.125rem;
    max-width: 120rem;
    padding: 0 7.1875rem;
  }
}
.hero__video-modal .controls * {
  color: orange;
}
.hero__video-modal .controls .playbar {
  flex-grow: 1;
  padding: 0;
  position: relative;
  height: 0.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.102);
}
@media screen and (min-width:950px) {
  .hero__video-modal .controls .playbar {
    height: 0.75rem;
  }
}
.hero__video-modal .controls .playbar .progress {
  background-color: #FF7439;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  left: 0;
  height: 0.5rem;
  position: absolute;
}
@media screen and (min-width:950px) {
  .hero__video-modal .controls .playbar .progress {
    height: 0.75rem;
  }
}
.hero__video-modal .playpause {
  width: 3rem;
  height: 3rem;
  background-color: #FF7439;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: left;
}
@media screen and (min-width:1320px) {
  .hero__video-modal .playpause {
    width: 6rem;
    height: 6rem;
    transform: scale(1);
  }
}
.hero__video-modal .playpause span {
  margin: 0;
  border-left: 0.4125rem solid #ffffff;
  border-top: 0 solid rgba(0, 0, 0, 0);
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  height: 1.5rem;
  transition: border 0.15s, width 0.15s, height 0.15s, margin 0.15s;
}
@media screen and (min-width:1320px) {
  .hero__video-modal .playpause span {
    height: 1.833125rem;
  }
}
.hero__video-modal .playpause span.left {
  border-right: 0.666875rem solid rgba(0, 0, 0, 0);
  width: 14px;
}
@media screen and (min-width:1320px) {
  .hero__video-modal .playpause span.left {
    width: 16px;
  }
}
.hero__video-modal .playpause.play span.left {
  margin-left: 0.4375rem;
  border-left: 1.625rem solid #ffffff;
  border-top: 1rem solid rgba(0, 0, 0, 0);
  border-bottom: 1rem solid rgba(0, 0, 0, 0);
  border-right: 0px solid rgba(0, 0, 0, 0);
}
@media screen and (min-width:768px) {
  .hero__video-modal .playpause.play span.left {
    height: 1.5rem;
  }
}
@media screen and (min-width:1440px) {
  .hero__video-modal .playpause.play span.left {
    height: 2rem;
  }
}
.hero__video-modal .playpause.play span.right {
  height: 0;
  opacity: 0;
}
.hero__video-modal .video__wrapper {
  position: relative;
  max-height: calc(100vh - 471px);
}
.hero__video-modal .video__wrapper video {
  object-fit: contain;
  margin-inline: auto;
  display: block;
  height: auto;
  max-height: 100%;
}

.hero__image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__image-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.hero__image-modal .modal-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 1.25rem 5.625rem;
  overflow: auto;
  max-height: 100dvh;
}
.hero__image-modal .modal-container .close {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.25rem;
}
.hero__image-modal .modal-container .close img {
  filter: invert(1);
  width: 100%;
  height: 100%;
}
.hero__image-modal .modal__wrapper {
  width: 100%;
  max-height: calc(100dvh - 110px);
  overflow: auto;
}

.section--v-slider {
  position: relative;
  overflow: visible !important;
}
.section--v-slider .spot.v-slider {
  padding: 3.75rem 0 2.375rem;
}
@media screen and (min-width:1199px) {
  .section--v-slider .spot.v-slider {
    padding: 9.375rem 0 9.375rem;
  }
}
.section--v-slider .spot.v-slider:has(.v-slider__frame.show-5) h2 {
  z-index: 0;
}
.section--v-slider .spot.v-slider h2 {
  font-family: "Spotify Mix Wide";
  font-weight: 900;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  margin-bottom: 2rem;
  color: rgba(0, 0, 0, 0.9);
}
@media screen and (min-width:768px) {
  .section--v-slider .spot.v-slider h2 {
    font-size: 3.125rem;
  }
}
@media screen and (min-width:1199px) {
  .section--v-slider .spot.v-slider h2 {
    font-weight: 900;
    font-size: 3.75rem;
    line-height: 1.2;
    margin-bottom: 3.125rem;
    letter-spacing: -0.0625rem;
  }
}
@media screen and (min-width:1900px) {
  .section--v-slider .spot.v-slider h2 {
    top: 200px;
  }
}
.section--v-slider .spot.v-slider .v-slider__frame {
  position: relative;
}
@media screen and (min-width:1199px) {
  .section--v-slider .spot.v-slider .v-slider__frame {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    --card-number: 2;
    --gap: 51;
    column-gap: calc(var(--gap) / 16 * 1rem);
    row-gap: 4.5rem;
  }
}
@media screen and (min-width:1320px) {
  .section--v-slider .spot.v-slider .v-slider__frame {
    --card-number: 3;
    --gap: 51;
    column-gap: calc(var(--gap) / 16 * 1rem);
    row-gap: 4.5rem;
  }
}
@media screen and (min-width:1199px) {
  .section--v-slider .spot.v-slider .v-slider__frame {
    opacity: 1;
    z-index: 3;
  }
}
.section--v-slider .spot.v-slider .v-slider__frame .slick-list {
  margin: 0 -0.53125rem;
  overflow: hidden;
}
.section--v-slider .spot.v-slider .v-slider__frame .slick-list .slick-track .slick-slide {
  margin: 0 0.5rem;
  height: auto;
}
.section--v-slider .spot.v-slider .v-slider__frame .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.section--v-slider .spot.v-slider .v-slider__frame .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(-24%, -50%);
  background-color: #FF7439;
  z-index: 1;
  transition: all 0.3s ease;
}
.section--v-slider .spot.v-slider .v-slider__frame .slick-arrow:active {
  background-color: #FFFFFF;
}
.section--v-slider .spot.v-slider .v-slider__frame .slick-arrow.slick-next {
  left: unset;
  right: 0;
  transform: translate(24%, -50%);
}
.section--v-slider .spot.v-slider .v-slider__frame .slick-arrow::before {
  content: "";
  position: absolute;
  width: 1.3125rem;
  height: 0.125rem;
  background-color: #000000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section--v-slider .spot.v-slider .v-slider__frame .slick-arrow::after {
  content: "";
  position: absolute;
  width: 0.984375rem;
  height: 0.984375rem;
  border-top: 0.125rem solid #000000;
  border-right: 0.125rem solid #000000;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  top: 50%;
}
.section--v-slider .spot.v-slider .v-slider__frame .slick-arrow.slick-prev::after {
  transform: translate(-50%, -50%) rotate(225deg);
}
.section--v-slider .spot.v-slider .v-slider__frame .v-slider__slide {
  padding: 2rem 2.25rem 2rem 2.25rem;
  background-color: #F2FD4B;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:1199px) {
  .section--v-slider .spot.v-slider .v-slider__frame .v-slider__slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(100% / var(--card-number) - var(--gap) * (var(--card-number) - 1) / var(--card-number) * 0.0625rem);
    gap: 3rem;
    padding: 0;
  }
}
@media screen and (min-width:1320px) {
  .section--v-slider .spot.v-slider .v-slider__frame .v-slider__slide {
    transform: none;
  }
}
.section--v-slider .spot.v-slider .v-slider__frame .v-slider__slide figure {
  max-width: 16.25rem;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media screen and (min-width:1024px) {
  .section--v-slider .spot.v-slider .v-slider__frame .v-slider__slide figure {
    max-width: 34.522%;
  }
}
@media screen and (min-width:1199px) {
  .section--v-slider .spot.v-slider .v-slider__frame .v-slider__slide figure {
    margin-bottom: 0;
  }
}
@media screen and (min-width:1320px) {
  .section--v-slider .spot.v-slider .v-slider__frame .v-slider__slide figure {
    max-width: 22.996875rem;
    min-height: 15.8125rem;
    display: flex;
    align-items: flex-end;
  }
}
.section--v-slider .spot.v-slider .v-slider__frame .v-slider__slide article {
  text-align: center;
}
@media screen and (min-width:1320px) {
  .section--v-slider .spot.v-slider .v-slider__frame .v-slider__slide article {
    text-align: center;
    width: 100%;
  }
}
.section--v-slider .spot.v-slider .v-slider__frame .v-slider__slide article h3 {
  font-family: "Spotify Mix Wide";
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  line-height: 130%;
}
@media screen and (min-width:1024px) {
  .section--v-slider .spot.v-slider .v-slider__frame .v-slider__slide article h3 {
    font-size: 1rem;
  }
}
.section--v-slider .spot.v-slider .v-slider__frame .v-slider__slide article p {
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 400;
}
@media screen and (min-width:1024px) {
  .section--v-slider .spot.v-slider .v-slider__frame .v-slider__slide article p {
    font-size: 1rem;
    line-height: 120%;
    font-family: "Spotify Mix";
  }
}

@media screen and (max-width:767px) {
  .section--accordion .container {
    padding: 0;
  }
}

.spot.accordion {
  padding: 1.875rem 1.0625rem 2.375rem;
}
@media screen and (min-width:1199px) {
  .spot.accordion {
    padding: 9.375rem 0 9.375rem;
  }
}
.spot.accordion h2 {
  font-family: "Spotify Mix Wide";
  font-weight: 900;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  margin-bottom: 2rem;
  color: rgba(0, 0, 0, 0.9);
}
@media screen and (min-width:768px) {
  .spot.accordion h2 {
    font-size: 3.125rem;
  }
}
@media screen and (min-width:1199px) {
  .spot.accordion h2 {
    font-weight: 900;
    font-size: 3.75rem;
    line-height: 1.2;
    margin-bottom: 5rem;
  }
}
.spot.accordion ul.accordion__wrapper {
  margin: 0 auto;
}
.spot.accordion ul.accordion__wrapper .accordion-item {
  border-bottom: 1px solid #000000;
  min-height: 3.5625rem;
}
.spot.accordion ul.accordion__wrapper .accordion-item:nth-child(1) {
  border-top: 1px solid #000000;
}
.spot.accordion ul.accordion__wrapper .accordion-item.is-open button {
  background-color: #2a2a2a;
  color: #FFFFFF;
}
.spot.accordion ul.accordion__wrapper .accordion-item.is-open button i {
  filter: invert(1);
  transform: rotate(180deg);
}
.spot.accordion ul.accordion__wrapper .accordion-item.is-open button:hover {
  opacity: 1;
}
.spot.accordion ul.accordion__wrapper .accordion-item.is-open p.answer {
  background-color: #242424;
  color: #F2FD4B;
}
.spot.accordion ul.accordion__wrapper .accordion-item button {
  padding: 1rem 1.5rem 1.125rem 1rem;
  background-color: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  width: 100%;
  gap: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width:767px) {
  .spot.accordion ul.accordion__wrapper .accordion-item button {
    padding: 1rem;
    line-height: 1.375;
  }
}
@media screen and (min-width:768px) {
  .spot.accordion ul.accordion__wrapper .accordion-item button {
    align-items: center;
    padding: 1.5rem 1.5rem 1.625rem 1.5rem;
  }
}
.spot.accordion ul.accordion__wrapper .accordion-item button:hover {
  opacity: 0.7;
}
.spot.accordion ul.accordion__wrapper .accordion-item button i {
  min-width: 1.5rem;
  min-height: 1.5rem;
}
.spot.accordion ul.accordion__wrapper .accordion-item button:focus-visible {
  outline: auto 1px;
  outline: -webkit-focus-ring-color auto 1px;
}
.spot.accordion ul.accordion__wrapper .accordion-item p.answer {
  padding: 0.9375rem 2rem 2rem;
  display: none;
  word-wrap: break-word;
}
.spot.accordion ul.accordion__wrapper .accordion-item p.answer a {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.spot.accordion ul.accordion__wrapper .accordion-item p.answer a:hover {
  color: #AE3C00;
}

.spot.workshop {
  padding-top: 4.25rem;
}
@media screen and (min-width:768px) {
  .spot.workshop {
    padding-top: 5.75rem;
  }
}
@media screen and (min-width:1199px) {
  .spot.workshop {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.spot.workshop h2 {
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-family: "Spotify Mix Wide";
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width:768px) {
  .spot.workshop h2 {
    font-size: 3.125rem;
  }
}
@media screen and (min-width:1199px) {
  .spot.workshop h2 {
    font-size: 3.75rem;
    margin-bottom: 0;
  }
}
.spot.workshop h2 span {
  font-weight: 100;
  font-family: "Spotify Mix Wide";
  width: 100%;
  display: block;
}
@media screen and (min-width:768px) {
  .spot.workshop h2 span {
    display: inline-block;
    width: auto;
  }
}
.spot.workshop .workshop__wrapper {
  display: flex;
  max-width: 20.48rem;
  margin: 0 auto;
  justify-content: center;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width:768px) {
  .spot.workshop .workshop__wrapper {
    max-width: 103.1875rem;
    padding-top: 2.5rem;
    flex-direction: row;
    gap: 3rem;
    align-items: flex-start;
  }
}
@media screen and (min-width:1199px) {
  .spot.workshop .workshop__wrapper {
    max-width: 103.1875rem;
    padding-top: 3.5625rem;
  }
}
.spot.workshop .workshop__wrapper .workshop__canvas {
  width: 100%;
  max-width: 33.125rem;
  order: 1;
}
@media screen and (min-width:768px) {
  .spot.workshop .workshop__wrapper .workshop__canvas {
    text-align: center;
  }
}
.spot.workshop .workshop__wrapper .workshop__canvas .workshop__canvas__screen {
  position: relative;
  overflow: hidden;
}
.spot.workshop .workshop__wrapper .workshop__canvas .workshop__canvas__screen .image {
  max-width: 100%;
  max-height: 41.5rem;
  overflow: hidden;
}
.spot.workshop .workshop__wrapper .workshop__canvas .workshop__canvas__screen .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spot.workshop .workshop__wrapper .workshop__canvas .workshop__canvas__screen .art-container {
  position: absolute;
  left: 0;
  width: 100%;
  height: 80%;
  top: 0%;
}
.spot.workshop .workshop__wrapper .workshop__canvas .workshop__canvas__screen .code-container {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20.227%;
  top: 80%;
}
.spot.workshop .workshop__wrapper .workshop__canvas .workshop__canvas__download {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  line-height: 18.303px;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width:768px) {
  .spot.workshop .workshop__wrapper .workshop__canvas .workshop__canvas__download {
    width: auto;
  }
}
@media screen and (min-width:1199px) {
  .spot.workshop .workshop__wrapper .workshop__canvas .workshop__canvas__download {
    margin-top: 1.625rem;
    margin-bottom: 1.375rem;
    min-height: 3.75rem;
  }
}
.spot.workshop .workshop__wrapper .workshop__canvas .workshop__canvas__download button {
  background-color: transparent;
  border: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
.spot.workshop .workshop__wrapper .workshop__canvas .workshop__canvas__download span {
  text-transform: none;
}
.spot.workshop .workshop__wrapper .workshop__canvas .workshop__canvas__terms {
  color: #000;
  text-align: center;
  font-family: "Spotify Mix";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  display: block;
  width: calc(100% + 10px);
  margin-left: -0.3125rem;
}
@media screen and (min-width:1199px) {
  .spot.workshop .workshop__wrapper .workshop__canvas .workshop__canvas__terms {
    padding: 0 5.125rem;
    line-height: 1.2;
    width: 100%;
    margin-left: 0;
  }
}
.spot.workshop .workshop__wrapper .workshop__canvas .workshop__canvas__terms a {
  font-weight: 700;
  text-decoration: underline;
  color: #AE3C00;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.25rem;
}
.spot.workshop .workshop__wrapper .workshop__canvas .workshop__canvas__terms a:hover {
  color: #000;
}
.spot.workshop .workshop__wrapper .workshop__tools {
  width: 100%;
  max-width: 33.125rem;
  order: 2;
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .workshop__tools-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 102px);
    margin-left: -3.1875rem;
    margin-right: -3.1875rem;
    gap: 1px;
  }
}
@media screen and (max-width:399px) {
  .spot.workshop .workshop__wrapper .workshop__tools .workshop__tools-wrapper {
    width: calc(100% + 50px);
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .customize {
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize {
    margin-bottom: 0;
    background-color: #FFFFFF;
    height: 3.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 0.5px);
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.back {
    order: 1;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.back:has(input.selected) label {
    background-color: #eeeeee;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.back:has(input.selected) label::after {
    background-image: url("../images/minus-circle.svg");
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.fore {
    order: 2;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.code-size {
    order: 3;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.code-format {
    order: 4;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.is-open label {
    background-color: #eeeeee;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.0625rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    background-position: center;
    background-image: url("../images/plus-circle.svg");
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .customize:nth-last-of-type(1) {
  margin-bottom: 0;
}
.spot.workshop .workshop__wrapper .workshop__tools .customize .hidden {
  display: none;
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize.custom-dropdown:not(:has(.select.hidden)) label {
    background-color: #eeeeee;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.custom-dropdown:not(:has(.select.hidden)) label::after {
    background-image: url("../images/minus-circle.svg");
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .customize.custom-dropdown.is-open input {
  outline: none;
  border: 0.125rem solid #FF7439;
}
@media screen and (min-width:768px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize.custom-dropdown.is-open .custom-dropdown__icon img {
    transform: rotate(180deg);
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .customize.custom-dropdown .custom-dropdown__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.75rem;
  height: 3.75rem;
  pointer-events: none;
  display: none;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:768px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize.custom-dropdown .custom-dropdown__icon {
    display: flex;
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .customize.custom-dropdown .custom-dropdown__icon img {
  width: 1rem;
}
.spot.workshop .workshop__wrapper .workshop__tools .customize.custom-dropdown .select {
  margin-top: 0;
  top: calc(100% + 25px);
  right: auto;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0;
  box-shadow: 0.125rem -0.0625rem 0.6875rem 0 rgba(0, 0, 0, 0.188);
  border: none;
  background-color: #FFFFFF;
  position: absolute;
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize.custom-dropdown .select {
    top: auto;
    bottom: 7.25rem;
    width: calc(200% + 1px);
    left: 0;
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .customize.custom-dropdown .select .option {
  padding: 0.625rem 1.9375rem;
  font-family: "Spotify Mix";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.625;
  text-align: left;
  min-height: 4.75rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize.custom-dropdown .select .option {
    font-size: 1rem;
    line-height: 3.5;
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .customize.custom-dropdown .select .option::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  box-shadow: inset 0 0 0 0.625rem transparent;
}
.spot.workshop .workshop__wrapper .workshop__tools .customize.custom-dropdown .select .option:hover {
  background-color: #FF7439;
  color: #FFFFFF;
  box-shadow: inset 0 0 0 0.625rem #FFFFFF;
}
.spot.workshop .workshop__wrapper .workshop__tools .customize.custom-dropdown .select .option.is-selected {
  background-color: #FF7439;
  color: #FFFFFF;
  box-shadow: inset 0 0 0 0.625rem #FFFFFF;
}
.spot.workshop .workshop__wrapper .workshop__tools .customize.custom-dropdown .select::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.6875rem;
  bottom: auto;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: -0.5rem;
  margin-bottom: -0.5rem;
  z-index: -1;
  background-color: #fff;
  transform: rotate(45deg);
  border-top: 0.015rem solid rgba(216, 216, 216, 0.26);
  border-left: 0.015rem solid rgba(216, 216, 216, 0.26);
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize.custom-dropdown .select::before {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize.custom-dropdown.code-format .select {
    left: calc(-100% - 1px);
  }
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize.fore .select {
    opacity: 1;
    bottom: 100%;
    width: calc(200% + 1px);
    left: calc(-100% - 1px);
    pointer-events: all;
    border: none;
  }
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize.code-size .select {
    opacity: 1;
    bottom: 100%;
    width: 200%;
    left: -100%;
    pointer-events: all;
    border: none;
  }
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize.code-size .input-wrapper {
    display: none;
    position: absolute;
    bottom: 7.25rem;
    height: 6.125rem;
    background-color: #FFFFFF;
    left: 0;
    top: auto;
    width: calc(200% + 1px);
    box-shadow: 0.125rem -0.0625rem 0.6875rem 0 rgba(0, 0, 0, 0.188);
    opacity: 1;
    display: none;
    align-items: center;
    padding: 1.5rem 2.5rem;
    z-index: 1;
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .customize.code-size .input-wrapper > button.is-mobile {
  display: none;
  border: none;
  padding: 0.625rem 2.5rem;
  background: #FF7439;
  height: 100%;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  font-size: 0.9375rem;
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize.code-size .input-wrapper > button.is-mobile {
    display: block;
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .customize.code-size .input-wrapper input {
  cursor: text;
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize.code-size .input-wrapper input {
    min-height: 3.125rem;
    padding: 0.625rem 1.375rem;
    border: 1px solid #eeeeee;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 400;
    position: relative;
    opacity: 1;
    border-radius: 6.25rem;
    pointer-events: all;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.code-size .input-wrapper input:focus {
    border: 1px solid #eeeeee;
  }
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize.code-size.is-open label::after {
    background-image: url("../images/minus-circle.svg");
  }
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize.code-size.is-open .input-wrapper {
    display: flex;
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .customize label {
  color: rgba(0, 0, 0, 0.9);
  font-family: "Spotify Mix";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize label {
    font-size: 0.875rem;
    margin-bottom: 0;
    cursor: pointer;
    padding: 0.75rem 5.125rem 0.625rem 0.9875rem;
    min-height: 3.625rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width:1199px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize label {
    line-height: 28px;
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .customize > input,
.spot.workshop .workshop__wrapper .workshop__tools .customize > select,
.spot.workshop .workshop__wrapper .workshop__tools .customize .input-wrapper > input {
  color: rgba(0, 0, 0, 0.9);
  font-family: "Spotify Mix";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  min-height: 3.75rem;
  text-transform: capitalize;
  border-radius: 6.25rem;
  padding: 0.625rem 1.875rem;
  border: none;
  width: 100%;
  border: 0.125rem solid transparent;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize > input,
  .spot.workshop .workshop__wrapper .workshop__tools .customize > select,
  .spot.workshop .workshop__wrapper .workshop__tools .customize .input-wrapper > input {
    border-radius: 0;
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .customize > input:focus, .spot.workshop .workshop__wrapper .workshop__tools .customize > input:focus-visible, .spot.workshop .workshop__wrapper .workshop__tools .customize > input:focus-visible, .spot.workshop .workshop__wrapper .workshop__tools .customize > input.selected,
.spot.workshop .workshop__wrapper .workshop__tools .customize > select:focus,
.spot.workshop .workshop__wrapper .workshop__tools .customize > select:focus-visible,
.spot.workshop .workshop__wrapper .workshop__tools .customize > select:focus-visible,
.spot.workshop .workshop__wrapper .workshop__tools .customize > select.selected,
.spot.workshop .workshop__wrapper .workshop__tools .customize .input-wrapper > input:focus,
.spot.workshop .workshop__wrapper .workshop__tools .customize .input-wrapper > input:focus-visible,
.spot.workshop .workshop__wrapper .workshop__tools .customize .input-wrapper > input:focus-visible,
.spot.workshop .workshop__wrapper .workshop__tools .customize .input-wrapper > input.selected {
  border: 0.125rem solid #FF7439;
}
.spot.workshop .workshop__wrapper .workshop__tools .customize.back input {
  cursor: text;
}
@media screen and (min-width:768px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize input:focus + .color-picker-btn {
    border-left-color: #FF7439;
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-btn {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5.625rem;
  height: 3.75rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}
.spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-btn img {
  margin: 0 auto;
  width: 1.18125rem;
  pointer-events: none;
}
@media screen and (min-width:768px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-btn {
    display: flex;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-btn:hover img {
    opacity: 0.6;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-btn.selected {
    border-left-color: #FF7439;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-btn.selected img {
    opacity: 0.6;
  }
}
@media screen and (min-width:768px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el {
    margin-top: 0;
    top: calc(100% + 25px);
    right: auto;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 2.75rem;
    box-shadow: 0.125rem -0.0625rem 0.6875rem 0 rgba(0, 0, 0, 0.188);
    border: none;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el input {
    border-radius: 6.25rem;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el .hue-picker {
    width: 100% !important;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el .circle-picker {
    width: calc(100% + 18px) !important;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el .circle-picker > span > div > span > div {
    margin: 0 auto;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el .hue-picker {
    margin-bottom: 2.375rem;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el .hue-picker .hue-horizontal {
    border-radius: 0.625rem;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el .hue-picker > div > div > div {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el .hue-picker > div > div > div > div {
    width: 2rem !important;
    cursor: pointer;
    height: 2rem !important;
    cursor: pointer;
    background-color: #FFFFFF !important;
    box-shadow: 0.0625rem 0.0625rem 0.625rem 0.125rem rgba(0, 0, 0, 0.2) !important;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el input.hex {
    min-height: 5rem;
    padding: 0.625rem 1.875rem;
    font-family: "Spotify Mix";
    font-size: 1.5rem;
    border: 0.0625rem solid #d9d9d9;
    font-weight: 400;
    line-height: 1;
    background-color: transparent;
    margin-bottom: 36px;
    width: 100%;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -0.9375rem;
    bottom: auto;
    width: 1.75rem;
    height: 1.75rem;
    margin-left: -0.5rem;
    margin-bottom: -0.5rem;
    background-color: #fff;
    transform: rotate(45deg);
    border-top: 0.015rem solid rgba(216, 216, 216, 0.26);
    border-left: 0.015rem solid rgba(216, 216, 216, 0.26);
  }
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el {
    margin-top: 0;
    left: 0;
    right: auto;
    width: calc(200% + 1px);
    bottom: 3.625rem;
    top: auto;
    z-index: 9;
    border: none;
    border-radius: 0;
    padding: 1.5rem 2.5rem;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el input,
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el .circle-picker,
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el .hue-picker {
    width: 100% !important;
    justify-content: center;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el .circle-picker {
    width: calc(100% + 24px) !important;
    margin-left: -0.3125rem;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el .hue-picker > div > div > div > div {
    width: 2rem !important;
    height: 2rem !important;
  }
  .spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el input {
    padding: 0.625rem 1.3125rem;
    min-height: 3.125rem;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 500;
    font-weight: 400;
    border-radius: 6.25rem;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    border: 1px solid #eeeeee;
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .social {
  margin-top: 1.5rem;
}
@media screen and (min-width:950px) {
  .spot.workshop .workshop__wrapper .workshop__tools .social {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width:767px) {
  .spot.workshop .workshop__wrapper .workshop__tools .social {
    width: 100%;
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .social p {
  color: rgba(0, 0, 0, 0.9);
  font-family: "Spotify Mix";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.375rem;
  text-align: center;
}
@media screen and (min-width:768px) {
  .spot.workshop .workshop__wrapper .workshop__tools .social p {
    text-align: left;
  }
}
@media screen and (min-width:950px) {
  .spot.workshop .workshop__wrapper .workshop__tools .social p {
    font-size: 1rem;
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .social ul {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media screen and (min-width:768px) {
  .spot.workshop .workshop__wrapper .workshop__tools .social ul {
    justify-content: flex-start;
    gap: 1.25rem;
  }
}
@media screen and (min-width:1199px) {
  .spot.workshop .workshop__wrapper .workshop__tools .social ul {
    gap: 1.25rem;
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .social ul li {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width:768px) {
  .spot.workshop .workshop__wrapper .workshop__tools .social ul li {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
@media screen and (min-width:1199px) {
  .spot.workshop .workshop__wrapper .workshop__tools .social ul li {
    width: 3.875rem;
    height: 3.875rem;
  }
}
.spot.workshop .workshop__wrapper .workshop__tools .social ul li a {
  transition: all 0.2s ease-in-out;
}
.spot.workshop .workshop__wrapper .workshop__tools .social ul li a:hover {
  opacity: 0.8;
}

.code-rain {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999999;
}
.code-rain .code {
  position: absolute;
  width: 200px;
  margin-left: -100px;
  margin-top: -25px;
}

.section--workshop {
  position: relative;
}
.section--workshop .modal-overlay {
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  display: block;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
  opacity: 0;
}
.section--workshop .modal-overlay.is-visible {
  visibility: visible;
  opacity: 1;
}
.section--workshop > .container {
  position: relative;
  z-index: 1;
}
.section--workshop .modal {
  top: 0;
  position: absolute;
  height: auto;
  width: 100%;
  max-width: 87.5rem;
  left: 50%;
  top: 1.875rem;
  transform: translateX(-50%);
  background-color: rgb(255, 255, 255);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms cubic-bezier(0.335, 0.01, 0.03, 1.36);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
@media screen and (min-width:768px) {
  .section--workshop .modal {
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.2509803922);
    width: 100%;
    padding: 5.5rem;
  }
}
@media screen and (min-width:950px) {
  .section--workshop .modal {
    border-radius: 1rem;
    width: 80%;
  }
}
@media screen and (min-width:1199px) {
  .section--workshop .modal {
    width: 100%;
  }
}
.section--workshop .modal.open {
  opacity: 1;
  visibility: visible;
}
.section--workshop .modal .modal-close {
  display: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  width: 35px;
  height: 35px;
  padding: 10px;
}
@media screen and (min-width:768px) {
  .section--workshop .modal .modal-close {
    width: 44px;
    height: 44px;
    top: 1.3125rem;
    right: 1.625rem;
  }
}
.section--workshop .modal .modal-close:hover {
  opacity: 0.8;
}
.section--workshop .modal .modal-inner {
  padding: 3.4375rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-color: #f4f4f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  transition: color 1000ms ease-in-out;
  color: black;
}
@media screen and (min-width:400px) {
  .section--workshop .modal .modal-inner {
    padding: 2.8125rem;
  }
}
@media screen and (min-width:768px) {
  .section--workshop .modal .modal-inner {
    padding: 2.8125rem 1.25rem;
    max-width: 80%;
  }
}
@media screen and (min-width:1199px) {
  .section--workshop .modal .modal-inner {
    max-width: 100%;
  }
}
.section--workshop .modal .modal-inner .modal-content {
  display: flex;
  flex-direction: column;
  color: black;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 550px;
  padding: 0 1.5625rem;
}
@media screen and (min-width:768px) {
  .section--workshop .modal .modal-inner .modal-content {
    max-height: 400px;
    padding: 0 2.8125rem;
  }
}
@media screen and (min-width:1320px) {
  .section--workshop .modal .modal-inner .modal-content {
    max-height: 565px;
  }
}
@media screen and (min-width:1900px) {
  .section--workshop .modal .modal-inner .modal-content {
    max-height: 700px;
  }
}
.section--workshop .modal .modal-inner .modal-content h1 {
  font-size: 1.625rem;
  padding-bottom: 1.875rem;
  line-height: 1;
  margin-bottom: 0;
}
.section--workshop .modal .modal-inner .modal-content p,
.section--workshop .modal .modal-inner .modal-content h2 {
  font-size: 0.9rem;
}
@media screen and (min-width:768px) {
  .section--workshop .modal .modal-inner .modal-content p,
  .section--workshop .modal .modal-inner .modal-content h2 {
    font-size: 1rem;
  }
}
.section--workshop .modal .modal-inner .modal-content a {
  text-decoration: underline;
  color: #AE3C00;
}
.section--workshop .modal .modal-inner .modal-content a:hover {
  color: #000000;
}
.section--workshop .modal .modal-inner .modal-content .top-ul {
  font-size: 0.9rem;
  list-style-position: outside;
  padding-left: 1.5625rem;
  margin: 0.625rem 0;
  list-style-type: disc;
  list-style: disc;
}
.section--workshop .modal .modal-inner .modal-content .modal-divider {
  width: 175px;
  background-color: #d9d9d9;
  margin: 1.25rem auto;
  border-bottom: 2px solid #d9d9d9;
}
.section--workshop .modal .modal-inner .modal-content .model-faq-title {
  font-family: "Spotify Mix";
  font-size: 19.2px;
  font-weight: 800;
}
.section--workshop .modal .modal-inner .modal-content .modal-faq {
  width: 100%;
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 1.25rem 0 0px 0; /* Remove margins */
}
@media screen and (min-width:1199px) {
  .section--workshop .modal .modal-inner .modal-content .modal-faq {
    margin-bottom: 2.8125rem;
    height: 50rem;
    gap: calc(var(--gap) / 16 * 1rem);
    flex-direction: column;
    flex-wrap: wrap;
    display: inline-flex;
    --card-number: 2;
    --gap: 40;
    gap: calc(var(--gap) / 16 * 1rem);
  }
}
.section--workshop .modal .modal-inner .modal-content .modal-faq .modal-faq-container {
  width: 100%;
  margin-bottom: 2.5rem;
}
@media screen and (min-width:1199px) {
  .section--workshop .modal .modal-inner .modal-content .modal-faq .modal-faq-container {
    width: calc(100% / var(--card-number) - var(--gap) * (var(--card-number) - 1) / var(--card-number) * 0.0625rem);
    gap: 3rem;
    margin-bottom: 0;
  }
}
.section--workshop .modal .modal-inner .modal-content .modal-faq .modal-faq-container .question {
  font-family: "Spotify Mix";
  margin-bottom: 1rem;
  font-weight: 800;
}
.section--workshop .modal .modal-inner .modal-content .modal-faq .modal-faq-container .answer {
  overflow: hidden;
}
.section--workshop .modal .modal-inner .modal-wrapper {
  pointer-events: none;
  content: "";
  visibility: visible;
  position: relative;
  bottom: 2.8125rem;
  left: 0;
  width: 100%;
  height: 2.8125rem;
  transition: margin-bottom 1s ease-out;
  background: -moz-linear-gradient(172.7deg, rgba(244, 244, 244, 0) 5.68%, rgba(244, 244, 244, 0.85) 43.54%);
  background: -webkit-linear-gradient(172.7deg, rgba(244, 244, 244, 0) 5.68%, rgba(244, 244, 244, 0.85) 43.54%);
  background: linear-gradient(172.7deg, rgba(244, 244, 244, 0) 5.68%, rgba(244, 244, 244, 0.85) 43.54%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.section--workshop .modal .modal-inner .button-wrapper {
  text-align: center;
}
.section--workshop .modal .modal-inner .button-wrapper .l-btn {
  display: inline-flex;
  background-color: #000000;
  color: #FFFFFF;
  margin: 0 auto;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  min-height: 52px;
}
.section--workshop .modal .modal-inner .button-wrapper .l-btn:disabled {
  opacity: 0.5;
}
.section--workshop .modal .modal-inner .button-wrapper .l-btn:hover {
  background-color: #404040;
}

.drawer {
  display: none;
}

label.is-hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.spot.workshop .workshop__wrapper .workshop__tools .customize.color-picker .color-picker-el .circle-picker > span > div > span > div:focus-within {
  outline: -webkit-focus-ring-color auto 1px !important;
  outline-offset: 0.125rem;
}

.spot.lightbox {
  padding: 6.25rem 0 6.25rem;
}
@media screen and (min-width:1199px) {
  .spot.lightbox {
    padding: 9.375rem 0 9.375rem;
  }
}
.spot.lightbox h2 {
  font-family: "Spotify Mix Wide";
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.1;
  display: block;
  text-align: center;
  margin-bottom: 5rem;
  letter-spacing: -0.036875rem;
}
@media screen and (min-width:768px) {
  .spot.lightbox h2 {
    font-size: 2.375rem;
  }
}
@media screen and (min-width:1199px) {
  .spot.lightbox h2 {
    font-weight: 900;
    font-size: 6.25rem;
    line-height: 1.2;
    margin-bottom: 6.25rem;
  }
}

.cards__wrapper {
  position: relative;
}
.cards__wrapper .container {
  padding: 0;
}
@media screen and (max-width:767px) {
  .cards__wrapper .container {
    padding: 0;
  }
}

.lightbox-card__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (max-width:767px) {
  .lightbox-card__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.lightbox-card__wrapper .slick-next {
  position: absolute;
  top: 0;
  right: 0;
}
.lightbox-card__wrapper .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(0.75rem, -50%);
  background-color: #FF7439;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (min-width:768px) {
  .lightbox-card__wrapper .slick-arrow.slick-prev {
    left: 16px;
  }
}
@media screen and (min-width:950px) {
  .lightbox-card__wrapper .slick-arrow {
    display: none;
  }
}
.lightbox-card__wrapper .slick-arrow:active {
  background-color: #FFFFFF;
}
.lightbox-card__wrapper .slick-arrow.slick-next {
  left: unset;
  right: 0;
  transform: translate(-0.75rem, -50%);
}
@media screen and (min-width:768px) {
  .lightbox-card__wrapper .slick-arrow.slick-next {
    right: 16px;
  }
}
@media screen and (min-width:950px) {
  .lightbox-card__wrapper .slick-arrow.slick-next {
    display: none;
  }
}
.lightbox-card__wrapper .slick-arrow::before {
  content: "";
  position: absolute;
  width: 1.3125rem;
  height: 0.125rem;
  background-color: #000000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width:950px) {
  .lightbox-card__wrapper .slick-arrow::before {
    display: none;
  }
}
.lightbox-card__wrapper .slick-arrow::after {
  content: "";
  position: absolute;
  width: 0.984375rem;
  height: 0.984375rem;
  border-top: 0.125rem solid #000000;
  border-right: 0.125rem solid #000000;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  top: 50%;
}
@media screen and (min-width:950px) {
  .lightbox-card__wrapper .slick-arrow::after {
    display: none;
  }
}
.lightbox-card__wrapper .slick-arrow.slick-prev::after {
  transform: translate(-50%, -50%) rotate(225deg);
}
@media screen and (min-width:950px) {
  .lightbox-card__wrapper .slick-arrow.slick-prev::after {
    display: none;
  }
}
.lightbox-card__wrapper .lightbox-card {
  display: flex !important;
  flex-wrap: wrap;
  max-width: 105.625rem;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .lightbox-card__wrapper .lightbox-card {
    max-width: 100%;
  }
}
.lightbox-card__wrapper .imagefit {
  position: relative;
  margin: 0;
}
.lightbox-card__wrapper .imagefit i {
  display: block;
}
.lightbox-card__wrapper .imagefit img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.lightbox-card__wrapper:after {
  content: "";
  flex-grow: 999999999;
}

section.inspiration {
  padding: 1.875rem 0;
}
@media screen and (max-width:767px) {
  section.inspiration {
    padding-bottom: 0;
  }
}
@media screen and (min-width:1199px) {
  section.inspiration {
    padding: 9.375rem 0 0;
  }
}
section.inspiration .container > h2 {
  font-family: "Spotify Mix Wide";
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.1;
  display: block;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: -0.036875rem;
  color: rgba(0, 0, 0, 0.9);
}
@media screen and (min-width:768px) {
  section.inspiration .container > h2 {
    font-size: 3.125rem;
  }
}
@media screen and (min-width:1199px) {
  section.inspiration .container > h2 {
    font-weight: 900;
    font-size: 3.75rem;
    line-height: 1.2;
    margin-bottom: 2.9375rem;
    letter-spacing: -0.06875rem;
  }
}
section.inspiration .background {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background: url("../images/inspiration/background.svg");
  background-size: cover;
}
section.inspiration div.imagefit {
  cursor: pointer;
  position: relative;
  background-color: #000000;
}
@media screen and (min-width:768px) {
  section.inspiration div.imagefit {
    margin: 0.65625rem;
  }
}
section.inspiration div.imagefit .icon {
  height: 5.375rem;
  width: 5.375rem;
  right: -0.1875rem;
  top: -0.1875rem;
  pointer-events: none;
  opacity: 1;
}
section.inspiration div.imagefit i {
  display: block;
}
section.inspiration div.imagefit img {
  position: absolute;
  top: 0;
  width: 100%;
  vertical-align: bottom;
  opacity: 0.5;
  transition: opacity 0.5s;
}
section.inspiration div.imagefit img:hover {
  opacity: 0.75;
}
section.inspiration div.imagefit .title {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}
section.inspiration div.imagefit .title h2 {
  padding: 0 1rem;
  font-size: 0.9375rem;
  margin-bottom: 0;
  outline: none;
}
@media screen and (min-width:480px) {
  section.inspiration div.imagefit .title h2 {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width:768px) {
  section.inspiration div.imagefit .title h2 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width:950px) {
  section.inspiration div.imagefit .title h2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width:1199px) {
  section.inspiration div.imagefit .title h2 {
    padding: 0 1.25rem;
    font-size: 1.75rem;
  }
}
section.inspiration .lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  cursor: pointer;
}
section.inspiration .lightbox .top {
  height: 3.75rem;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 100;
}
section.inspiration .lightbox .top .close {
  right: 0;
  top: 0;
  background: url("../images/close.svg");
  width: 2rem;
  height: 2rem;
  position: absolute;
  max-width: 2rem;
  margin: 0.875rem;
}
section.inspiration .lightbox .image img {
  max-width: calc(100vw - 120px);
  max-height: calc(100vh - 120px);
  pointer-events: none;
  object-fit: contain;
}
section.inspiration .lightbox .bottom {
  height: 3.75rem;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 100;
}
section.inspiration .lightbox .bottom .title {
  color: white;
  text-align: center;
  position: absolute;
  left: 3.75rem;
  right: 3.75rem;
  line-height: 3.75rem;
}
section.inspiration .lightbox .bottom .prev,
section.inspiration .lightbox .bottom .next {
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
  background-image: url("../images/chevron-white.svg");
  position: absolute;
}
section.inspiration .lightbox .bottom .prev {
  transform: rotate(90deg);
  left: 0;
}
section.inspiration .lightbox .bottom .next {
  transform: rotate(-90deg);
  right: 0;
}
section.inspiration .lightbox.open {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  section.inspiration .imagefit {
    max-width: 100%;
  }
  section.inspiration .imagefit .title {
    padding: 0 60px;
  }
}

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