/*! Microdrones - Website - 07-02-2022 19:57 */
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }
@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: "Frutiger W02", Arial, Helvetica, sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: "Frutiger W02", Arial, Helvetica, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

.foundation-mq {
  font-family: "xsmall=0em&small=36em&medium=48em&large=62em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Frutiger W02", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }
    @media print, screen and (min-width: 36em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 62em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-xsmall > .column, .row.gutter-xsmall > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.xsmall-1 {
  width: 8.3333333333%; }

.xsmall-push-1 {
  position: relative;
  left: 8.3333333333%; }

.xsmall-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.xsmall-offset-0 {
  margin-left: 0%; }

.xsmall-2 {
  width: 16.6666666667%; }

.xsmall-push-2 {
  position: relative;
  left: 16.6666666667%; }

.xsmall-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.xsmall-offset-1 {
  margin-left: 8.3333333333%; }

.xsmall-3 {
  width: 25%; }

.xsmall-push-3 {
  position: relative;
  left: 25%; }

.xsmall-pull-3 {
  position: relative;
  left: -25%; }

.xsmall-offset-2 {
  margin-left: 16.6666666667%; }

.xsmall-4 {
  width: 33.3333333333%; }

.xsmall-push-4 {
  position: relative;
  left: 33.3333333333%; }

.xsmall-pull-4 {
  position: relative;
  left: -33.3333333333%; }

.xsmall-offset-3 {
  margin-left: 25%; }

.xsmall-5 {
  width: 41.6666666667%; }

.xsmall-push-5 {
  position: relative;
  left: 41.6666666667%; }

.xsmall-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.xsmall-offset-4 {
  margin-left: 33.3333333333%; }

.xsmall-6 {
  width: 50%; }

.xsmall-push-6 {
  position: relative;
  left: 50%; }

.xsmall-pull-6 {
  position: relative;
  left: -50%; }

.xsmall-offset-5 {
  margin-left: 41.6666666667%; }

.xsmall-7 {
  width: 58.3333333333%; }

.xsmall-push-7 {
  position: relative;
  left: 58.3333333333%; }

.xsmall-pull-7 {
  position: relative;
  left: -58.3333333333%; }

.xsmall-offset-6 {
  margin-left: 50%; }

.xsmall-8 {
  width: 66.6666666667%; }

.xsmall-push-8 {
  position: relative;
  left: 66.6666666667%; }

.xsmall-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.xsmall-offset-7 {
  margin-left: 58.3333333333%; }

.xsmall-9 {
  width: 75%; }

.xsmall-push-9 {
  position: relative;
  left: 75%; }

.xsmall-pull-9 {
  position: relative;
  left: -75%; }

.xsmall-offset-8 {
  margin-left: 66.6666666667%; }

.xsmall-10 {
  width: 83.3333333333%; }

.xsmall-push-10 {
  position: relative;
  left: 83.3333333333%; }

.xsmall-pull-10 {
  position: relative;
  left: -83.3333333333%; }

.xsmall-offset-9 {
  margin-left: 75%; }

.xsmall-11 {
  width: 91.6666666667%; }

.xsmall-push-11 {
  position: relative;
  left: 91.6666666667%; }

.xsmall-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.xsmall-offset-10 {
  margin-left: 83.3333333333%; }

.xsmall-12 {
  width: 100%; }

.xsmall-offset-11 {
  margin-left: 91.6666666667%; }

.xsmall-up-1 > .column, .xsmall-up-1 > .columns {
  float: left;
  width: 100%; }
  .xsmall-up-1 > .column:nth-of-type(1n), .xsmall-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .xsmall-up-1 > .column:nth-of-type(1n+1), .xsmall-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .xsmall-up-1 > .column:last-child, .xsmall-up-1 > .columns:last-child {
    float: left; }

.xsmall-up-2 > .column, .xsmall-up-2 > .columns {
  float: left;
  width: 50%; }
  .xsmall-up-2 > .column:nth-of-type(1n), .xsmall-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .xsmall-up-2 > .column:nth-of-type(2n+1), .xsmall-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .xsmall-up-2 > .column:last-child, .xsmall-up-2 > .columns:last-child {
    float: left; }

.xsmall-up-3 > .column, .xsmall-up-3 > .columns {
  float: left;
  width: 33.3333333333%; }
  .xsmall-up-3 > .column:nth-of-type(1n), .xsmall-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .xsmall-up-3 > .column:nth-of-type(3n+1), .xsmall-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .xsmall-up-3 > .column:last-child, .xsmall-up-3 > .columns:last-child {
    float: left; }

.xsmall-up-4 > .column, .xsmall-up-4 > .columns {
  float: left;
  width: 25%; }
  .xsmall-up-4 > .column:nth-of-type(1n), .xsmall-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .xsmall-up-4 > .column:nth-of-type(4n+1), .xsmall-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .xsmall-up-4 > .column:last-child, .xsmall-up-4 > .columns:last-child {
    float: left; }

.xsmall-up-5 > .column, .xsmall-up-5 > .columns {
  float: left;
  width: 20%; }
  .xsmall-up-5 > .column:nth-of-type(1n), .xsmall-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .xsmall-up-5 > .column:nth-of-type(5n+1), .xsmall-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .xsmall-up-5 > .column:last-child, .xsmall-up-5 > .columns:last-child {
    float: left; }

.xsmall-up-6 > .column, .xsmall-up-6 > .columns {
  float: left;
  width: 16.6666666667%; }
  .xsmall-up-6 > .column:nth-of-type(1n), .xsmall-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .xsmall-up-6 > .column:nth-of-type(6n+1), .xsmall-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .xsmall-up-6 > .column:last-child, .xsmall-up-6 > .columns:last-child {
    float: left; }

.xsmall-up-7 > .column, .xsmall-up-7 > .columns {
  float: left;
  width: 14.2857142857%; }
  .xsmall-up-7 > .column:nth-of-type(1n), .xsmall-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .xsmall-up-7 > .column:nth-of-type(7n+1), .xsmall-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .xsmall-up-7 > .column:last-child, .xsmall-up-7 > .columns:last-child {
    float: left; }

.xsmall-up-8 > .column, .xsmall-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .xsmall-up-8 > .column:nth-of-type(1n), .xsmall-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .xsmall-up-8 > .column:nth-of-type(8n+1), .xsmall-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .xsmall-up-8 > .column:last-child, .xsmall-up-8 > .columns:last-child {
    float: left; }

.xsmall-collapse > .column, .xsmall-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.xsmall-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .xsmall-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.xsmall-uncollapse > .column, .xsmall-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.xsmall-centered {
  margin-right: auto;
  margin-left: auto; }
  .xsmall-centered, .xsmall-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.xsmall-uncentered,
.xsmall-push-0,
.xsmall-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 36em) {
  .small-1 {
    width: 8.3333333333%; }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .small-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .small-offset-0 {
    margin-left: 0%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .small-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .small-offset-1 {
    margin-left: 8.3333333333%; }
  .small-3 {
    width: 25%; }
  .small-push-3 {
    position: relative;
    left: 25%; }
  .small-pull-3 {
    position: relative;
    left: -25%; }
  .small-offset-2 {
    margin-left: 16.6666666667%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .small-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .small-offset-3 {
    margin-left: 25%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .small-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .small-offset-4 {
    margin-left: 33.3333333333%; }
  .small-6 {
    width: 50%; }
  .small-push-6 {
    position: relative;
    left: 50%; }
  .small-pull-6 {
    position: relative;
    left: -50%; }
  .small-offset-5 {
    margin-left: 41.6666666667%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .small-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .small-offset-6 {
    margin-left: 50%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .small-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .small-offset-7 {
    margin-left: 58.3333333333%; }
  .small-9 {
    width: 75%; }
  .small-push-9 {
    position: relative;
    left: 75%; }
  .small-pull-9 {
    position: relative;
    left: -75%; }
  .small-offset-8 {
    margin-left: 66.6666666667%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .small-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .small-offset-9 {
    margin-left: 75%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .small-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .small-offset-10 {
    margin-left: 83.3333333333%; }
  .small-12 {
    width: 100%; }
  .small-offset-11 {
    margin-left: 91.6666666667%; }
  .small-up-1 > .column, .small-up-1 > .columns {
    float: left;
    width: 100%; }
    .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
      float: left; }
  .small-up-2 > .column, .small-up-2 > .columns {
    float: left;
    width: 50%; }
    .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
      float: left; }
  .small-up-3 > .column, .small-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
      float: left; }
  .small-up-4 > .column, .small-up-4 > .columns {
    float: left;
    width: 25%; }
    .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
      float: left; }
  .small-up-5 > .column, .small-up-5 > .columns {
    float: left;
    width: 20%; }
    .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
      float: left; }
  .small-up-6 > .column, .small-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
      float: left; }
  .small-up-7 > .column, .small-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
      float: left; }
  .small-up-8 > .column, .small-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
      float: left; }
  .small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .small-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .small-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .small-centered {
    margin-right: auto;
    margin-left: auto; }
    .small-centered, .small-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .small-uncentered,
  .small-push-0,
  .small-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 62em) {
  .large-1 {
    width: 8.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.875rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.5;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 400;
  line-height: inherit; }

small {
  font-size: 0.875rem;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Frutiger W02", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #113b71;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #c1c5ca; }

h1 {
  font-size: 1.875rem;
  line-height: 1.135;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.5rem;
  line-height: 1.17;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1rem;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 0.9375rem;
  line-height: 1.335;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 1.875rem; }
  h3 {
    font-size: 1.5rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 0.75rem; } }

a {
  line-height: inherit;
  color: #009ee3;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #0088c3; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 0 auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #c1c5ca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.5; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: none; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: 400; }

blockquote {
  margin: 0 0 1rem;
  padding: 1.5625rem 0 0.9375rem 0;
  border-left: 0; }
  blockquote, blockquote p {
    line-height: 1.5;
    color: #113b71; }

cite {
  display: block;
  font-size: 1.125rem;
  color: #606a78; }
  cite:before {
    content: ""; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #c1c5ca;
  background-color: #dcdedf;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #dcdedf;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.4;
  color: #3d444d; }

.lead {
  font-size: 20px;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 36em) {
  .small-text-left {
    text-align: left; }
  .small-text-right {
    text-align: right; }
  .small-text-center {
    text-align: center; }
  .small-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 62em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.95em 2.15em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
          transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #009ee3;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #0086c1;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 1rem; }
  .button.large {
    font-size: 1.875rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #009ee3;
    color: #0a0a0a; }
    .button.primary:hover, .button.primary:focus {
      background-color: #007eb6;
      color: #0a0a0a; }
  .button.secondary {
    background-color: #606a78;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #4d5560;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #ea504e;
    color: #0a0a0a; }
    .button.alert:hover, .button.alert:focus {
      background-color: #df1d1a;
      color: #0a0a0a; }
  .button.hollow {
    border: 1px solid #009ee3;
    color: #009ee3; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #004f72;
      color: #004f72; }
    .button.hollow.primary {
      border: 1px solid #009ee3;
      color: #009ee3; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #004f72;
        color: #004f72; }
    .button.hollow.secondary {
      border: 1px solid #606a78;
      color: #606a78; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #30353c;
        color: #30353c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ea504e;
      color: #ea504e; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #8b1211;
        color: #8b1211; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #009ee3;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #009ee3;
        color: #0a0a0a; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #606a78;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ea504e;
        color: #0a0a0a; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 2.15em; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.34375rem;
  margin: 0 0 0.9375rem;
  padding: 0.46875rem;
  border: 0;
  border-radius: 0;
  background-color: #eff0f1;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  color: #0a0a0a;
  -webkit-transition: -webkit-box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 0;
    background-color: #eff0f1;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -webkit-transition: -webkit-box-shadow 0.5s, border-color 0.25s ease-in-out;
            transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c1c5ca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c1c5ca; }

input::placeholder,
textarea::placeholder {
  color: #c1c5ca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #eff0f1;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.9375rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.46875rem;
  margin-right: 0.9375rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.46875rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.6;
  color: #74797f; }
  label.middle {
    margin: 0 0 0.9375rem;
    padding: 0.46875rem 0; }

.help-text {
  margin-top: -0.46875rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 0.9375rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 0.5625rem;
  border: 0;
  background: #eff0f1;
  color: #74797f;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }

.input-group-field {
  border-radius: 0;
  height: 2.40625rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.40625rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.46875rem; }

.fieldset {
  margin: 0 0 0.9375rem 0;
  padding: 0;
  border: 0; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fff; }

select {
  height: 2.34375rem;
  margin: 0 0 0.9375rem;
  padding: 0.46875rem;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #eff0f1;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2896, 106, 120%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -0.9375rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.40625rem;
  -webkit-transition: -webkit-box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 0;
    background-color: #eff0f1;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -webkit-transition: -webkit-box-shadow 0.5s, border-color 0.25s ease-in-out;
            transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #eff0f1;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #eff0f1;
  background-color: #fdfefe; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #eff0f1; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #eff0f1; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #eff0f1; }

.is-invalid-label {
  color: #ea504e; }

.form-error {
  display: none;
  margin-top: -0.46875rem;
  margin-bottom: 0.9375rem;
  font-size: 0.75rem;
  font-weight: normal;
  color: #ea504e; }
  .form-error.is-visible {
    display: block; }

.accordion {
  margin-left: 0;
  background: #3d444d;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #606a78;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #606a78;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #606a78; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #606a78;
  border-bottom: 0;
  background-color: #3d444d;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #606a78; }

.button-group {
  margin-bottom: 0;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.25rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 1rem; }
  .button-group.large .button {
    font-size: 1.875rem; }
  .button-group.expanded {
    margin-right: -1.875rem; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1.875rem);
      margin-right: 1.875rem; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -11.25rem; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.3333333333% - 1.875rem);
      margin-right: 1.875rem; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -11.25rem; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1.875rem);
      margin-right: 1.875rem; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -11.25rem; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1.875rem);
      margin-right: 1.875rem; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -11.25rem; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.6666666667% - 1.875rem);
      margin-right: 1.875rem; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -11.25rem; }
  .button-group.primary .button {
    background-color: #009ee3;
    color: #0a0a0a; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #007eb6;
      color: #0a0a0a; }
  .button-group.secondary .button {
    background-color: #606a78;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #4d5560;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #ea504e;
    color: #0a0a0a; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #df1d1a;
      color: #0a0a0a; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 62em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 36em) and (max-width: 47.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #b8e9ff;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #d6dade;
    color: #0a0a0a; }
  .callout.success {
    background-color: #cef6dd;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #ffebbf;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #fad3d3;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #dcdedf;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #dcdedf; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #606a78;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 36em) {
    .menu.small-horizontal > li {
      display: table-cell; }
    .menu.small-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.small-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.small-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 48em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 62em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 0.7rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 0.7rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: transparent;
    color: #dcdedf; }
  .menu.menu-bordered li {
    border: 1px solid #dcdedf; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #0f2943; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
            box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #c1c5ca;
    -webkit-box-shadow: 0 7px 0 #c1c5ca, 0 14px 0 #c1c5ca;
            box-shadow: 0 7px 0 #c1c5ca, 0 14px 0 #c1c5ca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #606a78;
    -webkit-box-shadow: 0 7px 0 #606a78, 0 14px 0 #606a78;
            box-shadow: 0 7px 0 #606a78, 0 14px 0 #606a78; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #606a78 transparent transparent;
  right: 5px;
  margin-top: -2.5px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #606a78 transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #606a78; }

@media print, screen and (min-width: 36em) {
  .dropdown.menu.small-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.small-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.small-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.small-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #606a78 transparent transparent;
    right: 5px;
    margin-top: -2.5px; }
  .dropdown.menu.small-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.small-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.small-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.small-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.small-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #606a78 transparent transparent; }
  .dropdown.menu.small-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #606a78; } }

@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #606a78 transparent transparent;
    right: 5px;
    margin-top: -2.5px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #606a78 transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #606a78; } }

@media print, screen and (min-width: 62em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #606a78 transparent transparent;
    right: 5px;
    margin-top: -2.5px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #606a78 transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #606a78; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -5px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 0;
  background: #fff; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #606a78 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #606a78; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 35.9375em) {
    .media-object.stack-for-xsmall .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-xsmall .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
          transition: opacity 0.5s ease, visibility 0.5s ease;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 201;
  -webkit-transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #dcdedf; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 210; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: "";
              box-shadow: ""; }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 201;
  -webkit-transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #dcdedf; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 210; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: "";
              box-shadow: ""; }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: "";
            box-shadow: "";
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: "";
            box-shadow: "";
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  -webkit-transform: translateY(-300px);
      -ms-transform: translateY(-300px);
          transform: translateY(-300px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(300px);
        -ms-transform: translateY(300px);
            transform: translateY(300px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: "";
            box-shadow: "";
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  -webkit-transform: translateY(300px);
      -ms-transform: translateY(300px);
          transform: translateY(300px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
            transform: translateY(-300px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: "";
            box-shadow: "";
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (min-width: 36em) {
  .position-left.reveal-for-small {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 201; }
    .position-left.reveal-for-small ~ .off-canvas-content {
      margin-left: 300px; }
  .position-right.reveal-for-small {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 201; }
    .position-right.reveal-for-small ~ .off-canvas-content {
      margin-right: 300px; }
  .position-top.reveal-for-small {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 201; }
    .position-top.reveal-for-small ~ .off-canvas-content {
      margin-top: 300px; }
  .position-bottom.reveal-for-small {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 201; }
    .position-bottom.reveal-for-small ~ .off-canvas-content {
      margin-bottom: 300px; } }

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 201; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 300px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 201; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 300px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 201; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 300px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 201; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 300px; } }

@media print, screen and (min-width: 62em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 201; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 300px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 201; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 300px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 201; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 300px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 201; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 300px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 2rem;
  background-color: #fff;
  color: #0a0a0a; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0.2rem;
    border-radius: 50%;
    background-color: #c1c5ca; }
    .orbit-bullets button:hover {
      background-color: #009ee3; }
    .orbit-bullets button.is-active {
      background-color: #009ee3; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0;
    border-radius: 0;
    font-size: 1rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 48em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.625rem 1.25rem;
    border-radius: 0;
    color: #c1c5ca; }
    .pagination a:hover,
    .pagination button:hover {
      background: #eff0f1; }
  .pagination .current {
    padding: 0.625rem 1.25rem;
    background: #009ee3;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.625rem 1.25rem;
    color: #c1c5ca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.625rem 1.25rem;
    content: '\2026';
    color: #c1c5ca; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 4rem 3rem;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      width: 780px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 35.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #c1c5ca;
  -webkit-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #009ee3; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 0;
    background-color: transparent; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 400; }
  thead {
    background: transparent;
    color: #009ee3; }
  tfoot {
    background: transparent;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 400;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: transparent; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 0;
      background-color: transparent; }

@media screen and (max-width: 61.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: transparent; }

table.hover tfoot tr:hover {
  background-color: transparent; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #f2f2f2; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fff; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #606a78;
  font-weight: 400;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 0.875rem;
  color: #fff; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem 0.3rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: transparent; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 48em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 47.9375em) {
    .top-bar.stacked-for-small .top-bar-left,
    .top-bar.stacked-for-small .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 61.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%; }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 35.9375em) {
  .hide-for-xsmall-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 36em) {
  .show-for-xsmall-only {
    display: none !important; } }

@media print, screen and (min-width: 36em) {
  .hide-for-small {
    display: none !important; } }

@media screen and (max-width: 35.9375em) {
  .show-for-small {
    display: none !important; } }

@media screen and (min-width: 36em) and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 35.9375em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 62em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 62em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 61.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 62em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 61.9375em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
          transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
          transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

/*!
Magic - Ver 1.1.0 - http://minimamente.com
Licensed under the MIT license
Copyright (c) 2014 Christian Pucci
*/
/* @todo Replace this with foundations animation */
.magictime {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.magic {
  -webkit-animation-name: magic;
  animation-name: magic; }

.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown; }

.slideUpRetourn {
  -webkit-animation-name: slideUpRetourn;
  animation-name: slideUpRetourn; }

@-webkit-keyframes magic {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 200%;
    -webkit-transform: scale(1, 1) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform-origin: 200% 500%;
    -webkit-transform: scale(0, 0) rotate(270deg); } }

@keyframes magic {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 200%;
            transform-origin: 100% 200%;
    -webkit-transform: scale(1, 1) rotate(0deg);
            transform: scale(1, 1) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform-origin: 200% 500%;
            transform-origin: 200% 500%;
    -webkit-transform: scale(0, 0) rotate(270deg);
            transform: scale(0, 0) rotate(270deg); } }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(0%); }
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(100%); } }

@keyframes slideDown {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@-webkit-keyframes slideUpRetourn {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(0%); } }

@keyframes slideUpRetourn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

/*!
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@font-face {
  font-family: "Frutiger W02_n3";
  src: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/a454c345-b8ff-40d1-8dad-dbb16e33daf0.eot?#iefix") format("eot"); }

@font-face {
  font-family: "Frutiger W02";
  src: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/a454c345-b8ff-40d1-8dad-dbb16e33daf0.eot?#iefix");
  src: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/a454c345-b8ff-40d1-8dad-dbb16e33daf0.eot?#iefix") format("eot"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/0e18fa83-4d3c-4ae6-84a4-2d9f616c443e.woff2") format("woff2"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/569dd51c-b527-40ee-a37a-e11f4e7ec601.woff") format("woff"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/7a967460-fc25-4663-988a-08f989b02b61.ttf") format("truetype"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/f8fef025-fe1a-479f-bc24-88a87ab1caa7.svg#f8fef025-fe1a-479f-bc24-88a87ab1caa7") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Frutiger W02_i3";
  src: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/ed996582-2897-4cec-98de-ef90a731f408.eot?#iefix") format("eot"); }

@font-face {
  font-family: "Frutiger W02";
  src: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/ed996582-2897-4cec-98de-ef90a731f408.eot?#iefix");
  src: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/ed996582-2897-4cec-98de-ef90a731f408.eot?#iefix") format("eot"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/8ea1fec7-fd4d-4ee3-8c46-abbc3e04fadd.woff2") format("woff2"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/c761b274-66d3-4b98-b8f7-851b050d4426.woff") format("woff"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/f1f409d7-a772-4e44-a8cc-dbe14ea8ef1d.ttf") format("truetype"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/e3bdc378-8bc3-4912-ad29-435481d56e73.svg#e3bdc378-8bc3-4912-ad29-435481d56e73") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Frutiger W02_n4";
  src: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/6bb09922-2d06-4497-9f47-c7273fbcd541.eot?#iefix") format("eot"); }

@font-face {
  font-family: "Frutiger W02";
  src: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/6bb09922-2d06-4497-9f47-c7273fbcd541.eot?#iefix");
  src: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/6bb09922-2d06-4497-9f47-c7273fbcd541.eot?#iefix") format("eot"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/e427d483-7e37-4ee5-a48f-6f8d33896d29.woff2") format("woff2"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/cf333268-6b9d-4051-a459-6de346b6a6a4.woff") format("woff"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/b4b7e031-6834-4e20-8fd1-ec61755f8622.ttf") format("truetype"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/38477402-fb84-447a-9c1e-1885efafb089.svg#38477402-fb84-447a-9c1e-1885efafb089") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "HeiS ASC Bold W45 Regular";
  src: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Chinese/4826b660-f945-467c-a5d8-d660556772bc.eot?#iefix");
  src: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Chinese/4826b660-f945-467c-a5d8-d660556772bc.eot?#iefix") format("eot"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Chinese/9f617ada-73e4-4dd9-a045-e384e4e6925b.woff2") format("woff2"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Chinese/c731c3ca-ba78-4c79-91b9-bc415597a318.woff") format("woff"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Chinese/9bf998fb-e107-44b1-a6ad-3dd06d0195ef.ttf") format("truetype"); }

@font-face {
  font-family: "HeiS ASC Medium W45 Regular";
  src: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Chinese/53908759-162d-408c-ba7a-825472eb025c.eot?#iefix");
  src: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Chinese/53908759-162d-408c-ba7a-825472eb025c.eot?#iefix") format("eot"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Chinese/2d0b4277-9367-41b8-8758-cd53e02196fc.woff2") format("woff2"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Chinese/8087b6bf-8c74-4046-b162-9c3e2cd7e789.woff") format("woff"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Chinese/e4604ed7-7cfc-46f6-a369-3a9872b20d02.ttf") format("truetype"); }

@font-face {
  font-family: "Frutiger LT W23_45 Ligh1564419";
  src: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Arabic/6abdf9fa-ecec-4839-b07b-2643cdb1f4a4.eot?#iefix");
  src: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Arabic/6abdf9fa-ecec-4839-b07b-2643cdb1f4a4.eot?#iefix") format("eot"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Arabic/e789e1b8-68f5-4757-ae8e-df34db75b938.woff2") format("woff2"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Arabic/6ef9758a-a83b-4d80-b8b1-342ad48b632e.woff") format("woff"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Arabic/4f91c2af-11ee-4f41-83c1-e6a5a1ad1516.ttf") format("truetype"); }

@font-face {
  font-family: "Frutiger LT W23_55 Roma1564421";
  src: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Arabic/a8954474-a332-421c-988f-3f947d02ae27.eot?#iefix");
  src: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Arabic/a8954474-a332-421c-988f-3f947d02ae27.eot?#iefix") format("eot"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Arabic/fcd1beb2-c8d8-48ff-bf90-b0d8723eeebf.woff2") format("woff2"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Arabic/54e52214-4501-43cc-b77a-efa84a85118c.woff") format("woff"), url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Fonts/Arabic/e77b8220-498d-433b-9933-20d9947e7d32.ttf") format("truetype"); }

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0.4px;
  text-transform: uppercase; }
  h1.subheader,
  h2.subheader,
  h3.subheader,
  h4.subheader,
  h5.subheader {
    letter-spacing: 0.2px; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a {
    color: #113b71; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small {
    line-height: 1rem; }

h1 {
  letter-spacing: 0.3px; }

h5 {
  letter-spacing: 0.5px; }

@media print, screen and (min-width: 48em) {
  h1,
  h2,
  h3,
  h4 {
    letter-spacing: 0.5px; } }

h1.h2 {
  font-size: 1.5rem; }
  @media print, screen and (min-width: 48em) {
    h1.h2 {
      font-size: 1.875rem; } }
  .cke_panel_list h1.h2 {
    font-size: 18px; }

h2.h1 {
  font-size: 1.875rem; }
  @media print, screen and (min-width: 48em) {
    h2.h1 {
      font-size: 3rem; } }
  .cke_panel_list h2.h1 {
    font-size: 20px; }

h1,
h2,
h2.h1 {
  margin-bottom: 1.875rem; }

h3.subheader {
  font-size: 1rem; }
  @media print, screen and (min-width: 48em) {
    h3.subheader {
      font-size: 1.25rem; } }

h4 {
  font-weight: 400;
  color: #009ee3; }

h5 {
  font-weight: 400;
  color: #0a0a0a; }

ul {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.5em' height='0.5em'%3E%3Ccircle cx='2' cy='2' r='2' fill='black' /%3E%3C/svg%3E"); }
  ul.menu {
    list-style-image: none; }

ul.unstyled-list {
  list-style: none;
  margin-left: 0; }

.mute,
.mute a {
  opacity: 0.4; }

.small {
  font-size: 0.875rem;
  line-height: inherit; }

.no-margin-bottom {
  margin-bottom: 0; }

.uppercase,
.uc {
  text-transform: uppercase; }

.lowercase,
.lc {
  text-transform: none; }

@media screen and (max-width: 47.9375em) {
  html {
    font-size: 15px; } }

p.intro {
  font-size: 1rem;
  line-height: 1.35; }
  @media print, screen and (min-width: 48em) {
    p.intro {
      font-size: 1.125rem;
      line-height: 1.45; } }

p.caption {
  color: #606a78;
  font-size: 0.8125rem;
  line-height: 1.55; }
  @media print, screen and (min-width: 48em) {
    p.caption {
      font-size: 0.875rem;
      line-height: 1.7; } }

iframe {
  border: 0; }

.amchart svg text[font-weight="bold"] {
  font-weight: 400; }

.button {
  font-weight: 400;
  text-transform: uppercase; }
  .button.large {
    font-weight: 300;
    padding: 0.6em 0.95em; }
  .button.small {
    padding: 0.5em 4.2em; }
  .button.float-center {
    width: 50%; }
  .button.expanded {
    padding-left: 0.5em;
    padding-right: 0.5em; }
  .button.round {
    border-radius: 15px; }
    .button.round.small {
      padding: 0.4em 1em; }
      nav .menu .button.round.small {
        margin: 0.5em 0; }
      @media print, screen and (min-width: 36em) {
        .menu .button.round.small {
          font-size: 0.85rem; } }
      @media screen and (max-width: 35.9375em) {
        .menu .button.round.small {
          padding: 0.5em 0.75em;
          font-size: 0.75rem; } }
  .button.clear {
    background: transparent; }
  .button.light {
    background: #eff0f1; }
    .button.light:hover, .button.light:focus {
      background-color: #dcdedf; }
    .button.light.disabled:hover, .button.light.disabled:focus,
    .button.light button[disabled]:hover,
    .button.light button[disabled]:focus {
      background-color: #eff0f1; }
  .button.compact {
    width: auto;
    padding: 0.3595rem;
    margin: 0 -0.3125rem; }
  @media print, screen and (max-width: 36em) {
    .button {
      width: 100%;
      padding-left: 1rem;
      padding-right: 1rem; }
      .button.delete, .button.clear, .button.float-center, .button.small {
        padding-left: 1rem;
        padding-right: 1rem; }
      .button.delete, .button.clear, .button.float-center {
        width: auto; } }
  @media screen and (max-width: 61.9375em) {
    .button.expanded-on-medium {
      width: 100%; } }

.button-group.text-center .button {
  float: none; }

@media screen and (max-width: 47.9375em) {
  .button-group {
    width: 100%; }
    .button-group.text-center {
      text-align: left; } }

@media screen and (min-width: 36em) {
  .button-group .button,
  .button-group > form {
    float: right; }
  .button-group .button:not(.delete) {
    float: right;
    margin-right: 0;
    margin-left: 1.875rem; } }

.section-gray,
.section-100 {
  background: #606a78; }
  .section-gray .colored,
  .section-100 .colored {
    background: #606a78; }

.section-gray-light,
.section-101 {
  background: #eff0f1; }
  .section-gray-light .colored,
  .section-101 .colored {
    background: #eff0f1; }
  .section-gray-light [type='text'], .section-gray-light [type='password'], .section-gray-light [type='date'], .section-gray-light [type='datetime'], .section-gray-light [type='datetime-local'], .section-gray-light [type='month'], .section-gray-light [type='week'], .section-gray-light [type='email'], .section-gray-light [type='number'], .section-gray-light [type='search'], .section-gray-light [type='tel'], .section-gray-light [type='time'], .section-gray-light [type='url'], .section-gray-light [type='color'],
  .section-gray-light textarea,
  .section-gray-light select,
  .section-101 [type='text'],
  .section-101 [type='password'],
  .section-101 [type='date'],
  .section-101 [type='datetime'],
  .section-101 [type='datetime-local'],
  .section-101 [type='month'],
  .section-101 [type='week'],
  .section-101 [type='email'],
  .section-101 [type='number'],
  .section-101 [type='search'],
  .section-101 [type='tel'],
  .section-101 [type='time'],
  .section-101 [type='url'],
  .section-101 [type='color'],
  .section-101 textarea,
  .section-101 select {
    background-color: #fff; }
    .section-gray-light [type='text'].is-invalid-input:not(:focus), .section-gray-light [type='password'].is-invalid-input:not(:focus), .section-gray-light [type='date'].is-invalid-input:not(:focus), .section-gray-light [type='datetime'].is-invalid-input:not(:focus), .section-gray-light [type='datetime-local'].is-invalid-input:not(:focus), .section-gray-light [type='month'].is-invalid-input:not(:focus), .section-gray-light [type='week'].is-invalid-input:not(:focus), .section-gray-light [type='email'].is-invalid-input:not(:focus), .section-gray-light [type='number'].is-invalid-input:not(:focus), .section-gray-light [type='search'].is-invalid-input:not(:focus), .section-gray-light [type='tel'].is-invalid-input:not(:focus), .section-gray-light [type='time'].is-invalid-input:not(:focus), .section-gray-light [type='url'].is-invalid-input:not(:focus), .section-gray-light [type='color'].is-invalid-input:not(:focus),
    .section-gray-light textarea.is-invalid-input:not(:focus),
    .section-gray-light select.is-invalid-input:not(:focus),
    .section-101 [type='text'].is-invalid-input:not(:focus),
    .section-101 [type='password'].is-invalid-input:not(:focus),
    .section-101 [type='date'].is-invalid-input:not(:focus),
    .section-101 [type='datetime'].is-invalid-input:not(:focus),
    .section-101 [type='datetime-local'].is-invalid-input:not(:focus),
    .section-101 [type='month'].is-invalid-input:not(:focus),
    .section-101 [type='week'].is-invalid-input:not(:focus),
    .section-101 [type='email'].is-invalid-input:not(:focus),
    .section-101 [type='number'].is-invalid-input:not(:focus),
    .section-101 [type='search'].is-invalid-input:not(:focus),
    .section-101 [type='tel'].is-invalid-input:not(:focus),
    .section-101 [type='time'].is-invalid-input:not(:focus),
    .section-101 [type='url'].is-invalid-input:not(:focus),
    .section-101 [type='color'].is-invalid-input:not(:focus),
    .section-101 textarea.is-invalid-input:not(:focus),
    .section-101 select.is-invalid-input:not(:focus) {
      background-color: #fff; }
  .section-gray-light .input-group-label,
  .section-101 .input-group-label {
    background: #fff; }
    .section-gray-light .input-group-label svg.icon,
    .section-101 .input-group-label svg.icon {
      color: #dcdedf; }

.section-gray-darker,
.section-103 {
  background: #3d444d; }
  .section-gray-darker .colored,
  .section-103 .colored {
    background: #3d444d; }

.section-black,
.section-109 {
  background: #0a0a0a; }
  .section-black .colored,
  .section-109 .colored {
    background: #0a0a0a; }

.section-turquoise,
.section-110 {
  background: #113b71; }
  .section-turquoise .colored,
  .section-110 .colored {
    background: #113b71; }

.section-turquoise-light,
.section-111 {
  background: #009ee3; }
  .section-turquoise-light .colored,
  .section-111 .colored {
    background: #009ee3; }

.section-gray,
.section-100,
.section-gray-darker,
.section-103,
.section-black,
.section-109,
.section-turquoise-light,
.section-110,
.section-turquoise-light,
.section-111 {
  color: #fff; }
  .section-gray p,
  .section-100 p,
  .section-gray-darker p,
  .section-103 p,
  .section-black p,
  .section-109 p,
  .section-turquoise-light p,
  .section-110 p,
  .section-turquoise-light p,
  .section-111 p {
    color: #fff !important; }
  .section-gray ul,
  .section-100 ul,
  .section-gray-darker ul,
  .section-103 ul,
  .section-black ul,
  .section-109 ul,
  .section-turquoise-light ul,
  .section-110 ul,
  .section-turquoise-light ul,
  .section-111 ul {
    list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.5em' height='0.5em'%3E%3Ccircle cx='2' cy='2' r='2' fill='%23fff' /%3E%3C/svg%3E"); }
    .section-gray ul.menu,
    .section-100 ul.menu,
    .section-gray-darker ul.menu,
    .section-103 ul.menu,
    .section-black ul.menu,
    .section-109 ul.menu,
    .section-turquoise-light ul.menu,
    .section-110 ul.menu,
    .section-turquoise-light ul.menu,
    .section-111 ul.menu {
      list-style-image: none; }
  .section-gray h1,
  .section-gray h2,
  .section-gray h3,
  .section-gray h4,
  .section-gray h5,
  .section-gray h6,
  .section-100 h1,
  .section-100 h2,
  .section-100 h3,
  .section-100 h4,
  .section-100 h5,
  .section-100 h6,
  .section-gray-darker h1,
  .section-gray-darker h2,
  .section-gray-darker h3,
  .section-gray-darker h4,
  .section-gray-darker h5,
  .section-gray-darker h6,
  .section-103 h1,
  .section-103 h2,
  .section-103 h3,
  .section-103 h4,
  .section-103 h5,
  .section-103 h6,
  .section-black h1,
  .section-black h2,
  .section-black h3,
  .section-black h4,
  .section-black h5,
  .section-black h6,
  .section-109 h1,
  .section-109 h2,
  .section-109 h3,
  .section-109 h4,
  .section-109 h5,
  .section-109 h6,
  .section-turquoise-light h1,
  .section-turquoise-light h2,
  .section-turquoise-light h3,
  .section-turquoise-light h4,
  .section-turquoise-light h5,
  .section-turquoise-light h6,
  .section-110 h1,
  .section-110 h2,
  .section-110 h3,
  .section-110 h4,
  .section-110 h5,
  .section-110 h6,
  .section-turquoise-light h1,
  .section-turquoise-light h2,
  .section-turquoise-light h3,
  .section-turquoise-light h4,
  .section-turquoise-light h5,
  .section-turquoise-light h6,
  .section-111 h1,
  .section-111 h2,
  .section-111 h3,
  .section-111 h4,
  .section-111 h5,
  .section-111 h6 {
    color: #fff; }
    .section-gray h1 a,
    .section-gray h2 a,
    .section-gray h3 a,
    .section-gray h4 a,
    .section-gray h5 a,
    .section-gray h6 a,
    .section-100 h1 a,
    .section-100 h2 a,
    .section-100 h3 a,
    .section-100 h4 a,
    .section-100 h5 a,
    .section-100 h6 a,
    .section-gray-darker h1 a,
    .section-gray-darker h2 a,
    .section-gray-darker h3 a,
    .section-gray-darker h4 a,
    .section-gray-darker h5 a,
    .section-gray-darker h6 a,
    .section-103 h1 a,
    .section-103 h2 a,
    .section-103 h3 a,
    .section-103 h4 a,
    .section-103 h5 a,
    .section-103 h6 a,
    .section-black h1 a,
    .section-black h2 a,
    .section-black h3 a,
    .section-black h4 a,
    .section-black h5 a,
    .section-black h6 a,
    .section-109 h1 a,
    .section-109 h2 a,
    .section-109 h3 a,
    .section-109 h4 a,
    .section-109 h5 a,
    .section-109 h6 a,
    .section-turquoise-light h1 a,
    .section-turquoise-light h2 a,
    .section-turquoise-light h3 a,
    .section-turquoise-light h4 a,
    .section-turquoise-light h5 a,
    .section-turquoise-light h6 a,
    .section-110 h1 a,
    .section-110 h2 a,
    .section-110 h3 a,
    .section-110 h4 a,
    .section-110 h5 a,
    .section-110 h6 a,
    .section-turquoise-light h1 a,
    .section-turquoise-light h2 a,
    .section-turquoise-light h3 a,
    .section-turquoise-light h4 a,
    .section-turquoise-light h5 a,
    .section-turquoise-light h6 a,
    .section-111 h1 a,
    .section-111 h2 a,
    .section-111 h3 a,
    .section-111 h4 a,
    .section-111 h5 a,
    .section-111 h6 a {
      color: #fff; }
  .section-gray [type='text'], .section-gray [type='password'], .section-gray [type='date'], .section-gray [type='datetime'], .section-gray [type='datetime-local'], .section-gray [type='month'], .section-gray [type='week'], .section-gray [type='email'], .section-gray [type='number'], .section-gray [type='search'], .section-gray [type='tel'], .section-gray [type='time'], .section-gray [type='url'], .section-gray [type='color'],
  .section-gray textarea,
  .section-gray select,
  .section-100 [type='text'],
  .section-100 [type='password'],
  .section-100 [type='date'],
  .section-100 [type='datetime'],
  .section-100 [type='datetime-local'],
  .section-100 [type='month'],
  .section-100 [type='week'],
  .section-100 [type='email'],
  .section-100 [type='number'],
  .section-100 [type='search'],
  .section-100 [type='tel'],
  .section-100 [type='time'],
  .section-100 [type='url'],
  .section-100 [type='color'],
  .section-100 textarea,
  .section-100 select,
  .section-gray-darker [type='text'],
  .section-gray-darker [type='password'],
  .section-gray-darker [type='date'],
  .section-gray-darker [type='datetime'],
  .section-gray-darker [type='datetime-local'],
  .section-gray-darker [type='month'],
  .section-gray-darker [type='week'],
  .section-gray-darker [type='email'],
  .section-gray-darker [type='number'],
  .section-gray-darker [type='search'],
  .section-gray-darker [type='tel'],
  .section-gray-darker [type='time'],
  .section-gray-darker [type='url'],
  .section-gray-darker [type='color'],
  .section-gray-darker textarea,
  .section-gray-darker select,
  .section-103 [type='text'],
  .section-103 [type='password'],
  .section-103 [type='date'],
  .section-103 [type='datetime'],
  .section-103 [type='datetime-local'],
  .section-103 [type='month'],
  .section-103 [type='week'],
  .section-103 [type='email'],
  .section-103 [type='number'],
  .section-103 [type='search'],
  .section-103 [type='tel'],
  .section-103 [type='time'],
  .section-103 [type='url'],
  .section-103 [type='color'],
  .section-103 textarea,
  .section-103 select,
  .section-black [type='text'],
  .section-black [type='password'],
  .section-black [type='date'],
  .section-black [type='datetime'],
  .section-black [type='datetime-local'],
  .section-black [type='month'],
  .section-black [type='week'],
  .section-black [type='email'],
  .section-black [type='number'],
  .section-black [type='search'],
  .section-black [type='tel'],
  .section-black [type='time'],
  .section-black [type='url'],
  .section-black [type='color'],
  .section-black textarea,
  .section-black select,
  .section-109 [type='text'],
  .section-109 [type='password'],
  .section-109 [type='date'],
  .section-109 [type='datetime'],
  .section-109 [type='datetime-local'],
  .section-109 [type='month'],
  .section-109 [type='week'],
  .section-109 [type='email'],
  .section-109 [type='number'],
  .section-109 [type='search'],
  .section-109 [type='tel'],
  .section-109 [type='time'],
  .section-109 [type='url'],
  .section-109 [type='color'],
  .section-109 textarea,
  .section-109 select,
  .section-turquoise-light [type='text'],
  .section-turquoise-light [type='password'],
  .section-turquoise-light [type='date'],
  .section-turquoise-light [type='datetime'],
  .section-turquoise-light [type='datetime-local'],
  .section-turquoise-light [type='month'],
  .section-turquoise-light [type='week'],
  .section-turquoise-light [type='email'],
  .section-turquoise-light [type='number'],
  .section-turquoise-light [type='search'],
  .section-turquoise-light [type='tel'],
  .section-turquoise-light [type='time'],
  .section-turquoise-light [type='url'],
  .section-turquoise-light [type='color'],
  .section-turquoise-light textarea,
  .section-turquoise-light select,
  .section-110 [type='text'],
  .section-110 [type='password'],
  .section-110 [type='date'],
  .section-110 [type='datetime'],
  .section-110 [type='datetime-local'],
  .section-110 [type='month'],
  .section-110 [type='week'],
  .section-110 [type='email'],
  .section-110 [type='number'],
  .section-110 [type='search'],
  .section-110 [type='tel'],
  .section-110 [type='time'],
  .section-110 [type='url'],
  .section-110 [type='color'],
  .section-110 textarea,
  .section-110 select,
  .section-turquoise-light [type='text'],
  .section-turquoise-light [type='password'],
  .section-turquoise-light [type='date'],
  .section-turquoise-light [type='datetime'],
  .section-turquoise-light [type='datetime-local'],
  .section-turquoise-light [type='month'],
  .section-turquoise-light [type='week'],
  .section-turquoise-light [type='email'],
  .section-turquoise-light [type='number'],
  .section-turquoise-light [type='search'],
  .section-turquoise-light [type='tel'],
  .section-turquoise-light [type='time'],
  .section-turquoise-light [type='url'],
  .section-turquoise-light [type='color'],
  .section-turquoise-light textarea,
  .section-turquoise-light select,
  .section-111 [type='text'],
  .section-111 [type='password'],
  .section-111 [type='date'],
  .section-111 [type='datetime'],
  .section-111 [type='datetime-local'],
  .section-111 [type='month'],
  .section-111 [type='week'],
  .section-111 [type='email'],
  .section-111 [type='number'],
  .section-111 [type='search'],
  .section-111 [type='tel'],
  .section-111 [type='time'],
  .section-111 [type='url'],
  .section-111 [type='color'],
  .section-111 textarea,
  .section-111 select {
    background-color: #fff; }
    .section-gray [type='text'].is-invalid-input:not(:focus), .section-gray [type='password'].is-invalid-input:not(:focus), .section-gray [type='date'].is-invalid-input:not(:focus), .section-gray [type='datetime'].is-invalid-input:not(:focus), .section-gray [type='datetime-local'].is-invalid-input:not(:focus), .section-gray [type='month'].is-invalid-input:not(:focus), .section-gray [type='week'].is-invalid-input:not(:focus), .section-gray [type='email'].is-invalid-input:not(:focus), .section-gray [type='number'].is-invalid-input:not(:focus), .section-gray [type='search'].is-invalid-input:not(:focus), .section-gray [type='tel'].is-invalid-input:not(:focus), .section-gray [type='time'].is-invalid-input:not(:focus), .section-gray [type='url'].is-invalid-input:not(:focus), .section-gray [type='color'].is-invalid-input:not(:focus),
    .section-gray textarea.is-invalid-input:not(:focus),
    .section-gray select.is-invalid-input:not(:focus),
    .section-100 [type='text'].is-invalid-input:not(:focus),
    .section-100 [type='password'].is-invalid-input:not(:focus),
    .section-100 [type='date'].is-invalid-input:not(:focus),
    .section-100 [type='datetime'].is-invalid-input:not(:focus),
    .section-100 [type='datetime-local'].is-invalid-input:not(:focus),
    .section-100 [type='month'].is-invalid-input:not(:focus),
    .section-100 [type='week'].is-invalid-input:not(:focus),
    .section-100 [type='email'].is-invalid-input:not(:focus),
    .section-100 [type='number'].is-invalid-input:not(:focus),
    .section-100 [type='search'].is-invalid-input:not(:focus),
    .section-100 [type='tel'].is-invalid-input:not(:focus),
    .section-100 [type='time'].is-invalid-input:not(:focus),
    .section-100 [type='url'].is-invalid-input:not(:focus),
    .section-100 [type='color'].is-invalid-input:not(:focus),
    .section-100 textarea.is-invalid-input:not(:focus),
    .section-100 select.is-invalid-input:not(:focus),
    .section-gray-darker [type='text'].is-invalid-input:not(:focus),
    .section-gray-darker [type='password'].is-invalid-input:not(:focus),
    .section-gray-darker [type='date'].is-invalid-input:not(:focus),
    .section-gray-darker [type='datetime'].is-invalid-input:not(:focus),
    .section-gray-darker [type='datetime-local'].is-invalid-input:not(:focus),
    .section-gray-darker [type='month'].is-invalid-input:not(:focus),
    .section-gray-darker [type='week'].is-invalid-input:not(:focus),
    .section-gray-darker [type='email'].is-invalid-input:not(:focus),
    .section-gray-darker [type='number'].is-invalid-input:not(:focus),
    .section-gray-darker [type='search'].is-invalid-input:not(:focus),
    .section-gray-darker [type='tel'].is-invalid-input:not(:focus),
    .section-gray-darker [type='time'].is-invalid-input:not(:focus),
    .section-gray-darker [type='url'].is-invalid-input:not(:focus),
    .section-gray-darker [type='color'].is-invalid-input:not(:focus),
    .section-gray-darker textarea.is-invalid-input:not(:focus),
    .section-gray-darker select.is-invalid-input:not(:focus),
    .section-103 [type='text'].is-invalid-input:not(:focus),
    .section-103 [type='password'].is-invalid-input:not(:focus),
    .section-103 [type='date'].is-invalid-input:not(:focus),
    .section-103 [type='datetime'].is-invalid-input:not(:focus),
    .section-103 [type='datetime-local'].is-invalid-input:not(:focus),
    .section-103 [type='month'].is-invalid-input:not(:focus),
    .section-103 [type='week'].is-invalid-input:not(:focus),
    .section-103 [type='email'].is-invalid-input:not(:focus),
    .section-103 [type='number'].is-invalid-input:not(:focus),
    .section-103 [type='search'].is-invalid-input:not(:focus),
    .section-103 [type='tel'].is-invalid-input:not(:focus),
    .section-103 [type='time'].is-invalid-input:not(:focus),
    .section-103 [type='url'].is-invalid-input:not(:focus),
    .section-103 [type='color'].is-invalid-input:not(:focus),
    .section-103 textarea.is-invalid-input:not(:focus),
    .section-103 select.is-invalid-input:not(:focus),
    .section-black [type='text'].is-invalid-input:not(:focus),
    .section-black [type='password'].is-invalid-input:not(:focus),
    .section-black [type='date'].is-invalid-input:not(:focus),
    .section-black [type='datetime'].is-invalid-input:not(:focus),
    .section-black [type='datetime-local'].is-invalid-input:not(:focus),
    .section-black [type='month'].is-invalid-input:not(:focus),
    .section-black [type='week'].is-invalid-input:not(:focus),
    .section-black [type='email'].is-invalid-input:not(:focus),
    .section-black [type='number'].is-invalid-input:not(:focus),
    .section-black [type='search'].is-invalid-input:not(:focus),
    .section-black [type='tel'].is-invalid-input:not(:focus),
    .section-black [type='time'].is-invalid-input:not(:focus),
    .section-black [type='url'].is-invalid-input:not(:focus),
    .section-black [type='color'].is-invalid-input:not(:focus),
    .section-black textarea.is-invalid-input:not(:focus),
    .section-black select.is-invalid-input:not(:focus),
    .section-109 [type='text'].is-invalid-input:not(:focus),
    .section-109 [type='password'].is-invalid-input:not(:focus),
    .section-109 [type='date'].is-invalid-input:not(:focus),
    .section-109 [type='datetime'].is-invalid-input:not(:focus),
    .section-109 [type='datetime-local'].is-invalid-input:not(:focus),
    .section-109 [type='month'].is-invalid-input:not(:focus),
    .section-109 [type='week'].is-invalid-input:not(:focus),
    .section-109 [type='email'].is-invalid-input:not(:focus),
    .section-109 [type='number'].is-invalid-input:not(:focus),
    .section-109 [type='search'].is-invalid-input:not(:focus),
    .section-109 [type='tel'].is-invalid-input:not(:focus),
    .section-109 [type='time'].is-invalid-input:not(:focus),
    .section-109 [type='url'].is-invalid-input:not(:focus),
    .section-109 [type='color'].is-invalid-input:not(:focus),
    .section-109 textarea.is-invalid-input:not(:focus),
    .section-109 select.is-invalid-input:not(:focus),
    .section-turquoise-light [type='text'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='password'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='date'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='datetime'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='datetime-local'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='month'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='week'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='email'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='number'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='search'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='tel'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='time'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='url'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='color'].is-invalid-input:not(:focus),
    .section-turquoise-light textarea.is-invalid-input:not(:focus),
    .section-turquoise-light select.is-invalid-input:not(:focus),
    .section-110 [type='text'].is-invalid-input:not(:focus),
    .section-110 [type='password'].is-invalid-input:not(:focus),
    .section-110 [type='date'].is-invalid-input:not(:focus),
    .section-110 [type='datetime'].is-invalid-input:not(:focus),
    .section-110 [type='datetime-local'].is-invalid-input:not(:focus),
    .section-110 [type='month'].is-invalid-input:not(:focus),
    .section-110 [type='week'].is-invalid-input:not(:focus),
    .section-110 [type='email'].is-invalid-input:not(:focus),
    .section-110 [type='number'].is-invalid-input:not(:focus),
    .section-110 [type='search'].is-invalid-input:not(:focus),
    .section-110 [type='tel'].is-invalid-input:not(:focus),
    .section-110 [type='time'].is-invalid-input:not(:focus),
    .section-110 [type='url'].is-invalid-input:not(:focus),
    .section-110 [type='color'].is-invalid-input:not(:focus),
    .section-110 textarea.is-invalid-input:not(:focus),
    .section-110 select.is-invalid-input:not(:focus),
    .section-turquoise-light [type='text'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='password'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='date'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='datetime'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='datetime-local'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='month'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='week'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='email'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='number'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='search'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='tel'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='time'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='url'].is-invalid-input:not(:focus),
    .section-turquoise-light [type='color'].is-invalid-input:not(:focus),
    .section-turquoise-light textarea.is-invalid-input:not(:focus),
    .section-turquoise-light select.is-invalid-input:not(:focus),
    .section-111 [type='text'].is-invalid-input:not(:focus),
    .section-111 [type='password'].is-invalid-input:not(:focus),
    .section-111 [type='date'].is-invalid-input:not(:focus),
    .section-111 [type='datetime'].is-invalid-input:not(:focus),
    .section-111 [type='datetime-local'].is-invalid-input:not(:focus),
    .section-111 [type='month'].is-invalid-input:not(:focus),
    .section-111 [type='week'].is-invalid-input:not(:focus),
    .section-111 [type='email'].is-invalid-input:not(:focus),
    .section-111 [type='number'].is-invalid-input:not(:focus),
    .section-111 [type='search'].is-invalid-input:not(:focus),
    .section-111 [type='tel'].is-invalid-input:not(:focus),
    .section-111 [type='time'].is-invalid-input:not(:focus),
    .section-111 [type='url'].is-invalid-input:not(:focus),
    .section-111 [type='color'].is-invalid-input:not(:focus),
    .section-111 textarea.is-invalid-input:not(:focus),
    .section-111 select.is-invalid-input:not(:focus) {
      background-color: #fff; }
  .section-gray a:not(.button),
  .section-100 a:not(.button),
  .section-gray-darker a:not(.button),
  .section-103 a:not(.button),
  .section-black a:not(.button),
  .section-109 a:not(.button),
  .section-turquoise-light a:not(.button),
  .section-110 a:not(.button),
  .section-turquoise-light a:not(.button),
  .section-111 a:not(.button) {
    color: #fff;
    text-decoration: underline; }
    .section-gray a:not(.button):hover, .section-gray a:not(.button):focus,
    .section-100 a:not(.button):hover,
    .section-100 a:not(.button):focus,
    .section-gray-darker a:not(.button):hover,
    .section-gray-darker a:not(.button):focus,
    .section-103 a:not(.button):hover,
    .section-103 a:not(.button):focus,
    .section-black a:not(.button):hover,
    .section-black a:not(.button):focus,
    .section-109 a:not(.button):hover,
    .section-109 a:not(.button):focus,
    .section-turquoise-light a:not(.button):hover,
    .section-turquoise-light a:not(.button):focus,
    .section-110 a:not(.button):hover,
    .section-110 a:not(.button):focus,
    .section-turquoise-light a:not(.button):hover,
    .section-turquoise-light a:not(.button):focus,
    .section-111 a:not(.button):hover,
    .section-111 a:not(.button):focus {
      opacity: 0.9; }

.section.frame-space-before-extra-small {
  margin-top: 0.7rem; }

.section.frame-space-after-extra-small {
  margin-bottom: 0.7rem; }

.section.frame-space-top-extra-small {
  padding-top: 0.7rem; }

.section.frame-space-bottom-extra-small {
  padding-bottom: 0.7rem; }

.section.frame-space-before-small {
  margin-top: 1.3rem; }

.section.frame-space-after-small {
  margin-bottom: 1.3rem; }

.section.frame-space-top-small {
  padding-top: 1.3rem; }

.section.frame-space-bottom-small {
  padding-bottom: 1.3rem; }

.section.frame-space-before-medium {
  margin-top: 1.875rem; }

.section.frame-space-after-medium {
  margin-bottom: 1.875rem; }

.section.frame-space-top-medium {
  padding-top: 1.875rem; }

.section.frame-space-bottom-medium {
  padding-bottom: 1.875rem; }

.section.frame-space-before-large {
  margin-top: 3rem; }

.section.frame-space-after-large {
  margin-bottom: 3rem; }

.section.frame-space-top-large {
  padding-top: 3rem; }

.section.frame-space-bottom-large {
  padding-bottom: 3rem; }

.section.frame-space-before-extra-large {
  margin-top: 4rem; }

.section.frame-space-after-extra-large {
  margin-bottom: 4rem; }

.section.frame-space-top-extra-large {
  padding-top: 4rem; }

.section.frame-space-bottom-extra-large {
  padding-bottom: 4rem; }

html.no-js .js-only {
  display: none !important; }

@media print, screen and (min-width: 36em) {
  .row,
  .container {
    max-width: 33.75rem; } }

@media print, screen and (min-width: 48em) {
  .row,
  .container {
    max-width: 45rem; } }

@media print, screen and (min-width: 62em) {
  .row,
  .container {
    max-width: 60rem; } }

ul.row {
  list-style: none; }

main {
  min-height: 20rem; }

#navigation {
  background: #0f2943; }
  #navigation .menu li a {
    color: #fff;
    font-weight: 400; }
    #navigation .menu li a div {
      display: inline; }
  #navigation .menu li a:hover div,
  #navigation .menu li a:focus div,
  #navigation .menu li a:active div,
  #navigation .menu li a.active div,
  #navigation .menu li.active > a div {
    border-bottom: 1px solid #fff; }
  #navigation .menu li .third > li a:hover div,
  #navigation .menu li .third > li a:focus div,
  #navigation .menu li .third > li a:active div,
  #navigation .menu li .third > li.active > a div {
    border-bottom: 1px solid #009ee3; }
  #navigation svg.ui--icon-more {
    width: 4px;
    height: 16px;
    margin: 0; }
  #navigation .dropdown-pane.meta {
    width: 270px;
    z-index: 112; }
    #navigation .dropdown-pane.meta .close {
      color: #3d444d;
      padding: 0 0.5rem 0 1rem;
      z-index: 113;
      position: relative; }
      #navigation .dropdown-pane.meta .close:focus {
        outline: none; }
        #navigation .dropdown-pane.meta .close:focus svg {
          color: #606a78; }
    #navigation .dropdown-pane.meta li a {
      color: #3d444d;
      display: inline-block; }
    #navigation .dropdown-pane.meta li svg {
      -webkit-box-shadow: 0 1px 1px 0 rgba(116, 121, 127, 0.25);
              box-shadow: 0 1px 1px 0 rgba(116, 121, 127, 0.25); }
    #navigation .dropdown-pane.meta li.lang a {
      padding-right: 0.2rem;
      padding-left: 0.2rem; }
    #navigation .dropdown-pane.meta li.lang span {
      display: none; }
    #navigation .dropdown-pane.meta li.active svg {
      -webkit-box-shadow: 0 8px 6px 0 rgba(116, 121, 127, 0.5);
              box-shadow: 0 8px 6px 0 rgba(116, 121, 127, 0.5); }
    #navigation .dropdown-pane.meta li.active a {
      background: none; }
    #navigation .dropdown-pane.meta li.first a {
      margin-left: 0.7rem; }
  #navigation svg.ui--icon-search {
    width: 20px;
    height: 20px;
    margin: 0; }
  @media print, screen and (min-width: 48em) {
    #navigation header {
      border-bottom: 1px dotted rgba(255, 255, 255, 0.25); } }
  #navigation header .top-bar-title {
    padding: 5px 0; }
  #navigation header a.logo,
  #navigation header a.logo svg {
    width: 180px;
    height: 22px; }
  #navigation header a.logo.show-for-xsmall-only,
  #navigation header a.logo.show-for-xsmall-only svg {
    height: 26px;
    width: 62px; }
  #navigation header a.logo {
    display: block;
    margin: 10px 0.7rem; }
    @media screen and (max-width: 35.9375em) {
      #navigation header a.logo {
        margin: 8px 0.7rem; } }
    #navigation header a.logo svg {
      color: #fff; }
      #navigation header a.logo svg:not(:root) {
        overflow: visible; }
  #navigation header .top-bar-right {
    width: auto; }
    @media screen and (min-width: 48em) {
      #navigation header .top-bar-right > ul.menu > li {
        display: inline-block;
        margin-top: 8px; } }
    @media print, screen and (min-width: 36em) {
      #navigation header .top-bar-right ul.menu > li.search {
        padding-left: 1rem; } }
    #navigation header .top-bar-right ul.menu > li.search {
      padding-left: 0.5rem; }
      #navigation header .top-bar-right ul.menu > li.search a {
        padding: 0.7rem 0.5rem; }
  #navigation header .menu-icon {
    margin: 1.1875rem 1.25rem;
    margin: 1.1875rem 0.5rem; }
  #navigation nav .menu.first > li > a {
    text-transform: uppercase; }
  #navigation nav .menu.first > li > a:hover,
  #navigation nav .menu.first > li > a:focus,
  #navigation nav .menu.first > li > a:active,
  #navigation nav .menu.first > li.active > a {
    text-decoration: underline;
    text-underline-position: under; }
  #navigation nav .menu.first > li.first, #navigation nav .menu.first > li.second {
    text-transform: none; }
  #navigation nav .top-bar-right > ul.menu li {
    display: inline-block; }
    #navigation nav .top-bar-right > ul.menu li button {
      margin-left: 2rem; }
  #navigation nav .dropdown-pane.second {
    left: 0 !important;
    width: 100% !important;
    padding: 0;
    background: #3f5165;
    z-index: 120;
    opacity: 0;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-delay: 250ms;
            transition-delay: 250ms;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-property: opacity, visibility;
            transition-property: opacity, visibility; }
    #navigation nav .dropdown-pane.second.is-open {
      -webkit-transition-delay: 0ms;
              transition-delay: 0ms;
      -webkit-transition-duration: 250ms;
              transition-duration: 250ms;
      opacity: 1; }
    #navigation nav .dropdown-pane.second .menu {
      position: relative;
      margin-bottom: 1.2rem; }
      #navigation nav .dropdown-pane.second .menu > li {
        background: transparent url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Images/navigation/bg-dropdown-sep.png") no-repeat right -6rem;
        vertical-align: top; }
        #navigation nav .dropdown-pane.second .menu > li.last {
          background: transparent; }
        #navigation nav .dropdown-pane.second .menu > li a {
          margin: 1.2rem 0.7rem 0.2rem 0.7rem;
          max-width: 14rem;
          font-size: 0.875rem;
          line-height: 1.2; }
      #navigation nav .dropdown-pane.second .menu.solutions > li, #navigation nav .dropdown-pane.second .menu.products > li, #navigation nav .dropdown-pane.second .menu.purchase > li, #navigation nav .dropdown-pane.second .menu.second-level > li {
        background-position: right top;
        vertical-align: top; }
        #navigation nav .dropdown-pane.second .menu.solutions > li > a, #navigation nav .dropdown-pane.second .menu.products > li > a, #navigation nav .dropdown-pane.second .menu.purchase > li > a, #navigation nav .dropdown-pane.second .menu.second-level > li > a {
          margin-bottom: 0; }
      #navigation nav .dropdown-pane.second .menu.products {
        margin-bottom: 0.2rem; }
        #navigation nav .dropdown-pane.second .menu.products #navigation-page-147 a,
        #navigation nav .dropdown-pane.second .menu.products #navigation-page-142 a,
        #navigation nav .dropdown-pane.second .menu.products #navigation-page-31 a {
          padding-right: 0;
          padding-bottom: 0;
          max-width: none; }
          #navigation nav .dropdown-pane.second .menu.products #navigation-page-147 a span,
          #navigation nav .dropdown-pane.second .menu.products #navigation-page-142 a span,
          #navigation nav .dropdown-pane.second .menu.products #navigation-page-31 a span {
            display: block;
            margin: 2rem 0 0 -1rem;
            height: 116px; }
        #navigation nav .dropdown-pane.second .menu.products #navigation-page-142 span {
          background: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Images/navigation/menu-mdAircraft-md4-200@2x.png") no-repeat;
          width: 104px;
          -webkit-background-size: 104px 116px;
                  background-size: 104px 116px; }
        #navigation nav .dropdown-pane.second .menu.products #navigation-page-147 span {
          background: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Images/navigation/menu-mdAircraft-md4-1000@2x.png") no-repeat;
          width: 175px;
          -webkit-background-size: 175px 116px;
                  background-size: 175px 116px; }
        #navigation nav .dropdown-pane.second .menu.products #navigation-page-31 span {
          background: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Images/navigation/menu-mdAircraft-md4-3000@2x.png") no-repeat;
          width: 225px;
          -webkit-background-size: 225px 116px;
                  background-size: 225px 116px; }
      #navigation nav .dropdown-pane.second .menu.solutions {
        margin-bottom: 0.2rem; }
        #navigation nav .dropdown-pane.second .menu.solutions > li {
          padding-right: 0;
          width: 33%; }
          #navigation nav .dropdown-pane.second .menu.solutions > li > a {
            padding: 0 1em 0.5em;
            position: relative; }
           /* #navigation nav .dropdown-pane.second .menu.solutions > li > a:before {
              background: no-repeat right top;
              -webkit-background-size: 78px 49px;
                      background-size: 78px 49px;
              content: " ";
              display: block;
              position: relative;
              top: -1em;
              width: 78px;
              height: 49px; } */
            #navigation nav .dropdown-pane.second .menu.solutions > li > a .navigation-subtitle {
              display: block;
              font-size: 12px;
              line-height: 14px;
              margin-top: 0.75rem; }
          #navigation nav .dropdown-pane.second .menu.solutions > li a {
            max-width: 18rem; }
         /* #navigation nav .dropdown-pane.second .menu.solutions > li:nth-child(1) > a:before {
            background-image: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Images/navigation/ge-logo.png"); }
          #navigation nav .dropdown-pane.second .menu.solutions > li:nth-child(2) > a:before {
            background-image: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Images/navigation/md-logo.png"); }
          #navigation nav .dropdown-pane.second .menu.solutions > li:nth-child(3) > a:before {
            background-image: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Images/navigation/software.png"); } */
        #navigation nav .dropdown-pane.second .menu.solutions .menu.third {
          margin-top: 0.5em; }
          #navigation nav .dropdown-pane.second .menu.solutions .menu.third li a {
            padding: 0.5rem 0.7rem; }
       /* #navigation nav .dropdown-pane.second .menu.solutions:after {
          content: "\0000a9 2021 General Electric";
          color: #fff;
          float: right;
          font-size: 0.5625rem;
          margin-bottom: 1.5rem; } */
      #navigation nav .dropdown-pane.second .menu.purchase {
        margin-bottom: 0.2rem; }
        #navigation nav .dropdown-pane.second .menu.purchase > li {
          padding-right: 0;
          padding-left: 2rem;
          max-width: none; }
          #navigation nav .dropdown-pane.second .menu.purchase > li.first {
            padding-left: 2.8rem; }
          #navigation nav .dropdown-pane.second .menu.purchase > li > a {
            position: relative;
            max-width: 14rem; }
            #navigation nav .dropdown-pane.second .menu.purchase > li > a:before {
              content: " ";
              display: block;
              position: absolute;
              left: -3em;
              top: 0.1em;
              width: 70px;
              height: 41px;
              background: no-repeat right top;
              -webkit-background-size: contain;
                      background-size: contain; }
          #navigation nav .dropdown-pane.second .menu.purchase > li:nth-child(1) > a:before {
            background-image: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Images/navigation/icon-mdaas-survey-equip.png");
            left: -3.7em; }
          #navigation nav .dropdown-pane.second .menu.purchase > li:nth-child(2) > a:before {
            background-image: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Images/navigation/icon-mdaas-data-processing.png"); }
          #navigation nav .dropdown-pane.second .menu.purchase > li:nth-child(3) > a:before {
            background-image: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Images/navigation/icon-mdaas-ppp.png"); }
          #navigation nav .dropdown-pane.second .menu.purchase > li:nth-child(3) > a:nth-of-type(2) {
            margin-top: 0; }
          #navigation nav .dropdown-pane.second .menu.purchase > li:nth-child(3) > a:nth-of-type(2):before {
            background-image: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Images/navigation/icon-mdaas-unlimited.png"); }
        #navigation nav .dropdown-pane.second .menu.purchase .menu.third {
          margin-top: -0.5em; }
          #navigation nav .dropdown-pane.second .menu.purchase .menu.third li a {
            padding: 0.5rem 0.7rem; }
      #navigation nav .dropdown-pane.second .menu.second-level .menu.third {
        margin-bottom: 0; }
      #navigation nav .dropdown-pane.second .menu.first-level {
        float: left;
        background: transparent url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Images/navigation/bg-dropdown-sep.png") no-repeat right top;
        min-height: 202px; }
        #navigation nav .dropdown-pane.second .menu.first-level:last-child {
          background: transparent; }
        #navigation nav .dropdown-pane.second .menu.first-level > li {
          background: transparent; }
    #navigation nav .dropdown-pane.second .menu.third li {
      background: transparent; }
      #navigation nav .dropdown-pane.second .menu.third li a {
        margin: 0 0.7rem;
        padding: 0.4rem 1rem;
        color: #009ee3; }

