@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.
 */
/* line 11, src/sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, src/sass/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, src/sass/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, src/sass/_normalize.scss */
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.
 */
/* line 53, src/sass/_normalize.scss */
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.
 */
/* line 64, src/sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, src/sass/_normalize.scss */
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.
 */
/* line 85, src/sass/_normalize.scss */
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.
 */
/* line 95, src/sass/_normalize.scss */
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.
 */
/* line 105, src/sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, src/sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 133, src/sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, src/sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, src/sass/_normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, src/sass/_normalize.scss */
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.
 */
/* line 176, src/sass/_normalize.scss */
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.
 */
/* line 186, src/sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, src/sass/_normalize.scss */
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.
 */
/* line 218, src/sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, src/sass/_normalize.scss */
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.
 */
/* line 240, src/sass/_normalize.scss */
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.
 */
/* line 253, src/sass/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, src/sass/_normalize.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, src/sass/_normalize.scss */
[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.
 */
/* line 290, src/sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, src/sass/_normalize.scss */
[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.
 */
/* line 308, src/sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, src/sass/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, src/sass/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, src/sass/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, src/sass/_normalize.scss */
[hidden] {
  display: none;
}

/* line 351, src/sass/_normalize.scss */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* line 357, src/sass/_normalize.scss */
a {
  color: inherit;
}

/* line 1, src/sass/_grid.scss */
.container, .header-top, .header-banner, .footer-content, .card-header {
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
}

@media only screen and (max-width: 1000px) {
  /* line 12, src/sass/_grid.scss */
  .container {
    width: 96%;
    padding: 0 1rem;
  }
}

/* line 39, src/sass/styles.scss */
html {
  font-size: 100%;
}

/* line 43, src/sass/styles.scss */
body {
  background-color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}

/* line 51, src/sass/styles.scss */
a {
  color: inherit;
}

/* line 55, src/sass/styles.scss */
button,
a,
input,
textarea {
  outline: none;
}

@media (max-width: 700px) {
  /* line 63, src/sass/styles.scss */
  html {
    font-size: 75%;
  }
}

/* line 1, src/sass/vendors/_choices.scss */
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
  height: 100%;
  display: flex;
}

/* line 9, src/sass/vendors/_choices.scss */
.choices:focus {
  outline: 0;
}

/* line 13, src/sass/vendors/_choices.scss */
.choices:last-child {
  margin-bottom: 0;
}

/* line 17, src/sass/vendors/_choices.scss */
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

/* line 25, src/sass/vendors/_choices.scss */
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

/* line 29, src/sass/vendors/_choices.scss */
.choices [hidden] {
  display: none !important;
}

/* line 33, src/sass/vendors/_choices.scss */
.choices[data-type*=select-one] {
  cursor: pointer;
}

/* line 41, src/sass/vendors/_choices.scss */
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

/* line 50, src/sass/vendors/_choices.scss */
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5;
}

/* line 65, src/sass/vendors/_choices.scss */
.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}

/* line 69, src/sass/vendors/_choices.scss */
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

/* line 73, src/sass/vendors/_choices.scss */
.choices[data-type*=select-one] .choices__item[data-value=''] .choices__button {
  display: none;
}

/* line 77, src/sass/vendors/_choices.scss */
.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}

/* line 82, src/sass/vendors/_choices.scss */
.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto;
}

/* line 87, src/sass/vendors/_choices.scss */
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

/* line 94, src/sass/vendors/_choices.scss */
.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text;
}

/* line 98, src/sass/vendors/_choices.scss */
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0;
}

/* line 112, src/sass/vendors/_choices.scss */
.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}

/* line 116, src/sass/vendors/_choices.scss */
.choices__inner {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  width: 100%;
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  text-shadow: 1px 1px 2px rgba(49, 45, 45, 0.5);
  color: #EF8E7C;
  font-weight: 700;
  transition: background-color 200ms;
}

/* line 140, src/sass/vendors/_choices.scss */
.choices__inner:after {
  content: "\f101";
  font-family: icons;
  position: absolute;
  bottom: 10px;
  font-weight: normal;
  left: 50%;
  font-size: 14px;
  transform: translateX(-50%);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(49, 45, 45, 0.5);
}

@media (hover: hover) {
  /* line 154, src/sass/vendors/_choices.scss */
  .choices__inner:hover,
  .is-focused .choices__inner, .is-open .choices__inner {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

/* line 160, src/sass/vendors/_choices.scss */
.is-focused .choices__inner, .is-open .choices__inner {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 164, src/sass/vendors/_choices.scss */
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

/* line 168, src/sass/vendors/_choices.scss */
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

/* line 172, src/sass/vendors/_choices.scss */
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/* line 178, src/sass/vendors/_choices.scss */
.choices__list--single {
  display: inline-block;
  padding: 0;
  width: 100%;
}

/* line 184, src/sass/vendors/_choices.scss */
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

/* line 189, src/sass/vendors/_choices.scss */
.choices__list--single .choices__item {
  width: 100%;
}

/* line 193, src/sass/vendors/_choices.scss */
.choices__list--multiple {
  display: inline;
}

/* line 197, src/sass/vendors/_choices.scss */
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

/* line 213, src/sass/vendors/_choices.scss */
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

/* line 217, src/sass/vendors/_choices.scss */
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

/* line 222, src/sass/vendors/_choices.scss */
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

/* line 227, src/sass/vendors/_choices.scss */
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

/* line 232, src/sass/vendors/_choices.scss */
.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  left: -1px;
  right: -1px;
  background-color: #7D6F72;
  top: 100%;
  margin-top: -1px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
  box-shadow: 1px 1px 2px rgba(49, 45, 45, 0.5);
}

/* line 247, src/sass/vendors/_choices.scss */
.choices__list--dropdown.is-active {
  visibility: visible;
}

/* line 251, src/sass/vendors/_choices.scss */
.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

/* line 255, src/sass/vendors/_choices.scss */
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}

/* line 263, src/sass/vendors/_choices.scss */
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

/* line 271, src/sass/vendors/_choices.scss */
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 16px;
  font-size: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
}

/* line 284, src/sass/vendors/_choices.scss */
[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  /* line 292, src/sass/vendors/_choices.scss */
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 301, src/sass/vendors/_choices.scss */
  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  /* line 306, src/sass/vendors/_choices.scss */
  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

/* line 312, src/sass/vendors/_choices.scss */
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: rgba(242, 242, 242, 0.2);
}

/* line 316, src/sass/vendors/_choices.scss */
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5;
}

/* line 320, src/sass/vendors/_choices.scss */
.choices__item {
  cursor: default;
}

/* line 324, src/sass/vendors/_choices.scss */
.choices__item--selectable {
  cursor: pointer;
}

/* line 328, src/sass/vendors/_choices.scss */
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  opacity: .5;
}

/* line 336, src/sass/vendors/_choices.scss */
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

/* line 344, src/sass/vendors/_choices.scss */
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/* line 356, src/sass/vendors/_choices.scss */
.choices__button:focus, .choices__input:focus {
  outline: 0;
}

/* line 360, src/sass/vendors/_choices.scss */
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

/* line 372, src/sass/vendors/_choices.scss */
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

/* line 377, src/sass/vendors/_choices.scss */
.choices__placeholder {
  opacity: .5;
}

/* line 1, src/sass/_header.scss */
.header {
  background-color: #6d6666;
  position: relative;
}

