@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
:root {
  --color-palette-3-lighter: #4591c4;
  --color-brand-base: #f07d00;
  --color-primary-light: #ffab00;
  --color-primary-bright: #80a4ac;
  --color-primary-base: #f07d00;
  --color-primary-dark: #f07d00;
  --color-primary-darker: #18373f;
  --color-secondary-light: #909096;
  --color-secondary-bright: #67676f;
  --color-secondary-base: #06446c;
  --color-secondary-dark: #22222b;
  --color-links-bright: #ea8e54;
  --color-links: #e36414;
  --color-tertiary-light: #ff8f8f;
  --color-tertiary-base: #ff4141;
  --color-tertiary-dark: #962a2a;
  --color-greyscale-xlight: #fff;
  --color-greyscale-lighter: #f8f8f8;
  --color-greyscale-light: #f3f3f3;
  --color-greyscale-mid: #e5e5e5;
  --color-greyscale-mid-dark: #a5a5a5;
  --color-greyscale-base: #7e8c89;
  --color-greyscale-dark: #454d4b;
  --color-greyscale-darkest: #212529;
  --color-social-base: #fff;
  --color-social-facebook: #365899;
  --color-social-twitter: #54acee;
  --color-social-linkedin: #0077b5;
  --color-social-whatsapp: #00e676;
  --color-social-xing: #007776;
  --color-positive-light: var(--color-brand-light);
  --color-positive-base: var(--color-brand-basee);
  --color-positive-dark: var(--color-primary-dark);
  --color-negative-light: var(--color-tertiary-light);
  --color-negative-base: var(--color-tertiary-base);
  --color-negative-dark: var(--color-tertiary-dark);
  --color-warning-light: var(--color-secondary-light);
  --color-warning-base: var(--color-secondary-base);
  --color-warning-dark: var(--color-secondary-dark);
  --color-green-1: #2e7763;
  --color-green-2: #48be9d;
  --color-yellow: #f8c300;
  --color-red: #d02826;
  --color-red-2: #962a2a;
  --color-blue: #4577ce;
  --color-white: #fff;
  --color-grey: #4a4a4a;
  --color-grey-light: #ccc;
  --color-black: #000;
  --body-text-color: var(--color-grey);
  --body-background-color: var(--color-white);
  --links-color: var(--color-brand-base);
  --links-color-hover: var(--color-primary-bright);
  --color-focus: #228ae6;
  --font-main: 'Open Sans', sans-serif;
  --font-base-line-height: 1.4;
  --font-thin: 300;
  --font-normal: 400;
  --font-thick: 600;
  --font-thicker: 700;
  --typography-thin: var(--font-thin);
  --typography-bold: var(--font-thicker);
  --font-size-xs: 0.75em;
  --font-size-s: 0.875em;
  --font-size-m: 1em;
  --font-size-l: 1.125em;
  --font-size-xl: 1.313em;
  --font-size-xxl: 1.5em;
  --font-size-xxxl: 1.75em;
  --font-size-xxxxl: 3em;
  --form-focus-background: var(--color-secondary-light);
  --dashboard-sidebar-background: var(--color-greyscale-xlight);
  --dashboard-sidebar-text: var(--color-greyscale-dark);
  --dashboard-sidebar-text-light: var(--color-greyscale-base);
  --dashboard-sidebar-user-links: var(--color-greyscale-base);
  --dashboard-sidebar-user-links-hover-bg: var(--color-greyscale-mid);
  --dashboard-sidebar-user-links-hover-color: var(--color-greyscale-darkest);
  --header-background-start: #dce15f;
  --header-background-end: #297763;
  --header-links-color: var(--color-greyscale-xlight);
  --header-submenu-background: var(--color-greyscale-xlight);
  --header-submenu-links: var(--color-greyscale-base);
  --header-submenu-links-hover: var(--color-greyscale-darkest);
  --header-submenu-link-hover-background: var(--color-greyscale-mid);
  --header-submenu-divider: var(--color-greyscale-mid);
  --animation-fast: 250ms;
  --animation-mid: 500ms;
  --animation-slow: 850ms;
  --ui-border-radius: 0.25em;
  --ui-divider-color: var(--color-greyscale-mid);
  --status-notification-neutral-background: var(--color-white);
  --status-notification-neutral-border: var(--color-greyscale-dark);
  --status-notification-neutral-color: var(--color-greyscale-darkest);
  --status-notification-positive-border: var(--color-positive-base);
  --status-notification-positive-color: var(--color-greyscale-xlight);
  --status-notification-positive-background: var(--color-positive-base);
  --status-notification-negative-border: var(--color-negative-base);
  --status-notification-negative-color: var(--color-greyscale-xlight);
  --status-notification-negative-background: var(--color-negative-base);
  --status-notification-warning-border: var(--color-warning-base);
  --status-notification-warning-color: var(--color-greyscale-xlight);
  --status-notification-warning-background: var(--color-warning-base);
  --cards-background: var(--color-greyscale-xlight);
  --card-text-color: var(--color-greyscale-dark);
  --card-text-light-color: var(--color-greyscale-mid-dark);
  --cards-title-color: var(--color-brand-base);
  --cards-divider-border: var(--color-greyscale-mid);
  --cards-sidebar-title-color: var(--color-greyscale-dark);
  --cards-sidebar-subtitle-color: var(--color-greyscale-mid-dark);
  --card-sidebar-border-top-color: var(--color-brand-base);
  --tag-border-color: transparent;
  --tag-border-color-hover: transparent;
  --tag-color: var(--color-greyscale-base);
  --tag-color-hover: var(--links-color-hover);
  --breadcrumb-color: var(--color-greyscale-base);
  --button-default-background: var(--color-greyscale-xlight);
  --button-default-color: var(--links-color);
  --button-default-background-hover: var(--color-greyscale-xlight);
  --button-default-color-hover: var(--links-color-hover);
  --button-default-border: var(--color-greyscale-xlight);
  --button-default-border-hover: var(--color-greyscale-xlight);
  --button-positive-background: var(--color-primary-dark);
  --button-positive-color: var(--color-greyscale-xlight);
  --button-positive-background-hover: var(--color-greyscale-xlight);
  --button-positive-color-hover: var(--color-positive-dark);
  --button-positive-border: var(--color-positive-base);
  --button-positive-border-hover: var(--color-positive-base);
  --button-cancel-background: transparent;
  --button-cancel-color: var(--color-primary-dark);
  --button-cancel-background-hover: var(--color-greyscale-xlight);
  --button-cancel-color-hover: var(--color-primary-dark);
  --button-cancel-border: var(--color-primary-dark);
  --button-cancel-border-hover: var(--color-primary-dark);
  --button-negative-background: var(--color-negative-base);
  --button-negative-color: var(--color-greyscale-xlight);
  --button-negative-background-hover: var(--color-greyscale-xlight);
  --button-negative-color-hover: var(--color-negative-base);
  --button-negative-border: var(--color-negative-base);
  --button-negative-border-hover: var(--color-negative-base);
  --button-brand-background: red;
  --button-brand-color: var(--color-greyscale-xlight);
  --button-brand-background-hover: var(--color-greyscale-xlight);
  --button-brand-color-hover: var(--color-brand-base);
  --button-brand-border: var(--color-palette-4);
  --button-brand-border-hover: var(--color-brand-base);
  --button-pill-background: var(--color-greyscale-mid);
  --button-pill-color: var(--color-greyscale-darkest);
  --button-pill-background-hover: var(--color-greyscale-xlight);
  --button-pill-color-hover: var(--color-greyscale-darkest);
  --button-pill-border: var(--color-greyscale-mid-dark);
  --button-pill-border-hover: var(--color-greyscale-mid-dark);
  --button-fave: var(--color-yellow);
  --button-fave-hover: var(--color-yellow);
  --button-bookmark: var(--color-greyscale-mid-dark);
  --button-bookmark-hover: var(--links-color-hover);
  --button-share: var(--color-greyscale-mid-dark);
  --button-share-hover: var(--links-color-hover);
  --button-header-title-background: var(--color-white);
  --button-header-title-color: var(--color-headerTitle);
  --button-border-radius: 0;
  --searchfilter-background: transparent;
  --searchfilter-color: var(--color-greyscale-xlight);
  --searchfilter-button-color: var(--color-greyscale-dark);
  --searchfilter-button-background: var(--color-greyscale-xlight);
  --label-default-background: var(--color-green-1);
  --label-default-color: var(--color-greyscale-xlight);
  --label-category-1: var(--color-green-1);
  --label-category-2: var(--color-green-2);
  --label-category-3: var(--color-yellow);
  --label-category-4: var(--color-blue);
  --label-category-5: var(--color-red);
  --label-toggle-background-on: var(--color-greyscale-mid);
  --label-toggle-background-off: var(--color-greyscale-lightest);
  --label-toggle-color: var(--color-greyscale-dark);
  --label-toggle-border: var(--color-greyscale-base);
  --color-imageContentRows-text: var(--color-black);
  --color-SuperiorImageBlock-text: var(--color-white);
  --color-SuperiorImageBlock-button-background: var(--color-white);
  --color-SuperiorImageBlock-button-text: var(--color-black);
  --color-SuperiorImageBlock-background: #2c3e50;
  --link-HeaderButton: var(--body-text-color);
  --link-hover-HeaderButton: var(--body-text-color);
  --link-hover-background-HeaderButton: var(--color-palette-3);
  --button-text-HeaderButton: var(--color-white);
  --button-hover-text-HeaderButton: var(--color-brand-base);
  --link-hover-background-HeaderEnlarged: var(--color-greyscale-lighter);
  --text-hover-color-HeaderEnlarged: var(--color-brand-base);
  --separator-color-HeaderSmall: var(--color-grey-light);
  --text-hover-color-HeaderSmall: var(--color-brand-base);
  --backgroud-hover-color-HeaderSmall: var(--color-grey-light);
  --text-HeaderLabels: var(--color-black);
  --text-firstBackground-HeaderLabels: transparent;
  --text-secondBackground-HeaderLabels: transparent;
  --text-tittle-MainIntro: var(--color-brand-base);
  --button-primary-MainIntro: var(--color-palette-4);
  --button-secondary-MainIntro: var(--color-white);
  --icon-SidedBlock: var(--color-brand-base);
  --title-LogoCTA: var(--body-text-color);
  --links-LogoCTA: var(--links-color);
  --line-ParallaxImageBlock: var(--color-white);
  --button-primary-ParallaxImageBlock: var(--color-white);
  --button-secondary-ParallaxImageBlock: var(--links-color);
  --title-SimpleCTA: var(--links-color);
  --button-primary-SimpleCTA: var(--color-palette-4);
  --button-secondary-SimpleCTA: var(--color-white);
  --background-StandardFooter: var(--color-brand-base);
  --text-StandardFooter: var(--color-white);
  --text-BannerRight: var(--color-white);
  --button-primary-BannerRight: var(--color-brand-base);
  --button-secondary-BannerRight: var(--links-color);
  --color-primary-PlanCard: var(--color-palette-3);
  --color-secondary-PlanCard: var(--color-brand-base);
  --color-primary-bright-PlanCard: var(--color-palette-3-lighter);
  --color-secondary-bright-PlanCard: var(--color-palette-1-light);
  --icon-IconBlock: var(--links-color);
  --title-Article: var(--links-color);
  --background-HeaderSet: var(--color-palette-3);
  --background-FootLine: var(--color-palette-3); }