li.lang {
  list-style: none;
  float: left; }
  li.lang svg {
    width: 21px;
    height: 21px; }

#off-canvas {
  background: #3d444d;
  padding: 0 1rem; }
  #off-canvas.is-open {
    -webkit-box-shadow: -10px 0 30px rgba(10, 10, 10, 0.7);
            box-shadow: -10px 0 30px rgba(10, 10, 10, 0.7); }
  #off-canvas .close-button {
    color: #fff;
    margin: 1.25rem 0.5rem;
    padding: 0.35rem;
    float: right; }
    #off-canvas .close-button svg {
      width: 14px;
      height: 14px; }
    #off-canvas .close-button:focus {
      outline: none; }
      #off-canvas .close-button:focus svg {
        color: #dcdedf; }
  #off-canvas .menu.nested {
    margin-left: 0; }
  #off-canvas > .menu {
    margin-top: 4.5rem;
    background: transparent;
    border: 0; }
    #off-canvas > .menu li a:hover span,
    #off-canvas > .menu li a:focus span,
    #off-canvas > .menu li a:active span,
    #off-canvas > .menu li.active > a span {
      border-bottom: 1px solid #009ee3; }
    #off-canvas > .menu > li {
      text-transform: uppercase;
      font-weight: 400;
      border-top: 1px solid #dcdedf; }
      #off-canvas > .menu > li a {
        font-size: 0.875rem;
        font-weight: bold;
        color: #fff;
        padding: 1.2rem 0.2rem; }
      #off-canvas > .menu > li li a {
        text-transform: none;
        font-weight: 100;
        border-top: 1px dotted rgba(255, 255, 255, 0.25); }
      #off-canvas > .menu > li li.first a {
        border-top: 1px solid #dcdedf; }

