/* -------------------------------------------------------------------------
 * SASS Normalize
 */
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/****************************************************************************
  checkbox.css
 ***************************************************************************/
body {
  -webkit-animation: bugfix infinite 1s;
  -moz-animation: bugfix infinite 1s;
  -o-animation: bugfix infinite 1s;
  animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-moz-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-o-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
.checkbox-btn,
.radio-btn {
  position: relative;
  padding-left: 20px;
}

.checkbox-btn input[type=checkbox],
.radio-btn input[type=checkbox] {
  cursor: pointer;
  height: 24px !important;
  left: 0;
  margin-left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px !important;
  z-index: 2;
}

.checkbox-btn input[type=radio],
.radio-btn input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  width: 24px !important;
  height: 24px !important;
  margin: 0;
  top: 0;
  left: 0;
}

.checkbox-btn label,
.radio-btn label {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 24px;
  vertical-align: middle;
  position: relative;
  padding-left: 20px;
  user-select: none;
  color: #ffffff;
}

.checkbox-btn label::after,
.radio-btn label::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  margin-left: -18px;
  background-color: var(--color-bkg);
  border: 1px solid var(--color-primary);
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}

.checkbox-btn label::before,
.radio-btn label::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 9px;
  top: 6px;
  left: 4px;
  margin-left: -18px;
  border: 2px solid var(--color-primary);
  border-top: none;
  border-right: none;
  background: transparent;
  -moz-transform: rotate(-47deg);
  -o-transform: rotate(-47deg);
  -ms-transform: rotate(-47deg);
  -webkit-transform: rotate(-47deg);
  transform: rotate(-47deg);
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 1;
}

.checkbox-btn label:active::before,
.radio-btn label:active::before {
  opacity: 0.3;
}

.checkbox-btn input[type=checkbox]:checked + label,
.checkbox-btn input[type=radio]:checked + label,
.radio-btn input[type=checkbox]:checked + label,
.radio-btn input[type=radio]:checked + label {
  color: #fff;
}

.checkbox-btn input[type=checkbox]:checked + label::after,
.checkbox-btn input[type=radio]:checked + label::after,
.radio-btn input[type=checkbox]:checked + label::after,
.radio-btn input[type=radio]:checked + label::after {
  border: 1px solid var(--color-primary);
}

.checkbox-btn input[type=checkbox]:checked + label::before,
.checkbox-btn input[type=radio]:checked + label::before,
.radio-btn input[type=checkbox]:checked + label::before,
.radio-btn input[type=radio]:checked + label::before {
  opacity: 1;
}

.checkbox-btn input[type=checkbox]:disabled + label,
.checkbox-btn input[type=radio]:disabled + label,
.radio-btn input[type=checkbox]:disabled + label,
.radio-btn input[type=radio]:disabled + label {
  color: #787878;
  cursor: default;
}

.checkbox-btn input[type=checkbox]:disabled + label::after,
.checkbox-btn input[type=radio]:disabled + label::after,
.radio-btn input[type=checkbox]:disabled + label::after,
.radio-btn input[type=radio]:disabled + label::after {
  border: 2px solid #787878;
  background-color: #ffffff;
}

.checkbox-btn input[type=checkbox]:disabled + label::before,
.radio-btn input[type=checkbox]:disabled + label::before {
  /*    display: none;*/
  border-color: #787878;
}

.checkbox-btn input[type=radio]:disabled + label::before,
.radio-btn input[type=radio]:disabled + label::before {
  /*    display: none;
       background-color: #787878;*/
  background-color: transparent;
  border-color: currentcolor currentcolor #aaa #aaa;
}

.radio-btn label::after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}

