@font-face {
  font-family: "madblueicon";
  src: url("../_icons/madblueicon/fonts/madblueicon.woff2?lxvf7v") format("woff2"), url("../_icons/madblueicon/fonts/madblueicon.ttf?lxvf7v") format("truetype"), url("../_icons/madblueicon/fonts/madblueicon.woff?lxvf7v") format("woff"), url("../_icons/madblueicon/fonts/madblueicon.svg?lxvf7v#madblueicon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "madblueicon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e91b";
}

.icon-youtube_square:before {
  content: "\e91a";
}

.icon-search:before {
  content: "\e918";
}

.icon-filter:before {
  content: "\e919";
}

.icon-pin:before {
  content: "\e917";
}

.icon-instagram_square:before {
  content: "\e913";
}

.icon-twitter_square:before {
  content: "\e914";
}

.icon-facebook_square:before {
  content: "\e915";
}

.icon-linkedin_square:before {
  content: "\e916";
}

.icon-clock:before {
  content: "\e912";
}

.icon-zoom:before {
  content: "\e911";
}

.icon-whatsapp-2:before {
  content: "\e90c";
}

.icon-facebook-2:before {
  content: "\e90d";
}

.icon-twitter-2:before {
  content: "\e90e";
}

.icon-linkedin-2:before {
  content: "\e90f";
}

.icon-newsletter-2:before {
  content: "\e910";
}

.icon-arrow-right:before {
  content: "\e90a";
}

.icon-arrow-left:before {
  content: "\e90b";
}

.icon-newsletter:before {
  content: "\e909";
}

.icon-arrow-down:before {
  content: "\e908";
}

.icon-ok:before {
  content: "\e906";
}

.icon-error:before {
  content: "\e907";
}

.icon-check:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-linkedin:before {
  content: "\e902";
}

.icon-tickets:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
}