.menu .is-accordion-submenu-parent > a {
  position: relative; }
  .menu .is-accordion-submenu-parent > a:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    background: transparent;
    border-top: 0.1rem solid #c1c5ca;
    border-right: 0.1rem solid #c1c5ca;
    -webkit-transform: translate3d(0, -50%, 0) rotate(135deg);
            transform: translate3d(0, -50%, 0) rotate(135deg);
    content: ' '; }

.menu .is-accordion-submenu-parent[aria-expanded='true'] > a:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

footer {
  background: #3d444d;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.71;
  letter-spacing: 0.2px; }
  footer .icon {
    margin: 3px 0 0 5px; }
    footer .icon svg {
      color: #74797f;
      width: 1.5rem;
      height: 1.5rem; }
  footer .logo svg {
    width: 11.125rem;
    height: 1.375rem;
    margin-top: 0.3125rem;
    color: #fff; }
  footer .row {
    padding: 1rem 0; }
    footer .row.navigation {
      border-top: 1px dotted rgba(255, 255, 255, 0.25);
      border-bottom: 1px dotted rgba(255, 255, 255, 0.25); }
  footer .menu li a {
    color: #fff;
    font-weight: 100;
    padding: 0.15rem 1rem 0.15rem 0.3rem;
    line-height: 1.25; }
  footer .menu li.menu-text {
    text-transform: uppercase;
    padding-left: 0.3rem; }
  footer .menu li.strong a {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.7rem 1rem 1.5rem 0.3rem; }
  footer .language {
    margin-top: 0.1rem;
    position: relative; }
    footer .language > a {
      display: inline-block; }
      footer .language > a span {
        color: #fff;
        text-transform: uppercase;
        margin-right: 0.7rem;
        position: relative;
        top: -7px; }
      footer .language > a svg {
        width: 21px;
        height: 21px; }
    footer .language .toggle-slide {
      display: none;
      position: absolute;
      top: -2px;
      background: #3d444d;
      height: 28px;
      width: 172px;
      right: 28px; }
      footer .language .toggle-slide.expanded {
        display: inline-block; }
      footer .language .toggle-slide li {
        float: right; }
        footer .language .toggle-slide li.active,
        footer .language .toggle-slide li span {
          display: none; }
        footer .language .toggle-slide li a {
          padding: 0.1rem; }
  footer .copyright {
    color: #74797f;
    font-size: 0.5rem;
    font-weight: 100;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 0.3rem; }

svg {
  fill: currentColor; }

.img-circle {
  border-radius: 50%; }

figcaption {
  color: #74797f;
  font-size: 0.875rem;
  text-align: left;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem; }
  figcaption.title {
    font-size: 1rem;
    font-weight: 400; }

.image.cover > div {
  overflow: hidden;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 450px; }
  @media screen and (max-width: 35.9375em) {
    .image.cover > div {
      height: 350px; } }

.image.cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%; }