/* line 6, src/sass/_header.scss */
.header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to left, rgba(214, 51, 31, 0.2), rgba(214, 51, 31, 0) 40%);
}

/* line 17, src/sass/_header.scss */
.header-top,
.header-banner {
  position: relative;
  z-index: 1;
}

/* line 23, src/sass/_header.scss */
.header-top {
  position: relative;
  z-index: 30;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(49, 45, 45, 0.5);
  display: flex;
  justify-content: space-between;
  height: 80px;
}

/* line 38, src/sass/_header.scss */
.header-top > * {
  height: 100%;
}

/* line 42, src/sass/_header.scss */
.header-top a {
  text-decoration: none;
  color: #EF8E7C;
}

@media (hover: hover) {
  /* line 48, src/sass/_header.scss */
  .header-top a:hover {
    color: #fff;
  }
}

/* line 53, src/sass/_header.scss */
.header-top__title {
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
}

/* line 60, src/sass/_header.scss */
.country-selector__title {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  align-self: center;
  font-size: 1rem;
}

/* line 68, src/sass/_header.scss */
.header-top__country-selector {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}

/* line 75, src/sass/_header.scss */
.country-selector__select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-width: 0 1px;
  margin-left: 20px;
  flex: 180px 0;
}

/* line 86, src/sass/_header.scss */
.header-banner__wrapper {
  position: relative;
  z-index: 1;
}

/* line 91, src/sass/_header.scss */
.header-banner__wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -80px;
  left: 0;
  right: 50%;
  background-image: linear-gradient(to right, #EF8E7C, #E4604B, rgba(214, 51, 31, 0.8));
  mix-blend-mode: darken;
}

/* line 102, src/sass/_header.scss */
.header-banner__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, #EF8E7C, rgba(239, 142, 124, 0) 80%);
}

/* line 113, src/sass/_header.scss */
.header-banner__inner:after,
.header-banner__inner:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 80px;
  bottom: -42px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  transform-origin: 50% 50%;
  transform: skewY(-1.5deg);
}

/* line 127, src/sass/_header.scss */
.header-banner__inner:before {
  z-index: 2;
  bottom: -120px;
}

/* line 132, src/sass/_header.scss */
.header-nav__wrapper__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}

/* line 142, src/sass/_header.scss */
.header-top__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 148, src/sass/_header.scss */
.header-top__logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(1px 1px 1px rgba(49, 45, 45, 0.2));
}

/* line 155, src/sass/_header.scss */
.header-banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 6.25rem;
  padding-bottom: 10rem;
}

/* line 164, src/sass/_header.scss */
.header-nav {
  flex: 1 0;
  justify-content: center;
}

/* line 169, src/sass/_header.scss */
.header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(49, 45, 45, 0.5);
  font-size: 1.375rem;
}

/* line 184, src/sass/_header.scss */
.header-nav ul li {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* line 189, src/sass/_header.scss */
.header-nav ul li a {
  text-decoration: none;
  display: block;
  position: relative;
  transition: color 200ms;
}

/* line 196, src/sass/_header.scss */
.header-nav ul li a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EF8E7C;
  box-shadow: 1px 1px 2px rgba(49, 45, 45, 0.5);
  transition: transform 200ms, opacity 200ms;
}

/* line 208, src/sass/_header.scss */
.header-nav ul li.active a {
  cursor: default;
  color: #EF8E7C;
}

@media (hover: hover) {
  /* line 214, src/sass/_header.scss */
  .header-nav ul li:not(.active) a:hover {
    color: #EF8E7C;
  }
  /* line 218, src/sass/_header.scss */
  .header-nav ul li:not(.active) a:hover:after {
    transform: translateY(5px);
    opacity: 0;
  }
}

/* line 224, src/sass/_header.scss */
.header-nav__logo {
  flex: 230px 0;
  position: relative;
}

/* line 229, src/sass/_header.scss */
.header-nav__logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  transform: scale(0.8);
  margin-left: -40px;
  margin-top: -15px;
  opacity: 0.5;
  background-image: radial-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 60%);
}

/* line 243, src/sass/_header.scss */
.header-nav__logo img {
  width: 100%;
  height: auto;
}

/* line 248, src/sass/_header.scss */
.mobile-nav {
  display: none;
}

/* line 252, src/sass/_header.scss */
.button--menu-mobile {
  position: absolute;
  top: 70px;
  right: 10px;
  background-color: #D6331F;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  z-index: 29;
  pointer-events: none;
  visibility: hidden;
}

/* line 271, src/sass/_header.scss */
.button--menu-mobile i {
  font: normal normal normal 14px/1 icons;
  font-size: inherit;
}

/* line 1, src/sass/_footer.scss */
.footer {
  position: relative;
  background-color: #6d6666;
  padding-top: 200px;
  padding-bottom: 75px;
  margin-top: 10rem;
}

/* line 9, src/sass/_footer.scss */
.footer:after {
  content: "";
  position: absolute;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  transform: skewY(-1.5deg) translateY(-42px);
}

/* line 20, src/sass/_footer.scss */
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to left, #D6331F, rgba(228, 96, 75, 0.6), rgba(239, 142, 124, 0));
  opacity: .8;
}

/* line 31, src/sass/_footer.scss */
.button-go-top {
  position: absolute;
  top: 30px;
  z-index: 30;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-image: linear-gradient(to top, #EF8E7C, #E4604B, #D6331F);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  border: 4px solid #fff;
}

/* line 51, src/sass/_footer.scss */
.button-go-top span {
  position: absolute;
  top: 100%;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  color: #EF8E7C;
  text-shadow: 1px 1px 2px rgba(49, 45, 45, 0.5);
  font-size: 1.375rem;
  margin-top: 20px;
}

@media (hover: hover) {
  /* line 65, src/sass/_footer.scss */
  .button-go-top span {
    transition: margin-top 300ms;
  }
  /* line 69, src/sass/_footer.scss */
  .button-go-top .icon-arrow-top {
    transition: transform 200ms;
  }
  /* line 74, src/sass/_footer.scss */
  .button-go-top:hover span {
    margin-top: 10px;
  }
  /* line 77, src/sass/_footer.scss */
  .button-go-top:hover .icon-arrow-top {
    transform: scale(0.8);
  }
}

/* line 83, src/sass/_footer.scss */
.footer-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 3.75rem;
  align-items: flex-end;
}

/* line 93, src/sass/_footer.scss */
.footer-credits {
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 300;
  color: #ddd2ca;
}

/* line 102, src/sass/_footer.scss */
.footer__logo {
  flex: 180px 0;
  margin-right: 15px;
}

/* line 107, src/sass/_footer.scss */
.footer__logo img {
  width: 100%;
  height: auto;
}

/* line 112, src/sass/_footer.scss */
.footer-credits__links p {
  margin: 0;
  font-size: 1rem;
  text-shadow: 1px 1px 2px rgba(49, 45, 45, 0.5);
}

/* line 118, src/sass/_footer.scss */
.footer-credits__links a {
  text-decoration: none;
  display: block;
  font-weight: 600;
  background-image: linear-gradient(to right, #fff, #ddd2ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
}

/* line 129, src/sass/_footer.scss */
.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  opacity: 0.6;
  font-size: 1.125rem;
  filter: drop-shadow(1px 1px 1px rgba(49, 45, 45, 0.2));
}