@font-face {
  font-family: "lg";
  src: url("../_icons/lightgallery/lg.ttf?22t19m") format("truetype"), url("../_icons/lightgallery/lg.woff?22t19m") format("woff"), url("../_icons/lightgallery/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../_gfx/lightgallery/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 0.9;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

:root {
  --mx: 0px;
  --mw: 0px;
}

:root {
  --module-space: 50px;
  --header-height: 192px;
  --module-color-text: #07010D;
}
@media (max-width: 1439px) {
  :root {
    --module-space: 40px;
  }
}
@media (max-width: 979px) {
  :root {
    --module-space: 20px;
    --header-height: 128px;
  }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  text-size-adjust: 100%;
}

/**
 * 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/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 when focused and also mouse hovered in all browsers.
 */
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;
  text-decoration: none;
}

acronym[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

/**
 * 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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Barlow";
  src: url("../_fonts/Barlow-Bold.woff2") format("woff2"), url("../_fonts/Barlow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../_fonts/Barlow-Light.woff2") format("woff2"), url("../_fonts/Barlow-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../_fonts/Barlow-LightItalic.woff2") format("woff2"), url("../_fonts/Barlow-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../_fonts/Barlow-BoldItalic.woff2") format("woff2"), url("../_fonts/Barlow-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("../_fonts/BarlowCondensed-LightItalic.woff2") format("woff2"), url("../_fonts/BarlowCondensed-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("../_fonts/BarlowCondensed-SemiBoldItalic.woff2") format("woff2"), url("../_fonts/BarlowCondensed-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("../_fonts/BarlowCondensed-Light.woff2") format("woff2"), url("../_fonts/BarlowCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("../_fonts/BarlowCondensed-SemiBold.woff2") format("woff2"), url("../_fonts/BarlowCondensed-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Altero";
  src: url("../_fonts/Altero-Regular.woff2") format("woff2"), url("../_fonts/Altero-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.claim {
  font-family: "Altero", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1em;
  text-transform: lowercase;
}
.claim span, .claim strong {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .claim {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

html {
  position: relative;
  font-size: 62.5%;
}

body {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  color: #07010D;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25em;
  letter-spacing: -0.15px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.font-small {
  font-size: 0.875em;
  line-height: 1em;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

::-moz-selection {
  background: #14F9DA;
  color: #07010D;
}

::selection {
  background: #14F9DA;
  color: #07010D;
}

:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #3F61FE;
}

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

p {
  margin: 0 0 20px 0;
}
p:last-child {
  margin-bottom: 0;
}

.list--social {
  display: inline-flex;
}
.list--social__item {
  margin-right: 20px;
}
@media (max-width: 519px) {
  .list--social__item {
    margin-right: 10px;
  }
}
.list--social__item:last-child {
  margin-right: 0;
}
.list--social__item span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.list--social__item a::before {
  font-family: "madblueicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  font-size: 5rem;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.list--social__item--youtube a::before {
  content: "\e91a";
}
.list--social__item--instagram a::before {
  content: "\e913";
}
.list--social__item--twitter a::before {
  content: "\e914";
}
.list--social__item--facebook a::before {
  content: "\e915";
}
.list--social__item--linkedin a::before {
  content: "\e916";
}

.cursor {
  display: none;
  position: fixed;
  top: -10px;
  left: -10px;
  z-index: 1000;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #14F9DA;
  border-radius: 100px;
  transition: width 0.3s ease-in, height 0.3s ease-in, border-width 0.3s ease-in, top 0.3s ease-in, left 0.3s ease-in;
  pointer-events: none;
}
.hover .cursor {
  width: 40px;
  height: 40px;
  border-width: 3px;
  top: -20px;
  left: -20px;
}
.no-touch .cursor {
  display: block;
}

.sg-popup-builder-content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sg-popup-content {
  border: 0 !important;
  background-size: cover;
  background-position: center center;
}

.sgpb-popup-builder-content-html {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  padding: 40px 40px 0;
}
.sgpb-popup-builder-content-html .js-add-button--blob {
  margin-top: 40px;
}
.sgpb-popup-builder-content-html h1, .sgpb-popup-builder-content-html h2, .sgpb-popup-builder-content-html h3, .sgpb-popup-builder-content-html h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-size: 50px;
  font-size: 5rem;
  margin: 0 0 20px;
}
.sgpb-popup-builder-content-html h1 strong, .sgpb-popup-builder-content-html h2 strong, .sgpb-popup-builder-content-html h3 strong, .sgpb-popup-builder-content-html h4 strong {
  font-weight: 600;
}

#scroll-width-helper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  pointer-events: none;
}

.lg-backdrop {
  z-index: 5000;
}

.lg-outer {
  z-index: 5050;
}

.button {
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 16px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  position: relative;
  color: #07010D;
  text-decoration: none;
  background: #ffffff;
  transition-property: color, background-color, border-color, box-shadow, opacity, height;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  -webkit-appearance: none;
  border: 3px solid #ffffff;
  background-clip: padding-box;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  height: 50px;
  min-height: 50px;
}
.button > span, .button > .icon, .button > i {
  vertical-align: middle;
  display: inline-block;
  line-height: 1em;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.button:disabled, .button.disabled {
  opacity: 0.25;
  cursor: default;
}
.button.disabled--2 {
  cursor: default;
  opacity: 1;
  background: #EBEBEB !important;
  color: #07010D !important;
}
.button input {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.button select {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.button > .button__icon {
  margin-right: 10px;
  margin-left: -5px;
}
.button.reverse-icon {
  flex-direction: row-reverse;
}
.button.reverse-icon > .button__inner, .button.reverse-icon > .button__text {
  order: 2;
}
.button.reverse-icon > .button__icon {
  margin-right: -5px;
  margin-left: 10px;
  order: 0;
}
.button:hover:not(:disabled):not(.disabled) {
  border-color: #ffffff;
  background-color: #07010D;
  color: #ffffff;
}
.button.button--more {
  padding: 0;
  height: 50px;
}
.button.button--more > .button__text {
  padding: 10px 8px;
}
.button.button--more > .button__icon {
  padding: 0;
  min-width: 50px;
  height: 50px;
  left: -3px;
  line-height: 48px;
  text-align: center;
  background: #07010D;
  color: #ffffff;
  margin: 0 !important;
  transition-property: color, background-color, border-color, box-shadow, opacity, height;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.button.button--more:hover:not(:disabled):not(.disabled) {
  border-color: #07010D;
  background-color: #07010D;
  color: #ffffff;
}
.button.button--select {
  padding: 0;
}
.button.button--select select {
  padding: 10px 40px 10px 16px;
  width: 100%;
  border: 3px solid transparent;
}
.button.button--select > .button__icon {
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  margin: 0;
}
.button.button--small {
  min-height: 26px;
  height: 26px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.button.button--small.button--more {
  padding-top: 0;
  padding-bottom: 0;
}
.button.button--small.button--more > .button__text {
  padding: 4px 8px;
}
.button.button--small.button--more > .button__icon {
  min-width: 26px;
  height: 26px;
  line-height: 24px;
}
.button.button--2, .button.button--blob {
  border-color: #07010D;
  background-color: #07010D;
  color: #ffffff;
}
.button.button--2:hover:not(:disabled):not(.disabled), .button.button--blob:hover:not(:disabled):not(.disabled) {
  border-color: #07010D;
  background-color: #ffffff;
  color: #07010D;
}
.button.button--2.button--more > .button__icon, .button.button--blob.button--more > .button__icon {
  background: #ffffff;
  color: #07010D;
}
.button.button--chromeless {
  border-color: transparent !important;
  background: transparent !important;
}
.button.button--chromeless > .button__icon {
  margin-right: 5px;
  margin-left: 0;
}
.button.button--chromeless.reverse-icon > .button__icon {
  margin-right: 0;
  margin-left: 5px;
}
.button.button--chromeless:hover:not(:disabled):not(.disabled) {
  border-color: inherit;
  background-color: inherit;
  color: inherit;
}
.specialbackground .button.button--2 {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #07010D;
}
.specialbackground .button.button--2:hover:not(:disabled):not(.disabled) {
  border-color: #ffffff;
  background-color: #07010D;
  color: #ffffff;
}

.wp-element-button {
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 16px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  position: relative;
  color: #07010D;
  text-decoration: none;
  background: #ffffff;
  transition-property: color, background-color, border-color, box-shadow, opacity, height;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  -webkit-appearance: none;
  border: 3px solid #ffffff;
  background-clip: padding-box;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  height: 50px;
  min-height: 50px;
  border-color: #07010D;
  background-color: #07010D;
  color: #ffffff;
}
.wp-element-button > span, .wp-element-button > .icon, .wp-element-button > i {
  vertical-align: middle;
  display: inline-block;
  line-height: 1em;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.wp-element-button:disabled, .wp-element-button.disabled {
  opacity: 0.25;
  cursor: default;
}
.wp-element-button.disabled--2 {
  cursor: default;
  opacity: 1;
  background: #EBEBEB !important;
  color: #07010D !important;
}
.wp-element-button input {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.wp-element-button select {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.wp-element-button:hover:not(:disabled):not(.disabled) {
  border-color: #07010D;
  background-color: #ffffff;
  color: #07010D;
}

.button--icon {
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 16px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  position: relative;
  color: #07010D;
  text-decoration: none;
  background: #ffffff;
  transition-property: color, background-color, border-color, box-shadow, opacity, height;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  -webkit-appearance: none;
  border: 3px solid #ffffff;
  background-clip: padding-box;
  padding: 0;
}
.button--icon > span, .button--icon > .icon, .button--icon > i {
  vertical-align: middle;
  display: inline-block;
  line-height: 1em;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.button--icon:disabled, .button--icon.disabled {
  opacity: 0.25;
  cursor: default;
}
.button--icon.disabled--2 {
  cursor: default;
  opacity: 1;
  background: #EBEBEB !important;
  color: #07010D !important;
}
.button--icon input {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.button--icon select {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.button--icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.button--icon .button__text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.button-svg-filters {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
}

.button--4b {
  color: #070319;
}
.button--4b:hover {
  color: #ffffff !important;
}

.button.button--more > .button__icon {
  min-width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  margin-right: 10px;
  background: #07010D;
}

.goback {
  font-weight: bold;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.goback::before {
  font-family: "madblueicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
}

.badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  border-radius: 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  background: #07010D;
  color: #ffffff;
  text-align: center;
  height: 24px;
  transition-property: color, background-color, border-color, box-shadow, opacity, height;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.badge .separator {
  padding-left: 2px;
  padding-right: 2px;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.reverted .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .reverted .row {
    flex-direction: column;
  }
}
.row_33 {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: calc(var(--module-space) * -1);
  align-items: flex-start;
}
@media (max-width: 767px) {
  .row_33 {
    margin-left: 0;
    margin-right: 0;
  }
}
.row_33 .col {
  width: 33.3333%;
  min-width: 33.3333%;
}
.row_33 .col .col__inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: var(--module-space);
}
@media (max-width: 767px) {
  .row_33 .col {
    width: 100%;
    min-width: 100%;
  }
  .row_33 .col .col__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.row_50 .col {
  width: 50%;
  min-width: 50%;
}
.row_50 .col:first-child .col__inner {
  padding-right: 40px;
}
.row_50 .col:last-child .col__inner {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .row_50 .col {
    width: 100%;
    min-width: 100%;
  }
  .row_50 .col:first-child .col__inner {
    padding-right: 0;
  }
  .row_50 .col:last-child .col__inner {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .row {
    flex-direction: column;
  }
}

h1.title--highlight, h2.title--highlight, h3.title--highlight, h4.title--highlight, h5.title--highlight, h6.title--highlight, p.title--highlight, span.title--highlight {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 66px;
  font-size: 6.6rem;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h1.title--highlight span, h1.title--highlight strong, h2.title--highlight span, h2.title--highlight strong, h3.title--highlight span, h3.title--highlight strong, h4.title--highlight span, h4.title--highlight strong, h5.title--highlight span, h5.title--highlight strong, h6.title--highlight span, h6.title--highlight strong, p.title--highlight span, p.title--highlight strong, span.title--highlight span, span.title--highlight strong {
  font-weight: 600;
  color: #001E9B;
}
.specialbackground h1.title--highlight span, .specialbackground h1.title--highlight strong, .specialbackground h2.title--highlight span, .specialbackground h2.title--highlight strong, .specialbackground h3.title--highlight span, .specialbackground h3.title--highlight strong, .specialbackground h4.title--highlight span, .specialbackground h4.title--highlight strong, .specialbackground h5.title--highlight span, .specialbackground h5.title--highlight strong, .specialbackground h6.title--highlight span, .specialbackground h6.title--highlight strong, .specialbackground p.title--highlight span, .specialbackground p.title--highlight strong, .specialbackground span.title--highlight span, .specialbackground span.title--highlight strong {
  color: #ffffff;
}
@media (max-width: 767px) {
  h1.title--highlight, h2.title--highlight, h3.title--highlight, h4.title--highlight, h5.title--highlight, h6.title--highlight, p.title--highlight, span.title--highlight {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
h1.title--highlight:last-child, h2.title--highlight:last-child, h3.title--highlight:last-child, h4.title--highlight:last-child, h5.title--highlight:last-child, h6.title--highlight:last-child, p.title--highlight:last-child, span.title--highlight:last-child {
  margin-bottom: 0;
}
.module--cta--fucsia h1.title--highlight span, .module--cta--fucsia h1.title--highlight strong, .module--cta--fucsia h2.title--highlight span, .module--cta--fucsia h2.title--highlight strong, .module--cta--fucsia h3.title--highlight span, .module--cta--fucsia h3.title--highlight strong, .module--cta--fucsia h4.title--highlight span, .module--cta--fucsia h4.title--highlight strong, .module--cta--fucsia h5.title--highlight span, .module--cta--fucsia h5.title--highlight strong, .module--cta--fucsia h6.title--highlight span, .module--cta--fucsia h6.title--highlight strong, .module--cta--fucsia p.title--highlight span, .module--cta--fucsia p.title--highlight strong, .module--cta--fucsia span.title--highlight span, .module--cta--fucsia span.title--highlight strong {
  color: #D63BE9;
}
.module--cta--purple h1.title--highlight span, .module--cta--purple h1.title--highlight strong, .module--cta--purple h2.title--highlight span, .module--cta--purple h2.title--highlight strong, .module--cta--purple h3.title--highlight span, .module--cta--purple h3.title--highlight strong, .module--cta--purple h4.title--highlight span, .module--cta--purple h4.title--highlight strong, .module--cta--purple h5.title--highlight span, .module--cta--purple h5.title--highlight strong, .module--cta--purple h6.title--highlight span, .module--cta--purple h6.title--highlight strong, .module--cta--purple p.title--highlight span, .module--cta--purple p.title--highlight strong, .module--cta--purple span.title--highlight span, .module--cta--purple span.title--highlight strong {
  color: #8649FC;
}
.module--cta--aquamarine h1.title--highlight span, .module--cta--aquamarine h1.title--highlight strong, .module--cta--aquamarine h2.title--highlight span, .module--cta--aquamarine h2.title--highlight strong, .module--cta--aquamarine h3.title--highlight span, .module--cta--aquamarine h3.title--highlight strong, .module--cta--aquamarine h4.title--highlight span, .module--cta--aquamarine h4.title--highlight strong, .module--cta--aquamarine h5.title--highlight span, .module--cta--aquamarine h5.title--highlight strong, .module--cta--aquamarine h6.title--highlight span, .module--cta--aquamarine h6.title--highlight strong, .module--cta--aquamarine p.title--highlight span, .module--cta--aquamarine p.title--highlight strong, .module--cta--aquamarine span.title--highlight span, .module--cta--aquamarine span.title--highlight strong {
  color: #14F9DA;
}
.module--cta--black h1.title--highlight span, .module--cta--black h1.title--highlight strong, .module--cta--black h2.title--highlight span, .module--cta--black h2.title--highlight strong, .module--cta--black h3.title--highlight span, .module--cta--black h3.title--highlight strong, .module--cta--black h4.title--highlight span, .module--cta--black h4.title--highlight strong, .module--cta--black h5.title--highlight span, .module--cta--black h5.title--highlight strong, .module--cta--black h6.title--highlight span, .module--cta--black h6.title--highlight strong, .module--cta--black p.title--highlight span, .module--cta--black p.title--highlight strong, .module--cta--black span.title--highlight span, .module--cta--black span.title--highlight strong {
  color: #07010D;
}
.module--cta--blue h1.title--highlight span, .module--cta--blue h1.title--highlight strong, .module--cta--blue h2.title--highlight span, .module--cta--blue h2.title--highlight strong, .module--cta--blue h3.title--highlight span, .module--cta--blue h3.title--highlight strong, .module--cta--blue h4.title--highlight span, .module--cta--blue h4.title--highlight strong, .module--cta--blue h5.title--highlight span, .module--cta--blue h5.title--highlight strong, .module--cta--blue h6.title--highlight span, .module--cta--blue h6.title--highlight strong, .module--cta--blue p.title--highlight span, .module--cta--blue p.title--highlight strong, .module--cta--blue span.title--highlight span, .module--cta--blue span.title--highlight strong {
  color: #030E8F;
}
h1.title--highlight.title--highlight-blue span, h1.title--highlight.title--highlight-blue strong, h2.title--highlight.title--highlight-blue span, h2.title--highlight.title--highlight-blue strong, h3.title--highlight.title--highlight-blue span, h3.title--highlight.title--highlight-blue strong, h4.title--highlight.title--highlight-blue span, h4.title--highlight.title--highlight-blue strong, h5.title--highlight.title--highlight-blue span, h5.title--highlight.title--highlight-blue strong, h6.title--highlight.title--highlight-blue span, h6.title--highlight.title--highlight-blue strong, p.title--highlight.title--highlight-blue span, p.title--highlight.title--highlight-blue strong, span.title--highlight.title--highlight-blue span, span.title--highlight.title--highlight-blue strong {
  color: #030E8F;
}
h1.title--highlight.title--highlight-fucsia span, h1.title--highlight.title--highlight-fucsia strong, h2.title--highlight.title--highlight-fucsia span, h2.title--highlight.title--highlight-fucsia strong, h3.title--highlight.title--highlight-fucsia span, h3.title--highlight.title--highlight-fucsia strong, h4.title--highlight.title--highlight-fucsia span, h4.title--highlight.title--highlight-fucsia strong, h5.title--highlight.title--highlight-fucsia span, h5.title--highlight.title--highlight-fucsia strong, h6.title--highlight.title--highlight-fucsia span, h6.title--highlight.title--highlight-fucsia strong, p.title--highlight.title--highlight-fucsia span, p.title--highlight.title--highlight-fucsia strong, span.title--highlight.title--highlight-fucsia span, span.title--highlight.title--highlight-fucsia strong {
  color: #D63BE9;
}
h1.title--highlight.title--highlight-purple span, h1.title--highlight.title--highlight-purple strong, h2.title--highlight.title--highlight-purple span, h2.title--highlight.title--highlight-purple strong, h3.title--highlight.title--highlight-purple span, h3.title--highlight.title--highlight-purple strong, h4.title--highlight.title--highlight-purple span, h4.title--highlight.title--highlight-purple strong, h5.title--highlight.title--highlight-purple span, h5.title--highlight.title--highlight-purple strong, h6.title--highlight.title--highlight-purple span, h6.title--highlight.title--highlight-purple strong, p.title--highlight.title--highlight-purple span, p.title--highlight.title--highlight-purple strong, span.title--highlight.title--highlight-purple span, span.title--highlight.title--highlight-purple strong {
  color: #8649FC;
}
h1.title--highlight.title--highlight-aquamarine span, h1.title--highlight.title--highlight-aquamarine strong, h2.title--highlight.title--highlight-aquamarine span, h2.title--highlight.title--highlight-aquamarine strong, h3.title--highlight.title--highlight-aquamarine span, h3.title--highlight.title--highlight-aquamarine strong, h4.title--highlight.title--highlight-aquamarine span, h4.title--highlight.title--highlight-aquamarine strong, h5.title--highlight.title--highlight-aquamarine span, h5.title--highlight.title--highlight-aquamarine strong, h6.title--highlight.title--highlight-aquamarine span, h6.title--highlight.title--highlight-aquamarine strong, p.title--highlight.title--highlight-aquamarine span, p.title--highlight.title--highlight-aquamarine strong, span.title--highlight.title--highlight-aquamarine span, span.title--highlight.title--highlight-aquamarine strong {
  color: #14F9DA;
}
h1.title--large, h2.title--large, h3.title--large, h4.title--large, h5.title--large, h6.title--large, p.title--large, span.title--large {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
h1.title--regular, h2.title--regular, h3.title--regular, h4.title--regular, h5.title--regular, h6.title--regular, p.title--regular, span.title--regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
h1.font-small, h2.font-small, h3.font-small, h4.font-small, h5.font-small, h6.font-small, p.font-small, span.font-small {
  font-size: 0.875em;
  line-height: 1em;
}

ul, ol {
  margin-bottom: 20px;
}
ul:last-child, ol:last-child {
  margin-bottom: 0;
}

.mce-content-body {
  font-size: 20px;
  font-size: 2rem;
}

.mce-content-body h1.title--highlight, .mce-content-body h2.title--highlight, .mce-content-body h3.title--highlight, .mce-content-body h4.title--highlight, .mce-content-body h5.title--highlight, .mce-content-body h6.title--highlight, .mce-content-body p.title--highlight, .mce-content-body span.title--highlight,
.wysiwyg h1.title--highlight,
.wysiwyg h2.title--highlight,
.wysiwyg h3.title--highlight,
.wysiwyg h4.title--highlight,
.wysiwyg h5.title--highlight,
.wysiwyg h6.title--highlight,
.wysiwyg p.title--highlight,
.wysiwyg span.title--highlight {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 66px;
  font-size: 6.6rem;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.mce-content-body h1.title--highlight span, .mce-content-body h1.title--highlight strong, .mce-content-body h2.title--highlight span, .mce-content-body h2.title--highlight strong, .mce-content-body h3.title--highlight span, .mce-content-body h3.title--highlight strong, .mce-content-body h4.title--highlight span, .mce-content-body h4.title--highlight strong, .mce-content-body h5.title--highlight span, .mce-content-body h5.title--highlight strong, .mce-content-body h6.title--highlight span, .mce-content-body h6.title--highlight strong, .mce-content-body p.title--highlight span, .mce-content-body p.title--highlight strong, .mce-content-body span.title--highlight span, .mce-content-body span.title--highlight strong,
.wysiwyg h1.title--highlight span,
.wysiwyg h1.title--highlight strong,
.wysiwyg h2.title--highlight span,
.wysiwyg h2.title--highlight strong,
.wysiwyg h3.title--highlight span,
.wysiwyg h3.title--highlight strong,
.wysiwyg h4.title--highlight span,
.wysiwyg h4.title--highlight strong,
.wysiwyg h5.title--highlight span,
.wysiwyg h5.title--highlight strong,
.wysiwyg h6.title--highlight span,
.wysiwyg h6.title--highlight strong,
.wysiwyg p.title--highlight span,
.wysiwyg p.title--highlight strong,
.wysiwyg span.title--highlight span,
.wysiwyg span.title--highlight strong {
  font-weight: 600;
  color: #001E9B;
}
.specialbackground .mce-content-body h1.title--highlight span, .specialbackground .mce-content-body h1.title--highlight strong, .specialbackground .mce-content-body h2.title--highlight span, .specialbackground .mce-content-body h2.title--highlight strong, .specialbackground .mce-content-body h3.title--highlight span, .specialbackground .mce-content-body h3.title--highlight strong, .specialbackground .mce-content-body h4.title--highlight span, .specialbackground .mce-content-body h4.title--highlight strong, .specialbackground .mce-content-body h5.title--highlight span, .specialbackground .mce-content-body h5.title--highlight strong, .specialbackground .mce-content-body h6.title--highlight span, .specialbackground .mce-content-body h6.title--highlight strong, .specialbackground .mce-content-body p.title--highlight span, .specialbackground .mce-content-body p.title--highlight strong, .specialbackground .mce-content-body span.title--highlight span, .specialbackground .mce-content-body span.title--highlight strong,
.specialbackground .wysiwyg h1.title--highlight span,
.specialbackground .wysiwyg h1.title--highlight strong,
.specialbackground .wysiwyg h2.title--highlight span,
.specialbackground .wysiwyg h2.title--highlight strong,
.specialbackground .wysiwyg h3.title--highlight span,
.specialbackground .wysiwyg h3.title--highlight strong,
.specialbackground .wysiwyg h4.title--highlight span,
.specialbackground .wysiwyg h4.title--highlight strong,
.specialbackground .wysiwyg h5.title--highlight span,
.specialbackground .wysiwyg h5.title--highlight strong,
.specialbackground .wysiwyg h6.title--highlight span,
.specialbackground .wysiwyg h6.title--highlight strong,
.specialbackground .wysiwyg p.title--highlight span,
.specialbackground .wysiwyg p.title--highlight strong,
.specialbackground .wysiwyg span.title--highlight span,
.specialbackground .wysiwyg span.title--highlight strong {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mce-content-body h1.title--highlight, .mce-content-body h2.title--highlight, .mce-content-body h3.title--highlight, .mce-content-body h4.title--highlight, .mce-content-body h5.title--highlight, .mce-content-body h6.title--highlight, .mce-content-body p.title--highlight, .mce-content-body span.title--highlight,
.wysiwyg h1.title--highlight,
.wysiwyg h2.title--highlight,
.wysiwyg h3.title--highlight,
.wysiwyg h4.title--highlight,
.wysiwyg h5.title--highlight,
.wysiwyg h6.title--highlight,
.wysiwyg p.title--highlight,
.wysiwyg span.title--highlight {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
.mce-content-body h1.title--highlight:last-child, .mce-content-body h2.title--highlight:last-child, .mce-content-body h3.title--highlight:last-child, .mce-content-body h4.title--highlight:last-child, .mce-content-body h5.title--highlight:last-child, .mce-content-body h6.title--highlight:last-child, .mce-content-body p.title--highlight:last-child, .mce-content-body span.title--highlight:last-child,
.wysiwyg h1.title--highlight:last-child,
.wysiwyg h2.title--highlight:last-child,
.wysiwyg h3.title--highlight:last-child,
.wysiwyg h4.title--highlight:last-child,
.wysiwyg h5.title--highlight:last-child,
.wysiwyg h6.title--highlight:last-child,
.wysiwyg p.title--highlight:last-child,
.wysiwyg span.title--highlight:last-child {
  margin-bottom: 0;
}
.module--cta--fucsia .mce-content-body h1.title--highlight span, .module--cta--fucsia .mce-content-body h1.title--highlight strong, .module--cta--fucsia .mce-content-body h2.title--highlight span, .module--cta--fucsia .mce-content-body h2.title--highlight strong, .module--cta--fucsia .mce-content-body h3.title--highlight span, .module--cta--fucsia .mce-content-body h3.title--highlight strong, .module--cta--fucsia .mce-content-body h4.title--highlight span, .module--cta--fucsia .mce-content-body h4.title--highlight strong, .module--cta--fucsia .mce-content-body h5.title--highlight span, .module--cta--fucsia .mce-content-body h5.title--highlight strong, .module--cta--fucsia .mce-content-body h6.title--highlight span, .module--cta--fucsia .mce-content-body h6.title--highlight strong, .module--cta--fucsia .mce-content-body p.title--highlight span, .module--cta--fucsia .mce-content-body p.title--highlight strong, .module--cta--fucsia .mce-content-body span.title--highlight span, .module--cta--fucsia .mce-content-body span.title--highlight strong,
.module--cta--fucsia .wysiwyg h1.title--highlight span,
.module--cta--fucsia .wysiwyg h1.title--highlight strong,
.module--cta--fucsia .wysiwyg h2.title--highlight span,
.module--cta--fucsia .wysiwyg h2.title--highlight strong,
.module--cta--fucsia .wysiwyg h3.title--highlight span,
.module--cta--fucsia .wysiwyg h3.title--highlight strong,
.module--cta--fucsia .wysiwyg h4.title--highlight span,
.module--cta--fucsia .wysiwyg h4.title--highlight strong,
.module--cta--fucsia .wysiwyg h5.title--highlight span,
.module--cta--fucsia .wysiwyg h5.title--highlight strong,
.module--cta--fucsia .wysiwyg h6.title--highlight span,
.module--cta--fucsia .wysiwyg h6.title--highlight strong,
.module--cta--fucsia .wysiwyg p.title--highlight span,
.module--cta--fucsia .wysiwyg p.title--highlight strong,
.module--cta--fucsia .wysiwyg span.title--highlight span,
.module--cta--fucsia .wysiwyg span.title--highlight strong {
  color: #D63BE9;
}
.module--cta--purple .mce-content-body h1.title--highlight span, .module--cta--purple .mce-content-body h1.title--highlight strong, .module--cta--purple .mce-content-body h2.title--highlight span, .module--cta--purple .mce-content-body h2.title--highlight strong, .module--cta--purple .mce-content-body h3.title--highlight span, .module--cta--purple .mce-content-body h3.title--highlight strong, .module--cta--purple .mce-content-body h4.title--highlight span, .module--cta--purple .mce-content-body h4.title--highlight strong, .module--cta--purple .mce-content-body h5.title--highlight span, .module--cta--purple .mce-content-body h5.title--highlight strong, .module--cta--purple .mce-content-body h6.title--highlight span, .module--cta--purple .mce-content-body h6.title--highlight strong, .module--cta--purple .mce-content-body p.title--highlight span, .module--cta--purple .mce-content-body p.title--highlight strong, .module--cta--purple .mce-content-body span.title--highlight span, .module--cta--purple .mce-content-body span.title--highlight strong,
.module--cta--purple .wysiwyg h1.title--highlight span,
.module--cta--purple .wysiwyg h1.title--highlight strong,
.module--cta--purple .wysiwyg h2.title--highlight span,
.module--cta--purple .wysiwyg h2.title--highlight strong,
.module--cta--purple .wysiwyg h3.title--highlight span,
.module--cta--purple .wysiwyg h3.title--highlight strong,
.module--cta--purple .wysiwyg h4.title--highlight span,
.module--cta--purple .wysiwyg h4.title--highlight strong,
.module--cta--purple .wysiwyg h5.title--highlight span,
.module--cta--purple .wysiwyg h5.title--highlight strong,
.module--cta--purple .wysiwyg h6.title--highlight span,
.module--cta--purple .wysiwyg h6.title--highlight strong,
.module--cta--purple .wysiwyg p.title--highlight span,
.module--cta--purple .wysiwyg p.title--highlight strong,
.module--cta--purple .wysiwyg span.title--highlight span,
.module--cta--purple .wysiwyg span.title--highlight strong {
  color: #8649FC;
}
.module--cta--aquamarine .mce-content-body h1.title--highlight span, .module--cta--aquamarine .mce-content-body h1.title--highlight strong, .module--cta--aquamarine .mce-content-body h2.title--highlight span, .module--cta--aquamarine .mce-content-body h2.title--highlight strong, .module--cta--aquamarine .mce-content-body h3.title--highlight span, .module--cta--aquamarine .mce-content-body h3.title--highlight strong, .module--cta--aquamarine .mce-content-body h4.title--highlight span, .module--cta--aquamarine .mce-content-body h4.title--highlight strong, .module--cta--aquamarine .mce-content-body h5.title--highlight span, .module--cta--aquamarine .mce-content-body h5.title--highlight strong, .module--cta--aquamarine .mce-content-body h6.title--highlight span, .module--cta--aquamarine .mce-content-body h6.title--highlight strong, .module--cta--aquamarine .mce-content-body p.title--highlight span, .module--cta--aquamarine .mce-content-body p.title--highlight strong, .module--cta--aquamarine .mce-content-body span.title--highlight span, .module--cta--aquamarine .mce-content-body span.title--highlight strong,
.module--cta--aquamarine .wysiwyg h1.title--highlight span,
.module--cta--aquamarine .wysiwyg h1.title--highlight strong,
.module--cta--aquamarine .wysiwyg h2.title--highlight span,
.module--cta--aquamarine .wysiwyg h2.title--highlight strong,
.module--cta--aquamarine .wysiwyg h3.title--highlight span,
.module--cta--aquamarine .wysiwyg h3.title--highlight strong,
.module--cta--aquamarine .wysiwyg h4.title--highlight span,
.module--cta--aquamarine .wysiwyg h4.title--highlight strong,
.module--cta--aquamarine .wysiwyg h5.title--highlight span,
.module--cta--aquamarine .wysiwyg h5.title--highlight strong,
.module--cta--aquamarine .wysiwyg h6.title--highlight span,
.module--cta--aquamarine .wysiwyg h6.title--highlight strong,
.module--cta--aquamarine .wysiwyg p.title--highlight span,
.module--cta--aquamarine .wysiwyg p.title--highlight strong,
.module--cta--aquamarine .wysiwyg span.title--highlight span,
.module--cta--aquamarine .wysiwyg span.title--highlight strong {
  color: #14F9DA;
}
.module--cta--black .mce-content-body h1.title--highlight span, .module--cta--black .mce-content-body h1.title--highlight strong, .module--cta--black .mce-content-body h2.title--highlight span, .module--cta--black .mce-content-body h2.title--highlight strong, .module--cta--black .mce-content-body h3.title--highlight span, .module--cta--black .mce-content-body h3.title--highlight strong, .module--cta--black .mce-content-body h4.title--highlight span, .module--cta--black .mce-content-body h4.title--highlight strong, .module--cta--black .mce-content-body h5.title--highlight span, .module--cta--black .mce-content-body h5.title--highlight strong, .module--cta--black .mce-content-body h6.title--highlight span, .module--cta--black .mce-content-body h6.title--highlight strong, .module--cta--black .mce-content-body p.title--highlight span, .module--cta--black .mce-content-body p.title--highlight strong, .module--cta--black .mce-content-body span.title--highlight span, .module--cta--black .mce-content-body span.title--highlight strong,
.module--cta--black .wysiwyg h1.title--highlight span,
.module--cta--black .wysiwyg h1.title--highlight strong,
.module--cta--black .wysiwyg h2.title--highlight span,
.module--cta--black .wysiwyg h2.title--highlight strong,
.module--cta--black .wysiwyg h3.title--highlight span,
.module--cta--black .wysiwyg h3.title--highlight strong,
.module--cta--black .wysiwyg h4.title--highlight span,
.module--cta--black .wysiwyg h4.title--highlight strong,
.module--cta--black .wysiwyg h5.title--highlight span,
.module--cta--black .wysiwyg h5.title--highlight strong,
.module--cta--black .wysiwyg h6.title--highlight span,
.module--cta--black .wysiwyg h6.title--highlight strong,
.module--cta--black .wysiwyg p.title--highlight span,
.module--cta--black .wysiwyg p.title--highlight strong,
.module--cta--black .wysiwyg span.title--highlight span,
.module--cta--black .wysiwyg span.title--highlight strong {
  color: #07010D;
}
.module--cta--blue .mce-content-body h1.title--highlight span, .module--cta--blue .mce-content-body h1.title--highlight strong, .module--cta--blue .mce-content-body h2.title--highlight span, .module--cta--blue .mce-content-body h2.title--highlight strong, .module--cta--blue .mce-content-body h3.title--highlight span, .module--cta--blue .mce-content-body h3.title--highlight strong, .module--cta--blue .mce-content-body h4.title--highlight span, .module--cta--blue .mce-content-body h4.title--highlight strong, .module--cta--blue .mce-content-body h5.title--highlight span, .module--cta--blue .mce-content-body h5.title--highlight strong, .module--cta--blue .mce-content-body h6.title--highlight span, .module--cta--blue .mce-content-body h6.title--highlight strong, .module--cta--blue .mce-content-body p.title--highlight span, .module--cta--blue .mce-content-body p.title--highlight strong, .module--cta--blue .mce-content-body span.title--highlight span, .module--cta--blue .mce-content-body span.title--highlight strong,
.module--cta--blue .wysiwyg h1.title--highlight span,
.module--cta--blue .wysiwyg h1.title--highlight strong,
.module--cta--blue .wysiwyg h2.title--highlight span,
.module--cta--blue .wysiwyg h2.title--highlight strong,
.module--cta--blue .wysiwyg h3.title--highlight span,
.module--cta--blue .wysiwyg h3.title--highlight strong,
.module--cta--blue .wysiwyg h4.title--highlight span,
.module--cta--blue .wysiwyg h4.title--highlight strong,
.module--cta--blue .wysiwyg h5.title--highlight span,
.module--cta--blue .wysiwyg h5.title--highlight strong,
.module--cta--blue .wysiwyg h6.title--highlight span,
.module--cta--blue .wysiwyg h6.title--highlight strong,
.module--cta--blue .wysiwyg p.title--highlight span,
.module--cta--blue .wysiwyg p.title--highlight strong,
.module--cta--blue .wysiwyg span.title--highlight span,
.module--cta--blue .wysiwyg span.title--highlight strong {
  color: #030E8F;
}
.mce-content-body h1.title--highlight.title--highlight-blue span, .mce-content-body h1.title--highlight.title--highlight-blue strong, .mce-content-body h2.title--highlight.title--highlight-blue span, .mce-content-body h2.title--highlight.title--highlight-blue strong, .mce-content-body h3.title--highlight.title--highlight-blue span, .mce-content-body h3.title--highlight.title--highlight-blue strong, .mce-content-body h4.title--highlight.title--highlight-blue span, .mce-content-body h4.title--highlight.title--highlight-blue strong, .mce-content-body h5.title--highlight.title--highlight-blue span, .mce-content-body h5.title--highlight.title--highlight-blue strong, .mce-content-body h6.title--highlight.title--highlight-blue span, .mce-content-body h6.title--highlight.title--highlight-blue strong, .mce-content-body p.title--highlight.title--highlight-blue span, .mce-content-body p.title--highlight.title--highlight-blue strong, .mce-content-body span.title--highlight.title--highlight-blue span, .mce-content-body span.title--highlight.title--highlight-blue strong,
.wysiwyg h1.title--highlight.title--highlight-blue span,
.wysiwyg h1.title--highlight.title--highlight-blue strong,
.wysiwyg h2.title--highlight.title--highlight-blue span,
.wysiwyg h2.title--highlight.title--highlight-blue strong,
.wysiwyg h3.title--highlight.title--highlight-blue span,
.wysiwyg h3.title--highlight.title--highlight-blue strong,
.wysiwyg h4.title--highlight.title--highlight-blue span,
.wysiwyg h4.title--highlight.title--highlight-blue strong,
.wysiwyg h5.title--highlight.title--highlight-blue span,
.wysiwyg h5.title--highlight.title--highlight-blue strong,
.wysiwyg h6.title--highlight.title--highlight-blue span,
.wysiwyg h6.title--highlight.title--highlight-blue strong,
.wysiwyg p.title--highlight.title--highlight-blue span,
.wysiwyg p.title--highlight.title--highlight-blue strong,
.wysiwyg span.title--highlight.title--highlight-blue span,
.wysiwyg span.title--highlight.title--highlight-blue strong {
  color: #030E8F;
}
.mce-content-body h1.title--highlight.title--highlight-fucsia span, .mce-content-body h1.title--highlight.title--highlight-fucsia strong, .mce-content-body h2.title--highlight.title--highlight-fucsia span, .mce-content-body h2.title--highlight.title--highlight-fucsia strong, .mce-content-body h3.title--highlight.title--highlight-fucsia span, .mce-content-body h3.title--highlight.title--highlight-fucsia strong, .mce-content-body h4.title--highlight.title--highlight-fucsia span, .mce-content-body h4.title--highlight.title--highlight-fucsia strong, .mce-content-body h5.title--highlight.title--highlight-fucsia span, .mce-content-body h5.title--highlight.title--highlight-fucsia strong, .mce-content-body h6.title--highlight.title--highlight-fucsia span, .mce-content-body h6.title--highlight.title--highlight-fucsia strong, .mce-content-body p.title--highlight.title--highlight-fucsia span, .mce-content-body p.title--highlight.title--highlight-fucsia strong, .mce-content-body span.title--highlight.title--highlight-fucsia span, .mce-content-body span.title--highlight.title--highlight-fucsia strong,
.wysiwyg h1.title--highlight.title--highlight-fucsia span,
.wysiwyg h1.title--highlight.title--highlight-fucsia strong,
.wysiwyg h2.title--highlight.title--highlight-fucsia span,
.wysiwyg h2.title--highlight.title--highlight-fucsia strong,
.wysiwyg h3.title--highlight.title--highlight-fucsia span,
.wysiwyg h3.title--highlight.title--highlight-fucsia strong,
.wysiwyg h4.title--highlight.title--highlight-fucsia span,
.wysiwyg h4.title--highlight.title--highlight-fucsia strong,
.wysiwyg h5.title--highlight.title--highlight-fucsia span,
.wysiwyg h5.title--highlight.title--highlight-fucsia strong,
.wysiwyg h6.title--highlight.title--highlight-fucsia span,
.wysiwyg h6.title--highlight.title--highlight-fucsia strong,
.wysiwyg p.title--highlight.title--highlight-fucsia span,
.wysiwyg p.title--highlight.title--highlight-fucsia strong,
.wysiwyg span.title--highlight.title--highlight-fucsia span,
.wysiwyg span.title--highlight.title--highlight-fucsia strong {
  color: #D63BE9;
}
.mce-content-body h1.title--highlight.title--highlight-purple span, .mce-content-body h1.title--highlight.title--highlight-purple strong, .mce-content-body h2.title--highlight.title--highlight-purple span, .mce-content-body h2.title--highlight.title--highlight-purple strong, .mce-content-body h3.title--highlight.title--highlight-purple span, .mce-content-body h3.title--highlight.title--highlight-purple strong, .mce-content-body h4.title--highlight.title--highlight-purple span, .mce-content-body h4.title--highlight.title--highlight-purple strong, .mce-content-body h5.title--highlight.title--highlight-purple span, .mce-content-body h5.title--highlight.title--highlight-purple strong, .mce-content-body h6.title--highlight.title--highlight-purple span, .mce-content-body h6.title--highlight.title--highlight-purple strong, .mce-content-body p.title--highlight.title--highlight-purple span, .mce-content-body p.title--highlight.title--highlight-purple strong, .mce-content-body span.title--highlight.title--highlight-purple span, .mce-content-body span.title--highlight.title--highlight-purple strong,
.wysiwyg h1.title--highlight.title--highlight-purple span,
.wysiwyg h1.title--highlight.title--highlight-purple strong,
.wysiwyg h2.title--highlight.title--highlight-purple span,
.wysiwyg h2.title--highlight.title--highlight-purple strong,
.wysiwyg h3.title--highlight.title--highlight-purple span,
.wysiwyg h3.title--highlight.title--highlight-purple strong,
.wysiwyg h4.title--highlight.title--highlight-purple span,
.wysiwyg h4.title--highlight.title--highlight-purple strong,
.wysiwyg h5.title--highlight.title--highlight-purple span,
.wysiwyg h5.title--highlight.title--highlight-purple strong,
.wysiwyg h6.title--highlight.title--highlight-purple span,
.wysiwyg h6.title--highlight.title--highlight-purple strong,
.wysiwyg p.title--highlight.title--highlight-purple span,
.wysiwyg p.title--highlight.title--highlight-purple strong,
.wysiwyg span.title--highlight.title--highlight-purple span,
.wysiwyg span.title--highlight.title--highlight-purple strong {
  color: #8649FC;
}
.mce-content-body h1.title--highlight.title--highlight-aquamarine span, .mce-content-body h1.title--highlight.title--highlight-aquamarine strong, .mce-content-body h2.title--highlight.title--highlight-aquamarine span, .mce-content-body h2.title--highlight.title--highlight-aquamarine strong, .mce-content-body h3.title--highlight.title--highlight-aquamarine span, .mce-content-body h3.title--highlight.title--highlight-aquamarine strong, .mce-content-body h4.title--highlight.title--highlight-aquamarine span, .mce-content-body h4.title--highlight.title--highlight-aquamarine strong, .mce-content-body h5.title--highlight.title--highlight-aquamarine span, .mce-content-body h5.title--highlight.title--highlight-aquamarine strong, .mce-content-body h6.title--highlight.title--highlight-aquamarine span, .mce-content-body h6.title--highlight.title--highlight-aquamarine strong, .mce-content-body p.title--highlight.title--highlight-aquamarine span, .mce-content-body p.title--highlight.title--highlight-aquamarine strong, .mce-content-body span.title--highlight.title--highlight-aquamarine span, .mce-content-body span.title--highlight.title--highlight-aquamarine strong,
.wysiwyg h1.title--highlight.title--highlight-aquamarine span,
.wysiwyg h1.title--highlight.title--highlight-aquamarine strong,
.wysiwyg h2.title--highlight.title--highlight-aquamarine span,
.wysiwyg h2.title--highlight.title--highlight-aquamarine strong,
.wysiwyg h3.title--highlight.title--highlight-aquamarine span,
.wysiwyg h3.title--highlight.title--highlight-aquamarine strong,
.wysiwyg h4.title--highlight.title--highlight-aquamarine span,
.wysiwyg h4.title--highlight.title--highlight-aquamarine strong,
.wysiwyg h5.title--highlight.title--highlight-aquamarine span,
.wysiwyg h5.title--highlight.title--highlight-aquamarine strong,
.wysiwyg h6.title--highlight.title--highlight-aquamarine span,
.wysiwyg h6.title--highlight.title--highlight-aquamarine strong,
.wysiwyg p.title--highlight.title--highlight-aquamarine span,
.wysiwyg p.title--highlight.title--highlight-aquamarine strong,
.wysiwyg span.title--highlight.title--highlight-aquamarine span,
.wysiwyg span.title--highlight.title--highlight-aquamarine strong {
  color: #14F9DA;
}
.mce-content-body h1.title--large, .mce-content-body h2.title--large, .mce-content-body h3.title--large, .mce-content-body h4.title--large, .mce-content-body h5.title--large, .mce-content-body h6.title--large, .mce-content-body p.title--large, .mce-content-body span.title--large,
.wysiwyg h1.title--large,
.wysiwyg h2.title--large,
.wysiwyg h3.title--large,
.wysiwyg h4.title--large,
.wysiwyg h5.title--large,
.wysiwyg h6.title--large,
.wysiwyg p.title--large,
.wysiwyg span.title--large {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.mce-content-body h1.title--regular, .mce-content-body h2.title--regular, .mce-content-body h3.title--regular, .mce-content-body h4.title--regular, .mce-content-body h5.title--regular, .mce-content-body h6.title--regular, .mce-content-body p.title--regular, .mce-content-body span.title--regular,
.wysiwyg h1.title--regular,
.wysiwyg h2.title--regular,
.wysiwyg h3.title--regular,
.wysiwyg h4.title--regular,
.wysiwyg h5.title--regular,
.wysiwyg h6.title--regular,
.wysiwyg p.title--regular,
.wysiwyg span.title--regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.mce-content-body h1.font-small, .mce-content-body h2.font-small, .mce-content-body h3.font-small, .mce-content-body h4.font-small, .mce-content-body h5.font-small, .mce-content-body h6.font-small, .mce-content-body p.font-small, .mce-content-body span.font-small,
.wysiwyg h1.font-small,
.wysiwyg h2.font-small,
.wysiwyg h3.font-small,
.wysiwyg h4.font-small,
.wysiwyg h5.font-small,
.wysiwyg h6.font-small,
.wysiwyg p.font-small,
.wysiwyg span.font-small {
  font-size: 0.875em;
  line-height: 1em;
}
.mce-content-body ul, .mce-content-body ol,
.wysiwyg ul,
.wysiwyg ol {
  margin-bottom: 20px;
}
.mce-content-body ul:last-child, .mce-content-body ol:last-child,
.wysiwyg ul:last-child,
.wysiwyg ol:last-child {
  margin-bottom: 0;
}

.acf-field-name-modular_content_cta_highlight h1, .acf-field-name-modular_content_cta_highlight h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 66px;
  font-size: 6.6rem;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.acf-field-name-modular_content_cta_highlight h1 span, .acf-field-name-modular_content_cta_highlight h1 strong, .acf-field-name-modular_content_cta_highlight h2 span, .acf-field-name-modular_content_cta_highlight h2 strong {
  font-weight: 600;
  color: #001E9B;
}
.specialbackground .acf-field-name-modular_content_cta_highlight h1 span, .specialbackground .acf-field-name-modular_content_cta_highlight h1 strong, .specialbackground .acf-field-name-modular_content_cta_highlight h2 span, .specialbackground .acf-field-name-modular_content_cta_highlight h2 strong {
  color: #ffffff;
}
@media (max-width: 767px) {
  .acf-field-name-modular_content_cta_highlight h1, .acf-field-name-modular_content_cta_highlight h2 {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
.acf-field-name-modular_content_cta_highlight h1:last-child, .acf-field-name-modular_content_cta_highlight h2:last-child {
  margin-bottom: 0;
}

input,
textarea,
select {
  box-shadow: none !important;
  -webkit-appearance: none;
}

input[type=text],
input[type=search],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=url],
input[type=tel],
textarea,
select {
  box-sizing: border-box;
}

input[type=text]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline: 0;
  box-shadow: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input:required {
  box-shadow: none;
}

input:invalid {
  box-shadow: 0 0 0 #000;
}

input[type=checkbox],
input[type=radio],
input[type=number],
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=date],
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-datetime-edit,
input[type=date]::-webkit-datetime-edit-fields-wrapper,
input[type=date]::-webkit-datetime-edit-text,
input[type=date]::-webkit-datetime-edit-month-field,
input[type=date]::-webkit-datetime-edit-day-field,
input[type=date]::-webkit-datetime-edit-year-field {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=date]::-webkit-search-cancel-button,
input[type=date]::-webkit-search-results-button {
  appearance: textfield;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-clear-button {
  display: none !important;
}

.form__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0px -80px;
}
@media (max-width: 979px) {
  .form__row {
    margin: 0;
    flex-direction: column;
    align-items: center;
  }
}
.form__col {
  width: 50%;
  min-width: 50%;
  padding: 0 0px 80px 0px;
}
@media (max-width: 979px) {
  .form__col {
    padding: 0 0px 20px 0px;
  }
}
@media (max-width: 767px) {
  .form__col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .form__col:first-of-type {
    padding-bottom: 20px;
  }
}
.form__help {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .form__help {
    margin-bottom: 15px;
  }
}
.form__help .small {
  font-size: 12px;
  font-size: 1.2rem;
}
.form__field a {
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
}
.form__field a:hover {
  color: #030E8F;
}
.form__field__wrapper {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .form__field__wrapper {
    align-self: flex-start;
  }
}
.form__field__wrapper span {
  max-width: 100%;
  display: block;
}
.form__field__wrapper .form__field {
  max-width: 100%;
  display: block;
}
.form__field__wrapper .form__field.form__field--checkbox {
  display: inline-flex;
  max-width: 459px;
}
.form__field__wrapper .form__field input, .form__field__wrapper .form__field textarea {
  max-width: 100%;
  width: 100%;
}
.form__field__label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.form__field__input {
  color: #07010D;
  border: 2px solid #07010D;
  background: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: -0.12px;
  border-radius: 0;
  padding: 6px 24px 8px;
  transition: border-color 0.2s linear;
  height: 50px;
}
.form__field__input--search {
  border-radius: 25px;
}
.form__field__input::-webkit-input-placeholder {
  font-weight: 300;
  color: #7C7C7C;
}

.form__field__input:-moz-placeholder {
  font-weight: 300;
  color: #7C7C7C;
}

.form__field__input::-moz-placeholder {
  font-weight: 300;
  color: #7C7C7C;
}

.form__field__input:-ms-input-placeholder {
  font-weight: 300;
  color: #7C7C7C;
}

.form__field__input::placeholder {
  font-weight: 300;
  color: #7C7C7C;
}

.form_controlPreFilled .form__field__input, .form_controlFilled .form__field__input {
  border-color: #3F61FE;
}
.form__field__input--textarea {
  height: 110px;
}
.form__field--checkbox, .form__field--radio {
  min-height: 34px;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  color: #7C7C7C;
  letter-spacing: -0.09px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.form__field--checkbox input[type=checkbox], .form__field--checkbox input[type=radio], .form__field--radio input[type=checkbox], .form__field--radio input[type=radio] {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px) !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
}
.form__field--checkbox.form_controlFilled .shape-checkbox::after, .form__field--radio.form_controlFilled .shape-checkbox::after {
  opacity: 1;
}
.form__field--checkbox .shape-checkbox, .form__field--radio .shape-checkbox {
  position: relative;
  display: block;
  padding-right: 5px;
  width: 36px;
  height: 30px;
}
.form__field--checkbox .shape-checkbox::before, .form__field--checkbox .shape-checkbox::after, .form__field--radio .shape-checkbox::before, .form__field--radio .shape-checkbox::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 0;
  box-sizing: border-box;
}
.form__field--checkbox .shape-checkbox::before, .form__field--radio .shape-checkbox::before {
  position: relative;
  border: 2px solid #07010D;
}
.form__field--checkbox .shape-checkbox::after, .form__field--radio .shape-checkbox::after {
  position: absolute;
  font-family: "madblueicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  opacity: 0;
  color: #07010D;
  font-size: 18px;
  font-size: 1.8rem;
  top: 7px;
  left: 5px;
  transition: opacity 0.2s linear;
}
.form__field--checkbox .wpcf7-list-item, .form__field--radio .wpcf7-list-item {
  margin: 0;
}
.form__field--checkbox .wpcf7-list-item span, .form__field--radio .wpcf7-list-item span {
  position: relative;
  display: block;
  width: 36px;
  height: 30px;
}
.form__field--checkbox .wpcf7-list-item span::before, .form__field--checkbox .wpcf7-list-item span::after, .form__field--radio .wpcf7-list-item span::before, .form__field--radio .wpcf7-list-item span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 0;
  box-sizing: border-box;
}
.form__field--checkbox .wpcf7-list-item span::before, .form__field--radio .wpcf7-list-item span::before {
  border: 4px solid #13C9FF;
}
.form__field--checkbox .wpcf7-list-item span::after, .form__field--radio .wpcf7-list-item span::after {
  font-family: "madblueicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  opacity: 0;
  color: #07010D;
  font-size: 18px;
  font-size: 1.8rem;
  top: 7px;
  left: 5px;
  transition: opacity 0.2s linear;
}
.form__field--checkbox .wpcf7-list-item input:checked + span::after, .form__field--radio .wpcf7-list-item input:checked + span::after {
  opacity: 1;
}
.form__field--checkbox.form_controlFilled .wpcf7-list-item span::before, .form__field--radio.form_controlFilled .wpcf7-list-item span::before {
  border-color: #3F61FE;
}
.form_controlPreFilled .form__field--checkbox .wpcf7-list-item span::before, .form_controlPreFilled .form__field--radio .wpcf7-list-item span::before {
  border-color: #3F61FE;
}
.form .form__button__wrapper .ajax-loader {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0, -50%);
  padding: 10px;
  z-index: 100;
  background-repeat: no-repeat;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.invalid .form__field__input {
  border-color: red;
}
.invalid .form__field__input::-webkit-input-placeholder {
  font-weight: 300;
  color: red;
}

.invalid .form__field__input:-moz-placeholder {
  font-weight: 300;
  color: red;
}

.invalid .form__field__input::-moz-placeholder {
  font-weight: 300;
  color: red;
}

.invalid .form__field__input:-ms-input-placeholder {
  font-weight: 300;
  color: red;
}

.invalid .form__field__input::placeholder {
  font-weight: 300;
  color: red;
}

.invalid .form__col:last-of-type, .sent .form__col:last-of-type {
  margin-top: -42px;
}
@media (max-width: 979px) {
  .invalid .form__col:last-of-type, .sent .form__col:last-of-type {
    margin-top: 0px;
  }
}

.mc4wp-form-error .form__col:nth-of-type(2), .mc4wp-form-success .form__col:nth-of-type(2), .mc4wp-form-alert .form__col:nth-of-type(2) {
  margin-top: -80px;
}
.mc4wp-form-error .form__col:nth-of-type(2) .form__field__wrapper, .mc4wp-form-success .form__col:nth-of-type(2) .form__field__wrapper, .mc4wp-form-alert .form__col:nth-of-type(2) .form__field__wrapper {
  margin-top: 10px;
}
@media (max-width: 979px) {
  .mc4wp-form-error .form__col:nth-of-type(2), .mc4wp-form-success .form__col:nth-of-type(2), .mc4wp-form-alert .form__col:nth-of-type(2) {
    margin-top: 0px;
  }
}
@media (max-width: 979px) {
  .mc4wp-form-error .mc4wp-form-fields, .mc4wp-form-success .mc4wp-form-fields, .mc4wp-form-alert .mc4wp-form-fields {
    margin-top: 0px;
  }
}

.mc4wp-form-fields {
  display: flex;
  flex-direction: column;
  position: relative;
}

.mc4wp-response {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.mc4wp-response .mc4wp-alert {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  min-height: 90px;
  line-height: 1.3;
  padding-left: 10px;
  color: red;
  margin-bottom: 10px;
}
.mc4wp-response .mc4wp-success, .mc4wp-response .mc4wp-error {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: 15px;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  min-height: 90px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.mc4wp-response .mc4wp-success:before, .mc4wp-response .mc4wp-error:before {
  font-family: "madblueicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 90px;
  font-size: 9rem;
  position: relative;
  left: -10px;
}
.mc4wp-response .mc4wp-success p, .mc4wp-response .mc4wp-error p {
  position: relative;
  left: -18px;
}
@media (max-width: 979px) {
  .mc4wp-response .mc4wp-success, .mc4wp-response .mc4wp-error {
    height: auto;
    align-items: center;
    max-width: 100%;
    width: 100%;
  }
}
.mc4wp-response .mc4wp-success {
  color: #0ECE59;
}
.mc4wp-response .mc4wp-success:before {
  content: "\e906";
  color: #0ECE59;
}
.mc4wp-response .mc4wp-error {
  color: red;
}
.mc4wp-response .mc4wp-error:before {
  content: "\e907";
  color: red;
  left: -10px;
}

.form__col {
  position: relative;
}
.form__col:first-of-type {
  padding-right: 20px;
}
.form__col:nth-of-type(2) {
  padding-left: 20px;
}
@media (max-width: 979px) {
  .form__col {
    max-width: 100%;
    width: 100%;
  }
  .form__col:first-of-type {
    padding-right: 0px;
  }
  .form__col:nth-of-type(2) {
    padding-left: 0px;
  }
}
@media (max-width: 979px) {
  .form__col .wpcf7-response-output {
    margin: 0px;
  }
}
.form__col .wpcf7-mail-sent-ok, .form__col .wpcf7-validation-errors {
  border: none;
  width: 100%;
  max-width: 100%;
  position: relative;
  top: 15px;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  min-height: 90px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.form__col .wpcf7-mail-sent-ok:before, .form__col .wpcf7-validation-errors:before {
  font-family: "madblueicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 90px;
  font-size: 9rem;
  position: relative;
  left: -10px;
}
.form__col .wpcf7-mail-sent-ok p, .form__col .wpcf7-validation-errors p {
  position: relative;
  left: -18px;
}
@media (max-width: 979px) {
  .form__col .wpcf7-mail-sent-ok, .form__col .wpcf7-validation-errors {
    height: auto;
    align-items: center;
    max-width: 100%;
    width: 100%;
  }
}
.form__col .wpcf7-validation-errors {
  color: red;
}
.form__col .wpcf7-validation-errors:before {
  content: "\e907";
  color: red;
  left: -10px;
}
.form__col .wpcf7-mail-sent-ok {
  color: #0ECE59;
}
.form__col .wpcf7-mail-sent-ok:before {
  content: "\e906";
  color: #0ECE59;
}

.switch-container {
  background-image: linear-gradient(209deg, #C4F1FF 0%, #FFFFFF 31%, #FFFFFF 65%, #DDE2FF 97%);
  border: 2px solid rgba(7, 1, 13, 0.1);
  border-radius: 27px;
  position: relative;
  width: 320px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.switch-container label {
  display: block;
  width: 50%;
  min-width: 50%;
  padding: 10px;
  text-align: center;
  position: relative;
  font-family: "Altero", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #07010D;
}
.switch-container label span {
  position: relative;
  z-index: 10;
}
.switch-container input:first-child + label {
  color: #07010D;
}
.switch-container input:first-child + label::before {
  content: "";
  display: block;
  width: 160px;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(206deg, #15C8FF 0%, #15C8FF 0%, #3F61FE 32%, #030E8F 67%, #07010D 100%);
  border-radius: 27px;
  left: 100%;
  top: 0;
  z-index: 1;
  transition: left 0.3s ease-in-out;
}
.switch-container input + label + input.checked + label {
  color: #ffffff;
}
.switch-container input:first-child.checked + label {
  color: #ffffff;
}
.switch-container input:first-child.checked + label::before {
  left: 0;
}

.form--inline {
  padding-top: 100px;
  padding-bottom: 100px;
}
.form--inline .form__help {
  margin-bottom: 20px;
}
.form--inline .form__field__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  margin-bottom: 0;
}
.form--inline .form__field__wrapper .button {
  margin-left: -2px;
}

.form--all-in-one .form__field__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  margin-bottom: 0;
}
.form--all-in-one .form__field__wrapper .form__field {
  width: 100%;
}
.form--all-in-one .form__field__wrapper .form__field__input {
  width: 100%;
  padding-right: 120px;
}
.form--all-in-one .form__field__wrapper .button {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translate(0, -50%);
}

.wpcf7-spinner {
  position: absolute !important;
}

.js--custom-search-results.loading {
  position: relative;
  height: 160px;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}
.js--custom-search-results.loading::before, .js--custom-search-results.loading::after {
  content: "";
  position: absolute;
  border: 4px solid #15C8FF;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.js--custom-search-results.loading::after {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.distributor-filter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.distributor-filter .select-wrapper {
  margin-right: 20px;
}
.distributor-filter .form {
  flex-grow: 2;
  max-width: 480px;
}
@media (max-width: 629px) {
  .distributor-filter {
    flex-wrap: wrap;
  }
  .distributor-filter .select-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: 100%;
  }
  .distributor-filter .select-wrapper .button.button--select {
    width: 100%;
  }
}

.distributor-more {
  text-align: center;
  margin-top: -50px;
}
.distributor-more.hidden {
  display: none !important;
}

.distributor .search-no-results {
  padding: 0 14px 28px;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .distributor .search-no-results {
    padding: 0 8px 28px;
  }
}

.choices {
  list-style: none;
  padding: 0;
  margin: 0;
}
.choices li {
  padding: 0;
  margin: 0 0 10px 0;
}
.choices li:last-child {
  margin-bottom: 0;
}
.choices__item__children {
  padding-top: 10px;
  padding-left: 32px;
  padding-bottom: 10px;
}
.choices.choices--buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.choices.choices--buttons li {
  flex: 1 0 auto;
  margin-bottom: 0;
}
.choices.choices--buttons.choices--evenly {
  flex-wrap: nowrap;
}
.choices.choices--buttons.choices--evenly.choices--items-3 li {
  flex: 1 0 auto;
  min-width: 33.333%;
  width: 33.333%;
}
.choices.choices--buttons.choices--evenly.choices--items-4 li {
  flex: 1 0 auto;
  min-width: 25%;
  width: 25%;
}
.choices.choices--buttons.choices--evenly.choices--items-5 li {
  flex: 1 0 auto;
  min-width: 20%;
  width: 20%;
}
.choices.choices--buttons.choices--evenly.choices--items-6 li {
  flex: 1 0 auto;
  min-width: 16.6667%;
  width: 16.6667%;
}
.choices.choices--buttons.choices--evenly.choices--items-6 li .input-choice__label {
  padding-left: 0;
  padding-right: 0;
}

.input-choice {
  position: relative;
  display: flex;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8rem;
  line-height: 1.12em;
  font-weight: 300;
}
.input-choice .input-choice__label {
  padding-right: 34px;
  min-height: 24px;
  padding-top: 0.375rem;
  padding-bottom: 0.25rem;
}
.input-choice .input-choice__label a {
  font-weight: 600;
  text-decoration: underline;
}
.search-block__filters .input-choice .input-choice__label {
  font-weight: 600;
}
.input-choice .input-choice__label::before, .input-choice .input-choice__label::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 20px;
  transform: translate(0, -50%);
}
.input-choice .input-choice__label::before {
  color: #07010D;
  background: #ffffff;
  border: 2px solid #07010D;
  padding: 0;
  z-index: 1;
}
.input-choice .input-choice__label::after {
  font-family: "madblueicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  font-size: 18px;
  opacity: 0;
  right: 0px;
  top: 23px;
  z-index: 10;
  color: #07010D;
}
.input-choice input[type=checkbox], .input-choice input[type=radio] {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px) !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
}
.input-choice input[type=checkbox]:checked + span::after, .input-choice input[type=radio]:checked + span::after {
  opacity: 1;
}
.choices--list .input-choice .input-choice__label {
  padding-top: 8px;
}
.choices--list .input-choice .input-choice__label::after {
  color: #07010D;
}

.container {
  max-width: 1600px;
  padding: 0 90px;
  margin: 0 auto;
}
@media (max-width: 1277px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001E9B;
  background-color: white;
  z-index: 10000;
  display: flex;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.5s linear;
  transform: translate3d(0, 0, 0);
  /*&::before {
     content: '';
     display: block;
     width: 800px;
     height: 800px;
     background-color: $color_7;
     border-radius: 800px;
     filter: blur(100px);
     position: fixed;
     top: var(--my);
     left: var(--mx);
     transition: top .3s ease-in-out, left .3s ease-in-out
   }

   .isSafari & {
     &::before {
       display: none!important;
     }
   }

  img {
  	display: block;
  	margin: auto;
     position: relative;
     z-index: 10;
  }*/
}
.htmlReady #loading {
  opacity: 0;
  pointer-events: none;
}