.image.cover > div.large {
  height: 550px; }
  @media screen and (max-width: 35.9375em) {
    .image.cover > div.large {
      height: 450px; } }

.image.cover > div.small {
  height: 350px; }
  @media screen and (max-width: 35.9375em) {
    .image.cover > div.small {
      height: 250px; } }

.image.cover.css img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (-webkit-min-device-pixel-ratio: 2) and (max-width: 62em), (min-resolution: 192dpi) and (max-width: 62em) {
    .image.cover.css img {
      -webkit-transform: translate(-50%, -50%) scale(0.77);
          -ms-transform: translate(-50%, -50%) scale(0.77);
              transform: translate(-50%, -50%) scale(0.77); } }

div[data-interchange] {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center bottom; }

.grid-row {
  position: relative; }
  .grid-row .row {
    position: relative; }
  .grid-row .background-for-row {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .grid-row .background-for-row[data-type="native"] video {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

figure.image noscript img {
  margin: 1rem 0; }

form .column-block {
  margin-bottom: 0; }

form .button-group {
  margin-top: 2rem; }

form .radio label,
form .checkbox label {
  color: #0a0a0a;
  font-size: 1rem; }

form .radioboxes,
form .checkboxes {
  -webkit-column-count: 1;
          column-count: 1; }
  form .radioboxes .radiobox,
  form .radioboxes .checkbox,
  form .checkboxes .radiobox,
  form .checkboxes .checkbox {
    display: block; }
  @media print, screen and (min-width: 48em) {
    form .radioboxes,
    form .checkboxes {
      -webkit-column-count: 2;
              column-count: 2; } }
  @media print, screen and (min-width: 62em) {
    form .radioboxes,
    form .checkboxes {
      -webkit-column-count: 3;
              column-count: 3; } }

form textarea {
  height: 15rem; }

form select {
  color: #c1c5ca;
  font-weight: 300; }
  form select.filled, form select.force-color {
    color: #0a0a0a; }
  form select option {
    font-weight: 300; }
    form select option:first-child[value=""] {
      color: #c1c5ca; }

form .input-group-field {
  height: 2.34375rem; }
  form .input-group-field:active ~ .input-group-label, form .input-group-field:focus ~ .input-group-label {
    border-bottom: 2px solid #009ee3; }

form .input-group-label {
  -webkit-transition: -webkit-box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  border-bottom: 2px solid transparent;
  padding: 0.3rem 0.5625rem 0 0.5625rem; }
  form .input-group-label svg.icon {
    color: #dcdedf;
    width: 25px;
    height: 25px;
    position: relative;
    top: 1px; }
    @media screen and (max-width: 47.9375em) {
      form .input-group-label svg.icon {
        width: 23px;
        height: 23px; } }

form .form-error svg.icon {
  width: 23px;
  height: 23px;
  position: relative;
  top: -3px;
  right: -3px; }

form .field-Checkbox .form-error {
  margin-left: 1.75rem; }

form .field-Recaptcha .form-error {
  margin: 0; }
  form .field-Recaptcha .form-error svg.icon {
    top: 7px;
    right: 0; }

form .is-invalid-input {
  border-bottom: 2px solid #ea504e; }
  form .is-invalid-input:not(:focus) {
    background-color: #eff0f1;
    border-bottom: 2px solid #ea504e; }
    form .is-invalid-input:not(:focus)::-webkit-input-placeholder {
      color: #c1c5ca; }
    form .is-invalid-input:not(:focus):-ms-input-placeholder {
      color: #c1c5ca; }
    form .is-invalid-input:not(:focus)::placeholder {
      color: #c1c5ca; }

form textarea,
form input[type]:not([type="submit"]),
form select {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.34375rem; }
  form textarea:active, form textarea:focus,
  form input[type]:not([type="submit"]):active,
  form input[type]:not([type="submit"]):focus,
  form select:active,
  form select:focus {
    border-bottom: 2px solid #009ee3; }
  form textarea:disabled, form textarea[readonly],
  form input[type]:not([type="submit"]):disabled,
  form input[type]:not([type="submit"])[readonly],
  form select:disabled,
  form select[readonly] {
    color: #74797f;
    -webkit-text-fill-color: #74797f;
    opacity: 1; }

form select {
  padding-right: 1.75rem; }

form.large .input-group-field {
  height: 3.34375rem;
  padding: 0.9375rem;
  font-size: 1.25rem; }

form.large .input-group-button a,
form.large .input-group-button input,
form.large .input-group-button button,
form.large .input-group-button label {
  height: 3.34375rem;
  font-size: 1.25rem; }

.type-form_formframework table th {
  text-align: left; }

.checkbox {
  padding-left: 18px;
  margin-bottom: 1rem;
  display: inline-block; }
  .checkbox label {
    position: relative;
    margin-left: 0;
    padding-left: 8px; }
    .checkbox label:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      top: 3px;
      margin-left: -18px;
      border-radius: 3px;
      border: 2px solid #74797f;
      -webkit-transition: border 0.15s ease-in-out;
              transition: border 0.15s ease-in-out;
      cursor: pointer; }
    .checkbox label svg.icon {
      color: #009ee3;
      width: 21px;
      height: 21px;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 1px;
      margin-left: -20px;
      -webkit-transform: scale(0, 0);
          -ms-transform: scale(0, 0);
              transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.8, -0.33, 0.2, 1.33);
              transition: transform 0.25s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
      .checkbox label svg.icon.icon-checkbox-on {
        color: #00bc73;
        width: 20px;
        height: 20px; }
  .checkbox input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    margin: 3px 4px 4px -18px;
    opacity: 0;
    z-index: 1;
    width: 18px;
    height: 17px; }
    .checkbox input[type="checkbox"]:focus + label:before {
      outline: 0; }
    .checkbox input[type="checkbox"]:checked + label svg.icon {
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1); }
    .checkbox input[type="checkbox"]:checked + label:before {
      border: 0;
      background: #fff; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label:before {
        cursor: not-allowed; }
  .checkbox.checkbox-inline {
    margin-top: 0;
    display: inline-block; }

.multi-checkbox {
  margin-top: 0.625rem; }

.radio {
  padding-left: 20px;
  margin-bottom: 1rem;
  display: inline-block; }
  .radio label {
    position: relative;
    padding-left: 5px; }
    .radio label:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 21px;
      height: 21px;
      left: 0;
      margin-left: -28px;
      border: 2px solid #74797f;
      border-radius: 50%;
      background-color: transparent;
      -webkit-transition: border 0.15s ease-in-out;
              transition: border 0.15s ease-in-out;
      cursor: pointer; }
    .radio label:after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 5px;
      top: 5px;
      margin-left: -28px;
      border-radius: 50%;
      background-color: #009ee3;
      -webkit-transform: scale(0, 0);
          -ms-transform: scale(0, 0);
              transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.8, -0.33, 0.2, 1.33);
              transition: transform 0.25s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    cursor: pointer;
    position: absolute;
    margin: 2px 4px 4px -18px;
    opacity: 0;
    z-index: 1;
    width: 18px;
    height: 17px; }
    .radio input[type="radio"]:focus + label:before {
      outline: 0; }
    .radio input[type="radio"]:checked + label:after {
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1); }
    .radio input[type="radio"]:checked + label:before {
      border: 2px solid #009ee3; }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label:before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0;
    display: inline-block; }

.field-MultiCheckbox .checkbox {
  display: block; }
  @media print, screen and (min-width: 36em) {
    .field-MultiCheckbox .checkbox {
      width: 50%;
      float: left; } }

.field-FileUpload label {
  display: inline-block; }

.field-FileUpload p {
  margin: 0.5rem 1rem;
  display: inline-block;
  vertical-align: top; }

.field-InterestedInRadioButton,
.field-MultiCheckbox,
.field-Textarea,
#job-application-upload-info-wrap {
  border-top: 1px solid #c1c5ca;
  margin: 1.25rem 0 1.25rem 0;
  padding-top: 2.5rem; }

.field-Recaptcha {
  border-top: 1px solid #c1c5ca;
  margin: 1.25rem 0 2.5rem 0;
  padding-top: 1.25rem; }

.section-gray .field-InterestedInRadioButton,
.section-gray .field-MultiCheckbox,
.section-gray .field-Textarea,
.section-gray .field-Recaptcha,
.section-100 .field-InterestedInRadioButton,
.section-100 .field-MultiCheckbox,
.section-100 .field-Textarea,
.section-100 .field-Recaptcha,
.section-gray-darker .field-InterestedInRadioButton,
.section-gray-darker .field-MultiCheckbox,
.section-gray-darker .field-Textarea,
.section-gray-darker .field-Recaptcha,
.section-103 .field-InterestedInRadioButton,
.section-103 .field-MultiCheckbox,
.section-103 .field-Textarea,
.section-103 .field-Recaptcha,
.section-black .field-InterestedInRadioButton,
.section-black .field-MultiCheckbox,
.section-black .field-Textarea,
.section-black .field-Recaptcha,
.section-109 .field-InterestedInRadioButton,
.section-109 .field-MultiCheckbox,
.section-109 .field-Textarea,
.section-109 .field-Recaptcha,
.section-turquoise-light .field-InterestedInRadioButton,
.section-turquoise-light .field-MultiCheckbox,
.section-turquoise-light .field-Textarea,
.section-turquoise-light .field-Recaptcha,
.section-110 .field-InterestedInRadioButton,
.section-110 .field-MultiCheckbox,
.section-110 .field-Textarea,
.section-110 .field-Recaptcha,
.section-turquoise-light .field-InterestedInRadioButton,
.section-turquoise-light .field-MultiCheckbox,
.section-turquoise-light .field-Textarea,
.section-turquoise-light .field-Recaptcha,
.section-111 .field-InterestedInRadioButton,
.section-111 .field-MultiCheckbox,
.section-111 .field-Textarea,
.section-111 .field-Recaptcha {
  border-color: #dcdedf; }

.section-gray-light .field-InterestedInRadioButton,
.section-gray-light .field-MultiCheckbox,
.section-gray-light .field-Textarea,
.section-gray-light .field-Recaptcha,
.section-101 .field-InterestedInRadioButton,
.section-101 .field-MultiCheckbox,
.section-101 .field-Textarea,
.section-101 .field-Recaptcha {
  border-color: #dcdedf; }

#needs-analysis-response-label {
  display: inline;
  float: left;
  margin-right: 15px; }

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner:before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 1px solid #dcdedf;
  border-top-color: #009ee3;
  -webkit-animation: spinner 0.6s linear infinite;
          animation: spinner 0.6s linear infinite; }

button.spinner:before {
  position: static;
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  margin: 0 10px 0 0; }

@supports (-ms-ime-align: auto) {
  a svg {
    pointer-events: none; } }

.pagination .pagination-previous svg,
.pagination .pagination-next svg {
  width: 8px;
  height: 12px;
  position: relative;
  top: 1px; }

.pagination .pagination-previous svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.ui-autocomplete,
.is-dropdown-submenu,
.dropdown-pane {
  -webkit-box-shadow: 0 0 10px 0 rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 10px 0 rgba(10, 10, 10, 0.25); }

.is-dropdown-submenu {
  padding: 1rem; }
  .is-dropdown-submenu a:hover {
    text-decoration: underline; }

.ui-menu.ui-widget {
  padding: 1rem; }
  .ui-menu.ui-widget a {
    color: #606a78; }
  .ui-menu.ui-widget .ui-state-active {
    background: none;
    color: #606a78;
    text-decoration: underline;
    border: 0;
    margin: 0; }

.cke_editable {
  margin: 20px;
  cursor: text;
  word-wrap: break-word; }

#button-set {
  position: fixed;
  right: 0;
  max-width: 320px;
  display: none;
  z-index: 115; }
  #button-set .description {
    background: #007eb5;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 1.5em;
    text-transform: none; }
  #button-set .button {
    padding: 0;
    border: 0;
    display: block;
    margin-bottom: 20px; }
    #button-set .button span {
      display: block;
      padding: 20px; }
  #button-set .close-button {
    width: 37px;
    height: 37px;
    background: #009ee3;
    color: white;
    border: 3px solid white;
    border-radius: 50%;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(10, 10, 10, 0.25);
            box-shadow: 5px 5px 10px 0 rgba(10, 10, 10, 0.25);
    cursor: pointer;
    position: relative;
    left: -18px;
    top: 18px; }
    #button-set .close-button svg {
      width: 15px;
      height: 15px;
      position: relative;
      top: -3px; }
    #button-set .close-button:focus {
      outline: none; }
  @media screen and (max-width: 61.9375em) {
    #button-set {
      bottom: 0;
      max-width: none;
      width: 100%; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    #button-set {
      bottom: 20px; }
      #button-set .close-button {
        left: 94%; }
      #button-set .button-set.amount-1 .button {
        margin: 0 20px 0 20px; }
      #button-set .button-set.amount-2 .button {
        width: 44%;
        float: left;
        margin: 0 4%; }
        #button-set .button-set.amount-2 .button.button-2 {
          margin-left: 0; }
      #button-set .button-set.amount-3 .button {
        width: 28%;
        float: left;
        margin: 0 4%; }
        #button-set .button-set.amount-3 .button.button-2, #button-set .button-set.amount-3 .button.button-3 {
          margin-left: 0; } }
  @media screen and (max-width: 47.9375em) {
    #button-set .close-button {
      left: 90%; }
    #button-set .button-set {
      margin: 0 10px; }
      #button-set .button-set .button {
        width: 100%;
        margin-bottom: 10px; }
      #button-set .button-set .description {
        display: none; } }

