@charset "UTF-8";
.editorial b,
.editorial strong, .slider__slide-inner .editorial h1, .wysiwyg .editorial strong, .landing-page, .landing-page__title, .slider__title, .text-block__header, .text-block__intro, .download-block__header, .button, .contact-form__title, .contact-form__confirm-scout, .contact-form__input-title, .contact-form__gpdr-title {
  font-family: "Basic Sans W05", sans-serif;
  font-weight: 700; }

/* iiPhone 6+, 7+, 8+, X Portrait and Landscape */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 28px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:before {
        background: transparent;
        border: 1px solid #f9ce62;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 15px;
        height: 15px;
        transition: background 0.2s ease-out;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          background: #f9ce62; }
    .slick-dots li.slick-active button:before {
      background: #f9ce62; }

.slider .slick-list,
.slider .slick-track,
.slider .slick-slide {
  height: 100%; }
  @media only screen and (min-width: 900px) {
    .slider .slick-list div,
    .slider .slick-track div,
    .slider .slick-slide div {
      height: 100%; } }

.slider .slider__image-wrapper {
  display: flex;
  height: 100%; }
  .slider .slider__image-wrapper .slider__image {
    display: flex;
    margin: -20px auto 20px; }
    @media only screen and (min-width: 900px) {
      .slider .slider__image-wrapper .slider__image {
        margin: -30px auto auto; } }

@-webkit-keyframes logo {
  from {
    opacity: 0;
    top: -100px; }
  to {
    opacity: 1;
    top: 50%; } }

@keyframes logo {
  from {
    opacity: 0;
    top: -100px; }
  to {
    opacity: 1;
    top: 50%; } }

@-webkit-keyframes button-left {
  from {
    left: -20%;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }

@keyframes button-left {
  from {
    left: -20%;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }

@-webkit-keyframes button-right {
  from {
    opacity: 0;
    right: -20%; }
  to {
    opacity: 1;
    right: 0; } }

@keyframes button-right {
  from {
    opacity: 0;
    right: -20%; }
  to {
    opacity: 1;
    right: 0; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

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

body {
  background: #f5f5f5;
  color: #fff;
  font-family: "Basic Sans W05", sans-serif;
  font-size: 1.6rem;
  overflow-x: hidden; }

img:not(.no-alt-rqd):not([alt]) {
  border: 1px solid red !important; }

h1 {
  font-size: 1.6rem;
  margin: 0; }

h2 {
  font-size: 1.6rem;
  margin: 0; }

h3 {
  font-size: 1.6rem;
  margin: 0; }

h4 {
  font-size: 1.6rem;
  margin: 0; }

h5 {
  font-size: 1.6rem;
  margin: 0; }

h6 {
  font-size: 1.6rem;
  margin: 0; }

a {
  text-decoration: none; }

ul,
li,
p {
  margin: 0;
  padding: 0; }

.hide-svg-icon {
  display: none; }

.icon {
  height: 20px;
  width: 20px;
  fill: #000; }

input {
  border-radius: 0; }

.editorial {
  color: #000;
  font-family: "Basic Sans W05", sans-serif;
  font-size: 1.4rem; }
  @media only screen and (min-width: 900px) {
    .editorial {
      font-size: 1.6rem; } }
  .editorial h1 {
    font-size: 3rem; }
    @media only screen and (min-width: 900px) {
      .editorial h1 {
        font-size: 6rem; } }
  .editorial h2 {
    font-size: 2rem; }
    @media only screen and (min-width: 900px) {
      .editorial h2 {
        font-size: 4rem; } }
  .editorial h3 {
    font-size: 1.8rem; }
    @media only screen and (min-width: 900px) {
      .editorial h3 {
        font-size: 2.4rem; } }
  .editorial h4 {
    font-size: 1.7rem; }
    @media only screen and (min-width: 900px) {
      .editorial h4 {
        font-size: 2.2rem; } }
  .editorial h5 {
    font-size: 1.6rem; }
    @media only screen and (min-width: 900px) {
      .editorial h5 {
        font-size: 2.1rem; } }
  .editorial h6 {
    font-size: 1.5rem; }
    @media only screen and (min-width: 900px) {
      .editorial h6 {
        font-size: 2rem; } }
  .editorial p {
    margin: 0;
    padding-bottom: 10px;
    padding-top: 0; }
  .editorial a {
    color: #f9ce62; }
  .editorial ul {
    list-style: none;
    margin: 0 0 0 -5px;
    padding: 0 0 10px 5px; }
    .editorial ul li {
      display: flex; }
      .editorial ul li::before {
        color: #f9ce62;
        content: '•';
        display: inline-block;
        font-size: 30px;
        min-width: 20px; }
  .editorial ol {
    margin: 0;
    padding: 0 0 20px 15px; }
    .editorial ol li {
      min-height: 30px; }
  .editorial li {
    align-items: flex-start;
    margin-bottom: 5px; }
  .editorial img {
    height: auto;
    max-width: 390px;
    width: 100%; }
    @media only screen and (min-width: 900px) {
      .editorial img {
        margin-bottom: 20px; } }
  @media only screen and (min-width: 900px) {
    .editorial .alignleft {
      float: left;
      padding-right: 50px; } }
  @media only screen and (min-width: 900px) {
    .editorial .alignright {
      float: right;
      padding-left: 50px; } }
  .editorial table td {
    border: 1px solid #ebebeb;
    padding: 4px; }

.contact-form__description.editorial a {
  color: #2980b9; }

.contact-form__description.editorial strong {
  display: inline;
  font-size: 1.5rem; }

.editorial__inner {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .editorial__inner {
      max-width: 1193px; } }

.slider__slide-inner .editorial h1 {
  font-size: 2.1rem;
  line-height: 1.2em;
  margin-bottom: 5px; }
  @media only screen and (min-width: 900px) {
    .slider__slide-inner .editorial h1 {
      margin-bottom: 30px; } }

.slider__slide-inner .editorial p {
  font-size: 1.4rem;
  line-height: 1.2em; }
  @media only screen and (min-width: 900px) {
    .slider__slide-inner .editorial p {
      font-size: 1.6rem; } }

.slider__slide-inner .editorial li {
  font-size: 1.4rem;
  line-height: 2em; }
  @media only screen and (min-width: 900px) {
    .slider__slide-inner .editorial li {
      font-size: 1.6rem; } }

.wysiwyg {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%;
  color: #000;
  padding: 20px 30px 0; }
  @media only screen and (min-width: 1024px) {
    .wysiwyg {
      max-width: 1193px; } }
  @media only screen and (min-width: 900px) {
    .wysiwyg {
      padding: 60px 30px; } }
  .wysiwyg .editorial {
    margin: auto;
    max-width: 720px;
    padding-bottom: 20px; }
    @media only screen and (min-width: 900px) {
      .wysiwyg .editorial {
        padding-bottom: 0; } }
    .wysiwyg .editorial h1 {
      font-family: "Basic Sans W05", sans-serif;
      font-size: 4rem;
      font-weight: 600;
      line-height: 1;
      margin: 0 auto;
      padding: 25px 0 0; }
      @media only screen and (min-width: 900px) {
        .wysiwyg .editorial h1 {
          font-size: 4.5rem;
          margin-bottom: 20px; } }
    .wysiwyg .editorial h2 {
      font-family: "Basic Sans W05", sans-serif;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.556;
      margin: 0 auto; }
    .wysiwyg .editorial p {
      font-size: 1.5rem;
      margin: 25px 0 10px; }
      @media only screen and (min-width: 900px) {
        .wysiwyg .editorial p {
          font-size: 1.6rem; } }
    .wysiwyg .editorial a {
      text-decoration: underline; }
    .wysiwyg .editorial li {
      font-size: 1.5rem;
      line-height: 1.5rem; }
    .wysiwyg .editorial .alignleft {
      float: left;
      padding-right: 65px; }
    .wysiwyg .editorial blockquote {
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.556;
      margin: 0 auto;
      width: 80%; }
  .wysiwyg .editorial--full-width {
    max-width: none; }

.wysiwyg--white {
  background-color: #fff;
  max-width: none; }

.wysiwyg__button {
  display: flex;
  margin-top: 20px; }

.header {
  display: block;
  position: relative;
  z-index: 3; }

.header__top {
  background: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 147px;
  padding: 10px 14px;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .header__top {
      align-items: center;
      justify-content: flex-end;
      min-height: 70px;
      padding: 20px 35px; } }

.header__top--locale {
  justify-content: center;
  padding: 3px 14px; }
  @media only screen and (min-width: 1024px) {
    .header__top--locale {
      padding: 71px 35px; } }

.header__info {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .header__info {
      align-items: flex-start;
      display: flex;
      flex-direction: row;
      justify-content: flex-start; } }

.header__link-text {
  position: relative; }
  .header__link-text::before, .header__link-text::after {
    background: #f9ce62;
    bottom: -6px;
    content: '';
    height: 2px;
    position: absolute;
    transition: width 0.2s ease-out;
    width: 0; }
  .header__link-text::before {
    right: 50%; }
  .header__link-text::after {
    left: 50%; }
  @media only screen and (min-width: 1024px) {
    .header__link-text:hover::before, .header__link-text:hover::after {
      width: 50%; } }

.header__item {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .header__item:hover .header__link-text::before, .header__item:hover .header__link-text::after {
      width: 50%; }
    .header__item:not(:first-child) {
      margin-left: 25px; } }

.header__item--language {
  margin-left: 15px; }

.header__mobile-logo {
  background-color: #fff;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .header__mobile-logo {
      display: none; } }

.header__locale-language {
  display: flex;
  height: 24px;
  margin-top: 10px; }
  @media only screen and (min-width: 1024px) {
    .header__locale-language {
      height: auto;
      margin-left: 25px;
      margin-top: 0; } }

.header__locale-anchor-svg {
  height: 24px;
  width: 24px; }
  @media only screen and (min-width: 1024px) {
    .header__locale-anchor-svg {
      margin-right: 10px; } }

.header__locale-text {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .header__locale-text {
      color: #000;
      display: block; } }

.header__icon {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .header__icon {
      display: block;
      height: 30px;
      margin-right: 10px;
      width: 29px; } }

.header__language-switcher {
  background: #ebebeb;
  color: #000;
  list-style: none;
  opacity: 0;
  padding: 14px 42px 3px;
  position: absolute;
  right: 0;
  top: 100%;
  transition: opacity .3s ease-in-out;
  z-index: 4; }

.header__language-switcher--active {
  opacity: 1; }

.header__language {
  font-size: 1.4rem;
  margin-bottom: 18px;
  min-width: 106px;
  position: relative; }

.header__language--active::before {
  background-image: url(459eddf16ebd3cd80ca87c77d961769a.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 20px;
  left: -30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px; }

.header__language-link {
  color: #000;
  position: relative; }
  .header__language-link::before, .header__language-link::after {
    background-color: #000;
    bottom: -5px;
    content: '';
    height: 1px;
    position: absolute;
    transition: width .2s ease-in-out;
    width: 0; }
  .header__language-link::before {
    right: 50%; }
  .header__language-link::after {
    left: 50%; }
  .header__language-link:hover::before, .header__language-link:hover::after {
    width: 50%; }

.header__logo {
  display: block;
  position: relative;
  width: 100%; }

@media only screen and (min-width: 1024px) {
  .header__logo--locale {
    width: 168px; } }

.header__logo-icon {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .header__logo-icon {
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-name: logo;
              animation-name: logo;
      display: block;
      height: 180px;
      left: 100px;
      opacity: 1;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -30%);
              transform: translate(-50%, -30%);
      width: 180px;
      z-index: 3; } }
  @media only screen and (min-width: 1500px) {
    .header__logo-icon {
      left: 120px; } }

.header__logo-icon--locale {
  display: block;
  height: 132px;
  margin: auto; }
  @media only screen and (min-width: 1024px) {
    .header__logo-icon--locale {
      height: 175px;
      left: 14px;
      -webkit-transform: translate(0, -30%);
              transform: translate(0, -30%);
      width: 170px; } }

.header__logo--mobiles {
  display: block;
  height: 132px;
  margin: auto;
  width: 132px; }

.header__logo-icon--mobile {
  display: block;
  height: 132px;
  width: 132px; }
  @media only screen and (min-width: 1024px) {
    .header__logo-icon--mobile {
      display: none; } }

.header__tab {
  display: flex;
  justify-content: center;
  width: 50%; }

.header__menu {
  background: #ebebeb; }

.header-burger-menu {
  cursor: pointer;
  display: block;
  height: 12px;
  position: relative;
  top: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: .5s ease-in-out;
  width: 23px;
  z-index: 11; }
  @media only screen and (min-width: 1024px) {
    .header-burger-menu {
      display: none; } }
  .header-burger-menu::before {
    display: none !important; }

.burger-menu-container {
  display: flex;
  flex-direction: row; }

.header-burger-menu-title {
  color: #f9ce62;
  display: flex;
  padding-left: 5px;
  padding-top: 8px;
  z-index: 10; }
  @media only screen and (min-width: 1024px) {
    .header-burger-menu-title {
      display: none; } }

.header-burger-menu--active::before {
  display: none; }

.header-burger-menu__inner-line {
  background: #f9ce62;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: .25s ease-in-out;
  width: 50%; }
  .header-burger-menu__inner-line:nth-child(even) {
    left: 50%; }
  .header-burger-menu__inner-line:nth-child(odd) {
    left: 0; }
  .header-burger-menu__inner-line:nth-child(1), .header-burger-menu__inner-line:nth-child(2) {
    top: 0; }
  .header-burger-menu__inner-line:nth-child(3), .header-burger-menu__inner-line:nth-child(4) {
    top: 5px; }
  .header-burger-menu__inner-line:nth-child(5), .header-burger-menu__inner-line:nth-child(6) {
    top: 10px; }

.header-burger-menu__inner-line--active:nth-child(1) {
  left: -1px;
  top: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .header-burger-menu__inner-line--active:nth-child(1) {
      left: 3px; } }

.header-burger-menu__inner-line--active:nth-child(2) {
  left: calc(50% - 5px);
  top: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.header-burger-menu__inner-line--active:nth-child(3) {
  left: -50%;
  opacity: 0; }

.header-burger-menu__inner-line--active:nth-child(4) {
  left: 100%;
  opacity: 0; }

.header-burger-menu__inner-line--active:nth-child(5) {
  left: -1px;
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .header-burger-menu__inner-line--active:nth-child(5) {
      left: 3px; } }

.header-burger-menu__inner-line--active:nth-child(6) {
  left: calc(50% - 5px);
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

@media only screen and (min-width: 1024px) {
  .main-menu {
    padding-left: 180px; } }

.main-menu__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  max-height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .main-menu__list {
      flex-direction: row;
      max-height: 100%;
      opacity: 1;
      pointer-events: all;
      position: relative; } }

@media only screen and (min-width: 1024px) {
  #menu-main-menu-uk .main-menu__list-anchor {
    font-size: 1.6rem; } }

@media only screen and (min-width: 1350px) {
  #menu-main-menu-uk .main-menu__list-anchor {
    font-size: 2rem; } }

.main-menu__list--active {
  max-height: 100%;
  opacity: 1;
  pointer-events: all; }

.main-menu__list-item {
  background: #ebebeb;
  color: #fff; }
  @media only screen and (min-width: 1024px) {
    .main-menu__list-item {
      display: flex;
      flex-grow: 1; } }

.main-menu__list-item--gold .main-menu__list-anchor {
  background: #f9ce62; }
  .main-menu__list-item--gold .main-menu__list-anchor::before, .main-menu__list-item--gold .main-menu__list-anchor::after {
    background: #fff; }

@media only screen and (min-width: 1024px) {
  .main-menu__list-item--mobile {
    display: none; } }

.main-menu__list-anchor {
  background: #ebebeb;
  color: #000;
  display: flex;
  font-family: "Basic Sans W05", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  justify-content: center;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
  text-align: center;
  transition: color 0.3s ease-out, background 0.3s ease-out;
  width: 100%; }
  .main-menu__list-anchor::before, .main-menu__list-anchor::after {
    background: #f9ce62;
    bottom: 10px;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    transition: width 0.2s ease-out;
    width: 0; }
    @media only screen and (min-width: 1024px) {
      .main-menu__list-anchor::before, .main-menu__list-anchor::after {
        bottom: 16px; } }
  .main-menu__list-anchor::before {
    left: 50%; }
  .main-menu__list-anchor::after {
    right: 50%; }
  @media only screen and (min-width: 900px) {
    .main-menu__list-anchor {
      padding-top: 10px; } }
  @media only screen and (min-width: 1024px) {
    .main-menu__list-anchor {
      font-size: 2rem;
      padding: 24px 0; }
      .main-menu__list-anchor:hover::before, .main-menu__list-anchor:hover::after {
        width: 20%; } }
    @media only screen and (min-width: 1024px) and (min-width: 1024px) {
      .main-menu__list-anchor:hover::before, .main-menu__list-anchor:hover::after {
        width: 30%; } }

.current-menu-item .main-menu__list-anchor::before, .current-menu-item .main-menu__list-anchor::after {
  width: 20%; }
  @media only screen and (min-width: 1024px) {
    .current-menu-item .main-menu__list-anchor::before, .current-menu-item .main-menu__list-anchor::after {
      width: 30%; } }

.main-footer {
  background: #fff;
  border-top: solid 1px #f9ce62;
  color: #0c1325;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem; }
  @media only screen and (min-width: 900px) {
    .main-footer {
      font-size: 1.5rem; } }

@media only screen and (min-width: 900px) {
  .main-footer__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    max-width: 1222px; } }

.main-footer__desktop-wrap {
  margin: 0 auto;
  max-width: 1193px; }
  @media only screen and (min-width: 900px) {
    .main-footer__desktop-wrap {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin: 0;
      order: 2; } }

.main-footer__logo {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 10px; }
  @media only screen and (min-width: 900px) {
    .main-footer__logo {
      border-bottom: 0;
      padding-left: 0; } }

.main-footer__logo-image {
  max-width: 52px;
  width: 100%; }

.main-footer__nav-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 15px 30px 0; }
  @media only screen and (min-width: 900px) {
    .main-footer__nav-list {
      padding-top: 0; } }

.main-footer__nav-list-item {
  list-style-type: none; }

.main-footer__nav-list-anchor {
  align-items: center;
  color: #0c1325;
  display: flex;
  justify-content: center;
  padding: 10px 27px; }
  @media only screen and (min-width: 750px) {
    .main-footer__nav-list-anchor {
      padding: 10px 15px; } }
  @media only screen and (min-width: 900px) {
    .main-footer__nav-list-anchor {
      font-size: 1.5rem;
      padding: 10px 40px; }
      .main-footer__nav-list-anchor:hover {
        text-decoration: underline; } }

.main-footer__copyright {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px 20px 15px; }
  @media only screen and (min-width: 900px) {
    .main-footer__copyright {
      padding: 2px 20px 6px; } }

.landing-page {
  background: no-repeat 50% 0 / cover;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  z-index: 1; }
  .landing-page::after {
    background: url(d454dfd82588e0965024dee7633871f3.png) no-repeat 50% 0/100% 68px;
    bottom: -6px;
    content: '';
    height: 68px;
    position: absolute;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
    width: 100%; }

.landing-page__inner {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 70px;
  padding-top: 80px; }
  @media only screen and (min-width: 1024px) {
    .landing-page__inner {
      max-width: 1193px; } }
  @media only screen and (min-width: 900px) {
    .landing-page__inner {
      padding-bottom: 175px;
      padding-top: 215px; } }

.landing-page__overlay {
  background-image: linear-gradient(to bottom, #000, transparent);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

.landing-page__text-wrapper {
  position: relative;
  text-align: center;
  z-index: 3; }

.landing-page__title {
  font-size: 4.6rem;
  line-height: 1.05em;
  margin: 0 auto;
  max-width: 686px;
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .landing-page__title {
      font-size: 6.4rem; } }

.landing-page__description {
  font-family: "Basic Sans W05", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3em;
  margin: 15px auto 20px;
  max-width: 850px;
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .landing-page__description {
      font-size: 2rem;
      margin: 20px auto 35px; } }

.landing-page__pages {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3; }
  @media only screen and (min-width: 900px) {
    .landing-page__pages {
      flex-direction: row; } }

.landing-page__page {
  background: #f9ce62;
  color: #000;
  max-width: 240px;
  padding: 15px;
  position: relative;
  width: 100%; }
  .landing-page__page::after {
    background: url(e6c52d2bcd4d0b9d1360e3850b0e8e3b.png) no-repeat 50%;
    content: '';
    height: 13px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    width: 13px; }
  .landing-page__page:first-child {
    margin-bottom: 15px; }
  @media only screen and (min-width: 900px) {
    .landing-page__page:first-child {
      margin-bottom: 0;
      margin-right: 20px; } }
  @media only screen and (min-width: 1024px) {
    .landing-page__page:hover::after {
      -webkit-transform: translate(5px, -50%);
              transform: translate(5px, -50%); } }

@media only screen and (min-width: 1024px) {
  .landing-page__page--1 {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-name: button-left;
            animation-name: button-left; } }

@media only screen and (min-width: 1024px) {
  .landing-page__page--2 {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-name: button-right;
            animation-name: button-right; } }

.slider {
  background: transparent; }

.slider__inner {
  padding: 20px 0 50px; }
  @media only screen and (min-width: 900px) {
    .slider__inner {
      padding-top: 50px; } }

.slider__text-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%;
  color: #000;
  padding-top: 10px; }
  @media only screen and (min-width: 1024px) {
    .slider__text-wrapper {
      max-width: 1193px; } }
  @media only screen and (min-width: 900px) {
    .slider__text-wrapper {
      padding-top: 0; } }

.slider__title {
  color: currentColor;
  font-size: 3.5rem;
  line-height: 1.25em;
  margin: auto;
  max-width: 700px;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .slider__title {
      font-size: 5rem; } }

.slider__description {
  color: currentColor;
  margin: 0 auto;
  max-width: 745px;
  padding: 15px 0 30px;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .slider__description {
      font-size: 1.6rem;
      padding: 25px 0 40px; } }
  .slider__description p {
    font-size: 1.5rem;
    line-height: 1.3em;
    margin-bottom: 20px; }

.slider__container {
  background: #fff;
  border: 2px solid #ebebeb;
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .slider__container {
      width: 50%; } }

.slider__container--image {
  align-items: center;
  display: flex;
  padding: 50px 0; }
  @media only screen and (min-width: 900px) {
    .slider__container--image {
      padding: 0; } }

.slider__slide {
  width: 100%; }

.slider__slide-inner {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column-reverse; }
  @media only screen and (min-width: 1024px) {
    .slider__slide-inner {
      max-width: 1193px; } }
  @media only screen and (min-width: 900px) {
    .slider__slide-inner {
      flex-direction: row;
      padding-bottom: 45px; } }

.slider__text {
  background: #fff;
  border: 2px solid #ebebeb;
  border-top: 0;
  color: #000;
  display: flex;
  flex-direction: column;
  padding: 25px;
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .slider__text {
      border-right: 0;
      border-top: 2px solid #ebebeb;
      padding: 65px 70px;
      width: 50%; } }

.slider__image-wrapper {
  padding: 50px 20px;
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .slider__image-wrapper {
      width: 50%; } }

.slider__image {
  background: no-repeat 50% / contain;
  height: 175px;
  margin: 0 auto;
  max-width: 540px;
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .slider__image {
      height: 300px; } }

.slider__slide .editorial h1 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2em; }

.slider__slide .editorial p {
  font-size: 1.4rem;
  line-height: 1.2em; }
  @media only screen and (min-width: 900px) {
    .slider__slide .editorial p {
      font-size: 1.6rem; } }

.slider__slide .editorial ul,
.slider__slide .editorial ol {
  margin: 0;
  padding: 0; }

.slider__slide .editorial li {
  font-size: 1.4rem;
  line-height: 2em; }
  @media only screen and (min-width: 900px) {
    .slider__slide .editorial li {
      font-size: 1.6rem; } }

.text-block {
  background: no-repeat 100% 50% / cover;
  padding: 45px 0 40px; }
  .text-block a {
    color: #c6880c; }
  @media only screen and (min-width: 450px) {
    .text-block {
      background: no-repeat 100% 0 / 320%; } }
  @media only screen and (min-width: 1024px) {
    .text-block {
      background: no-repeat 100% 50% / cover;
      padding: 160px 0;
      position: relative; }
      .text-block::before, .text-block::after {
        background: url(d454dfd82588e0965024dee7633871f3.png) no-repeat 50% 0/100% 68px;
        content: '';
        height: 68px;
        position: absolute;
        width: 100%; }
      .text-block::before {
        top: -6px; }
      .text-block::after {
        bottom: -6px;
        -webkit-transform: scaleY(-1);
                transform: scaleY(-1); } }

.text-block__wrap {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center; }
  @media only screen and (min-width: 1024px) {
    .text-block__wrap {
      max-width: 1193px; } }
  @media only screen and (min-width: 1024px) {
    .text-block__wrap {
      justify-content: flex-end; } }

.text-block__text-content {
  color: #000;
  max-width: 574px;
  padding: 0 10px;
  text-align: center;
  z-index: 1; }
  @media only screen and (min-width: 1024px) {
    .text-block__text-content {
      text-align: left; } }

.text-block__header {
  font-size: 3.5rem;
  line-height: 1.2em;
  margin-bottom: 15px; }
  @media only screen and (min-width: 1024px) {
    .text-block__header {
      font-size: 5rem; } }

.text-block__intro {
  font-size: 1.8rem;
  margin-bottom: 15px; }

.text-block__main-text {
  font-size: 1.5rem;
  line-height: 1.3em; }
  @media only screen and (min-width: 1024px) {
    .text-block__main-text {
      font-size: 1.6rem; } }

.download-block {
  background: url(e5bc1a9a4782de8cf832b7e19a5470cd.png) no-repeat 50%/cover;
  padding: 40px 0;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .download-block {
      padding: 60px 0 50px; } }

.download-block__wrap {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .download-block__wrap {
      max-width: 1193px; } }
  @media only screen and (min-width: 1024px) {
    .download-block__wrap {
      align-items: center;
      display: flex; } }

@media only screen and (min-width: 1024px) {
  .download-block__image-container {
    width: 50%; } }

.download-block__image {
  display: block;
  margin: auto auto 30px;
  max-width: 260px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg); }
  @media only screen and (min-width: 1024px) {
    .download-block__image {
      max-width: 500px; } }

.download-block__text-content {
  margin: auto;
  max-width: 80%; }
  @media only screen and (min-width: 1024px) {
    .download-block__text-content {
      margin: 0;
      max-width: 100%;
      padding-left: 80px;
      text-align: left; } }

.download-block__header {
  font-size: 3.5rem;
  margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .download-block__header {
      font-size: 3.9rem; } }

.download-block__text {
  font-size: 1.5rem;
  margin-bottom: 30px; }
  @media only screen and (min-width: 1024px) {
    .download-block__text {
      font-size: 1.6rem;
      margin-bottom: 40px; } }

.button {
  background: #f9ce62;
  border-radius: 0;
  color: #000;
  display: inline-flex;
  font-size: 1.4rem;
  justify-content: space-between;
  margin: 5px 2px 0 0;
  padding: 13px 15px 13px 20px;
  text-align: center; }
  .button::after {
    content: '';
    display: block;
    fill: #000;
    position: relative; }

.button--download {
  align-items: center; }
  .button--download::after {
    background: url(e42165739430c194d4ec74096dbebe39.png) no-repeat 50%/cover;
    height: 16px;
    margin-left: 12px;
    position: relative;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    width: 12px; }
  @media only screen and (min-width: 1024px) {
    .button--download:hover::after {
      -webkit-transform: translateY(5px);
              transform: translateY(5px); } }

.button--next {
  background: #f9ce62;
  color: #000;
  max-width: 261px;
  position: relative;
  width: 100%;
  margin-right: 5px; }
  .button--next::after {
    background: url(e6c52d2bcd4d0b9d1360e3850b0e8e3b.png) no-repeat 50%;
    content: '';
    height: 13px;
    position: absolute;
    right: 15px;
    top: 40%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    width: 13px; }
  @media only screen and (min-width: 1024px) {
    .button--next {
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-name: button-left;
              animation-name: button-left; }
      .button--next:hover::after {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); } }

.button--hero {
  font-weight: 400;
  padding: 21px 24px; }
  @media only screen and (min-width: 1024px) {
    .button--hero {
      max-width: 261px;
      padding: 19px 25px;
      width: 100%; }
      .button--hero:hover .button__svg--back {
        -webkit-transform: scale(-1) translateX(5px);
                transform: scale(-1) translateX(5px); } }

.button--wysiwyg {
  display: inline-flex;
  font-size: 1.6rem;
  margin: auto;
  padding: 19px 50px;
  position: relative; }
  @media only screen and (min-width: 900px) {
    .button--wysiwyg::before {
      background: #fff;
      bottom: 1.5px;
      content: '';
      display: block;
      height: 5px;
      left: 50%;
      position: absolute;
      transition: width 0.2s ease-out;
      width: 0;
      z-index: 1; }
    .button--wysiwyg::after {
      background: #fff;
      bottom: 1.5px;
      content: '';
      display: block;
      height: 5px;
      position: absolute;
      right: 50%;
      transition: width 0.2s ease-out;
      width: 0;
      z-index: 1; }
    .button--wysiwyg:hover::before, .button--wysiwyg:hover::after {
      width: 45%; } }

.button--wysiwyg-left {
  margin: 0; }

.button--wysiwyg-center {
  margin: auto; }

.button--wysiwyg-right {
  margin: auto 0 auto auto; }

.button--blog-listing {
  font-weight: 400;
  justify-content: center;
  max-width: none;
  padding: 21px 10px;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .button--blog-listing::before {
      background: #fff;
      bottom: 1.5px;
      content: '';
      display: block;
      height: 5px;
      left: 50%;
      position: absolute;
      transition: width 0.2s ease-out;
      width: 0;
      z-index: 1; }
    .button--blog-listing::after {
      background: #fff;
      bottom: 1.5px;
      content: '';
      display: block;
      height: 5px;
      position: absolute;
      right: 50%;
      transition: width 0.2s ease-out;
      width: 0;
      z-index: 1; }
    .button--blog-listing:hover::before, .button--blog-listing:hover::after {
      width: 45%; } }
  @media only screen and (min-width: 900px) {
    .button--blog-listing {
      font-size: 1.6rem;
      padding: 19px 10px; } }

.button__svg--next {
  display: none; }

.button__svg--back {
  height: 13px;
  margin-left: 45px;
  position: relative;
  top: 2px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 12px; }
  @media only screen and (min-width: 1024px) {
    .button__svg--back {
      margin-left: 75px; } }

.back-to-top {
  width: 100%; }

.back-to-top--mobile {
  display: block; }
  @media only screen and (min-width: 1024px) {
    .back-to-top--mobile {
      display: none; } }

.back-to-top--desktop {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .back-to-top--desktop {
      display: block; } }

.back-to-top__anchor {
  align-items: center;
  background: #f9ce62;
  color: #000;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: center;
  padding: 15px 0;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .back-to-top__anchor:hover .back-to-top__svg {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px); } }

.back-to-top__svg {
  height: 15px;
  margin-left: 9px;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 14px; }

.video {
  display: block;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 0 7%;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .video {
      margin-bottom: 100px; } }

.video__container {
  display: block;
  height: 182px;
  margin: auto;
  max-width: 1226px;
  position: relative; }
  @media only screen and (min-width: 450px) {
    .video__container {
      height: 254px; } }
  @media only screen and (min-width: 600px) {
    .video__container {
      height: 327px; } }
  @media only screen and (min-width: 750px) {
    .video__container {
      height: 400px; } }
  @media only screen and (min-width: 900px) {
    .video__container {
      height: 465px; } }
  @media only screen and (min-width: 1024px) {
    .video__container {
      height: 496px; } }
  @media only screen and (min-width: 1200px) {
    .video__container {
      height: 617px; } }
  @media only screen and (min-width: 1350px) {
    .video__container {
      height: 673px; } }
  @media only screen and (min-width: 1500px) {
    .video__container {
      height: 690px; } }

.video__embed {
  padding-top: 42.25%; }
  .video__embed p,
  .video__embed iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; }

.hero {
  align-items: center;
  background: no-repeat 50% / cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 227px;
  position: relative;
  z-index: 0; }
  @media only screen and (min-width: 1024px) {
    .hero {
      min-height: 515px; } }
  .hero::after {
    background: linear-gradient(to right, #000, transparent);
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2; }
  @media only screen and (min-width: 1024px) {
    .hero {
      background-position-y: 20%; } }

.hero__wrap {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%;
  z-index: 3; }
  @media only screen and (min-width: 1024px) {
    .hero__wrap {
      max-width: 1193px; } }
  @media only screen and (min-width: 1024px) {
    .hero__wrap {
      align-items: flex-start;
      display: flex;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

.hero__text-container {
  padding: 93px 0; }
  @media only screen and (min-width: 1024px) {
    .hero__text-container {
      max-width: 630px; } }

@media only screen and (min-width: 1024px) {
  .hero__text-container--ja {
    max-width: 910px; } }

.hero__header {
  font-size: 4rem;
  font-weight: 600; }
  @media only screen and (min-width: 1024px) {
    .hero__header {
      font-size: 6.4rem; } }

.hero__text {
  font-family: "Basic Sans W05", sans-serif;
  line-height: 1.2;
  margin-top: 15px; }
  @media only screen and (min-width: 1024px) {
    .hero__text {
      font-size: 1.7rem;
      line-height: 1.4;
      max-width: 550px; } }

.hero__button-container {
  align-items: center;
  display: flex;
  margin-top: 20px;
  list-style: none; }
  @media only screen and (max-width: 600px) {
    .hero__button-container {
      flex-direction: column;
      justify-content: flex-start; }
      .hero__button-container .hero__button-li {
        width: 100%; }
      .hero__button-container .button--hero {
        width: 100%;
        display: block;
        max-width: inherit; } }
  @media only screen and (min-width: 1024px) {
    .hero__button-container {
      justify-content: flex-start; } }

.hero__button-container li {
  margin-left: 5px; }

.hero__partnership {
  display: flex;
  margin-top: 20px; }

.hero__partnership-text {
  margin: auto 10px auto 0; }

.hero__partnership-image {
  margin: auto 7px;
  max-height: 50px; }

.error-block {
  padding: 50px 0; }

.error-block__wrap {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%;
  color: #000; }
  @media only screen and (min-width: 1024px) {
    .error-block__wrap {
      max-width: 1193px; } }

.contact-form {
  color: #000;
  padding-bottom: 35px;
  padding-top: 50px; }
  @media only screen and (min-width: 900px) {
    .contact-form {
      padding-bottom: 50px;
      padding-top: 30px; } }

.contact-form__wrapper--school {
  padding: 0; }

.contact-form__inner {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .contact-form__inner {
      max-width: 1193px; } }

.contact-form__inner-form {
  margin: 0 auto;
  max-width: 1193px;
  width: 100%; }

.contact-form__text-wrapper {
  text-align: center; }
  @media only screen and (min-width: 900px) {
    .contact-form__text-wrapper {
      padding: 20px 0 40px; } }

@media only screen and (min-width: 900px) {
  .contact-form__text-wrapper--school {
    padding-bottom: 20px; } }

.contact-form__title {
  font-size: 3.5rem;
  line-height: 1.2em;
  padding-bottom: 20px; }
  @media only screen and (min-width: 900px) {
    .contact-form__title {
      font-size: 5rem; } }

.contact-form__description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
  margin: 0 auto;
  max-width: 634px;
  width: 100%; }

.contact-form__form-inner {
  display: block; }

.contact-form__confirm-scout {
  align-items: center;
  border-bottom: 1px solid #7b7b7b;
  border-top: 1px solid #7b7b7b;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.1em;
  padding: 20px 0; }
  .contact-form__confirm-scout .wpcf7-form-control {
    background: transparent; }
  @media only screen and (min-width: 900px) {
    .contact-form__confirm-scout {
      border-top: 0;
      padding-top: 0; } }

.contact-form__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 14px; }
  .contact-form__container .wpcf7-form-control {
    background: #fff;
    border: 1px solid #7b7b7b;
    font-size: 1.4rem;
    padding: 14px 15px;
    width: 100%; }
    .contact-form__container .wpcf7-form-control:focus {
      outline: 0; }
  .contact-form__container .wpcf7-select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff;
    border: 1px solid #7b7b7b;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 14px 15px;
    position: relative;
    width: 100%; }
    .contact-form__container .wpcf7-select::-ms-expand {
      display: none; }
    .contact-form__container .wpcf7-select::after {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: url(e6c52d2bcd4d0b9d1360e3850b0e8e3b.png) no-repeat 50%;
      border: 0;
      bottom: 17px;
      content: '';
      display: block;
      height: 13px;
      position: absolute;
      right: 15px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      width: 13px; }
  @media only screen and (min-width: 900px) {
    .contact-form__container {
      padding: 20px 0; } }

.contact-form__input {
  border-radius: 0;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 25px;
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .contact-form__input {
      margin-bottom: 15px;
      width: calc(50% - 20px); } }

.contact-form__input--full-width {
  width: 100%; }

.contact-form__input-title {
  font-size: 1.4rem;
  line-height: 1.2em;
  margin-bottom: 10px; }

.wpcf7-list-item {
  margin: 0; }
  .wpcf7-list-item input[type='checkbox'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff;
    border: 1px solid #7b7b7b;
    flex-grow: 0;
    flex-shrink: 0;
    height: 20px;
    margin-right: 10px;
    padding: 10px;
    width: 20px; }
    .wpcf7-list-item input[type='checkbox']:focus {
      outline: 0; }
    .wpcf7-list-item input[type='checkbox']:checked {
      background: no-repeat center/cover url(459eddf16ebd3cd80ca87c77d961769a.png); }

.contact-form__gpdr {
  align-items: center;
  border-bottom: 1px solid #7b7b7b;
  border-top: 1px solid #7b7b7b;
  display: flex; }

.contact-form__gpdr-title {
  font-size: 1.4rem;
  line-height: 1.2em;
  padding: 20px 0 25px; }
  .contact-form__gpdr-title a {
    color: #f9ce62; }

.contact-form__info {
  border-bottom: 1px solid #7b7b7b; }

.contact-form__info-text-wrapper {
  padding-left: 32px;
  padding-top: 15px; }

.contact-form__button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
  position: relative; }
  @media only screen and (min-width: 900px) {
    .contact-form__button-wrapper {
      margin-top: 33px; } }

.contact-form__submit-arrow {
  background: url(e6c52d2bcd4d0b9d1360e3850b0e8e3b.png) no-repeat 50%;
  display: block;
  height: 13px;
  position: absolute;
  right: 36px;
  top: 20px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  width: 13px; }

.contact-form__submit:hover .contact-form__submit-arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px); }

.wpcf7 .wpcf7-list-item {
  margin: 0; }

.wpcf7 input[type='submit'] {
  background: #f9ce62;
  border: 0;
  color: #000;
  max-width: 240px;
  padding: 14px 110px 14px 15px;
  position: relative; }

.contact-form__select {
  position: relative; }
  .contact-form__select::after {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url(e6c52d2bcd4d0b9d1360e3850b0e8e3b.png) no-repeat 50%;
    border: 0;
    content: '';
    display: block;
    height: 13px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 45px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 13px; }

@media only screen and (min-width: 900px) {
  .contact-form__select--last {
    margin-left: 40px; } }

.inv-recaptcha-holder {
  margin-top: 10px; }
  @media only screen and (min-width: 1024px) {
    .inv-recaptcha-holder {
      margin-top: -48px;
      width: 80%; } }

div.wpcf7-mail-sent-ok {
  background: #398f16 !important;
  color: #fff !important;
  padding: 10px; }

.contact-form__iframe {
  display: flex;
  justify-content: center; }

.services__container {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 900px) {
    .services__container {
      flex-direction: column; } }
  @media only screen and (min-width: 1200px) {
    .services__container {
      flex-direction: row;
      flex-wrap: wrap; } }

.services__block {
  width: 100%; }
  .services__block .services__block-content {
    background: #f9ce62;
    order: 2; }
    .services__block .services__block-content::after {
      border-color: #f9ce62 transparent transparent;
      border-style: solid;
      border-width: 27px 27px 0;
      bottom: -27px;
      content: '';
      display: block;
      height: 0;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0;
      bottom: -27px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  @media only screen and (min-width: 900px) {
    .services__block {
      display: flex; }
      .services__block:nth-of-type(odd) {
        flex-direction: row; }
        .services__block:nth-of-type(odd) .services__block-content {
          background: #f9ce62;
          order: 2; }
          .services__block:nth-of-type(odd) .services__block-content::after {
            border-color: #f9ce62 transparent transparent;
            border-style: solid;
            border-width: 27px 27px 0;
            bottom: -27px;
            content: '';
            display: block;
            height: 0;
            left: 50%;
            position: absolute;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            width: 0;
            bottom: 50%;
            left: -54px;
            -webkit-transform: rotate(90deg) translateY(-50%);
                    transform: rotate(90deg) translateY(-50%); }
        .services__block:nth-of-type(odd) .services__block-anchor {
          background: #fff; } }
      @media only screen and (min-width: 900px) and (min-width: 900px) {
        .services__block:nth-of-type(odd) .services__block-anchor::before {
          background: #f9ce62;
          bottom: 1.5px;
          content: '';
          display: block;
          height: 5px;
          left: 50%;
          position: absolute;
          transition: width 0.2s ease-out;
          width: 0;
          z-index: 1; }
        .services__block:nth-of-type(odd) .services__block-anchor::after {
          background: #f9ce62;
          bottom: 1.5px;
          content: '';
          display: block;
          height: 5px;
          position: absolute;
          right: 50%;
          transition: width 0.2s ease-out;
          width: 0;
          z-index: 1; }
        .services__block:nth-of-type(odd) .services__block-anchor:hover::before, .services__block:nth-of-type(odd) .services__block-anchor:hover::after {
          width: 45%; } }
  @media only screen and (min-width: 900px) {
      .services__block:nth-of-type(even) {
        flex-direction: row-reverse; }
        .services__block:nth-of-type(even) .services__block-content {
          background: #fff; }
          .services__block:nth-of-type(even) .services__block-content::after {
            border-color: #fff transparent transparent;
            border-style: solid;
            border-width: 27px 27px 0;
            bottom: -27px;
            content: '';
            display: block;
            height: 0;
            left: 50%;
            position: absolute;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            width: 0;
            bottom: 50%;
            left: auto;
            right: -54px;
            -webkit-transform: rotate(-90deg) translateY(-50%);
                    transform: rotate(-90deg) translateY(-50%); }
        .services__block:nth-of-type(even) .services__block-anchor {
          background: #f9ce62; } }
      @media only screen and (min-width: 900px) and (min-width: 900px) {
        .services__block:nth-of-type(even) .services__block-anchor::before {
          background: #fff;
          bottom: 1.5px;
          content: '';
          display: block;
          height: 5px;
          left: 50%;
          position: absolute;
          transition: width 0.2s ease-out;
          width: 0;
          z-index: 1; }
        .services__block:nth-of-type(even) .services__block-anchor::after {
          background: #fff;
          bottom: 1.5px;
          content: '';
          display: block;
          height: 5px;
          position: absolute;
          right: 50%;
          transition: width 0.2s ease-out;
          width: 0;
          z-index: 1; }
        .services__block:nth-of-type(even) .services__block-anchor:hover::before, .services__block:nth-of-type(even) .services__block-anchor:hover::after {
          width: 45%; } }
  @media only screen and (min-width: 1200px) {
    .services__block {
      flex-direction: row;
      width: 50%; }
      .services__block:nth-of-type(even), .services__block:nth-of-type(odd) {
        flex-direction: unset; }
      .services__block:nth-of-type(4n) .services__block-content, .services__block:nth-of-type(4n-1) .services__block-content {
        background: #fff;
        order: 2; }
        .services__block:nth-of-type(4n) .services__block-content::after, .services__block:nth-of-type(4n-1) .services__block-content::after {
          border-color: #fff transparent transparent;
          border-style: solid;
          border-width: 27px 27px 0;
          bottom: -27px;
          content: '';
          display: block;
          height: 0;
          left: 50%;
          position: absolute;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 0;
          bottom: 50%;
          left: -54px;
          -webkit-transform: rotate(90deg) translateY(-50%);
                  transform: rotate(90deg) translateY(-50%); }
      .services__block:nth-of-type(4n) .services__block-anchor, .services__block:nth-of-type(4n-1) .services__block-anchor {
        background: #f9ce62; } }
    @media only screen and (min-width: 1200px) and (min-width: 900px) {
      .services__block:nth-of-type(4n) .services__block-anchor::before, .services__block:nth-of-type(4n-1) .services__block-anchor::before {
        background: #fff;
        bottom: 1.5px;
        content: '';
        display: block;
        height: 5px;
        left: 50%;
        position: absolute;
        transition: width 0.2s ease-out;
        width: 0;
        z-index: 1; }
      .services__block:nth-of-type(4n) .services__block-anchor::after, .services__block:nth-of-type(4n-1) .services__block-anchor::after {
        background: #fff;
        bottom: 1.5px;
        content: '';
        display: block;
        height: 5px;
        position: absolute;
        right: 50%;
        transition: width 0.2s ease-out;
        width: 0;
        z-index: 1; }
      .services__block:nth-of-type(4n) .services__block-anchor:hover::before, .services__block:nth-of-type(4n) .services__block-anchor:hover::after, .services__block:nth-of-type(4n-1) .services__block-anchor:hover::before, .services__block:nth-of-type(4n-1) .services__block-anchor:hover::after {
        width: 45%; } }
  @media only screen and (min-width: 1200px) {
      .services__block:nth-of-type(4n-2), .services__block:nth-of-type(4n-3) {
        flex-direction: row-reverse; }
        .services__block:nth-of-type(4n-2) .services__block-content, .services__block:nth-of-type(4n-3) .services__block-content {
          background: #f9ce62; }
          .services__block:nth-of-type(4n-2) .services__block-content::after, .services__block:nth-of-type(4n-3) .services__block-content::after {
            border-color: #f9ce62 transparent transparent;
            border-style: solid;
            border-width: 27px 27px 0;
            bottom: -27px;
            content: '';
            display: block;
            height: 0;
            left: 50%;
            position: absolute;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            width: 0;
            bottom: 50%;
            left: inherit;
            right: -54px;
            -webkit-transform: rotate(-90deg) translateY(-50%);
                    transform: rotate(-90deg) translateY(-50%); }
        .services__block:nth-of-type(4n-2) .services__block-anchor, .services__block:nth-of-type(4n-3) .services__block-anchor {
          background: #fff; } }
      @media only screen and (min-width: 1200px) and (min-width: 900px) {
        .services__block:nth-of-type(4n-2) .services__block-anchor::before, .services__block:nth-of-type(4n-3) .services__block-anchor::before {
          background: #f9ce62;
          bottom: 1.5px;
          content: '';
          display: block;
          height: 5px;
          left: 50%;
          position: absolute;
          transition: width 0.2s ease-out;
          width: 0;
          z-index: 1; }
        .services__block:nth-of-type(4n-2) .services__block-anchor::after, .services__block:nth-of-type(4n-3) .services__block-anchor::after {
          background: #f9ce62;
          bottom: 1.5px;
          content: '';
          display: block;
          height: 5px;
          position: absolute;
          right: 50%;
          transition: width 0.2s ease-out;
          width: 0;
          z-index: 1; }
        .services__block:nth-of-type(4n-2) .services__block-anchor:hover::before, .services__block:nth-of-type(4n-2) .services__block-anchor:hover::after, .services__block:nth-of-type(4n-3) .services__block-anchor:hover::before, .services__block:nth-of-type(4n-3) .services__block-anchor:hover::after {
          width: 45%; } }
  @media only screen and (min-width: 1200px) {
      .services__block:nth-of-type(odd):last-of-type {
        width: 100%; }
        .services__block:nth-of-type(odd):last-of-type .services__block-content {
          padding-left: 80px; } }

.services__block-content {
  color: #000;
  padding: 75px 40px 50px;
  position: relative; }
  @media only screen and (min-width: 900px) {
    .services__block-content {
      padding-top: 65px;
      width: 50%; } }

.services__block-header {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 30px; }

.services__block-text {
  font-size: 1.5rem;
  margin-bottom: 20px;
  max-width: 550px; }
  @media only screen and (min-width: 900px) {
    .services__block-text {
      font-size: 1.6rem; } }
  .services__block-text p {
    padding-bottom: 10px; }

.services__block-anchor-container {
  display: flex; }

.services__block-anchor {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 18px 15px;
  position: relative; }

.services__block-image {
  background: no-repeat 50% / cover;
  display: block;
  min-height: 384px; }
  @media only screen and (min-width: 900px) {
    .services__block-image {
      min-height: 0;
      width: 50%; } }

.hobbies {
  align-items: center;
  color: #000;
  padding: 30px 0 15px;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .hobbies {
      padding: 60px 0 45px; } }

.hobbies__wrap {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .hobbies__wrap {
      max-width: 1193px; } }

.hobbies__header {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px; }
  @media only screen and (min-width: 1024px) {
    .hobbies__header {
      font-size: 4.5rem; } }

.hobbies__text {
  font-size: 1.5rem;
  margin: 0 auto 35px;
  max-width: 735px; }
  @media only screen and (min-width: 1024px) {
    .hobbies__text {
      font-size: 1.6rem;
      margin-bottom: 45px; } }

.hobbies__badge {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 15px; }
  @media only screen and (min-width: 450px) {
    .hobbies__badge {
      margin-right: 10px; } }
  @media only screen and (min-width: 1024px) {
    .hobbies__badge:not(:last-of-type) {
      margin-right: 40px; } }

.hobbies__badge-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around; }
  @media only screen and (min-width: 1024px) {
    .hobbies__badge-container {
      justify-content: center; } }

.hobbies__badge-image {
  margin-bottom: 10px;
  max-height: 151px; }
  @media only screen and (min-width: 1024px) {
    .hobbies__badge-image {
      margin-bottom: 30px; } }

.hobbies__badge-text {
  font-size: 1.6rem;
  font-weight: 600; }

.cta-blocks {
  color: #000;
  padding: 40px 0 15px;
  position: relative; }
  @media only screen and (min-width: 900px) {
    .cta-blocks {
      margin-top: -105px;
      padding: 160px 0 75px; } }

.cta-blocks__bg-colour {
  background: linear-gradient(135deg, #f9ce62 0%, #ffe5a2 100%);
  height: 46%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }
  @media only screen and (min-width: 900px) {
    .cta-blocks__bg-colour {
      height: 55%; } }

.cta-blocks__wrap {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .cta-blocks__wrap {
      max-width: 1193px; } }

.cta-blocks__header {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center; }
  @media only screen and (min-width: 900px) {
    .cta-blocks__header {
      font-size: 4.5rem; } }

.cta-blocks__text {
  font-size: 1.5rem;
  margin: 0 auto 20px;
  max-width: 730px;
  text-align: center; }
  @media only screen and (min-width: 900px) {
    .cta-blocks__text {
      font-size: 1.6rem;
      margin-bottom: 45px; } }

.cta-blocks__blocks-container {
  display: flex;
  flex-direction: column;
  padding: 0 40px; }
  @media only screen and (min-width: 900px) {
    .cta-blocks__blocks-container {
      flex-direction: row;
      padding: 0 30px; } }

.cta-blocks__block {
  background: #fff;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 18px; }
  @media only screen and (min-width: 900px) {
    .cta-blocks__block {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 25%; }
      .cta-blocks__block:not(:last-of-type) {
        margin-right: 25px; } }

.cta-blocks__block-content {
  padding: 15px 20px 25px; }

.cta-blocks__block-image {
  background: no-repeat 50% / cover;
  margin-bottom: 20px;
  min-height: 150px;
  width: 100%; }

.cta-blocks__block-header {
  font-weight: 600;
  margin-bottom: 15px; }

.cta-blocks__block-text {
  font-size: 1.5rem; }

.cta-blocks__block-button-container {
  display: flex;
  flex-direction: row; }

.cta-blocks__block-anchor {
  color: #000;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding: 18px 0;
  position: relative; }

.cta-blocks__block-anchor--first {
  background: #f9ce62; }
  @media only screen and (min-width: 900px) {
    .cta-blocks__block-anchor--first::before {
      background: #fff;
      bottom: 1.5px;
      content: '';
      display: block;
      height: 5px;
      left: 50%;
      position: absolute;
      transition: width 0.2s ease-out;
      width: 0;
      z-index: 1; }
    .cta-blocks__block-anchor--first::after {
      background: #fff;
      bottom: 1.5px;
      content: '';
      display: block;
      height: 5px;
      position: absolute;
      right: 50%;
      transition: width 0.2s ease-out;
      width: 0;
      z-index: 1; }
    .cta-blocks__block-anchor--first:hover::before, .cta-blocks__block-anchor--first:hover::after {
      width: 45%; } }

.cta-blocks__block-anchor--second {
  background: #ebebeb; }
  @media only screen and (min-width: 900px) {
    .cta-blocks__block-anchor--second::before {
      background: #f9ce62;
      bottom: 1.5px;
      content: '';
      display: block;
      height: 5px;
      left: 50%;
      position: absolute;
      transition: width 0.2s ease-out;
      width: 0;
      z-index: 1; }
    .cta-blocks__block-anchor--second::after {
      background: #f9ce62;
      bottom: 1.5px;
      content: '';
      display: block;
      height: 5px;
      position: absolute;
      right: 50%;
      transition: width 0.2s ease-out;
      width: 0;
      z-index: 1; }
    .cta-blocks__block-anchor--second:hover::before, .cta-blocks__block-anchor--second:hover::after {
      width: 45%; } }

.faqs {
  padding: 35px 0 20px; }
  @media only screen and (min-width: 1024px) {
    .faqs {
      padding: 95px 0; } }

.faqs__wrap {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .faqs__wrap {
      max-width: 1193px; } }

.faqs__header {
  color: #000;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .faqs__header {
      font-size: 4.5rem;
      margin-bottom: 50px; } }

.faqs__faq-container {
  color: #000;
  display: block;
  padding: 20px 0; }
  .faqs__faq-container:not(:last-of-type) {
    border-bottom: solid 1px #000; }
  @media only screen and (min-width: 1024px) {
    .faqs__faq-container {
      padding-right: 35px; }
      .faqs__faq-container:hover .faqs__faq-svg {
        -webkit-transform: rotate(90deg) translateX(5px);
                transform: rotate(90deg) translateX(5px); }
      .faqs__faq-container:hover .faqs__faq-svg--active {
        -webkit-transform: rotate(-90deg) translateX(5px);
                transform: rotate(-90deg) translateX(5px); } }

.faqs__faq-question-container {
  display: flex;
  flex-direction: row;
  font-size: 2rem;
  justify-content: space-between;
  position: relative; }

.faqs__faq-question {
  font-weight: 600;
  width: 80%; }
  @media only screen and (min-width: 1024px) {
    .faqs__faq-question {
      width: 90%; } }

.faqs__faq-svg {
  height: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 13px; }
  @media only screen and (min-width: 1024px) {
    .faqs__faq-svg {
      margin-top: 5px; } }

.faqs__faq-svg-container {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.faqs__faq-svg-container--active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.faqs__faq-answer {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding-top 0.3s ease-out; }

.faqs__faq-answer--active {
  max-height: 100%;
  opacity: 1;
  padding-top: 25px; }

.resources {
  color: #000;
  padding: 40px 0; }
  @media only screen and (min-width: 1024px) {
    .resources {
      padding-top: 65px; } }

.resources__wrap {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .resources__wrap {
      max-width: 1193px; } }

.resources__text {
  margin-bottom: 30px;
  text-align: center; }

.resources__header {
  font-size: 4rem;
  font-weight: 600; }
  @media only screen and (min-width: 1024px) {
    .resources__header {
      font-size: 4.5rem; } }

.resources__header--ja {
  font-size: 3rem; }
  @media only screen and (min-width: 1024px) {
    .resources__header--ja {
      font-size: 3.4rem; } }

@media only screen and (min-width: 1024px) {
  .resources__type-container {
    margin-bottom: 65px; } }

@media only screen and (min-width: 1024px) {
  .resources__container {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 987px; } }

.resources__listing-container {
  margin-bottom: 60px; }
  @media only screen and (min-width: 1024px) {
    .resources__listing-container {
      align-items: flex-start;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0;
      width: auto; } }
  .resources__listing-container .slick-dots {
    bottom: -35px; }
    .resources__listing-container .slick-dots li {
      margin: 0 3px; }
  .resources__listing-container .slick-arrow {
    background: none;
    border: 0;
    bottom: -30px;
    font-size: 0;
    position: absolute;
    z-index: 1; }
    .resources__listing-container .slick-arrow.slick-next {
      right: 0; }
      .resources__listing-container .slick-arrow.slick-next::before {
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1); }
    .resources__listing-container .slick-arrow:focus {
      outline: solid 1px #e4e4e4; }
    .resources__listing-container .slick-arrow::before {
      background: url(61d033c38492b5364724dedb6a3dfad5.png) no-repeat 50%;
      content: '';
      display: block;
      height: 12px;
      width: 8px; }

@media only screen and (min-width: 1024px) {
  .resources__listing-container--pdf .resources__flex-container:only-of-type {
    margin-right: 15px; } }

@media only screen and (min-width: 1024px) {
  .resources__flex-container:nth-of-type(odd) {
    margin-right: 15px; }
  .resources__flex-container:only-of-type {
    margin: auto; } }

.resources__resource-container {
  display: flex;
  flex-direction: row;
  margin: auto;
  max-width: 484px; }
  @media only screen and (min-width: 1024px) {
    .resources__resource-container {
      margin-bottom: 15px;
      overflow: hidden; }
      .resources__resource-container:hover .resources__resource-image {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
      .resources__resource-container:hover .resources__resources-button--pdf::after {
        -webkit-transform: translateY(5px);
                transform: translateY(5px); }
      .resources__resource-container:hover .resources__resources-button--video::after {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); } }

.resources__resource-image,
.resources__resource-text-content {
  width: 50%; }

.resources__resource-image {
  background: no-repeat 50% / cover; }
  @media only screen and (min-width: 1024px) {
    .resources__resource-image {
      min-width: 208px;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; } }

.resources__resource-image--video {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative; }
  .resources__resource-image--video::before {
    background: rgba(0, 0, 0, 0.26);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .resources__resource-image--video::after {
    background: url(a364a5ca5eb69e307c8a11cd3aa0369b.png) no-repeat 50%;
    content: '';
    display: block;
    height: 44px;
    width: 44px;
    z-index: 2; }

.resources__resource-text-content {
  background: #fff;
  color: #000;
  flex-direction: column;
  padding: 20px 12px 10px;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .resources__resource-text-content {
      min-height: 206px;
      min-width: 485px;
      padding: 30px 30px 73px 22px; } }

@media only screen and (min-width: 900px) {
  .resources__resource-text-content--ja {
    min-height: 260px; } }

@media only screen and (min-width: 1024px) {
  .resources__resource-text-content--ja .resources__resources-button--pdf::after {
    position: absolute;
    right: 15px; } }

.resources__resource-text-content--pdf::before {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 27px 27px 0;
  bottom: -27px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  bottom: calc(50% - 18px);
  left: -54px;
  -webkit-transform: rotate(90deg) translate(0, -50%);
          transform: rotate(90deg) translate(0, -50%); }

.resources__resource-text-content--no-image {
  padding: 20px;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .resources__resource-text-content--no-image {
      min-width: 485px;
      padding-right: 70px; } }
  .resources__resource-text-content--no-image::before {
    display: none; }

.resources__resource-text-content--video {
  background: #f9ce62; }
  .resources__resource-text-content--video::before {
    border-color: #f9ce62 transparent transparent;
    border-style: solid;
    border-width: 27px 27px 0;
    bottom: -27px;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    bottom: calc(50% - 18px);
    left: -54px;
    -webkit-transform: rotate(90deg) translate(0, -50%);
            transform: rotate(90deg) translate(0, -50%); }

.resources__resource-text-content--no-video-thumb {
  max-width: 484px;
  width: 100%; }
  .resources__resource-text-content--no-video-thumb::before {
    display: none; }

.resources__resource-header {
  margin-bottom: 10px; }

.resources__resource-text {
  margin-bottom: 15px; }

.resources__resource-button {
  align-items: center;
  background: #f9ce62;
  color: #000;
  display: flex;
  flex-direction: row;
  font-size: 1.4rem;
  justify-content: space-between;
  padding: 8px 10px;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .resources__resource-button {
      bottom: 20px;
      font-size: 1.6rem;
      max-width: 224px;
      padding: 18px 33px;
      position: absolute;
      width: 100%; } }

.resources__resources-button--pdf::after {
  background: url(259a59d3f2622cc7c3f17534554313de.png) no-repeat 50%/contain;
  content: '';
  height: 13px;
  width: 10px; }
  @media only screen and (min-width: 1024px) {
    .resources__resources-button--pdf::after {
      height: 22px;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
      width: 15px; } }

.resources__resources-button--video {
  background: #fff; }
  @media only screen and (min-width: 1024px) {
    .resources__resources-button--video {
      padding-right: 25px; } }
  .resources__resources-button--video::after {
    background: url(6831335a333974aed56839ca287d8ec0.png) no-repeat 50%/contain;
    content: '';
    height: 9px;
    width: 9px; }
    @media only screen and (min-width: 1024px) {
      .resources__resources-button--video::after {
        height: 17px;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        width: 18px; } }

.resources__resource-video-overlay {
  display: none;
  height: auto;
  padding: 0 !important;
  width: 75%; }
  @media only screen and (min-width: 1024px) {
    .resources__resource-video-overlay {
      height: 75%; } }
  .resources__resource-video-overlay iframe {
    height: 100%;
    width: 100%; }

.locale {
  color: #000;
  padding: 70px 0 55px; }
  @media only screen and (min-width: 900px) {
    .locale {
      min-height: calc(100vh - 203px);
      padding: 105px 0; } }

.locale__wrap {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .locale__wrap {
      max-width: 1193px; } }

.locale__header {
  border-bottom: 1px solid #000;
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 40px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 900px) {
    .locale__header {
      font-size: 3.7rem; } }

.locale__links {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 750px) {
    .locale__links {
      flex-direction: row;
      flex-wrap: wrap; } }

@media only screen and (min-width: 900px) {
  .locale__links--more {
    justify-content: space-between; } }

.locale__region {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px; }
  @media only screen and (min-width: 750px) {
    .locale__region {
      width: 50%; } }
  @media only screen and (min-width: 900px) {
    .locale__region {
      min-width: 178px;
      width: auto; }
      .locale__links--less .locale__region {
        min-width: 25%; } }

.locale__region-title {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 25px; }

.locale__link {
  align-self: flex-start;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative; }
  .locale__link::before, .locale__link::after {
    background-color: #707070;
    bottom: 0;
    content: '';
    height: 1px;
    position: absolute;
    transition: width .2s ease-in-out;
    width: 0; }
  .locale__link::before {
    right: 50%; }
  .locale__link::after {
    left: 50%; }
  .locale__link:hover::before, .locale__link:hover::after {
    width: 50%; }

.single-post-detail {
  padding: 30px 0; }
  @media only screen and (min-width: 900px) {
    .single-post-detail {
      padding: 70px 0; } }

.single-post-detail__wrap {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .single-post-detail__wrap {
      max-width: 920px; } }

.single-post-detail__header {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 15px; }
  @media only screen and (min-width: 900px) {
    .single-post-detail__header {
      font-size: 4rem;
      margin-bottom: 35px; } }

.single-post-detail__full-width-image {
  height: auto;
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .single-post-detail__full-width-image {
      margin-top: 15px; } }

.socials {
  margin-bottom: 10px; }
  @media only screen and (min-width: 900px) {
    .socials {
      margin-bottom: 0; } }

.socials__header {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 15px 0; }
  @media only screen and (min-width: 900px) {
    .socials__header {
      font-size: 2.4rem;
      margin-top: 25px; } }

.socials__inner {
  display: flex;
  flex-direction: row; }

.socials__item {
  transition: opacity 0.3s ease-out; }
  .socials__item:not(:last-of-type) {
    margin-right: 14px; }
  @media only screen and (min-width: 900px) {
    .socials__item:hover {
      opacity: .6; } }

.social__icon {
  height: 29px;
  width: 29px; }

.blog-listing {
  color: #000;
  padding: 15px 0 25px; }
  @media only screen and (min-width: 900px) {
    .blog-listing {
      padding: 35px 0; } }

.blog-listing__wrap {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .blog-listing__wrap {
      max-width: 1193px; } }
  @media only screen and (min-width: 900px) {
    .blog-listing__wrap {
      max-width: 1225px; } }

.blog-listing__locale-change-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 30px; }

.blog-listing__locale-change-trigger {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  @media only screen and (min-width: 900px) {
    .blog-listing__locale-change-trigger:hover .blog-listing__locale-change-text {
      text-decoration: underline; } }

.blog-listing__locale-change-text {
  color: #000;
  margin-right: 12px; }
  @media only screen and (min-width: 900px) {
    .blog-listing__locale-change-text {
      font-size: 1.6rem;
      margin-right: 30px; } }

.blog-listing__locale-flag-img {
  height: 29px;
  width: 53px; }
  @media only screen and (min-width: 900px) {
    .blog-listing__locale-flag-img {
      height: 35px;
      width: 64px; } }

.blog-listing__list-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1114px; }
  @media only screen and (min-width: 750px) {
    .blog-listing__list-container {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; } }

.blog-listing__pagination {
  padding-top: 20px; }

.blog-listing__pagination-list {
  display: flex;
  justify-content: flex-end; }
  .blog-listing__pagination-list .page-numbers {
    align-items: center;
    background: #fff;
    color: #cbcbcb;
    display: flex;
    font-size: 1.4rem;
    height: 29px;
    justify-content: center;
    margin-right: 5px;
    width: 21px; }
    @media only screen and (min-width: 900px) {
      .blog-listing__pagination-list .page-numbers {
        font-size: 1.6rem;
        margin-right: 2px;
        transition: opacity 0.3s ease-out; }
        .blog-listing__pagination-list .page-numbers:hover {
          opacity: .6; } }
  .blog-listing__pagination-list .current {
    color: #000; }
  .blog-listing__pagination-list .prev,
  .blog-listing__pagination-list .next {
    background: #f9ce62;
    color: #fff;
    font-size: 0;
    width: 20px; }
    .blog-listing__pagination-list .prev::after,
    .blog-listing__pagination-list .next::after {
      background: url(a3719150cfe4cab617ef68b42ff11fef.png) no-repeat 50%/contain;
      content: '';
      display: block;
      height: 10px;
      width: 6px; }
  .blog-listing__pagination-list .prev {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  .blog-listing__pagination-list .next {
    margin-right: 0; }

.blog-listing-block {
  background: #fff;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 15px; }
  @media only screen and (min-width: 750px) {
    .blog-listing-block {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 49%; } }
  @media only screen and (min-width: 1024px) {
    .blog-listing-block {
      width: 32.5%; } }

.blog-listing-block__content {
  padding: 18px 30px 23px; }
  @media only screen and (min-width: 900px) {
    .blog-listing-block__content {
      padding: 22px; } }

.blog-listing-block__image {
  background: no-repeat 50% / cover;
  display: block;
  height: 109px;
  margin-bottom: 17px;
  width: 100%; }
  @media only screen and (min-width: 450px) {
    .blog-listing-block__image {
      height: 200px; } }
  @media only screen and (min-width: 600px) {
    .blog-listing-block__image {
      height: 250px; } }
  @media only screen and (min-width: 900px) {
    .blog-listing-block__image {
      height: 297px;
      margin-bottom: 27px; } }

.blog-listing-block__header {
  font-size: 2rem;
  margin-bottom: 13px; }
  @media only screen and (min-width: 900px) {
    .blog-listing-block__header {
      font-size: 2.4rem; } }

.blog-listing-block__button-container {
  text-align: center;
  width: 100%; }

.challenge-levels {
  background-color: #fff;
  color: #121415;
  padding: 30px 20px;
  text-align: center; }
  @media only screen and (min-width: 750px) {
    .challenge-levels {
      padding: 70px 30px; } }

.challenge-levels__title {
  font-size: 2.4rem;
  margin-bottom: 3rem; }
  @media only screen and (min-width: 750px) {
    .challenge-levels__title {
      font-size: 4.5rem; } }

.challenge-levels__desc {
  font-size: 1.4rem;
  margin: 0 auto 4rem;
  max-width: 720px; }
  .challenge-levels__desc p {
    margin-bottom: 2rem; }
  @media only screen and (min-width: 750px) {
    .challenge-levels__desc {
      font-size: 1.6rem; } }

.levels--desktop {
  display: none;
  margin: 0 auto;
  max-width: 1300px; }
  @media only screen and (min-width: 1024px) {
    .levels--desktop {
      display: flex;
      flex-direction: row;
      justify-content: space-between; } }

.levels--mobile {
  display: block; }
  @media only screen and (min-width: 1024px) {
    .levels--mobile {
      display: none; } }

.levels__mobile-controls {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 400px; }
  .levels__mobile-controls .slick-dots {
    bottom: auto;
    order: 2;
    position: static; }
  .levels__mobile-controls .slick-prev,
  .levels__mobile-controls .slick-next {
    background: transparent;
    border: 0;
    color: #f9ce62;
    font-size: 2.5rem;
    outline: 0;
    padding: 10px; }
  .levels__mobile-controls .slick-prev {
    order: 1; }
  .levels__mobile-controls .slick-next {
    order: 3; }
  @media only screen and (min-width: 1024px) {
    .levels__mobile-controls {
      display: none; } }

.levels__wrapper {
  padding: 10px 30px 50px;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .levels__wrapper {
      padding: 60px 30px; }
      .levels__wrapper:not(:last-of-type) {
        border-right: 1px solid #f9ce62; } }
  @media only screen and (min-width: 1200px) {
    .levels__wrapper {
      padding: 60px; } }

.levels__icon {
  margin: 0 auto 2rem; }

.levels__heading {
  font-size: 2.4rem; }
  @media only screen and (min-width: 750px) {
    .levels__heading {
      font-size: 3rem; } }

.levels__heading,
.levels__complexity {
  margin-bottom: 1.5rem; }

.levels__heading--number {
  margin-bottom: 0; }

.event-calendar__section {
  color: #121415;
  padding: 60px 30px;
  text-align: center; }

.event-calendar__title {
  font-size: 2.4rem;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 750px) {
    .event-calendar__title {
      font-size: 4.5rem; } }

.event-calendar__desc {
  font-size: 1.4rem;
  margin: 0 auto 3rem;
  max-width: 720px; }
  @media only screen and (min-width: 750px) {
    .event-calendar__desc {
      font-size: 1.6rem;
      margin: 0 auto 6rem; } }

.event-calendar__wrapper {
  margin: 0 auto;
  max-width: 850px;
  width: 100%; }

.event-calendar__section-header {
  align-items: center;
  background-color: #f9ce62;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto 2rem;
  padding: 10px 0;
  width: 100%; }
  @media only screen and (min-width: 600px) {
    .event-calendar__section-header {
      padding: 10px 20px; } }

.event-calendar__section-prev,
.event-calendar__section-next {
  cursor: pointer;
  padding: 10px 20px; }

.event-calendar__section-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.event-calendar__events-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.event-calendar__event {
  background-color: #fff;
  margin-bottom: 2rem;
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .event-calendar__event {
      width: 415px; } }

.event-calendar__event-date-wrapper {
  align-items: center;
  background-color: #f9ce62;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 10px; }

.event-calendar__event-date-icon {
  height: 20px;
  margin-right: 2rem;
  width: 20px; }
  @media only screen and (min-width: 750px) {
    .event-calendar__event-date-icon {
      height: 30px;
      width: 30px; } }

.event-calendar__event-date {
  font-size: 1.6rem; }
  @media only screen and (min-width: 750px) {
    .event-calendar__event-date {
      font-size: 2rem; } }
  .event-calendar__event-date span {
    font-weight: 400; }

.event-calendar__event-info-wrapper {
  padding: 3rem; }
  .event-calendar__event-info-wrapper .resources__resource-button {
    bottom: auto;
    font-size: 1.4rem;
    margin: 1.5rem auto 0;
    padding: 15px;
    position: static;
    width: 160px; }
    .event-calendar__event-info-wrapper .resources__resource-button:hover::after {
      -webkit-transform: translateY(15%);
              transform: translateY(15%); }
  .event-calendar__event-info-wrapper .resources__resources-button--pdf::after {
    height: 18px; }

.event-calendar__event-content {
  min-height: 360px; }

.event-calendar__game-type {
  height: 50px;
  margin: -15px auto 0; }

.event-calendar__activity-title {
  font-size: 2rem;
  margin-bottom: 2rem; }

.event-calendar__event-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  margin-bottom: 2rem;
  width: 100%; }

.event-calendar__event-type {
  font-size: 1.4rem;
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 750px) {
    .event-calendar__event-type {
      font-size: 1.6rem; } }

.event-calendar__event-desc {
  font-size: 1.6rem; }

.term-activity-section {
  color: #121415;
  padding: 30px 20px;
  text-align: center; }
  @media only screen and (min-width: 900px) {
    .term-activity-section {
      padding: 60px 30px; } }

.term-activity-section__title {
  font-size: 2.4rem;
  margin: 2rem; }
  @media only screen and (min-width: 750px) {
    .term-activity-section__title {
      font-size: 4.5rem; } }

.term-activity-section__desc {
  font-size: 1.4rem;
  margin: 0 auto 4rem;
  max-width: 720px; }
  .term-activity-section__desc p {
    margin-bottom: 2rem; }
  @media only screen and (min-width: 750px) {
    .term-activity-section__desc {
      font-size: 1.6rem;
      margin: 0 auto 6rem; } }

.term-activities__table {
  border: 2px solid #f5f5f5;
  font-size: 1.3rem;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%; }
  .term-activities__table th {
    background-color: #ebebeb;
    border: 2px solid #f5f5f5;
    padding: 10px; }
    @media only screen and (min-width: 750px) {
      .term-activities__table th {
        padding: 20px; } }
  @media only screen and (min-width: 600px) {
    .term-activities__table {
      font-size: 1.6rem; } }

.term-activities__field {
  background-color: #fff;
  border: 1px solid #f9ce62;
  padding: 10px; }
  @media only screen and (min-width: 600px) {
    .term-activities__field {
      padding: 20px; } }

.term-activities__link {
  border: 0;
  height: 100%;
  position: relative; }

.term-activities__link-button {
  background-color: #f9ce62;
  border-bottom: 1px solid #f5f5f5;
  bottom: 0;
  color: #121415;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  .term-activities__link-button span {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2; }

.term-activities__link-button--pdf span {
  left: calc(50% - 12px); }

.term-activities__download-icon::after {
  background: url(e42165739430c194d4ec74096dbebe39.png) no-repeat;
  background-size: contain;
  content: '';
  height: 16px;
  margin-left: 12px;
  position: absolute;
  top: 2px;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 12px; }

.hover-line-anim::before, .hover-line-anim::after {
  background-color: #fff;
  bottom: 5px;
  content: '';
  display: none;
  height: 2px;
  position: absolute;
  transition: width .2s ease-out;
  width: 0;
  z-index: 1; }

.hover-line-anim::before {
  left: 50%; }

.hover-line-anim::after {
  right: 50%; }

@media only screen and (min-width: 750px) {
  .hover-line-anim::before, .hover-line-anim::after {
    display: block; } }

@media only screen and (min-width: 1024px) {
  .hover-line-anim::before, .hover-line-anim::after {
    bottom: 10px; } }

.hover-line-anim:hover::before, .hover-line-anim:hover::after {
  width: 30%; }

.sub-navigation {
  padding-top: 40px;
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .sub-navigation {
      padding-top: 65px; } }

.sub-navigation__inner {
  margin: 0 auto;
  max-width: 1197px;
  padding: 0 20px;
  width: 100%; }

.sub-navigation__navigation-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }

.sub-navigation__item {
  color: #000;
  font-size: 1.8rem;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
  text-underline: none; }
  .sub-navigation__item::before, .sub-navigation__item::after {
    background: #f9ce62;
    bottom: -5px;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    transition: width 0.2s ease-out;
    width: 0; }
  .sub-navigation__item::before {
    left: 50%; }
  .sub-navigation__item::after {
    right: 50%; }
  @media only screen and (min-width: 600px) {
    .sub-navigation__item {
      font-size: 2.5rem; } }
  @media only screen and (min-width: 900px) {
    .sub-navigation__item {
      font-size: 3.5rem;
      padding: 5px 15px; } }
  @media only screen and (min-width: 1024px) {
    .sub-navigation__item:hover::before, .sub-navigation__item:hover::after {
      width: 40%; } }

.text-alignment--left {
  text-align: left; }

.text-alignment--center {
  text-align: center; }

.text-alignment--right {
  text-align: right; }