@keyframes wobble {
  33% {
    transform: translateX(-50px);
  }
  66% {
    transform: translateX(50px);
  }
}
@keyframes up {
  0% {
    opacity: 0;
  }
  10%, 90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-1024px);
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2500;
  transition: transform 0.3s ease-in;
}
.scrolled--down .site-header {
  -webkit-transform: translate(0, -42px);
  transform: translate(0, -42px);
}
.scrolled--up .site-header {
  -webkit-transform: translate(0, -42px);
  transform: translate(0, -42px);
}
.site-header::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(circle at 89% 0%, #15C8FF 0%, #15C8FF 0%, #15C8FF 0%, #3F61FE 43%, #030E8F 92%, #07010D 137%);
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
@media (max-width: 767px) {
  .site-header .container {
    padding-right: 20px;
  }
}
.site-header__inner {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .site-header__inner {
    padding: 7px 0;
  }
}
.scrolled--totop .site-header__inner {
  padding: 22px 0;
}
@media (max-width: 767px) {
  .scrolled--totop .site-header__inner {
    padding: 7px 0;
  }
}
@media (max-width: 767px) {
  .site-header__inner .site-header__lang {
    display: none;
  }
}
.site-header__topbar {
  position: relative;
  z-index: 1000;
  background: #FFFF23;
  color: #07010D;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 0;
}
.site-header__topbar span, .site-header__topbar strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .site-header__topbar {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .site-header__topbar .container {
    padding: 0 20px;
  }
}
@media (max-width: 349px) {
  .site-header__topbar .container {
    white-space: nowrap;
    padding: 0 5px;
  }
}
.site-header .site-branding {
  width: 50px;
  transition: width 0.3s ease-in;
  -webkit-transition: width 0.3s ease-in;
}
.site-header .site-branding img {
  max-width: 100%;
  height: auto;
}
.scrolled--totop .site-header {
  transform: translate(0, 0);
}
.scrolled--totop .site-header .site-branding {
  width: 90px;
}
@media (max-width: 979px) {
  .scrolled--totop .site-header .site-branding {
    width: 50px;
  }
}
.scrolled--totop .site-header::before {
  opacity: 0;
}

.site-footer {
  margin-top: var(--module-space);
  position: relative;
  bottom: -1px;
}
@media (max-width: 979px) {
  .site-footer .module {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.site-footer__legals,
.site-footer .copy {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  font-weight: 300;
  letter-spacing: -0.1px;
}
.site-footer__legals {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-footer__legals li {
  display: flex;
  align-items: flex-end;
}
.site-footer__legals li a {
  color: #13C9FF;
}
.site-footer__legals li::before {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.site-footer__legals li:first-child::before {
  content: none;
}
.site-footer__section {
  position: relative;
  padding-bottom: 90px;
  padding-top: 40px;
}
.site-footer__section .container {
  max-width: 1250px;
}
.site-footer__section__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer__section__body--top {
  padding-bottom: 25px;
}
.site-footer__section__body--top .site-footer__section__right {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 1277px) {
  .site-footer__section__body--top .site-footer__section__right {
    padding-bottom: 47px;
  }
}
.site-footer__section__body--top .site-footer__lang {
  margin-left: 20px;
}
@media (max-width: 519px) {
  .site-footer__section__body--top .site-footer__lang {
    margin-left: 10px;
  }
}
.site-footer__section__body--top .site-footer__section__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer__section__body--top .site-footer__section__left a, .site-footer__section__body--top .site-footer__section__left span {
  display: flex;
  align-items: flex-end;
  padding-right: 38px;
}
.site-footer__section__body--top .site-footer__section__left a img, .site-footer__section__body--top .site-footer__section__left span img {
  max-width: 181px;
  max-height: 71px;
}
@media (max-width: 1277px) {
  .site-footer__section__body--top {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0px;
    margin: 0 -38px;
  }
  .site-footer__section__body--top .site-footer__section__left {
    padding-bottom: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .site-footer__section__body--top .site-footer__section__left a, .site-footer__section__body--top .site-footer__section__left span {
    padding-bottom: 47px;
    padding-left: 38px;
  }
  .site-footer__section__body--top .site-footer__section__right {
    padding-right: 38px;
    padding-left: 38px;
  }
}
@media (max-width: 799px) {
  .site-footer__section__body--top {
    margin: 0 -18px;
  }
}
@media (max-width: 799px) {
  .site-footer__section__body--top .site-footer__section__left a, .site-footer__section__body--top .site-footer__section__left span {
    padding-left: 18px;
    padding-right: 18px;
  }
  .site-footer__section__body--top .site-footer__section__right {
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media (max-width: 519px) {
  .site-footer__section__body--top {
    margin: 0;
  }
  .site-footer__section__body--top .site-footer__section__left {
    flex-direction: column;
    align-items: center;
  }
  .site-footer__section__body--top .site-footer__section__left a, .site-footer__section__body--top .site-footer__section__left span {
    padding-right: 0;
    padding-left: 0;
  }
  .site-footer__section__body--top .site-footer__section__right {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .site-footer__section__body--bottom {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.site-footer__section--1 {
  color: #07010D;
  background-color: #FFFF23;
  padding-top: 0;
  padding-bottom: 20px;
}
.page-id-115 .site-footer__section--1 {
  display: none;
}
.site-footer__section--2 {
  background-color: #07010D;
  color: #ffffff;
  padding-top: 60px;
}
@media (max-width: 979px) {
  .site-footer__section--2 {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .site-footer__section--2 .site-footer__section__body {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .site-footer__section--2 .site-footer__section__left {
    width: 100%;
    display: flex;
    justify-content: start;
  }
}
.site-footer__section--2 .claim {
  max-width: 350px;
}
@media (max-width: 767px) {
  .site-footer__section--2 .claim {
    max-width: 100%;
  }
}
.site-footer__section--2 .claim span, .site-footer__section--2 .claim strong {
  display: block;
}
.site-footer__section--2 .site-footer__section__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .site-footer__section--2 .site-footer__section__right {
    width: 100%;
    padding-top: 50px;
  }
}
.site-footer__section--2 .site-footer__menu {
  margin-left: 90px;
  text-align: right;
  font-family: "Altero", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  color: #13C9FF;
  text-transform: uppercase;
}
@media (max-width: 520px) {
  .site-footer__section--2 .site-footer__menu {
    margin-left: 0px;
  }
}
.site-footer__section--2 .site-footer__menu a {
  color: #13C9FF;
}
.site-footer__section--3 {
  background-color: #001E9B;
  color: #ffffff;
  padding-bottom: 53px;
  padding-top: 35px;
}
.site-footer__section--3 .container {
  overflow: hidden;
}
@media (max-width: 519px) {
  .site-footer__section--3 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 979px) {
  .site-footer__section--3 .list--social {
    align-items: center;
  }
}
.site-footer__section--3 .list--social a {
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
}
.site-footer__section--3 .list--social .list--social__item--linkedin a:hover {
  color: #2867B2;
}
.site-footer__section--3 .list--social .list--social__item--facebook a:hover {
  color: #4267B2;
}
.site-footer__section--3 .list--social .list--social__item--instagram a:hover {
  color: #833AB4;
}
.site-footer__section--3 .list--social .list--social__item--youtube a:hover {
  color: #E62117;
}
.site-footer__section--3 .list--social .list--social__item--twitter a:hover {
  color: #1DA1F2;
}

.modularpage__title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.modularpage__header {
  position: relative;
  background: #030E8F;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  min-height: var(--header-height);
  /*&::before {
    content: '';
    display: block;
    width: 800px;
    height: 800px;
    background-color: $color_7;
    border-radius: 800px;
    filter: blur(100px);
    position: absolute;
    top: 0;
    top: var(--my);
    left: var(--mx);
    transition: top .3s ease-in-out, left .3s ease-in-out
  }

  .isSafari & {
    &::before {
      display: none!important;
    }
  }*/
}
.modularpage__header__background {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.modularpage__header__background--over {
  z-index: 2;
  background-size: auto 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.modularpage__header__background--over--mobile {
  display: none;
}
@media (max-width: 767px) {
  .modularpage__header__background--over--mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .modularpage__header__background--over--desktop {
    display: none;
  }
}
.modularpage__header__background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modularpage__header__background-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modularpage__header__inner {
  padding-top: calc(var(--header-height) + 60px);
  padding-bottom: var(--module-space);
  position: relative;
  z-index: 10;
}
.single .modularpage__header__inner {
  padding-bottom: 0;
  padding-top: calc(var(--header-height) + 40px);
}
.modularpage__header__wave {
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  height: 189px;
  max-width: calc(100% + 1px);
}
.modularpage__header__wave .cover-svg {
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  z-index: 10;
}
.modularpage__header__wave .cover-svg-back {
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  z-index: 5;
}
@media (max-width: 767px) {
  .modularpage__header__wave {
    bottom: -1px;
  }
}
.modularpage__header__wave svg {
  display: inline-block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.modularpage__header__content {
  overflow: hidden;
  min-height: 190px;
  padding-bottom: 20px;
}
.modularpage__header__content span {
  display: block;
}
@media (max-width: 1439px) {
  .modularpage__header__content {
    min-height: 0px;
  }
}
.modularpage__header__content__line {
  margin-left: -40px;
  margin-right: -40px;
  font-family: "Altero", sans-serif;
  color: #ffffff;
  margin: 0;
  white-space: normal;
  font-size: 65px;
  font-size: 6.5rem;
  line-height: 1.15;
  width: 100%;
}
@media (max-width: 799px) {
  .modularpage__header__content__line {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.modularpage__header__content__line:first-of-type canvas {
  margin-top: 0;
}
.modularpage__header__content__line canvas {
  margin-top: -40px;
  height: auto !important;
  display: block;
  max-width: 100%;
}
@media (max-width: 1277px) {
  .modularpage__header__content__line canvas {
    margin-top: -30px;
  }
}
@media (max-width: 800px) {
  .modularpage__header__content__line canvas {
    margin-top: -20px;
  }
}
.modularpage__header__content__line span {
  display: inline;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .modularpage__header__content__line {
    display: inline;
    margin: 0;
    white-space: normal;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.15;
  }
}
@media (max-width: 519px) {
  .modularpage__header__content__line {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.15;
  }
}

.specialbackground {
  padding: 0;
  background: #030E8F;
  background: radial-gradient(circle at 0px 0px, #15C8FF, #030E8F);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.specialbackground::before {
  content: "";
  display: block;
  width: 800px;
  height: 800px;
  background-color: #15C8FF;
  border-radius: 800px;
  filter: blur(100px);
  position: fixed;
  top: var(--my);
  left: var(--mx);
  transition: top 0.3s ease-in-out, left 0.3s ease-in-out;
}
.specialbackground.specialbackground--black {
  background: #07010D;
}
.specialbackground.specialbackground--black::before {
  content: none !important;
}
.specialbackground .module--cta .cta__body a {
  color: #14F9DA;
}
.no-touch .specialbackground .module--cta .cta__body a:hover {
  color: #C4F1FF;
}
@media (max-width: 767px) {
  .specialbackground .module--cta .cta__body {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .specialbackground .cta__highlight h2 {
    margin-bottom: 45px;
  }
}

.module {
  padding: var(--module-space) 0;
}
.module.concat {
  padding-top: 0 !important;
  margin-top: calc(var(--module-space) * -.5) !important;
}
#ctsgoal + .module.concat {
  margin-top: 0 !important;
}
.module--figures-loop + .module.concat {
  margin-top: -2px !important;
}
.module > .container {
  max-width: 1250px;
  position: relative;
  z-index: 10;
}
.module.module--wysiwyg.module--wider > .container {
  max-width: 1250px !important;
}
.module.module--wysiwyg.module--wider .wysiwyg {
  max-width: 100%;
}
.module__header__goback {
  margin-bottom: 20px;
}
.module__background {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.module--funds-slider .slick-arrow,
.module--startups-slider .slick-arrow {
  height: 104px;
  width: 42px;
  background: none;
  border: 0;
  text-indent: 100%;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  position: absolute;
  z-index: 100;
  top: 0;
  color: #07010D;
}
.module--funds-slider .slick-arrow::before,
.module--startups-slider .slick-arrow::before {
  font-family: "madblueicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  text-indent: 0;
}
.module--funds-slider .slick-arrow.slick-next,
.module--startups-slider .slick-arrow.slick-next {
  right: -50px;
}
.module--funds-slider .slick-arrow.slick-next::before,
.module--startups-slider .slick-arrow.slick-next::before {
  content: "\e90a";
}
.module--funds-slider .slick-arrow.slick-prev,
.module--startups-slider .slick-arrow.slick-prev {
  left: -50px;
}
.module--funds-slider .slick-arrow.slick-prev::before,
.module--startups-slider .slick-arrow.slick-prev::before {
  content: "\e90b";
}
.module--funds-slider .slick-arrow.slick-disabled,
.module--startups-slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}
.module--funds-slider .slick-dots,
.module--startups-slider .slick-dots {
  margin-top: 20px;
}
.module--funds-slider .slick-dots li,
.module--startups-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.module--funds-slider .slick-dots li button,
.module--startups-slider .slick-dots li button {
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 16px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  position: relative;
  color: #07010D;
  text-decoration: none;
  background: #ffffff;
  transition-property: color, background-color, border-color, box-shadow, opacity, height;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  -webkit-appearance: none;
  border: 3px solid #ffffff;
  background-clip: padding-box;
  display: block;
  background: none;
  border-color: transparent;
  padding: 0;
  text-indent: 100%;
  overflow: hidden;
  border: 0;
  width: 25px;
  height: 25px;
  white-space: nowrap;
  outline: none;
}
.module--funds-slider .slick-dots li button > span, .module--funds-slider .slick-dots li button > .icon, .module--funds-slider .slick-dots li button > i,
.module--startups-slider .slick-dots li button > span,
.module--startups-slider .slick-dots li button > .icon,
.module--startups-slider .slick-dots li button > i {
  vertical-align: middle;
  display: inline-block;
  line-height: 1em;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.module--funds-slider .slick-dots li button:disabled, .module--funds-slider .slick-dots li button.disabled,
.module--startups-slider .slick-dots li button:disabled,
.module--startups-slider .slick-dots li button.disabled {
  opacity: 0.25;
  cursor: default;
}
.module--funds-slider .slick-dots li button.disabled--2,
.module--startups-slider .slick-dots li button.disabled--2 {
  cursor: default;
  opacity: 1;
  background: #EBEBEB !important;
  color: #07010D !important;
}
.module--funds-slider .slick-dots li button input,
.module--startups-slider .slick-dots li button input {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.module--funds-slider .slick-dots li button select,
.module--startups-slider .slick-dots li button select {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.module--funds-slider .slick-dots li button::before,
.module--startups-slider .slick-dots li button::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  text-indent: 0;
  top: 50%;
  left: 50%;
  border-radius: 14px;
  transform: translate(-50%, -50%) scale(1);
  transition: width 0.3s linear, height 0.3s linear, background-color 0.3s linear, border-color 0.3s linear, border-width 0.3s linear, transform 0.3s linear;
  background: #07010D;
  border: 0;
}
.module--funds-slider .slick-dots li.slick-active button::before,
.module--startups-slider .slick-dots li.slick-active button::before {
  background-color: #ffffff;
  border: 3px solid #07010D;
  transform: translate(-50%, -50%) scale(1.05);
}

.nav-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 979px) {
  .nav-wrapper {
    flex-direction: row-reverse;
  }
}
.nav-wrapper .site-header__lang {
  margin-left: 18px;
  margin-right: 18px;
  margin-top: 0;
}
.nav-wrapper .site-header__lang a {
  position: relative;
  left: 2px;
}

.main-navigation .wpml-ls-item {
  display: none;
}
.main-navigation__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-transform: uppercase;
}
.main-navigation__menu li {
  padding: 0 18px;
  position: relative;
}
.main-navigation__menu li > a:not(.button):not(.wpml-ls-link) {
  display: block;
  padding: 10px 0;
}
.main-navigation__menu li.js-add-button--blob:last-child {
  padding-right: 0;
}
.main-navigation__menu li.visible-in-modal {
  display: none;
}
.main-navigation__menu li:not(.js-add-button--blob) a {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  position: relative;
}
.main-navigation__menu li:not(.js-add-button--blob) a:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
  opacity: 0;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  transform: translateY(-10px);
}
@media (min-width: 1277px) {
  .no-touch .main-navigation__menu li:not(.js-add-button--blob):hover a:after {
    opacity: 1;
    transform: translateY(0px);
  }
}
.main-navigation__menu li.current-menu-item:not(.js-add-button--blob) > a {
  color: #ffffff;
}
.main-navigation__menu li.current-menu-item:not(.js-add-button--blob) > a:after {
  opacity: 1;
  transform: translateY(0px);
  background: #ffffff;
}
.site-header .main-navigation__menu .sub-menu li.current-menu-item:not(.js-add-button--blob) > a:after {
  background: #07010D;
}
.main-navigation button.menu-toggle {
  min-width: 78px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.main-navigation .menu-toggle {
  display: none;
}
.main-navigation .menu-toggle .bars {
  top: 1px;
  display: block;
  position: relative;
  width: 16px;
  height: 18px;
  margin-right: 3px;
}
.main-navigation .menu-toggle .bars .bar {
  display: block;
  width: 16px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transition: all 200ms ease-in-out;
  opacity: 1;
}
.main-navigation .menu-toggle .bars .bar:first-child {
  margin-top: -6px;
}
.main-navigation .menu-toggle .bars .bar:last-child {
  margin-top: 6px;
}
.main-navigation .menu-toggle.active .bar:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 19px;
  top: 12px;
  left: -4px;
}
.main-navigation .menu-toggle.active .bar:nth-child(2) {
  background: transparent;
}
.main-navigation .menu-toggle.active .bar:last-child {
  transform: rotate(-45deg);
  width: 18px;
  top: 0px;
  left: -4px;
}
.main-navigation .open, .main-navigation .close {
  transition: opacity, 0.3s ease;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
.main-navigation .open {
  opacity: 1;
  position: absolute;
  left: 23px;
}
.main-navigation .close {
  opacity: 0;
  position: absolute;
  left: 23px;
}
@media (max-width: 979px) {
  .main-navigation {
    display: flex;
  }
  .main-navigation .menu-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  .main-navigation .main-navigation__menu li {
    padding-left: 21px;
    padding-right: 20px;
  }
  .main-navigation .main-navigation__menu li.js-add-button--blob, .main-navigation .main-navigation__menu li.js--icon-newsletter {
    display: none !important;
  }
  .main-navigation li:not(.js-add-button--blob) {
    display: none !important;
  }
}
.main-navigation .sub-menu {
  position: absolute;
  top: 49px;
  left: 0;
  background: #ffffff;
  color: #07010D;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 20px 10px rgba(22, 9, 54, 0.2);
  z-index: 100;
  min-width: 100%;
  transition: opacity 0.2s ease;
}
.main-navigation .sub-menu li a {
  color: #07010D !important;
  font-size: 1.8rem !important;
  white-space: nowrap;
}
.main-navigation li.menu-item-has-children {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  transition: background-color 0.2s ease;
}
.main-navigation li.menu-item-has-children::before {
  font-family: "madblueicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  color: #ffffff;
  font-size: 10px;
  margin-left: 8px;
}
.main-navigation li.menu-item-has-children:hover {
  background: #ffffff;
  box-shadow: 0 0 20px 10px rgba(22, 9, 54, 0.2);
}
.main-navigation li.menu-item-has-children:hover::before {
  color: #07010D;
  position: relative;
  z-index: 210;
}
.main-navigation li.menu-item-has-children:hover::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 200;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.main-navigation li.menu-item-has-children:hover a {
  color: #07010D;
  position: relative;
  z-index: 210;
}
.main-navigation li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
}

.visibleMenu #general {
  padding-right: var(--scrollbar-width);
}
.visibleMenu .modularpage__header {
  padding-right: var(--scrollbar-width);
}
.visibleMenu .site-header {
  transform: translate(0, -42px);
  padding-right: var(--scrollbar-width);
}
.visibleMenu .site-header:before {
  background-image: none;
}
.visibleMenu .site-header .site-header__lang {
  display: none;
}
.visibleMenu .menu-modal .menu-modal-inner-2 .js-add-button--blob {
  display: block;
}
.visibleMenu .menu-modal-inner-2 .js-add-button--blob {
  display: none;
}
.visibleMenu .open {
  opacity: 0;
}
.visibleMenu .close {
  opacity: 1;
}

.site-header__lang, .site-footer__lang {
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 50px;
  position: relative;
}
.site-header__lang.hidde-lang, .site-footer__lang.hidde-lang {
  display: none;
}
.site-header__lang .wpml-ls-legacy-list-horizontal, .site-footer__lang .wpml-ls-legacy-list-horizontal {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 0;
  background: #07010D;
  color: #ffffff;
  transition: height 0.2s ease;
  -webkit-transition: height 0.2s ease;
}
.site-header__lang .wpml-ls-legacy-list-horizontal a, .site-footer__lang .wpml-ls-legacy-list-horizontal a {
  padding: 2px 8px 5px;
}
.site-header__lang .wpml-ls-legacy-list-horizontal ul, .site-footer__lang .wpml-ls-legacy-list-horizontal ul {
  position: absolute;
  width: 44px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  top: 0;
  left: 0;
}
.site-header__lang .wpml-ls-legacy-list-horizontal ul li, .site-footer__lang .wpml-ls-legacy-list-horizontal ul li {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  padding-top: 10px;
}
.site-header__lang .wpml-ls-legacy-list-horizontal ul li span, .site-footer__lang .wpml-ls-legacy-list-horizontal ul li span {
  color: #13C9FF;
}
.site-header__lang .wpml-ls-legacy-list-horizontal ul li:not(.wpml-ls-current-language), .site-footer__lang .wpml-ls-legacy-list-horizontal ul li:not(.wpml-ls-current-language) {
  opacity: 0;
  transition: opacity 0.2s;
  position: absolute;
  pointer-events: none;
  order: 1;
}
.site-header__lang .wpml-ls-legacy-list-horizontal ul li:not(.wpml-ls-current-language) a, .site-footer__lang .wpml-ls-legacy-list-horizontal ul li:not(.wpml-ls-current-language) a {
  display: flex;
  justify-content: flex-start;
}
.site-header__lang .wpml-ls-legacy-list-horizontal ul .wpml-ls-current-language, .site-footer__lang .wpml-ls-legacy-list-horizontal ul .wpml-ls-current-language {
  position: relative;
  order: 0;
}
.site-header__lang .wpml-ls-legacy-list-horizontal ul .wpml-ls-current-language span, .site-footer__lang .wpml-ls-legacy-list-horizontal ul .wpml-ls-current-language span {
  color: #ffffff;
}
.site-header__lang .wpml-ls-legacy-list-horizontal ul .wpml-ls-current-language a:after, .site-footer__lang .wpml-ls-legacy-list-horizontal ul .wpml-ls-current-language a:after {
  font-family: "madblueicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  padding-left: 4px;
  font-size: 8px;
  font-size: 0.8rem;
  color: #ffffff;
}
.site-header__lang .wpml-ls, .site-footer__lang .wpml-ls {
  height: 100%;
}
.site-header__lang.open-lang .wpml-ls-legacy-list-horizontal, .site-footer__lang.open-lang .wpml-ls-legacy-list-horizontal {
  height: 84px;
}
.site-header__lang.open-lang .wpml-ls-legacy-list-horizontal ul, .site-footer__lang.open-lang .wpml-ls-legacy-list-horizontal ul {
  height: 84px;
}
.site-header__lang.open-lang .wpml-ls-legacy-list-horizontal ul li:not(.wpml-ls-current-language), .site-footer__lang.open-lang .wpml-ls-legacy-list-horizontal ul li:not(.wpml-ls-current-language) {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.3s;
  position: relative;
  pointer-events: all;
}

.menu-modal {
  pointer-events: none;
  position: fixed;
  z-index: 0;
  opacity: 0;
  width: 101%;
  height: 100%;
  top: 0px;
  left: 50%;
  background-image: linear-gradient(150deg, #15C8FF 0%, #15C8FF 0%, #3F61FE 32%, #030E8F 67%, #07010D 100%);
  overflow: hidden;
  transform: translate(-50%, 0%);
  transition-property: z-index, opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;
}
.menu-modal-inner {
  position: relative;
  transition-property: transform;
  transition-duration: 2s;
  transition-delay: 0s;
  width: 100%;
  transform: translateY(-1000px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 76px;
}
.menu-modal .main-navigation__menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
.menu-modal .main-navigation__menu li {
  padding: 0;
  text-align: center;
  padding: 0 25px;
}
.menu-modal .main-navigation__menu li > a:not(.button):not(.wpml-ls-link) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.menu-modal .main-navigation__menu li ul {
  margin-top: 25px;
}
.menu-modal .main-navigation__menu li ul li:last-child {
  padding-bottom: 0;
}
.menu-modal .main-navigation__menu li.visible-in-modal {
  display: block;
}
.menu-modal .main-navigation__menu li:not(.js-add-button--blob) a {
  font-size: 2.8rem;
}
.menu-modal .main-navigation__menu .sub-menu {
  position: relative;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, max-height 0.2s ease;
  margin-top: 0 !important;
}
.menu-modal .main-navigation__menu .sub-menu li:not(.js-add-button--blob) a {
  font-size: 2rem;
}
.menu-modal .main-navigation__menu li.menu-item-has-children > a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  margin-left: 22px;
}
.menu-modal .main-navigation__menu li.menu-item-has-children > a::before {
  font-family: "madblueicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  color: #ffffff;
  font-size: 10px;
  margin-left: 8px;
  transition: transform 0.3s linear;
}
.menu-modal .main-navigation__menu li.menu-item-has-children.submenu-visible > a::before {
  transform: rotate(180deg);
}
.menu-modal .main-navigation__menu li.menu-item-has-children.submenu-visible .sub-menu {
  pointer-events: auto;
  max-height: 600px;
  opacity: 1;
}
.menu-modal .menu-header, .menu-modal .menu-modal-inner-2 {
  padding-top: 44px;
  height: 100%;
  display: flex;
  justify-content: center;
}
.menu-modal .menu-modal-inner-2 {
  align-items: center;
}
.menu-modal .menu-modal-footer, .menu-modal .menu-modal-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-modal .list--social a:before {
  color: #ffffff;
}
.menu-modal .wrapper-list-lang {
  display: flex;
  flex-wrap: nowrap;
}
.menu-modal .wrapper-list-lang .site-header__lang {
  margin-left: 20px;
}
@media (max-width: 519px) {
  .menu-modal .wrapper-list-lang .site-header__lang {
    margin-left: 10px;
  }
}
.menu-modal .menu-modal-copy {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.menu-modal .menu-modal-copy .copy {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  font-weight: 300;
  letter-spacing: -0.1px;
  color: #ffffff;
}
.menu-modal .menu-modal-footer {
  padding-top: 20px;
  padding-bottom: 40px;
}

.visibleMenu {
  overflow: hidden;
}
.visibleMenu .menu-modal {
  pointer-events: all;
  z-index: 99;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.5s ease-in;
  overflow-y: scroll;
}
.visibleMenu .menu-modal-inner {
  z-index: 999;
  transition-delay: 0s;
  transition-duration: 0.7s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.embed-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 30px 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  max-width: none !important;
}
.embed-container.embed-container-instagram iframe,
.embed-container.embed-container-instagram object,
.embed-container.embed-container-instagram embed {
  width: 100%;
}
.embed-container.embed-container-video {
  aspect-ratio: 16/9;
  height: auto;
}
.embed-container.embed-container-video iframe,
.embed-container.embed-container-video object,
.embed-container.embed-container-video embed,
.embed-container.embed-container-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container.embed-container-spotify {
  height: 300px;
  padding-bottom: 0;
}

.wysiwyg {
  max-width: 690px;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
}
.wysiwyg figure {
  margin: 0;
}
.wysiwyg h1, .wysiwyg h2 {
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 25px;
  margin-top: 40px;
  font-weight: 600;
}
.wysiwyg h1 {
  font-size: 40px;
  font-size: 4rem;
}
.wysiwyg h2 {
  font-size: 30px;
  font-size: 3rem;
}
.wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin-bottom: 15px;
  word-wrap: break-word;
}
.wysiwyg h3 {
  font-size: 20px;
  font-size: 2rem;
}
.wysiwyg h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
.wysiwyg h5 {
  font-size: 16px;
  font-size: 1.6rem;
}
.wysiwyg h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
.wysiwyg ul {
  padding-left: 25px;
  list-style: disc;
}
.wysiwyg ol {
  position: relative;
}
.wysiwyg ol:last-child {
  margin-bottom: 0;
}
.wysiwyg ol li {
  position: relative;
  margin: 0;
  background: none;
}
.wysiwyg ol li:last-child {
  padding-bottom: 0;
}
.wysiwyg ol {
  counter-reset: ol-list;
}
.wysiwyg ol h3 {
  display: inline-block;
  counter-increment: ol-list;
}
.wysiwyg ol h3::before {
  content: counter(ol-list) ".-";
  position: relative;
  top: -1px;
  left: 0;
  margin-right: 5px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
}
.wysiwyg a:not(.button):not(.wp-element-button):not(.has-click-prompt) {
  font-weight: 700;
  color: #07010D;
  box-shadow: 0 -4px 0 0 #FFFF23 inset;
  text-decoration: none;
  transition: box-shadow 0.3s ease-in;
}
.no-touch .wysiwyg a:not(.button):not(.wp-element-button):not(.has-click-prompt):hover {
  color: #07010D;
  box-shadow: 0 -22px 0 0 #FFFF23 inset;
}
.wysiwyg strong {
  font-weight: 700;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg ins {
  text-decoration: none;
}
.wysiwyg blockquote {
  position: relative;
  border: 0;
}
.wysiwyg blockquote p {
  font-style: italic;
}
.wysiwyg blockquote p:last-child {
  margin-bottom: 0;
}
.wysiwyg hr {
  border: none;
  border-top: 1px solid #07010D;
}
.wysiwyg img,
.wysiwyg img.alignnone,
.wysiwyg img.alignright,
.wysiwyg img.alignleft,
.wysiwyg img.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  float: none;
}
.wysiwyg .wp-caption,
.wysiwyg .wp-caption.alignnone,
.wysiwyg .wp-caption.alignright,
.wysiwyg .wp-caption.alignleft,
.wysiwyg .wp-caption.aligncenter {
  display: block;
  padding: 0;
  width: auto !important;
  border: none;
  border-radius: 0;
  text-align: left;
  margin-bottom: 20px;
}
.wysiwyg .wp-caption img,
.wysiwyg .wp-caption.alignnone img,
.wysiwyg .wp-caption.alignright img,
.wysiwyg .wp-caption.alignleft img,
.wysiwyg .wp-caption.aligncenter img {
  margin: 0;
  width: 100%;
  border: 0 !important;
}
.wysiwyg .wp-caption a,
.wysiwyg .wp-caption.alignnone a,
.wysiwyg .wp-caption.alignright a,
.wysiwyg .wp-caption.alignleft a,
.wysiwyg .wp-caption.aligncenter a {
  display: block;
  border: 0 !important;
}
.wysiwyg .wp-caption.alignleft,
.wysiwyg img.alignleft {
  float: left;
  margin: 10px 20px 20px 0;
}
.wysiwyg .wp-caption.alignright,
.wysiwyg img.alignright {
  float: right;
  margin: 10px 0 20px 20px;
}
.wysiwyg .wp-caption.aligncenter,
.wysiwyg img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.wysiwyg .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -5px;
  padding: 17px 0 30px 0;
}
.wysiwyg .gallery .wp-caption-text {
  font-weight: normal;
  text-transform: uppercase;
  color: #07010D;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0;
  display: table-caption;
  caption-side: bottom;
  margin: 0 0px 0 7px;
}
.wysiwyg .gallery-icon {
  height: 100%;
}
.wysiwyg .gallery-item {
  width: 33.333%;
  margin: 0;
  padding: 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wysiwyg .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wysiwyg .gallery-item:hover .gallery-icon:before {
  opacity: 0.7;
  pointer-events: none;
}
.wysiwyg .gallery-item:hover .gallery-icon:after {
  opacity: 1;
  pointer-events: none;
}
.wysiwyg .gallery-item .gallery-icon {
  position: relative;
  width: 100%;
}
.wysiwyg .gallery-item .gallery-icon:after {
  font-family: "madblueicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  position: absolute;
  font-size: 30px;
  font-size: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #ffffff;
}
.wysiwyg .gallery-item .gallery-icon:before {
  content: "";
  position: absolute;
  background-color: #14F9DA;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 519px) {
  .wysiwyg .gallery-item {
    width: 50%;
  }
}
@media (max-width: 349px) {
  .wysiwyg .gallery-item {
    width: 100%;
  }
}
.wysiwyg .gallery-item img {
  margin: 0;
}
.wysiwyg .gallery-columns-1 .gallery-item {
  width: 100%;
}
.wysiwyg .gallery-columns-2 .gallery-item {
  width: 50%;
}
@media (max-width: 349px) {
  .wysiwyg .gallery-columns-2 .gallery-item {
    width: 100%;
  }
}
.wysiwyg .gallery-columns-3 .gallery-item {
  width: 33.333%;
}
@media (max-width: 519px) {
  .wysiwyg .gallery-columns-3 .gallery-item {
    width: 50%;
  }
}
@media (max-width: 349px) {
  .wysiwyg .gallery-columns-3 .gallery-item {
    width: 100%;
  }
}
.wysiwyg .gallery-columns-4 .gallery-item {
  width: 25%;
}
@media (max-width: 519px) {
  .wysiwyg .gallery-columns-4 .gallery-item {
    width: 50%;
  }
}
@media (max-width: 349px) {
  .wysiwyg .gallery-columns-4 .gallery-item {
    width: 100%;
  }
}
.wysiwyg .gallery-columns-5 .gallery-item {
  width: 20%;
}
@media (max-width: 519px) {
  .wysiwyg .gallery-columns-5 .gallery-item {
    width: 50%;
  }
}
@media (max-width: 349px) {
  .wysiwyg .gallery-columns-5 .gallery-item {
    width: 100%;
  }
}
.wysiwyg .gallery-columns-6 .gallery-item {
  width: 16.667%;
}
@media (max-width: 519px) {
  .wysiwyg .gallery-columns-6 .gallery-item {
    width: 50%;
  }
}
@media (max-width: 349px) {
  .wysiwyg .gallery-columns-6 .gallery-item {
    width: 100%;
  }
}
.wysiwyg .gallery-columns-7 .gallery-item {
  width: 14.285%;
}
@media (max-width: 519px) {
  .wysiwyg .gallery-columns-7 .gallery-item {
    width: 50%;
  }
}
@media (max-width: 349px) {
  .wysiwyg .gallery-columns-7 .gallery-item {
    width: 100%;
  }
}
.wysiwyg .gallery-columns-8 .gallery-item {
  width: 12.5%;
}
@media (max-width: 519px) {
  .wysiwyg .gallery-columns-8 .gallery-item {
    width: 50%;
  }
}
@media (max-width: 349px) {
  .wysiwyg .gallery-columns-8 .gallery-item {
    width: 100%;
  }
}
.wysiwyg .gallery-columns-9 .gallery-item {
  width: 11.11%;
}
@media (max-width: 519px) {
  .wysiwyg .gallery-columns-9 .gallery-item {
    width: 50%;
  }
}
@media (max-width: 349px) {
  .wysiwyg .gallery-columns-9 .gallery-item {
    width: 100%;
  }
}
.wysiwyg table th,
.wysiwyg table td {
  padding: 12px;
}
.wysiwyg table th:first-child,
.wysiwyg table td:first-child {
  padding-left: 0;
}
.wysiwyg table th {
  font-weight: 700;
}
.module-post .wysiwyg {
  padding-left: 70px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.3;
  letter-spacing: 0.1px;
}
@media (max-width: 629px) {
  .module-post .wysiwyg {
    padding-left: 0px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.module-post .wysiwyg .wp-caption {
  max-width: 690px;
}
.module-post .wysiwyg .wp-caption-text {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
  margin: 7px 0 0px 0;
  line-height: 1;
}
@media (max-width: 629px) {
  .module-post .wysiwyg .wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.module-post .wysiwyg h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 26px;
  font-size: 2.6rem;
  text-transform: uppercase;
  margin: 0;
  padding: 37px 0 12px 0;
}
@media (max-width: 629px) {
  .module-post .wysiwyg h2 {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 15px;
  }
}
.module-post .wysiwyg blockquote {
  margin: 65px 0 70px 0;
}
@media (max-width: 629px) {
  .module-post .wysiwyg blockquote {
    margin: 35px 0 40px 0;
  }
}
.module-post .wysiwyg blockquote p {
  font-family: "Altero", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color: #001E9B;
  font-style: normal;
}
.module-post .wysiwyg blockquote.inview strong, .module-post .wysiwyg blockquote.inview span {
  color: #001E9B;
  background-position: -100% 0;
}
.module-post .wysiwyg blockquote.inview strong:nth-child(1), .module-post .wysiwyg blockquote.inview span:nth-child(1) {
  transition-delay: 0.4s;
}
.module-post .wysiwyg blockquote.inview strong:nth-child(2), .module-post .wysiwyg blockquote.inview span:nth-child(2) {
  transition-delay: 0.8s;
}
.module-post .wysiwyg blockquote.inview strong:nth-child(3), .module-post .wysiwyg blockquote.inview span:nth-child(3) {
  transition-delay: 1.2s;
}
.module-post .wysiwyg blockquote.inview strong:nth-child(4), .module-post .wysiwyg blockquote.inview span:nth-child(4) {
  transition-delay: 1.6s;
}
.module-post .wysiwyg blockquote.inview strong:nth-child(5), .module-post .wysiwyg blockquote.inview span:nth-child(5) {
  transition-delay: 2s;
}
.module-post .wysiwyg blockquote.inview strong:nth-child(6), .module-post .wysiwyg blockquote.inview span:nth-child(6) {
  transition-delay: 2.4s;
}
.module-post .wysiwyg blockquote.inview strong:nth-child(7), .module-post .wysiwyg blockquote.inview span:nth-child(7) {
  transition-delay: 2.8s;
}
.module-post .wysiwyg blockquote.inview strong:nth-child(8), .module-post .wysiwyg blockquote.inview span:nth-child(8) {
  transition-delay: 3.2s;
}
.module-post .wysiwyg blockquote.inview strong:nth-child(9), .module-post .wysiwyg blockquote.inview span:nth-child(9) {
  transition-delay: 3.6s;
}
.module-post .wysiwyg blockquote.inview strong:nth-child(10), .module-post .wysiwyg blockquote.inview span:nth-child(10) {
  transition-delay: 4s;
}
.module-post .wysiwyg blockquote strong, .module-post .wysiwyg blockquote span {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #14F9DA 50%);
  background-size: 200%;
  background-position: 0 0;
  display: inline;
  transition: 0.5s ease-in-out;
  border-top: 2px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 0;
  border-right: 0;
}
.module-post .wysiwyg ul, .module-post .wysiwyg ol {
  padding-left: 12px;
  padding-bottom: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  position: relative;
  list-style: none;
  letter-spacing: 0.1px;
}
@media (max-width: 629px) {
  .module-post .wysiwyg ul, .module-post .wysiwyg ol {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.module-post .wysiwyg ul li, .module-post .wysiwyg ol li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 18px;
}
@media (max-width: 629px) {
  .module-post .wysiwyg ul li, .module-post .wysiwyg ol li {
    margin-bottom: 0;
  }
}
.module-post .wysiwyg ul {
  padding-bottom: 2px;
}
.module-post .wysiwyg ul li {
  display: flex;
  align-items: center;
}
.module-post .wysiwyg ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 5px;
  min-width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #07010D;
}
.module-post .wysiwyg ol {
  counter-reset: ol-list;
}
.module-post .wysiwyg ol li {
  counter-increment: ol-list;
  position: relative;
}
.module-post .wysiwyg ol li:before {
  content: counter(ol-list) ".";
  position: absolute;
  top: -1px;
  left: 0px;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 629px) {
  .module-post .wysiwyg ol li:before {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.wysiwyg .instagram-media {
  max-width: none !important;
  width: 100% !important;
}

.wysiwyg--2 {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -0.15px;
  line-height: 1.25em;
}
.wysiwyg--2 h1, .wysiwyg--2 h2, .wysiwyg--2 h3, .wysiwyg--2 h4, .wysiwyg--2 h5, .wysiwyg--2 h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.wysiwyg--2 h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
.wysiwyg--2 h4 {
  font-size: 20px;
  font-size: 2rem;
}
.wysiwyg--2 h5, .wysiwyg--2 h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

.wysiwyg--3 {
  color: #030E8F;
  font-size: 20px;
  font-size: 2rem;
}

.wp-block-columns {
  margin: 30px 0;
}

@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
}
.module--hero {
  font-family: "Altero", sans-serif;
  color: #ffffff;
  background: #030E8F;
  padding: 0;
  margin: 0;
}
.module--hero > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.slider {
  position: relative;
}
.slider .slick-track {
  min-height: 100%;
}
.slider .slick-slide {
  min-height: 100%;
}
.slider .slick-slide .slider__slide__inner {
  opacity: 0;
  transition: opacity 0.9s ease 0.4s;
  position: relative;
  z-index: 20;
}
.slider .slick-slide.slick-current.slick-active .slider__slide__inner {
  opacity: 1;
}
.slider__bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  max-width: 100%;
}
.slider__cts {
  text-align: right;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  right: 0;
}
@media (max-width: 1599px) {
  .slider__cts {
    bottom: 130px;
    right: 0;
    width: 250px;
  }
}
@media (max-width: 1277px) {
  .slider__cts {
    bottom: 90px;
  }
}
@media (max-width: 979px) {
  .slider__cts {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .slider__cts {
    bottom: 30px;
  }
}
@media (max-width: 519px) {
  .slider__cts {
    bottom: 7px;
  }
}
.slider__dots {
  position: relative;
  margin-top: 40px;
  margin-bottom: -60px;
}
@media (max-width: 1277px) {
  .slider__dots {
    margin-top: 40px;
  }
}
.slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.slider .slick-dots li button {
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 16px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  position: relative;
  color: #07010D;
  text-decoration: none;
  background: #ffffff;
  transition-property: color, background-color, border-color, box-shadow, opacity, height;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  -webkit-appearance: none;
  border: 3px solid #ffffff;
  background-clip: padding-box;
  display: block;
  background: none;
  border-color: transparent;
  padding: 0;
  text-indent: 100%;
  overflow: hidden;
  border: 0;
  width: 25px;
  height: 25px;
  white-space: nowrap;
  outline: none;
}
.slider .slick-dots li button > span, .slider .slick-dots li button > .icon, .slider .slick-dots li button > i {
  vertical-align: middle;
  display: inline-block;
  line-height: 1em;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.slider .slick-dots li button:disabled, .slider .slick-dots li button.disabled {
  opacity: 0.25;
  cursor: default;
}
.slider .slick-dots li button.disabled--2 {
  cursor: default;
  opacity: 1;
  background: #EBEBEB !important;
  color: #07010D !important;
}
.slider .slick-dots li button input {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.slider .slick-dots li button select {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.slider .slick-dots li button::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  text-indent: 0;
  top: 50%;
  left: 50%;
  border-radius: 14px;
  transform: translate(-50%, -50%) scale(1);
  transition: width 0.3s linear, height 0.3s linear, background-color 0.3s linear, border-color 0.3s linear, border-width 0.3s linear, transform 0.3s linear;
  background: #ffffff;
  border: 0;
}
.slider .slick-dots li.slick-active button::before {
  background-color: #07010D;
  border: 3px solid #ffffff;
  transform: translate(-50%, -50%) scale(1.05);
}
.slider__slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.slider__slide__background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider__slide__background-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider__slide__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: auto 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.slider__slide__background--over {
  z-index: 2;
}
.slider__slide__background--over--mobile {
  display: none;
}
@media (max-width: 767px) {
  .slider__slide__background--over--mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .slider__slide__background--over--desktop {
    display: none;
  }
}
.slider__slide__button {
  margin-top: 35px;
}
.slider__slide__intro {
  margin-top: 25px;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3em;
  letter-spacing: -0.12px;
  max-width: 620px;
}
.slider__slide__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: calc(var(--header-height) + 50px);
  padding-bottom: 86px;
}
@media (max-width: 767px) {
  .slider__slide__inner {
    padding-top: 120px;
  }
}
.slider__slide__inner .container {
  width: 100%;
}
.slider__slide__line {
  width: 100%;
  position: relative;
  white-space: normal;
  line-height: 1.15;
  margin: 0;
  /*canvas {
    max-width: 100%;
  }*/
}
.slider__slide__line span {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1em;
}
@media (max-width: 979px) {
  .slider__slide__line span {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1em;
  }
}
@media (max-width: 519px) {
  .slider__slide__line span {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (max-width: 359px) {
  .slider__slide__line span {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media (max-width: 979px) {
  .module--logos {
    margin-top: 0;
  }
}
.module--logos h1, .module--logos h2, .module--logos h3, .module--logos h4, .module--logos h5, .module--logos h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 300;
}
@media (max-width: 519px) {
  .module--logos h1, .module--logos h2, .module--logos h3, .module--logos h4, .module--logos h5, .module--logos h6 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.module--logos h1 strong, .module--logos h2 strong, .module--logos h3 strong, .module--logos h4 strong, .module--logos h5 strong, .module--logos h6 strong {
  color: #07010D;
}
.module--logos .section-logos {
  padding-bottom: 90px;
}
@media (max-width: 979px) {
  .module--logos .section-logos {
    padding-bottom: 50px;
  }
}
.module--logos .section-logos:last-of-type {
  padding-bottom: 0;
}
.module--logos .section-logos-inner {
  margin: 50px -40px -50px -40px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 979px) {
  .module--logos .section-logos-inner {
    margin: 30px -20px -30px -20px;
  }
}
@media (max-width: 519px) {
  .module--logos .section-logos-inner {
    margin: 25px -20px -25px -20px;
  }
}
.module--logos .section-logos-inner .section-logos-item {
  padding: 0 40px 50px 40px;
  width: 20%;
}
.module--logos .section-logos-inner .section-logos-item:hover a img {
  filter: none;
}
@media (max-width: 979px) {
  .module--logos .section-logos-inner .section-logos-item {
    padding: 0 20px 30px 20px;
    width: 25%;
  }
}
@media (max-width: 519px) {
  .module--logos .section-logos-inner .section-logos-item {
    padding: 0 20px 25px 20px;
    width: 50%;
  }
}
.module--logos .section-logos-inner .section-logos-item-inner, .module--logos .section-logos-inner .section-logos-item a {
  height: 85px;
  height: 85px;
  width: 100%;
}
.module--logos .section-logos-inner .section-logos-item-inner img, .module--logos .section-logos-inner .section-logos-item a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}
.module--logos .section-logos-inner .section-logos-item-inner.compat-object-fit, .module--logos .section-logos-inner .section-logos-item a.compat-object-fit {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.module--logos .section-logos-inner .section-logos-item-inner.compat-object-fit img, .module--logos .section-logos-inner .section-logos-item a.compat-object-fit img {
  visibility: hidden;
}
.module--logos .section-logos-inner .section-logos-item-inner img, .module--logos .section-logos-inner .section-logos-item a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: filter 0.3s linear;
  transition: filter 0.3s linear;
}
.module--logos .section-logos-inner a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.highlight__blockquote {
  font-family: "Altero", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.25em;
  color: #001E9B;
  text-transform: lowercase;
}
.specialbackground .highlight__blockquote {
  color: #ffffff;
}
@media (max-width: 979px) {
  .highlight__blockquote {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.25em;
  }
}
@media (max-width: 767px) {
  .highlight__blockquote {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.4em;
  }
}
.highlight__blockquote strong, .highlight__blockquote span {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #14F9DA 50%);
  background-size: 200%;
  background-position: 0 0;
  display: inline;
  transition: 0.5s ease-in-out;
  border: 10px solid transparent;
  border-left: 0;
  border-right: 0;
}
.specialbackground .highlight__blockquote strong, .specialbackground .highlight__blockquote span {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #8649FC 50%);
}
.inview .highlight__blockquote strong, .inview .highlight__blockquote span {
  color: #07010D;
  background-position: -100% 0;
}
.specialbackground .inview .highlight__blockquote strong, .specialbackground .inview .highlight__blockquote span {
  color: #ffffff;
}
.inview .highlight__blockquote strong:nth-child(1), .inview .highlight__blockquote span:nth-child(1) {
  transition-delay: 0.4s;
}
.inview .highlight__blockquote strong:nth-child(2), .inview .highlight__blockquote span:nth-child(2) {
  transition-delay: 0.8s;
}
.inview .highlight__blockquote strong:nth-child(3), .inview .highlight__blockquote span:nth-child(3) {
  transition-delay: 1.2s;
}
.inview .highlight__blockquote strong:nth-child(4), .inview .highlight__blockquote span:nth-child(4) {
  transition-delay: 1.6s;
}
.inview .highlight__blockquote strong:nth-child(5), .inview .highlight__blockquote span:nth-child(5) {
  transition-delay: 2s;
}
.inview .highlight__blockquote strong:nth-child(6), .inview .highlight__blockquote span:nth-child(6) {
  transition-delay: 2.4s;
}
.inview .highlight__blockquote strong:nth-child(7), .inview .highlight__blockquote span:nth-child(7) {
  transition-delay: 2.8s;
}
.inview .highlight__blockquote strong:nth-child(8), .inview .highlight__blockquote span:nth-child(8) {
  transition-delay: 3.2s;
}
.inview .highlight__blockquote strong:nth-child(9), .inview .highlight__blockquote span:nth-child(9) {
  transition-delay: 3.6s;
}
.inview .highlight__blockquote strong:nth-child(10), .inview .highlight__blockquote span:nth-child(10) {
  transition-delay: 4s;
}
.highlight__cite {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1em;
  color: #001E9B;
  font-weight: normal;
  margin-top: 30px;
}
.specialbackground .highlight__cite {
  color: #13C9FF;
}
@media (max-width: 979px) {
  .highlight__cite {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .highlight__cite {
    margin-top: 15px;
  }
}
.highlight__cite span, .highlight__cite strong {
  font-weight: bold;
}

@media (max-height: 700px) {
  .module--video > .container {
    max-width: 1060px;
  }
}
.embedvideo__inner {
  height: 0;
  padding: 0;
  padding-top: 56.25%;
  position: relative;
}
.embedvideo__inner > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.embedvideo__inner video {
  object-fit: cover;
}

.module--image > .container {
  max-width: 880px;
}
.module--image .figure {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.module--image .figure img {
  max-width: 100%;
  height: auto;
}

.module--cta {
  position: relative;
  z-index: 10;
}

.cta {
  margin: 0 auto;
}
.cta .row {
  justify-content: space-between;
}
.cta__header, .cta__body {
  margin: 0 0 30px 0;
  max-width: 510px;
  transition: transform 0.9s ease;
  -webkit-transition: transform 0.9s ease;
}
.cta__header p a:not(.button), .cta__body p a:not(.button) {
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
}
.no-touch .cta__header p a:not(.button):hover, .no-touch .cta__body p a:not(.button):hover {
  color: #001E9B;
}
.cta__header img, .cta__body img {
  max-width: 100%;
  height: auto;
}
.cta__header {
  padding: 0 40px 0 0;
}
@media (max-width: 979px) {
  .cta__header {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cta__header {
    margin-bottom: 5px;
    padding-right: 0;
  }
}
.reverted .cta__header {
  float: right;
  padding: 0 0 0 40px;
}
@media (max-width: 979px) {
  .reverted .cta__header {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .reverted .cta__header {
    padding-left: 0px;
  }
}
@media (max-width: 979px) {
  .cta__highlight {
    padding-bottom: calc(var(--module-space) * .5);
  }
}
.reverted .cta__highlight {
  text-align: right;
}
.cta__highlight h1, .cta__highlight h2, .cta__highlight h3, .cta__highlight h4, .cta__highlight h5, .cta__highlight h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 66px;
  font-size: 6.6rem;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cta__highlight h1 span, .cta__highlight h1 strong, .cta__highlight h2 span, .cta__highlight h2 strong, .cta__highlight h3 span, .cta__highlight h3 strong, .cta__highlight h4 span, .cta__highlight h4 strong, .cta__highlight h5 span, .cta__highlight h5 strong, .cta__highlight h6 span, .cta__highlight h6 strong {
  font-weight: 600;
  color: #001E9B;
}
.specialbackground .cta__highlight h1 span, .specialbackground .cta__highlight h1 strong, .specialbackground .cta__highlight h2 span, .specialbackground .cta__highlight h2 strong, .specialbackground .cta__highlight h3 span, .specialbackground .cta__highlight h3 strong, .specialbackground .cta__highlight h4 span, .specialbackground .cta__highlight h4 strong, .specialbackground .cta__highlight h5 span, .specialbackground .cta__highlight h5 strong, .specialbackground .cta__highlight h6 span, .specialbackground .cta__highlight h6 strong {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cta__highlight h1, .cta__highlight h2, .cta__highlight h3, .cta__highlight h4, .cta__highlight h5, .cta__highlight h6 {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
.module--cta--fucsia .cta__highlight h1 span, .module--cta--fucsia .cta__highlight h1 strong, .module--cta--fucsia .cta__highlight h2 span, .module--cta--fucsia .cta__highlight h2 strong, .module--cta--fucsia .cta__highlight h3 span, .module--cta--fucsia .cta__highlight h3 strong, .module--cta--fucsia .cta__highlight h4 span, .module--cta--fucsia .cta__highlight h4 strong, .module--cta--fucsia .cta__highlight h5 span, .module--cta--fucsia .cta__highlight h5 strong, .module--cta--fucsia .cta__highlight h6 span, .module--cta--fucsia .cta__highlight h6 strong {
  color: #D63BE9;
}
.module--cta--purple .cta__highlight h1 span, .module--cta--purple .cta__highlight h1 strong, .module--cta--purple .cta__highlight h2 span, .module--cta--purple .cta__highlight h2 strong, .module--cta--purple .cta__highlight h3 span, .module--cta--purple .cta__highlight h3 strong, .module--cta--purple .cta__highlight h4 span, .module--cta--purple .cta__highlight h4 strong, .module--cta--purple .cta__highlight h5 span, .module--cta--purple .cta__highlight h5 strong, .module--cta--purple .cta__highlight h6 span, .module--cta--purple .cta__highlight h6 strong {
  color: #8649FC;
}
.module--cta--aquamarine .cta__highlight h1 span, .module--cta--aquamarine .cta__highlight h1 strong, .module--cta--aquamarine .cta__highlight h2 span, .module--cta--aquamarine .cta__highlight h2 strong, .module--cta--aquamarine .cta__highlight h3 span, .module--cta--aquamarine .cta__highlight h3 strong, .module--cta--aquamarine .cta__highlight h4 span, .module--cta--aquamarine .cta__highlight h4 strong, .module--cta--aquamarine .cta__highlight h5 span, .module--cta--aquamarine .cta__highlight h5 strong, .module--cta--aquamarine .cta__highlight h6 span, .module--cta--aquamarine .cta__highlight h6 strong {
  color: #14F9DA;
}
.module--cta--black .cta__highlight h1 span, .module--cta--black .cta__highlight h1 strong, .module--cta--black .cta__highlight h2 span, .module--cta--black .cta__highlight h2 strong, .module--cta--black .cta__highlight h3 span, .module--cta--black .cta__highlight h3 strong, .module--cta--black .cta__highlight h4 span, .module--cta--black .cta__highlight h4 strong, .module--cta--black .cta__highlight h5 span, .module--cta--black .cta__highlight h5 strong, .module--cta--black .cta__highlight h6 span, .module--cta--black .cta__highlight h6 strong {
  color: #07010D;
}
@media (max-width: 979px) {
  .cta__highlight h2 {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
@media (max-width: 767px) {
  .cta__highlight h2 {
    margin-bottom: 5px;
  }
}
@media (max-width: 359px) {
  .cta__highlight h2 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.cta__body {
  padding: 0 0 0 40px;
}
@media (max-width: 979px) {
  .cta__body {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .cta__body {
    padding-left: 0;
  }
}
.reverted .cta__body {
  padding: 0 40px 0 0;
}
@media (max-width: 979px) {
  .reverted .cta__body {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .reverted .cta__body {
    padding-right: 0;
  }
}
.cta__body h1, .cta__body h2, .cta__body h3, .cta__body h4, .cta__body h5, .cta__body h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.cta__button {
  padding: 0 0 0 40px;
}
@media (max-width: 519px) {
  .cta__button .button {
    height: auto;
    max-height: 54px;
  }
}
@media (max-width: 519px) {
  .cta__button .button__inner {
    white-space: normal;
    line-height: 1.3;
  }
}
@media (max-width: 979px) {
  .cta__button {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .cta__button {
    white-space: normal;
  }
}
@media (max-width: 519px) {
  .cta__button {
    padding-left: 0px;
  }
}
@media (max-width: 359px) {
  .cta__button {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 359px) {
  .cta__button a.button.button--blob-noanime {
    height: auto;
    max-width: 100%;
  }
  .cta__button a.button.button--blob-noanime .button__inner {
    max-width: 100%;
    display: block;
    white-space: normal;
  }
}
.reverted .cta__button {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .reverted .cta__button {
    padding-right: 0;
    text-align: center;
  }
}
.cta ul {
  list-style: disc;
  padding-left: 25px;
}
.cta ol {
  list-style: decimal;
  padding-left: 25px;
}

.module--cta {
  transform: translate3d(0, 0, 0);
  will-change: filter;
}

.module--fullwidth {
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: var(--module-color-text);
}
.module--fullwidth .module__background {
  top: var(--module-space);
  bottom: var(--module-space);
}
.module--fullwidth.concat .module__background {
  top: 0;
}
.module--fullwidth + .module--fullwidth.concat {
  margin-top: calc(var(--module-space) * -1) !important;
}

.fullwidth {
  margin: 0 auto;
}
.fullwidth .row {
  justify-content: space-between;
  align-items: stretch;
}
.fullwidth .col {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767px) {
  .fullwidth .col:last-child {
    order: 0;
  }
}
.fullwidth__body {
  margin: 0 0 30px 0;
  max-width: 510px;
  transition: transform 0.9s ease;
  -webkit-transition: transform 0.9s ease;
}
.fullwidth__body p a {
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
}
.no-touch .fullwidth__body p a:hover {
  color: #001E9B;
}
.fullwidth__body img {
  max-width: 100%;
  height: auto;
}
.fullwidth__body {
  padding: 40px 70px 0 0;
  margin-bottom: 40px;
}
.fullwidth__body:last-child {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .fullwidth__body {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .fullwidth__body {
    padding-right: 0;
  }
}
.reverted .fullwidth__body {
  padding-right: 0;
  padding-left: 70px;
}
@media (max-width: 979px) {
  .reverted .fullwidth__body {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .reverted .fullwidth__body {
    padding-left: 0;
  }
}
.fullwidth__body h1, .fullwidth__body h2, .fullwidth__body h3, .fullwidth__body h4, .fullwidth__body h5, .fullwidth__body h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.reverted .fullwidth .col--image {
  align-items: flex-end;
}
.fullwidth__player {
  width: 50vw;
}
.fullwidth__player .embed-container {
  margin: 0 auto 0;
}
@media (max-width: 767px) {
  .fullwidth__player {
    width: 100vw;
    margin-left: -25px;
    position: relative;
  }
  .fullwidth__player .embed-container {
    margin: 0 auto 0;
  }
  .reverted .fullwidth__player {
    left: 25px;
  }
}
.fullwidth__image {
  height: 100%;
  width: 50vw;
  position: relative;
}
.fullwidth__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.fullwidth__image.compat-object-fit {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fullwidth__image.compat-object-fit img {
  visibility: hidden;
}
.fullwidth__image video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50vw;
  height: 120%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.reverted .fullwidth__image video,
.reverted .fullwidth__image img {
  float: right;
}
.fullwidth__image__video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fullwidth__image__video {
    min-height: 320px;
    position: relative;
  }
  .fullwidth__image__video video {
    width: 100vw;
    top: -10%;
  }
  .reverted .fullwidth__image__video video {
    left: 50px;
    right: auto;
  }
}
@media (max-width: 767px) {
  .fullwidth__image {
    width: calc(100vw + 50px);
    margin-left: -25px;
    margin-right: -25px;
  }
  .reverted .fullwidth__image {
    position: relative;
    transform: translate(0, 0);
    left: auto;
  }
}
.fullwidth__button {
  padding: 0 70px 40px 0;
}
@media (max-width: 519px) {
  .fullwidth__button .button {
    height: auto;
    max-height: 54px;
  }
}
@media (max-width: 519px) {
  .fullwidth__button .button__inner {
    white-space: normal;
    line-height: 1.3;
  }
}
@media (max-width: 979px) {
  .fullwidth__button {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .fullwidth__button {
    white-space: normal;
  }
}
@media (max-width: 519px) {
  .fullwidth__button {
    padding-right: 0px;
  }
}
@media (max-width: 359px) {
  .fullwidth__button a.button.button--blob-noanime {
    height: auto;
    max-width: 100%;
  }
  .fullwidth__button a.button.button--blob-noanime .button__inner {
    max-width: 100%;
    display: block;
    white-space: normal;
  }
}
.reverted .fullwidth__button {
  padding: 0 0 40px 70px;
}
@media (max-width: 767px) {
  .reverted .fullwidth__button {
    padding-left: 0;
  }
}
.fullwidth ul {
  list-style: disc;
  padding-left: 25px;
}
.fullwidth ol {
  list-style: decimal;
  padding-left: 25px;
}

.module--fullwidth {
  transform: translate3d(0, 0, 0);
}

.three-columns {
  margin: 0 auto;
}
.three-columns .row {
  justify-content: center;
  align-items: flex-start;
}
.three-columns .wysiwyg h1, .three-columns .wysiwyg h2, .three-columns .wysiwyg h3, .three-columns .wysiwyg h4, .three-columns .wysiwyg h5, .three-columns .wysiwyg h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.three-columns img {
  max-width: 100%;
  height: auto;
}
.three-columns ul {
  list-style: disc;
  padding-left: 25px;
}
.three-columns ol {
  list-style: decimal;
  padding-left: 25px;
}

.blog.category, .archive.category {
  padding-right: 0;
}
.blog .widget-area, .archive .widget-area {
  display: none;
}
.blog .module.module-card, .archive .module.module-card {
  padding-top: 27px;
}
.blog .module-card-inner-2, .archive .module-card-inner-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -70px -20px;
}
@media (max-width: 759px) {
  .blog .module-card-inner-2, .archive .module-card-inner-2 {
    margin-bottom: -15px;
  }
}
.blog .module-card-inner-2 .select-wrapper, .archive .module-card-inner-2 .select-wrapper {
  min-width: 100%;
  padding: 0 20px 30px;
}
.blog .navigation, .archive .navigation {
  padding-top: 100px;
  padding-bottom: 55px;
}
@media (max-width: 799px) {
  .blog .navigation, .archive .navigation {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 419px) {
  .blog .navigation, .archive .navigation {
    padding-bottom: 0px;
  }
}
.blog .navigation .container, .archive .navigation .container {
  max-width: 1260px;
}
.blog .navigation-inner, .archive .navigation-inner {
  display: flex;
  justify-content: space-between;
}
.blog .navigation-inner .alignleft, .blog .navigation-inner .alignright, .archive .navigation-inner .alignleft, .archive .navigation-inner .alignright {
  display: inline-block;
}
.blog .navigation-inner .pages, .archive .navigation-inner .pages {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 629px) {
  .blog .navigation-inner .pages, .archive .navigation-inner .pages {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 0;
  }
}
.blog .navigation-inner .pages span, .archive .navigation-inner .pages span {
  font-family: "Barlow", sans-serif;
  display: block;
}

.single-event .comments-area, .single-event .widget-area, .single-event .navigation,
.single-post .comments-area,
.single-post .widget-area,
.single-post .navigation {
  display: none;
}
.single-event .module-post,
.single-post .module-post {
  padding-top: 20px;
  padding-bottom: 100px;
}
.single-event .module-post .wrapper-social-wysiwyg,
.single-post .module-post .wrapper-social-wysiwyg {
  position: relative;
  min-height: 250px;
}
@media (max-width: 630px) {
  .single-event .module-post .wrapper-social-wysiwyg,
.single-post .module-post .wrapper-social-wysiwyg {
    min-height: 50px;
  }
}
.single-event .module-post .wrapper-meta,
.single-post .module-post .wrapper-meta {
  margin-top: -3px;
}
.single-event .module-post .social,
.single-post .module-post .social {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 629px) {
  .single-event .module-post .social,
.single-post .module-post .social {
    position: relative;
  }
}
.single-event .module-post .social.position-fixed,
.single-post .module-post .social.position-fixed {
  position: fixed;
}
.single-event .module-post .social.go-up,
.single-post .module-post .social.go-up {
  position: absolute;
}
.single-event .module-post .social .social-list,
.single-post .module-post .social .social-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 630px) {
  .single-event .module-post .social .social-list,
.single-post .module-post .social .social-list {
    flex-direction: row;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.single-event .module-post .social li,
.single-post .module-post .social li {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 759px) {
  .single-event .module-post .social li,
.single-post .module-post .social li {
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
.single-event .module-post .social li .icon,
.single-post .module-post .social li .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: #07010D;
  position: relative;
}
.single-event .module-post .social li .icon.icon-facebook-2,
.single-post .module-post .social li .icon.icon-facebook-2 {
  font-size: 30px;
  font-size: 3rem;
  top: 0px;
  left: 1px;
}
.single-event .module-post .social li .icon.icon-twitter-2,
.single-post .module-post .social li .icon.icon-twitter-2 {
  font-size: 30px;
  font-size: 3rem;
  top: 0px;
  left: 2px;
}
.single-event .module-post .social li .icon.icon-linkedin-2,
.single-post .module-post .social li .icon.icon-linkedin-2 {
  font-size: 30px;
  font-size: 3rem;
  top: 0px;
  left: 2px;
}
.single-event .module-post .social li .icon.icon-whatsapp-2,
.single-post .module-post .social li .icon.icon-whatsapp-2 {
  font-size: 20px;
  font-size: 2rem;
  top: 0px;
  left: 2px;
}
.single-event .module-post .social li .icon.icon-newsletter-2,
.single-post .module-post .social li .icon.icon-newsletter-2 {
  font-size: 30px;
  font-size: 3rem;
  top: 0px;
  left: 2px;
}
.single-event .module-post .container,
.single-post .module-post .container {
  max-width: 870px;
}
@media (max-width: 1277px) {
  .single-event .module-post .container,
.single-post .module-post .container {
    padding: 0 90px;
  }
}
@media (max-width: 979px) {
  .single-event .module-post .container,
.single-post .module-post .container {
    padding: 0 30px;
  }
}
@media (max-width: 629px) {
  .single-event .module-post .container,
.single-post .module-post .container {
    padding: 0 25px;
  }
}
.single-event .module-post .img-meta,
.single-post .module-post .img-meta {
  display: block;
  padding-top: 25px;
  padding-bottom: 49px;
}
@media (max-width: 629px) {
  .single-event .module-post .img-meta,
.single-post .module-post .img-meta {
    padding-bottom: 15px;
  }
}
.single-event .module-post .img-meta img,
.single-post .module-post .img-meta img {
  margin-bottom: 5px;
}
.single-event .module-post .excerpt,
.single-post .module-post .excerpt {
  font-size: 24px;
  font-size: 2.4rem;
  color: #001E9B;
  font-weight: 600;
  padding-top: 25px;
  position: relative;
  line-height: 1.1;
  letter-spacing: 0.1px;
}
@media (max-width: 629px) {
  .single-event .module-post .excerpt,
.single-post .module-post .excerpt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.single-event .module-post .post-title,
.single-post .module-post .post-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 50px;
  font-size: 5rem;
  color: #001E9B;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1px;
}
@media (max-width: 629px) {
  .single-event .module-post .post-title,
.single-post .module-post .post-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
.single-event .module-post .img-meta img,
.single-post .module-post .img-meta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  margin-bottom: 10px;
}

.single-event .modularpage__header__inner {
  padding-top: 200px !important;
  padding-bottom: 50px !important;
}
@media (max-width: 979px) {
  .single-event .modularpage__header__inner {
    padding-top: 100px !important;
  }
}

.module--event__title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 66px;
  font-size: 6.6rem;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: bold;
  color: #001E9B;
  margin: 0 0 40px 0;
}
.module--event__title span, .module--event__title strong {
  font-weight: 600;
  color: #001E9B;
}
.specialbackground .module--event__title span, .specialbackground .module--event__title strong {
  color: #ffffff;
}
@media (max-width: 767px) {
  .module--event__title {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
.module--event__thumbnail {
  margin: 0 0 40px 0;
}
.module--event__thumbnail img {
  width: 100%;
  height: auto;
}

.event-category {
  font-family: "Altero", sans-serif;
  color: #001E9B;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1em;
  text-transform: lowercase;
  margin: 0 0 45px 0;
}
.event-category strong {
  text-transform: uppercase;
}
.event-category__item__pretitle {
  text-transform: uppercase;
}

.event-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 25px 0;
}

.event-date {
  background-image: linear-gradient(206deg, #15C8FF 0%, #15C8FF 0%, #3F61FE 32%, #030E8F 67%, #07010D 100%);
  border-radius: 100%;
  width: 110px;
  height: 110px;
  min-width: 110px;
  position: relative;
  margin: 0 20px 20px 0;
}
.event-date__inner {
  background: #ffffff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0;
  text-align: center;
  color: #030E8F;
}
.event-date__inner .separator {
  line-height: 4px;
}

.event-time {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  color: #07010D;
  letter-spacing: 0;
  text-align: center;
  line-height: 1em;
  width: 110px;
  min-width: 110px;
  height: 110px;
  margin: 0 20px 20px 0;
}
.event-time__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  position: relative;
}
.event-time__inner::before {
  display: inline-block;
  font-family: "madblueicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  text-align: center;
  font-size: 32px;
  margin: 0 auto 10px;
}
.event-time__inner .separator {
  line-height: 10px;
}

.event-venue {
  margin: 0 0 45px 0;
}
.event-venue__title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.event-venue__item.--children {
  display: block;
  font-size: 0.725em;
}

.event-description {
  margin-bottom: 40px;
}

.distributor,
.event-participants {
  margin: 65px 0;
}
.distributor__inner,
.event-participants__inner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -14px -28px;
}
@media (max-width: 767px) {
  .distributor__inner,
.event-participants__inner {
    margin: 0 -8px -28px;
  }
}
.distributor__title,
.event-participants__title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  margin-bottom: 40px;
}
.distributor:first-child,
.event-participants:first-child {
  margin-top: 0;
}
.distributor:last-child,
.event-participants:last-child {
  margin-bottom: 0;
}

.distributor__inner {
  margin: 0 -14px -28px;
}
@media (max-width: 979px) {
  .distributor__inner {
    margin: 0 -14px -28px;
  }
}
@media (max-width: 767px) {
  .distributor__inner {
    margin: 0 -8px -28px;
  }
}

.distributor-card,
.event-card,
.startup-card,
.fund-card {
  padding: 0 14px 28px;
  width: 20%;
  min-width: 20%;
  transition: transform 0.9s ease;
  position: relative;
}
@media (max-width: 767px) {
  .distributor-card,
.event-card,
.startup-card,
.fund-card {
    padding: 0 8px 28px;
  }
}
@media (max-width: 979px) {
  .distributor-card,
.event-card,
.startup-card,
.fund-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor-card,
.event-card,
.startup-card,
.fund-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor-card,
.event-card,
.startup-card,
.fund-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor-card,
.event-card,
.startup-card,
.fund-card {
    width: 100%;
    min-width: 100%;
  }
}
.distributor-card__inner, .distributor-card > a,
.event-card__inner,
.event-card > a,
.startup-card__inner,
.startup-card > a,
.fund-card__inner,
.fund-card > a {
  display: block;
  position: relative;
}
.distributor-card .img-meta,
.event-card .img-meta,
.startup-card .img-meta,
.fund-card .img-meta {
  display: block;
  height: 0;
  padding: 0;
  padding-top: 130.9523809524%;
  position: relative;
  overflow: hidden;
}
.distributor-card .img-meta > *,
.event-card .img-meta > *,
.startup-card .img-meta > *,
.fund-card .img-meta > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.distributor-card .img-meta img,
.event-card .img-meta img,
.startup-card .img-meta img,
.fund-card .img-meta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.distributor-card .img-meta.compat-object-fit,
.event-card .img-meta.compat-object-fit,
.startup-card .img-meta.compat-object-fit,
.fund-card .img-meta.compat-object-fit {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.distributor-card .img-meta.compat-object-fit img,
.event-card .img-meta.compat-object-fit img,
.startup-card .img-meta.compat-object-fit img,
.fund-card .img-meta.compat-object-fit img {
  visibility: hidden;
}
.distributor-card .img-meta img,
.event-card .img-meta img,
.startup-card .img-meta img,
.fund-card .img-meta img {
  transition: transform 0.5s ease;
}
.distributor-card .title-post,
.event-card .title-post,
.startup-card .title-post,
.fund-card .title-post {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  color: #07010D;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25em;
  letter-spacing: -0.15px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #07010D;
  margin: 0;
  transition: color 0.3s ease-in;
  width: 100%;
  padding: 20px 0;
  background: none;
}
@media (max-width: 767px) {
  .distributor-card .title-post,
.event-card .title-post,
.startup-card .title-post,
.fund-card .title-post {
    font-size: 2rem;
  }
}
.specialbackground .distributor-card .title-post,
.specialbackground .event-card .title-post,
.specialbackground .startup-card .title-post,
.specialbackground .fund-card .title-post {
  color: #ffffff;
}
.distributor-card .subtitle-post,
.event-card .subtitle-post,
.startup-card .subtitle-post,
.fund-card .subtitle-post {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  color: #07010D;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25em;
  letter-spacing: -0.15px;
  line-height: 1em;
  color: #07010D;
  margin: 0;
  transition: color 0.3s ease-in;
  width: 100%;
  padding: 20px 0;
  background: none;
  text-transform: none;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1em;
}
@media (max-width: 767px) {
  .distributor-card .subtitle-post,
.event-card .subtitle-post,
.startup-card .subtitle-post,
.fund-card .subtitle-post {
    font-size: 1.8rem;
  }
}
.specialbackground .distributor-card .subtitle-post,
.specialbackground .event-card .subtitle-post,
.specialbackground .startup-card .subtitle-post,
.specialbackground .fund-card .subtitle-post {
  color: #ffffff;
}
.distributor-card .title-post + .subtitle-post,
.event-card .title-post + .subtitle-post,
.startup-card .title-post + .subtitle-post,
.fund-card .title-post + .subtitle-post {
  margin-top: -34px;
}
.no-touch .distributor-card a:hover .title-post,
.no-touch .event-card a:hover .title-post,
.no-touch .startup-card a:hover .title-post,
.no-touch .fund-card a:hover .title-post {
  color: #15C8FF;
}
.no-touch .distributor-card a:hover .img-meta img,
.no-touch .event-card a:hover .img-meta img,
.no-touch .startup-card a:hover .img-meta img,
.no-touch .fund-card a:hover .img-meta img {
  transform: scale(1.2);
}

.distributor-card .img-meta {
  height: 0;
  padding: 0;
  padding-top: 110%;
  position: relative;
}
.distributor-card .img-meta > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.distributor-card .title-post {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 18px;
  color: #ffffff;
  background: #07010D;
  overflow: hidden;
  transition: color 0.3s linear, background-color 0.3s linear;
}
.distributor-card .title-post span {
  position: relative;
  z-index: 10;
}
.distributor-card .title-post::after {
  content: "";
  z-index: 1;
  background: transparent;
  border: 3px solid #07010D;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
  box-sizing: border-box;
}
.smaller-titles .distributor-card .title-post {
  font-size: 1.6rem;
}
.no-touch .distributor-card a:hover .title-post {
  color: #07010D;
  background-color: #ffffff;
}
.no-touch .distributor-card a:hover .title-post::after {
  opacity: 1;
}

.startup-card .img-meta,
.fund-card .img-meta {
  height: 0;
  padding: 0;
  padding-top: 56.0606060606%;
  position: relative;
  margin-bottom: 15px;
}
.startup-card .img-meta > *,
.fund-card .img-meta > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.startup-card .img-meta img,
.fund-card .img-meta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.startup-card .img-meta.compat-object-fit,
.fund-card .img-meta.compat-object-fit {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.startup-card .img-meta.compat-object-fit img,
.fund-card .img-meta.compat-object-fit img {
  visibility: hidden;
}
.startup-card .img-meta::before,
.fund-card .img-meta::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #001E9B 0%, #15C8FF 88%);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s linear;
}
.startup-card .startup-category,
.startup-card .fund-category,
.fund-card .startup-category,
.fund-card .fund-category {
  margin-bottom: 15px;
}
.startup-card .title-post,
.fund-card .title-post {
  padding-top: 0;
  padding-bottom: 10px;
}
.startup-card .startup-card__main,
.startup-card .fund-card__main,
.fund-card .startup-card__main,
.fund-card .fund-card__main {
  color: #07010D;
}
.startup-card .startup-card__body,
.startup-card .fund-card__body,
.fund-card .startup-card__body,
.fund-card .fund-card__body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 300;
}
.startup-card .startup-url,
.startup-card .fund-url,
.fund-card .startup-url,
.fund-card .fund-url {
  padding-top: 15px;
}
.no-touch .startup-card a:hover,
.no-touch .fund-card a:hover {
  color: #001E9B;
}
.no-touch .startup-card a:hover .title-post,
.no-touch .fund-card a:hover .title-post {
  color: #001E9B;
}
.no-touch .startup-card a:hover .img-meta::before,
.no-touch .fund-card a:hover .img-meta::before {
  opacity: 0.5;
}
.no-touch .startup-card a:hover .startup-category__item,
.no-touch .fund-card a:hover .startup-category__item {
  background-color: #001E9B;
}

.fund-card.fund-card--minimal .img-meta,
.startup-card.startup-card--minimal .img-meta {
  height: 100px;
  padding: 10px;
}
.fund-card.fund-card--minimal .img-meta img,
.startup-card.startup-card--minimal .img-meta img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}
.fund-card.fund-card--minimal .img-meta.compat-object-fit,
.startup-card.startup-card--minimal .img-meta.compat-object-fit {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.fund-card.fund-card--minimal .img-meta.compat-object-fit img,
.startup-card.startup-card--minimal .img-meta.compat-object-fit img {
  visibility: hidden;
}
.fund-card.fund-card--minimal .img-meta img,
.startup-card.startup-card--minimal .img-meta img {
  position: relative;
}
.fund-card.fund-card--minimal .img-meta::before,
.startup-card.startup-card--minimal .img-meta::before {
  content: none;
}

.distributor--startups-archive .fund-card,
.distributor--startups-archive .startup-card,
.distributor--funds-archive .fund-card,
.distributor--funds-archive .startup-card {
  width: 33.333%;
  min-width: 33.3333%;
}
@media (max-width: 629px) {
  .distributor--startups-archive .fund-card,
.distributor--startups-archive .startup-card,
.distributor--funds-archive .fund-card,
.distributor--funds-archive .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--startups-archive .fund-card,
.distributor--startups-archive .startup-card,
.distributor--funds-archive .fund-card,
.distributor--funds-archive .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

.distributor--items-1 .distributor-card,
.distributor--items-1 .fund-card,
.distributor--items-1 .startup-card {
  width: 100%;
  min-width: 100%;
}

.distributor--items-2 .distributor-card,
.distributor--items-2 .fund-card,
.distributor--items-2 .startup-card {
  width: 50%;
  min-width: 50%;
}

.distributor--items-3 .distributor-card,
.distributor--items-3 .fund-card,
.distributor--items-3 .startup-card,
.distributor--items-6 .distributor-card,
.distributor--items-6 .fund-card,
.distributor--items-6 .startup-card,
.distributor--items-18 .distributor-card,
.distributor--items-18 .fund-card,
.distributor--items-18 .startup-card {
  width: 33.333%;
  min-width: 33.333%;
}

.distributor--items-4 .distributor-card,
.distributor--items-4 .fund-card,
.distributor--items-4 .startup-card,
.distributor--items-8 .distributor-card,
.distributor--items-8 .fund-card,
.distributor--items-8 .startup-card,
.distributor--items-11 .distributor-card,
.distributor--items-11 .fund-card,
.distributor--items-11 .startup-card,
.distributor--items-12 .distributor-card,
.distributor--items-12 .fund-card,
.distributor--items-12 .startup-card,
.distributor--items-16 .distributor-card,
.distributor--items-16 .fund-card,
.distributor--items-16 .startup-card,
.distributor--items-20 .distributor-card,
.distributor--items-20 .fund-card,
.distributor--items-20 .startup-card {
  width: 25%;
  min-width: 25%;
}

.distributor--items-5 .distributor-card,
.distributor--items-5 .fund-card,
.distributor--items-5 .startup-card,
.distributor--items-7 .distributor-card,
.distributor--items-7 .fund-card,
.distributor--items-7 .startup-card,
.distributor--items-9 .distributor-card,
.distributor--items-9 .fund-card,
.distributor--items-9 .startup-card,
.distributor--items-10 .distributor-card,
.distributor--items-10 .fund-card,
.distributor--items-10 .startup-card,
.distributor--items-13 .distributor-card,
.distributor--items-13 .fund-card,
.distributor--items-13 .startup-card,
.distributor--items-14 .distributor-card,
.distributor--items-14 .fund-card,
.distributor--items-14 .startup-card,
.distributor--items-15 .distributor-card,
.distributor--items-15 .fund-card,
.distributor--items-15 .startup-card,
.distributor--items-17 .distributor-card,
.distributor--items-17 .fund-card,
.distributor--items-17 .startup-card,
.distributor--items-19 .distributor-card,
.distributor--items-19 .fund-card,
.distributor--items-19 .startup-card {
  width: 20%;
  min-width: 20%;
}

@media (max-width: 359px) {
  .distributor--items-2 .distributor-card,
.distributor--items-2 .fund-card,
.distributor--items-2 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 629px) {
  .distributor--items-3 .distributor-card,
.distributor--items-3 .fund-card,
.distributor--items-3 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-3 .distributor-card,
.distributor--items-3 .fund-card,
.distributor--items-3 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .distributor--items-4 .distributor-card,
.distributor--items-4 .fund-card,
.distributor--items-4 .startup-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor--items-4 .distributor-card,
.distributor--items-4 .fund-card,
.distributor--items-4 .startup-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor--items-4 .distributor-card,
.distributor--items-4 .fund-card,
.distributor--items-4 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-4 .distributor-card,
.distributor--items-4 .fund-card,
.distributor--items-4 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .distributor--items-5 .distributor-card,
.distributor--items-5 .fund-card,
.distributor--items-5 .startup-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor--items-5 .distributor-card,
.distributor--items-5 .fund-card,
.distributor--items-5 .startup-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor--items-5 .distributor-card,
.distributor--items-5 .fund-card,
.distributor--items-5 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-5 .distributor-card,
.distributor--items-5 .fund-card,
.distributor--items-5 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .distributor--items-6 .distributor-card,
.distributor--items-6 .fund-card,
.distributor--items-6 .startup-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor--items-6 .distributor-card,
.distributor--items-6 .fund-card,
.distributor--items-6 .startup-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor--items-6 .distributor-card,
.distributor--items-6 .fund-card,
.distributor--items-6 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-6 .distributor-card,
.distributor--items-6 .fund-card,
.distributor--items-6 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .distributor--items-7 .distributor-card,
.distributor--items-7 .fund-card,
.distributor--items-7 .startup-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor--items-7 .distributor-card,
.distributor--items-7 .fund-card,
.distributor--items-7 .startup-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor--items-7 .distributor-card,
.distributor--items-7 .fund-card,
.distributor--items-7 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-7 .distributor-card,
.distributor--items-7 .fund-card,
.distributor--items-7 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .distributor--items-8 .distributor-card,
.distributor--items-8 .fund-card,
.distributor--items-8 .startup-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor--items-8 .distributor-card,
.distributor--items-8 .fund-card,
.distributor--items-8 .startup-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor--items-8 .distributor-card,
.distributor--items-8 .fund-card,
.distributor--items-8 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-8 .distributor-card,
.distributor--items-8 .fund-card,
.distributor--items-8 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .distributor--items-9 .distributor-card,
.distributor--items-9 .fund-card,
.distributor--items-9 .startup-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor--items-9 .distributor-card,
.distributor--items-9 .fund-card,
.distributor--items-9 .startup-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor--items-9 .distributor-card,
.distributor--items-9 .fund-card,
.distributor--items-9 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-9 .distributor-card,
.distributor--items-9 .fund-card,
.distributor--items-9 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .distributor--items-10 .distributor-card,
.distributor--items-10 .fund-card,
.distributor--items-10 .startup-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor--items-10 .distributor-card,
.distributor--items-10 .fund-card,
.distributor--items-10 .startup-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor--items-10 .distributor-card,
.distributor--items-10 .fund-card,
.distributor--items-10 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-10 .distributor-card,
.distributor--items-10 .fund-card,
.distributor--items-10 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .distributor--items-11 .distributor-card,
.distributor--items-11 .fund-card,
.distributor--items-11 .startup-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor--items-11 .distributor-card,
.distributor--items-11 .fund-card,
.distributor--items-11 .startup-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor--items-11 .distributor-card,
.distributor--items-11 .fund-card,
.distributor--items-11 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-11 .distributor-card,
.distributor--items-11 .fund-card,
.distributor--items-11 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .distributor--items-12 .distributor-card,
.distributor--items-12 .fund-card,
.distributor--items-12 .startup-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor--items-12 .distributor-card,
.distributor--items-12 .fund-card,
.distributor--items-12 .startup-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor--items-12 .distributor-card,
.distributor--items-12 .fund-card,
.distributor--items-12 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-12 .distributor-card,
.distributor--items-12 .fund-card,
.distributor--items-12 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .distributor--items-13 .distributor-card,
.distributor--items-13 .fund-card,
.distributor--items-13 .startup-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor--items-13 .distributor-card,
.distributor--items-13 .fund-card,
.distributor--items-13 .startup-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor--items-13 .distributor-card,
.distributor--items-13 .fund-card,
.distributor--items-13 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-13 .distributor-card,
.distributor--items-13 .fund-card,
.distributor--items-13 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .distributor--items-14 .distributor-card,
.distributor--items-14 .fund-card,
.distributor--items-14 .startup-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor--items-14 .distributor-card,
.distributor--items-14 .fund-card,
.distributor--items-14 .startup-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor--items-14 .distributor-card,
.distributor--items-14 .fund-card,
.distributor--items-14 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-14 .distributor-card,
.distributor--items-14 .fund-card,
.distributor--items-14 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .distributor--items-15 .distributor-card,
.distributor--items-15 .fund-card,
.distributor--items-15 .startup-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor--items-15 .distributor-card,
.distributor--items-15 .fund-card,
.distributor--items-15 .startup-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor--items-15 .distributor-card,
.distributor--items-15 .fund-card,
.distributor--items-15 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-15 .distributor-card,
.distributor--items-15 .fund-card,
.distributor--items-15 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .distributor--items-16 .distributor-card,
.distributor--items-16 .fund-card,
.distributor--items-16 .startup-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor--items-16 .distributor-card,
.distributor--items-16 .fund-card,
.distributor--items-16 .startup-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor--items-16 .distributor-card,
.distributor--items-16 .fund-card,
.distributor--items-16 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-16 .distributor-card,
.distributor--items-16 .fund-card,
.distributor--items-16 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .distributor--items-17 .distributor-card,
.distributor--items-17 .fund-card,
.distributor--items-17 .startup-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor--items-17 .distributor-card,
.distributor--items-17 .fund-card,
.distributor--items-17 .startup-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor--items-17 .distributor-card,
.distributor--items-17 .fund-card,
.distributor--items-17 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-17 .distributor-card,
.distributor--items-17 .fund-card,
.distributor--items-17 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .distributor--items-18 .distributor-card,
.distributor--items-18 .fund-card,
.distributor--items-18 .startup-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor--items-18 .distributor-card,
.distributor--items-18 .fund-card,
.distributor--items-18 .startup-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor--items-18 .distributor-card,
.distributor--items-18 .fund-card,
.distributor--items-18 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-18 .distributor-card,
.distributor--items-18 .fund-card,
.distributor--items-18 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .distributor--items-19 .distributor-card,
.distributor--items-19 .fund-card,
.distributor--items-19 .startup-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor--items-19 .distributor-card,
.distributor--items-19 .fund-card,
.distributor--items-19 .startup-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor--items-19 .distributor-card,
.distributor--items-19 .fund-card,
.distributor--items-19 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-19 .distributor-card,
.distributor--items-19 .fund-card,
.distributor--items-19 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .distributor--items-20 .distributor-card,
.distributor--items-20 .fund-card,
.distributor--items-20 .startup-card {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .distributor--items-20 .distributor-card,
.distributor--items-20 .fund-card,
.distributor--items-20 .startup-card {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 629px) {
  .distributor--items-20 .distributor-card,
.distributor--items-20 .fund-card,
.distributor--items-20 .startup-card {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 359px) {
  .distributor--items-20 .distributor-card,
.distributor--items-20 .fund-card,
.distributor--items-20 .startup-card {
    width: 100%;
    min-width: 100%;
  }
}

.distributor--slider .distributor__inner.slick-slider {
  margin: 0;
}
.distributor--slider .distributor-card,
.distributor--slider .fund-card,
.distributor--slider .startup-card {
  width: 210px !important;
  max-width: 100% !important;
  min-width: auto !important;
}

.module-related .container {
  max-width: 1260px;
}
@media (max-width: 629px) {
  .module-related-inner {
    position: relative;
  }
}
.module-related .module-related-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 759px) {
  .module-related .module-related-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
body:not(.single-post) .module-related .module-related-header .button-p-wrapper {
  max-width: 470px;
  position: relative;
  top: 0;
}
@media (max-width: 979px) {
  body:not(.single-post) .module-related .module-related-header .button-p-wrapper {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 759px) {
  body:not(.single-post) .module-related .module-related-header .button-p-wrapper {
    width: 100%;
    max-width: 100%;
    top: 0;
  }
}
.module-related .module-related-header .button-p-wrapper {
  padding-bottom: 30px;
  padding-left: 30px;
  transition: transform 0.9s ease;
  -webkit-transition: transform 0.9s ease;
}
@media (max-width: 979px) {
  .module-related .module-related-header .button-p-wrapper {
    width: 50%;
    max-width: 50%;
    padding-left: 30px;
  }
}
@media (max-width: 759px) {
  .module-related .module-related-header .button-p-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 30px 0 13px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.module-related .module-related-header .button-p-wrapper .paragraph {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.15px;
  margin-bottom: 25px;
}
.module-related .news-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 66px;
  font-size: 6.6rem;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
  transition: transform 0.9s ease;
}
.module-related .news-title span, .module-related .news-title strong {
  font-weight: 600;
  color: #001E9B;
}
.specialbackground .module-related .news-title span, .specialbackground .module-related .news-title strong {
  color: #ffffff;
}
@media (max-width: 767px) {
  .module-related .news-title {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
@media (max-width: 759px) {
  .module-related .news-title {
    max-width: 100%;
    max-width: 330px;
    text-align: center;
  }
}
.module-related .module-related-content {
  display: flex;
}
body:not(.single-post) .module-related .module-related-content {
  margin: 20px -20px -70px -20px;
}
@media (max-width: 759px) {
  body:not(.single-post) .module-related .module-related-content {
    margin: 40px 0 -15px 0;
    flex-direction: column;
  }
}
.single .module-related .module-related-content {
  margin: 20px -20px -70px -20px;
}
@media (max-width: 759px) {
  .single .module-related .module-related-content {
    margin: 40px 0 -15px 0;
    flex-direction: column;
  }
}
@media (max-width: 979px) {
  .module-related .post-article-item {
    width: 50%;
    min-width: 50%;
  }
  .module-related .post-article-item:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 759px) {
  .module-related .post-article-item {
    padding-bottom: 15px;
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 759px) {
  .module-related .post-article-item:nth-of-type(3) {
    display: block;
  }
}

.module-related .post-article-item {
  padding-bottom: 70px;
}
@media (max-width: 759px) {
  .single .module-related .post-article-item, body:not(.single-post) .module-related .post-article-item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 45px;
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 979px) {
  .module-card .post-article-item {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 629px) {
  .module-card .post-article-item {
    padding-bottom: 30px;
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 629px) {
  .module-card .post-article-item .wrapper-meta {
    padding-top: 0;
  }
}

.post-article-item {
  padding: 0 20px 70px 20px;
  width: 33.333%;
  min-width: 33.333%;
  font-family: "Barlow Condensed", sans-serif;
  transition: transform 0.9s ease;
}
.post-article-item .wrapper-meta {
  padding-top: 10px;
}
.post-article-item .img-meta {
  display: block;
  width: 100%;
  max-height: 225px;
  height: 222px;
  overflow: hidden;
}
.post-article-item .img-meta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.post-article-item .img-meta.compat-object-fit {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.post-article-item .img-meta.compat-object-fit img {
  visibility: hidden;
}
.post-article-item .img-meta img {
  transition: transform 0.5s ease;
}
.post-article-item .title-post {
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
  color: #001E9B;
  text-transform: uppercase;
  transition: color 0.5s ease;
  line-height: 1em;
}
.post-article-item .title-post a {
  color: #07010D;
}
@media (max-width: 759px) {
  .post-article-item .title-post {
    font-size: 20px;
    font-size: 2rem;
  }
}
.no-touch .post-article-item .img-meta:hover img {
  transform: scale(1.2);
}
.no-touch .post-article-item .title-post a:hover {
  color: #8649FC;
}

.wrapper-meta a:hover .category {
  color: #8649FC;
}

span.category {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding-right: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #07010D;
  transition: color 0.3s ease;
}
@media (max-width: 629px) {
  span.category {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

span.date {
  font-family: "Barlow Condensed", sans-serif;
  color: #07010D;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 629px) {
  span.date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#general .has-inline-text {
  background-color: rgba(18, 200, 255, 0.7);
  color: var(--module-color-text);
}

.module--startup .module__header,
.module--fund .module__header {
  margin-bottom: 40px;
}
.module--startup .module__header .module--event__title,
.module--fund .module__header .module--event__title {
  margin-bottom: 20px;
}

.fund-category,
.startup-category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.module--fund .fund-category, .module--startup .fund-category,
.module--fund .startup-category,
.module--startup .startup-category {
  margin-bottom: 30px;
}
.fund-category__item,
.startup-category__item {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1em;
  letter-spacing: 0.5px;
  color: #ffffff;
  background: #07010D;
  text-align: center;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 20px;
  transition: color 0.3s, background-color 0.3s;
  max-width: 100%;
}
.fund-category__item__title,
.startup-category__item__title {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.fund-logo,
.startup-logo {
  margin-bottom: 10px;
}
.module--fund .fund-logo, .module--startup .fund-logo,
.module--fund .startup-logo,
.module--startup .startup-logo {
  margin-bottom: 30px;
}

.fund-url,
.startup-url {
  margin-bottom: 10px;
}
.fund-url a:not(.button),
.startup-url a:not(.button) {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #3F61FE;
  box-shadow: 0 -2px 0 0 #3F61FE inset;
  text-decoration: none;
  transition: box-shadow 0.3s ease-in;
}
.no-touch .fund-url a:not(.button):hover,
.no-touch .startup-url a:not(.button):hover {
  color: #07010D;
  box-shadow: 0 -22px 0 0 #FFFF23 inset;
}

.fund-countries,
.startup-countries {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.fund-countries__item,
.startup-countries__item {
  display: inline;
}
.fund-countries__item::after,
.startup-countries__item::after {
  content: ", ";
}
.fund-countries__item:last-child::after,
.startup-countries__item:last-child::after {
  content: none;
}

.fund-info,
.startup-info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
  font-weight: 600;
  margin-bottom: 10px;
}
.fund-info .fund-countries::after,
.fund-info .startup-countries::after,
.startup-info .fund-countries::after,
.startup-info .startup-countries::after {
  content: " | ";
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 4px;
}

.specialbackground .fund-card .fund-card__main,
.specialbackground .startup-card .startup-card__main {
  color: #ffffff;
}
.specialbackground .fund-category__item,
.specialbackground .startup-category__item {
  color: #07010D;
  background-color: #ffffff;
}
.no-touch .specialbackground .fund-card a:hover, .no-touch .specialbackground .startup-card a:hover {
  color: #15C8FF;
}
.no-touch .specialbackground .fund-card a:hover .title-post, .no-touch .specialbackground .startup-card a:hover .title-post {
  color: #15C8FF;
}
.no-touch .specialbackground .fund-card a:hover .fund-category__item,
.no-touch .specialbackground .fund-card a:hover .startup-category__item, .no-touch .specialbackground .startup-card a:hover .fund-category__item,
.no-touch .specialbackground .startup-card a:hover .startup-category__item {
  background-color: #15C8FF;
}

#cookies {
  position: fixed;
  bottom: -2px;
  left: 0;
  width: 100%;
  max-width: 100%;
  background-color: #D63BE9;
  z-index: 1000;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  transform: translateY(150%);
  transition: transform 0.9s cubic-bezier(0.55, 0, 0.1, 1);
}
#cookies .cookies__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cookies .cookies__inner:after {
  content: "";
  display: table;
  clear: both;
}
#cookies .cookies__content {
  max-width: 100%;
  position: relative;
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cookies .cookies__content p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #07010D;
  padding: 0;
  padding-right: 70px;
  margin: 0;
  letter-spacing: 0.39px;
  display: inline;
}
#cookies .cookies__content a {
  display: inline;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
  margin-right: 0;
  white-space: nowrap;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
}
#cookies .cookies__content a:hover {
  color: #3F61FE;
}
#cookies .wrapper-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookiesVisible #cookies {
  transform: translateY(-1px);
}

.wrapper-button-cookies .button--blob, .wrapper-button-cookies .button--blob-noanime {
  height: 44px;
}
.wrapper-button-cookies .button--blob .button__inner, .wrapper-button-cookies .button--blob-noanime .button__inner {
  padding: 0 44px 2px 44px;
}

@media screen and (max-width: 979px) {
  #cookies .cookies__inner p {
    padding-right: 20px;
  }
}
@media screen and (max-width: 519px) {
  #cookies .cookies__inner {
    flex-direction: column;
    max-width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #cookies .cookies__inner p {
    padding-right: 0px;
    text-align: center;
    line-height: 1.16;
  }
  #cookies .cookies__content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.module--figures.module--figures-loop {
  padding-top: 4px;
  padding-bottom: 7px;
  background-color: #07010D;
  color: #ffffff;
}
.module--figures.module--figures-loop .module__content {
  overflow: hidden;
}
.module--figures.module--figures-loop > .container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.module--figures.module--figures-loop .figures {
  flex-wrap: nowrap;
  white-space: nowrap;
  animation: move 24s infinite linear;
  min-width: 3000px;
}
.module--figures.module--figures-loop .figures .figures__item {
  white-space: nowrap;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
}
.module--figures.module--figures-loop .figures .figures__item .figures__item__separator img {
  display: block;
  margin: 0 auto;
  max-height: 25px;
  width: auto;
}
.module--figures.module--figures-loop .figures .figures__item .figures__item__text {
  color: #ffffff;
  font-size: 26px;
  font-size: 2.6rem;
}
@media (max-width: 979px) {
  .module--figures.module--figures-loop .figures .figures__item .figures__item__text {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 359px) {
  .module--figures.module--figures-loop .figures .figures__item .figures__item__text {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.figures {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .figures {
    margin-right: -14px;
  }
}
.figures__item {
  padding-right: 14px;
}
.figures__item__cypher {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 66px;
  font-size: 6.6rem;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
}
.figures__item__cypher span, .figures__item__cypher strong {
  font-weight: 600;
  color: #001E9B;
}
.specialbackground .figures__item__cypher span, .specialbackground .figures__item__cypher strong {
  color: #ffffff;
}
@media (max-width: 767px) {
  .figures__item__cypher {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
@media (max-width: 979px) {
  .figures__item__cypher {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
@media (max-width: 359px) {
  .figures__item__cypher {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.figures__item__text {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 66px;
  font-size: 6.6rem;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 600;
  color: #001E9B;
}
.figures__item__text span, .figures__item__text strong {
  font-weight: 600;
  color: #001E9B;
}
.specialbackground .figures__item__text span, .specialbackground .figures__item__text strong {
  color: #ffffff;
}
@media (max-width: 767px) {
  .figures__item__text {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
.specialbackground .figures__item__text {
  color: #ffffff;
}
@media (max-width: 979px) {
  .figures__item__text {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
@media (max-width: 359px) {
  .figures__item__text {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.figures--words .figures__item:nth-child(odd) .figures__item__text {
  color: #07010D;
  font-weight: 300;
}
.specialbackground .figures--words .figures__item:nth-child(odd) .figures__item__text {
  color: #ffffff;
}

.figures__item {
  opacity: 0;
  transform: translate(10px, 0);
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.inview .figures__item {
  opacity: 1;
  transform: translate(0, 0);
}
.inview .figures__item:nth-child(1) {
  transition-delay: 0.2s;
}
.inview .figures__item:nth-child(2) {
  transition-delay: 0.4s;
}
.inview .figures__item:nth-child(3) {
  transition-delay: 0.6s;
}
.inview .figures__item:nth-child(4) {
  transition-delay: 0.8s;
}
.inview .figures__item:nth-child(5) {
  transition-delay: 1s;
}
.inview .figures__item:nth-child(6) {
  transition-delay: 1.2s;
}
.inview .figures__item:nth-child(7) {
  transition-delay: 1.4s;
}
.inview .figures__item:nth-child(8) {
  transition-delay: 1.6s;
}
.inview .figures__item:nth-child(9) {
  transition-delay: 1.8s;
}
.inview .figures__item:nth-child(10) {
  transition-delay: 2s;
}
.inview .figures__item:nth-child(11) {
  transition-delay: 2.2s;
}
.inview .figures__item:nth-child(12) {
  transition-delay: 2.4s;
}
.inview .figures__item:nth-child(13) {
  transition-delay: 2.6s;
}
.inview .figures__item:nth-child(14) {
  transition-delay: 2.8s;
}
.inview .figures__item:nth-child(15) {
  transition-delay: 3s;
}
.inview .figures__item:nth-child(16) {
  transition-delay: 3.2s;
}
.inview .figures__item:nth-child(17) {
  transition-delay: 3.4s;
}
.inview .figures__item:nth-child(18) {
  transition-delay: 3.6s;
}
.inview .figures__item:nth-child(19) {
  transition-delay: 3.8s;
}
.inview .figures__item:nth-child(20) {
  transition-delay: 4s;
}

@keyframes move {
  to {
    transform: translateX(-50%);
  }
}
.newsletter__title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 66px;
  font-size: 6.6rem;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
}
.newsletter__title span, .newsletter__title strong {
  font-weight: 600;
  color: #001E9B;
}
.specialbackground .newsletter__title span, .specialbackground .newsletter__title strong {
  color: #ffffff;
}
@media (max-width: 767px) {
  .newsletter__title {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
@media (max-width: 979px) {
  .newsletter__title {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
.newsletter__title span, .newsletter__title strong {
  display: block;
}
.newsletter__header, .newsletter__body, .newsletter__intro {
  margin: 0 0 20px 0;
}
.newsletter__header:last-child, .newsletter__body:last-child, .newsletter__intro:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .newsletter__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
  }
}

.module--eventcategories {
  margin-bottom: -20px;
}

.category-card {
  flex: 1 1 0px;
  text-align: center;
  padding-bottom: 20px;
}
.category-card__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.category-card__inner {
  width: 273px;
  margin: 0 auto;
}
.category-card__name {
  font-family: "Altero", sans-serif;
  color: #001E9B;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1em;
  text-transform: lowercase;
  text-align: center;
  position: relative;
  width: 273px;
  height: 273px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.category-card__name strong {
  text-transform: uppercase;
}
.specialbackground .category-card__name {
  color: #ffffff;
}
.category-card__name span {
  display: block;
  font-size: 3rem;
}
.category-card__name__pretitle {
  text-transform: uppercase;
}
.category-card__name__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.category-card__content {
  margin-top: 24px;
  padding: 0 10px;
}
.category-card #Oval {
  fill: transparent;
}

.module--calendar .form {
  margin-bottom: 40px;
}

.calendar {
  max-width: 100vw;
  overflow: hidden;
  overflow-x: auto;
  margin-left: -90px;
  margin-right: -90px;
}
@media (max-width: 1277px) {
  .calendar {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .calendar {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.calendar__inner {
  overflow: hidden;
}
.calendar__inner.width--1 {
  width: 190px;
}
.calendar__inner.width--2 {
  width: 340px;
}
.calendar__inner.width--3 {
  width: 490px;
}
.calendar__inner.width--4 {
  width: 640px;
}
.calendar__inner.width--5 {
  width: 790px;
}
.calendar__inner.width--6 {
  width: 940px;
}
.calendar__inner.width--7 {
  width: 1090px;
}
.calendar__inner.width--8 {
  width: 1240px;
}
.calendar__inner.width--9 {
  width: 1390px;
}
.calendar__inner.width--10 {
  width: 1540px;
}
.calendar__inner.width--11 {
  width: 1690px;
}
.calendar__inner.width--12 {
  width: 1840px;
}
.calendar__inner.width--13 {
  width: 1990px;
}
.calendar__inner.width--14 {
  width: 2140px;
}
.calendar__inner.width--15 {
  width: 2290px;
}
.calendar__inner.width--16 {
  width: 2440px;
}
.calendar__inner.width--17 {
  width: 2590px;
}
.calendar__inner.width--18 {
  width: 2740px;
}
.calendar__inner.width--19 {
  width: 2890px;
}
.calendar__inner.width--20 {
  width: 3040px;
}
.calendar__inner.width--21 {
  width: 3190px;
}
.calendar__inner.width--22 {
  width: 3340px;
}
.calendar__inner.width--23 {
  width: 3490px;
}
.calendar__inner.width--24 {
  width: 3640px;
}
.calendar__inner.width--25 {
  width: 3790px;
}
.calendar__inner.width--26 {
  width: 3940px;
}
.calendar__inner.width--27 {
  width: 4090px;
}
.calendar__inner.width--28 {
  width: 4240px;
}
.calendar__inner.width--29 {
  width: 4390px;
}
.calendar__inner.width--30 {
  width: 4540px;
}
.calendar__inner.width--31 {
  width: 4690px;
}
.calendar__inner.width--32 {
  width: 4840px;
}
.calendar__inner.width--33 {
  width: 4990px;
}
.calendar__inner.width--34 {
  width: 5140px;
}
.calendar__inner.width--35 {
  width: 5290px;
}
.calendar__inner.width--36 {
  width: 5440px;
}
.calendar__inner.width--37 {
  width: 5590px;
}
.calendar__inner.width--38 {
  width: 5740px;
}
.calendar__inner.width--39 {
  width: 5890px;
}
.calendar__inner.width--40 {
  width: 6040px;
}
.calendar__inner.width--41 {
  width: 6190px;
}
.calendar__inner.width--42 {
  width: 6340px;
}
.calendar__inner.width--43 {
  width: 6490px;
}
.calendar__inner.width--44 {
  width: 6640px;
}
.calendar__inner.width--45 {
  width: 6790px;
}
.calendar__inner.width--46 {
  width: 6940px;
}
.calendar__inner.width--47 {
  width: 7090px;
}
.calendar__inner.width--48 {
  width: 7240px;
}
.calendar__inner.width--49 {
  width: 7390px;
}
.calendar__inner.width--50 {
  width: 7540px;
}
.calendar__inner.width--51 {
  width: 7690px;
}
.calendar__inner.width--52 {
  width: 7840px;
}
.calendar__inner.width--53 {
  width: 7990px;
}
.calendar__inner.width--54 {
  width: 8140px;
}
.calendar__inner.width--55 {
  width: 8290px;
}
.calendar__inner.width--56 {
  width: 8440px;
}
.calendar__inner.width--57 {
  width: 8590px;
}
.calendar__inner.width--58 {
  width: 8740px;
}
.calendar__inner.width--59 {
  width: 8890px;
}
.calendar__inner.width--60 {
  width: 9040px;
}
.calendar__row--dates {
  display: flex;
  flex-basis: auto;
  justify-content: flex-start;
  background: #ffffff;
}
.calendar__row--dates > div {
  min-width: 150px;
  text-align: center;
}
.calendar__row--cat {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  min-height: 320px;
  border-bottom: 1px solid rgba(7, 1, 13, 0.1);
}
.calendar__row--cat.height--1 {
  height: 60px;
}
.calendar__row--cat.height--1 .calendar__subrow--category {
  width: 60px;
}
.calendar__row--cat.height--2 {
  height: 120px;
}
.calendar__row--cat.height--2 .calendar__subrow--category {
  width: 120px;
}
.calendar__row--cat.height--3 {
  height: 180px;
}
.calendar__row--cat.height--3 .calendar__subrow--category {
  width: 180px;
}
.calendar__row--cat.height--4 {
  height: 240px;
}
.calendar__row--cat.height--4 .calendar__subrow--category {
  width: 240px;
}
.calendar__row--cat.height--5 {
  height: 300px;
}
.calendar__row--cat.height--5 .calendar__subrow--category {
  width: 300px;
}
.calendar__row--cat.height--6 {
  height: 360px;
}
.calendar__row--cat.height--6 .calendar__subrow--category {
  width: 360px;
}
.calendar__row--cat.height--7 {
  height: 420px;
}
.calendar__row--cat.height--7 .calendar__subrow--category {
  width: 420px;
}
.calendar__row--cat.height--8 {
  height: 480px;
}
.calendar__row--cat.height--8 .calendar__subrow--category {
  width: 480px;
}
.calendar__row--cat.height--9 {
  height: 540px;
}
.calendar__row--cat.height--9 .calendar__subrow--category {
  width: 540px;
}
.calendar__row--cat.height--10 {
  height: 600px;
}
.calendar__row--cat.height--10 .calendar__subrow--category {
  width: 600px;
}
.calendar__row--cat.height--11 {
  height: 660px;
}
.calendar__row--cat.height--11 .calendar__subrow--category {
  width: 660px;
}
.calendar__row--cat.height--12 {
  height: 720px;
}
.calendar__row--cat.height--12 .calendar__subrow--category {
  width: 720px;
}
.calendar__row--cat.height--13 {
  height: 780px;
}
.calendar__row--cat.height--13 .calendar__subrow--category {
  width: 780px;
}
.calendar__row--cat.height--14 {
  height: 840px;
}
.calendar__row--cat.height--14 .calendar__subrow--category {
  width: 840px;
}
.calendar__row--cat.height--15 {
  height: 900px;
}
.calendar__row--cat.height--15 .calendar__subrow--category {
  width: 900px;
}
.calendar__row--cat.height--16 {
  height: 960px;
}
.calendar__row--cat.height--16 .calendar__subrow--category {
  width: 960px;
}
.calendar__row--cat.height--17 {
  height: 1020px;
}
.calendar__row--cat.height--17 .calendar__subrow--category {
  width: 1020px;
}
.calendar__row--cat.height--18 {
  height: 1080px;
}
.calendar__row--cat.height--18 .calendar__subrow--category {
  width: 1080px;
}
.calendar__row--cat.height--19 {
  height: 1140px;
}
.calendar__row--cat.height--19 .calendar__subrow--category {
  width: 1140px;
}
.calendar__row--cat.height--20 {
  height: 1200px;
}
.calendar__row--cat.height--20 .calendar__subrow--category {
  width: 1200px;
}
.calendar__row--cat.height--21 {
  height: 1260px;
}
.calendar__row--cat.height--21 .calendar__subrow--category {
  width: 1260px;
}
.calendar__row--cat.height--22 {
  height: 1320px;
}
.calendar__row--cat.height--22 .calendar__subrow--category {
  width: 1320px;
}
.calendar__row--cat.height--23 {
  height: 1380px;
}
.calendar__row--cat.height--23 .calendar__subrow--category {
  width: 1380px;
}
.calendar__row--cat.height--24 {
  height: 1440px;
}
.calendar__row--cat.height--24 .calendar__subrow--category {
  width: 1440px;
}
.calendar__row--cat.height--25 {
  height: 1500px;
}
.calendar__row--cat.height--25 .calendar__subrow--category {
  width: 1500px;
}
.calendar__row--cat.height--26 {
  height: 1560px;
}
.calendar__row--cat.height--26 .calendar__subrow--category {
  width: 1560px;
}
.calendar__row--cat.height--27 {
  height: 1620px;
}
.calendar__row--cat.height--27 .calendar__subrow--category {
  width: 1620px;
}
.calendar__row--cat.height--28 {
  height: 1680px;
}
.calendar__row--cat.height--28 .calendar__subrow--category {
  width: 1680px;
}
.calendar__row--cat.height--29 {
  height: 1740px;
}
.calendar__row--cat.height--29 .calendar__subrow--category {
  width: 1740px;
}
.calendar__row--cat.height--30 {
  height: 1800px;
}
.calendar__row--cat.height--30 .calendar__subrow--category {
  width: 1800px;
}
.calendar__row--cat.height--31 {
  height: 1860px;
}
.calendar__row--cat.height--31 .calendar__subrow--category {
  width: 1860px;
}
.calendar__row--cat.height--32 {
  height: 1920px;
}
.calendar__row--cat.height--32 .calendar__subrow--category {
  width: 1920px;
}
.calendar__row--cat.height--33 {
  height: 1980px;
}
.calendar__row--cat.height--33 .calendar__subrow--category {
  width: 1980px;
}
.calendar__row--cat.height--34 {
  height: 2040px;
}
.calendar__row--cat.height--34 .calendar__subrow--category {
  width: 2040px;
}
.calendar__row--cat.height--35 {
  height: 2100px;
}
.calendar__row--cat.height--35 .calendar__subrow--category {
  width: 2100px;
}
.calendar__row--cat.height--36 {
  height: 2160px;
}
.calendar__row--cat.height--36 .calendar__subrow--category {
  width: 2160px;
}
.calendar__row--cat.height--37 {
  height: 2220px;
}
.calendar__row--cat.height--37 .calendar__subrow--category {
  width: 2220px;
}
.calendar__row--cat.height--38 {
  height: 2280px;
}
.calendar__row--cat.height--38 .calendar__subrow--category {
  width: 2280px;
}
.calendar__row--cat.height--39 {
  height: 2340px;
}
.calendar__row--cat.height--39 .calendar__subrow--category {
  width: 2340px;
}
.calendar__row--cat.height--40 {
  height: 2400px;
}
.calendar__row--cat.height--40 .calendar__subrow--category {
  width: 2400px;
}
.calendar__row--cat.height--41 {
  height: 2460px;
}
.calendar__row--cat.height--41 .calendar__subrow--category {
  width: 2460px;
}
.calendar__row--cat.height--42 {
  height: 2520px;
}
.calendar__row--cat.height--42 .calendar__subrow--category {
  width: 2520px;
}
.calendar__row--cat.height--43 {
  height: 2580px;
}
.calendar__row--cat.height--43 .calendar__subrow--category {
  width: 2580px;
}
.calendar__row--cat.height--44 {
  height: 2640px;
}
.calendar__row--cat.height--44 .calendar__subrow--category {
  width: 2640px;
}
.calendar__row--cat.height--45 {
  height: 2700px;
}
.calendar__row--cat.height--45 .calendar__subrow--category {
  width: 2700px;
}
.calendar__row--cat.height--46 {
  height: 2760px;
}
.calendar__row--cat.height--46 .calendar__subrow--category {
  width: 2760px;
}
.calendar__row--cat.height--47 {
  height: 2820px;
}
.calendar__row--cat.height--47 .calendar__subrow--category {
  width: 2820px;
}
.calendar__row--cat.height--48 {
  height: 2880px;
}
.calendar__row--cat.height--48 .calendar__subrow--category {
  width: 2880px;
}
.calendar__row--cat.height--49 {
  height: 2940px;
}
.calendar__row--cat.height--49 .calendar__subrow--category {
  width: 2940px;
}
.calendar__row--cat.height--50 {
  height: 3000px;
}
.calendar__row--cat.height--50 .calendar__subrow--category {
  width: 3000px;
}
.calendar__row--cat.height--51 {
  height: 3060px;
}
.calendar__row--cat.height--51 .calendar__subrow--category {
  width: 3060px;
}
.calendar__row--cat.height--52 {
  height: 3120px;
}
.calendar__row--cat.height--52 .calendar__subrow--category {
  width: 3120px;
}
.calendar__row--cat.height--53 {
  height: 3180px;
}
.calendar__row--cat.height--53 .calendar__subrow--category {
  width: 3180px;
}
.calendar__row--cat.height--54 {
  height: 3240px;
}
.calendar__row--cat.height--54 .calendar__subrow--category {
  width: 3240px;
}
.calendar__row--cat.height--55 {
  height: 3300px;
}
.calendar__row--cat.height--55 .calendar__subrow--category {
  width: 3300px;
}
.calendar__row--cat.height--56 {
  height: 3360px;
}
.calendar__row--cat.height--56 .calendar__subrow--category {
  width: 3360px;
}
.calendar__row--cat.height--57 {
  height: 3420px;
}
.calendar__row--cat.height--57 .calendar__subrow--category {
  width: 3420px;
}
.calendar__row--cat.height--58 {
  height: 3480px;
}
.calendar__row--cat.height--58 .calendar__subrow--category {
  width: 3480px;
}
.calendar__row--cat.height--59 {
  height: 3540px;
}
.calendar__row--cat.height--59 .calendar__subrow--category {
  width: 3540px;
}
.calendar__row--cat.height--60 {
  height: 3600px;
}
.calendar__row--cat.height--60 .calendar__subrow--category {
  width: 3600px;
}
.calendar__row--cat.height--61 {
  height: 3660px;
}
.calendar__row--cat.height--61 .calendar__subrow--category {
  width: 3660px;
}
.calendar__row--cat.height--62 {
  height: 3720px;
}
.calendar__row--cat.height--62 .calendar__subrow--category {
  width: 3720px;
}
.calendar__row--cat.height--63 {
  height: 3780px;
}
.calendar__row--cat.height--63 .calendar__subrow--category {
  width: 3780px;
}
.calendar__row--cat.height--64 {
  height: 3840px;
}
.calendar__row--cat.height--64 .calendar__subrow--category {
  width: 3840px;
}
.calendar__row--cat.height--65 {
  height: 3900px;
}
.calendar__row--cat.height--65 .calendar__subrow--category {
  width: 3900px;
}
.calendar__row--cat.height--66 {
  height: 3960px;
}
.calendar__row--cat.height--66 .calendar__subrow--category {
  width: 3960px;
}
.calendar__row--cat.height--67 {
  height: 4020px;
}
.calendar__row--cat.height--67 .calendar__subrow--category {
  width: 4020px;
}
.calendar__row--cat.height--68 {
  height: 4080px;
}
.calendar__row--cat.height--68 .calendar__subrow--category {
  width: 4080px;
}
.calendar__row--cat.height--69 {
  height: 4140px;
}
.calendar__row--cat.height--69 .calendar__subrow--category {
  width: 4140px;
}
.calendar__row--cat.height--70 {
  height: 4200px;
}
.calendar__row--cat.height--70 .calendar__subrow--category {
  width: 4200px;
}
.calendar__row--cat.height--71 {
  height: 4260px;
}
.calendar__row--cat.height--71 .calendar__subrow--category {
  width: 4260px;
}
.calendar__row--cat.height--72 {
  height: 4320px;
}
.calendar__row--cat.height--72 .calendar__subrow--category {
  width: 4320px;
}
.calendar__row--cat.height--73 {
  height: 4380px;
}
.calendar__row--cat.height--73 .calendar__subrow--category {
  width: 4380px;
}
.calendar__row--cat.height--74 {
  height: 4440px;
}
.calendar__row--cat.height--74 .calendar__subrow--category {
  width: 4440px;
}
.calendar__row--cat.height--75 {
  height: 4500px;
}
.calendar__row--cat.height--75 .calendar__subrow--category {
  width: 4500px;
}
.calendar__row--cat.height--76 {
  height: 4560px;
}
.calendar__row--cat.height--76 .calendar__subrow--category {
  width: 4560px;
}
.calendar__row--cat.height--77 {
  height: 4620px;
}
.calendar__row--cat.height--77 .calendar__subrow--category {
  width: 4620px;
}
.calendar__row--cat.height--78 {
  height: 4680px;
}
.calendar__row--cat.height--78 .calendar__subrow--category {
  width: 4680px;
}
.calendar__row--cat.height--79 {
  height: 4740px;
}
.calendar__row--cat.height--79 .calendar__subrow--category {
  width: 4740px;
}
.calendar__row--cat.height--80 {
  height: 4800px;
}
.calendar__row--cat.height--80 .calendar__subrow--category {
  width: 4800px;
}
.calendar__row--cat .calendar__subrow {
  margin-left: 40px;
}
.calendar__row--cat .calendar__subrow--category {
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: 0 0;
  width: 30px;
  min-width: 320px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: -40px;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar__row--cat .calendar__subrow--category > * {
  font-family: "Altero", sans-serif;
  color: #001E9B;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1em;
  text-transform: lowercase;
  color: #ffffff;
  font-size: 2rem;
}
.calendar__row--cat .calendar__subrow--category > * strong {
  text-transform: uppercase;
}
.calendar__row--cat .calendar__subrow--category > * span {
  text-transform: uppercase;
}
.calendar__row--cat .calendar__subrow--events {
  flex-grow: 2;
  background: repeating-linear-gradient(to right, #ffffff 0, #ffffff 149px, rgba(7, 1, 13, 0.1) 150px, rgba(7, 1, 13, 0.1) 150px);
}
.calendar__row--cat .calendar__subrow.height--1 {
  width: 40px;
}
.calendar__row--cat .calendar__subrow.height--2 {
  width: 80px;
}
.calendar__row--cat .calendar__subrow.height--3 {
  width: 120px;
}
.calendar__row--cat .calendar__subrow.height--4 {
  width: 160px;
}
.calendar__row--cat .calendar__subrow.height--5 {
  width: 200px;
}
.calendar__row--cat .calendar__subrow.height--6 {
  width: 240px;
}
.calendar__row--cat .calendar__subrow.height--7 {
  width: 280px;
}
.calendar__row--cat .calendar__subrow.height--8 {
  width: 320px;
}
.calendar__row--cat .calendar__subrow.height--9 {
  width: 360px;
}
.calendar__row--cat .calendar__subrow.height--10 {
  width: 400px;
}
.calendar__row--cat .calendar__subrow.height--11 {
  width: 440px;
}
.calendar__row--cat .calendar__subrow.height--12 {
  width: 480px;
}
.calendar__row--cat .calendar__subrow.height--13 {
  width: 520px;
}
.calendar__row--cat .calendar__subrow.height--14 {
  width: 560px;
}
.calendar__row--cat .calendar__subrow.height--15 {
  width: 600px;
}
.calendar__row--cat .calendar__subrow.height--16 {
  width: 640px;
}
.calendar__row--cat .calendar__subrow.height--17 {
  width: 680px;
}
.calendar__row--cat .calendar__subrow.height--18 {
  width: 720px;
}
.calendar__row--cat .calendar__subrow.height--19 {
  width: 760px;
}
.calendar__row--cat .calendar__subrow.height--20 {
  width: 800px;
}
.calendar__row--cat .calendar__subrow.height--21 {
  width: 840px;
}
.calendar__row--cat .calendar__subrow.height--22 {
  width: 880px;
}
.calendar__row--cat .calendar__subrow.height--23 {
  width: 920px;
}
.calendar__row--cat .calendar__subrow.height--24 {
  width: 960px;
}
.calendar__row--cat .calendar__subrow.height--25 {
  width: 1000px;
}
.calendar__row--cat .calendar__subrow.height--26 {
  width: 1040px;
}
.calendar__row--cat .calendar__subrow.height--27 {
  width: 1080px;
}
.calendar__row--cat .calendar__subrow.height--28 {
  width: 1120px;
}
.calendar__row--cat .calendar__subrow.height--29 {
  width: 1160px;
}
.calendar__row--cat .calendar__subrow.height--30 {
  width: 1200px;
}
.calendar__row--cat .calendar__subrow.height--31 {
  width: 1240px;
}
.calendar__row--cat .calendar__subrow.height--32 {
  width: 1280px;
}
.calendar__row--cat .calendar__subrow.height--33 {
  width: 1320px;
}
.calendar__row--cat .calendar__subrow.height--34 {
  width: 1360px;
}
.calendar__row--cat .calendar__subrow.height--35 {
  width: 1400px;
}
.calendar__row--cat .calendar__subrow.height--36 {
  width: 1440px;
}
.calendar__row--cat .calendar__subrow.height--37 {
  width: 1480px;
}
.calendar__row--cat .calendar__subrow.height--38 {
  width: 1520px;
}
.calendar__row--cat .calendar__subrow.height--39 {
  width: 1560px;
}
.calendar__row--cat .calendar__subrow.height--40 {
  width: 1600px;
}
.calendar__row--cat .calendar__subrow__item {
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.1em;
  letter-spacing: -0.11px;
  line-height: 1.33em;
  text-transform: uppercase;
}
.calendar__row--cat .calendar__subrow__item a {
  display: block;
  padding: 2px 8px;
  margin: 2px;
}
.calendar__row--cat .calendar__subrow__item.width--1 {
  width: 150px;
}
.calendar__row--cat .calendar__subrow__item.width--2 {
  width: 300px;
}
.calendar__row--cat .calendar__subrow__item.width--3 {
  width: 450px;
}
.calendar__row--cat .calendar__subrow__item.width--4 {
  width: 600px;
}
.calendar__row--cat .calendar__subrow__item.width--5 {
  width: 750px;
}
.calendar__row--cat .calendar__subrow__item.width--6 {
  width: 900px;
}
.calendar__row--cat .calendar__subrow__item.width--7 {
  width: 1050px;
}
.calendar__row--cat .calendar__subrow__item.width--8 {
  width: 1200px;
}
.calendar__row--cat .calendar__subrow__item.width--9 {
  width: 1350px;
}
.calendar__row--cat .calendar__subrow__item.width--10 {
  width: 1500px;
}
.calendar__row--cat .calendar__subrow__item.width--11 {
  width: 1650px;
}
.calendar__row--cat .calendar__subrow__item.width--12 {
  width: 1800px;
}
.calendar__row--cat .calendar__subrow__item.width--13 {
  width: 1950px;
}
.calendar__row--cat .calendar__subrow__item.width--14 {
  width: 2100px;
}
.calendar__row--cat .calendar__subrow__item.width--15 {
  width: 2250px;
}
.calendar__row--cat .calendar__subrow__item.width--16 {
  width: 2400px;
}
.calendar__row--cat .calendar__subrow__item.width--17 {
  width: 2550px;
}
.calendar__row--cat .calendar__subrow__item.width--18 {
  width: 2700px;
}
.calendar__row--cat .calendar__subrow__item.width--19 {
  width: 2850px;
}
.calendar__row--cat .calendar__subrow__item.width--20 {
  width: 3000px;
}
.calendar__row--cat .calendar__subrow__item.width--21 {
  width: 3150px;
}
.calendar__row--cat .calendar__subrow__item.width--22 {
  width: 3300px;
}
.calendar__row--cat .calendar__subrow__item.width--23 {
  width: 3450px;
}
.calendar__row--cat .calendar__subrow__item.width--24 {
  width: 3600px;
}
.calendar__row--cat .calendar__subrow__item.width--25 {
  width: 3750px;
}
.calendar__row--cat .calendar__subrow__item.width--26 {
  width: 3900px;
}
.calendar__row--cat .calendar__subrow__item.width--27 {
  width: 4050px;
}
.calendar__row--cat .calendar__subrow__item.width--28 {
  width: 4200px;
}
.calendar__row--cat .calendar__subrow__item.width--29 {
  width: 4350px;
}
.calendar__row--cat .calendar__subrow__item.width--30 {
  width: 4500px;
}
.calendar__row--cat .calendar__subrow__item.width--31 {
  width: 4650px;
}
.calendar__row--cat .calendar__subrow__item.width--32 {
  width: 4800px;
}
.calendar__row--cat .calendar__subrow__item.width--33 {
  width: 4950px;
}
.calendar__row--cat .calendar__subrow__item.width--34 {
  width: 5100px;
}
.calendar__row--cat .calendar__subrow__item.width--35 {
  width: 5250px;
}
.calendar__row--cat .calendar__subrow__item.width--36 {
  width: 5400px;
}
.calendar__row--cat .calendar__subrow__item.width--37 {
  width: 5550px;
}
.calendar__row--cat .calendar__subrow__item.width--38 {
  width: 5700px;
}
.calendar__row--cat .calendar__subrow__item.width--39 {
  width: 5850px;
}
.calendar__row--cat .calendar__subrow__item.width--40 {
  width: 6000px;
}
.calendar__row--cat .calendar__subrow__item.width--41 {
  width: 6150px;
}
.calendar__row--cat .calendar__subrow__item.width--42 {
  width: 6300px;
}
.calendar__row--cat .calendar__subrow__item.width--43 {
  width: 6450px;
}
.calendar__row--cat .calendar__subrow__item.width--44 {
  width: 6600px;
}
.calendar__row--cat .calendar__subrow__item.width--45 {
  width: 6750px;
}
.calendar__row--cat .calendar__subrow__item.width--46 {
  width: 6900px;
}
.calendar__row--cat .calendar__subrow__item.width--47 {
  width: 7050px;
}
.calendar__row--cat .calendar__subrow__item.width--48 {
  width: 7200px;
}
.calendar__row--cat .calendar__subrow__item.width--49 {
  width: 7350px;
}
.calendar__row--cat .calendar__subrow__item.width--50 {
  width: 7500px;
}
.calendar__row--cat .calendar__subrow__item.width--51 {
  width: 7650px;
}
.calendar__row--cat .calendar__subrow__item.width--52 {
  width: 7800px;
}
.calendar__row--cat .calendar__subrow__item.width--53 {
  width: 7950px;
}
.calendar__row--cat .calendar__subrow__item.width--54 {
  width: 8100px;
}
.calendar__row--cat .calendar__subrow__item.width--55 {
  width: 8250px;
}
.calendar__row--cat .calendar__subrow__item.width--56 {
  width: 8400px;
}
.calendar__row--cat .calendar__subrow__item.width--57 {
  width: 8550px;
}
.calendar__row--cat .calendar__subrow__item.width--58 {
  width: 8700px;
}
.calendar__row--cat .calendar__subrow__item.width--59 {
  width: 8850px;
}
.calendar__row--cat .calendar__subrow__item.width--60 {
  width: 9000px;
}
.calendar__row--cat.color1 .calendar__subrow--category {
  color: #ffffff;
  background: #07010D;
}
.calendar__row--cat.color1 .calendar__subrow__item a {
  color: #ffffff;
  background: #07010D;
}
.calendar__row--cat.color2 .calendar__subrow--category {
  color: #ffffff;
  background: #030E8F;
}
.calendar__row--cat.color2 .calendar__subrow__item a {
  color: #ffffff;
  background: #030E8F;
}
.calendar__row--cat.color3 .calendar__subrow--category {
  color: #ffffff;
  background: #3F61FE;
}
.calendar__row--cat.color3 .calendar__subrow__item a {
  color: #ffffff;
  background: #3F61FE;
}
.calendar__row--cat.color4 .calendar__subrow--category {
  color: #ffffff;
  background: #13C9FF;
}
.calendar__row--cat.color4 .calendar__subrow__item a {
  color: #ffffff;
  background: #13C9FF;
}
.calendar .date {
  text-transform: uppercase;
  font-weight: 300;
}
.calendar .date span {
  font-weight: 600;
  color: #030E8F;
}
.calendar__navigation {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #14F9DA #ffffff;
  scrollbar-width: thin;
  padding: 20px 0;
  margin-bottom: 10px;
}
.calendar__navigation::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.calendar__navigation::-webkit-scrollbar-track {
  background: transparent;
}
.calendar__navigation::-webkit-scrollbar-thumb {
  background-color: #14F9DA;
  border-radius: 20px;
}
.calendar__navigation .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 10px;
  background: url(../_gfx/date-oval-inactive.svg) center center no-repeat;
  opacity: 0.44;
  transition: opacity 0.3s linear;
  font-size: 2rem;
  line-height: 1.1em;
  background-size: 82px 82px;
  width: 84px;
  height: 84px;
}
.calendar__navigation .date.active {
  opacity: 1;
  background: url(../_gfx/date-oval.svg) center center no-repeat;
  background-size: 84px 84px;
}
.calendar__navigation__inner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.calendar__navigation__inner.width--1 {
  width: 114px;
}
.calendar__navigation__inner.width--2 {
  width: 228px;
}
.calendar__navigation__inner.width--3 {
  width: 342px;
}
.calendar__navigation__inner.width--4 {
  width: 456px;
}
.calendar__navigation__inner.width--5 {
  width: 570px;
}
.calendar__navigation__inner.width--6 {
  width: 684px;
}
.calendar__navigation__inner.width--7 {
  width: 798px;
}
.calendar__navigation__inner.width--8 {
  width: 912px;
}
.calendar__navigation__inner.width--9 {
  width: 1026px;
}
.calendar__navigation__inner.width--10 {
  width: 1140px;
}
.calendar__navigation__inner.width--11 {
  width: 1254px;
}
.calendar__navigation__inner.width--12 {
  width: 1368px;
}
.calendar__navigation__inner.width--13 {
  width: 1482px;
}
.calendar__navigation__inner.width--14 {
  width: 1596px;
}
.calendar__navigation__inner.width--15 {
  width: 1710px;
}
.calendar__navigation__inner.width--16 {
  width: 1824px;
}
.calendar__navigation__inner.width--17 {
  width: 1938px;
}
.calendar__navigation__inner.width--18 {
  width: 2052px;
}
.calendar__navigation__inner.width--19 {
  width: 2166px;
}
.calendar__navigation__inner.width--20 {
  width: 2280px;
}
.calendar__navigation__inner.width--21 {
  width: 2394px;
}
.calendar__navigation__inner.width--22 {
  width: 2508px;
}
.calendar__navigation__inner.width--23 {
  width: 2622px;
}
.calendar__navigation__inner.width--24 {
  width: 2736px;
}
.calendar__navigation__inner.width--25 {
  width: 2850px;
}
.calendar__navigation__inner.width--26 {
  width: 2964px;
}
.calendar__navigation__inner.width--27 {
  width: 3078px;
}
.calendar__navigation__inner.width--28 {
  width: 3192px;
}
.calendar__navigation__inner.width--29 {
  width: 3306px;
}
.calendar__navigation__inner.width--30 {
  width: 3420px;
}
.calendar__navigation__inner.width--31 {
  width: 3534px;
}
.calendar__navigation__inner.width--32 {
  width: 3648px;
}
.calendar__navigation__inner.width--33 {
  width: 3762px;
}
.calendar__navigation__inner.width--34 {
  width: 3876px;
}
.calendar__navigation__inner.width--35 {
  width: 3990px;
}
.calendar__navigation__inner.width--36 {
  width: 4104px;
}
.calendar__navigation__inner.width--37 {
  width: 4218px;
}
.calendar__navigation__inner.width--38 {
  width: 4332px;
}
.calendar__navigation__inner.width--39 {
  width: 4446px;
}
.calendar__navigation__inner.width--40 {
  width: 4560px;
}
.calendar__navigation__inner.width--41 {
  width: 4674px;
}
.calendar__navigation__inner.width--42 {
  width: 4788px;
}
.calendar__navigation__inner.width--43 {
  width: 4902px;
}
.calendar__navigation__inner.width--44 {
  width: 5016px;
}
.calendar__navigation__inner.width--45 {
  width: 5130px;
}
.calendar__navigation__inner.width--46 {
  width: 5244px;
}
.calendar__navigation__inner.width--47 {
  width: 5358px;
}
.calendar__navigation__inner.width--48 {
  width: 5472px;
}
.calendar__navigation__inner.width--49 {
  width: 5586px;
}
.calendar__navigation__inner.width--50 {
  width: 5700px;
}
.calendar__navigation__inner.width--51 {
  width: 5814px;
}
.calendar__navigation__inner.width--52 {
  width: 5928px;
}
.calendar__navigation__inner.width--53 {
  width: 6042px;
}
.calendar__navigation__inner.width--54 {
  width: 6156px;
}
.calendar__navigation__inner.width--55 {
  width: 6270px;
}
.calendar__navigation__inner.width--56 {
  width: 6384px;
}
.calendar__navigation__inner.width--57 {
  width: 6498px;
}
.calendar__navigation__inner.width--58 {
  width: 6612px;
}
.calendar__navigation__inner.width--59 {
  width: 6726px;
}
.calendar__navigation__inner.width--60 {
  width: 6840px;
}
@media (max-width: 1277px) {
  .calendar__navigation .date {
    font-size: 2rem;
    line-height: 1.1em;
    background-size: 82px 82px;
    width: 84px;
    height: 84px;
    margin: 0 10px;
  }
  .calendar__navigation .date.active {
    background-size: 84px 84px;
  }
  .calendar__navigation__inner.width--1 {
    width: 104px;
  }
  .calendar__navigation__inner.width--2 {
    width: 208px;
  }
  .calendar__navigation__inner.width--3 {
    width: 312px;
  }
  .calendar__navigation__inner.width--4 {
    width: 416px;
  }
  .calendar__navigation__inner.width--5 {
    width: 520px;
  }
  .calendar__navigation__inner.width--6 {
    width: 624px;
  }
  .calendar__navigation__inner.width--7 {
    width: 728px;
  }
  .calendar__navigation__inner.width--8 {
    width: 832px;
  }
  .calendar__navigation__inner.width--9 {
    width: 936px;
  }
  .calendar__navigation__inner.width--10 {
    width: 1040px;
  }
  .calendar__navigation__inner.width--11 {
    width: 1144px;
  }
  .calendar__navigation__inner.width--12 {
    width: 1248px;
  }
  .calendar__navigation__inner.width--13 {
    width: 1352px;
  }
  .calendar__navigation__inner.width--14 {
    width: 1456px;
  }
  .calendar__navigation__inner.width--15 {
    width: 1560px;
  }
  .calendar__navigation__inner.width--16 {
    width: 1664px;
  }
  .calendar__navigation__inner.width--17 {
    width: 1768px;
  }
  .calendar__navigation__inner.width--18 {
    width: 1872px;
  }
  .calendar__navigation__inner.width--19 {
    width: 1976px;
  }
  .calendar__navigation__inner.width--20 {
    width: 2080px;
  }
  .calendar__navigation__inner.width--21 {
    width: 2184px;
  }
  .calendar__navigation__inner.width--22 {
    width: 2288px;
  }
  .calendar__navigation__inner.width--23 {
    width: 2392px;
  }
  .calendar__navigation__inner.width--24 {
    width: 2496px;
  }
  .calendar__navigation__inner.width--25 {
    width: 2600px;
  }
  .calendar__navigation__inner.width--26 {
    width: 2704px;
  }
  .calendar__navigation__inner.width--27 {
    width: 2808px;
  }
  .calendar__navigation__inner.width--28 {
    width: 2912px;
  }
  .calendar__navigation__inner.width--29 {
    width: 3016px;
  }
  .calendar__navigation__inner.width--30 {
    width: 3120px;
  }
  .calendar__navigation__inner.width--31 {
    width: 3224px;
  }
  .calendar__navigation__inner.width--32 {
    width: 3328px;
  }
  .calendar__navigation__inner.width--33 {
    width: 3432px;
  }
  .calendar__navigation__inner.width--34 {
    width: 3536px;
  }
  .calendar__navigation__inner.width--35 {
    width: 3640px;
  }
  .calendar__navigation__inner.width--36 {
    width: 3744px;
  }
  .calendar__navigation__inner.width--37 {
    width: 3848px;
  }
  .calendar__navigation__inner.width--38 {
    width: 3952px;
  }
  .calendar__navigation__inner.width--39 {
    width: 4056px;
  }
  .calendar__navigation__inner.width--40 {
    width: 4160px;
  }
  .calendar__navigation__inner.width--41 {
    width: 4264px;
  }
  .calendar__navigation__inner.width--42 {
    width: 4368px;
  }
  .calendar__navigation__inner.width--43 {
    width: 4472px;
  }
  .calendar__navigation__inner.width--44 {
    width: 4576px;
  }
  .calendar__navigation__inner.width--45 {
    width: 4680px;
  }
  .calendar__navigation__inner.width--46 {
    width: 4784px;
  }
  .calendar__navigation__inner.width--47 {
    width: 4888px;
  }
  .calendar__navigation__inner.width--48 {
    width: 4992px;
  }
  .calendar__navigation__inner.width--49 {
    width: 5096px;
  }
  .calendar__navigation__inner.width--50 {
    width: 5200px;
  }
  .calendar__navigation__inner.width--51 {
    width: 5304px;
  }
  .calendar__navigation__inner.width--52 {
    width: 5408px;
  }
  .calendar__navigation__inner.width--53 {
    width: 5512px;
  }
  .calendar__navigation__inner.width--54 {
    width: 5616px;
  }
  .calendar__navigation__inner.width--55 {
    width: 5720px;
  }
  .calendar__navigation__inner.width--56 {
    width: 5824px;
  }
  .calendar__navigation__inner.width--57 {
    width: 5928px;
  }
  .calendar__navigation__inner.width--58 {
    width: 6032px;
  }
  .calendar__navigation__inner.width--59 {
    width: 6136px;
  }
  .calendar__navigation__inner.width--60 {
    width: 6240px;
  }
}
@media (max-width: 629px) {
  .calendar__navigation .date {
    font-size: 1.6rem;
    line-height: 1.1em;
    background-size: 52px 52px;
    width: 54px;
    height: 54px;
    margin: 0 5px;
  }
  .calendar__navigation .date.active {
    background-size: 54px 54px;
  }
  .calendar__navigation__inner.width--1 {
    width: 64px;
  }
  .calendar__navigation__inner.width--2 {
    width: 128px;
  }
  .calendar__navigation__inner.width--3 {
    width: 192px;
  }
  .calendar__navigation__inner.width--4 {
    width: 256px;
  }
  .calendar__navigation__inner.width--5 {
    width: 320px;
  }
  .calendar__navigation__inner.width--6 {
    width: 384px;
  }
  .calendar__navigation__inner.width--7 {
    width: 448px;
  }
  .calendar__navigation__inner.width--8 {
    width: 512px;
  }
  .calendar__navigation__inner.width--9 {
    width: 576px;
  }
  .calendar__navigation__inner.width--10 {
    width: 640px;
  }
  .calendar__navigation__inner.width--11 {
    width: 704px;
  }
  .calendar__navigation__inner.width--12 {
    width: 768px;
  }
  .calendar__navigation__inner.width--13 {
    width: 832px;
  }
  .calendar__navigation__inner.width--14 {
    width: 896px;
  }
  .calendar__navigation__inner.width--15 {
    width: 960px;
  }
  .calendar__navigation__inner.width--16 {
    width: 1024px;
  }
  .calendar__navigation__inner.width--17 {
    width: 1088px;
  }
  .calendar__navigation__inner.width--18 {
    width: 1152px;
  }
  .calendar__navigation__inner.width--19 {
    width: 1216px;
  }
  .calendar__navigation__inner.width--20 {
    width: 1280px;
  }
  .calendar__navigation__inner.width--21 {
    width: 1344px;
  }
  .calendar__navigation__inner.width--22 {
    width: 1408px;
  }
  .calendar__navigation__inner.width--23 {
    width: 1472px;
  }
  .calendar__navigation__inner.width--24 {
    width: 1536px;
  }
  .calendar__navigation__inner.width--25 {
    width: 1600px;
  }
  .calendar__navigation__inner.width--26 {
    width: 1664px;
  }
  .calendar__navigation__inner.width--27 {
    width: 1728px;
  }
  .calendar__navigation__inner.width--28 {
    width: 1792px;
  }
  .calendar__navigation__inner.width--29 {
    width: 1856px;
  }
  .calendar__navigation__inner.width--30 {
    width: 1920px;
  }
  .calendar__navigation__inner.width--31 {
    width: 1984px;
  }
  .calendar__navigation__inner.width--32 {
    width: 2048px;
  }
  .calendar__navigation__inner.width--33 {
    width: 2112px;
  }
  .calendar__navigation__inner.width--34 {
    width: 2176px;
  }
  .calendar__navigation__inner.width--35 {
    width: 2240px;
  }
  .calendar__navigation__inner.width--36 {
    width: 2304px;
  }
  .calendar__navigation__inner.width--37 {
    width: 2368px;
  }
  .calendar__navigation__inner.width--38 {
    width: 2432px;
  }
  .calendar__navigation__inner.width--39 {
    width: 2496px;
  }
  .calendar__navigation__inner.width--40 {
    width: 2560px;
  }
  .calendar__navigation__inner.width--41 {
    width: 2624px;
  }
  .calendar__navigation__inner.width--42 {
    width: 2688px;
  }
  .calendar__navigation__inner.width--43 {
    width: 2752px;
  }
  .calendar__navigation__inner.width--44 {
    width: 2816px;
  }
  .calendar__navigation__inner.width--45 {
    width: 2880px;
  }
  .calendar__navigation__inner.width--46 {
    width: 2944px;
  }
  .calendar__navigation__inner.width--47 {
    width: 3008px;
  }
  .calendar__navigation__inner.width--48 {
    width: 3072px;
  }
  .calendar__navigation__inner.width--49 {
    width: 3136px;
  }
  .calendar__navigation__inner.width--50 {
    width: 3200px;
  }
  .calendar__navigation__inner.width--51 {
    width: 3264px;
  }
  .calendar__navigation__inner.width--52 {
    width: 3328px;
  }
  .calendar__navigation__inner.width--53 {
    width: 3392px;
  }
  .calendar__navigation__inner.width--54 {
    width: 3456px;
  }
  .calendar__navigation__inner.width--55 {
    width: 3520px;
  }
  .calendar__navigation__inner.width--56 {
    width: 3584px;
  }
  .calendar__navigation__inner.width--57 {
    width: 3648px;
  }
  .calendar__navigation__inner.width--58 {
    width: 3712px;
  }
  .calendar__navigation__inner.width--59 {
    width: 3776px;
  }
  .calendar__navigation__inner.width--60 {
    width: 3840px;
  }
}
.calendar__pages {
  position: relative;
  width: 100%;
}
.calendar__page {
  position: relative;
  display: none;
  background: repeating-linear-gradient(to right, #ffffff 0, #ffffff calc(25% - 1px), rgba(7, 1, 13, 0.1) 25%, rgba(7, 1, 13, 0.1) 25%);
}
@media (max-width: 1010px) {
  .calendar__page {
    background: repeating-linear-gradient(to right, #ffffff 0, #ffffff calc(50% - 1px), rgba(7, 1, 13, 0.1) 50%, rgba(7, 1, 13, 0.1) 50%);
  }
}
@media (max-width: 700px) {
  .calendar__page {
    background: repeating-linear-gradient(to right, #ffffff 0, #ffffff calc(100% - 1px), rgba(7, 1, 13, 0.1) 100%, rgba(7, 1, 13, 0.1) 100%);
  }
}
.calendar__page::before {
  content: "";
  display: block;
  width: 100%;
  height: 104px;
  background-image: linear-gradient(225deg, #15C8FF 0%, #3F61FE 32%, #030E8F 67%, #07010D 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.calendar__page__inner {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-left: 1px solid rgba(7, 1, 13, 0.1);
  border-bottom: 1px solid rgba(7, 1, 13, 0.1);
}
.calendar__page.active {
  display: block;
}
.calendar__page__col {
  width: 25%;
  min-width: 25%;
}
.calendar__page__category__name > * {
  font-family: "Altero", sans-serif;
  color: #001E9B;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1em;
  text-transform: lowercase;
  color: #ffffff;
  font-size: 2.6rem;
  text-align: center;
  padding: 20px;
}
.calendar__page__category__name > * strong {
  text-transform: uppercase;
}
.calendar__page__category__name > * span {
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
}
.calendar__page__events {
  display: flex;
  flex-direction: column;
  margin-bottom: -1px;
}
.calendar__page__events__item {
  border-bottom: 1px solid rgba(7, 1, 13, 0.1);
  order: 0;
}
.calendar__page__events__item.otherday {
  order: 2;
}
.calendar .slick-list {
  min-width: 100%;
}
.calendar .slick-arrow {
  height: 104px;
  width: 42px;
  background: none;
  border: 0;
  text-indent: 100%;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  position: absolute;
  z-index: 100;
  top: 0;
  color: #ffffff;
}
.calendar .slick-arrow::before {
  font-family: "madblueicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  text-indent: 0;
}
.calendar .slick-arrow.slick-next {
  right: 0;
}
.calendar .slick-arrow.slick-next::before {
  content: "\e90a";
}
.calendar .slick-arrow.slick-prev {
  left: 0;
}
.calendar .slick-arrow.slick-prev::before {
  content: "\e90b";
}
.calendar .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.eventcard {
  display: flex;
  flex-direction: column;
  padding: 16px 20px;
  background: transparent;
  transition: background-color 0.3s linear;
  color: #07010D;
}
.no-touch .eventcard:hover {
  background-color: #030E8F;
  color: #ffffff;
}
.no-touch .eventcard:hover .button.button--more {
  border-color: transparent;
  background-color: transparent;
  color: #ffffff;
}
.no-touch .eventcard:hover .button.button--more > .button__icon {
  background: transparent;
  color: #ffffff;
}
.no-touch .eventcard:hover .eventcard__title {
  color: #ffffff;
}
.no-touch .eventcard:hover .eventcard__venue::before {
  color: #ffffff;
}
.no-touch .eventcard:hover .badge {
  color: #07010D;
  background-color: #ffffff;
}
.eventcard.mini {
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.eventcard.mini .eventcard__title {
  padding-bottom: 0;
  margin-bottom: 0;
  flex-grow: 2;
}
.eventcard.mini .eventcard__title span::after {
  content: none;
}
.eventcard.mini .eventcard__more {
  margin-left: 20px;
}
.eventcard.--programming .eventcard__section {
  padding: 0 0 20px 0;
}
@media (max-width: 799px) {
  .eventcard.--programming .eventcard__section.--more {
    text-align: center;
  }
}
.eventcard.--programming .eventcard__venue,
.eventcard.--programming .eventcard__time {
  font-size: 20px;
}
.eventcard.--programming .eventcard__description {
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1em;
}
.eventcard.--programming .eventcard__description h1, .eventcard.--programming .eventcard__description h2, .eventcard.--programming .eventcard__description h3, .eventcard.--programming .eventcard__description h4, .eventcard.--programming .eventcard__description h5, .eventcard.--programming .eventcard__description h6 {
  font-size: 20px;
  font-weight: bold;
}
.eventcard.--programming .eventcard__description h1, .eventcard.--programming .eventcard__description h2, .eventcard.--programming .eventcard__description h3, .eventcard.--programming .eventcard__description h4, .eventcard.--programming .eventcard__description h5, .eventcard.--programming .eventcard__description h6, .eventcard.--programming .eventcard__description p {
  margin-bottom: 10px;
}
.eventcard.--programming .eventcard__description h1:last-child, .eventcard.--programming .eventcard__description h2:last-child, .eventcard.--programming .eventcard__description h3:last-child, .eventcard.--programming .eventcard__description h4:last-child, .eventcard.--programming .eventcard__description h5:last-child, .eventcard.--programming .eventcard__description h6:last-child, .eventcard.--programming .eventcard__description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1277px) {
  .eventcard.--programming .eventcard__description {
    margin-bottom: 20px;
  }
}
.eventcard.--programming .eventcard__title {
  color: #030E8F;
  text-transform: none;
}
.eventcard.--programming .eventcard__title span::after {
  content: none;
}
.eventcard.--programming .eventcard__venue {
  position: relative;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
}
.eventcard.--programming .eventcard__venue::before {
  font-family: "madblueicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917";
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 22px;
  color: #07010D;
}
.eventcard.--programming .eventcard__venue .event-venue__item.--parent {
  font-size: 20px;
  font-weight: 600;
  order: 0;
}
.eventcard.--programming .eventcard__venue .event-venue__item.--children {
  font-size: 20px;
  order: 1;
}
.eventcard__title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: -0.15px;
  line-height: 1em;
  text-transform: uppercase;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.eventcard__title span {
  position: relative;
}
.eventcard__title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(225deg, #15C8FF 0%, #3F61FE 32%, #030E8F 67%, #07010D 100%);
  position: absolute;
  left: 0;
  bottom: -6px;
}
.eventcard__venue, .eventcard__time {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  letter-spacing: -0.15px;
  line-height: 1.25em;
}
.eventcard__more {
  margin-left: -2px;
}

.programming__page {
  padding-top: 50px;
}
.programming__page__date {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.25px;
  border-bottom: 2px solid rgba(7, 1, 13, 0.1);
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
.programming__page__date span {
  font-weight: 300;
}
.programming__page__events {
  margin-left: -20px;
  margin-right: -20px;
}
.programming__page__events__item {
  position: relative;
}
.programming__page__events__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-bottom: 2px solid rgba(7, 1, 13, 0.1);
}
.programming.programming--with-filters .programming__inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-template-rows: 70px 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}
@media (max-width: 799px) {
  .programming.programming--with-filters .programming__inner {
    display: block;
  }
}
.programming.programming--with-filters .programming__navigation {
  grid-area: 1/1/2/2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.programming.programming--with-filters .programming__navigation .button {
  margin-right: 10px;
  margin-bottom: 20px;
}
.programming.programming--with-filters .programming__navigation .programming__navigation__filter {
  display: none;
  margin-right: 10px;
}
@media (max-width: 799px) {
  .programming.programming--with-filters .programming__navigation .programming__navigation__filter {
    display: block;
  }
}
.programming.programming--with-filters .programming__navigation .programming__navigation__search {
  flex-grow: 2;
  margin-bottom: 20px;
}
@media (max-width: 799px) {
  .programming.programming--with-filters .programming__navigation {
    flex-wrap: wrap;
  }
  .programming.programming--with-filters .programming__navigation .button.button--select {
    flex-grow: 2;
  }
}
.programming.programming--with-filters .programming__pages {
  grid-area: 2/1/3/2;
}
.programming.programming--with-filters .programming__filter {
  grid-area: 1/2/3/3;
}

.programming__filter__header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.programming__filter__header__title {
  flex-grow: 1;
}
.programming__filter__header__title .button {
  min-width: 100%;
}
.programming__filter__header__title .button:hover:not(:disabled):not(.disabled) {
  border-color: #07010D;
  background-color: #07010D;
  color: #ffffff;
}
.programming__filter__header__reset {
  flex-grow: 1;
}
.programming__filter__header__reset .button {
  min-width: 100%;
}
.programming__filter__header .button--close-filter {
  position: absolute;
  left: -60px;
  top: 0;
  width: 60px;
  min-width: 60px;
  height: 50px;
}
@media (min-width: 800px) {
  .programming__filter__header .button--close-filter {
    display: none;
  }
}
.programming__filter__body {
  background: #F4F4F3;
}
.programming__filter__body__section {
  padding: 20px;
  border-bottom: 2px solid #ffffff;
}
.programming__filter__body__section__title {
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0px;
  line-height: 1.12em;
  margin: 0;
}
.programming__filter__body__section__title.js--accordion-item-trigger {
  cursor: pointer;
}
.programming__filter__body__section__title.js--accordion-item-trigger::after {
  font-family: "madblueicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(90deg);
  pointer-events: none;
}
.programming__filter__body__section__title.js--accordion-item-trigger.closed::after {
  transform: rotate(-90deg);
}
.programming__filter__body__section .choices {
  margin-top: 10px;
}
.specialbackground .programming__filter__body__section {
  border-bottom-color: #030E8F;
}
.specialbackground--black .programming__filter__body__section {
  border-bottom-color: #07010D;
}
@media (max-width: 799px) {
  .programming__filter {
    position: fixed;
    top: 128px;
    right: 0;
    bottom: 0;
    z-index: 1000;
    transform: translate(100%, 0);
    opacity: 0;
    transition: transform 0.4s ease-in-out, opacity 0.4s linear;
  }
  .programming__filter__inner {
    position: relative;
    z-index: 100;
    min-width: 280px;
  }
  .programming__filter__body {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #14F9DA #ffffff;
    scrollbar-width: thin;
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    z-index: 1000;
  }
  .programming__filter__body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .programming__filter__body::-webkit-scrollbar-track {
    background: transparent;
  }
  .programming__filter__body::-webkit-scrollbar-thumb {
    background-color: #14F9DA;
    border-radius: 20px;
  }
  .open-filter .programming__filter {
    transform: translate(0, 0);
    opacity: 1;
  }
  .scrolled--down .programming__filter {
    top: 86px;
  }
}

@media (max-width: 799px) {
  .open-filter::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 900;
    background: rgba(7, 1, 13, 0.5);
  }
}
.error404 .modularpage__header__inner {
  padding-top: 220px;
  padding-bottom: 30px;
}
@media (max-width: 1439px) {
  .error404 .modularpage__header__inner {
    padding-bottom: 65px;
  }
}
@media (max-width: 979px) {
  .error404 .modularpage__header__inner {
    padding-top: 160px;
    padding-bottom: 45px;
  }
}
.error404 .modularpage__header-wrapper-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.error404 .modularpage__header-wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.error404 .modularpage__header-wrapper-img.compat-object-fit {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.error404 .modularpage__header-wrapper-img.compat-object-fit img {
  visibility: hidden;
}
.error404 .modularpage__header-wrapper-img img {
  position: relative;
  z-index: 1;
}
.error404 .modularpage__header-wrapper-img:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(88% 50%, #15C8FF 0%, #15C8FF 0%, #15C8FF 0%, #3F61FE 28%, #030E8F 59%, #07010D 88%);
  opacity: 0.2;
}
.error404 .modularpage__header-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.error-404 {
  padding-top: 30px;
  padding-bottom: 80px;
  font-family: "Barlow", sans-serif;
  display: flex;
  justify-content: center;
}
@media (max-width: 979px) {
  .error-404 {
    padding-bottom: 50px;
  }
}
.error-404 .container {
  max-width: 1250px;
}
.error-404-inner {
  width: 100%;
}
.error-404-inner-2 {
  max-width: 710px;
}
.error-404 .page-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 629px) {
  .error-404 .page-title {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 15px;
  }
}
.error-404 .page-content p {
  margin-bottom: 10px;
}
.error-404 .page-content span {
  font-weight: normal;
}
.error-404 .page-content span, .error-404 .page-content a {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.3;
  letter-spacing: 0.1px;
  font-weight: 300;
}
@media (max-width: 629px) {
  .error-404 .page-content span, .error-404 .page-content a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.error-404 .page-content a {
  display: inline;
  text-decoration: underline;
}
.no-touch .error-404 .page-content a:hover {
  color: #001E9B;
}
.error-404 .page-content a span {
  font-weight: 700;
}