#cookie-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 115;
  color: #fff;
  background: #3d444d;
  padding: 20px 40px;
  -webkit-box-shadow: 0 -4px 10px 0 rgba(10, 10, 10, 0.35);
          box-shadow: 0 -4px 10px 0 rgba(10, 10, 10, 0.35); }
  #cookie-banner .text {
    font-size: 14px;
    line-height: 18px; }
  #cookie-banner .button {
    margin: 0 0 0 10px;
    padding-left: 10px;
    padding-right: 10px; }
  @media screen and (max-width: 61.9375em) {
    #cookie-banner {
      text-align: center; }
      #cookie-banner .button {
        margin: 20px 5px 0 5px; } }
  @media screen and (max-width: 35.9375em) {
    #cookie-banner .columns {
      padding: 0; }
    #cookie-banner .button {
      width: auto;
      margin: 10px 5px 0 5px; } }

#cookie-modal .checkbox input[type="checkbox"]:disabled + label {
  opacity: 1; }

#cookie-modal .footer {
  margin: 0; }
  #cookie-modal .footer a {
    color: #0a0a0a;
    opacity: 1; }

blockquote {
  margin: 0; }
  blockquote div {
    font-size: 1.25rem;
    line-height: 1.5; }
  blockquote span {
    margin-left: -13px;
    padding-right: 1px; }
  blockquote cite {
    font-style: normal;
    font-weight: 400;
    margin: 1.5rem 0 0.3125rem 0; }
  blockquote p {
    color: #606a78;
    font-size: 0.875rem;
    letter-spacing: 2px; }