/* line 143, src/sass/_footer.scss */
.footer-nav ul li {
  padding: 0;
}

/* line 147, src/sass/_footer.scss */
.footer-nav ul li + li {
  margin-left: 5px;
}

/* line 151, src/sass/_footer.scss */
.footer-nav ul li + li:before {
  content: "-";
  margin-right: 5px;
}

/* line 156, src/sass/_footer.scss */
.footer-nav a {
  color: inherit;
  font-weight: 500;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px;
}

@media (hover: hover) {
  /* line 164, src/sass/_footer.scss */
  .footer-nav a:hover {
    text-decoration: none;
  }
}

/* line 1, src/sass/_shared.scss */
.pagination {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 6.25rem;
}

/* line 7, src/sass/_shared.scss */
.teasers--news__wrapper + .pagination {
  margin-top: -2.5rem;
}

/* line 11, src/sass/_shared.scss */
.pagination ul {
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: center;
}

/* line 18, src/sass/_shared.scss */
.pagination__item + .pagination__item {
  margin-left: 10px;
}

/* line 22, src/sass/_shared.scss */
.pagination__item a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: linear-gradient(to right, #EF8E7C, #E4604B, #D6331F);
  border-radius: 50%;
  color: #D6331F;
  text-decoration: none;
  font-weight: 600;
  transition: color 200ms, background 200ms;
}

/* line 38, src/sass/_shared.scss */
.pagination__item span {
  position: relative;
  z-index: 2;
}

/* line 43, src/sass/_shared.scss */
.pagination__item a:after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  background-color: #fff;
  border-radius: 50%;
}

/* line 54, src/sass/_shared.scss */
.pagination__item.active a {
  background: #ddd2ca;
  color: #6d6666;
  cursor: default;
}

@media (hover: hover) {
  /* line 61, src/sass/_shared.scss */
  .pagination__item:not(.active) a span {
    transition: transform 300ms;
  }
  /* line 65, src/sass/_shared.scss */
  .pagination__item:not(.active) a:hover {
    background-image: linear-gradient(to right, #ddd2ca, #ddd2ca);
    color: #6d6666;
  }
}

/* line 1, src/sass/_page.scss */
main {
  position: relative;
  z-index: 2;
  padding-top: 7.5rem;
}

/* line 7, src/sass/_page.scss */
.content-title, .content-subtitle {
  font-family: "Rajdhani", sans-serif;
  color: #6d6666;
  margin: 0;
  margin-bottom: 2rem;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding: 1.875rem 0;
  padding-bottom: 1.5625rem;
}

/* line 22, src/sass/_page.scss */
.content-title:before, .content-subtitle:before,
.content-title:after,
.content-subtitle:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 180px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ddd2ca;
}

/* line 33, src/sass/_page.scss */
.content-title:before, .content-subtitle:before {
  top: 0;
}

/* line 37, src/sass/_page.scss */

.content-title:after,
.content-subtitle:after {
  bottom: 0;
}

/* line 41, src/sass/_page.scss */
.content-subtitle {
  text-align: left;
}

/* line 46, src/sass/_page.scss */
.content-subtitle:before,
.content-subtitle:after {
  left: 0;
  transform: none;
}

/* line 52, src/sass/_page.scss */
.content-subtitle:before {
  top: 0;
}

/* line 56, src/sass/_page.scss */
.content-subtitle:after {
  bottom: 0;
}

/* line 60, src/sass/_page.scss */
.content-text {
  font-size: 1.25rem;
  margin-bottom: 3.75rem;
  font-family: "Open Sans Condensed", sans-serif;
  color: #6d6666;
  line-height: 1.5;
}

/* line 68, src/sass/_page.scss */
.content-text--center {
  text-align: center;
}

/* line 72, src/sass/_page.scss */
.content-text--columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 3.75rem;
}

/* line 78, src/sass/_page.scss */
.content-text a {
  color: #EF8E7C;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px;
}

@media (hover: hover) {
  /* line 85, src/sass/_page.scss */
  .content-text a:hover {
    text-decoration: none;
  }
}

/* line 90, src/sass/_page.scss */
.button--play__wrapper {
  text-align: center;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

/* line 96, src/sass/_page.scss */
.button--play__wrapper .button--play {
  display: inline-block;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  width: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 5px;
  padding-top: 11px;
}

/* line 107, src/sass/_page.scss */
.button--play__wrapper .button--play span i {
  color: #fff;
}

/* line 111, src/sass/_page.scss */
.content-image {
  display: block;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* line 120, src/sass/_page.scss */
.teasers--news__wrapper + .teasers--news__wrapper {
  margin-top: 5.625rem;
}

/* line 124, src/sass/_page.scss */
.teasers--news__wrapper + .link--action__wrapper {
  margin-top: -1.25rem;
}

/* line 128, src/sass/_page.scss */
.link--action__wrapper + .container {
  margin-top: 5.625rem;
}

/* line 134, src/sass/_page.scss */
.teasers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3.75rem;
}

/* line 143, src/sass/_page.scss */
.teasers--card {
  margin-top: 3.75rem;
}

/* line 147, src/sass/_page.scss */
.teaser-item__inner {
  position: relative;
  padding-top: 300px;
  display: block;
}

/* line 153, src/sass/_page.scss */
.teaser__rank {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #6d6666;
  background-color: #ddd2ca;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
}

/* line 171, src/sass/_page.scss */
.teaser__rank span {
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px;
  font-size: 32px;
  font-weight: 700;
}

/* line 177, src/sass/_page.scss */
.teaser__rank.teaser__rank--alt {
  background-color: #6d6666;
  color: #ffffff;
}

/* line 181, src/sass/_page.scss */
.teaser__rank.teaser__rank--alt span {
  text-shadow: rgba(49, 45, 45, 0.4) 1px 1px 2px;
}

/* line 186, src/sass/_page.scss */
.teaser__rank--first {
  border: none;
  color: #ffffff;
}

/* line 190, src/sass/_page.scss */
.teaser__rank--first span {
  text-shadow: rgba(49, 45, 45, 0.4) 1px 1px 2px;
  position: relative;
  z-index: 1;
}

/* line 196, src/sass/_page.scss */
.teaser__rank--first:before {
  border: 4px solid #fff;
  border-radius: 50%;
}

/* line 202, src/sass/_page.scss */
.teaser__rank--first:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-image: url("../images/rank_first--pink.png");
}

/* line 214, src/sass/_page.scss */
.teaser__rank--first:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 32px;
  height: 41px;
  transform: translate(-50%, -8px);
  z-index: -1;
  background-image: url("../images/rank_first_ribbon--pink.png");
}

/* line 226, src/sass/_page.scss */
.teasers__background {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 20px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

/* line 236, src/sass/_page.scss */
.teasers--card__link {
  text-transform: uppercase;
  margin: 0;
  font-size: 2rem;
  transform: translateY(20px);
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 1.25rem 0;
}

/* line 248, src/sass/_page.scss */
.teasers--card__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #EF8E7C, #E4604B, #D6331F);
  transform: skewY(-1.5deg);
}

/* line 259, src/sass/_page.scss */
.teasers--card__link:after {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  height: 7px;
  background-color: #ffffff;
  transform: skewY(-1.5deg);
  opacity: 0.3;
}

