@charset "UTF-8";

/*
! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
}

@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.visible{
  visibility: visible;
}

.\!visible{
  visibility: visible !important;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.order-2{
  order: 2;
}

.order-1{
  order: 1;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-24{
  margin-top: 6rem;
}

.ml-0{
  margin-left: 0px;
}

.mr-2{
  margin-right: 0.5rem;
}

.ml-auto{
  margin-left: auto;
}

.ml-2{
  margin-left: 0.5rem;
}

.mr-0{
  margin-right: 0px;
}

.mb-8{
  margin-bottom: 2rem;
}

.mt-16{
  margin-top: 4rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.\!hidden{
  display: none !important;
}

.h-1{
  height: 0.25rem;
}

.h-2{
  height: 0.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-5{
  height: 1.25rem;
}

.h-4{
  height: 1rem;
}

.min-h-screen{
  min-height: 100vh;
}

.w-full{
  width: 100%;
}

.w-3\/12{
  width: 25%;
}

.w-10\/12{
  width: 83.333333%;
}

.w-4\/12{
  width: 33.333333%;
}

.w-8\/12{
  width: 66.666667%;
}

.w-7\/12{
  width: 58.333333%;
}

.w-40{
  width: 10rem;
}

.w-6\/12{
  width: 50%;
}

.w-11\/12{
  width: 91.666667%;
}

.w-9\/12{
  width: 75%;
}

.w-5\/12{
  width: 41.666667%;
}

.max-w-full{
  max-width: 100%;
}

.flex-shrink{
  flex-shrink: 1;
}

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize{
  resize: both;
}

.flex-wrap{
  flex-wrap: wrap;
}

.justify-center{
  justify-content: center;
}

.border{
  border-width: 1px;
}

.border-none{
  border-style: none;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-8{
  padding-top: 2rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pl-4{
  padding-left: 1rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-0{
  padding-right: 0px;
}

.pb-4{
  padding-bottom: 1rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-24{
  padding-top: 6rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-12{
  padding-bottom: 3rem;
}

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

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

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

.font-bold{
  font-weight: 700;
}

.outline{
  outline-style: solid;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@font-face {
  font-family: "Ubuntu";

  font-weight: 400;

  src: url("../fonts/Ubuntu/Ubuntu-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Ubuntu";

  font-weight: 700;

  src: url("../fonts/Ubuntu/Ubuntu-Bold.ttf") format("truetype");
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-color: #1B1725;
  color: #fff;
}

@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}

body img, body video {
  width: 100%;
}

body .bgAnimation {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

body .stopper {
  background-color: #000;
  color: #00A5C0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

body .stopper h3 {
  font-size: 7.8vw;
  font-weight: 700;
  margin-top: 15vh;
}

body .nolinebreak {
  white-space: nowrap;
}

body .bgAnimation img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body > .max-w-full {
  position: relative;
  z-index: 10;
}

body .resonac_container{
  padding: 1rem;
}

@media (min-width: 768px){
  body .resonac_container{
    margin: auto;
    max-width: 768px;
    padding: 2rem;
  }
}

@media (min-width: 1024px){
  body .resonac_container{
    max-width: 1280px;
  }
}

body header {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 40%);
  height: 95px;
  font-size: 15px;
  z-index: 2000;
}

@media (max-width: 1100px) {
  body header {
    font-size: 13px;
  }
}

@media (max-width: 960px) {
  body header {
    font-size: 11px;
  }
}

body header .menu {
  margin-top: -5px;
  position: absolute;
  right: 20px;
}

body header .menu .menuSelector {
  display: none;
}

body header .menu .menuSelector:hover {
  cursor: pointer;
}

body header .menu .menuSelector:before {
  content: "";
  display: block;
  width: 40px;
  height: 48px;
  background: url(../images/burger-menu.svg) no-repeat center center/100% auto;
}

body header .menu .menuClose {
  display: none;
  position: absolute;
  top: 12px;
  right: 10px;
}

body header .menu .menuClose:hover {
  cursor: pointer;
}

body header .menu .menuClose:before {
  content: "";
  display: block;
  width: 40px;
  height: 47px;
  background: url(../images/burger-menu-close.svg) no-repeat center center/100% auto;
}

@media (max-width: 961px) {
  body header .menu {
    right: 10px;
  }
}

@media (max-width: 768px) {
  body header .menu {
    top: 12px;
  }

  body header .menu .mobile {
    display: none;
  }

  body header .menu.open {
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }

  body header .menu.open .menuSelector {
    display: none;
  }

  body header .menu.open .menuClose {
    display: block;
  }

  body header .menu.open .mobile {
    display: block;
    background-color: rgba(0, 0, 0, 0.9);
    margin-top: 59px;
    padding-top: 10px;
    height: 100%;
  }

  body header .menu.open .mobile a {
    font-size: 7vw;
    margin: 10px 26px;
    font-weight: 700;
    text-transform: uppercase;
  }

  body header .menu .menuSelector {
    display: block;
  }
}

body header .logo {
  position: relative;
  top: -8px;
  left: 12px;
}

body header a {
  font-weight: 400;
  color: #fff;
}

body header a:hover {
  color: #00A5C0;
}

body header a.active {
  color: #00A5C0;
}

body main h1,
body main h2 {
  color: #fff;
  font-size: 76px;
  font-weight: 700;
  line-height: 78px;
  text-transform: uppercase;
}

body main h1.style1,
body main h2.style1 {
  font-size: 9vw;
  line-height: 8.7vw;
}

@media (min-width: 1600px) {
  body main h1.style1,
body main h2.style1 {
    font-size: 146px;
    line-height: 131px;
  }
}

@media (max-width: 768px) {
  body main h1.style1,
body main h2.style1 {
    font-size: 11.3vw;
    line-height: 11.5vw;
  }
}

@media (max-width: 520px) {
  body main h1.style1,
body main h2.style1 {
    font-size: 10vw;
    line-height: 10vw;
  }
}

body main h1.style2,
body main h2.style2 {
  font-size: 5vw;
  line-height: 5vw;
}

@media (max-width: 768px) {
  body main h1.style2,
body main h2.style2 {
    font-size: 7vw;
    line-height: 7vw;
  }
}

body main h1.style3,
body main h2.style3 {
  font-size: 3vw;
  line-height: 3.2vw;
}

@media (max-width: 768px) {
  body main h1.style3,
body main h2.style3 {
    font-size: 6vw;
    line-height: 6vw;
  }
}

body main h1.style4,
body main h2.style4 {
  font-size: 108px;
  line-height: 112px;
  font-weight: 700;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: top left;
  position: absolute;
  z-index: 10;
  top: 600px;
  left: 10px;
}

@media (max-width: 1200px) {
  body main h1.style4,
body main h2.style4 {
    font-size: 8vw;
    line-height: 8.3vw;
    top: 49vw;
  }
}

@media (max-width: 640px) {
  body main h1.style4,
body main h2.style4 {
    top: 89vw;
  }
}

body main h2 {
  font-size: 4vw;
  line-height: 4vw;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 2000px) {
  body main h2 {
    font-size: 76px;
    line-height: 82px;
  }
}

@media (max-width: 768px) {
  body main h2 {
    font-size: 7vw;
    line-height: 7vw;
  }
}

body main h3 {
  font-size: 3vw;
  line-height: 3vw;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  body main h3 {
    font-size: 10vw;
    line-height: 10vw;
  }
}

body main h3.style1 {
  font-size: 9vw;
  line-height: 8.7vw;
}

@media (min-width: 1600px) {
  body main h3.style1 {
    font-size: 146px;
    line-height: 131px;
  }
}

@media (max-width: 768px) {
  body main h3.style1 {
    font-size: 11.3vw;
    line-height: 11.5vw;
  }
}

@media (max-width: 520px) {
  body main h3.style1 {
    font-size: 10vw;
    line-height: 10vw;
  }
}

body main h3.style2 {
  font-size: 6.2vw;
  line-height: 6.2vw;
}

@media (min-width: 1600px) {
  body main h3.style2 {
    font-size: 102px;
    line-height: 101px;
  }
}

@media (max-width: 768px) {
  body main h3.style2 {
    font-size: 15vw;
    line-height: 14vw;
  }
}

body main h3.style3 {
  font-size: 5vw;
  line-height: 4.8vw;
  font-weight: 700;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: bottom left;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 7vw;
}

@media (max-width: 768px) {
  body main h3.style3 {
    font-size: 52px;
    line-height: 46px;
    bottom: 78px;
    left: 20vw;
  }
}

body main h4, body main h5 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1034px) {
  body main h4, body main h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  body main h4, body main h5 {
    font-size: 18px;
    line-height: 25px;
  }
}

body main a, body main a:visited {
  border-bottom: dotted 1px;
  padding-bottom: 2px;
}

body main a.noUnderline, body main a:visited.noUnderline {
  border: none;
}

body main a:hover {
  color: #00A5C0;
}

body main strong.bigger {
  font-size: 19px;
}

body main i > strong,
body main .highlight {
  color: #00A5C0;
}

body main i > strong {
  font-weight: 400;
  font-style: normal;
}

body main a.button, body main input.button {
  border: #00A5C0 solid 1px;
  padding: 12px 24px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
}

body main a.button:hover, body main input.button:hover {
  color: #00A5C0;
}

@media (max-width: 768px) {
  body main a.button, body main input.button {
    padding: 8px 20px;
    font-size: 18px;
    width: 100%;
  }
}

body main a.button.active, body main input.button.active {
  background-color: #00A5C0;
  border: #fff solid 1px;
}

body main a.button.active:hover, body main input.button.active:hover {
  color: #000;
}

body main a.button.icon-upload, body main input.button.icon-upload {
  position: relative;
  padding: 12px 70px 12px 20px;
}

body main a.button.icon-upload:after, body main input.button.icon-upload:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 25px;
  height: 25px;
  display: block;
  background: url(../images/jobs/upload.svg) no-repeat center/100% auto;
}

body main section p {
  margin-bottom: 10px;
}

body main section ul {
  list-style-type: inherit;
  padding: initial;
  margin: 0 0 10px 13px;
}

body main section.shade {
  background-color: rgba(0, 0, 0, 0.7);
}

body main section.green {
  background-color: #60FFBB;
  color: #000;
}

body main section.green .leaf {
  position: relative;
  top: 14px;
  left: -7px;
}

body main section .animate.step1 .p1 {
  color: #fff;
}

body main section .animate.step2 .p2 {
  color: #fff;
}

body main section.collapsGrid, body main section.collapsGrid {
  padding-top: 0;
}

body main section.collapsGridBottom {
  padding-bottom: 0;
}

body main section.electrodes {
  position: relative;
  background: rgba(0, 0, 0, 0.7) url(../images/wiederholungsraster17.png) no-repeat center center/cover;
}

body main section.electrodes .modelview canvas {
  position: relative;
  height: 700px;
  width: 800px;
  z-index: 20;
}

@media (max-width: 1024px) {
  body main section.electrodes .modelview canvas {
    height: 411px !important;
    width: 450px !important;
  }
}

@media (max-width: 768px) {
  body main section.electrodes .modelview canvas {
    height: 311px !important;
    width: 350px !important;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  body main section.electrodes .modelview canvas {
    height: 306px !important;
    width: 342px !important;
    margin-left: -15px;
  }
}

body main section .percentDisplay {
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  background: url(../images/bg-prozent-anzeige.svg) no-repeat center center/93.8% auto;
  height: 350px;
  width: 350px;
  margin: 40px auto 0 auto;
}

body main section .percentDisplay .textEnv {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 180px;
  margin-top: 136px;
}

body main section .percentDisplay .textEnv .highlight {
  font-size: 49px;
  color: #fff;
  font-weight: 700;
}

body main section .percentDisplay .redIndicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

body main section .percentDisplay .redIndicator svg {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: 31;
  stroke-linecap: round;
  transform: rotate(113deg);
  transition: all 1.3s ease-in-out;
}

@media (max-width: 920px) {
  body main section .percentDisplay {
    height: 310px;
    width: 310px;
  }

  body main section .percentDisplay .textEnv {
    margin-top: 117px;
  }
}

@media (max-width: 540px) {
  body main section .percentDisplay {
    height: 290px;
    width: 290px;
  }
}

body main section .animate.step2 .redIndicator svg {
  stroke-dashoffset: 146;
}

body main section.map h2 {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  body main section.map h2 {
    font-size: 10vw;
    line-height: 10vw;
  }
}

body main section.map .mobileWorld {
  margin-top: 40px;
}

body main section.map .mobileWorld .continent {
  position: relative;
  padding: 50px 60px;
  margin-bottom: 26px;
  border: solid #00A5C0 1px;
}

@media (max-width: 768px) {
  body main section.map .mobileWorld .continent {
    padding: 46px 40px;
  }
}

body main section.map .mobileWorld .continent h3 {
  font-size: 8vw;
}

@media (max-width: 768px) {
  body main section.map .mobileWorld .continent h3 {
    font-size: 6.8vw;
  }
}

body main section.map .mobileWorld .continent h3:hover {
  cursor: pointer;
}

body main section.map .mobileWorld .continent h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 4%;
  width: 70px;
  height: 80px;
  background: url(../images/plus-hex.svg) no-repeat center center/100% auto;
}

body main section.map .mobileWorld .continent h3.open:after {
  background-image: url(../images/minus-hex.svg);
}

body main section.map .mobileWorld .continent .open {
  display: block;
}

body main section.map .mobileWorld .continent .hidden {
  margin-top: 60px;
  font-size: 18px;
}

@media (max-width: 768px) {
  body main section.map .mobileWorld .continent .hidden {
    margin-top: 40px;
  }
}

@media (max-width: 520px) {
  body main section.map .mobileWorld .continent .hidden {
    font-size: 16px;
  }
}

body main section.map .mobileWorld .continent .hidden a {
  text-decoration: none;
  border: none;
  display: inline-block;
  margin-bottom: 10px;
}

body main section.map .popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
}

@media (max-width: 768px) {
  body main section.map .popup {
    overflow: scroll;
  }
}

body main section.map .popup .resonac_container {
  padding-top: 27vh;
}

@media (max-width: 768px) {
  body main section.map .popup .resonac_container {
    padding-top: 40px;
  }
}

body main section.map .popup .lineList > div {
  border-bottom: 1px solid #00A5C0;
  padding-bottom: 2px;
  padding-top: 2px;
}

body main section.map .popup h4 {
  color: #00A5C0;
  font-size: 2vw;
  line-height: 2.1vw;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  body main section.map .popup h4 {
    font-size: 4vw;
    line-height: 4.1vw;
  }
}

body main section.map .popup a.close {
  position: absolute;
  top: 7vh;
  right: 6vw;
  width: 90px;
  height: 105px;
  display: block;
  border: none;
  background: url(../images/close.svg) no-repeat center center/100% auto;
}

@media (max-width: 768px) {
  body main section.map .popup a.close {
    top: 3vh;
    right: 5vw;
    width: 70px;
    height: 85px;
  }
}

body main section.map .world {
  position: relative;
  min-height: 492px;
  background: url(../images/world.png) no-repeat center center/100% auto;
}

body main section.map .world.notypo {
  background-image: url(../images/world_notypo.png);
}

body main section.map .world .country {
  background: url(../images/flag-neutral.png) no-repeat center center/100% auto;
  display: block;
  position: absolute;
  width: 24px;
  height: 30px;
  top: 0;
  left: 0;
  border: none;
}

body main section.map .world .country.at {
  top: calc(50% - 86px);
  left: 47.5%;
}

body main section.map .world .country.at:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAABDCAMAAAD6SOYTAAAAdVBMVEUAAAD////GABvGAB3GABnIABbRAADFAB7GAB7GAB3FAB7FAB7GABzGABzJABvHABrLAB7FAB3GAB3GAB3FAB7FAB3GAB3GAB3GAB3FAB7GABzGAB3GABzHAB3GABzgfojSOEnGAB3////9+Pn78PLgfojROkuH3GiCAAAAIXRSTlMASUjvEwsF+NjInIhsWjAoIvvp493QwLetkXVQP35jSUlsl2WwAAAA4ElEQVRIx+3XyQ6CMBgE4EpFQRFkX13G7f0f0QOJAcLSjuFAwnefw39oOiNGnKyLKRiuDSA86Qe3B9RsVy+4KyR+DluNZBmhSRY7xaCXoCsqlY7MffRI3MkjHYkW5ZMNC8OkM3zyOcU4y+gPmsc9JqVeT/IaQIWfd0+uYqiSTuvIDDriqnmkpuxcP60Q+vZHUwgbnMATYBnLi75ZN/FkbcSDtUbX6BpdozNGX6yN+LDuy/s4+OgfXzNfCOgaQpcfunLxRY+ul3Sp5as0XeDp2UCPFX4i0cOMnoOzjFB++vK+QLJyi898g7QAAAAASUVORK5CYII=");
}

body main section.map .world .country.us {
  top: calc(50% - 60px);
  left: 19.5%;
}

body main section.map .world .country.us:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAABDCAMAAAD6SOYTAAACalBMVEUAAAD//v7LAh3NBR7LABvKABz////PEyzbHzP////LABvKABvLABv////LABvLABrOByLVABz/+fnMu8L77e8qNF/SJTzLABr////KABr33uPMABosOWP99PTKABwpOGIuN2TTGC0uLnTwtr6OkqouOWP88fTbVmnLABtZJErTKUL///8sOGLk5ur009nKABv10tj////56+y1ucf11NkqNWDOFC3///9HUHVmbo48RG3KABx5gJvOEy7bV2nOEy7////AAh7LABuQlaz66OvSKUDwtr9UXoA4Qmv98/XaVmopNGDTKUHKABv///8vO2Z0fJX////10tn////1x8vqnaHqk53gaXPcW2XVNEa8v80oNWH21dr////OABvZ2d/SDy3bUm1RI0b////////LABwqNWDOFC7TKkH89PXWN0f66OvOESrzxsv//f39+fnrnqHokp3gaXXdXGbMCCP11Nnwt7/7+fotOGI0PmfRIjr66+388vQyPGY3Qmo2QGnbV2ovOmQuOWOAgJj10tjzxctocI7y8/U8Rm0sNmHAAx9+fZdZJUtCTHLNECo6RGy8v82ussNTW34/SW+ytsVLVXlHUHXk5euMkqmKkKeDiaJ5gJtWX4FQWXzs7fDAw9Cip7lsc5Jka4rv8PK1uceHjaV/hZ92fZhxeJRfZ4dcZIVETXNbLlPZ2uLIy9W4vMmwtMOAhqB7gp1ZYYPt3+TS1d7S1N3Mz9noyNCqr7+qrr+orL3jr7mWnLGSmK3fl53cjJmceIxlY4NkW3vaandiU3NiUHHSWmZeQGFZJ03IK0TGIz3EFjDCCibZCsD8AAAAZHRSTlMASUkZ/O4oKAfq3NDGwKVrNxINC+Lgt5CPfWBaVUg/Ig4LBfj4+PX19fHx7e3o6OPd3NfX0NDQyMjAt7etraKimpqZkY+PiIiIfX11dXNsbGNgUE5JSUlJSUlIPzcvLygiHBYSikV/fgAAAyhJREFUSMfN11V3E0EYgOFpqpQWaXF3d3d3d3eaDy8OM8DusguUXSBEm6RtUnfqxd2d/8ROUqrJ2k15Ti5y8549+82cZAYp6BvfezAy4kCC2Wye2Fd/eGRxlDkgoYu+cMja0ffM/3SK1FH26w4VP483GrMuTmN4cDYG+Pj8djOTtmgJBy21pQNA2t2UFhL3q77kxnEsx7VJqUVHFcs9U/1AtUmpsRvChwPn5NhFwAJN8x9fb2tK/9Bh8srhxOLk+fo8IqcVv66F0iM2RLlpvMsNsnRXZZ4A8OCeOaSonl1bhXunl9u9HEgSsBn2dAiXUtGdW7zkPAkIZjCk+0FieEYhpToOaFzJVcM8b50AIJXl2HwQVPH7mIL5hxp2nVBr82IgAojVr0QQGJp+en1FydAVyQjNKiXYSpySUOvAjCgK2JfHB9dVWYcYVOPx0scwmdmBDQj+HE8dr5ZSESjL7gOQY589gwDGwBXZ3aAtZVkCpFhOOBaD3wGYtTIaUwBw5ma/eAQAuPTJs3wI+v7toopdCBPAWbZMCTgeWFcuCzwDwXVVYUK+OgsvihZBLCojzCOLwOWXOCVtqa3gTWDC3rtVfpA5qrIzeW1picsBQOTERScsACmqsQDAjz+XVJiQ1cpiZ6ZVYFmrQOrLCbaKRE6/vj+vYgedsJhbYKdPkvIqn5ZBUFpBqooIOmGpJKcY6ISJK5ejE9a4ruXFbt4pugVLRj7HuOUJp2VZJG3pSw8dKPBZ2dXBXwmbpxRr3MOFDqAchV4CMpJRSHfWl3fnVGxHVo4FimVYDDLMcpzG3QQh/Nfp/aBb928FyN8CPny+oGInuhrGWTURKMWo9krvNHNGj23oYcBp+jmtiwmZjWqv9KRRu9EJo/q305aYaSykf82oT7dTBixLQrLBy4/r1XTyip1r1iPehJoxxWsOo9fHoRbieo9SDBSP85ELj6mbEeYSsW/aZWUT+qCwNndICS+1VxJSkNQrNVyZGINUxCSGDCdvRRpEdLvR2ojVyUiTuDUjb7aw4DDSLLJT85OzzlvdgI5N53XdOkc33BIM6LokKiEWGRSJlPwF4Li678jZ/6sAAAAASUVORK5CYII=");
}

body main section.map .world .country.es {
  top: calc(50% - 74px);
  left: 43.5%;
}

body main section.map .world .country.es:hover {
  background-image: url("data:image/png;base64,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");
}

body main section.map .world .country.cn {
  top: calc(50% - 44px);
  left: 80%;
}

body main section.map .world .country.cn:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAABDCAMAAAD6SOYTAAAA5FBMVEUAAADLHCLNGiDLHCPbACTKHCLUGh/WFRXLHCHLGyLLHCLLHSPKHCLLHCLLHCPLHCHLHCLKHCPLHCLKHCLMGyLMHCDLGyLLHCLLHCPLHCLLHCLKHCDLFx7IGxvLHSP33ijLHyP23CjNKCPMISPOLCPQNSPPMSPMJCP22ij01CjdcSTVTCPROiP12CjyyyfvvSfnnCXSPyPkiyXdbCTbZSTxxCfssCbgeyXURyPTQyPwwSfttSfuuibpoyblkSbWTyTYVyPz0SfxyCfmmCXihSXhgCXqqybppSbfdiTcaiTZXSTqqiYao4flAAAAHnRSTlMASSn7B+cTDJBe893Q7cBryLeifU832K2aiHQ/Ihy+r2BJAAACUklEQVRIx62X13LqMBCGgUDonUASwiL3irGx6b2lnfd/n8PADGCMF1uT78oXfCP9WmTvRhDS9WoyQkOsBACJdHjx+RVOlF7CifH3DJypPIcwa1m4JvMeDxqyALdka4FCpp7gDoXYw5DFPPjwikeO1sGffNE/8kcZcOrR+2Ly7QkeUr4XOZ2AIDylbiM3c6jgjuwK2YAw5JpoSJzGBxoSj/x2uI4loCMRiwAOJwFvwT2ij1RRXe4dOlXqGWs7qMpyrg2rMmPshEAq54zhAtHMz406YgOp7FyFK3jR6okBN2wZXwSuIZYUUFVlQwcv46UkirgqDRh5eEcdDXbm2E8lR0ZKuz3jj4+uE1AVeUt8VPZ70D2wYdptedLtzmbz1eWn/PdU6UxHxGdV1u4y7TOd+ZJcryrMe/ZK8ssqaVPmbPYE4i63bREOOSZ+oRxlpu9wnnoTvDjC51Ht7Al4wdXx5LTqlgut/nTasnHYdF/0Xlx8w8RkFFNzpp3Or0ddjlFV2PRVHoi1WJuce0lRWAwFnvNXfwYaOf13JrpL5Xt9RekPWV+V/Irna2rdlGbLyHsJy3r96IIs/g2GSFYE3hZ0WwqtsiLdG1FY6cMVncqbM8OhU8GRGaOn06j612S903gqVdNMnXLDQEYsquL8vUr/aaZtCFLJYxty21CG6bxi5VBiNurqK7OAgDfW8WoGFdB2vlUJIOZ8hoiXHKrho0s68aAgCEihCrFg8wblzFHLegtSjSMCVqhKKxKYVgMtCE4zd+nXQ1PMn6cEijkULQgOfqz/AawjW9mlPs/tAAAAAElFTkSuQmCC");
}

body main section.map .world .country.jp {
  top: calc(50% - 59px);
  left: 87.5%;
}

body main section.map .world .country.jp:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAABDCAMAAAD6SOYTAAABDlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+tABj+/f39+vqvBx6uAxr57e736euwCiHFTV6xDiT89vf68vP67/D35unx1trLXWzBQVK9NEfv0NTouL7ns7rlsLfNZHK7LkK5Jzy3IDW1GS6zEynpvsTjq7Lgn6jemKHXhZDVfYnSc4DQbXrDRljAO02/N0r14uX03+Lz297sxcvemqTbkZzSd4S0Fivtys/goqvYiJTR0ZpqAAAAJ3RSTlMASfsoEw3z3dAH7cCPa+jIt6J9YTcc+NiaiFo/IurjrZF1UE4vq3MniUXTAAACP0lEQVRIx53XaVMaQRCA4WWRS1AORRSId9Iz457c9ykgp7dJ/v8fScpKUUqmpxff70/tznTV7oymKJtJBbSvdB0HgNPs9nDnWIf34ofbwchFENYld7aQlyH4WPAi4hH6o7BZ6NLTIs91kBS9JuXeLsjTj9VL9mUAb3cPh/kEqMv45DBwcgRkCb9EHuyDl/TzzSXnwgTBlpw/g20K59BF0p3l32X2FOSJolkqcJB2dBLQtDjI4lZrtlh167XO+FFI+Te/JnXNTt9g/3pzxg8y7ZNQ8dQZsI/Zi18lL5QXX9ZPXDfslDlJuTW1maRag1PUnLtMllH7SdDiq83kGY6ppHzkMrSZUNGHBcOzWxyn/NllihyLo7SwZKoGTZTypq2kxqvAqJgzdcsSRs06QQcVjFbeCHrTwuitzYgmGG3dUPQOo22afv2FXzDaGFLb1MZouUfQYQOjokrQuolRTuyTMRcYBbOrft8RRyn/rXxs7R6nUFmp9ncsAKdi4uK0WuLKz1rVQLfXIj6m9w6y3F6T/IRXqlLbbRcoCtyaGZIPeIVzkgIURkv389b2pmVvfzrgjxNnsH60u5o+FbiMxmVWlBrP1Xqv3+86d7dlweW/ZvzUI8yyVeQgTY8FtL8FYjog0Scvf2IrGPJ9OleGPMPgj8jGkT0VpAx+nE8ngS6MXCIOwwTcP9CQ1oPCB4JEDCrqp+8b8oFcaR66Cv0/kFSEQNigkmnNc+nv6EDocmHiikJelvQYcjEi76HYQOjUu/MHDM++uW3NdUoAAAAASUVORK5CYII=");
}

body main section.map .world .country.hk {
  top: calc(50% + 9px);
  left: 78.5%;
}

body main section.map .world .country.hk:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAABDCAMAAAD6SOYTAAACfFBMVEUAAADaAzP////cDTcgLKy9LkQiKbQlL6kkL6j///8lL6jZCDb//PwjL6gkL6riQGT97e8gMKn////XADH///8kL6nXADEkMKj////////YADAkL6klL6jYADErNaTYADAkL6n///8kMKkkL6nYADElMKgjMKnYADHztMQjLqr/////////////////4uzbACTYADCQgmX////98vT0xc/10Cf98vXeJlA6KJjobIjXADD10Cj////bF0LeJ0/vn7FBRZXna4gkL6nYADH///8lL6mXhl/////0xM/////yzCf////////0xc/XADD3zyj43OPqc4/fJ07///8oMaa2CEUlLqfoa4ZmZoDwnrQlLa3LrUPtbYnbAC7/zBolMKnYADH////10CjSATQpLqbeJ1D65er98/XhQmbzzij1xc/0vsrxtMGCGWzbF0OBFmomMacsNqP54ecwOKHfO2FMTo8+Q5jobIg4PpzV1+5ASbMoMqYpM6UrNKQ0PJ5BRZZ5cHO0nU/YBzY6KZlJS5FkYYBtZ3uvmlEmMag7QZpFSZNeXITlwzAzOp9QUYyGe2q1CEfEqUXYujjcvDbqxy1pZH19c3CAdm+KfmiWh2Gbil6gjlulkli5oUvAp0fHrEPhwTLmxS/vyyr99/j76OzxrLwqNKXoc45cWoVya3eDeG3iS22QgmWSg2TfNVyjkVnaFEHdvTXuyivxzCr42eBARbBWVYlZWIe8pEnNsT/RtD3TtTvVuDrfvzTsySz0vck+Pqs7MaBYV4doY33hPmO3FFDFqkTKr0HV0ej42uDSxN/QudXKlbjJiq/VYoe/RXiOIm68M2mqllWqllRPVI0XAAAAX3RSTlMASUkoFA4J7djQy49tbF1JSCwH+/r69fHt6enm3dzAvLeimoN9dVBOSUg3KBkSDQf++PXx6OPd3dDQyMjAwLetraujopmRkY+PiIh9YWBgWklJSD8/Pzc3KCIiIhwcCnuJZFYAAAPUSURBVEjHxdNVw9JQHMfxY3d3d3d3d3fHT+yZm3OI0kqnhPH4FNjd3d3tG/IAgttw1I2fGy7gy9n/nDOSQd3qnaqSQjSoCaBV3fzDyh0diKu5NL+wapdmSJlYOY+ya2uINeuS68jL20KudddcwipTzfZ7Wsi1bZC1rFMNWrXVpwfAqiHi6Jh55B7VEcMaYhV3hAV4HknV6iiHK9vjD63NCTgvc9C5Nfireg+FA+nUBCnnizn47F4Ifh5i7f81ct1WSGANOsAQuKC1vVXz145q4TBwSGkyRT7y4ppIYi1H1WCvlFuuPPYdC96F7vyRs0iRj7xqPERYW7lVdzdaZH5yPFSuMRTZ1ZAaviQZrp054CwkrelRsfVR1HMywvw0vSsTIPP8y7gV8XLekPB5SPF+T8iznmKCnoDggMyB/arGM/oSMmr9+qATKdz5C1afy3WNYeIp88htFF7abEZZqlK16EXoD8o4iNqXJx7cePKElvE2fCMSvH/MyMpSqmIstesgprccNYcTJW0fnrA6IXXn42mqfjzVQspV5EmmtwJHvJB58eMqVS+Wlurxl9Z7tzh082TygZmb4bcmNSfZqkOH11EVYulDA1J0rgtXio77S5Np6Ir/ctFxt0EhjfqQwvI8p9e/CjIn4+XNpyVeHcfzZxXSW0dZSFgeRC6XMzElpSdPcJA59OYgVYF46H+bNRBxWOzXBMuN++VRs6fUaCrze+U7/On27dsf5pMSZj0TOSJe1njR6sXRx+4TQXfxY4F1mazxb9PPVQjRZQOiZXVqHuDuX9ab3hk1gQsstGrDv1P98TBtf2kgIZSqcY/OYT0umlSeQm1n6E6VGKXv3T3ASDeIt2mQ5vnnM1R3AoerjLZPzRbxXRS0AG/SAU4DkL7D16kKBIDG/pTu1Y2LRo6NL8lpLHzsU4CU/FxBOS8+oDfv1sOSY0fc7lemizYnYs5mTSm961ggzNDLE42EyvwCh6TsKcUJpmKz+doxH49sXny7RNUjyEbxcP5TujF/d96foiqSncp2K/j+9Ry1gGwowMHE+7quUP8r3Z7Bsx3KnnUnqkJV/E/p5uz2SG1OqE+2Zvd6r8TrrXH1yMh1hWlZiZC5LQsIG9WqQqgqtRrlW7ajSyZUGrspH8MWEpH6Q7fkalDthkSi4ayBqpx06E3S9O6QQ1ijJ/mnnjWyhC1mE0VzBm/LYHpfoowe1C4lYyqRLCq1W/cvbbqRHHRrkxY27dyP5KRf56aSsP+kNSRnqyfs+2vEMpKXRcmDal6b5K12cxo2ntaHFKDPZNXoXqRADUkmvwEoNpIOky/MXgAAAABJRU5ErkJggg==");
}

body main section.map.contact .world {
  min-height: 692px;
}

@media (max-width: 768px) {
  body main section#management h3.style2 {
    font-size: 12vw;
    line-height: 12vw;
  }
}

body main section#management .mobileLegende {
  padding: 5px 14px;
  font-weight: 700;
  font-size: 12px;
}

body main section#management .mobileLegende i {
  color: #00A5C0;
  font-weight: 400;
}

body main section#management .mobileLegende small {
  font-weight: 400;
}

body main section#management .legende {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body main section#management .legende .member {
  position: absolute;
  display: block;
  width: 46px;
  height: 58px;
  background: url(../images/plus-hex.svg) no-repeat center center/100% auto;
  border: none;
}

body main section#management .legende .member.active {
  background-image: url(../images/minus-hex.svg);
}

body main section#management .legende .member:hover {
  cursor: pointer;
}

body main section#management .legende .member.m1 {
  left: 9.5%;
  top: calc(50% - 57px);
}

body main section#management .legende .member.m2 {
  left: 21.5%;
  top: calc(50% - 10px);
}

body main section#management .legende .member.m3 {
  left: 32.8%;
  top: calc(50% - 16px);
}

body main section#management .legende .member.m4 {
  left: 44%;
  top: calc(50% - 78px);
}

body main section#management .legende .member.m5 {
  left: 53.5%;
  top: calc(50% - 67px);
}

body main section#management .legende .member.m6 {
  left: 63.5%;
  top: calc(50% + 7px);
}

body main section#management .legende .member.m7 {
  left: 73%;
  top: calc(50% - 79px);
}

body main section#management .legende .member.m8 {
  left: 87%;
  top: calc(50% - 81px);
}

body main section#management .legende .member .infos {
  position: absolute;
  background: url(../images/empty_hex.svg) no-repeat center center/100% auto;
  text-align: center;
  top: 42px;
  left: -74px;
  width: 194px;
  height: 229px;
  padding-top: 53px;
  line-height: 19px;
  padding-left: 8px;
  padding-right: 8px;
}

body main section#management .legende .member .infos i {
  color: #00A5C0;
  font-size: 13px;
}

body main section.scrollRight {
  position: relative;
  overflow-x: auto;
}

body main section.scrollRight.resonac_container {
  max-width: 5600px;
}

body main section.scrollRight .env {
  width: 4600px;
  height: 500px;
}

body main section.scrollRight .env > div {
  float: left;
  height: 550px;
}

body main section.scrollRight .env > div.el1 {
  width: 1200px;
}

body main section.scrollRight .env > div.el2 {
  width: 1200px;
}

body main section.scrollRight .env > div.el2 img {
  height: 550px;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
}

body main section.scrollRight .env > div.el3 {
  width: 900px;
}

body main section.scrollRight .env > div.el4 {
  width: 1300px;
  padding-left: 80px;
}

body main section#jobApp .resetFilter {
  font-size: 16px;
}

body main section#jobApp .filter {
  padding-right: 30px;
  position: relative;
}

body main section#jobApp .filter:after {
  display: block;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 35px;
  height: 100%;
  background: #00A5C0 url(../images/icon-select.svg) no-repeat center/18px auto;
}

body main section#jobApp .filter select {
  background-color: #000;
  border: #00A5C0 solid 1px;
  text-align: center;
  font-weight: 700;
  padding: 7px 4px;
  width: 100%;
}

body main section#jobApp form.apply input {
  width: 100%;
  padding: 1px 8px;
  margin-bottom: 12px;
  color: #000;
}

body main section#jobApp form.apply input#dsgvo {
  width: auto;
  margin-right: 10px;
  float: left;
  margin-top: 5px;
}

body main section#jobApp form.apply input.data.job {
  display: none;
}

body main section#jobApp form.apply input.button {
  width: auto;
  color: #fff;
  font-size: 14px;
  padding: 16px 21px;
}

body main section#jobApp form.apply button {
  background-color: #00A5C0;
  border: solid 2px #fff;
  color: #000;
  padding: 11px 20px 11px 20px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

body main section#jobApp .list {
  list-style-type: none;
  width: 100%;
  margin: 40px 0 0 0;
  padding: 0 40px 0 0;
}

body main section#jobApp .list > li {
  border: 1px solid #00A5C0;
  border-top: none;
  padding: 18px 40px;
  position: relative;
}

body main section#jobApp .list > li.border-none {
  border: none;
}

body main section#jobApp .list > li .p1, body main section#jobApp .list > li .p2 {
  overflow: hidden;
  height: 22px;
  font-size: 16px;
  font-weight: 700;
}

body main section#jobApp .list > li.head {
  border-right: none;
}

body main section#jobApp .list > li.head:hover {
  cursor: pointer;
}

body main section#jobApp .list > li.head:after {
  content: "";
  background: url(../images/plus-hex.svg) no-repeat center/100% auto;
  display: block;
  width: 73px;
  height: 65px;
  position: absolute;
  top: 0;
  right: -35px;
}

body main section#jobApp .list > li.head.active:after {
  background: url(../images/minus-hex.svg) no-repeat center/100% auto;
}

body main section#jobApp .list > li.head:first-child {
  border-top: 1px solid #00A5C0;
}

body main section#jobApp .list > li.body {
  display: none;
  overflow: hidden;
  padding: 40px 40px;
}

body main section#jobApp .list > li.body .close {
  position: absolute;
  top: 9px;
  right: 16px;
  width: 90px;
  height: 105px;
  display: block;
  border: none;
  background: url(../images/close.svg) no-repeat center center/100% auto;
}

@media (max-width: 768px) {
  body main section#jobApp .list > li.body .close {
    width: 66px;
    height: 72px;
  }
}

body main section#jobApp .list > li.body.active {
  display: flex;
}

body main section#jobApp .list > li.body .txt {
  margin-top: 40px;
}

body main section#jobApp .list > li.body .txt h4, body main section#jobApp .list > li.body .txt h3, body main section#jobApp .list > li.body .txt h5, body main section#jobApp .list > li.body .txt h6 {
  margin-top: 20px;
  margin-bottom: 8px;
}

body main section#jobApp .list > li.body ul li {
  padding-left: 10px;
}

body main section#jobApp .list > li.body ul li:before {
  content: "•";
  color: #00A5C0;
  display: inline;
  position: relative;
  left: -11px;
  margin-left: -7px;
  font-size: 18px;
  line-height: 20px;
}

body main section.hero, body main section.fwImage {
  position: relative;
  overflow: hidden;
}

body main section.hero .text2, body main section.fwImage .text2 {
  position: absolute;
  top: 4vw;
  left: 24vw;
  width: 45vw;
  font-size: 1vw;
}

body main section.hero picture img, body main section.fwImage picture img {
  max-width: initial;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

body main section.hero picture img.contain, body main section.fwImage picture img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

body main section.hero.slider, body main section.fwImage.slider {
  max-height: 100vh;
}

body main section.hero .heroSlider .splide__list, body main section.fwImage .heroSlider .splide__list {
  height: 100vh;
}

body main section.hero .splide__pagination, body main section.fwImage .splide__pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

body main section.hero .muteButton, body main section.fwImage .muteButton {
  display: block;
  position: absolute;
  border: none;
  top: 90px;
  right: 60px;
  width: 80px;
  height: 100px;
  background: url(../images/Resonac_Mute.svg) no-repeat center center/100% auto;
  z-index: 1000;
}

body main section.hero .muteButton.active, body main section.fwImage .muteButton.active {
  background-image: url(../images/Resonac_Unmute.svg);
}

@media (max-width: 768px) {
  body main section.hero .muteButton, body main section.fwImage .muteButton {
    top: initial;
    bottom: 12px;
    right: 8px;
    width: 42px;
    height: 52px;
  }
}

body main section.hero video, body main section.fwImage video {
  width: 100%;
}

@media (max-width: 768px) {
  body main section.hero video, body main section.fwImage video {
    max-width: 120%;
    width: 120%;
    height: auto;
    margin-left: -10%;
  }
}

body main section.hero.topImage picture img, body main section.fwImage.topImage picture img {
  max-height: 85vh;
}

@media (min-width: 1024px) {
  body main section.hero.topImage picture img, body main section.fwImage.topImage picture img {
    max-height: 72vh;
  }
}

body main section.stats {
  padding: 180px 0;
}

@media (max-width: 768px) {
  body main section.stats {
    padding: 80px 0;
  }
}

body main section .test {
  width: 300px;
  height: 300px;
  background-color: #1c94c4;
}

body main section .hexBox {
  width: 258px;
  height: 293px;
  position: relative;
  background: url("../images/empty_hex.svg") no-repeat center center/98% auto;
}

@media (max-width: 1024px) {
  body main section .hexBox {
    width: 230px;
    height: 258px;
  }
}

@media (max-width: 820px) {
  body main section .hexBox {
    width: 180px;
    height: 205px;
    background-size: 95% auto;
  }
}

@media (max-width: 768px) {
  body main section .hexBox {
    margin: 0 auto 40px auto;
  }
}

body main section .hexBox .textEnv {
  text-align: center;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 1024px) {
  body main section .hexBox .textEnv {
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  body main section .hexBox .textEnv {
    font-size: 14px;
    line-height: 19px;
  }
}

body main section .hexBox .textEnv strong {
  font-size: 20px;
}

@media (max-width: 1024px) {
  body main section .hexBox .textEnv strong {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  body main section .hexBox .textEnv strong {
    font-size: 16px;
  }
}

body main section .hexBox .textEnv p {
  margin-bottom: 0;
}

body main section .hexBox .no {
  font-weight: 700;
  font-size: 58px;
  line-height: 74px;
  color: #00A5C0;
}

@media (max-width: 820px) {
  body main section .hexBox .no {
    font-size: 48px;
    line-height: 63px;
  }
}

body main section .hexBox.size1 {
  width: 340px;
  height: 385px;
  margin: 0 5vw;
}

@media (max-width: 1024px) {
  body main section .hexBox.size1 {
    width: 275px;
    height: 310px;
    margin: 0 3vw;
  }
}

@media (max-width: 820px) {
  body main section .hexBox.size1 {
    width: 240px;
    height: 264px;
    margin: 0 3vw;
  }
}

@media (max-width: 768px) {
  body main section .hexBox.size1 {
    margin: 0 auto 40px auto;
  }
}

body main section .hexBox.size1 .textEnv {
  font-size: 22px;
  line-height: 30px;
}

@media (max-width: 820px) {
  body main section .hexBox.size1 .textEnv {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (max-width: 768px) {
  body main section .hexBox.size1 .textEnv {
    font-size: 17px;
    line-height: 22px;
  }
}

body main section .hexBox.size1 .textEnv strong {
  font-size: 26px;
}

@media (max-width: 820px) {
  body main section .hexBox.size1 .textEnv strong {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  body main section .hexBox.size1 .textEnv strong {
    font-size: 20px;
  }
}

body main section .hexBox.size1 .no {
  font-size: 96px;
  line-height: 112px;
}

@media (max-width: 820px) {
  body main section .hexBox.size1 .no {
    font-size: 76px;
    line-height: 90px;
  }
}

body main section .hexBox.size1 svg .outline {
  stroke-width: 3;
}

body main section .hexBox svg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

body main section .hexBox svg .outline {
  stroke: #00A5C0;
  stroke-width: 4;
}

body main section.contact h4 {
  color: #fff;
}

body footer {
  background-color: #1B1725;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 768px) {
  body footer {
    font-size: 12px;
    line-height: 18px;
  }
}

body footer .logo {
  width: 200px;
}

@media (max-width: 1024px) {
  body footer .logo {
    width: 170px;
  }
}

@media (max-width: 768px) {
  body footer .logo {
    width: 58vw;
  }
}

body footer .highlight {
  color: #00A5C0;
}

body footer .col0 {
  width: 30%;
}

@media (max-width: 1024px) {
  body footer .col0 {
    width: 100%;
  }
}

body footer .col1,
body footer .col2,
body footer .col3 {
  position: relative;
  padding: 0 20px 20px 20px;
  width: 23%;
}

@media (max-width: 1024px) {
  body footer .col1,
body footer .col2,
body footer .col3 {
    width: 100%;
  }

  body footer .col1 {
    margin-left: 15px;
    margin-top: 40px;
  }
}

body footer .col1:before {
  content: "CONTACT US";
  font-weight: 700;
  color: #00A5C0;
  position: absolute;
  bottom: -74px;
  left: -16px;
  transform: rotate(-90deg);
  transform-origin: top left;
  font-size: 26px;
}

@media (min-width: 1024px) {
  body footer .col1:before {
    bottom: -5px;
    left: -20px;
    font-size: 21px;
  }
}

@media (max-width: 1024px) {
  body footer .col2,
body footer .col3 {
    margin-left: 15px;
  }
}

body footer .col2:before,
body footer .col3:before {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  border-left: 1px solid #00A5C0;
  position: absolute;
  top: 0;
  left: -7px;
}

@media (min-width: 1024px) {
  body footer .col2:before,
body footer .col3:before {
    display: block;
  }
}

body footer .col4 {
  width: 100%;
  margin-top: 40px;
  position: relative;
}

body footer .col4 a {
  font-size: 13px;
}

body footer .col4 .backToTop {
  display: inline-block;
  height: 50px;
  width: 42px;
  vertical-align: middle;
  background: url(../images/icon_up.svg) no-repeat center center/100% auto;
}

@media (max-width: 768px) {
  body footer .col4 .backToTop {
    position: absolute;
    right: 13px;
    top: -52px;
  }
}

@media (min-width: 768px){
  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:m-auto{
    margin: auto;
  }

  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:mr-1{
    margin-right: 0.25rem;
  }

  .md\:mr-2{
    margin-right: 0.5rem;
  }

  .md\:mr-6{
    margin-right: 1.5rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:block{
    display: block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-6\/12{
    width: 50%;
  }

  .md\:w-3\/12{
    width: 25%;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-9\/12{
    width: 75%;
  }

  .md\:max-w-screen-md{
    max-width: 768px;
  }

  .md\:flex-shrink{
    flex-shrink: 1;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:pt-16{
    padding-top: 4rem;
  }

  .md\:pb-24{
    padding-bottom: 6rem;
  }

  .md\:pb-4{
    padding-bottom: 1rem;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pr-6{
    padding-right: 1.5rem;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-16{
    padding-bottom: 4rem;
  }

  .md\:pt-6{
    padding-top: 1.5rem;
  }

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

@media (min-width: 1024px){
  .lg\:mr-1{
    margin-right: 0.25rem;
  }

  .lg\:mr-3{
    margin-right: 0.75rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mr-8{
    margin-right: 2rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-2\/6{
    width: 33.333333%;
  }

  .lg\:w-4\/6{
    width: 66.666667%;
  }

  .lg\:max-w-screen-xl{
    max-width: 1280px;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }
}

@media (min-width: 1280px){
  .xl\:mr-2{
    margin-right: 0.5rem;
  }

  .xl\:mr-5{
    margin-right: 1.25rem;
  }

  .xl\:mr-6{
    margin-right: 1.5rem;
  }

  .xl\:mr-10{
    margin-right: 2.5rem;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-2\/3{
    width: 66.666667%;
  }
}

/*# sourceMappingURL=default.css.map */