.type-microdronescontent_quote figure.image {
  padding: 1.5625rem 0 0.9375rem 0;
  margin-top: 10px; }

.type-microdronescontent_quote .media-object-section.center {
  display: block;
  text-align: center; }

.type-microdronescontent_quote .media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 0; }

.type-microdronescontent_quote blockquote {
  margin-left: 15px; }
  .type-microdronescontent_quote blockquote .quote-content p {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0; }
  .type-microdronescontent_quote blockquote .quote-content > :first-child:before {
    content: open-quote;
    margin-left: -13px;
    padding-right: 1px; }
  .type-microdronescontent_quote blockquote .quote-content > :last-child:after {
    content: close-quote; }
  .type-microdronescontent_quote blockquote .quote-position {
    color: #606a78;
    font-size: 0.875rem;
    letter-spacing: 2px; }

@media print, screen and (min-width: 48em) {
  .type-microdronescontent_quote .media-object-section.center {
    display: table-cell; }
  .type-microdronescontent_quote blockquote.layout-0 {
    margin-left: 20px; }
    .type-microdronescontent_quote blockquote.layout-0 span {
      margin-left: -16px; }
    .type-microdronescontent_quote blockquote.layout-0 .quote-content p {
      font-size: 1.5rem;
      line-height: 1.5; }
    .type-microdronescontent_quote blockquote.layout-0 .quote-content > :first-child:before {
      margin-left: -16px; }
    .type-microdronescontent_quote blockquote.layout-0 div {
      font-size: 1.5rem;
      line-height: 1.5; }
  .type-microdronescontent_quote blockquote.layout-4 {
    margin-left: 20px; }
    .type-microdronescontent_quote blockquote.layout-4 span {
      margin-left: -22px; }
    .type-microdronescontent_quote blockquote.layout-4 .quote-content p {
      font-size: 2rem;
      line-height: 1.3; }
    .type-microdronescontent_quote blockquote.layout-4 .quote-content > :first-child:before {
      margin-left: -22px; }
    .type-microdronescontent_quote blockquote.layout-4 div {
      font-size: 2rem;
      line-height: 1.3; } }