/* line 271, src/sass/_page.scss */
.teasers--card__link span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: -webkit-linear-gradient(#fff 40%, #ddd2ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 1px rgba(49, 45, 45, 0.2));
}

/* line 281, src/sass/_page.scss */
.teasers--card__link span i {
  font-size: 1.25rem;
  color: #EF8E7C;
  position: absolute;
  margin-left: 12px;
  margin-top: 6px;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

/* line 292, src/sass/_page.scss */
.teasers--card__logo {
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 299, src/sass/_page.scss */
.teasers--card__background {
  opacity: 0.85;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 308, src/sass/_page.scss */
.teaser-item__price {
  display: block;
  padding-top: 1.875rem;
  font-size: 2.875rem;
  background-image: url("../images/badge_price.png");
  background-repeat: no-repeat;
  background-position: 50% 120%;
  color: #6d6666;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.6) 1px 1px;
  font-weight: 700;
  padding-bottom: 30px;
  margin-top: 20px;
}

/* line 323, src/sass/_page.scss */
.teaser-item__price small {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
}

@media (hover: hover) {
  /* line 330, src/sass/_page.scss */
  .teasers--card__logo {
    transform-origin: 50% 50%;
    transition: transform 400ms;
  }
  /* line 335, src/sass/_page.scss */
  .teasers--card__background {
    transition: opacity 200ms;
  }
  /* line 339, src/sass/_page.scss */
  .teaser-item__inner .icon-arrow-right {
    transition: transform 200ms;
    display: inline-block;
  }
  /* line 344, src/sass/_page.scss */
  .teasers--card__link:before {
    transition: background-position 300ms;
  }
  /* line 349, src/sass/_page.scss */
  a.teaser-item__inner:hover .teasers--card__logo {
    transform: translate(-50%, -50%) scale(0.8);
  }
  /* line 353, src/sass/_page.scss */
  a.teaser-item__inner:hover .teasers--card__background {
    opacity: 0.4;
  }
  /* line 357, src/sass/_page.scss */
  a.teaser-item__inner:hover .icon-arrow-right {
    transform: translateX(5px);
  }
  /* line 361, src/sass/_page.scss */
  a.teaser-item__inner:hover .teasers--card__link:before {
    background-position: 50%;
  }
}

/* line 369, src/sass/_page.scss */
.link--action__wrapper {
  text-align: center;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

/* line 375, src/sass/_page.scss */
.link--action {
  text-align: center;
  font-size: 1.375rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: color 200ms;
  color: #6d6666;
}

/* line 386, src/sass/_page.scss */
.link--action:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #EF8E7C;
  transition: transform 200ms, opacity 200ms;
}

@media (hover: hover) {
  /* line 399, src/sass/_page.scss */
  .link--action:hover {
    color: #EF8E7C;
  }
  /* line 403, src/sass/_page.scss */
  .link--action:hover:after {
    transform: translateY(5px);
    opacity: 0;
  }
}

/* line 411, src/sass/_page.scss */
.teasers--news__wrapper {
  background-image: linear-gradient(to right, #EF8E7C, #E4604B, #D6331F);
  position: relative;
  margin-bottom: 3.75rem;
}

/* line 417, src/sass/_page.scss */
.teasers--news__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, #fff 30%, rgba(255, 255, 255, 0) 90%);
}

/* line 427, src/sass/_page.scss */
.teasers--news__wrapper:after {
  content: "";
  position: absolute;
  z-index: 0;
  height: 80px;
  bottom: -42px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  transform-origin: 50% 50%;
  transform: skewY(-1.5deg);
}

/* line 440, src/sass/_page.scss */
.teasers--news__wrapper > .container {
  position: relative;
  z-index: 1;
}

/* line 445, src/sass/_page.scss */
.teasers--news {
  margin-top: 3.75rem;
}

/* line 453, src/sass/_page.scss */
.teasers--news__image__wrapper {
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-bottom: -20px;
}

/* line 460, src/sass/_page.scss */
.teasers--news__image {
  transform: skewY(-1.5deg) translateY(-8px);
  overflow: hidden;
}

/* line 465, src/sass/_page.scss */
.teasers--news__image img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.2) skewY(1.5deg) translateY(10px);
}

/* line 472, src/sass/_page.scss */
.teasers--news__link {
  color: #ffffff;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px;
  display: block;
  margin-top: -10px;
}

/* line 480, src/sass/_page.scss */
.teasers--news__link {
  position: relative;
}

/* line 484, src/sass/_page.scss */
.teasers--news__title {
  margin: 0;
  padding-bottom: 7.5rem;
  padding-top: 2.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(49, 45, 45, 0.5);
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

/* line 500, src/sass/_page.scss */
.teasers--news__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0));
}

/* line 512, src/sass/_page.scss */
.teasers--news__title:after {
  content: "";
  left: 50%;
  bottom: 0;
  position: absolute;
  width: 1px;
  height: 5rem;
  background-color: #ffffff;
  opacity: 50%;
}

/* line 523, src/sass/_page.scss */
.teasers--news__date {
  position: absolute;
  z-index: 22;
  top: 0;
  height: 100%;
  left: 0;
  transform-origin: 0 0;
  color: #000000;
  font-size: 1.125rem;
  font-weight: 600;
}

