@charset "UTF-8";
@font-face {
  font-family: 'AzureAS-Regular';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Azure_AS-Regular.woff2") format("opentype");
}

@font-face {
  font-family: 'AzureAS-Italic';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/AzureAS-Italic.woff2") format("opentype");
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@-webkit-keyframes shake {
  1% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  2% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  3% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  4% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  5% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  6% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  7% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  8% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  9% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes shake {
  1% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  2% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  3% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  4% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  5% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  6% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  7% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  8% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  9% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

body {
  font-family: 'AzureAS-Regular', Arial, Helvetica, sans-serif;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, p, ul, ol, li, a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #46236b;
}

h1, .section-title {
  display: block;
  width: 100%;
  font-size: clamp(1.5rem, 3vw, 4rem);
  font-weight: normal;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  text-align: center;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: letter-spacing 300ms ease-in-out;
  transition: letter-spacing 300ms ease-in-out;
  line-height: 0.9;
  padding-left: 0;
  padding-right: 0;
  padding-top: clamp(0.5rem, 0.75vw, 0.8rem);
  padding-bottom: clamp(0.45rem, 0.6vw, 0.8rem);
}

.section-title {
  cursor: pointer;
}

.section-title {
  color: #46236b;
}

.section-title:hover {
  color: #f16666;
}

h1 {
  padding: 0;
}

h2 {
  padding: 1rem 0;
}

@media (hover: hover) and (pointer: fine) {
  .section-title:hover h1,
  .section-title:hover h2 {
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #f16666 !important;
  }
}

h2, h3, h4, p, ul, ol, li, strong, a {
  font-family: 'AzureAS-Regular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  font-size: clamp(1.1rem, 0.8vw, 1.5rem);
}

h2 {
  text-align: center;
  text-transform: uppercase;
}

p + p,
ul + p {
  padding-top: 0.5rem;
}

@media only screen and (min-width: 420px) {
  p + p,
  ul + p {
    padding-top: 0.75rem;
  }
}

p:last-of-type {
  padding-bottom: 0.5rem;
}

@media only screen and (min-width: 420px) {
  p:last-of-type {
    padding-bottom: 0.75rem;
  }
}

a {
  text-decoration: none;
}

.section-content a {
  color: #f16666;
  text-decoration: none;
}

em {
  font-family: "AzureAS-Italic";
  font-style: normal;
}

.section-title h2:hover {
  color: #f16666 !important;
  -webkit-transition: letter-spacing 300ms ease-in-out;
  transition: letter-spacing 300ms ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #f16666 !important;
}

.section-content a:hover {
  color: #f19393 !important;
}

ul {
  list-style-position: outside;
  list-style-type: circle;
  margin-left: 0;
}

p > img {
  width: auto;
  height: auto;
}

/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

*, ::before, ::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y;
  height: 100%;
}

p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

main {
  width: 100%;
  height: 100vh;
}

.visually-hidden {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accordion {
  height: 100%;
  padding-bottom: 2vw;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  overflow: scroll;
}

@media only screen and (min-width: 821px) {
  .accordion {
    width: 50vw;
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */
.accordion::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.accordion {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

section {
  padding: 0 30px;
}

@media only screen and (min-width: 821px) {
  section {
    padding: 0 5vw;
  }
}

.section-title {
  border-bottom-style: solid;
  border-bottom-width: clamp(2px, 0.25vw, 4px);
  border-bottom-color: #46236b;
}

.open .section-title,
.open h1 {
  color: #f16666 !important;
}

@-webkit-keyframes change-border-color {
  0% {
    border-bottom-color: transparent;
  }
  100% {
    border-bottom-color: #f16666;
  }
}

@keyframes change-border-color {
  0% {
    border-bottom-color: transparent;
  }
  100% {
    border-bottom-color: #f16666;
  }
}

.section-title:first-of-type {
  border-top: none;
}

.section-content {
  overflow: hidden;
  height: 0;
  text-align: left;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.subpage-content {
  display: block;
}

.border-bottom {
  width: 100%;
  height: clamp(2px, 0.22vw, 4px);
  background: #f16666;
  margin-bottom: 1px;
}

section:first-of-type .border-bottom {
  margin-top: 0.5rem;
}

.open .section-title {
  border-color: #f16666;
}

@-webkit-keyframes show-border {
  0% {
    border-bottom-color: white;
  }
  100% {
    border-bottom-color: #f16666;
  }
}

@keyframes show-border {
  0% {
    border-bottom-color: white;
  }
  100% {
    border-bottom-color: #f16666;
  }
}

.subpage-title {
  border: none;
  color: #f16666;
}

@-webkit-keyframes open-accordion {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 1000px;
    opacity: 1;
  }
}

@keyframes open-accordion {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 1000px;
    opacity: 1;
  }
}

@-webkit-keyframes close-accordion {
  0% {
    height: 1000px;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@keyframes close-accordion {
  0% {
    height: 1000px;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.closed {
  -webkit-transition: height 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: height 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#map {
  position: fixed;
  right: 0;
  height: 100vh;
  top: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1);
}

@media only screen and (min-width: 821px) {
  #map {
    height: 100vh;
    top: 0%;
  }
}

.closed-map {
  top: 100% !important;
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1);
}

.open-map {
  top: 0% !important;
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1);
  display: block;
}

@media only screen and (max-width: 821px) {
  .mobile-hidden {
    display: none !important;
  }
}

.website-link-wrapper {
  text-align: center;
}

.location-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f16666;
}

.location-button-wrapper button:hover {
  color: #f19393;
}

.presse p {
  width: auto;
  padding: 0;
  margin: 0;
}

.presse {
  font-size: clamp(1.1rem, 0.8vw, 1.5rem);
}

.auto {
  height: auto;
}

.alert {
  width: 100% !important;
  margin: 0 !important;
  background: #63e946;
  text-align: center;
  width: 100%;
  border: 2px solid #63e946 !important;
  color: #46236b !important;
  padding: 0.5rem !important;
  line-height: 1.25rem !important;
}

.alert p {
  padding: 0;
}

.alert ul li {
  margin: 0 !important;
  list-style: none !important;
}

.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-bottom-left {
  display: none;
}

p > img {
  height: 1rem;
}

.artist-nr {
  background: white;
  border: #46236b;
  border-width: 2px;
  border-style: solid;
  color: #46236b;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  margin-left: 0.3rem;
  padding-top: 0;
}

@media only screen and (min-width: 420px) {
  .artist-nr {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    font-size: 16px;
    padding-top: 1px;
  }
}

.artist-title span:first-of-type,
.artist-title h1 {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.artist-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.artist-nr {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.event-infos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
      grid-template-columns: 100px 1fr;
}

.event-title,
.event-title h1 {
  font-size: clamp(1.1rem, 0.8vw, 1.5rem);
  line-height: 1;
}

#programm-content .border-bottom {
  margin-top: 0.5rem;
}

.event-title:hover h2,
.event-title:hover h1,
.event-title:hover time {
  color: #f19393 !important;
}

.event-title h2,
.event-title h1 {
  text-transform: none;
  color: #f16666;
  padding: 0;
  margin: 0;
}

#programm-content .subpage:first-of-type .event-title {
  margin-top: 1rem;
}

.event-title h1,
.event-title h2 {
  margin-bottom: 1rem;
}

.event-date {
  display: block;
  width: 100%;
  text-align: center;
  color: #f16666;
}

.event-date span {
  padding: 0 0.75rem;
}

.honey {
  position: absolute;
  left: -9999px;
}

.registration {
  width: 100%;
}

.registration-header h2 {
  text-align: center;
}

.registration-form {
  width: 100%;
  margin-top: 0.75rem;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
}

.form-elements-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.form-element:first-of-type {
  width: 66%;
}

.form-element:last-of-type {
  width: 32%;
}

.form-element {
  margin-bottom: 1rem;
}

.form-element label {
  display: block;
  padding: 0 0 .75rem;
  line-height: 1.25rem;
}

.form-element input,
.form-element textarea {
  -webkit-appearance: none;
  width: 100%;
  border: 2px solid #46236b;
  background: none;
  font: inherit;
  color: #614a7a !important;
  padding: .5rem;
  line-height: 1.25rem;
  border-radius: 0;
  padding-right: 0;
  text-align: center;
}

.registration-button {
  width: 100%;
  border: 2px solid #46236b !important;
  background: #46236b !important;
  font: inherit;
  color: white  !important;
  padding: .5rem  !important;
  line-height: 1.25rem  !important;
  border-radius: 0;
}

.registration-button:hover {
  border: 2px solid #614a7a !important;
  background: #614a7a !important;
}

.alert {
  width: 22.5rem;
  margin: 1.5rem auto;
  color: red;
}

.alert ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
}

.alert a {
  text-decoration: underline;
}

.form-element > div {
  color: #46236b;
  text-align: right;
  padding-bottom: 0.75rem;
}

.form-element ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #614a7a;
  text-align: center;
}

.form-element :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #614a7a;
  text-align: center;
}