.radio-btn label::before {
  width: 12px;
  height: 12px;
  border: none;
  top: 6px;
  left: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #000000;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/** Mixins y Variables */
/* @prop {String} keys - Keys are identifiers mapped to a given length */
/* @prop {Map} values - Values are actual breakpoints expressed in pixels */
/* -------------------------------------------------------------------------
 * Pandora Styles
 */
/** Mixins y Variables */
/* @prop {String} keys - Keys are identifiers mapped to a given length */
/* @prop {Map} values - Values are actual breakpoints expressed in pixels */
/* 0. Fonts
   ========================================================================== */
@font-face {
  font-family: "Armin Grotesk";
  src: url(/assets/ArminGrotesk-Normal-c42cac578c1e510cc83d8802f1c944a41ed7733d4c8f2338fbbb8de07e6e24fa.eot);
  src: url(/assets/ArminGrotesk-Normal-c42cac578c1e510cc83d8802f1c944a41ed7733d4c8f2338fbbb8de07e6e24fa.eot?#iefix) format("embedded-opentype"), url(/assets/ArminGrotesk-Normal-b977d240eb4850b947b03ad3533306ea88a858750acad08da532b569c1c6b581.woff2) format("woff2"), url(/assets/ArminGrotesk-Normal-5fd357c08dff521e0105daae318dadbfbbdf43847c86fc2cc28ec442f42269cc.woff) format("woff"), url(/assets/ArminGrotesk-Normal-1b6c4c5aa3cfb62bd3af3b4ae454f4947dbed079a97fd024de7ac2c909e3735d.svg#ArminGrotesk-Normal) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Armin Grotesk";
  src: url(/assets/ArminGrotesk-SemiBold-bbb30deed5961d3d760e9f368aa046300fbc549c950e7c2beb49b789f59c1518.eot);
  src: url(/assets/ArminGrotesk-SemiBold-bbb30deed5961d3d760e9f368aa046300fbc549c950e7c2beb49b789f59c1518.eot?#iefix) format("embedded-opentype"), url(/assets/ArminGrotesk-SemiBold-00c8e27956109242340d012f9f40f821da0f675c8cc3a9faa3bdf1a7adfa085e.woff2) format("woff2"), url(/assets/ArminGrotesk-SemiBold-73742eb947268520f13a129d4070ebb76bd4f26fad92b98d5b5a249d5875d3b8.woff) format("woff"), url(/assets/ArminGrotesk-SemiBold-a4b6344a92f9778f1762bba6d2be44bd8a21034b9dd731c7efaf392ea1e948db.svg#ArminGrotesk-SemiBold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Armin Grotesk";
  src: url(/assets/ArminGrotesk-Black-ab4b107fa672e70721f6235f7223c06f5ec2fa87f3025aa63412d57942aced09.eot);
  src: url(/assets/ArminGrotesk-Black-ab4b107fa672e70721f6235f7223c06f5ec2fa87f3025aa63412d57942aced09.eot?#iefix) format("embedded-opentype"), url(/assets/ArminGrotesk-Black-aaa1392260a2baa349ff5e9ca544cb1555bc2b78c1574b49733f8c7b19771b08.woff2) format("woff2"), url(/assets/ArminGrotesk-Black-a785c5c860a2c8f3fbfa84e226fb3d715da0928f0814124d6dae018e3bf5535a.woff) format("woff"), url(/assets/ArminGrotesk-Black-ab5e924d0c4ee8412521179212148786724d22c94be2d48ae264ba67efec57c1.svg#ArminGrotesk-Black) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* 01. General
   ========================================================================== */
:root {
  --color-primary: #2BD6D9;
  --color-secondary: #2E1452;
  --color-tertiary: #FFC229;
  --color-bkg: #3836BF;
  --font-text-primary: "Armin Grotesk", sans-serif;
  --font-color-primary: #ffffff;
}

html, body {
  font-size: 62.5%;
  height: 100%;
}

body {
  background: var(--color-bkg) none no-repeat fixed center right;
  color: #fff;
  font-family: var(--font-text-primary);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25;
  position: relative;
}

@media (min-width: 991px) {
  body {
    background: var(--color-bkg) url(/assets/bkg-7ed0202e9c65226e9d55f199d2d45b950d8d0bc3741c7bfe580c43bc7d31e5de.png) no-repeat fixed center right;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::-moz-selection {
  background-color: var(--color-secondary);
  color: #FFF;
}

*::selection {
  background-color: var(--color-secondary);
  color: #FFF;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #fff;
  margin: 0 0 1rem;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 1rem;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], textarea, select {
  background-color: #FFFFFF;
  border: 0.1rem solid #ccc;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  color: #222;
  font-size: 1.5rem;
  padding: 1.2rem 1.6rem;
  width: 100%;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0.1rem solid var(--color-primary);
  outline: 0;
}

input:focus,
input:active,
a:focus,
a:active {
  outline: 0;
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder {
  color: #999;
}

label a {
  color: #fff;
}

label a:hover {
  color: var(--color-primary);
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
/* 02. Layout
   ========================================================================== */
/* 02.0 General **/
body.open .l-footer {
  display: none;
}

/* 02.1. Page **/
.l-container {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

body > .l-container::after {
  clear: both;
  content: "";
  display: block;
  height: 20.2rem;
}

.l-container::before {
  background-color: rgba(56, 54, 191, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  body > .l-container::after {
    height: 7rem;
  }
}
/* 02.2 Header **/
.l-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  padding: 1.2rem 0;
  position: relative;
  width: 100%;
}

.l-header img {
  max-width: 14rem;
  width: 100%;
}

.l-header .c-btn {
  border-radius: 3.5rem 0 0 3.5rem;
}

@media (min-width: 768px) {
  .l-header {
    padding: 1.5rem 0;
  }
  .l-header img {
    max-width: 18rem;
  }
}
@media (min-width: 1480px) {
  .l-container::before {
    display: none;
  }
}
/* 02.3 Main **/
.l-page {
  overflow: hidden;
  padding: 0 0 2rem;
  position: relative;
  width: 100%;
}

.l-page__container {
  overflow: hidden;
  margin: 0 auto;
  max-width: 120rem;
  width: 92%;
}

.l-page h1 {
  color: #FFF;
  font-size: 3.8rem;
  font-weight: 600;
}

/*.l-page p :not(.c-modal p b) {
  color: #FFF;
  font-size: 1.7rem;
}*/
.l-page a.c-button, .l-page a.c-button:focus {
  background-color: #ff0f64;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  outline: 0 none;
  padding: 1.4rem 4.6rem 1.4rem;
  text-decoration: none;
}

.l-page a.c-button:hover {
  background-color: #000;
}

p > a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}

p > a:hover {
  color: #ccc;
  font-size: 1.4rem;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .l-page {
    padding-top: 1.5rem;
  }
  .l-page h1 {
    font-size: 4.2rem;
    line-height: 1;
    margin-bottom: 3rem;
  }
  /*.l-page p :not(.c-modal p b) {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }*/
  .l-page__container {
    margin: 0;
    max-width: 62rem;
  }
  .l-page .l-page__container {
    padding-left: 12rem;
  }
}
.l-page__description {
  padding-top: 0;
  overflow: hidden;
  width: 100%;
}

.l-page__description p {
  max-width: 46rem;
}

/* 02.4 Footer */
.l-footer {
  background-color: transparent;
  margin-top: -20rem;
  min-height: 20rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 10;
}

@media (min-width: 768px) {
  .l-footer {
    margin-top: -7rem;
    min-height: 7rem;
  }
}
.l-footer ul {
  margin: 0;
  overflow: hidden;
  padding: 2.5rem 0;
  text-align: left;
  width: 100%;
}

.l-footer ul li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

.l-footer ul li:last-child::before {
  display: none;
}

.l-footer a {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  padding: 1rem;
  text-decoration: none;
}

.l-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .l-footer .l-page__container {
    padding-left: 10rem;
    max-width: 120rem;
  }
  .l-footer ul li {
    display: inline-block;
    padding: 0 3rem 0 0;
  }
  .l-footer a {
    padding: 0;
  }
}
/* 03. Components
   ========================================================================== */
/* 03.1 Buttton **/
.c-btn {
  background-color: var(--color-primary);
  border: 0.2rem solid var(--color-primary);
  -webkit-border-radius: 3.5rem;
  border-radius: 3.5rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 2rem 3rem 1.6rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.c-btn:hover {
  background-color: var(--color-secondary);
  border: 0.2rem solid var(--color-secondary);
  color: #FFF;
  text-decoration: none;
}

.c-btn--link {
  background-color: transparent;
  border-color: transparent;
  color: var(--color-primary);
  text-decoration: underline;
}

.c-btn--link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  text-decoration: underline;
}

/* 03.2 Modal **/
.c-modal {
  background-color: rgba(0, 0, 0, 0.8);
  flex-flow: column;
  justify-content: center;
  display: none;
  height: 100%;
  left: 0;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.c-modal.show {
  display: flex;
}

.c-modal__content {
  background-color: var(--color-secondary);
  -webkit-border-radius: 3.5rem;
  border-radius: 3.5rem;
  margin: 0 auto;
  max-width: 60rem;
  overflow-y: auto;
  padding: 3rem;
  width: 92%;
}

.c-modal--big .c-modal__content {
  max-width: 94rem;
}

.c-modal__close {
  overflow: hidden;
  padding: 0 0 1.5rem;
  text-align: right;
  width: 100%;
}
.c-modal__close button {
  background-color: transparent;
  border: 0 none;
  color: var(--color-primary);
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 900;
}

.c-modal__close span {
  color: var(--color-primary);
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 900;
}

.c-modal__body {
  overflow: hidden;
  padding: 1.5rem 0 2.5rem;
  width: 100%;
}

.c-modal__body h2,
.c-modal__body h3 {
  margin: 0 0 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.c-modal__body h3 {
  font-weight: 600;
}

/* 03.3 Instructions **/
.c-instructions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1rem;
}

.c-instructions li {
  padding: 2.5rem 1.5rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.c-instructions li::before {
  background-color: var(--color-tertiary);
  bottom: 0;
  content: "";
  height: 0.3rem;
  left: 15%;
  position: absolute;
  width: 70%;
}

.c-instructions li:nth-child(3)::before {
  display: none;
}

.c-instructions__image {
  background-color: var(--color-secondary);
  margin: 0 auto 5rem;
  max-width: 14rem;
  padding: 0 1rem;
  position: relative;
  width: 100%;
}

.c-instructions li img {
  display: block;
  margin: 0 auto;
  width: 5.4rem;
}

.c-instructions__description {
  overflow: hidden;
  width: 100%;
}

@media (min-width: 768px) {
  .c-instructions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 3rem;
  }
  .c-instructions li {
    width: 33.33%;
  }
  .c-instructions li::before {
    bottom: auto;
    display: block;
    left: 0;
    position: absolute;
    top: 4.2rem;
    width: 100%;
  }
  .c-instructions li:nth-child(1):before {
    left: auto;
    right: 0;
    width: 50%;
  }
  .c-instructions li:nth-child(3):before {
    display: block;
    width: 50%;
  }
}
.l-page__description .c-instructions {
  padding: 1.5rem 0 3rem;
}

.l-page__description .c-instructions li {
  padding: 1.5rem 0;
}

.l-page__description .c-instructions li::before {
  left: 0;
}

.l-page__description .c-instructions__image {
  background-color: transparent;
  margin: 0 0 2rem;
  max-width: 8rem;
  padding: 0;
}

.l-page__description .c-instructions li img,
.l-page__description .c-instructions li svg {
  color: var(--color-secondary);
  margin: 0;
  width: 4.3rem;
}

.l-page__description .c-instructions h2,
.l-page__description .c-instructions h3 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .l-page__description .c-instructions li {
    padding: 1.5rem;
  }
  .l-page__description .c-instructions li::before {
    left: auto;
    right: 2rem;
    top: 3rem;
    width: 6rem;
  }
  .l-page__description .c-instructions li:nth-child(2)::before {
    left: auto;
    right: 2rem;
  }
  .l-page__description .c-instructions li:nth-child(3)::before {
    display: none;
  }
}
/* 03.4 Form */
.c-form {
  overflow: hidden;
  width: 100%;
}

.c-form > form {
  margin: 0 auto;
  max-width: 40rem;
  overflow: hidden;
  padding-top: 1.5rem;
  width: 100%;
}

.c-form > form > h2 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.c-form > form > p {
  font-size: 1.8rem;
  margin: 0 auto 1rem;
  text-align: center;
  max-width: 40rem;
}

.c-form__section {
  margin: 0 0 1rem;
  overflow: hidden;
  width: 100%;
}

.c-form__section label {
  color: var(--color-primary);
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.c-form__section input {
  width: 100%;
}

.c-form__section--dni input {
  max-width: 20rem;
}

.c-form__checkbox {
  margin: 0 0 1.5rem;
  overflow: hidden;
  width: 100%;
}

.c-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
  text-align: center;
}

.c-form__button .c-btn {
  font-size: 1.4rem;
  min-width: 20rem;
  padding: 1.5rem;
}

.c-form__button .c-btn--link {
  margin-top: 1.5rem;
}

.c-form__button .c-btn:hover {
  background-color: var(--color-bkg);
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.c-form__button .c-btn--link:hover {
  border-color: transparent;
  color: #fff;
}

.c-form__error,
.c-form__info {
  overflow: hidden;
  width: 100%;
}

.c-form__error > p,
.c-form__info > p {
  color: #ff4242;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 1rem 0 0;
}

.c-form__error > p:first-letter {
  text-transform: uppercase;
}

.c-form__file {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-form__file span {
  background-color: #C0B8CB;
  border: 4px dashed #fff;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
  color: #fff;
  position: relative;
  display: block;
  padding: 4rem 0;
  text-align: center;
  width: 100%;
}

.c-form__file input {
  cursor: pointer;
  opacity: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-form--end h2,
.c-form--end p {
  margin-bottom: 3rem;
}

.c-form--end h3 {
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

/* 03.5 Cookie */
[id=cookie-law] {
  background-color: rgba(0, 0, 0, 0.95);
  border: 0 none;
  bottom: 0;
  color: #fff;
  font-family: var(--font-family);
  font-size: 1.5rem;
  left: 0;
  margin: 0 auto;
  padding: 3rem;
  position: fixed;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 50;
}
[id=cookie-law] .text-cookie-banner > h2 {
  color: var(--color-primary);
  text-align: center;
}
[id=cookie-law] p {
  color: #ffffff;
  font-size: 1.7rem;
}
[id=cookie-law] p a {
  color: var(--color-primary);
  font-weight: bold;
  text-decoration: none;
}
[id=cookie-law] p a:hover {
  text-decoration: underline;
}

/* Base */
@font-face {
  font-family: "Flama";
  src: url(/assets/Flama-Medium-0e3146e2d806fcf3ce3bcd2d2da557919aaf79aa59aff7c8e7ee10194d619993.eot);
  src: url(/assets/Flama-Medium-0e3146e2d806fcf3ce3bcd2d2da557919aaf79aa59aff7c8e7ee10194d619993.eot?#iefix) format("embedded-opentype"), url(/assets/Flama-Medium-f1473ce636cdc6c89d52e6044d0081428159c461d1624f1ed90aab587694f0ee.woff2) format("woff2"), url(/assets/Flama-Medium-a752fbdfd8e9cdfc9d0df0f2e8d3bf26d5d3ade092ef446951230630f8fd9629.woff) format("woff"), url(/assets/Flama-Medium-ba72c835745e43e46a6c7dca241901b99f9ca90d80935242487a10878becc9d1.ttf) format("truetype"), url(/assets/Flama-Medium-30f6176968e28431ed6967925b239ba950085bdbe82df69b6836ceaa4ff236ce.svg#Flama-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flama";
  src: url(/assets/Flama-Light-fb34283b455b61c55cd9f1cc3fd27b10784e0a21994c0ae6432071e9b2299114.eot);
  src: url(/assets/Flama-Light-fb34283b455b61c55cd9f1cc3fd27b10784e0a21994c0ae6432071e9b2299114.eot?#iefix) format("embedded-opentype"), url(/assets/Flama-Light-a1b83ba45f3ac503599b9f0f3a8bdfdc4d5d74d143773d9d8c45112359717c82.woff2) format("woff2"), url(/assets/Flama-Light-f4d3c17ab5814ed34691a9bbe4e14fcab8e38b9d7ed8ae3e75d56aee65d708f8.woff) format("woff"), url(/assets/Flama-Light-70884b830cb5a9293a505d7062b4c0f5022cff5289a2b8a0373852d0a55c25dc.ttf) format("truetype"), url(/assets/Flama-Light-fe0d7d590a0908b6210b6b0a8dfbc8005fab254b16f539f9a551a79ea80b6d48.svg#Flama-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flama";
  src: url(/assets/Flama-Semibold-acc6aa9d8c01bc3cfc592d08bb0b64a7141aaf5ee4f2647d3413d3fe3b3c12f5.eot);
  src: url(/assets/Flama-Semibold-acc6aa9d8c01bc3cfc592d08bb0b64a7141aaf5ee4f2647d3413d3fe3b3c12f5.eot?#iefix) format("embedded-opentype"), url(/assets/Flama-Semibold-0fe24ea036734d3aa78feb18ba949d62057f05546e5712e00d9a632765c3323e.woff2) format("woff2"), url(/assets/Flama-Semibold-3d95b4acf1c4246976f4fb905e67670ad9a601a0310ce0735a63598fb36dcd52.woff) format("woff"), url(/assets/Flama-Semibold-95fcdf879d410265caeec66e8d4d6d6ba3095800d5371220836fcc586a320a78.ttf) format("truetype"), url(/assets/Flama-Semibold-2000a79ca6e77099b406f3b1f6935bea7f97df0f12a4bb0fcaeb18d2618fbb6e.svg#Flama-Semibold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-primary: #D52B1E;
  --color-secondary: #263746;
  --color-tertiary: #f5f5f5;
  --color-quaternary: #AD2F20;
  --color-bkg: #f5f5f5;
  --font-color: #6C6F70;
  --font-text-primary: "Flama", serif;
}

*::-moz-selection {
  background-color: var(--color-primary);
  color: #FFF;
}

*::selection {
  background-color: var(--color-primary);
  color: #FFF;
}

input[type=text], input[type=password], input[type=email], textarea, select {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder {
  color: #eee;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-text-primary);
  font-weight: 600;
}

/** Checkbox */
.checkbox-btn input[type=checkbox]:checked + label {
  color: var(--font-color);
}

.checkbox-btn label, .radio-btn label {
  color: var(--font-color);
}
.checkbox-btn label a, .radio-btn label a {
  color: var(--font-color);
}
.checkbox-btn label::after, .radio-btn label::after {
  border-color: var(--font-color);
}
.checkbox-btn label::before, .radio-btn label::before {
  border-color: var(--color-primary);
}

/** General */
body {
  background: var(--color-bkg) url(/assets/cepsa.registrocupon.com/bkg-27c561839ddc31cd52d4549c2b4a069483592f51ecb65f68313b2f4d7878db6f.jpg) no-repeat fixed top right;
}
@media screen and (min-width: 991px) {
  body {
    background: var(--color-bkg) none no-repeat scroll 0 0;
  }
}

.l-container {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.l-container::before {
  background-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: auto;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .l-container::before {
    background: var(--color-bkg) url(/assets/cepsa.registrocupon.com/bkg-27c561839ddc31cd52d4549c2b4a069483592f51ecb65f68313b2f4d7878db6f.jpg) no-repeat fixed top right;
    background-size: cover;
    display: block;
    width: 50%;
  }
}

/** Header */
.l-header {
  padding: 0;
}
.l-header img {
  margin: 1.5vh 0 1.5vh 1vw;
  max-width: 16rem;
}
@media screen and (min-width: 991px) {
  .l-header img {
    max-width: 21.7rem;
  }
}
.l-header .c-btn {
  background-color: var(--color-primary);
  border: 0.2rem solid var(--color-primary);
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  margin: 3rem 3rem 0 0;
  padding: 1.5rem 3rem;
}
.l-header .c-btn:hover {
  background-color: var(--color-tertiary);
  border-color: var(--color-primary);
  color: var(--color-primary);
}

/** Page */
.c-instructions__image {
  background: #fff;
}
.c-instructions__image img {
  height: auto;
  width: auto;
}
.c-instructions li::before {
  background-color: var(--color-primary);
}
.c-instructions__icons--1 {
  fill: var(--color-secondary);
  height: 3.9rem;
  stroke: var(--color-secondary);
  width: 4.3rem;
}

.l-page {
  padding-top: 0;
}
.l-page .l-page__container {
  padding-left: 4vw;
  padding-right: 4vw;
}
@media screen and (min-width: 768px) {
  .l-page .l-page__container {
    max-width: 92%;
  }
}
@media screen and (min-width: 991px) {
  .l-page .l-page__container {
    padding-left: 8vw;
    max-width: 50%;
  }
}
.l-page h1 {
  color: var(--color-secondary);
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .l-page h1 {
    font-size: 3.6rem;
  }
}
.l-page h2, .l-page h3 {
  color: var(--font-color);
}
.l-page p {
  color: var(--font-color);
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .l-page p {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.l-page__description--legal h1 {
  font-size: 2.4rem;
}
.l-page__description--legal p {
  font-size: 1.6rem;
  max-width: none;
}
.l-page__description .c-instructions h3 {
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 0;
  position: relative;
  text-transform: uppercase;
}
.l-page__description .c-instructions h3 a {
  color: #fff;
  font-style: italic;
  text-decoration: none;
}
.l-page__description .c-instructions h3 a:hover {
  color: #fff;
  text-decoration: underline;
}
.l-page__description .c-instructions h3 span {
  background-color: var(--color-secondary);
  border-radius: 50%;
  color: var(--color-primary);
  font-weight: 300;
  height: 2.4rem;
  left: 0;
  padding: 0.2rem 0 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.4rem;
}
@media screen and (min-width: 768px) {
  .l-page__description .c-instructions li::before {
    left: 10rem;
    right: auto;
    top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .l-page__description .c-instructions li:nth-child(2)::before {
    left: 10rem;
    right: auto;
  }
}
.l-page__description .c-instructions li img {
  width: auto;
}
.l-page .c-modal__body p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.l-page .c-modal__body p a {
  font-weight: bold;
}
.l-page .c-modal__body .c-modal__info p {
  font-size: 1.4rem;
}

.c-btn {
  background-color: var(--color-primary);
  border: 0.2rem solid var(--color-primary);
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  padding: 1.5rem 3rem 1.5rem;
  text-transform: uppercase;
}
.c-btn:hover {
  background-color: var(--color-quaternary);
  border: 0.2rem solid var(--color-quaternary);
  color: #fff;
}
.c-btn--link {
  background-color: transparent;
  border: 0.2rem solid var(--color-primary);
  color: var(--color-primary);
  text-decoration: none;
}
.c-btn--link:hover {
  background-color: transparent;
  border-color: var(--color-quaternary);
  color: var(--color-quaternary);
  text-decoration: none;
}

.l-page p :not(.c-modal p b) {
  color: inherit;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .l-page p :not(.c-modal p b) {
    font-size: inherit;
    margin-bottom: 0;
  }
}
/** Form */
.c-form > form {
  margin: 0;
}
.c-form > form > p, .c-form > form h2 {
  text-align: center;
}
.c-form > form h2 {
  color: var(--color-primary);
  font-size: 2.8rem;
  font-weight: 600;
}
.c-form > form input, .c-form > form select {
  background-color: #ffffff;
  border-color: #fff;
  border-radius: 0;
  color: var(--color-primary);
  font-weight: 500;
}
.c-form > form input::placeholder, .c-form > form select::placeholder {
  color: var(--font-color);
  font-weight: 500;
}
.c-form > form .c-form__file span {
  background-color: #fff;
  border: 0.2rem dashed var(--color-primary);
  -webkit-border-radius: 0;
  border-radius: 0;
  color: var(--color-secondary);
}
.c-form__button {
  gap: 1rem;
}
.c-form__button .c-btn {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 500;
  min-width: auto;
  padding: 1.5rem 3.5rem;
  width: auto;
}
.c-form__button .c-btn:hover {
  background-color: var(--color-quaternary);
  border-color: var(--color-quaternary);
  color: #fff;
}
.c-form__button .c-btn--link {
  background-color: transparent;
  color: var(--color-primary);
  margin-top: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.c-form__button .c-btn--link:hover {
  background-color: transparent;
  border-color: var(--color-quaternary);
  color: var(--color-quaternary);
  text-decoration: none;
}
.c-form__data em {
  color: var(--color-secondary) !important;
  font-size: 1.3rem !important;
}
.c-form--end h2 {
  color: var(--color-primary);
  font-size: 3.2rem;
  text-transform: none;
}
.c-form--end h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
.c-form--end h2, .c-form--end h3, .c-form--end p {
  max-width: none;
  text-align: center;
  width: 100%;
}
.c-form--end p {
  font-size: 1.8rem;
}
.c-form--end .c-form__button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-form--end .c-form__button .c-btn--link {
  min-width: auto;
  padding: 1.5rem 3.5rem;
}
.c-form__section label {
  color: var(--color-secondary);
  font-weight: 600;
  letter-spacing: 0.3rem;
}
.c-form__error > p, .c-form__info > p {
  color: var(--font-color);
  font-size: 1.3rem;
  font-weight: 400;
  margin: 1rem 0 0;
}
.c-form__error > p {
  color: #F00;
  font-style: normal;
}
.c-form__error > p::first-letter {
  text-transform: uppercase;
}
.c-form__info--small, .c-form__info--bottom {
  margin-top: 0.5rem;
}
.c-form__info--small > p, .c-form__info--bottom > p {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0 0 0.3rem;
}
.c-form__info--small > p b, .c-form__info--small > p a, .c-form__info--bottom > p b, .c-form__info--bottom > p a {
  color: var(--color-secondary);
  font-size: 1.2rem;
}
.c-form__info--bottom p {
  text-align: center;
}
.c-form__file span {
  background-color: #efefef;
  border: 2px dashed var(--font-color);
  color: var(--font-color);
}

/** Footer */
.l-footer {
  background-color: var(--color-secondary);
}
.l-footer .l-page__container {
  padding-left: 4vw;
  padding-right: 4vw;
}
.l-footer ul {
  padding: 1.5rem 0;
}
.l-footer a {
  color: #fff;
  padding: 1rem 0;
}
.l-footer a:hover {
  color: #fff;
}

/** Home */
.c-home__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .c-home__button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

/** Modal */
.c-modal__content {
  background-color: var(--color-bkg);
}
.c-modal__body {
  padding: 0;
}
.c-modal__body h2, .c-modal__body h3, .c-modal__body p {
  color: var(--font-color);
  text-align: center;
}
.c-modal__body h2 {
  color: var(--color-primary);
  font-weight: 300;
  font-size: 3rem;
  text-transform: uppercase;
}
.c-modal__body h3 {
  font-weight: 500;
}
.c-modal__body h3 a {
  color: var(--color-primary);
  text-decoration: none;
}
.c-modal__body h3 a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.c-modal .c-instructions li::before {
  background-color: var(--color-secondary);
}
.c-modal .c-instructions__image {
  background-color: var(--color-bkg);
}
.c-modal .c-instructions__image img {
  height: 5.7rem;
  width: auto;
}
.c-modal__info {
  overflow: hidden;
  text-align: left;
  width: 100%;
}
.c-modal__info p {
  font-size: 1.4rem;
  text-align: left;
}
.c-modal__info p span, .c-modal__info p img {
  color: var(--color-primary);
  display: inline-block;
  vertical-align: middle;
}
.c-modal__info p span {
  margin-bottom: 0;
}

/** Static pages */
.static_pages.no_promotion .l-page {
  padding: 10vw 0;
}
.static_pages.no_promotion .l-page__container {
  padding-left: 4vw;
  padding-right: 4vw;
}
.static_pages.no_promotion .l-page h2 {
  font-size: 2.5rem;
  max-width: 36rem;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .static_pages.no_promotion .l-page h2 {
    font-size: 3rem;
  }
}
.static_pages.no_promotion .l-page__description p {
  /*display: none;*/
}

input[name="ticket[accept_marketing]"],
label[for=ticket_accept_marketing] {
  display: none;
}

/*** Tickets **/
.tickets.show .c-form--end {
  margin: 0 auto;
  max-width: 32rem;
}
