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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Font */
/* Heading */
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.09;
  margin: 0 0 0.5em;
  padding: 0;
  font-weight: 900;
  font-style: italic; }

h1 {
  font-size: 3rem;
  line-height: 1; }
  @media (min-width: 550px) {
    h1 {
      font-size: 4rem; } }
  @media (min-width: 768px) {
    h1 {
      font-size: 6rem; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 7rem; } }
  @media (min-width: 1280px) {
    h1 {
      font-size: 8rem; } }

h2 {
  font-size: 3rem; }
  @media (min-width: 768px) {
    h2 {
      font-size: 4rem; } }
  @media (min-width: 1024px) {
    h2 {
      font-size: 4.5rem; } }

h3 {
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    h3 {
      font-size: 3rem; } }
  @media (min-width: 1024px) {
    h3 {
      font-size: 3.5rem; } }

p {
  margin: 0 0 1.5em; }

html {
  font-family: "Geomanist", Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.388;
  height: 100%;
  margin: 0;
  color: #ffffff;
  background: #3c4785; }
  @media (min-width: 550px) {
    body {
      font-size: 1.8rem; } }

p + ul {
  margin-top: -2rem; }

img {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: top; }

a {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: none;
  color: #ee7550; }
  a:hover {
    text-decoration: underline; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  background: #ffffff;
  border-radius: 0.6rem;
  border: 0;
  width: 100%;
  border: 0.2rem solid #ffffff; }
  .gfield_error input[type="text"], .gfield_error
  input[type="email"], .gfield_error
  input[type="tel"], .gfield_error
  textarea {
    border: 0.2rem solid #ffffff;
    -webkit-box-shadow: inset 0 0 0 0.2rem #c41818;
            box-shadow: inset 0 0 0 0.2rem #c41818; }

input[type="text"],
input[type="email"],
input[type="tel"] {
  height: 4.8rem;
  padding: 0.6rem 1.5rem; }
  @media (min-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"] {
      height: 6rem; } }

textarea {
  height: 15rem;
  padding: 1.4rem 1.5rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }
  fieldset legend {
    display: none; }

input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
  input[type="checkbox"]:checked + label::after {
    display: block; }
  input[type="checkbox"] + label {
    position: relative;
    padding-left: 2.8rem; }
    input[type="checkbox"] + label::before {
      content: "";
      position: absolute;
      width: 2rem;
      height: 2rem;
      background: #ffffff;
      left: 0;
      top: -0.4rem; }
      @media (min-width: 768px) {
        input[type="checkbox"] + label::before {
          top: -0.2rem; } }
    input[type="checkbox"] + label::after {
      content: "";
      position: absolute;
      width: 1.2rem;
      height: 0.7rem;
      left: 0.3rem;
      top: 0.3rem;
      border-style: solid;
      border-color: #ee7550;
      border-width: 0 0 0.3rem 0.3rem;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      display: none; }

.button {
  display: inline-block;
  border: 0.2rem solid #ffffff;
  border-radius: 0.6rem;
  background: transparent;
  color: #11131b;
  text-transform: uppercase;
  padding: 0.3rem;
  font-size: 1.4rem;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  cursor: pointer;
  line-height: 1.388; }
  @media (min-width: 768px) {
    .button {
      font-size: 1.6rem; } }
  .button--black {
    border-color: #11131b; }
    .button--black .button__text {
      background: #11131b;
      color: #ffffff; }
  @media (min-width: 768px) {
    .button--large .button__text {
      padding: 1.5rem 2.5rem 1.1rem; } }
  .button__text {
    padding: 0.8rem 1.5rem 0.4rem;
    display: inline-block;
    background: #ffffff;
    border-radius: 0.3rem;
    font-weight: 700;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }

/* .outer-wrapper not needed for advance browsers, this is only for IE11 */
.outer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.page-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.site-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

/*  flex: 1; works for advance browsers, but we need flex-grow: 1; for IE11 */
/*  overflow:hiddne for IE11 below 768 */
main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    main {
      padding-bottom: 5rem; } }

/* flex: 0 0 auto; is needed for IE11. Advance browser doesn't need this property */
.site-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.container {
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem; }
  .container--small {
    max-width: 84rem; }

.skip-to-content,
.skip-to-navigation {
  position: fixed;
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background: #ee7550;
  color: #ffffff;
  overflow: hidden;
  z-index: -999;
  font-weight: 500;
  text-decoration: none; }
  .skip-to-content:visited, .skip-to-content:focus-visible, .skip-to-content:active,
  .skip-to-navigation:visited,
  .skip-to-navigation:focus-visible,
  .skip-to-navigation:active {
    width: auto;
    height: auto;
    padding: 1.5rem 3rem;
    outline: 0.1rem dashed #ffffff;
    color: #ffffff;
    outline-offset: -0.4rem;
    z-index: 9999; }

.skip-to-content {
  left: 0;
  top: -50rem; }
  .skip-to-content:focus, .skip-to-content:active {
    top: 0; }

.skip-to-navigation {
  right: 0;
  bottom: -50rem; }
  .skip-to-navigation:focus, .skip-to-navigation:active {
    bottom: 0; }

#content,
.medborgare-template-content {
  padding-top: 5rem; }
  @media (min-width: 768px) {
    #content,
    .medborgare-template-content {
      padding-top: 6rem; } }
  @media (min-width: 1024px) {
    #content,
    .medborgare-template-content {
      padding-top: 8rem; } }
  @media (min-width: 1280px) {
    #content,
    .medborgare-template-content {
      padding-top: 10rem; } }

.background-holder {
  position: relative; }

.background-shoes {
  content: "";
  position: absolute;
  width: 115%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
  display: block; }
  .background-shoes__container {
    display: block;
    max-width: 144rem;
    margin: 0 auto; }

.padding-y {
  padding: 3rem 0; }
  @media (min-width: 768px) {
    .padding-y {
      padding: 4rem 0; } }
  @media (min-width: 1024px) {
    .padding-y {
      padding: 5rem 0; } }

.padding-top {
  padding-top: 3rem; }
  @media (min-width: 768px) {
    .padding-top {
      padding-top: 4rem; } }
  @media (min-width: 1024px) {
    .padding-top {
      padding-top: 5rem; } }

.padding-bottom {
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .padding-bottom {
      padding-bottom: 4rem; } }
  @media (min-width: 1024px) {
    .padding-bottom {
      padding-bottom: 5rem; } }

div#CybotCookiebotDialogHeader {
  display: none !important; }

iframe[srcdoc] {
  display: block !important; }

#sib-container {
  padding-top: 24px !important;
  padding-bottom: 30px !important; }

.sib-form {
  padding: 40px 0 48px !important; }

.sib-form input[type="text"],
.sib-form input[type="email"] {
  color: #000000;
  height: 40px !important;
  padding-left: 12px !important;
  padding-right: 12px !important; }

.sib-form button[type="submit"] {
  background: #3c4785 !important; }
  .sib-form button[type="submit"]:hover {
    background: #2c3462 !important; }

@font-face {
  font-family: "Geomanist";
  src: url(495efd58a93fe459d11a4e5a9e2bf0aa.woff2) format("woff2"), url(0859c819b01de6f1b64699df9b11a79a.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Geomanist";
  src: url(9f4acc3739da493de1dd771bd6c07be4.woff2) format("woff2"), url(fea13fce61411145b6659fdd09e70886.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Geomanist";
  src: url(b6438221bf0065b0e70f3f4769944c5a.woff2) format("woff2"), url(46942c3f3e826473de95039a41c90bc9.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background-color: #e16d4a;
  cursor: pointer; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 6rem;
  height: 6rem;
  background-color: #ee7550;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 3.5rem;
  height: 3.5rem;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(27e54584ba10b31499365b0b5b4e4252.svg); }
  @media (min-width: 768px) {
    .flickity-prev-next-button {
      width: 4.3rem;
      height: 4.3rem; } }
  @media (min-width: 1024px) {
    .flickity-prev-next-button {
      width: 6rem;
      height: 6rem; } }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  display: none; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 3px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  background: #ee7550; }

.menu-active {
  overflow: hidden; }

.site-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9; }
  .site-header__container {
    margin: 0 1.5rem;
    padding: 1.5rem 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0.1rem solid #ffffff; }
    @media (min-width: 768px) {
      .site-header__container {
        margin: 0 3rem;
        padding: 1.7rem 0 1.5rem; } }
    @media (min-width: 1280px) {
      .site-header__container {
        margin: 0 8rem;
        padding: 2.9rem 0 2.1rem; } }
  .site-header__logo {
    -ms-flex-preferred-size: 20rem;
        flex-basis: 20rem;
    max-width: 20rem;
    margin-top: 0.5rem; }
    @media (min-width: 550px) {
      .site-header__logo {
        -ms-flex-preferred-size: 20rem;
            flex-basis: 20rem;
        max-width: 20rem; } }
    @media (min-width: 768px) {
      .site-header__logo {
        -ms-flex-preferred-size: 22rem;
            flex-basis: 22rem;
        max-width: 22rem; } }
    @media (min-width: 1024px) {
      .site-header__logo {
        -ms-flex-preferred-size: 25.6rem;
            flex-basis: 25.6rem;
        max-width: 25.6rem; } }
  .site-header__logo-link {
    display: block; }
  .site-header__button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 -0.5rem;
    padding: 0;
    position: relative;
    z-index: 99; }
    @media (min-width: 768px) {
      .site-header__button-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .site-header__button-item {
    list-style: none;
    padding: 0.5rem; }
  .site-header .social-network {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    margin-right: -3.5rem; }

.primary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media (max-width: 767px) {
    .primary-nav__holder {
      position: fixed;
      z-index: 9;
      width: 32rem;
      height: 100%;
      max-height: 100%;
      overflow-y: auto;
      top: 0;
      right: 0;
      background: #11131b;
      padding: 9rem 2rem 0 1rem;
      font-weight: 700;
      -webkit-transform: translateX(32rem);
          -ms-transform: translateX(32rem);
              transform: translateX(32rem);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 767px) {
    .menu-active .primary-nav__holder {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }
  .primary-nav__frame {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .primary-nav__frame {
        position: fixed;
        z-index: 9;
        width: 52.6rem;
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
        top: 0;
        right: 0;
        background: #11131b;
        padding: 12rem 8rem 0 0;
        font-weight: 700;
        -webkit-transform: translateX(52.6rem);
            -ms-transform: translateX(52.6rem);
                transform: translateX(52.6rem);
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 768px) {
      .menu-active .primary-nav__frame {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }
  .primary-nav__list {
    margin: 0;
    padding: 0;
    text-align: right; }
    .primary-nav__list li {
      list-style: none;
      padding: 1rem 0; }
    .primary-nav__list a {
      color: #ffffff; }

.navigation-toggler {
  background: transparent;
  border: 0;
  padding: 0;
  width: 3.8rem;
  height: 4rem;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.2rem;
  color: #ffffff;
  position: relative;
  margin: 0 0 0 1.4rem;
  cursor: pointer;
  z-index: 99; }
  @media (min-width: 768px) {
    .navigation-toggler {
      margin: 0 0 0 1.4rem; } }
  .navigation-toggler__text {
    position: absolute;
    top: 0;
    left: 0; }
  .navigation-toggler__bar {
    position: absolute;
    width: 3.8rem;
    height: 0.5rem;
    left: 0;
    background: #ffffff; }
    .navigation-toggler__bar:nth-child(1) {
      top: 1.5rem;
      -webkit-transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease-out 0.1s;
      transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease-out 0.1s;
      transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s;
      transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s, -webkit-transform 0.25s ease-out 0.1s; }
      .menu-active .navigation-toggler__bar:nth-child(1) {
        top: 2.7rem;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: top 0.25s ease 0.1s, -webkit-transform 0.25s ease-out 0.4s;
        transition: top 0.25s ease 0.1s, -webkit-transform 0.25s ease-out 0.4s;
        transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.4s;
        transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.4s, -webkit-transform 0.25s ease-out 0.4s; }
    .navigation-toggler__bar:nth-child(2) {
      top: 2.5rem;
      -webkit-transition: 0.25s ease 0.25s;
      transition: 0.25s ease 0.25s; }
      .menu-active .navigation-toggler__bar:nth-child(2) {
        opacity: 0; }
    .navigation-toggler__bar:nth-child(3) {
      top: 3.5rem;
      -webkit-transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease-out 0.1s;
      transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease-out 0.1s;
      transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s;
      transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s, -webkit-transform 0.25s ease-out 0.1s; }
      .menu-active .navigation-toggler__bar:nth-child(3) {
        top: 2.7rem;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: top 0.25s ease 0.1s, -webkit-transform 0.25s ease-out 0.4s;
        transition: top 0.25s ease 0.1s, -webkit-transform 0.25s ease-out 0.4s;
        transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.4s;
        transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.4s, -webkit-transform 0.25s ease-out 0.4s; }

.language {
  position: relative;
  text-transform: uppercase; }
  .language__active-language {
    padding: 0;
    border: none;
    width: 5.33rem;
    height: 4rem;
    background: none;
    margin-left: 1rem; }
    @media (min-width: 768px) {
      .language__active-language {
        width: 5.893rem;
        height: 4.42rem; } }
  .language__list {
    margin: 0;
    padding: 1rem 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 0.6rem;
    overflow: hidden;
    width: 7.5rem;
    opacity: 0;
    visibility: hidden; }
    .language-menu-active .language__list {
      opacity: 1;
      visibility: visible; }
    .language__list::before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent transparent #ffffff;
      border-width: 0.6rem 0.6rem;
      left: 2rem;
      top: -0.1rem; }
  .language__item {
    list-style: none;
    background: #ffffff;
    width: 100%; }
    .language__item:first-child {
      border-top-left-radius: 0.6rem;
      border-top-right-radius: 0.6rem; }
    .language__item:last-child {
      border-bottom-left-radius: 0.6rem;
      border-bottom-right-radius: 0.6rem; }
    .language__item + .language__item {
      border-top: 0.1rem solid rgba(0, 0, 0, 0.1); }
  .language__link {
    padding: 0.8rem 1rem 0.3rem;
    color: #11131b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    width: 100%; }
    .language__link:hover {
      text-decoration: none;
      color: #ee7550; }
  .language__flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.5rem;
    padding: 0 0.8rem 0.5rem 0; }

.site-footer {
  padding-bottom: 2rem;
  background: #11131b; }
  .site-footer ul {
    margin: 0;
    padding: 0; }
    .site-footer ul li {
      list-style: none; }
  .site-footer__container {
    max-width: 134rem;
    margin: 0 auto;
    padding: 0 3rem; }
  .site-footer__top {
    margin: 0 -1.5rem;
    padding: 4rem 0;
    font-size: 1.6rem;
    line-height: 1.75; }
    @media (min-width: 550px) {
      .site-footer__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .site-footer__top h4 {
      font-size: 2.5rem;
      color: rgba(255, 255, 255, 0.5);
      margin: 0 0 2rem;
      font-style: normal;
      font-weight: 700; }
    .site-footer__top ul li {
      margin-bottom: 0.4rem; }
  .site-footer nav a {
    color: inherit; }
  .site-footer__top-col {
    padding: 0 1.5rem 2rem; }
    @media (min-width: 550px) {
      .site-footer__top-col {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 1024px) {
      .site-footer__top-col {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        max-width: 25%; } }
    @media (min-width: 1280px) {
      .site-footer__top-col {
        -ms-flex-preferred-size: 23%;
            flex-basis: 23%;
        max-width: 23%; } }
    @media (min-width: 550px) {
      .site-footer__top-col:last-child {
        padding-top: 5.5rem; } }
    @media (min-width: 1024px) {
      .site-footer__top-col:last-child {
        text-align: right; } }
  .site-footer ul li {
    list-style: none; }
  .site-footer__logo-holder {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .site-footer__logo-holder::before, .site-footer__logo-holder::after {
      content: "";
      position: absolute;
      width: 7rem;
      height: 100%;
      top: 0.1rem;
      z-index: 1; }
    .site-footer__logo-holder::before {
      background-image: -webkit-gradient(linear, left top, right top, from(#11131b), to(rgba(17, 19, 27, 0)));
      background-image: linear-gradient(to right, #11131b, rgba(17, 19, 27, 0));
      left: 0; }
    .site-footer__logo-holder::after {
      background-image: -webkit-gradient(linear, right top, left top, from(#11131b), to(rgba(17, 19, 27, 0)));
      background-image: linear-gradient(to left, #11131b, rgba(17, 19, 27, 0));
      right: 0; }
    .site-footer__logo-holder.is-inviewport .site-footer__logo-list {
      -webkit-animation-duration: 14s;
              animation-duration: 14s;
      -webkit-animation-name: marquee;
              animation-name: marquee;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-delay: 2s;
              animation-delay: 2s; }
  .site-footer__logo-frame {
    padding: 3rem 0 2.5rem;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.42);
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    position: relative; }
    .site-footer__logo-frame:hover .site-footer__logo-list {
      -webkit-animation-play-state: paused;
              animation-play-state: paused; }
    .site-footer__logo-frame img {
      vertical-align: top;
      max-height: 5rem;
      width: auto;
      max-width: none; }
  .site-footer__logo-list {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  .site-footer__logo-item {
    display: inline-block;
    white-space: nowrap;
    padding: 1.5rem 2.5rem; }
  .site-footer__bottom {
    padding: 2rem 0;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.42);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.2rem; }
  .site-footer__designedby {
    text-transform: uppercase; }
    .site-footer__designedby a {
      color: #ffffff; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

.section-header {
  max-width: 96rem;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 768px) {
    .section-header {
      padding-bottom: 1rem; } }
  .section-header--text-block {
    text-align: left; }
  .section-header p {
    font-size: 2rem;
    line-height: 1.6; }
    @media (min-width: 768px) {
      .section-header p {
        font-size: 2.2rem; } }
    @media (min-width: 1024px) {
      .section-header p {
        font-size: 2.5rem; } }

.info-banner {
  width: 100%;
  padding: 1rem 2rem;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.3;
  position: relative;
  z-index: 100;
  min-height: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .info-banner {
      font-size: 1.6rem;
      padding: 1.2rem 2rem;
      min-height: 4.8rem; } }
  .info-banner--red {
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%); }
  .info-banner--orange {
    background: linear-gradient(135deg, #ee7550 0%, #c2410c 100%); }
  .info-banner--purple {
    background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%); }
  .info-banner__container {
    max-width: 120rem;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 2.5rem; }
  .info-banner__text {
    display: inline;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  .info-banner__button {
    display: inline-block;
    border: 0.2rem solid rgba(255, 255, 255, 0.3);
    border-radius: 0.6rem;
    background: transparent;
    padding: 0.3rem;
    text-decoration: none;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out; }
    .info-banner__button:hover {
      text-decoration: none;
      border-color: rgba(255, 255, 255, 0.7); }
      .info-banner__button:hover .info-banner__button-text {
        background: rgba(255, 255, 255, 0.6); }
  .info-banner__button-text {
    display: inline-block;
    padding: 0.6rem 1.4rem 0.2rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0.3rem;
    font-weight: 700;
    font-size: 1.3rem;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    @media (min-width: 768px) {
      .info-banner__button-text {
        font-size: 1.4rem; } }

.has-info-banner .site-header {
  top: 4.4rem; }
  @media (min-width: 768px) {
    .has-info-banner .site-header {
      top: 4.8rem; } }

.has-info-banner .banner__text-holder {
  padding-top: calc(14rem + 4.4rem); }
  @media (min-width: 768px) {
    .has-info-banner .banner__text-holder {
      padding-top: calc(22rem + 4.8rem); } }

.has-info-banner .banner__text-holder--small {
  padding-top: calc(17rem + 4.4rem); }
  @media (min-width: 768px) {
    .has-info-banner .banner__text-holder--small {
      padding-top: calc(17rem + 4.8rem); } }

.has-info-banner.admin-bar .site-header {
  top: calc(4.4rem + 46px); }
  @media (min-width: 783px) {
    .has-info-banner.admin-bar .site-header {
      top: calc(4.8rem + 32px); } }

.has-info-banner.admin-bar .banner__text-holder {
  padding-top: calc(14rem + 4.4rem + 46px); }
  @media (min-width: 783px) {
    .has-info-banner.admin-bar .banner__text-holder {
      padding-top: calc(22rem + 4.8rem + 32px); } }

.has-info-banner.admin-bar .banner__text-holder--small {
  padding-top: calc(17rem + 4.4rem + 46px); }
  @media (min-width: 783px) {
    .has-info-banner.admin-bar .banner__text-holder--small {
      padding-top: calc(17rem + 4.8rem + 32px); } }

.foldout {
  margin-bottom: 0.5rem;
  background: #ffffff;
  color: #101010; }
  .foldout__opener-button {
    border: 0;
    background: #ffffff;
    width: 100%;
    text-align: left;
    padding: 2rem 6.5rem 1.75rem 2rem;
    position: relative;
    cursor: pointer; }
    .foldout__opener-button.is-active {
      background: #ee7550;
      color: #ffffff; }
  .foldout__title-text {
    display: block; }
    @media (min-width: 768px) {
      .foldout__title-text {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
  .foldout__opener-icon {
    position: absolute;
    width: 4rem;
    height: 4rem;
    top: 1rem;
    right: 1.5rem;
    background: #3c4785;
    border-radius: 50%; }
    .is-active .foldout__opener-icon {
      background: #ffffff; }
      .is-active .foldout__opener-icon::before, .is-active .foldout__opener-icon::after {
        background: #ee7550; }
      .is-active .foldout__opener-icon::after {
        display: none; }
    .foldout__opener-icon::before, .foldout__opener-icon::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: #ffffff; }
    .foldout__opener-icon::before {
      height: 0.2rem;
      width: 2rem; }
    .foldout__opener-icon::after {
      width: 0.2rem;
      height: 2rem; }
  .foldout__body {
    display: none;
    padding: 3rem 4rem 0.1rem 2rem; }

.full-image__holder {
  border-radius: 0.8rem;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0.5rem 0.6rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.5rem 0.6rem rgba(0, 0, 0, 0.4); }

.full-image__footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 2rem; }
  @media (min-width: 768px) {
    .full-image__footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 4.7rem 4rem 3.7rem; } }
  .full-image__footer-caption {
    font-weight: 900;
    font-style: italic;
    display: block;
    line-height: 1;
    font-size: 2rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .full-image__footer-caption {
        font-size: 3rem;
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .full-image__footer-caption {
        font-size: 4rem; } }

@media (min-width: 768px) {
  .full-image__button-holder {
    margin-left: auto; } }

.overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.sponsor {
  text-align: center; }
  .sponsor__holder {
    padding: 5rem 0; }
  .sponsor__title {
    font-size: 3rem;
    margin-bottom: 0.75em; }
  .sponsor__list {
    margin: 0 -2rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .sponsor__item {
    list-style: none;
    padding: 1rem 2rem; }
  .sponsor__link {
    display: block; }
  .sponsor__image {
    max-width: 12rem; }
    @media (min-width: 550px) {
      .sponsor__image {
        max-width: 15rem; } }
    @media (min-width: 768px) {
      .sponsor__image {
        max-width: 18rem; } }

.youtube-video {
  padding: 49% 0 0;
  background-size: cover;
  position: relative; }
  .youtube-video__popup {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    visibility: hidden;
    opacity: 0; }
    .video-is-playing .youtube-video__popup {
      visibility: visible;
      opacity: 1; }
  .youtube-video__popup-holder {
    max-width: 128rem;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .youtube-video__popup-frame {
    padding-top: 56.25%; }
  .youtube-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block !important; }
  .youtube-video__play-button {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0; }
    .youtube-video__play-button:hover .youtube-video__play-button-icon {
      background: #ee7550; }
    .youtube-video__play-button:hover .youtube-video__close-button-icon::before, .youtube-video__play-button:hover .youtube-video__close-button-icon::after {
      background: #ee7550; }
    .youtube-video__play-button.playing {
      position: fixed;
      width: 4rem;
      height: 4rem;
      top: 1.5rem;
      left: auto;
      right: 1rem;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      z-index: 999; }
      .youtube-video__play-button.playing .youtube-video__play-button-icon {
        display: none; }
      .youtube-video__play-button.playing .youtube-video__close-button-icon {
        display: block; }
  .youtube-video__play-button-icon {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.4);
        -ms-transform: translate(-50%, -50%) scale(0.4);
            transform: translate(-50%, -50%) scale(0.4);
    width: 14.5rem;
    height: 9.1rem;
    background: #c41818;
    border-radius: 1.4rem;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear; }
    @media (min-width: 550px) {
      .youtube-video__play-button-icon {
        -webkit-transform: translate(-50%, -50%) scale(0.6);
            -ms-transform: translate(-50%, -50%) scale(0.6);
                transform: translate(-50%, -50%) scale(0.6); } }
    @media (min-width: 768px) {
      .youtube-video__play-button-icon {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
            -ms-transform: translate(-50%, -50%) scale(0.8);
                transform: translate(-50%, -50%) scale(0.8); } }
    @media (min-width: 1024px) {
      .youtube-video__play-button-icon {
        -webkit-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1); } }
    .youtube-video__play-button-icon:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent transparent transparent #ffffff;
      border-width: 2.5rem 4.5rem;
      left: 5.5rem;
      top: 2rem;
      z-index: 9; }
  .youtube-video__close-button-icon {
    display: none;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
    .youtube-video__close-button-icon::before, .youtube-video__close-button-icon::after {
      content: "";
      position: absolute;
      width: 4rem;
      height: 0.3rem;
      background: #ffffff;
      left: 0;
      top: 1.8rem;
      -webkit-transition: background 0.2s linear;
      transition: background 0.2s linear; }
    .youtube-video__close-button-icon::before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .youtube-video__close-button-icon::after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.slider-card__header {
  max-width: 60rem;
  margin: 0 auto;
  padding-bottom: 0.5rem;
  text-align: center; }
  @media (min-width: 768px) {
    .slider-card__header {
      padding-bottom: 1rem; } }
  @media (min-width: 1280px) {
    .slider-card__header {
      padding-bottom: 1.5rem; } }

.slider-card__row .flickity-slider {
  position: sticky !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slider-card__row .flickity-viewport {
  overflow: visible; }

.slider-card__col {
  padding: 1rem;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: relative !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }
  @media (min-width: 550px) {
    .slider-card__col {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      min-width: 50%;
      max-width: 50%; } }
  @media (min-width: 1024px) {
    .slider-card__col {
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
      max-width: 33.33%;
      min-width: 33.33%;
      padding: 1.5rem; } }
  @media (min-width: 1280px) {
    .slider-card__col {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%;
      min-width: 25%; } }

.slider-card__col[style*="left"] {
  height: 100%; }

.slider-card .flickity-button:disabled {
  display: none; }

.style-none {
  text-decoration: none !important;
  color: black !important; }

.card {
  background: #ffffff;
  color: #101010;
  padding: 2rem;
  border-radius: 0.9rem;
  -webkit-box-shadow: 0 0.5rem 0.9rem 0.3rem rgba(12, 14, 69, 0.3);
          box-shadow: 0 0.5rem 0.9rem 0.3rem rgba(12, 14, 69, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 100%; }
  .card__image-holder {
    margin-bottom: 1.5rem; }
  .card__link-holder {
    margin-top: auto; }
  .card h3 {
    font-size: 2.4rem; }
    @media (min-width: 768px) {
      .card h3 {
        font-size: 3rem; } }
  .card ul {
    margin-left: 0;
    margin-right: 0;
    padding: 0; }
    .card ul li {
      list-style: outside;
      margin-left: 1.7rem; }

.link-with-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 0.3rem; }
  .link-with-icon:hover {
    text-decoration: none;
    padding-top: 0.3rem;
    padding-bottom: 0; }
  .link-with-icon__link-text {
    padding-right: 0.8rem; }

.banner {
  position: relative;
  -webkit-box-shadow: 0 0.5rem 0.9rem 0.3rem rgba(12, 14, 69, 0.3);
          box-shadow: 0 0.5rem 0.9rem 0.3rem rgba(12, 14, 69, 0.3); }
  .banner__content {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50rem; }
    @media (min-width: 550px) {
      .banner__content {
        min-height: 60rem; } }
    @media (min-width: 768px) {
      .banner__content {
        min-height: 70rem; } }
    @media (min-width: 1024px) {
      .banner__content {
        min-height: 70rem; } }
    @media (min-width: 1280px) {
      .banner__content {
        min-height: 80rem; } }
    .banner__content--small {
      min-height: 30rem; }
      @media (min-width: 768px) {
        .banner__content--small {
          min-height: 40rem; } }
  .banner__image-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .banner__image-holder img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
  .banner__video-holder {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%; }
  .banner video {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .banner__text-holder {
    position: relative;
    z-index: 1;
    max-width: 70rem;
    margin: 0 auto;
    padding: 14rem 2rem 6rem;
    text-align: center; }
    @media (min-width: 768px) {
      .banner__text-holder {
        padding: 22rem 5rem 10rem; } }
    .banner__text-holder--small {
      padding: 17rem 5rem 5rem; }
  .banner__heading {
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    margin-bottom: 0.1em;
    font-size: 4rem; }
    @media (min-width: 550px) {
      .banner__heading {
        font-size: 5rem; } }
    @media (min-width: 768px) {
      .banner__heading {
        font-size: 8rem; } }
    .home .banner__heading {
      font-size: 6rem; }
      @media (min-width: 550px) {
        .home .banner__heading {
          font-size: 11rem; } }
      @media (min-width: 768px) {
        .home .banner__heading {
          font-size: 11rem; } }
  .banner__caption {
    display: block;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    font-style: normal;
    text-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5); }
    @media (min-width: 768px) {
      .banner__caption {
        font-size: 2rem; } }
  .banner__sub-heading {
    font-size: 2.5rem;
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); }
    @media (min-width: 550px) {
      .banner__sub-heading {
        font-size: 3.5rem; } }
    @media (min-width: 768px) {
      .banner__sub-heading {
        font-size: 4rem; } }
    @media (min-width: 1024px) {
      .banner__sub-heading {
        font-size: 4.5rem; } }
    @media (min-width: 1280px) {
      .banner__sub-heading {
        font-size: 5rem; } }
  .banner .flickity-page-dots {
    text-align: left;
    padding-left: 1.5rem; }
    @media (min-width: 768px) {
      .banner .flickity-page-dots {
        padding-left: 0;
        text-align: center; } }
  .banner .flickity-prev-next-button {
    background-image: url(54d01b7a5d2e8494b3873365d58d34bc.svg); }
  .banner .social-network {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    position: absolute;
    right: -0.4rem;
    bottom: 0.5rem; }
    @media (min-width: 768px) {
      .banner .social-network {
        right: 1rem; } }
    @media (min-width: 1280px) {
      .banner .social-network {
        right: 6rem; } }
    .banner .social-network__item {
      padding: 0 0.2rem; }
      @media (min-width: 768px) {
        .banner .social-network__item {
          padding: 0 0.3rem; } }
  .banner__anchors {
    position: relative;
    background-color: #1B2852;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    z-index: 100; }
    .banner__anchors canvas {
      display: none; }
    @media (min-width: 768px) {
      .banner__anchors canvas {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 583px;
        height: 819px;
        padding: 18px;
        z-index: -1;
        pointer-events: none; } }
    .banner__anchors.is-sticky {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
              box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }
  .banner__anchors-placeholder {
    display: none; }
  .banner__anchors-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    position: relative; }
    @media (min-width: 768px) {
      .banner__anchors-container {
        gap: 1rem; } }
  .banner__anchor-button {
    background-color: #3C4785;
    color: white;
    padding: 1.2rem;
    padding-bottom: .9rem;
    border-radius: 4px;
    text-decoration: none;
    font-style: italic;
    font-weight: 700;
    font-size: 1.5rem;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: -0.02em;
    line-height: 1.44;
    text-transform: capitalize;
    position: relative;
    z-index: 3; }
    .banner__anchor-button:hover {
      background-color: #5A6BAB;
      -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
              transform: translateY(-2px);
      text-decoration: none; }

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0 0; }
  .countdown__col {
    -ms-flex-preferred-size: 28rem;
        flex-basis: 28rem;
    max-width: 28rem;
    padding: 0 0.5rem;
    text-align: center; }
    @media (min-width: 768px) {
      .countdown__col {
        padding: 0 0.75rem; } }
    @media (min-width: 1024px) {
      .countdown__col {
        padding: 0 1rem; } }
  .countdown__unit {
    display: block;
    font-size: 5rem;
    line-height: 1;
    margin: 0 0 -0.3rem 0;
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .countdown__unit {
        font-size: 4rem; } }
    @media (min-width: 1024px) {
      .countdown__unit {
        font-size: 4.5rem; } }
    @media (min-width: 1280px) {
      .countdown__unit {
        font-size: 5rem; } }
  .countdown__label {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 0 3.3rem 0; }
    @media (min-width: 768px) {
      .countdown__label {
        font-size: 1.6rem; } }
    @media (min-width: 1024px) {
      .countdown__label {
        font-size: 1.8rem; } }

.social-network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  margin: 0 -0.5rem; }
  .social-network__item {
    list-style: none;
    padding: 0 0.5rem; }
  .social-network__link {
    color: #ffffff;
    display: block;
    width: 3.8rem;
    height: 3.8rem; }
    .social-network__link:hover {
      color: #ee7550; }
    .social-network__link svg {
      width: 100%;
      height: 100%; }

.carousel {
  position: relative; }
  .carousel__slide {
    position: relative;
    width: 100%; }
  .carousel__slide-image {
    margin: 0; }
  .carousel__slide-caption {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    font-size: 1.4rem;
    max-width: 22rem;
    background: #ffffff;
    color: #11131b;
    padding: 0.5rem 0.7rem 0.2rem;
    border-radius: 0.6rem; }
    @media (min-width: 550px) {
      .carousel__slide-caption {
        padding: 1.1rem 1.5rem 0.7rem;
        max-width: 30rem; } }
    @media (min-width: 768px) {
      .carousel__slide-caption {
        font-size: 1.6rem;
        left: 2.5rem;
        bottom: 2rem;
        max-width: 40rem; } }
    @media (min-width: 1024px) {
      .carousel__slide-caption {
        font-size: 1.8rem;
        left: 4.4rem;
        bottom: 3rem; } }
  .carousel__status {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: #ffffff;
    color: #ee7550;
    font-weight: 700;
    border-radius: 0.5rem;
    padding: 0.5rem 0.8rem 0.2rem;
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .carousel__status {
        padding: 1.1rem 1.5rem 0.7rem;
        font-size: 1.6rem;
        right: 2.5rem;
        bottom: 2rem; } }
    @media (min-width: 1024px) {
      .carousel__status {
        font-size: 1.8rem;
        bottom: 3rem; } }
  .carousel .flickity-page-dots {
    bottom: -3rem; }
    @media (min-width: 768px) {
      .carousel .flickity-page-dots {
        text-align: right;
        bottom: 2.7rem;
        padding-right: 8.5rem; } }
    @media (min-width: 1024px) {
      .carousel .flickity-page-dots {
        bottom: 3.8rem;
        padding-right: 9.4rem; } }

.table-block__table-holder {
  overflow-x: auto;
  padding-top: 2.5rem; }

.table-block__table {
  width: 76.8rem; }
  @media (min-width: 768px) {
    .table-block__table {
      width: 100%;
      border-collapse: collapse; } }
  .table-block__table th {
    text-align: left;
    padding-bottom: 0.8rem; }
    .table-block__table th + th {
      padding-left: 1rem; }
      @media (min-width: 1024px) {
        .table-block__table th + th {
          padding-left: 2rem; } }
  .table-block__table tbody tr:last-child td {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5); }
  .table-block__table tbody td {
    border-top: 0.1rem solid rgba(255, 255, 255, 0.5);
    padding-top: 0.9rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0.5rem; }
    @media (min-width: 1024px) {
      .table-block__table tbody td {
        padding-top: 1.2rem;
        padding-bottom: 0.8rem; } }
    .table-block__table tbody td + td {
      border-left: 0.1rem solid rgba(255, 255, 255, 0.5);
      padding-left: 1rem; }
      @media (min-width: 1024px) {
        .table-block__table tbody td + td {
          padding-left: 2rem; } }

.form-block__form-holder {
  max-width: 70rem; }

.gform_body .gfield {
  margin-bottom: 3rem; }

.gform_body .gfield_required {
  display: none; }

.gform_body .gfield_error .validation_message {
  display: none; }

.gform_body fieldset.gfield_error .validation_message {
  padding-top: 0.5rem;
  display: block;
  color: #ee7550; }

.gform_validation_errors {
  font-size: 1.8rem;
  padding: 1.5rem 1.5rem 1.2rem;
  border: 0.2rem solid #ffffff;
  background: #c41818;
  margin-bottom: 2rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2); }
  .gform_validation_errors h2 {
    font-size: inherit;
    font-weight: 700;
    font-style: normal;
    margin: 0; }

.text-image-card-block__row {
  margin: 0 -1rem; }
  @media (min-width: 550px) {
    .text-image-card-block__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 1024px) {
    .text-image-card-block__row {
      margin: 0 -2rem; } }

.text-image-card-block__col {
  padding: 1rem; }
  @media (min-width: 1024px) {
    .text-image-card-block__col {
      padding: 1.8rem 2rem; } }
  .text-image-card-block__col--full {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  @media (min-width: 550px) {
    .text-image-card-block__col--half {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 550px) {
    .text-image-card-block__col--quater {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 1024px) {
    .text-image-card-block__col--quater {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%; } }

.text-image-card {
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.5rem 0.9rem 0.3rem rgba(12, 14, 69, 0.8);
          box-shadow: 0 0.5rem 0.9rem 0.3rem rgba(12, 14, 69, 0.8);
  color: #11131b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .text-image-card[onclick] {
    cursor: pointer; }
  .text-image-card__text-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2rem 1.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff; }
    @media (min-width: 768px) {
      .text-image-card__text-holder {
        padding: 3.5rem 3.1rem; } }
  .text-image-card__link-holder {
    margin-top: 3rem; }
  @media (min-width: 768px) {
    .text-image-card--full {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .text-image-card--full .text-image-card__image-holder {
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
      max-width: 60%;
      min-height: 40rem;
      position: relative; } }
  @media (min-width: 1280px) {
    .text-image-card--full .text-image-card__image-holder {
      min-height: 51.8rem;
      -ms-flex-preferred-size: 65%;
          flex-basis: 65%;
      max-width: 65%; } }
  @media (min-width: 768px) {
    .text-image-card--full .text-image-card__image-frame {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; } }
  @media (min-width: 768px) {
    .text-image-card--full img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }
  .text-image-card--padding.text-image-card--full .text-image-card__image-holder {
    background: #ffffff; }
  @media (min-width: 768px) {
    .text-image-card--padding.text-image-card--full .text-image-card__image-frame {
      position: absolute;
      top: 1rem;
      bottom: 1rem;
      left: 1rem;
      right: 1rem; } }
  @media (min-width: 1024px) {
    .text-image-card--padding.text-image-card--full .text-image-card__image-frame {
      top: 1.5rem;
      bottom: 1.5rem;
      left: 1.5rem;
      right: 1.5rem; } }
  .text-image-card--padding.text-image-card--half .text-image-card__image-holder, .text-image-card--padding.text-image-card--quater .text-image-card__image-holder {
    background: #ffffff; }
  .text-image-card--padding.text-image-card--half .text-image-card__image-frame, .text-image-card--padding.text-image-card--quater .text-image-card__image-frame {
    padding: 1rem 1rem 0; }
    @media (min-width: 1024px) {
      .text-image-card--padding.text-image-card--half .text-image-card__image-frame, .text-image-card--padding.text-image-card--quater .text-image-card__image-frame {
        padding: 1.5rem 1.5rem 0; } }
  @media (min-width: 768px) {
    .text-image-card--image-right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .text-image-card--half, .text-image-card--quater {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .text-image-card ul {
    margin-left: 0;
    margin-right: 0;
    padding: 0; }
    .text-image-card ul li {
      list-style: outside;
      margin-left: 1.7rem; }

.page-not-found {
  padding-top: 12rem;
  color: #11131b; }
  @media (min-width: 768px) {
    .page-not-found {
      padding-top: 16rem; } }
  @media (min-width: 1024px) {
    .page-not-found {
      padding-top: 18rem; } }
  @media (min-width: 1280px) {
    .page-not-found {
      padding-top: 20rem; } }
  .page-not-found__container {
    padding: 0 2rem;
    max-width: 60rem;
    margin: 0 auto 7rem; }
    @media (min-width: 768px) {
      .page-not-found__container {
        max-width: 70rem; } }
    @media (min-width: 1024px) {
      .page-not-found__container {
        max-width: 80rem;
        margin: 0 auto 9rem; } }
  .page-not-found__content {
    text-align: center;
    padding: 3.5rem 2rem 3.5rem;
    background: #ffffff;
    border: 0.1rem solid #f5f6f7;
    -webkit-box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.15), 0 2rem 0 -1rem #f5f6f7, 0 2rem 0.1rem -0.9rem rgba(0, 0, 0, 0.15), 0 4rem 0 -2rem #f5f6f7, 0 4rem 0.1rem -1.9rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.15), 0 2rem 0 -1rem #f5f6f7, 0 2rem 0.1rem -0.9rem rgba(0, 0, 0, 0.15), 0 4rem 0 -2rem #f5f6f7, 0 4rem 0.1rem -1.9rem rgba(0, 0, 0, 0.15); }
    @media (min-width: 768px) {
      .page-not-found__content {
        padding: 4rem 4rem; } }
    @media (min-width: 1024px) {
      .page-not-found__content {
        padding: 5rem 6rem; } }
  .page-not-found h1 {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.1em;
    font-size: 8rem;
    color: #db1b1b; }
    @media (min-width: 768px) {
      .page-not-found h1 {
        font-size: 10rem; } }
    @media (min-width: 1024px) {
      .page-not-found h1 {
        font-size: 12rem; } }
  .page-not-found h2 {
    font-family: "Geomanist", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem; }
    @media (min-width: 768px) {
      .page-not-found h2 {
        font-size: 2.5rem; } }
  .page-not-found p {
    max-width: 45rem;
    margin: 0 auto 1.6em; }
    @media (min-width: 1024px) {
      .page-not-found p {
        max-width: 50rem; } }

.site-cookie {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: #ee7550;
  color: #ffffff;
  padding: 1.6rem 0 1.5rem 0;
  line-height: 1.5em;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 1024px) {
    .site-cookie {
      font-size: 2rem; } }
  .site-cookie ::-moz-selection {
    color: #c41818;
    background: #ffffff; }
  .site-cookie ::selection {
    color: #c41818;
    background: #ffffff; }
  @media (min-width: 768px) {
    .site-cookie__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 768px) {
    .site-cookie__text-holder {
      padding-right: 3rem;
      margin-top: 0.5rem; } }
  .site-cookie__button-holder {
    padding: 1rem 0 0; }
    @media (min-width: 768px) {
      .site-cookie__button-holder {
        padding: 0; } }
  .site-cookie__close-btn {
    display: inline-block;
    border: 0.1rem solid #ffffff;
    font-family: "Geomanist", Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #000000;
    padding: 1.2rem 2rem 0.8rem;
    cursor: pointer;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .site-cookie__close-btn {
        font-size: 1.8rem;
        padding: 1.3rem 2rem 0.6rem; } }
    .site-cookie__close-btn:hover {
      color: #ffffff;
      background: transparent; }
  .site-cookie p {
    margin: 0; }
  .site-cookie a {
    color: #ffffff;
    text-decoration: underline; }
    .site-cookie a:hover {
      text-decoration: underline; }
  .site-cookie .button__text {
    color: #ee7550; }

.button-block {
  text-align: center; }

.popup-wrapper {
  z-index: 168;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: scroll; }

.popup-container {
  max-height: 100%;
  padding: 4rem 0; }

.popup {
  width: 90%;
  margin: 0 auto;
  height: auto;
  background: #3d4785; }
  .popup .closebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 1rem 2rem 0 0;
    cursor: pointer; }
  @media (min-width: 550px) {
    .popup {
      width: 537px; } }
  .popup_header {
    padding: 0 1.2rem 1.2rem; }
    @media (min-width: 550px) {
      .popup_header {
        padding: 0 3rem 2rem; } }
    .popup_header h3 {
      margin-bottom: 1rem;
      text-align: left; }
    .popup_header h4 {
      line-height: 1.2; }

.popup_content {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1rem 0;
  width: 100%;
  height: auto;
  max-width: 100%; }
  @media (min-width: 550px) {
    .popup_content {
      padding: 0 3rem 0; } }
  .popup_content p {
    margin-bottom: 1.5rem; }
  .popup_content p:nth-child(-n+3) {
    margin-bottom: 1.5rem; }
  .popup_content p:nth-child(n+4) {
    margin-bottom: 0.8rem; }
  .popup_content .sib_signup_box_inside_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%; }
    .popup_content .sib_signup_box_inside_1 p {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
    .popup_content .sib_signup_box_inside_1 p.sib-Namn-area {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      text-transform: lowercase; }
      @media (min-width: 550px) {
        .popup_content .sib_signup_box_inside_1 p.sib-Namn-area {
          -ms-flex-preferred-size: 48%;
              flex-basis: 48%;
          max-width: 48%;
          margin-right: 4%; } }
      .popup_content .sib_signup_box_inside_1 p.sib-Namn-area label {
        display: block;
        margin-bottom: .6rem; }
      .popup_content .sib_signup_box_inside_1 p.sib-Namn-area::first-line {
        text-transform: capitalize; }
    .popup_content .sib_signup_box_inside_1 p.sib-Efternamn-area {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      text-transform: lowercase; }
      @media (min-width: 550px) {
        .popup_content .sib_signup_box_inside_1 p.sib-Efternamn-area {
          -ms-flex-preferred-size: 48%;
              flex-basis: 48%;
          max-width: 48%; } }
      .popup_content .sib_signup_box_inside_1 p.sib-Efternamn-area label {
        display: block;
        margin-bottom: .6rem; }
      .popup_content .sib_signup_box_inside_1 p.sib-Efternamn-area::first-line {
        text-transform: capitalize; }
  .popup_content .sib-default-btn {
    margin-top: 1.5rem;
    margin-bottom: 1.2rem; }
    @media (min-width: 550px) {
      .popup_content .sib-default-btn {
        margin-bottom: 2rem; } }
  .popup_content p.sib-email-area label {
    text-transform: capitalize; }
  .popup_content .sib-email-area {
    text-transform: lowercase;
    margin-bottom: 1rem; }
    .popup_content .sib-email-area label {
      display: block;
      margin-bottom: 0.6rem; }
  .popup_content input[type="text"] {
    height: 4rem; }
  .popup_content input[type="email"] {
    height: 4rem; }
  .popup_content input[type="checkbox"] + label::before {
    width: 1.4rem;
    height: 1.4rem;
    top: 0rem;
    left: 0.4rem;
    border-radius: .4rem; }
    @media (min-width: 550px) {
      .popup_content input[type="checkbox"] + label::before {
        width: 1.5rem;
        height: 1.5rem;
        top: 0.2rem;
        left: 0.6rem; } }
  .popup_content input[type="checkbox"] + label::after {
    left: 0.5rem;
    top: 0.2rem; }
    @media (min-width: 550px) {
      .popup_content input[type="checkbox"] + label::after {
        top: 0.5rem;
        left: 0.7rem; } }
  .popup_content input[type="checkbox"] + label {
    text-transform: capitalize;
    padding-left: 3.2rem;
    font-size: 1.4rem; }
    @media (min-width: 550px) {
      .popup_content input[type="checkbox"] + label {
        padding-left: 3.5rem;
        font-size: 1.7rem; } }

.popup_content {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1; }

.closebtn {
  font-size: 36px; }

.news-letter {
  background-color: #ee7550;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 0; }
  .news-letter .site-cookie__text-holder {
    padding-right: 0 !important; }
    @media (min-width: 550px) {
      .news-letter .site-cookie__text-holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 1.4rem; } }
    .news-letter .site-cookie__text-holder p {
      margin-bottom: 0 !important; }
  .news-letter button {
    color: #ee7550; }
    .news-letter button span {
      display: inline-block;
      background-color: #fff;
      border-radius: 0.3rem;
      padding: 0.8rem 1.2rem 0.4rem; }

.breadcrumb {
  margin: 0 1.5rem;
  padding: 0.5rem 1rem;
  max-width: none;
  font-size: 1.4rem;
  color: #ffffff; }
  @media (min-width: 768px) {
    .breadcrumb {
      margin: 0 3rem;
      padding: 1.5rem 0; } }
  @media (min-width: 1280px) {
    .breadcrumb {
      margin: 0 8rem; } }
  .breadcrumb a {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #ffffff; }
  .breadcrumb .breadcrumb_last {
    text-decoration: none; }