.StandardFooter__button {
  background-image: linear-gradient(-45deg, #ff9900 0%, #ff0033 30%, #ff0033 30%, #ff9900 130%);
  background-size: 200%;
  background-color: #0ff;
  border: 1px solid #0ff;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 20px;
  padding: 0.375rem 0.75rem;
  text-decoration: none;
  transition: all 0.15s ease-in-out; }
  @media (min-width: 768px) {
    .StandardFooter__button {
      padding: 0.375rem 0.75rem; } }
  .StandardFooter__button:hover {
    background-color: transparent;
    background-position: 100% 100%;
    border: 0;
    color: #fff; }

.btn-secondary {
  background: #fff;
  color: #0ff;
  padding-left: 3rem;
  padding-right: 3rem; }
  .btn-secondary:hover {
    background: #fff;
    color: #0ff; }

.footer_title {
  font-size: var(--font-size-xs);
  line-height: var(--font-base-line-height); }

.footer__newsletter_input, .footer__text, .StandardFooter__button {
  font-size: var(--font-size-s);
  line-height: var(--font-base-line-height); }

.footer_title, .u-strong {
  font-weight: var(--typography-bold) !important; }

.u-thin {
  font-weight: var(--typography-thin) !important; }

.footer_title {
  text-transform: uppercase !important; }

.showOnDebug {
  display: none; }
  .showDebug .showOnDebug {
    display: inline; }

a {
  color: var(--links-color);
  text-decoration: none; }
  a:hover {
    color: var(--links-color-hover);
    text-decoration: underline; }

.footer__newsletter_input {
  border: 1px solid var(--color-greyscale-mid);
  border-radius: var(--ui-border-radius);
  max-width: 100%;
  padding: 0.5em;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

/* and for keyboard users, override everything with
   a Big Blue Border when focused on any element */
[data-whatintent='keyboard'] *:focus {
  outline: 2px solid #7aacfe !important;
  /* for non-webkit browsers */
  outline: 5px auto -webkit-focus-ring-color !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box; }

body {
  background: #000;
  color: #fff;
  font-family: "Frutiger", "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 200;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  width: 100%; }
  body h1,
  body h2,
  body h3 {
    color: #0ff;
    font-weight: 600;
    margin: 0; }
  body h1 {
    font-family: "Frutiger", "Roboto", sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 4.6rem; }
  body h2 {
    font-family: "Frutiger", "Roboto", sans-serif;
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 1rem; }
    body h2 span {
      color: #0ff;
      font-size: 1.6rem;
      font-weight: 300; }
  body h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem; }
  body p,
  body a {
    line-height: 1.5; }
  body button {
    background: transparent;
    border: 0;
    cursor: pointer; }
  body b {
    font-weight: 600; }
  body button,
  body a {
    color: #0ff;
    position: relative; }
    body button:hover,
    body a:hover {
      color: #00cccc;
      text-decoration: none; }
  body ul {
    margin: 10px 0 20px; }
  body li {
    margin: 5px 0;
    padding-left: 25px;
    position: relative; }
    body li i {
      position: absolute;
      left: 0;
      margin-top: 4px;
      opacity: 0.6; }
  body .center {
    text-align: center; }
  body .light {
    color: #fff; }
  body .text-primary {
    color: #0ff; }
  body .hl-1 {
    font-weight: 600; }
  body .small {
    font-size: 0.875rem; }
  body .StandardFooter {
    color: #fff; }

@media (max-width: 1024px) {
  body h2 {
    font-size: 2rem;
    line-height: 2.4rem; } }

.btn {
  background: #0ff;
  color: #000;
  cursor: pointer;
  letter-spacing: 0.1em;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  transition: box-shadow 0.5s ease-in-out;
  border: 1px solid #0ff;
  font-size: 12px;
  padding: 13px 31px;
  border-radius: 2px;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out; }
  .btn:hover, .btn:active, .btn:focus {
    color: #000;
    text-decoration: none;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
    background: #fff; }
  .btn-default {
    background: transparent;
    color: #0ff;
    cursor: pointer;
    letter-spacing: 0.1em;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: box-shadow 0.5s ease-in-out;
    border: 1px solid transparent;
    font-size: 12px;
    padding: 13px 31px;
    border-radius: 2px;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
    border: 1px solid #fff; }
    .btn-default:hover, .btn-default:active, .btn-default:focus {
      color: #fff;
      text-decoration: none;
      transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
      background: #0ff; }
  .btn-darken {
    background: #0ff;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.1em;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: box-shadow 0.5s ease-in-out;
    border: 1px solid #0ff;
    font-size: 12px;
    padding: 13px 31px;
    border-radius: 2px;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
    border: 1px solid #fff; }
    .btn-darken:hover, .btn-darken:active, .btn-darken:focus {
      color: #0ff;
      text-decoration: none;
      transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
      background: transparent; }
  .btn-light {
    background: transparent;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.1em;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: box-shadow 0.5s ease-in-out;
    border: 1px solid transparent;
    font-size: 12px;
    padding: 13px 31px;
    border-radius: 2px;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
    border: 1px solid #fff; }
    .btn-light:hover, .btn-light:active, .btn-light:focus {
      color: #0ff;
      text-decoration: none;
      transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
      background: #fff; }

/* Ripple Out */
.btn-default:after {
  animation-duration: 0.5s; }

.btn-default:hover:after,
.btn-default:focus:after,
.btn-default:active:after {
  animation-name: btn-ripple-out; }

@keyframes btn-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

html {
  line-height: 1.5rem;
  scroll-behavior: smooth; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-thick);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word; }

h1 {
  font-size: xxxl;
  line-height: 1.2;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: var(--font-thin); }

h2 {
  font-size: xxl;
  line-height: 1.2;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word; }

h3 {
  font-size: xl;
  line-height: 1.2;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word; }

h4 {
  font-size: l;
  line-height: 1.2;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word; }

h5 {
  font-size: m;
  line-height: 1.2;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word; }

h6 {
  font-size: s;
  line-height: 1.2;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word; }

img {
  display: block;
  max-width: 100%; }

q {
  font-style: oblique;
  padding: 10px 20px;
  quotes: "“" "”" "‘" "’"; }

q::before {
  color: currentColor;
  content: open-quote;
  display: inline;
  left: -5px;
  position: relative; }

q::after {
  color: currentColor;
  content: close-quote;
  display: inline;
  left: 5px;
  position: relative; }

html {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  width: 100%; }
  html *:focus {
    outline: 0; }
  html.is-unscrollable {
    overflow-y: hidden; }

.div__centered {
  align-items: center;
  display: flex;
  width: 100%; }

.div__left {
  padding-left: 15%;
  padding-right: 3%;
  width: 50%; }

.div__right {
  float: right;
  padding-left: 3%;
  padding-right: 10%;
  width: 50%; }

/* Create three equal columns that floats next to each other */
.column-1 {
  width: 100%; }

/* Create three equal columns that floats next to each other */
.column-2 {
  width: 50%; }

.column-3 {
  padding: 10px;
  width: 33.33%; }

/* Create three equal columns that floats next to each other */
.column-4 {
  padding: 10px;
  width: 25%; }

/* Create three equal columns that floats next to each other */
.column-5 {
  padding: 10px;
  width: 20%; }

/* Create three equal columns that floats next to each other */
.column-8 {
  padding: 0;
  width: 12.5%; }

/* Clear floats after the columns */
.row::after {
  clear: both;
  content: '';
  display: table; }

.row {
  margin: auto;
  max-width: 1400px;
  padding: 8rem 20px 0; }
  .row.HeaderButton__wrapper {
    max-width: 1920px; }
  .row.Contact__map {
    padding: 0; }

@media (max-width: 768px) {
  .column-2 {
    width: 100%; }
  .column-3 {
    width: 100%; }
  .column-4 {
    width: 100%; } }

@media (max-width: 1024px) {
  .column-5 {
    width: 50%; }
  .column-8 {
    width: 25%; } }

.footer {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
  padding-bottom: 2%;
  padding-left: 15%;
  padding-top: 5%; }

.footer__newsletter {
  padding-left: 10%; }

.StandardFooter ul.StandardFooter__links li {
  color: rgba(0, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.5; }

.StandardFooter ul.StandardFooter__links a {
  line-height: 2rem;
  padding: 0; }
  .StandardFooter ul.StandardFooter__links a:hover {
    color: #00cccc; }

.footer__text a {
  color: var(--color-white); }

.footer__newsletter_input {
  margin-bottom: 3%; }

.footer__logo {
  width: 150px; }

.footer__button_newsletter {
  background-color: var(--color-primary-bright); }

.footer__wpinfo {
  font-size: small;
  padding-top: 5%;
  text-align: center; }

@media (max-width: 1024px) {
  .footer__newsletter {
    padding-left: 0; } }

.StandardFooter {
  background-image: #000;
  border-top: 1px solid #0ff;
  box-shadow: 0 -4px 10px -10px rgba(0, 0, 0, 0.6);
  margin-top: 8rem;
  padding: 0;
  position: relative; }
  .StandardFooter .row {
    display: flex;
    flex-wrap: wrap;
    padding: 5rem 20px; }
    .StandardFooter .row b {
      display: flex;
      margin-bottom: 0.5rem; }
  .StandardFooter .column-3 {
    padding: 0 40px 0 0; }
  .StandardFooter h3 {
    color: #fff; }
  .StandardFooter a {
    color: rgba(0, 255, 255, 0.8); }
    .StandardFooter a:hover {
      color: cyan; }

.StandardFooter__links b {
  display: flex;
  flex-wrap: wrap; }
  .StandardFooter__links b span {
    display: inline-block;
    opacity: 0.6;
    font-weight: 300; }

.StandardFooter__logoWrapper {
  align-content: baseline;
  align-content: flex-end;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 15px 0 30px;
  position: relative; }
  .StandardFooter__logoWrapper .StandardFooter__image {
    display: block;
    height: 70px;
    justify-content: end;
    margin: 0 0 40px auto; }
    @media (max-width: 768px) {
      .StandardFooter__logoWrapper .StandardFooter__image {
        margin-left: 0; } }
  .StandardFooter__logoWrapper.column-3 {
    padding: 0; }
  .StandardFooter__logoWrapper img {
    display: inline-block; }
  .StandardFooter__logoWrapper a {
    max-width: 260px;
    width: 100%; }
  .StandardFooter__logoWrapper a.Claim {
    height: 70px;
    margin-bottom: 40px; }

.StandardFooter__Title {
  color: var(--text-StandardFooter);
  margin: 2em 0 0.5em;
  text-transform: uppercase; }

.StandardFooter__text {
  color: var(--text-StandardFooter);
  font-size: initial; }

.StandardFooter__button {
  background: var(--button-primary-SimpleCTA);
  border: 1px solid var(--button-primary-SimpleCTA);
  color: var(--button-secondary-SimpleCTA);
  margin: 0 0.5em;
  text-transform: uppercase; }
  .StandardFooter__button:hover {
    background: var(--button-secondary-SimpleCTA);
    border: 1px solid var(--button-primary-SimpleCTA);
    color: var(--button-primary-SimpleCTA); }

.StandardFooter__buttonWrapper {
  padding: 2em 0; }

@media (max-width: 500px) {
  .StandardFooter__register {
    text-align: center;
    width: 100%; } }

.StandardFooter__powerdByLogo {
  right: 0; }

.Ecosystem__Logo {
  background-color: rgba(168, 168, 168, 0.7);
  -webkit-mask: url(https://img.innoloft.com/innoloft/logo_ecosystem.svg) no-repeat 50% 50%;
  mask: url(https://img.innoloft.com/innoloft/logo_ecosystem.svg) no-repeat 50% 50%;
  -webkit-mask-position: top left;
  mask-position: top left;
  padding-bottom: 60px;
  margin-left: auto; }
  .Ecosystem__Logo:hover {
    background-color: rgba(168, 168, 168, 0.9); }

.Copyright {
  opacity: 0.5; }

@media (max-width: 768px) {
  .StandardFooter__logoWrapper {
    align-content: flex-start; } }

body .HeaderSet {
  color: #fff;
  margin-top: 0;
  position: relative; }
  body .HeaderSet .HeaderSet__Wrapper {
    margin: 0 auto;
    max-width: 1400px;
    padding: 4rem 20px 2rem; }
    body .HeaderSet .HeaderSet__Wrapper .HeaderSet__Content {
      display: flex;
      height: 50vh;
      align-items: center;
      min-height: 600px;
      position: relative;
      flex-direction: column;
      justify-content: center; }

.finder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  margin: 2rem auto 0;
  padding: 0 20px; }
  .finder > div,
  .finder a {
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: 0.7;
    padding: 30px 0 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 25%; }
    .finder > div:hover,
    .finder a:hover {
      color: #fff;
      cursor: pointer;
      opacity: 1; }
    .finder > div i,
    .finder > div .Kpi__Number,
    .finder a i,
    .finder a .Kpi__Number {
      display: inline-block; }
    .finder > div .Kpi__Number,
    .finder a .Kpi__Number {
      font-size: 3rem;
      font-weight: 900;
      line-height: 3rem;
      margin-left: 1rem; }
    .finder > div .info div,
    .finder a .info div {
      display: flex;
      align-items: center;
      justify-content: center; }
    .finder > div .info p,
    .finder a .info p {
      font-size: 1.4rem;
      text-align: center; }
  .finder i {
    align-items: center;
    display: flex;
    font-size: 3.4rem;
    height: 74px;
    justify-content: center;
    transition: all 0.3s ease-in-out; }
  .finder .info {
    position: relative;
    padding: 10px 30px; }
    .finder .info h2,
    .finder .info p {
      margin: 0; }

.FooterLine {
  background: #000;
  color: rgba(255, 255, 255, 0.15);
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 10px;
  position: relative;
  text-align: center; }
  .FooterLine a {
    color: rgba(255, 255, 255, 0.15);
    font-size: .875rem; }
    .FooterLine a:hover {
      color: #00cccc; }
  @media (max-width: 550px) {
    .FooterLine {
      text-align: left; }
      .FooterLine .FooterGraphic {
        width: 100px; } }

.FooterLine__leftBlock {
  align-items: center;
  align-self: center; }
  .FooterLine__leftBlock a {
    padding: 0; }

.FooterLine__RightBlock {
  align-items: center;
  align-self: center;
  display: flex;
  margin-left: auto; }
  .FooterLine__RightBlock a {
    padding: 0 1em; }
    .FooterLine__RightBlock a:last-child {
      padding-right: 0; }
  @media (max-width: 500px) {
    .FooterLine__RightBlock {
      padding-top: 1em; } }

.Navbar {
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 255, 255, 0.7);
  display: flex;
  height: 70px;
  justify-content: center;
  flex-wrap: wrap;
  position: fixed;
  width: 100%;
  transition: all 0.5s ease-in-out;
  z-index: 1000; }
  .Navbar__Content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    font-weight: 300;
    justify-content: space-between;
    height: 70px;
    padding: 0 20px;
    position: fixed;
    width: 100%;
    max-width: 1400px;
    z-index: 10000; }
    .Navbar__Content a:not(.btn) {
      font-size: 1rem;
      color: #0ff;
      padding: 8px 15px; }
      .Navbar__Content a:not(.btn):hover {
        color: #0ff; }
    .Navbar__Content a.Navbar__ItemLogo {
      align-items: center;
      display: flex;
      font-weight: 600; }
      .Navbar__Content a.Navbar__ItemLogo:hover {
        color: #000; }
      .Navbar__Content a.Navbar__ItemLogo img {
        height: 50px;
        margin-right: 10px;
        max-width: 200px; }

.Navbar__MenuContent {
  display: flex;
  align-items: center; }

.Navbar__Menu i.icon-inno_menu {
  display: none; }

.Navbar__SignIn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 70px;
  margin-left: 10px; }
  .Navbar__SignIn .btn-primary {
    margin-right: 10px; }
  .Navbar__SignIn .Language__Dropdown {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    position: relative; }
    .Navbar__SignIn .Language__Dropdown a {
      border: 1px solid rgba(0, 255, 255, 0.7);
      padding: 5px; }
      .Navbar__SignIn .Language__Dropdown a.zh:last-child, .Navbar__SignIn .Language__Dropdown a.en:first-child {
        border: 0;
        opacity: 0.7; }
  .Navbar__SignIn .Navbar__ItemLogo {
    align-items: center;
    color: #fff;
    display: flex;
    font-weight: 600;
    height: 54px;
    padding: 0 20px 0 0; }
    .Navbar__SignIn .Navbar__ItemLogo img {
      margin-right: 10px;
      max-height: 54px; }
  .Navbar__SignIn .Navbar__Dropdown {
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    top: 100%;
    width: 100%; }
  .Navbar__SignIn .Navbar__Dropdown.Active {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 10px 0 10px 8px;
    position: absolute;
    right: 20px;
    width: auto;
    padding-left: 10px;
    background-color: #fff; }
    .Navbar__SignIn .Navbar__Dropdown.Active a {
      border-left: 1px solid #fff;
      color: #0ff;
      padding: 0 10px 0 15px;
      line-height: 2rem;
      text-align: center; }

.Subpage .Navbar__Menu {
  display: flex; }

.cleantech .cleantech,
.healthcare .healthcare,
.autotech .autotech {
  font-weight: 600; }

.NavbarMenu__Collapse {
  display: none; }

.LeftRight .LeftRightTiles {
  padding: 2rem 0 0; }

.LeftRight .LeftRightTile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem; }
  .LeftRight .LeftRightTile .LeftRightTile__Image {
    width: calc(100% / 3);
    height: 200px;
    position: relative;
    overflow: hidden; }
    .LeftRight .LeftRightTile .LeftRightTile__Image .BackdropFilter {
      width: 100%;
      height: 100%;
      filter: blur(5px);
      z-index: -10;
      position: relative; }
  .LeftRight .LeftRightTile .LeftRightTile__Text {
    width: calc((200% / 3) - 50px); }
  .LeftRight .LeftRightTile:nth-child(even) {
    flex-direction: row-reverse; }
  .LeftRight .LeftRightTile:last-child {
    margin-bottom: 0; }

@media (max-width: 1000px) {
  body .Subpage .Navbar__Menu,
  body .Navbar__Items a.Navbar__Item,
  body .Navbar__Menu {
    display: none; }
  body .Navbar:not(.Navbar__Background) a.Navbar__Item {
    color: #0ff; }
  body .NavbarMenu__Collapse {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 60px; }
    body .NavbarMenu__Collapse > .icon-inno {
      align-items: center;
      cursor: pointer;
      display: flex;
      height: 100%;
      justify-content: center;
      width: 100%; }
    body .NavbarMenu__Collapse .icon-inno_cross {
      display: none; }
    body .NavbarMenu__Collapse .NavbarMenu__CollapseContent {
      display: none; }
    body .NavbarMenu__Collapse.Open:before {
      content: '';
      cursor: auto;
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%; }
    body .NavbarMenu__Collapse.Open .icon-inno_menu {
      display: none; }
    body .NavbarMenu__Collapse.Open .icon-inno_cross {
      display: flex;
      z-index: 100; }
    body .NavbarMenu__Collapse.Open .NavbarMenu__CollapseContent {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      position: absolute;
      top: 70px;
      width: 280px;
      right: 0;
      background: #fff;
      border: solid rgba(0, 0, 0, 0.15);
      border-width: 0 1px 1px;
      padding: 5px 8px; }
      body .NavbarMenu__Collapse.Open .NavbarMenu__CollapseContent > div {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        body .NavbarMenu__Collapse.Open .NavbarMenu__CollapseContent > div.NavbarMenu__CollapseSign a:first-child,
        body .NavbarMenu__Collapse.Open .NavbarMenu__CollapseContent > div a.Navbar__Item {
          width: 100%; }
        body .NavbarMenu__Collapse.Open .NavbarMenu__CollapseContent > div a {
          margin-bottom: 5px; }
        body .NavbarMenu__Collapse.Open .NavbarMenu__CollapseContent > div i {
          color: #0ff; }
        body .NavbarMenu__Collapse.Open .NavbarMenu__CollapseContent > div.NavbarMenu__CollapseSign {
          border: 1px solid #0ff;
          border-width: 1px 0;
          margin: 10px 0 0;
          padding-bottom: 10px; }
        body .NavbarMenu__Collapse.Open .NavbarMenu__CollapseContent > div.NavbarMenu__CollapseLan {
          flex-direction: unset;
          justify-content: space-evenly;
          align-items: center; } }

@media (max-width: 768px) {
  body .TargetgroupsText {
    margin: 0 0 3rem;
    width: 100%; }
    body .TargetgroupsText p {
      margin: 1rem auto 0;
      max-width: 600px; }
  body .Topic:nth-child(n) .row {
    flex-direction: column-reverse; }
    body .Topic:nth-child(n) .row:last-child {
      margin-bottom: 0; }
    body .Topic:nth-child(n) .row .TopicText,
    body .Topic:nth-child(n) .row .TopicImage {
      width: 100%;
      margin-bottom: 2rem;
      padding: 0;
      text-align: left; }
      body .Topic:nth-child(n) .row .TopicText a,
      body .Topic:nth-child(n) .row .TopicImage a {
        margin: 10px auto 0 0; }
  body .Ecosystem .Wrapper .EcosystemTile {
    width: 100%;
    margin: 0 0 2rem; } }
  @media (max-width: 768px) and (max-width: 500px) {
    body .Ecosystem .Wrapper .EcosystemTile .Tile {
      width: 100%;
      margin-right: 0; } }

@media (max-width: 768px) {
  body .StandardFooter .column-3 {
    margin-bottom: 3rem;
    padding-right: 0; }
  body .Ecosystem__Logo {
    right: auto; }
  body .Alumni h2 {
    text-align: center; }
  body .Subpage .row .AlumniContent__tile {
    flex-direction: column; }
    body .Subpage .row .AlumniContent__tile > div {
      width: calc(100% - 60px); }
      body .Subpage .row .AlumniContent__tile > div.AlumniContent__tileLogo {
        margin: 2rem 0 1rem; } }

@media (max-width: 650px) {
  body .SubpageText div:not(.SubpageIllu):nth-child(n) {
    padding: 0;
    width: 100%; }
  body .SubpageTexts > div:nth-child(odd) {
    flex-direction: column-reverse; }
  body .SubpageIllu {
    background-position: left;
    margin-bottom: 1rem;
    width: 100%; }
  body .PartnerContents .PartnerContent {
    width: 100%;
    margin-right: 0; } }

@media (max-width: 550px) {
  body h1 {
    font-size: 3rem;
    line-height: 3.6rem; } }

@media (max-width: 450px) {
  body h1 {
    font-size: 2.4rem;
    line-height: 3rem; } }

.Usecase__video {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .Usecase__video .Usecase__videoContent {
    background: black;
    width: calc((200% / 3) - 50px); }
    .Usecase__video .Usecase__videoContent video {
      height: 0;
      padding-bottom: 56.25%;
      width: 100%; }
  .Usecase__video .Usecase__videoText {
    width: calc(100% / 3); }

.MainIntro {
  position: relative; }
  .MainIntro .row {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 800px;
    padding-bottom: 0;
    text-align: center; }

.Tiles h3 {
  text-align: center; }

.TilesWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -40px; }
  .TilesWrapper .Tile {
    border: 1px solid #0ff;
    margin: 0 40px 40px 0;
    padding: 20px;
    position: relative;
    width: calc((100% / 2) - (40px * (2 - 1) / 2)); }
    .TilesWrapper .Tile:nth-child(2n + 2), .TilesWrapper .Tile:last-child {
      margin-right: 0; }
    .TilesWrapper .Tile > i {
      color: rgba(0, 0, 0, 0.4);
      font-size: 2.2rem;
      left: 0;
      line-height: 3rem;
      position: absolute; }

.Action {
  background: #0ff;
  position: relative;
  transform: skewY(-3deg); }
  .Action .Action__text {
    color: #fff;
    margin: auto;
    max-width: 700px;
    text-align: center; }
  .Action .ActionBackground {
    background-attachment: fixed;
    background-position: 0px 100px;
    background-repeat: no-repeat;
    background-size: 80% 80%;
    filter: brightness(0) invert(1);
    height: 100%;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  .Action h2 {
    color: #fff; }
  .Action a {
    display: inline-flex;
    align-items: center; }
    .Action a i {
      margin-right: 5px; }

.GroupHeader {
  width: 100%;
  margin-bottom: 2rem; }

.GroupContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .GroupContent .GroupContent__text {
    width: calc(100% - 250px);
    max-width: 1000px; }
  .GroupContent .GroupContent__logo {
    width: 200px;
    max-height: 150px; }

.StartupRadar,
.Industries,
.Region {
  background-image: #000;
  color: #0ff;
  margin-top: 30px; }
  .StartupRadar a,
  .Industries a,
  .Region a {
    color: #0ff; }

.Region_content {
  display: flex; }
  .Region_content .location {
    width: calc(100% / 3); }
    .Region_content .location p {
      margin-bottom: 60px; }
    .Region_content .location span {
      opacity: 0.5; }
  .Region_content .map {
    left: 0;
    margin: auto;
    padding-bottom: 35%;
    right: 0;
    width: 550px; }
    .Region_content .map .stmap {
      fill: none;
      stroke: #0ff;
      stroke-width: 0.5;
      stroke-miterlimit: 10; }

@media (max-width: 768px) {
  .Region_content .map,
  .Region_content .location {
    width: 50%; } }

@media (max-width: 600px) {
  .Region_content {
    position: relative; }
    .Region_content .map,
    .Region_content .location {
      text-align: center;
      width: 100%; }
      .Region_content .map .text,
      .Region_content .location .text {
        margin-bottom: 0; }
    .Region_content .map {
      background-size: cover !important;
      height: 90%;
      opacity: 0.4;
      padding: 0;
      position: absolute;
      top: 5%; } }

.Links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  padding-top: 0; }
  .Links.row {
    padding-bottom: 1rem; }
  .Links .LinksTitle {
    margin: 2rem 0 4rem;
    text-align: center;
    width: 100%; }
  .Links a.LinkTile {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 20px 3rem 0;
    text-align: center;
    width: calc(100% / 4 - ((20px * (4 - 1)) / 4)); }
    .Links a.LinkTile:nth-child(4n + 1) {
      margin-right: 0; }
    .Links a.LinkTile i {
      color: rgba(0, 0, 0, 0.3);
      font-size: 4rem;
      margin-bottom: 1rem; }

@media (max-width: 500px) {
  a.LinkTile:nth-child(n) {
    width: calc(100% / 2 - ((20px * (2 - 1)) / 2)); }
    a.LinkTile:nth-child(n):nth-child(2n + 1) {
      margin-right: 0; } }

.Partners p {
  margin: 0 auto 2rem;
  max-width: 800px;
  text-align: center; }

.Partners h4 {
  text-align: center; }

.PartnerLogos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }
  .PartnerLogos a.PartnerLogo {
    cursor: pointer;
    margin: 0 1rem 2rem; }
    .PartnerLogos a.PartnerLogo img {
      height: 50px; }

.hidden {
  display: none; }

.invisible {
  visibility: hidden; }

.background-cover {
  background-size: cover; }

/* Align columns inside a row so they have the same height  */
.align_row_outer {
  display: flex; }

.align_row_inner {
  flex-direction: row; }

.rdw-link-modal {
  height: 15em !important; }