/* line 536, src/sass/_page.scss */
.teasers--news__date > span {
  transform-origin: 0 0;
  transform: rotate(-90deg) translateX(-100%) translateY(-110%);
  display: block;
  background-image: linear-gradient(to right, #EF8E7C, #E4604B, #D6331F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 545, src/sass/_page.scss */
.teasers--news__date:after {
  content: "";
  position: absolute;
  top: 80px;
  height: 180px;
  left: 0;
  width: 1px;
  background-image: linear-gradient(to top, #EF8E7C, #E4604B, #D6331F);
  transform: translateX(-12px);
}

@media (hover: hover) {
  /* line 558, src/sass/_page.scss */
  .teasers--news__link:hover {
    text-decoration: none;
  }
  /* line 561, src/sass/_page.scss */
  .teasers--news__link:hover .teasers--news__image img {
    transform: scale(1.4) skewY(1.5deg) translateY(10px);
  }
  /* line 566, src/sass/_page.scss */
  .teasers--news__image img {
    transition: transform 3000ms;
  }
}

/* line 1, src/sass/_ranking.scss */
.ranking {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 7.5rem;
  margin-top: 5rem;
}

/* line 9, src/sass/_ranking.scss */
.ranking__item {
  position: relative;
  margin: 0;
  padding: 0;
}

/* line 15, src/sass/_ranking.scss */
.ranking__item + .ranking__item {
  margin-top: 5rem;
}

/* line 19, src/sass/_ranking.scss */
.ranking__item__inner {
  display: flex;
  justify-content: space-between;
  height: 120px;
  border-right: 1px #ddd2ca solid;
  padding-right: 1.25rem;
}

/* line 27, src/sass/_ranking.scss */
.ranking__item__inner:before,
.ranking__item__inner:after {
  content: "";
  height: 1px;
  background-color: #ddd2ca;
  position: absolute;
  left: 0;
  right: 0;
}

/* line 37, src/sass/_ranking.scss */
.ranking__item--alt .ranking__item__inner,
.ranking__item--first .ranking__item__inner {
  border-color: #D6331F;
}

/* line 42, src/sass/_ranking.scss */
.ranking__item--alt .ranking__item__inner:before,
.ranking__item--alt .ranking__item__inner:after,
.ranking__item--first .ranking__item__inner:before,
.ranking__item--first .ranking__item__inner:after {
  background-image: linear-gradient(to right, #EF8E7C, #E4604B, #D6331F);
  border-color: #D6331F;
}

/* line 50, src/sass/_ranking.scss */
.ranking__item--first .ranking__item__inner {
  border-width: 2px;
}

/* line 54, src/sass/_ranking.scss */
.ranking__item--first .ranking__item__inner:before,
.ranking__item--first .ranking__item__inner:after {
  height: 2px;
}

/* line 59, src/sass/_ranking.scss */
.ranking__item__inner:before {
  top: 0;
}

/* line 63, src/sass/_ranking.scss */
.ranking__item__inner:after {
  bottom: 0;
}

/* line 67, src/sass/_ranking.scss */
.ranking-item__image {
  position: relative;
  height: 160px;
  width: 190px;
  padding: 20px;
  margin-top: -5px;
  z-index: 2;
}

/* line 76, src/sass/_ranking.scss */
.ranking-item__image__inner {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
}

/* line 84, src/sass/_ranking.scss */
.ranking-item__image img {
  top: calc(50% - 5px);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 91, src/sass/_ranking.scss */
.ranking-item__image:after {
  content: "";
  position: absolute;
  height: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  transform: skewY(-1.5deg) translateY(50%);
}

/* line 102, src/sass/_ranking.scss */
.ranking .teaser__rank {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

/* line 109, src/sass/_ranking.scss */
.ranking .teasers--card__background {
  opacity: 1;
}

/* line 113, src/sass/_ranking.scss */
.ranking-column__icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #ddd2ca solid;
  border-radius: 50%;
  font-size: 24px;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

/* line 129, src/sass/_ranking.scss */
.ranking-item__column {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 20px;
}

/* line 137, src/sass/_ranking.scss */
.ranking-item__column p {
  margin: 0;
}

/* line 141, src/sass/_ranking.scss */
.ranking-column__icon i {
  font: normal normal normal 14px/1 icons;
  font-size: inherit;
}

/* line 145, src/sass/_ranking.scss */
.ranking__item__inner *:nth-child(3) .ranking-column__icon {
  color: #EF8E7C;
}

/* line 149, src/sass/_ranking.scss */
.ranking__item__inner *:nth-child(4) .ranking-column__icon {
  color: #E4604B;
}

/* line 153, src/sass/_ranking.scss */
.ranking__item__inner *:nth-child(5) .ranking-column__icon {
  color: #D6331F;
}

/* line 159, src/sass/_ranking.scss */
.ranking__item--first .ranking__item__inner *:nth-child(3) .ranking-column__icon,
.ranking__item--alt .ranking__item__inner *:nth-child(3) .ranking-column__icon {
  border-color: #EF8E7C;
}

/* line 163, src/sass/_ranking.scss */
.ranking__item--first .ranking__item__inner *:nth-child(4) .ranking-column__icon,
.ranking__item--alt .ranking__item__inner *:nth-child(4) .ranking-column__icon {
  border-color: #E4604B;
}

/* line 167, src/sass/_ranking.scss */
.ranking__item--first .ranking__item__inner *:nth-child(5) .ranking-column__icon,
.ranking__item--alt .ranking__item__inner *:nth-child(5) .ranking-column__icon {
  border-color: #D6331F;
}

/* line 172, src/sass/_ranking.scss */
.ranking__item--first .ranking-column__icon {
  border-width: 2px;
}

/* line 176, src/sass/_ranking.scss */
.ranking-item__price {
  font-size: 2.875rem;
  text-align: center;
  color: #EF8E7C;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 185, src/sass/_ranking.scss */
.ranking-item__price small {
  font-size: 50%;
  display: block;
  font-weight: 300;
}

/* line 191, src/sass/_ranking.scss */
.ranking-item__features ul {
  color: #E4604B;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  text-transform: uppercase;
}

/* line 201, src/sass/_ranking.scss */
.ranking-item__features ul li {
  padding: 0;
  margin: 0;
}

/* line 206, src/sass/_ranking.scss */
.ranking-item__features ul li:before {
  content: "• ";
}

/* line 210, src/sass/_ranking.scss */
.ranking-item__notation {
  text-align: center;
  color: #D6331F;
  text-transform: uppercase;
}

/* line 216, src/sass/_ranking.scss */
.ranking-notation {
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1;
}

/* line 222, src/sass/_ranking.scss */
.ranking-notation small {
  font-size: 78%;
}

/* line 226, src/sass/_ranking.scss */
.ranking-notation__total {
  margin-top: -8px;
  font-weight: 500;
  font-size: 1.125rem;
}

/* line 232, src/sass/_ranking.scss */
.ranking-item__column--action {
  text-transform: uppercase;
  text-align: center;
  padding-top: 0;
  flex: 150px 0;
}

/* line 239, src/sass/_ranking.scss */
.button--play {
  border-radius: 5px;
  background-image: linear-gradient(to right, #EF8E7C, #E4604B, #D6331F);
  padding: 10px 10px;
  text-decoration: none;
  color: #ffffff;
  height: 60px;
  width: 100%;
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 254, src/sass/_ranking.scss */
.button--play span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: -webkit-linear-gradient(#fff 40%, #ddd2ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 1px rgba(49, 45, 45, 0.2));
  transition: transform 100ms;
}

/* line 265, src/sass/_ranking.scss */
.button--play span i {
  font-size: 0.75rem;
  position: relative;
  display: inline-block;
  top: -1px;
  left: 5px;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  transition: transform 100ms;
}

@media (hover: hover) {
  /* line 278, src/sass/_ranking.scss */
  .button--play:hover i {
    transform: translateX(5px);
  }
}

/* line 1, src/sass/_article.scss */
.article-header {
  background-image: linear-gradient(to right, #EF8E7C, #E4604B, #D6331F);
  position: relative;
  margin-bottom: 5rem;
  text-align: center;
}

/* line 8, src/sass/_article.scss */
.article-header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, #fff 5%, rgba(255, 255, 255, 0));
}

/* line 18, src/sass/_article.scss */
.article-header:after {
  content: "";
  position: absolute;
  z-index: 0;
  height: 80px;
  bottom: -42px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  transform-origin: 50% 50%;
  transform: skewY(-1.5deg);
}

/* line 31, src/sass/_article.scss */
.article-header__inner {
  display: inline-block;
  position: relative;
  z-index: 2;
}

/* line 37, src/sass/_article.scss */
.article-header__image {
  text-align: center;
  position: relative;
}

/* line 42, src/sass/_article.scss */
.article-header__image:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -50px;
  left: -50px;
  height: 90px;
  border-radius: 50%;
  background-color: #6d6666;
  filter: blur(10px);
  opacity: 0.1;
  z-index: -1;
}

/* line 56, src/sass/_article.scss */
.article-header__image img {
  display: block;
  margin-bottom: -40px;
  border: rgba(255, 255, 255, 0.5) 10px solid;
}

/* line 62, src/sass/_article.scss */
.article-header__date {
  position: absolute;
  top: 10px;
  left: 0px;
  margin: 0;
  background-image: linear-gradient(to right, #EF8E7C, #E4604B, #D6331F);
  transform-origin: 0 0;
  font-size: 1.375rem;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: rotate(-90deg) translateX(-100%) translateY(-110%);
}

/* line 76, src/sass/_article.scss */
.article + .teasers--news__wrapper {
  margin-top: 6.25rem;
}

/* line 1, src/sass/_card.scss */
.card-header__wrapper {
  background-image: linear-gradient(to bottom, rgba(109, 102, 102, 0) 30%, #ddd2ca);
  position: relative;
  padding-bottom: 8.75rem;
  margin-bottom: 3.75rem;
  margin-top: 2.5rem;
}

/* line 9, src/sass/_card.scss */
.card-header__wrapper:after {
  content: "";
  position: absolute;
  z-index: 0;
  height: 80px;
  bottom: -42px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  transform-origin: 50% 50%;
  transform: skewY(-1.5deg);
}

/* line 22, src/sass/_card.scss */
.card-header {
  display: grid;
  grid-template-columns: 340px 1fr;
  grid-column-gap: 3.75rem;
  position: relative;
}

/* line 30, src/sass/_card.scss */
.card-header .content-subtitle {
  padding-right: 12.5rem;
}

/* line 34, src/sass/_card.scss */
.card-header__content p {
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 1.5;
  font-size: 1.25rem;
}

/* line 40, src/sass/_card.scss */
.card-header__content a {
  color: #EF8E7C;
}

@media (hover: hover) {
  /* line 45, src/sass/_card.scss */
  .card-header__content a:hover {
    text-decoration: none;
  }
}

/* line 50, src/sass/_card.scss */
.card-header__external-link {
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #E4604B !important;
  letter-spacing: 1px;
  font-weight: 500;
  padding-top: 1.875rem;
}

/* line 63, src/sass/_card.scss */
.card-header .ranking__item__inner:after,
.card-header .ranking__item__inner:before {
  content: none;
}

/* line 68, src/sass/_card.scss */
.card-header .ranking__item__inner {
  margin-top: 3.75rem;
  border: none;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

/* line 75, src/sass/_card.scss */
.card-header .ranking__item__inner .ranking-item__column:nth-child(1) .ranking-column__icon {
  color: #EF8E7C;
}

/* line 79, src/sass/_card.scss */
.card-header .ranking__item__inner .ranking-item__column:nth-child(1) .ranking-column__icon {
  border-color: #EF8E7C;
}

/* line 85, src/sass/_card.scss */
.card-header .ranking__item__inner .ranking-item__column:nth-child(2) .ranking-column__icon {
  color: #E4604B;
}

/* line 89, src/sass/_card.scss */
.card-header .ranking__item__inner .ranking-item__column:nth-child(2) .ranking-column__icon {
  border-color: #E4604B;
}

/* line 95, src/sass/_card.scss */
.card-header .ranking__item__inner .ranking-item__column:nth-child(3) .ranking-column__icon {
  color: #D6331F;
}

/* line 99, src/sass/_card.scss */
.card-header .ranking__item__inner .ranking-item__column:nth-child(3) .ranking-column__icon {
  border-color: #D6331F;
}

/* line 105, src/sass/_card.scss */
.card-header .ranking-notation {
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Rajdhani", sans-serif;
}

/* line 1, src/sass/_helpers.scss */
.text--italic {
  font-style: italic;
}

/* line 5, src/sass/_helpers.scss */
.text--bigger {
  font-size: 125%;
}

/* line 9, src/sass/_helpers.scss */
.text--orange {
  color: #EF8E7C;
}

/* line 14, src/sass/_helpers.scss */
.text--gray {
  color: #ddd2ca;
}

@media (max-width: 1180px) {
  /* line 2, src/sass/_devices.scss */
  html {
    font-size: 87.5%;
  }
  /* line 6, src/sass/_devices.scss */
  .container,
  .header-banner,
  .header-top,
  .footer-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  /* line 14, src/sass/_devices.scss */
  .header-top {
    padding-right: 0;
    padding-left: 3.75rem;
  }
  /* line 19, src/sass/_devices.scss */
  .header-nav__logo {
    padding-left: 1.25rem;
  }
  /* line 23, src/sass/_devices.scss */
  .content-title, .content-subtitle, .content-subtitle {
    font-size: 1.375rem;
  }
  /* line 27, src/sass/_devices.scss */
  .header-nav {
    justify-content: flex-end;
  }
  /* line 31, src/sass/_devices.scss */
  .teasers {
    grid-column-gap: 2.5rem;
  }
  /* line 38, src/sass/_devices.scss */
  .footer-content {
    grid-column-gap: 1.25rem;
  }
  /* line 42, src/sass/_devices.scss */
  .footer {
    margin-top: 5.625rem;
    padding-top: 10rem;
    padding-bottom: 40px;
  }
  /* line 48, src/sass/_devices.scss */
  .teasers--card__link {
    font-size: 1.875rem;
  }
  /* line 52, src/sass/_devices.scss */
  .teaser-item__inner {
    padding-top: 250px;
  }
  /* line 56, src/sass/_devices.scss */
  .teasers--card__logo {
    max-width: 80%;
    height: auto;
  }
  /* line 61, src/sass/_devices.scss */
  .teaser-item__price {
    font-size: 2.1875rem;
    padding-top: 50px;
  }
  /* line 66, src/sass/_devices.scss */
  .teaser-item__price small {
    font-size: 50%;
  }
  /* line 70, src/sass/_devices.scss */
  .teaser__rank {
    width: 60px;
    height: 60px;
    border-width: 3px;
  }
  /* line 76, src/sass/_devices.scss */
  .teaser__rank--first:before {
    border-width: 3px;
  }
  /* line 80, src/sass/_devices.scss */
  .teaser__rank span {
    font-size: 1.5rem;
  }
  /* line 84, src/sass/_devices.scss */
  .button-go-top {
    width: 60px;
    height: 60px;
    font-size: 12px;
    border-width: 3px;
  }
  /* line 92, src/sass/_devices.scss */
  .button--play__wrapper .button--play {
    height: 50px;
    padding-top: 8px;
  }
  /* line 97, src/sass/_devices.scss */
  .card-header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  /* line 102, src/sass/_devices.scss */
  .card-header__external-link {
    position: static;
    display: block;
    padding-top: 0rem;
  }
  /* line 108, src/sass/_devices.scss */
  .card-header .content-subtitle {
    padding-right: 0;
  }
}

@media (max-width: 1000px) {
  /* line 114, src/sass/_devices.scss */
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 120, src/sass/_devices.scss */
  .footer-credits {
    display: block;
  }
  /* line 124, src/sass/_devices.scss */
  .footer__logo {
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  /* line 129, src/sass/_devices.scss */
  .footer__logo img {
    display: block;
    width: 100%;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 138, src/sass/_devices.scss */
  .footer-credits__links {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  /* line 143, src/sass/_devices.scss */
  .footer-credits__links > a {
    display: none;
  }
  /* line 147, src/sass/_devices.scss */
  .footer-nav {
    margin-top: 0.625rem;
  }
  /* line 151, src/sass/_devices.scss */
  .article-header__inner {
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 158, src/sass/_devices.scss */
  .article-header__image img {
    display: block;
    width: 100%;
    height: auto;
  }
  /* line 164, src/sass/_devices.scss */
  .article-header__date {
    transform: none;
    top: 100%;
    margin-top: -5px;
    z-index: 10;
    left: auto;
    right: 10px;
  }
  /* line 173, src/sass/_devices.scss */
  .article-header__image:after {
    content: none;
  }
  /* line 177, src/sass/_devices.scss */
  .article-header:after {
    height: 50px;
    bottom: -20px;
  }
  /* line 182, src/sass/_devices.scss */
  .card-header {
    grid-template-columns: 200px 1fr;
    grid-column-gap: 40px;
  }
}

@media (max-width: 850px) {
  /* line 189, src/sass/_devices.scss */
  .header-top {
    height: 60px;
  }
  /* line 197, src/sass/_devices.scss */
  .header-nav {
    display: none;
  }
  /* line 201, src/sass/_devices.scss */
  .mobile-nav {
    position: fixed;
    z-index: 3000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #6d6666;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  /* line 215, src/sass/_devices.scss */
  .mobile-nav:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to left, rgba(214, 51, 31, 0.2), rgba(214, 51, 31, 0) 60%);
    pointer-events: none;
  }
  /* line 227, src/sass/_devices.scss */
  .mobile-nav.open {
    display: flex;
  }
  /* line 231, src/sass/_devices.scss */
  .mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(49, 45, 45, 0.5);
    font-size: 1.5rem;
  }
  /* line 247, src/sass/_devices.scss */
  .mobile-nav ul li + li {
    margin-top: 2.5rem;
  }
  /* line 251, src/sass/_devices.scss */
  .mobile-nav ul li a {
    text-decoration: none;
    display: block;
    position: relative;
    transition: color 200ms;
  }
  /* line 258, src/sass/_devices.scss */
  .mobile-nav ul li a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #EF8E7C;
    box-shadow: 1px 1px 2px rgba(49, 45, 45, 0.5);
    transition: transform 200ms, opacity 200ms;
  }
  /* line 270, src/sass/_devices.scss */
  .mobile-nav ul li.active a {
    cursor: default;
    color: #EF8E7C;
  }
  /* line 275, src/sass/_devices.scss */
  .button--menu-mobile {
    pointer-events: auto;
    visibility: visible;
  }
  /* line 280, src/sass/_devices.scss */
  .button--menu-mobile-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 90;
    background-color: transparent;
    border: none;
  }
  /* line 289, src/sass/_devices.scss */
  .button--menu-mobile-close i {
    font: normal normal normal 14px/1 icons;
    font-size: inherit;
    font-size: 20px;
    color: #ffffff;
  }
  /* line 295, src/sass/_devices.scss */
  .header-banner {
    display: block;
  }
  /* line 299, src/sass/_devices.scss */
  .header-nav__logo {
    padding-left: 0;
    width: 100%;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 307, src/sass/_devices.scss */
  .header-banner {
    padding-top: 1.25rem;
    padding-bottom: 5rem;
  }
  /* line 312, src/sass/_devices.scss */
  .header-banner__inner:before {
    bottom: auto;
    top: 100%;
    margin-top: -20px;
    height: 20px;
  }
  /* line 319, src/sass/_devices.scss */
  .header-banner__wrapper:after {
    bottom: 0rem;
  }
  /* line 323, src/sass/_devices.scss */
  .header-banner__inner:after,
  .header-banner__inner:before {
    height: 40px;
    bottom: 0;
    margin-top: -20px;
  }
  /* line 329, src/sass/_devices.scss */
  .choices__inner:after {
    bottom: 5px;
    font-size: 12px;
  }
  /* line 334, src/sass/_devices.scss */
  .header-top__title {
    font-size: 1rem;
  }
  /* line 338, src/sass/_devices.scss */
  main {
    padding-top: 1.875rem;
  }
  /* line 342, src/sass/_devices.scss */
  .teasers--card {
    grid-template-columns: 1fr;
  }
  /* line 347, src/sass/_devices.scss */
  .teaser-item__inner {
    padding-top: 140px;
  }
  /* line 351, src/sass/_devices.scss */
  .teasers--card__link:before {
    transform: skewY(0);
  }
  /* line 355, src/sass/_devices.scss */
  .teasers--card .teaser-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }
  /* line 361, src/sass/_devices.scss */
  .teasers--card .teaser-item:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    bottom: -40px;
    background-color: #fff;
    transform: skewY(-1.5deg);
    z-index: 2;
  }
  /* line 373, src/sass/_devices.scss */
  .teasers--card .teaser-item + .teaser-item {
    margin-top: 2.5rem;
  }
  /* line 377, src/sass/_devices.scss */
  .teaser-item__price {
    margin-top: 0;
    background-position: 50% 0;
    padding-top: 10px;
    background-image: linear-gradient(to right, #ddd2ca, rgba(221, 210, 202, 0));
  }
  /* line 384, src/sass/_devices.scss */
  .teasers__background {
    height: 100%;
  }
  /* line 388, src/sass/_devices.scss */
  .teasers--card .teasers--card__link {
    position: absolute;
    width: 100%;
    left: 100%;
    top: auto;
    bottom: 0;
    transform: none;
  }
  /* line 397, src/sass/_devices.scss */
  .teasers--card__link:after {
    content: none;
  }
  /* line 401, src/sass/_devices.scss */
  .teasers--card .teaser__rank {
    left: 0;
    top: 50%;
  }
  /* line 406, src/sass/_devices.scss */
  .teasers--card__logo {
    height: 60%;
    width: 60%;
    -o-object-fit: contain;
       object-fit: contain;
    top: 50%;
  }
  /* line 413, src/sass/_devices.scss */
  .teasers--news__title {
    font-size: 1.125rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  /* line 419, src/sass/_devices.scss */
  .content-text--columns-2 {
    grid-template-columns: 1fr;
  }
  /* line 423, src/sass/_devices.scss */
  .content-text--columns-2 > div + div {
    margin-top: 2.5rem;
  }
  /* line 427, src/sass/_devices.scss */
  .teasers--news__wrapper:after {
    height: 60px;
  }
  /* line 431, src/sass/_devices.scss */
  .footer-nav ul {
    font-size: 1rem;
  }
  /* line 435, src/sass/_devices.scss */
  .button-go-top span {
    font-size: 1rem;
  }
  /* line 439, src/sass/_devices.scss */
  .ranking {
    margin-top: 2.5rem;
  }
  /* line 443, src/sass/_devices.scss */
  .ranking__item__inner {
    padding-right: 40px;
    height: 100px;
  }
  /* line 448, src/sass/_devices.scss */
  .ranking-item__column--action {
    position: absolute;
    top: 100%;
    margin-top: -15px;
    right: 0;
    width: 150px;
  }
  /* line 456, src/sass/_devices.scss */
  .ranking-column__icon {
    display: none;
  }
  /* line 460, src/sass/_devices.scss */
  .ranking-item__column {
    padding-top: 0;
  }
  /* line 464, src/sass/_devices.scss */
  .ranking-item__column--action .button--play {
    height: 50px;
  }
  /* line 468, src/sass/_devices.scss */
  .ranking__item + .ranking__item {
    margin-top: 6.25rem;
  }
  /* line 472, src/sass/_devices.scss */
  .ranking-item__image {
    width: 140px;
  }
  /* line 476, src/sass/_devices.scss */
  .ranking-item__price {
    font-size: 2.1875rem;
  }
  /* line 480, src/sass/_devices.scss */
  .ranking-item__features ul {
    font-size: 1rem;
  }
  /* line 484, src/sass/_devices.scss */
  .ranking-notation {
    font-size: 2rem;
  }
  /* line 488, src/sass/_devices.scss */
  .ranking-notation__total {
    font-size: 1rem;
    margin-top: -2px;
  }
  /* line 493, src/sass/_devices.scss */
  .card-header > .teaser-item .ranking__item__inner {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0rem;
  }
  /* line 499, src/sass/_devices.scss */
  .card-header > .teaser-item .teaser-item__inner {
    padding-top: 350px;
  }
  /* line 503, src/sass/_devices.scss */
  .card-header .ranking__item__inner {
    margin-top: 3.75rem;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
  /* line 510, src/sass/_devices.scss */
  .card-header .ranking-column__icon {
    display: flex;
  }
}

@media (max-width: 700px) {
  /* line 516, src/sass/_devices.scss */
  .container,
  .header-banner,
  .header-top,
  .footer-content {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  /* line 521, src/sass/_devices.scss */
  .header-top__title {
    display: none;
  }
  /* line 525, src/sass/_devices.scss */
  .header-top {
    display: block;
    padding-left: 0;
  }
  /* line 530, src/sass/_devices.scss */
  .header-top__country-selector {
    width: auto;
  }
  /* line 534, src/sass/_devices.scss */
  .teasers--news__wrapper:before {
    height: 50%;
  }
  /* line 539, src/sass/_devices.scss */
  .choices__inner {
    font-size: 1.125rem;
  }
  /* line 543, src/sass/_devices.scss */
  .content-title, .content-subtitle, .content-subtitle {
    font-size: 1.125rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-bottom: 0rem;
    line-height: 1.4;
  }
  /* line 551, src/sass/_devices.scss */
  .header-top {
    padding-right: 0;
  }
  /* line 555, src/sass/_devices.scss */
  .content-text {
    font-size: 1.125rem;
  }
  /* line 560, src/sass/_devices.scss */
  .teasers {
    display: block;
  }
  /* line 564, src/sass/_devices.scss */
  .teasers--card {
    margin-top: 2.5rem;
  }
  /* line 568, src/sass/_devices.scss */
  .teasers--news__image {
    height: 200px;
  }
  /* line 572, src/sass/_devices.scss */
  .teasers--news__title {
    padding-bottom: 3.75rem;
  }
  /* line 576, src/sass/_devices.scss */
  .teasers--news__title:after {
    height: 3rem;
  }
  /* line 580, src/sass/_devices.scss */
  .teaser__rank {
    width: 50px;
    height: 50px;
  }
  /* line 585, src/sass/_devices.scss */
  .link--action {
    font-size: 1.125rem;
  }
  /* line 589, src/sass/_devices.scss */
  .pagination {
    margin-bottom: 3.75rem;
  }
  /* line 593, src/sass/_devices.scss */
  .pagination__item a {
    width: 40px;
    height: 40px;
  }
  /* line 598, src/sass/_devices.scss */
  .footer {
    margin-top: 2.5rem;
  }
  /* line 602, src/sass/_devices.scss */
  .article-header__date {
    font-size: 1.125rem;
  }
  /* line 606, src/sass/_devices.scss */
  .card-header__external-link {
    padding-top: 1.25rem;
  }
}

@media (max-width: 650px) {
  /* line 612, src/sass/_devices.scss */
  .card-header {
    display: block;
  }
  /* line 616, src/sass/_devices.scss */
  .card-header > .teaser-item .teaser-item__inner {
    padding-top: 150px;
  }
  /* line 620, src/sass/_devices.scss */
  .card-header .teasers--card__logo {
    max-width: 200px;
  }
  /* line 624, src/sass/_devices.scss */
  .card-header .teaser-item {
    margin-bottom: 3.75rem;
  }
  /* line 628, src/sass/_devices.scss */
  .card-header__wrapper {
    padding-bottom: 3.75rem;
  }
  /* line 632, src/sass/_devices.scss */
  .card-header__wrapper:after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 100%;
  }
  /* line 638, src/sass/_devices.scss */
  .card-header .ranking__item__inner {
    display: flex;
    padding-left: 0;
  }
  /* line 643, src/sass/_devices.scss */
  .card-header .ranking-column__icon {
    top: -10px;
  }
}

@media (max-width: 580px) {
  /* line 649, src/sass/_devices.scss */
  .ranking__item__inner {
    display: block;
    height: auto;
    padding: 10px;
    margin-left: 140px;
  }
  /* line 656, src/sass/_devices.scss */
  .ranking-item__column {
    display: block;
  }
  /* line 661, src/sass/_devices.scss */
  .ranking-item__image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: -10px;
    height: auto;
  }
  /* line 669, src/sass/_devices.scss */
  .ranking-item__column--action {
    height: auto;
    margin-top: 10px;
    z-index: 2;
  }
  /* line 675, src/sass/_devices.scss */
  .ranking-item__features ul {
    font-size: 0.875rem;
  }
  /* line 679, src/sass/_devices.scss */
  .card-header .ranking-column__icon {
    top: -30px;
  }
  /* line 683, src/sass/_devices.scss */
  .card-header .ranking__item__inner {
    margin-top: 5rem;
  }
  /* line 687, src/sass/_devices.scss */
  .card-header .teasers--card__link span i {
    margin-top: 8px;
  }
}

@media (max-width: 480px) {
  /* line 693, src/sass/_devices.scss */
  .teaser-item__inner {
    padding-top: 120px;
  }
  /* line 697, src/sass/_devices.scss */
  .teasers--card .teaser-item + .teaser-item {
    margin-top: 20px;
  }
  /* line 702, src/sass/_devices.scss */
  .teasers--card .teasers--card__link {
    font-size: 1.125rem;
  }
  /* line 706, src/sass/_devices.scss */
  .teasers--card__link span i {
    font-size: 0.75rem;
    margin-top: 4px;
  }
  /* line 711, src/sass/_devices.scss */
  .teasers--news__image {
    height: 120px;
  }
  /* line 715, src/sass/_devices.scss */
  .footer__logo img {
    max-width: 140px;
  }
  /* line 719, src/sass/_devices.scss */
  .footer-nav ul {
    flex-direction: column;
    align-items: center;
  }
  /* line 724, src/sass/_devices.scss */
  .footer-nav ul li + li {
    margin: 0;
    margin-top: 5px;
  }
  /* line 729, src/sass/_devices.scss */
  .footer-nav ul li + li:before {
    content: none;
  }
  /* line 733, src/sass/_devices.scss */
  .teasers--news__date:after {
    height: 60px;
  }
}

/* Header - Prevent
 ========================================================================== */
#nb-header-prevent {
  background-color: #000;
}
/**/
.nb-advert {
  display: block;
  height: 60px;
  background-size: contain !important;
  margin: 0 5px;
}
.nb-advert1 {
  background: url('/images/head-arjel02.jpg') top center no-repeat;
}
.nb-advert2 {
  background: url('/images/head-arjel02.jpg') top center no-repeat;
}

@media (max-width: 767px) {
	.sc-visible-medium {
		display: none !important;
	}
	.sc-visible-large {
		display: none !important;
	}
	.sc-hidden-small {
		display: none !important;
	}
}

.sc-container-center {
	margin-left: auto;
	margin-right: auto;
}

.acook {
    color: #22b8f0;
}