.form-element ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #614a7a;
  text-align: center;
}

.form-element ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #614a7a;
  text-align: center;
}

.additional-event-infos h2,
.additional-event-infos p {
  color: inherit;
}

img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-section {
  display: block;
  height: 125vw;
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  background: #f6aaab;
}

@media only screen and (min-width: 821px) {
  .image-section {
    display: block;
    height: 100vh;
    width: 50vw;
    position: fixed;
    overflow: hidden;
    right: 0;
    top: 0;
    margin: 0;
  }
}

.artist-gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.artist-gallery .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

figure {
  height: 100%;
  position: relative;
}

.artist-gallery .swiper-slide .row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

.artist-gallery .swiper-slide .row-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 50%;
}

figcaption {
  position: absolute;
  bottom: 2px;
  right: 5px;
  z-index: 1000;
  font-size: 12px;
  color: white;
}

@media only screen and (min-width: 821px) {
  figcaption {
    opacity: 0;
    -webkit-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
  }
}

@media only screen and (min-width: 821px) {
  .image-section:hover figcaption {
    opacity: 1;
    -webkit-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
  }
}

figcaption p {
  font-size: 12px;
  color: white;
  padding: 0 !important;
  margin: 0 !important;
}

@media only screen and (min-width: 821px) {
  .desktop-hidden {
    display: none;
  }
}