.news .card {
  background: transparent;
  border: 0;
  border-top: 1px solid #dcdedf;
  color: #606a78;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5rem 0; }
  @media print, screen and (min-width: 48em) {
    @supports ((display: -webkit-box) or (display: -webkit-flex) or (display: -ms-flexbox) or (display: flex)) {
      .news .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } } }
  .news .card > div {
    min-height: 150px; }
  .news .card .card-image-section {
    margin-bottom: 0;
    padding-right: 1.5rem;
    padding-left: 0;
    height: 150px; }
    @supports ((display: -webkit-box) or (display: -webkit-flex) or (display: -ms-flexbox) or (display: flex)) {
      .news .card .card-image-section {
        height: auto; } }
    .news .card .card-image-section .news-item-background-image {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center; }
    .news .card .card-image-section .news-item-image-link {
      display: block;
      height: 100%;
      width: 100%;
      opacity: 0; }
  .news .card .card-section {
    padding: 0 0.9375rem; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .news .card .card-image-section {
      min-height: 200px;
      height: 200px; }
      @supports ((display: -webkit-box) or (display: -webkit-flex) or (display: -ms-flexbox) or (display: flex)) {
        .news .card .card-image-section {
          min-height: auto;
          height: auto; } } }
  @media screen and (max-width: 47.9375em) {
    .news .card {
      margin: 0 0.9375rem;
      padding-bottom: 1.125rem; }
      .news .card time {
        display: block; }
      .news .card .card-image-section {
        height: 200px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0.46875rem; }
      .news .card .card-section {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0.46875rem; } }
  .news .card time,
  .news .card .category {
    font-size: 0.875rem;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .news .card h3,
  .news .card h3 a {
    text-transform: initial;
    font-size: 1.375rem;
    font-weight: 400;
    margin: 0.5rem 0; }
  .news .card .teaser,
  .news .card .teaser p {
    color: #0a0a0a;
    font-size: 0.875rem;
    line-height: 1.5rem; }
  .news .card .teaser p:last-child {
    margin-bottom: 0; }
  .news .card.preview-dummy .card-section {
    color: #606a78; }
    .news .card.preview-dummy .card-section h3,
    .news .card.preview-dummy .card-section h3 a {
      color: #606a78; }
  .news .card.preview-dummy .news-item-background-image {
    background-color: #606a78;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center; }
  .news .card .image.pdf {
    background-color: #c1c5ca;
    padding: 2.5rem 4rem; }
    .news .card .image.pdf img {
      background: white;
      -webkit-box-shadow: 0 0 10px 0 rgba(10, 10, 10, 0.5);
              box-shadow: 0 0 10px 0 rgba(10, 10, 10, 0.5); }

.news .news-list-item-compact .card {
  background-color: #eff0f1;
  display: block;
  padding: 1.25rem; }
  .news .news-list-item-compact .card .card-image-section {
    padding: 0;
    height: 140px;
    position: relative; }
    .news .news-list-item-compact .card .card-image-section .category {
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #009ee3;
      padding: 0.5rem;
      color: #fff;
      font-size: 0.875rem;
      font-weight: 400;
      letter-spacing: 1.52px;
      line-height: 1.125rem; }
  .news .news-list-item-compact .card .card-section {
    border-bottom: 1px solid #74797f;
    padding: 0; }
  .news .news-list-item-compact .card h3,
  .news .news-list-item-compact .card h3 a {
    color: #113b71;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.5rem;
    margin: 0.875rem 0;
    text-decoration: none;
    text-transform: uppercase; }
    .news .news-list-item-compact .card h3:hover,
    .news .news-list-item-compact .card h3 a:hover {
      color: #009ee3; }
  .news .news-list-item-compact .card .read-more-container {
    min-height: auto;
    padding-top: 1rem;
    text-align: right; }
    .news .news-list-item-compact .card .read-more-container a {
      color: #009ee3;
      font-size: 16px;
      letter-spacing: 0.17px;
      line-height: 1.5;
      text-decoration: none;
      text-transform: uppercase; }
      .news .news-list-item-compact .card .read-more-container a:hover {
        color: #0f2943; }
  .news .news-list-item-compact .card .teaser,
  .news .news-list-item-compact .card .teaser p {
    color: #3d444d;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    padding-bottom: 1.875rem; }

@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .news .news-list-item-compact.column:last-child:not(:first-child):nth-of-type(odd), .news .news-list-item-compact.columns:last-child:not(:first-child):nth-of-type(odd) {
    display: none; } }

.news #news-container {
  padding-bottom: 8rem; }
  .news #news-container .trigger {
    width: 100%;
    bottom: 2rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    text-transform: uppercase; }
    .news #news-container .trigger svg {
      width: 26px;
      height: 26px; }
    .news #news-container .trigger span {
      margin-left: 1rem;
      position: relative;
      top: -6px; }
    @media print, screen and (min-width: 48em) {
      .news #news-container .trigger {
        padding-right: 0;
        padding-left: 0; } }

.news .pagination {
  margin-top: 1rem; }

.news .header {
  position: relative; }
  .news .header .image {
    background: #0a0a0a; }
    .news .header .image img {
      opacity: 0.5; }
  @media print, screen and (min-width: 36em) {
    .news .header.list.preview-image .image.cover > div {
      height: 480px; } }
  @media screen and (max-width: 35.9375em) {
    .news .header > .row.column, .news .header > .row.columns {
      padding-left: 0;
      padding-right: 0; } }
  @media print, screen and (min-width: 36em) {
    .news .header .image.cover > div {
      height: 480px; } }
  @media screen and (max-width: 35.9375em) {
    .news .header {
      background: #606a78;
      margin: 0 0 3rem 0; }
      .news .header figure {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        right: 0; }
        .news .header figure > div {
          height: 100%; }
        .news .header figure img {
          opacity: 0.6; }
      .news .header .box {
        background: transparent;
        position: relative; } }
  .news .header .box {
    color: #fff;
    padding: 2rem 0;
    margin: 0 auto; }
    @media print, screen and (min-width: 36em) {
      .news .header .box {
        background: transparent;
        position: absolute;
        bottom: 4rem;
        left: 0;
        right: 0;
        padding: 0;
        width: 100%; } }
    .news .header .box .top {
      text-transform: uppercase;
      margin-bottom: 1rem;
      font-size: 0.875rem; }
    .news .header .box hr {
      border-color: #fff; }
    .news .header .box h1 {
      margin: 3rem 0; }
    .news .header .box a {
      text-decoration: none; }
    .news .header .box .description p {
      margin: 0;
      display: inline; }
    .news .header .box .description a {
      color: #fff; }
    .news .header .box .description .more {
      text-transform: uppercase; }
    .news .header .box .bottom {
      font-size: 0.875rem; }
      .news .header .box .bottom strong {
        font-size: 1.125rem;
        font-weight: normal; }

@media print, screen and (min-width: 36em) {
  .news.article .header.preview-image .image.cover > div {
    height: 400px; }
    .news.article .header.preview-image .image.cover > div img {
      opacity: 1; } }

@media print, screen and (min-width: 36em) {
  .news.article .header.preview-image .box {
    background: #606a78;
    padding: 3rem 0;
    position: relative;
    bottom: 0;
    margin: -225px auto 3rem auto; } }

.news.article .header.preview-dummy {
  margin-bottom: 3rem;
  background: #606a78; }

.news.article .header .box .top,
.news.article .header .box .position {
  color: #fff;
  opacity: 0.5; }

.news.article .header .box .position {
  text-transform: uppercase;
  letter-spacing: 2px; }

.news.article .header .box h1 {
  margin: 2rem 0;
  color: #fff;
  font-size: 2.75rem; }

.news.article .header .bottom > a {
  color: #fff;
  margin-top: -3px; }
  .news.article .header .bottom > a span {
    font-size: 1.125rem;
    letter-spacing: 2px;
    position: relative;
    top: -12px;
    right: 9px; }
  .news.article .header .bottom > a svg {
    width: 20px;
    height: 35px; }

.news.article .header .dropdown-pane.share {
  padding: 1rem 1.25rem;
  min-width: 307px;
  opacity: 0;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-property: opacity, visibility;
          transition-property: opacity, visibility; }
  .news.article .header .dropdown-pane.share.is-open {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    opacity: 1; }
  .news.article .header .dropdown-pane.share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .news.article .header .dropdown-pane.share li a {
    -webkit-transition: color 150ms ease-in-out;
            transition: color 150ms ease-in-out;
    color: #606a78;
    padding: 0.6rem; }
    .news.article .header .dropdown-pane.share li a:hover {
      color: #009ee3; }
  .news.article .header .dropdown-pane.share svg {
    margin: 0;
    width: 36px;
    height: 36px; }
  .news.article .header .dropdown-pane.share:before {
    content: " ";
    display: block;
    position: absolute;
    right: 2.5rem;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid white; }

.news.article .header-buttons .button {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  -webkit-box-shadow: 0 0 15px 0 rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 15px 0 rgba(10, 10, 10, 0.25); }

.news.article .sticky {
  width: 100%; }
  .news.article .sticky .header-buttons {
    height: 0;
    overflow: visible; }

.news.article #article-body {
  margin-bottom: 3rem; }
  .news.article #article-body .intro {
    font-weight: 400; }
  @media print, screen and (min-width: 48em) {
    .news.article #article-body .type-microdronescontent_image_default figcaption div,
    .news.article #article-body .type-microdronescontent_image_cover figcaption div {
      width: 66.66%;
      margin-left: 8.33%; }
    .news.article #article-body .text-grid .type-microdronescontent_image_default figcaption div {
      width: 100%;
      margin-left: 0; } }

.news.article hr {
  margin: 1.25rem auto; }
  .news.article hr.indent {
    margin-left: -2.5rem; }

.news.article .news-related-files,
.news.article .news-related-links {
  margin-bottom: 3rem; }

.news.article .news-related-news {
  padding: 3rem 0 2rem 0; }

.news.article .news-related-news hr {
  margin: 2rem auto 1.7rem auto; }

.news.article .news-related-news h3,
.news.article .news-related-news a.float-right {
  text-transform: uppercase; }

.news.article .news-related-news a.float-right {
  margin-top: 0.5rem; }

.news.article .news-related-news .category,
.news.article .news-related-news .date {
  text-transform: uppercase;
  color: #606a78;
  font-size: 0.75rem;
  letter-spacing: 2px; }

.news.article .news-related-news .image {
  margin-top: 0.5rem; }

.news.article .news-related-news h4,
.news.article .news-related-news h4 a {
  color: #113b71; }

.news .slider .items {
  overflow: hidden;
  width: 100%; }
  @media screen and (max-width: 61.9375em) {
    .news .slider .items {
      overflow-x: scroll; } }
  .news .slider .items > div {
    width: 7800px;
    margin: 0 auto; }

.news .slider .card {
  width: 260px;
  height: 160px;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  display: block; }
  .news .slider .card > a {
    position: relative;
    display: block; }
    .news .slider .card > a figure.image {
      position: absolute;
      background: #363636; }
      .news .slider .card > a figure.image img {
        opacity: 0.25; }
  .news .slider .card .dummy {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #009ee3; }
    .news .slider .card .dummy.color-2 {
      background: #4d78a2; }
    .news .slider .card .dummy.color-3 {
      background: #606a78; }
    .news .slider .card .dummy.color-4 {
      background: #113b71; }
    .news .slider .card .dummy.color-5 {
      background: #7597b7; }
    .news .slider .card .dummy.color-6 {
      background: #0f2943; }
  .news .slider .card .card-section {
    position: relative; }
  .news .slider .card h3 a {
    color: #fff;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5rem; }
  .news .slider .card p {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem; }
    .news .slider .card p time {
      text-transform: none;
      font-size: 0.875rem;
      letter-spacing: normal; }

.news .slider .footer {
  background: #eff0f1;
  text-align: right;
  padding: 0.75rem 1.25rem; }
  .news .slider .footer a {
    text-transform: uppercase;
    text-decoration: underline;
    color: #74797f; }

.news .menu .search-trigger {
  display: block;
  width: 250px;
  margin: 0 auto;
  max-width: 100%; }
  .news .menu .search-trigger svg {
    height: 14px;
    width: 16px; }

.news .menu .dropdown-pane.search {
  padding: 0.5rem;
  line-height: 1;
  max-width: 100vw; }
  @media screen and (max-width: 35.9375em) {
    .news .menu .dropdown-pane.search {
      max-width: 100%; } }
  .news .menu .dropdown-pane.search .input-group {
    margin-bottom: 0; }
    .news .menu .dropdown-pane.search .input-group .input-group-button {
      vertical-align: middle; }
  .news .menu .dropdown-pane.search svg {
    height: 35px;
    width: 26px;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.news .menu > li a:hover {
  text-decoration: underline; }

.news .menu > li.last-on-line a span {
  border-right: none;
  padding-right: 0; }

.news .menu > li:not(:last-child):after {
  top: 3px; }

.menu-element {
  text-transform: uppercase; }
  .menu-element li {
    position: relative;
    display: inline-block; }
    .menu-element li a {
      color: #606a78;
      font-weight: 400;
      letter-spacing: 0.5px;
      padding-right: 0; }
    .menu-element li.active a {
      color: #009ee3; }
    .menu-element li:not(:last-child) a span {
      padding-right: 0.7rem;
      border-right: 2px solid #606a78; }

.type-menu_abstract ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0; }
  .type-menu_abstract ul li {
    border-top: 1px solid #dcdedf;
    padding-bottom: 1rem; }
    .type-menu_abstract ul li a {
      display: block;
      padding: 1rem 0.4rem 0 0.4rem;
      font-size: 18px;
      text-transform: uppercase; }
    .type-menu_abstract ul li p {
      margin: 0 0.4rem;
      font-size: 16px;
      color: #606a78; }

.tx-felogin-pi1 .mute {
  margin-top: -10px;
  font-size: 0.75rem; }
  .tx-felogin-pi1 .mute a {
    color: #fff;
    opacity: 0.75; }

.tx-felogin-pi1 input[type="submit"] {
  margin-top: 3rem; }

.image.positioned {
  position: relative; }
  .image.positioned .wrap {
    z-index: 110;
    max-width: 100%;
    height: auto; }
    .image.positioned .wrap .media-button {
      z-index: 111;
      width: 100%;
      position: absolute; }

.type-microdronescontent_image_text_teaser .media {
  margin-bottom: 1rem; }

.type-microdronescontent_image_text_teaser .icon {
  width: 75px;
  height: 75px; }
  .type-microdronescontent_image_text_teaser .icon.icon-small {
    width: 30px;
    height: 30px; }
  .type-microdronescontent_image_text_teaser .icon.icon-large {
    width: 170px;
    height: 170px; }

.type-microdronescontent_image_text_teaser img {
  max-width: 75px; }
  .type-microdronescontent_image_text_teaser img.image-small {
    max-width: 30px; }
  .type-microdronescontent_image_text_teaser img.image-large {
    max-width: 170px; }

.type-microdronescontent_image_text_teaser .subheader {
  margin-bottom: 1rem; }

.type-microdronescontent_image_text_teaser p {
  letter-spacing: 0.3px; }

.type-microdronescontent_image_text_bullet {
  margin-bottom: 0.875rem; }
  .type-microdronescontent_image_text_bullet h5 {
    margin-bottom: 0; }
  .type-microdronescontent_image_text_bullet .media {
    padding-top: 0.4rem;
    float: left; }
  .type-microdronescontent_image_text_bullet .text {
    margin-left: 3.25rem; }
  .type-microdronescontent_image_text_bullet img {
    max-width: 32px; }
  .type-microdronescontent_image_text_bullet .icon {
    width: 32px;
    height: 32px; }
  @media print, screen and (min-width: 36em) {
    .type-microdronescontent_image_text_bullet .text {
      margin-left: 3.75rem; }
    .type-microdronescontent_image_text_bullet img {
      max-width: 40px; }
    .type-microdronescontent_image_text_bullet .icon {
      width: 40px;
      height: 40px; } }

.type-microdronescontent_image_cover {
  position: relative;
  text-align: center;
  background: transparent; }
  .type-microdronescontent_image_cover figure img {
    opacity: 0.5; }
  .type-microdronescontent_image_cover.section-default figure img {
    opacity: 1; }
  .type-microdronescontent_image_cover.section-default .box h1,
  .type-microdronescontent_image_cover.section-default .box h2,
  .type-microdronescontent_image_cover.section-default .box h3,
  .type-microdronescontent_image_cover.section-default .box h4,
  .type-microdronescontent_image_cover.section-default .box h5,
  .type-microdronescontent_image_cover.section-default .box p,
  .type-microdronescontent_image_cover.section-default .box a {
    color: #fff; }
  .type-microdronescontent_image_cover .box {
    max-width: 75%;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .type-microdronescontent_image_cover .box p {
      font-weight: 400; }
    @media print, screen and (min-width: 62em) {
      .type-microdronescontent_image_cover .box {
        max-width: 65%; } }
    @media screen and (max-width: 35.9375em) {
      .type-microdronescontent_image_cover .box h1 {
        font-size: 1.5rem; } }

.type-microdronescontent_image_grid {
  position: relative; }
  .type-microdronescontent_image_grid .box {
    margin-top: 1rem;
    background-color: rgba(61, 68, 77, 0.8);
    margin-top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%; }
    .type-microdronescontent_image_grid .box .body {
      padding: 1rem 1.2rem;
      bottom: 0; }
    .type-microdronescontent_image_grid .box .header {
      padding-top: 0.8rem; }
      .type-microdronescontent_image_grid .box .header a {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 0.2rem 1.2rem; }
    .type-microdronescontent_image_grid .box h3,
    .type-microdronescontent_image_grid .box h4,
    .type-microdronescontent_image_grid .box h5,
    .type-microdronescontent_image_grid .box p,
    .type-microdronescontent_image_grid .box a {
      color: #fff; }
    .type-microdronescontent_image_grid .box p {
      font-size: 14px;
      margin: 0; }
    @media print, screen and (min-width: 36em) {
      .type-microdronescontent_image_grid .box {
        position: absolute; }
        .type-microdronescontent_image_grid .box .body {
          position: absolute; } }

@media screen and (max-width: 61.9375em) {
  .type-microdrones_row .row .frame-space-before-medium {
    margin-top: 1.625rem; }
  .type-microdrones_row .row .frame-space-after-medium {
    margin-bottom: 1.625rem; } }

@media screen and (max-width: 47.9375em) {
  .type-microdrones_row .row .frame-space-before-medium {
    margin-top: 1.375rem; }
  .type-microdrones_row .row .frame-space-after-medium {
    margin-bottom: 1.375rem; } }

.type-microdronescontent_image_slider .orbit-caption {
  position: relative;
  text-align: center; }
  .type-microdronescontent_image_slider .orbit-caption h1,
  .type-microdronescontent_image_slider .orbit-caption h2,
  .type-microdronescontent_image_slider .orbit-caption h3,
  .type-microdronescontent_image_slider .orbit-caption h4,
  .type-microdronescontent_image_slider .orbit-caption h5 {
    color: #113b71;
    letter-spacing: 0;
    text-transform: none; }

.type-microdronescontent_image_slider .orbit-previous,
.type-microdronescontent_image_slider .orbit-next {
  top: 225px; }
  @media screen and (max-width: 35.9375em) {
    .type-microdronescontent_image_slider .orbit-previous,
    .type-microdronescontent_image_slider .orbit-next {
      top: 175px; } }
  .type-microdronescontent_image_slider .orbit-previous svg,
  .type-microdronescontent_image_slider .orbit-next svg {
    stroke: currentColor;
    color: #dcdedf; }

.type-microdronescontent_image_slider .small .orbit-previous,
.type-microdronescontent_image_slider .small .orbit-next {
  top: 175px; }
  @media screen and (max-width: 35.9375em) {
    .type-microdronescontent_image_slider .small .orbit-previous,
    .type-microdronescontent_image_slider .small .orbit-next {
      top: 125px; } }

.type-microdronescontent_image_slider .large .orbit-previous,
.type-microdronescontent_image_slider .large .orbit-next {
  top: 275px; }
  @media screen and (max-width: 35.9375em) {
    .type-microdronescontent_image_slider .large .orbit-previous,
    .type-microdronescontent_image_slider .large .orbit-next {
      top: 225px; } }

@media print, screen and (min-width: 48em) {
  .type-microdronescontent_image_slider .orbit-slide > .box {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .type-microdronescontent_image_slider .orbit-slide > .box > .column, .type-microdronescontent_image_slider .orbit-slide > .box > .columns {
      padding-right: 0; }
  .type-microdronescontent_image_slider .orbit-bullets {
    margin-top: -2.3rem; }
  .type-microdronescontent_image_slider .orbit-caption {
    text-align: left; }
    .type-microdronescontent_image_slider .orbit-caption div {
      max-width: 20rem; }
    .type-microdronescontent_image_slider .orbit-caption .button {
      margin: 0; }
  .type-microdronescontent_image_slider .orbit-controls .orbit-previous {
    left: 0.5rem; }
  .type-microdronescontent_image_slider .orbit-controls .orbit-next {
    right: 0.5rem; } }

@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .type-microdronescontent_image_slider .orbit-caption div {
    max-width: 17.5rem; } }

.orbit-controls svg {
  width: 19px;
  height: 36px; }

.orbit-controls .orbit-previous svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.orbit-bullets button {
  cursor: pointer; }

html.no-js .orbit-bullets,
html.no-js .orbit-controls,
html.no-js .orbit-slide {
  display: none; }

html.no-js .orbit-container {
  height: auto; }

html.no-js .orbit-slide.is-active {
  display: block; }

.animation-slider .bodymovin-wrapper {
  margin: 0 auto; }

@media print, screen and (min-width: 48em) {
  .animation-slider .orbit-slide .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } }

.animation-slider .orbit-bullets {
  margin-top: -2.4rem; }

.media-button .icon {
  display: block;
  color: #fff;
  fill-opacity: 0.5;
  width: 130px;
  height: 130px; }
  .media-button .icon:hover {
    fill-opacity: 1; }
  @media screen and (max-width: 47.9375em) {
    .media-button .icon {
      width: 86.58px;
      height: 86.58px; } }

.media-button.center {
  top: 50%;
  margin-top: -65px; }
  @media screen and (max-width: 47.9375em) {
    .media-button.center {
      margin-top: -43.29px; } }
  .media-button.center .icon {
    margin: 0 auto; }

.media-button.medium .icon {
  width: 90px;
  height: 90px; }
  @media screen and (max-width: 47.9375em) {
    .media-button.medium .icon {
      width: 59.94px;
      height: 59.94px; } }

.media-button.medium.center {
  margin-top: -45px; }
  @media screen and (max-width: 47.9375em) {
    .media-button.medium.center {
      margin-top: -29.97px; } }

.media-button.small .icon {
  width: 60px;
  height: 60px; }
  @media screen and (max-width: 47.9375em) {
    .media-button.small .icon {
      width: 39.96px;
      height: 39.96px; } }

.media-button.small.center {
  margin-top: -30px; }
  @media screen and (max-width: 47.9375em) {
    .media-button.small.center {
      margin-top: -19.98px; } }

.type-microdronescontent_button_media .media-button.center {
  margin-top: 0; }

.type-microdronescontent_media_preview figure > div {
  position: relative; }

.type-microdronescontent_media_preview figure .media-button {
  position: absolute;
  left: 0;
  right: 0; }

.type-microdronescontent_media_preview figure figcaption {
  margin-top: 1rem; }

.type-microdronescontent_job_pages .wrapper {
  padding: 0 0 1em 0; }

.type-microdronescontent_job_pages hr {
  margin: 1em 0 2em 0; }

.type-microdronescontent_job_pages ul.row li a {
  height: 150px;
  background: #eff0f1;
  text-align: center;
  display: block;
  margin-bottom: 2em;
  padding: 1.5rem 1rem 1.25rem; }
  .type-microdronescontent_job_pages ul.row li a span {
    color: #74797f; }
  @media screen and (max-width: 47.9375em) {
    .type-microdronescontent_job_pages ul.row li a {
      height: auto;
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.type-microdronescontent_job_pages ul.row li:last-child:not(:first-child) {
  float: left; }

.type-microdronescontent_job_pages #job-pages-no-result {
  margin-bottom: 2rem; }

.type-microdronescontent_job_pages #job-pages-load-more .button svg {
  width: 26px;
  height: 26px; }

.type-microdronescontent_job_pages #job-pages-load-more .button span {
  margin-left: 1rem;
  position: relative;
  top: -6px; }

.type-uploads a,
.type-uploads span.folder,
.type-uploads li.empty span {
  display: inline-block;
  padding: 0.7rem 0.5rem; }
  @media screen and (max-width: 47.9375em) {
    .type-uploads a,
    .type-uploads span.folder,
    .type-uploads li.empty span {
      padding: 0.7rem 0.125rem; } }

.type-uploads a,
.type-uploads span.folder {
  font-size: 18px;
  font-weight: 400; }

.type-uploads span.folder {
  text-transform: uppercase;
  color: #606a78; }

.type-uploads li.empty span {
  color: #74797f; }

.type-uploads ul {
  list-style: none;
  margin-left: 0; }
  .type-uploads ul li p {
    margin-left: 2.2rem;
    margin-top: -0.5rem; }
  .type-uploads ul li.empty {
    border-bottom: 1px solid #dcdedf;
    border-top: 1px solid #dcdedf; }
  .type-uploads ul ul ul {
    margin-left: 1.7rem; }
  .type-uploads ul ul li {
    border-top: 1px solid #dcdedf; }
    .type-uploads ul ul li.empty {
      border-bottom: 0; }
    .type-uploads ul ul li:last-child {
      border-bottom: 1px solid #dcdedf; }
    .type-uploads ul ul li li:last-child {
      border-bottom: 0; }

.type-uploads small {
  color: #606a78; }
  @media screen and (max-width: 47.9375em) {
    .type-uploads small {
      display: block;
      margin: -0.75rem 0 0 2.25rem; } }

.type-uploads svg {
  color: #606a78;
  width: 18px;
  height: 18px;
  float: left;
  margin: 5px 7px 5px 0; }

.type-uploads .warning svg {
  color: #ea504e;
  width: 24px;
  height: 24px;
  margin-right: -2px;
  position: relative;
  left: -3px;
  top: -3px; }

table {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 0.875rem; }
  table td,
  table th {
    vertical-align: top; }
  table > tbody > tr > th,
  table > tbody > tr > td {
    border-top: 1px solid #dcdedf; }
  table.bordered > thead > tr > th,
  table.bordered > thead > tr > td,
  table.bordered > tbody > tr > th,
  table.bordered > tbody > tr > td,
  table.bordered > tfoot > tr > th,
  table.bordered > tfoot > tr > td {
    border: 1px solid #dcdedf; }

.table-scroll table {
  width: 100%; }

.reveal {
  position: relative;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5); }
  .reveal:focus {
    outline: 0; }
  @media screen and (max-width: 47.9375em) {
    .reveal {
      padding: 3rem 1rem; } }
  .reveal > div > :last-child {
    margin-bottom: 0; }
  .reveal iframe {
    width: 100%;
    height: 100%;
    border: 0; }
  .reveal > button.close-button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2em;
    color: #74797f;
    padding: 0.75rem 1.25rem;
    cursor: pointer; }

html.is-reveal-open > body {
  right: 0;
  left: 0; }

.tx_solr .tx-solr-search-form {
  margin-bottom: 1.5em; }

.tx_solr button .icon {
  color: white;
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  left: -1px; }

.tx_solr ul.results-list li {
  margin-bottom: 2em; }

.tx_solr ul.results-list h5 {
  text-transform: none;
  margin-bottom: 0; }
  @media screen and (max-width: 47.9375em) {
    .tx_solr ul.results-list h5 {
      font-size: 15px; } }
  .tx_solr ul.results-list h5 a {
    color: #009ee3; }

.tx_solr ul.results-list p a {
  color: #0a0a0a; }

.tx_solr #tx-solr-search hr {
  margin: 1.5em 0;
  border-color: #dcdedf; }

.tx_solr #tx-solr-search-functions {
  display: inline-block; }
  .tx_solr #tx-solr-search-functions .dropdown.menu {
    display: inline-block;
    margin-right: 10px; }

.tx_solr .result-range,
.tx_solr #tx-solr-faceting,
.tx_solr #tx-solr-sorting {
  display: inline-block;
  color: #606a78; }
  .tx_solr .result-range a,
  .tx_solr #tx-solr-faceting a,
  .tx_solr #tx-solr-sorting a {
    color: #606a78; }

.tx_solr .result-range {
  position: relative;
  top: -13px;
  margin-right: 10px; }

#navigation .dropdown-pane.search {
  padding: 0; }
  @media screen and (max-width: 25em) {
    #navigation .dropdown-pane.search {
      width: 200px; } }
  @media print, screen and (min-width: 62em) {
    #navigation .dropdown-pane.search {
      width: 540px; } }
  #navigation .dropdown-pane.search svg.ui--icon-search {
    width: 19px;
    height: 19px;
    color: #606a78;
    margin: 8px 10px;
    position: relative;
    top: 4px;
    left: 2px; }
  #navigation .dropdown-pane.search .close-button {
    color: #606a78;
    font-size: 35px;
    margin: 0 10px;
    position: relative;
    top: -2px;
    cursor: pointer; }
  #navigation .dropdown-pane.search .input-group {
    margin: 0; }
  #navigation .dropdown-pane.search input {
    color: #606a78;
    background: white;
    padding: 0 0.3em;
    margin: 2px 0;
    max-width: 500px;
    font-size: 1.25rem; }
    #navigation .dropdown-pane.search input:active, #navigation .dropdown-pane.search input:focus {
      border: 0; }

@media print, screen and (min-width: 62em) {
  #navigation #nav-search-dropdown {
    -webkit-box-shadow: -400px 0 0 0 rgba(15, 41, 67, 0.85);
            box-shadow: -400px 0 0 0 rgba(15, 41, 67, 0.85); } }

.ui-autocomplete.ui-front {
  z-index: 120; }
  .is-reveal-open .ui-autocomplete.ui-front {
    z-index: 1015; }

#language-selection {
  display: none!important;
  padding: 3rem 0; }
  #language-selection .close-button {
    font-size: 3em;
    color: #fff;
    right: 2rem;
    top: 1.5rem; }
  #language-selection h2,
  #language-selection h4 {
    text-transform: none; }
  #language-selection h2 {
    font-weight: 400; }
  #language-selection h4 {
    margin: 0 6rem; }
  #language-selection p {
    color: #dcdedf !important;
    font-weight: 400; }
  #language-selection .menu {
    display: inline-block;
    margin: 1rem 0 0 0; }
    #language-selection .menu::before, #language-selection .menu::after {
      display: table;
      content: ' '; }
    #language-selection .menu::after {
      clear: both; }
    #language-selection .menu li.lang svg {
      width: 52px;
      height: 52px; }
    #language-selection .menu li.lang a {
      padding: 0.7rem 0.5rem; }
    #language-selection .menu li.lang span {
      display: none; }
    #language-selection .menu li.lang:hover svg, #language-selection .menu li.lang:focus svg, #language-selection .menu li.lang:active svg, #language-selection .menu li.lang.active svg {
      -webkit-box-shadow: 0 10px 10px 0 rgba(10, 10, 10, 0.25);
              box-shadow: 0 10px 10px 0 rgba(10, 10, 10, 0.25); }
    #language-selection .menu li.lang:hover a, #language-selection .menu li.lang:focus a, #language-selection .menu li.lang:active a, #language-selection .menu li.lang.active a {
      background: none; }

/*!
 * jQuery UI 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-widget.ui-widget-content {
  border: 1px solid #dcdedf; }

.ui-widget-content {
  background: #fff; }

.ui-widget-content a {
  color: #0a0a0a; }

.ui-widget-header {
  font-weight: bold; }

.ui-widget-header a {
  color: #0a0a0a; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #dcdedf;
  background: #eff0f1;
  color: #0a0a0a; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #dcdedf;
  background: #dcdedf;
  color: #0a0a0a; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-button.ui-state-active:hover {
  border: 1px solid #009ee3;
  background: #009ee3;
  color: #fff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #009ee3;
  background-color: #fff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ffae00;
  background: #ffae00; }

.ui-state-checked {
  border: 1px solid #ffae00;
  background: #ffae00; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #3adb76; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ea504e;
  background: #ea504e;
  color: #fff; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ea504e; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ea504e; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35; }

.ui-state-disabled .ui-icon {
  opacity: 0.35; }

.ui-datepicker-prev:before,
.ui-datepicker-next:before,
.ui-spinner-button .ui-icon:before {
  display: inline-block;
  position: absolute;
  color: #0a0a0a;
  font-size: 16px; }

.ui-spinner-button .ui-icon {
  text-indent: 0;
  overflow: visible; }
  .ui-spinner-button .ui-icon:before {
    left: -2px;
    top: -6px; }
  .ui-spinner-button .ui-icon.ui-icon-triangle-1-n:before {
    content: "+"; }
  .ui-spinner-button .ui-icon.ui-icon-triangle-1-s:before {
    content: "‒"; }

.ui-datepicker.ui-widget.ui-widget-content {
  width: 20em;
  padding: 1.2em 1.2em 0.8rem 1.2em;
  border: 0;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5); }

.ui-datepicker .ui-datepicker-title {
  text-transform: uppercase;
  font-weight: 400;
  color: #3d444d; }

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: none;
  border-color: transparent; }
  .ui-datepicker .ui-datepicker-prev.ui-state-hover .ui-icon,
  .ui-datepicker .ui-datepicker-next.ui-state-hover .ui-icon {
    background-color: #3d444d; }

.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  background-color: #c1c5ca;
  -webkit-mask: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Svg/src/ui/icon-pagination-arrow.svg") no-repeat 50% 50%;
          mask: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Svg/src/ui/icon-pagination-arrow.svg") no-repeat 50% 50%;
  position: relative;
  left: 0;
  top: 3px;
  margin: 0; }

.ui-datepicker .ui-datepicker-prev .ui-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.ui-datepicker .ui-datepicker-calendar tbody tr:nth-child(even) {
  background-color: transparent; }

.ui-datepicker .ui-datepicker-buttonpane button {
  padding: 0.3em 0.6em; }

.ui-datepicker th {
  font-weight: 400; }

.ui-datepicker td {
  padding: 2px; }
  .ui-datepicker td a {
    padding: 0.2em 0.5em; }
  .ui-datepicker td .ui-state-default {
    background: #dcdedf;
    border: 1px solid #dcdedf; }
  .ui-datepicker td .ui-state-hover {
    background: #b0d0df;
    border: 1px solid #b0d0df;
    color: #0a0a0a; }
  .ui-datepicker td .ui-state-highlight {
    background: #606a78;
    border: 1px solid #606a78;
    color: #fff; }
  .ui-datepicker td .ui-state-active {
    background: #009ee3;
    border: 1px solid #009ee3; }

.bodymovin-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1; }
  .bodymovin-wrapper svg {
    display: block; }

#homepage .application-section > .row {
  margin: 0 -10px; }

#homepage .application-section .box {
  position: relative;
  padding: 10px; }
  #homepage .application-section .box > div {
    height: 320px;
    background: #3d444d;
    overflow: hidden; }
    @media screen and (max-width: 61.9375em) {
      #homepage .application-section .box > div {
        height: 240px; } }
    @media screen and (max-width: 47.9375em) {
      #homepage .application-section .box > div {
        height: 320px; } }
    #homepage .application-section .box > div a {
      height: 100%; }
      #homepage .application-section .box > div a .image {
        height: 100%; }
        #homepage .application-section .box > div a .image > div {
          height: 100%; }
    #homepage .application-section .box > div a,
    #homepage .application-section .box > div h2,
    #homepage .application-section .box > div h3 {
      color: white; }
    #homepage .application-section .box > div h3 {
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.25px;
      line-height: 24px; }
    #homepage .application-section .box > div p {
      margin: 0; }
  @media screen and (min-width: 62em) {
    #homepage .application-section .box.box-1-2 > div {
      height: 660px; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    #homepage .application-section .box.box-1-2 > div {
      height: 500px; } }
  #homepage .application-section .box.box-1-1 .content, #homepage .application-section .box.box-1-2 .content {
    padding: 0 20px; }
  #homepage .application-section .box figure > div > h3,
  #homepage .application-section .box .content {
    position: absolute;
    top: 47%;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: white; }
  #homepage .application-section .box .content {
    position: absolute;
    bottom: 20px;
    top: auto;
    padding: 0 50px; }
    @media screen and (max-width: 47.9375em) {
      #homepage .application-section .box .content {
        padding: 0 20px; } }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      #homepage .application-section .box .content p.small {
        font-size: 0.8rem; } }
    #homepage .application-section .box .content.static {
      top: auto;
      bottom: 10px;
      text-align: left;
      margin: 0 10px;
      padding: 20px; }
      @media screen and (min-width: 48em) and (max-width: 61.9375em) {
        #homepage .application-section .box .content.static h2 {
          font-size: 1.6rem; } }
      @media screen and (max-width: 47.9375em) {
        #homepage .application-section .box .content.static {
          position: relative;
          bottom: 0; } }
      #homepage .application-section .box .content.static p {
        opacity: 1; }
  #homepage .application-section .box a figure > div > h3,
  #homepage .application-section .box a .content {
    opacity: 0;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-delay: 250ms;
            transition-delay: 250ms;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
            transition-property: opacity, visibility, transform; }
  #homepage .application-section .box a .content {
    -webkit-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  #homepage .application-section .box a figure > div > h3 {
    opacity: 1; }
  #homepage .application-section .box a:hover figure > div > h3,
  #homepage .application-section .box a:hover .content {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  #homepage .application-section .box a:hover figure > div > h3 {
    opacity: 0;
    -webkit-transform: translate(0, -100px);
        -ms-transform: translate(0, -100px);
            transform: translate(0, -100px); }
  #homepage .application-section .box img {
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-delay: 250ms;
            transition-delay: 250ms;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-property: -webkit-filter, filter;
            transition-property: filter; }
  #homepage .application-section .box:hover img {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px); }

body:lang(zh) {
  font-family: "HeiS ASC Medium W45 Regular", "Frutiger W02", Arial, Helvetica, sans-serif; }
  body:lang(zh) h1,
  body:lang(zh) h2,
  body:lang(zh) h3,
  body:lang(zh) h4,
  body:lang(zh) h5,
  body:lang(zh) h6 {
    font-family: "HeiS ASC Medium W45 Regular", "Frutiger W02", Arial, Helvetica, sans-serif; }
  body:lang(zh) h4,
  body:lang(zh) h5,
  body:lang(zh) strong {
    font-family: "HeiS ASC Bold W45 Regular", "HeiS ASC Medium W45 Regular", "Frutiger W02", Arial, Helvetica, sans-serif; }
  body:lang(zh) #navigation nav .dropdown-pane.second .menu.solutions > li:nth-child(4) > a:before {
    background-image: url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Images/navigation/icon_mdsoftware.png"); }

body:lang(ar) {
  font-family: "Frutiger LT W23_45 Ligh1564419", "Frutiger W02", Arial, Helvetica, sans-serif; }
  body:lang(ar) h1,
  body:lang(ar) h2,
  body:lang(ar) h3,
  body:lang(ar) h4,
  body:lang(ar) h5,
  body:lang(ar) h6 {
    font-family: "Frutiger LT W23_45 Ligh1564419", "Frutiger W02", Arial, Helvetica, sans-serif; }
  body:lang(ar) h4,
  body:lang(ar) h5,
  body:lang(ar) strong {
    font-family: "Frutiger LT W23_55 Roma1564421", "Frutiger LT W23_45 Ligh1564419", "Frutiger W02", Arial, Helvetica, sans-serif; }
  body:lang(ar) i,
  body:lang(ar) em {
    font-family: "Frutiger LT W23_45 Ligh1564419", "Frutiger W02", Arial, Helvetica, sans-serif; }
  body:lang(ar) input[type="text"][aria-hidden="true"] {
    display: none; }
  body:lang(ar) #navigation .menu.first > li > a {
    font-family: "Frutiger LT W23_55 Roma1564421", "Frutiger LT W23_45 Ligh1564419", "Frutiger W02", Arial, Helvetica, sans-serif; }
  body:lang(ar) #navigation .dropdown-pane.search svg.ui--icon-search {
    right: 2px;
    left: 0; }
  body:lang(ar) #navigation .dropdown-pane.search .close-button {
    right: -15px; }
  body:lang(ar) #navigation nav .dropdown-pane.second .menu > li {
    background-position-x: left; }
    body:lang(ar) #navigation nav .dropdown-pane.second .menu > li a {
      font-family: "Frutiger LT W23_55 Roma1564421", "Frutiger LT W23_45 Ligh1564419", "Frutiger W02", Arial, Helvetica, sans-serif; }
  body:lang(ar) #navigation nav .dropdown-pane.second .menu.first-level {
    float: right; }
    body:lang(ar) #navigation nav .dropdown-pane.second .menu.first-level:first-child {
      background: transparent; }
    body:lang(ar) #navigation nav .dropdown-pane.second .menu.first-level:last-child {
      background: transparent url("../../../../../../../typo3conf/ext/microdrones/Resources/Public/Images/navigation/bg-dropdown-sep.png") no-repeat right top; }
  body:lang(ar) #navigation nav .dropdown-pane.second .menu.products #navigation-page-147 a,
  body:lang(ar) #navigation nav .dropdown-pane.second .menu.products #navigation-page-142 a,
  body:lang(ar) #navigation nav .dropdown-pane.second .menu.products #navigation-page-31 a {
    padding-right: 0.7rem;
    padding-left: 0; }
    body:lang(ar) #navigation nav .dropdown-pane.second .menu.products #navigation-page-147 a span,
    body:lang(ar) #navigation nav .dropdown-pane.second .menu.products #navigation-page-142 a span,
    body:lang(ar) #navigation nav .dropdown-pane.second .menu.products #navigation-page-31 a span {
      margin: 2rem -1rem 0 0; }
  body:lang(ar) #navigation nav .dropdown-pane.second .menu.solutions {
    margin-bottom: 0.2rem; }
    body:lang(ar) #navigation nav .dropdown-pane.second .menu.solutions > li {
      padding-left: 0;
      padding-right: 3.5rem; }
      body:lang(ar) #navigation nav .dropdown-pane.second .menu.solutions > li > a:before {
        left: 0;
        right: -4em; }
  body:lang(ar) #navigation .dropdown-pane.meta .close {
    padding: 0 1rem 0 0.5rem;
    float: left !important; }
  body:lang(ar) #navigation .top-bar-right > ul.menu li button.menu-icon {
    margin-right: 2rem;
    margin-left: 0; }
  body:lang(ar) footer .language > a span {
    margin-right: 0;
    margin-left: 0.7rem; }
  body:lang(ar) footer .language .toggle-slide {
    right: auto;
    left: 33px;
    top: -1px; }
  body:lang(ar) .column, body:lang(ar) .columns,
  body:lang(ar) .columns {
    float: right; }
    body:lang(ar) .column:last-child:not(:first-child), body:lang(ar) .columns:last-child:not(:first-child),
    body:lang(ar) .columns:last-child:not(:first-child) {
      float: left; }
    body:lang(ar) .column.xsmall-centered, body:lang(ar) .xsmall-centered.columns, body:lang(ar) .column.xsmall-centered:last-child:not(:first-child), body:lang(ar) .xsmall-centered.columns:last-child:not(:first-child),
    body:lang(ar) .columns.xsmall-centered,
    body:lang(ar) .columns.xsmall-centered:last-child:not(:first-child) {
      float: none; }
  body:lang(ar) .top-bar-title {
    float: right; }
  body:lang(ar) .top-bar-right {
    float: left; }
  body:lang(ar) .top-bar-left {
    float: right; }
  body:lang(ar) .button {
    font-family: "Frutiger LT W23_55 Roma1564421", "Frutiger LT W23_45 Ligh1564419", "Frutiger W02", Arial, Helvetica, sans-serif; }
  body:lang(ar) thead th,
  body:lang(ar) thead td,
  body:lang(ar) tfoot th,
  body:lang(ar) tfoot td {
    text-align: right; }
  body:lang(ar) table .float-right {
    text-align: left; }
  body:lang(ar) .float-left {
    float: right !important; }
  body:lang(ar) .float-right {
    float: left !important; }
  body:lang(ar) .media-object-section:first-child {
    padding-left: 1rem;
    padding-right: 0; }
  body:lang(ar) .menu-element li:not(:last-child):after {
    content: ""; }
  body:lang(ar) .menu-element li:not(:first-child):after {
    position: absolute;
    top: 5px;
    opacity: 1;
    content: "|";
    right: -2px;
    color: #606a78; }
  body:lang(ar) .checkbox {
    padding-left: 0;
    padding-right: 18px; }
    body:lang(ar) .checkbox input[type="checkbox"] {
      right: 0;
      margin: 3px -18px 4px 4px; }
    body:lang(ar) .checkbox label {
      padding-left: 0;
      padding-right: 8px;
      margin-right: 0;
      margin-left: 0.9375rem; }
      body:lang(ar) .checkbox label:before,
      body:lang(ar) .checkbox label svg.icon {
        right: 0;
        left: auto; }
      body:lang(ar) .checkbox label:before {
        margin-left: 0;
        margin-right: -18px; }
      body:lang(ar) .checkbox label svg.icon {
        margin-left: 0;
        margin-right: -20px; }
  body:lang(ar) main[dir="rtl"] .image.positioned .wrap {
    direction: ltr; }
  body:lang(ar) main[dir="rtl"] .type-microdronescontent_image_text_bullet .media {
    float: right; }
  body:lang(ar) main[dir="rtl"] .type-microdronescontent_image_text_bullet .text {
    margin-left: 0;
    margin-right: 3.75rem; }
  body:lang(ar) main[dir="rtl"] .type-microdronescontent_image_slider .orbit-caption {
    text-align: left;
    direction: ltr; }
    body:lang(ar) main[dir="rtl"] .type-microdronescontent_image_slider .orbit-caption div {
      direction: rtl;
      text-align: right; }
  body:lang(ar) main[dir="rtl"] #button-set {
    left: 0;
    right: auto; }
  body:lang(ar) main[dir="rtl"] #homepage .application-section .box .content.static {
    text-align: right; }
  body:lang(ar) main[dir="rtl"] .type-microdronescontent_quote blockquote {
    margin-left: 0;
    margin-right: 15px; }
    body:lang(ar) main[dir="rtl"] .type-microdronescontent_quote blockquote.layout-0 span {
      margin-right: -16px;
      margin-left: 0; }
  body:lang(ar) main[dir="rtl"] blockquote span {
    margin-right: -13px;
    margin-left: 0;
    padding-left: 1px;
    padding-right: 0; }
  body:lang(ar) .news.article .header .bottom > a {
    direction: rtl; }
    body:lang(ar) .news.article .header .bottom > a span {
      right: -10px; }
  body:lang(ar) .news.article .header .dropdown-pane.share:before {
    left: 2.5rem;
    right: auto; }
  body:lang(ar) .news #news-container .trigger span {
    margin-right: 1rem;
    margin-left: 0; }

.show-for-print {
  display: none !important; }

@media print {
  * {
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #606a78;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

@media print {
  h1 {
    font-size: 2em; }
  h2 {
    font-size: 1.25em; }
  h3 {
    font-size: 1em; }
  h4 {
    font-size: 0.9em; }
  h5,
  p,
  .intro,
  .caption,
  li {
    font-size: 0.8em; }
  #navigation {
    margin-bottom: 2em;
    background: transparent; }
    #navigation header {
      border-bottom: 1px dotted #74797f; }
      #navigation header a.logo svg {
        color: black; }
  #navigation .top-bar-right,
  #collapse-navigation {
    display: none; }
  footer {
    display: none; }
  #button-set {
    display: none !important; }
  .hide-for-medium,
  .hide-for-large,
  .show-for-medium-only {
    display: none !important; }
  .columns .type-microdronescontent_image_positioned .image.positioned img,
  .type-microdronescontent_image_cover .image.cover img {
    max-width: 100% !important;
    min-height: auto !important;
    max-height: none !important;
    top: 0 !important;
    left: 0 !important;
    position: relative !important; }
  .columns .type-microdronescontent_image_positioned .image.positioned > div,
  .type-microdronescontent_image_cover .image.cover > div {
    height: auto !important; }
  .type-microdronescontent_image_slider .orbit-container {
    height: auto;
    margin-bottom: 2em; }
  .type-microdronescontent_image_slider .orbit-caption {
    background-color: #fff !important; }
  .type-microdronescontent_image_slider .orbit-slide {
    display: none; }
    .type-microdronescontent_image_slider .orbit-slide.is-active {
      display: block; }
    .type-microdronescontent_image_slider .orbit-slide .image.cover > div {
      overflow: visible;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      height: auto; }
    .type-microdronescontent_image_slider .orbit-slide .image.cover.css img {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      min-height: unset; }
  .orbit-bullets,
  .orbit-controls {
    display: none; }
  .type-microdronescontent_image_grid .box {
    background-color: rgba(61, 68, 77, 0.8) !important; }
    .type-microdronescontent_image_grid .box a,
    .type-microdronescontent_image_grid .box p,
    .type-microdronescontent_image_grid .box h3,
    .type-microdronescontent_image_grid .box h4,
    .type-microdronescontent_image_grid .box h5 {
      color: white !important; }
  #homepage .product-section .items li .position,
  #homepage .product-section .items li a .image {
    height: auto; }
  #homepage .product-section .items li.md200 .image {
    padding-top: 0; }
  #homepage .product-section .items li.md3000 img {
    margin-left: 0; }
  #homepage .product-section .items li.md1000 img {
    margin-left: 0; }
  #homepage .application-section > .slider .links {
    width: 15rem; }
    #homepage .application-section > .slider .links ul li a {
      margin: 10px 0;
      padding: 0.7rem; }
  .news .pagination,
  .news .ias-trigger,
  .news .slider,
  .news .sticky,
  .news [data-toggle='social-share-news'] {
    display: none; }
  .news.article #article-body > .row > .column, .news.article #article-body > .row > .columns {
    width: 83.3%; } }
/*# sourceMappingURL=styles.css.map */