@charset "UTF-8";

/*! 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 {
  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 */
  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 {
  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"] {
  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;
}

@font-face {
  font-family: "Syne";
  font-weight: 900;
  src: url("../assets/font/Syne-Extra.otf");
  font-display: block;
}

@font-face {
  font-family: "Syne";
  font-weight: 700;
  src: url("../assets/font/Syne-Bold.otf");
  font-display: block;
}

html {
  font-size: 18px;
  line-height: 1.37;
}

@media (min-width: 1024px) {
  html {
    font-size: 23px;
    line-height: 1.41;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Inconsolata", monospace;
}

@keyframes turn {
  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  to {
    opacity: 0;
  }
}

html {
  width: 100vw;
}

body {
  color: #2f2f2f;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-image: url("../assets/images/texture_bg.gif");
  background-size: 200px;
  z-index: -2;
}

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

p {
  margin: 0 0 24.66px 0;
  max-width: 25rem;
  grid-column: 1 / span 3;
}

@media (min-width: 1024px) {
  p {
    margin: 0 0 48.645px 0;
  }
}

p:not(+ p),
p:last-child {
  margin: 0;
}

main {
  overflow-x: hidden;
}

.text--right {
  text-align: right;
  margin-left: auto;
}

@media (min-width: 650px) {
  .text--short {
    grid-column-end: span 3;
    max-width: 15rem;
  }
}

@media (min-width: 1024px) {
  .text--short {
    grid-column-end: span 2;
  }
}

@media (min-width: 650px) {
  .text--long {
    grid-column-end: span 4;
    max-width: 30rem;
  }
}

.text--bigger {
  font-size: 23.999999994px;
  line-height: 30.825px;
}

@media (min-width: 650px) {
  .text--bigger {
    line-height: 32.43px;
  }
}

@media (min-width: 1024px) {
  .text--bigger {
    font-size: 32.2px;
    line-height: 40.5375px;
  }
}

@media (min-width: 650px) {
  .text--indent-1 {
    grid-column-start: 2;
  }
}

@media (min-width: 1024px) {
  .text--indent-1 {
    grid-column-end: 4;
  }
}

@media (min-width: 650px) {
  .text--indent-2 {
    grid-column-start: 3;
  }
}

@media (min-width: 1024px) {
  .text--indent-2 {
    grid-column-end: 7;
  }
}

@media (min-width: 650px) {
  .text--indent-3 {
    grid-column-start: 3;
  }
}

@media (min-width: 1024px) {
  .text--indent-3 {
    grid-column-start: 2;
  }
}

@media (min-width: 650px) {
  .text--indent-4 {
    grid-column-start: 4;
  }
}

.line-break {
  display: block;
}

::selection {
  background-color: rgba(219, 55, 4, 0.2);
}

.header {
  width: 100%;
  height: 100vh;
  padding: 24.66px 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media (min-width: 650px) {
  .header {
    padding: 98.64px 0;
  }
}

@media (min-width: 1024px) {
  .header {
    padding: 32.43px 0;
  }
}

.header__wrapper {
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.header__arrow {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: absolute;
  top: -5%;
  background-image: url("../assets/images/arrow.svg");
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 75vh;
  height: 100%;
  z-index: -1;
}

.logo {
  position: relative;
  height: 160.29px;
  width: 160.29px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .logo {
    height: 162.15px;
    width: 162.15px;
  }
}

.logo__symbole {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url("../assets/images/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 18.495px;
  width: 147.96px;
  position: relative;
  top: 2px;
  margin: 0;
}

@media (min-width: 1024px) {
  .logo__symbole {
    height: 16.215px;
    width: 194.58px;
  }
}

.logo__words {
  font-weight: bold;
  position: absolute;
  font-size: 4.2714843803px;
  text-transform: uppercase;
  letter-spacing: 1px;
  animation: 10s turn infinite linear;
}

@media (min-width: 650px) {
  .logo__words {
    font-size: 4.2764919379px;
  }
}

@media (min-width: 1024px) {
  .logo__words:hover {
    animation-play-state: paused;
  }
}

.logo__circle {
  fill: none;
}

.title {
  font-family: Syne, sans-serif;
  font-weight: 900;
  font-size: 31.999999984px;
  line-height: 33.9075px;
  color: #1d0444;
  margin: 0 0 49.32px 0;
}

@media (min-width: 650px) {
  .title {
    grid-column: 1/7;
    font-size: 45.08px;
    line-height: 49.32px;
    margin: 0 0 73.98px 0;
  }
}

@media (min-width: 1024px) {
  .title {
    font-size: 63.112px;
    display: inline-block;
    line-height: 64.86px;
    margin: 0 0 145.935px 0;
  }
}

.title--header {
  margin: 0;
  color: #db3704;
  font-size: 10.5vmin;
  line-height: 10.5vmin;
}

@media (min-width: 1024px) {
  .title--header {
    font-size: 12vmin;
    line-height: 12vmin;
  }
}

.title--center {
  display: block;
  text-align: center;
}

.title--right {
  text-align: right;
  margin-bottom: 0;
}

.title-alt {
  font-family: Inconsolata, monospace;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1d0444;
  max-width: 17rem;
  margin: 0;
  line-height: 24.66px;
}

@media (min-width: 650px) {
  .title-alt {
    font-size: 23px;
  }
}

@media (min-width: 1024px) {
  .title-alt {
    line-height: 32.43px;
    margin: 0 auto;
  }
}

.title-alt--center {
  text-align: center;
}

@media (min-width: 1024px) {
  .title-alt--center {
    margin: 0 auto;
  }
}

.title-alt--right {
  text-align: right;
  margin: 0 0 49.32px auto;
}

@media (min-width: 650px) {
  .title-alt--right {
    grid-column: 4/7;
  }
}

@media (min-width: 1024px) {
  .title-alt--right {
    margin-bottom: 64.86px;
  }
}

.title-alt--orange {
  color: #db3704;
}

.title-alt--white {
  color: #fff;
}

.title .title-alt,
.title + .title-alt {
  display: block;
  margin-top: 12.33px;
}

@media (min-width: 650px) {
  .title .title-alt,
  .title + .title-alt {
    margin-top: 24.66px;
  }
}

@media (min-width: 1024px) {
  .title .title-alt,
  .title + .title-alt {
    margin-top: 16.215px;
  }
}

.section {
  padding: 86.31px 24.66px 123.3px;
  box-sizing: border-box;
  position: relative;
}

@media (min-width: 650px) {
  .section {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16.215px;
    width: 100%;
    padding: 86.31px 61.65px 123.3px;
    overflow-x: visible;
  }
}

@media (min-width: 1024px) {
  .section {
    margin: 0 auto;
    padding: 113.505px 26.43px 178.365px;
    width: calc((100% / 8) * 6);
  }
}

@media (min-width: 1440px) {
  .section {
    width: calc((1440px / 8) * 6);
    position: relative;
    padding: 113.505px 6px 178.365px 6px;
  }
}

.banner {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #2f2f2f;
  font-size: 23.999999994px;
  white-space: nowrap;
  margin-bottom: 24.66px;
  overflow: hidden;
}

@media (min-width: 650px) {
  .banner {
    font-size: 32.2px;
    margin-bottom: 36.99px;
    grid-column: 1/7;
  }
}

@media (min-width: 1024px) {
  .banner {
    font-size: 45.08px;
    margin-bottom: 48.645px;
  }
}

.banner--orange {
  color: #db3704;
}

.banner__el:first-child {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.banner__item {
  line-height: 30.825px;
  display: flex;
}

.banner__item:nth-child(1) .banner__el:first-child {
  animation-duration: 3.2s;
}

.banner__item:nth-child(2) .banner__el:first-child {
  animation-duration: 8.8s;
}

.banner__item:nth-child(3) .banner__el:first-child {
  animation-duration: 0.8s;
}

.banner__item:nth-child(4) .banner__el:first-child {
  animation-duration: 7.2s;
}

.banner__item:nth-child(5) .banner__el:first-child {
  animation-duration: 5.6s;
}

.banner__item:nth-child(6) .banner__el:first-child {
  animation-duration: 7.2s;
}

.banner__item:nth-child(7) .banner__el:first-child {
  animation-duration: 5.6s;
}

.banner__item:nth-child(8) .banner__el:first-child {
  animation-duration: 0.8s;
}

.banner__item:nth-child(9) .banner__el:first-child {
  animation-duration: 9.6s;
}

.banner__item:nth-child(10) .banner__el:first-child {
  animation-duration: 1.6s;
}

.banner__item:nth-child(11) .banner__el:first-child {
  animation-duration: 8.8s;
}

.banner__item:nth-child(12) .banner__el:first-child {
  animation-duration: 2.4s;
}

.banner__item:nth-child(13) .banner__el:first-child {
  animation-duration: 5.6s;
}

@media (min-width: 650px) {
  .banner__item {
    line-height: 49.32px;
  }
}

@media (min-width: 1024px) {
  .banner__item {
    line-height: 64.86px;
  }

  .banner__item:hover .banner__el {
    animation-play-state: paused;
  }
}

.banner__item--reverse .banner__el:first-child {
  animation-direction: reverse;
}

.banner__item span {
  display: inline;
}

.rounded-text .banner {
  margin-bottom: 0;
  position: absolute;
  overflow: visible;
}

@media (min-width: 650px) {
  .rounded-text .banner {
    grid-column: 1/7;
    overflow: hidden;
  }
}

.section:last-child .banner {
  margin-bottom: 0;
}

.liquid {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: absolute;
  top: 15vmax;
  left: 0;
  z-index: -1;
  fill: none;
  height: 170vmax;
}

@media (min-width: 1440px) {
  .liquid {
    height: 130vmax;
  }
}

.liquid--top {
  top: -30vmax;
}

.liquid--top .liquid__item {
  transform: translateX(-10vmax);
}

.liquid--right {
  top: -40vmax;
}

@media (min-width: 1024px) {
  .liquid--right .liquid__item {
    transform: translateX(10vmax);
  }
}

.liquid__item {
  fill: rgba(219, 55, 4, 0.2);
  opacity: 0.6;
  mix-blend-mode: multiply;
  transform: translateX(10vmax);
}

.filter {
  position: absolute;
  height: 0;
}

.video {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  background-color: #2f2f2f;
  height: 57vmin;
  object-fit: cover;
  margin-top: 61.65px;
  margin-bottom: 61.65px;
}

@media (min-width: 650px) {
  .video {
    grid-column: 1/7;
    margin-top: 49.32px;
    margin-bottom: 73.98px;
  }
}

@media (min-width: 1024px) {
  .video {
    height: 90vmin;
    margin-top: 48.645px;
    margin-bottom: 97.29px;
  }
}

.blinker {
  font-family: Syne, sans-serif;
  color: #1d0444;
  font-size: 23.999999994px;
  white-space: nowrap;
  margin-top: -73.98px;
}

@media (min-width: 650px) {
  .blinker {
    grid-column: 2/6;
    font-size: 32.2px;
  }
}

@media (min-width: 1024px) {
  .blinker {
    font-size: 45.08px;
    margin-top: -129.72px;
    text-align: left;
    grid-column: 2/7;
  }
}

.blinker--indent {
  text-align: right;
}

@media (min-width: 1024px) {
  .blinker--indent {
    text-align: left;
  }
}

.blinker__item {
  line-height: 36.99px;
  animation: blink 1s steps(2) infinite;
}

@media (min-width: 1024px) {
  .blinker__item {
    line-height: 64.86px;
  }
}

.blinker__item--10 {
  opacity: 0.1;
  animation-delay: 100ms;
}

.blinker__item--30 {
  opacity: 0.3;
  animation-delay: 200ms;
}

.blinker__item--60 {
  opacity: 0.6;
  animation-delay: 300ms;
}

.blinker__item--80 {
  opacity: 0.8;
  animation-delay: 400ms;
}

.blinker__item--100 {
  opacity: 1;
  animation-delay: 500ms;
}

.rounded-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  margin: 49.32px 0;
}

@media (min-width: 650px) {
  .rounded-text {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16.215px;
    height: 40vmin;
    grid-column: 1/7;
    margin: 49.32px 0 73.98px;
  }
}

@media (min-width: 1024px) {
  .rounded-text {
    margin: 32.43px 0 81.075px;
  }
}

.rounded-text__words {
  height: 100%;
  width: 100%;
  font-family: Syne, sans-serif;
  font-size: 7.5937500057px;
  fill: rgba(219, 55, 4, 0.2);
  animation: 10s turn infinite linear;
}

@media (min-width: 650px) {
  .rounded-text__words {
    grid-column: 2/5;
    font-size: 8.3819241983px;
  }
}

@media (min-width: 1024px) {
  .rounded-text__words {
    grid-column: 2/4;
    height: auto;
  }
}

.rounded-text__circle {
  fill: none;
}

.date {
  width: 100%;
  margin-top: 86.31px;
  font-family: Syne, sans-serif;
}

@media (min-width: 650px) {
  .date {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16.215px;
    grid-column: 1/7;
  }
}

@media (min-width: 1024px) {
  .date {
    margin-top: 178.365px;
  }
}

.date__item {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .date__item {
    justify-content: space-around;
  }
}

.date__item:not(:last-child) {
  margin-bottom: 49.32px;
}

@media (min-width: 650px) {
  .date__item:not(:last-child) {
    margin-bottom: 73.98px;
  }
}

@media (min-width: 1024px) {
  .date__item:not(:last-child) {
    margin-bottom: 64.86px;
  }
}

@media (min-width: 650px) {
  .date__item--left {
    grid-column: 1/6;
  }
}

@media (min-width: 650px) {
  .date__item--right {
    grid-column: 2/7;
  }
}

.date__event {
  font-weight: 900;
  font-size: 31.999999984px;
  margin: 0;
}

@media (min-width: 650px) {
  .date__event {
    font-size: 45.08px;
  }
}

@media (min-width: 1024px) {
  .date__event {
    font-size: 63.112px;
    display: inline-flex;
    align-items: center;
  }
}

.date__info {
  text-align: right;
  line-height: 24.66px;
}

@media (min-width: 1024px) {
  .date__info {
    line-height: 32.43px;
  }
}

.date__info:first-child {
  margin-bottom: 12.33px;
}

@media (min-width: 1024px) {
  .date__info:first-child {
    margin-bottom: 16.215px;
  }
}

.date__when {
  font-size: 23.999999994px;
  color: #db3704;
}

@media (min-width: 650px) {
  .date__when {
    font-size: 32.2px;
  }
}

.date__where {
  font-style: normal;
  font-family: "Inconsolata", monospace;
}

.footer {
  display: flex;
  justify-content: center;
  position: relative;
  overflow-y: hidden;
  padding: 36.99px 0 160.29px 0;
}

@media (min-width: 1024px) {
  .footer {
    padding: 32.43px 0 210.795px 0;
  }
}

.link {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 1024px) {
  .link:hover {
    color: #1d0444;
  }
}

.grid {
  width: 100vw;
  height: 100vh;
  position: fixed;
  box-sizing: border-box;
  padding: 0 24.66px;
  opacity: 0.2;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  z-index: -2;
}

@media (min-width: 650px) {
  .grid {
    padding: 0 61.65px;
  }
}

@media (min-width: 1024px) {
  .grid {
    padding: 0 32.43px;
  }
}

@media (min-width: 1440px) {
  .grid {
    max-width: 1440px;
    padding: 0;
  }
}

.grid__cell {
  border: 2px solid rgba(29, 4, 68, 0.2);
  border-top: none;
  border-bottom: none;
  height: 100%;
  margin-right: 12.33px;
  width: calc(100% / 4 - 12.33px);
}

.grid__cell:last-child {
  margin-right: 0;
}

.grid__cell:nth-child(-n + 4) {
  display: none;
}

@media (min-width: 1024px) {
  .grid__cell:nth-child(-n + 4) {
    display: block;
  }
}

@media (min-width: 650px) {
  .grid__cell {
    width: calc(100% / 6 - 12.33px);
  }

  .grid__cell:nth-child(-n + 2) {
    display: block;
  }
}

@media (min-width: 1024px) {
  .grid__cell {
    margin-right: 16.215px;
    width: calc(100% / 6 - 16.215px);
  }
}

@media (min-width: 1440px) {
  .grid__cell {
    width: calc(1440px / 8 - 16.215px);
  }
}

.button {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13.5000000034px;
  text-decoration: none;
  background-color: #1d0444;
  border: 2px solid #1d0444;
  color: #fff;
  padding: 12.33px 24.66px;
  margin: 24.66px 0;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  line-height: 24.66px;
  width: 100%;
}

@media (min-width: 650px) {
  .button {
    font-size: 16.4285714286px;
    grid-column: 1/4;
    margin: 12.33px 0;
  }
}

@media (min-width: 1024px) {
  .button {
    cursor: pointer;
    grid-column: 1/3;
    margin-bottom: 48.645px;
    transition: all 0.3s ease-in-out;
  }
}

.button::after {
  content: "\2192";
  font-size: 16px;
  margin-left: 6px;
}

@media (min-width: 650px) {
  .button::after {
    opacity: 0;
    margin-left: -10px;
  }
}

@media (min-width: 1024px) {
  .button::after {
    transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
}

.button:hover {
  background-color: transparent;
  transform: translateX(0);
  border: 2px solid #1d0444;
  color: #1d0444;
}

@media (min-width: 1024px) {
  .button:hover::after {
    margin-left: 6px;
    opacity: 1;
  }
}

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