.hero {
  height: 100%;
  width: 100%;
  min-height: 31px;
  overflow: visible;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background: white;
  z-index: 1001;
}

@media only screen and (min-width: 821px) {
  .hero {
    min-height: 2.4vw;
  }
}

.hero-svg {
  display: block;
  fill: none;
  stroke: #46236b;
  overflow: visible !important;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

@media only screen and (min-width: 821px) {
  .hero-svg {
    padding: 2.35vw;
  }
}

.hero-svg {
  padding-bottom: 0;
}

.hero-svg polyline {
  vector-effect: non-scaling-stroke;
  stroke-width: clamp(2px, 0.25vw, 4px);
  stroke-miterlimit: 10;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  shape-rendering: geometricPrecision;
}

.b-wrapper {
  background: white;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  top: 0;
  z-index: 10000;
}

@media only screen and (min-width: 821px) {
  .b-wrapper {
    width: 5vw;
  }
}

.b {
  font-family: 'AzureAS-Regular', Arial, Helvetica, sans-serif;
  font-size: clamp(1.5rem, 3vw, 4rem);
  color: #46236b;
  -webkit-font-smoothing: antialiased;
}

.b-wrapper:nth-child(odd) {
  height: 105%;
  margin-top: calc(0.7rem + 1vw);
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 821px) {
  .b-wrapper:nth-child(odd) {
    margin-top: calc(1% + 0.65vw);
  }
}

.b-wrapper:nth-child(even) {
  right: 0;
  margin-top: calc(0.7rem + 1.5vw);
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 821px) {
  .b-wrapper:nth-child(even) {
    margin-top: calc(1% + 0.25vw);
  }
}

.logos {
  text-align: center;
}

.logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logos li {
  padding-right: clamp(1rem, 0.2vw, 2rem);
  margin: 0;
}

.logos ul li:last-of-type {
  padding-right: 0;
}

.logos img {
  -o-object-fit: unset;
     object-fit: unset;
  height: clamp(40px, 3vw, 100px);
}

.logos h2 {
  color: #f16666;
  padding-top: 2rem;
}

.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff #fff #fff transparent;
  -webkit-animation: ml-form-embedSubmitLoad 1.2s linear infinite;
          animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@-webkit-keyframes ml-form-embedSubmitLoad {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ml-form-embedSubmitLoad {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#mlb2-3898744.ml-form-embedContainer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  margin: 0 auto;
  position: static;
  width: 100% !important;
}

#mlb2-3898744.ml-form-embedContainer button,
#mlb2-3898744.ml-form-embedContainer h4,
#mlb2-3898744.ml-form-embedContainer p,
#mlb2-3898744.ml-form-embedContainer span {
  text-transform: none !important;
  letter-spacing: normal !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper {
  border-width: 0;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  position: relative;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper.embedDefault,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper.embedPopup {
  width: 500px;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 95ch;
  font-size: 1rem;
  width: 100%;
}

@media only screen and (min-width: 1480px) {
  #mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    font-size: 1.1vw;
  }
}

#mlb2-3898744.ml-form-embedContainer .ml-form-align-left {
  text-align: left;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-align-center {
  text-align: center;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-align-default {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-align-right {
  text-align: right;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: auto;
  margin: 0 auto !important;
  max-width: 100%;
  width: undefinedpx;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 20px 20px 0 20px;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
  padding-bottom: 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  text-align: left;
  margin: 0 0 20px 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #000;
  font-family: 'AzureAS-Regular', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: left;
  word-break: break-word;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color: #000;
  font-family: 'AzureAS-Regular', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: left;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul {
  color: #000;
  font-family: 'AzureAS-Regular', Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
  list-style-type: lower-alpha;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
  list-style-type: lower-roman;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
  color: #000;
  text-decoration: underline;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
  text-align: left !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
  margin-bottom: 5px;
  color: #000;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
  margin: 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  margin: 0;
  width: 100%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
  margin: 0 0 20px 0;
  width: 100%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  float: left;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
  margin: 0;
  padding: 0 0 20px 0;
  width: 100%;
  height: auto;
  float: left;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  margin: 0 0 10px 0;
  width: 100%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
  margin: 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
  margin: 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  background-color: #fff !important;
  color: #f19393;
  border-color: #f16666;
  border-radius: 0 !important;
  border-style: solid !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 10px;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  max-width: 100% !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder {
  color: #f19393;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder {
  color: #f19393;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder {
  color: #f19393;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder {
  color: #f19393;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
  background-color: #fff !important;
  color: #f19393;
  border-color: #f16666 !important;
  border-radius: 0 !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 10px;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  max-width: 100% !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  border-color: #f16666 !important;
  background-color: #fff !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -24px;
  overflow: visible;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  border-radius: 4px !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::after {
  background-color: #fff;
  mask-image: url(https://cdn.mailerlite.com/images/default/arrow.svg);
  -webkit-mask-image: url(https://cdn.mailerlite.com/images/default/arrow.svg);
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  mask-image: url(https://cdn.mailerlite.com/images/default/circle.svg);
  -webkit-mask-image: url(https://cdn.mailerlite.com/images/default/circle.svg);
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::before {
  border-color: #f16666 !important;
  background-color: #f16666 !important;
  color: #fff !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before {
  top: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before {
  top: 0 !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  top: 0 !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
  top: 3px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: absolute;
  left: -21px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  top: 0 !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
  position: absolute;
  top: 4px;
  left: -24px;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  border-radius: 50%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
  position: absolute;
  top: 5px !important;
  left: -21px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  position: absolute;
  top: 4px;
  left: -24px;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  border-radius: 50%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
  position: absolute;
  top: 3px !important;
  left: -21px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  position: absolute;
  top: 3px !important;
  left: -21px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
  background: no-repeat 50%/50% 50%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
  background: no-repeat 50%/50% 50%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label {
  color: #f16666;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
  font-style: normal;
  font-weight: 400;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
  background-color: #fff !important;
  color: #f19393 !important;
  border-color: #f16666 !important;
  border-radius: 0 !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 20px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 28px 10px 12px !important;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  max-width: 100% !important;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  background: url(https://cdn.mailerlite.com/images/default/dropdown.svg) no-repeat right 0.75rem center/8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  height: auto;
  width: 100%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
  width: 70%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
  width: 30%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn {
  padding-top: 25px;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding-right: 10px;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  background-color: #fff;
  color: #f19393;
  border-color: #f16666;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: initial;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-color: #f16666 !important;
  border-color: #f16666;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff !important;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  margin: 0 !important;
  padding: 10px !important;
  width: 100%;
  height: auto;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
  background-color: #e25f5f !important;
  border-color: #e25f5f !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -24px;
  overflow: visible;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
  color: #000;
  display: block;
  font-family: 'AzureAS-Regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 24px;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
  color: #000;
  text-decoration: underline;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
  color: #000 !important;
  font-family: "AzureAS-Regular", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 18px !important;
  padding: 0 !important;
  margin: 0 5px 0 0 !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
  margin: 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: #f16666 !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
  font-family: "AzureAS-Regular", Helvetica, sans-serif !important;
  font-size: 1rem;
  font-weight: 400 !important;
  line-height: 21px !important;
  height: auto;
  padding: 10px 10px;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
  display: none;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
  background-color: #e25f5f !important;
}

.ml-subscribe-close {
  width: 30px;
  height: 30px;
  background: url(https://cdn.mailerlite.com/images/default/modal_close.png) no-repeat;
  background-size: 30px;
  cursor: pointer;
  margin-top: -10px;
  margin-right: -10px;
  position: absolute;
  top: 0;
  right: 0;
}

.ml-error input {
  border-color: red !important;
}

.ml-error .label-description,
.ml-error .label-description p,
.ml-error .label-description p a,
.ml-error label:first-child {
  color: red !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
  color: red !important;
}

@media only screen and (max-width: 500px) {
  .ml-form-embedWrapper.embedDefault,
  .ml-form-embedWrapper.embedPopup {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm {
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow {
    height: auto !important;
    width: 100% !important;
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div {
    padding-right: 0 !important;
    padding-bottom: 10px;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn {
    padding-top: 0 !important;
  }
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow {
  margin-bottom: 20px;
  text-align: left;
  float: left;
  width: 100%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox {
  margin: 0 0 10px 0;
  width: 100%;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox.last-group {
  margin: 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow h4 {
  font-size: px;
  line-height: px;
  margin: 0 0 10px 0;
  text-align: left;
  word-break: break-word;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox label {
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 24px;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description {
  color: #f16666;
  font-family: 'AzureAS-Regular', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
  font-style: normal;
  font-weight: 400;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .description {
  color: #000;
  font-family: 'AzureAS-Regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  margin: 5px 0 0 0;
  text-align: left;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -24px;
  overflow: visible;
}

.newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  opacity: 0;
}

.newsletter .bb-success {
  font-family: 'AzureAS-Regular', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  font-size: 1rem;
  color: #f16666;
  -webkit-transition: opacity 700ms ease-in-out;
  transition: opacity 700ms ease-in-out;
}

.nuxt-link-exact-active + .section-content-wrapper > .newsletter {
  opacity: 1;
}

.newsletter input {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  background-color: white;
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  font: inherit;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  border-width: 2px !important;
  border-style: solid;
  border-color: #f16666;
  -o-border-image: initial;
     border-image: initial;
  font-family: "AzureAS-Regular" !important;
  font-size: 1rem !important;
  width: 20rem;
  height: 1.4rem;
  color: #f16666;
  margin-bottom: 0.5rem;
  text-align: center;
}

.form-control {
  padding: 1px ​5px !important;
}

.newsletter input::-webkit-input-placeholder {
  color: #f16666;
  opacity: 0.5;
}

.newsletter input:-ms-input-placeholder {
  color: #f16666;
  opacity: 0.5;
}

.newsletter input::-ms-input-placeholder {
  color: #f16666;
  opacity: 0.5;
}

.newsletter input::placeholder {
  color: #f16666;
  opacity: 0.5;
}

.newsletter .primary {
  height: 1.4rem;
  background-color: #f16666;
  padding: 10px 10px !important;
}

.newsletter button {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: white;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: default;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0em;
  padding: 5px ​10px !important;
  border-width: 2px;
  border-style: none;
  border-color: #f16666;
  -o-border-image: initial;
     border-image: initial;
  font-family: "AzureAS-Regular" !important;
  font-size: 1rem !important;
  -webkit-appearance: none;
  text-align: center;
}

button:focus,
input:focus {
  outline: 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  border-radius: 1px !important;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow, #mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
  margin: 0 0 10px 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0 0 10px 0;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 28px 20px 0 20px;
}

#mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  color: #f16666;
}

@media only screen and (max-width: 620px) {
  #mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-3898744.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 28px 0 0 0 !important;
    max-width: 100% !important;
  }
}

.hero-btn {
  -webkit-font-smoothing: antialiased;
  width: 40px;
  height: 40px;
  background: #f16666;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  right: 70%;
  z-index: 1002;
  -webkit-transition-property: top, right, -webkit-transform;
  transition-property: top, right, -webkit-transform;
  transition-property: top, right, transform;
  transition-property: top, right, transform, -webkit-transform;
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-box-shadow: rgba(70, 35, 107, 0.2) 0px 6px 7px -2px, rgba(70, 35, 107, 0.2) 0px 3px 7px -3px;
          box-shadow: rgba(70, 35, 107, 0.2) 0px 6px 7px -2px, rgba(70, 35, 107, 0.2) 0px 3px 7px -3px;
}

@media only screen and (min-width: 821px) {
  .hero-btn {
    width: 50px;
    height: 50px;
  }
}

.hero-btn:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.hero-btn div {
  width: 100%;
  height: 100%;
}

.hero-btn div {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
}

.hero-btn .active {
  display: none;
}

.btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #f16666;
  position: fixed;
  bottom: 10px;
  right: calc(50% - 20px);
  z-index: 200000;
  -webkit-box-shadow: rgba(70, 35, 107, 0.2) 0px 6px 7px -2px, rgba(70, 35, 107, 0.2) 0px 3px 7px -3px;
          box-shadow: rgba(70, 35, 107, 0.2) 0px 6px 7px -2px, rgba(70, 35, 107, 0.2) 0px 3px 7px -3px;
}

@media only screen and (min-width: 821px) {
  .btn {
    right: 25%;
    height: 50px;
    width: 50px;
  }
}

.btn line,
.btn rect,
.btn g {
  stroke: white !important;
}

.btn svg {
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 821px) {
  .btn svg {
    height: 50px;
    width: 50px;
  }
}

.mapboxgl-popup-close-button {
  width: 20px;
  height: 20px;
  color: #46236b;
}

.mapboxgl-popup-content p {
  padding: 1rem 1rem 0.5rem 1rem;
  font-size: 1rem !important;
  line-height: 1;
}

.secondary-location .mapboxgl-popup-content {
  background: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 0;
  font-size: 0.7rem;
}

.secondary-location .mapboxgl-popup-tip {
  display: none;
}

.mapboxgl-popup-content {
  text-align: center;
  padding: 8px 8px 12px 8px;
}

#map-btn {
  pointer-events: none;
  -webkit-transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

#map-close-btn .btn {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

#map-btn:not(.active-btn) {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.active-btn {
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1), -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
  opacity: 1;
  pointer-events: all !important;
}

#map {
  width: 100%;
  z-index: 200000;
  margin: 0 !important;
}

@media only screen and (min-width: 821px) {
  #map {
    width: 50vw;
  }
}

button, input[type="submit"], input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.download-link {
  width: 100%;
  padding-bottom: 0.75rem;
  color: #f16666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#kunstler-innen .download-link {
  padding-top: 0.75rem;
  padding-bottom: 0;
}

.icon {
  height: 20px;
  width: auto;
}

.download a::after {
  background-image: url("/assets/icons/download.svg");
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
}

.external-link a::after {
  background-image: url("/assets/icons/arrow-right.svg");
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
}

.insta-btn {
  position: absolute;
  top: 42%;
  right: 55%;
  z-index: 1002;
}

.swiper-button-prev,
.swiper-button-next {
  height: 100%;
  top: 0;
  margin-top: 0;
}

.swiper-button-prev {
  width: 25%;
  left: 0;
}

.swiper-button-next {
  width: 75%;
  right: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
/*# sourceMappingURL=main.css.map */