/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.w-100 {
  width: 100% !important;
}
.txtcenter {
  text-align: center;
}
.pb-32 {
  padding-bottom: 32px;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.offset-top {
  margin-top: 8px;
}
.offset-top-2 {
  margin-top: 16px;
}
.offset-top-3 {
  margin-top: 24px;
}
.offset-top-4 {
  margin-top: 32px;
}
.offset-top-5 {
  margin-top: 40px;
}
.offset-top-6 {
  margin-top: 48px;
}
.offset-top-7 {
  margin-top: 56px;
}
.offset-bottom {
  margin-bottom: 8px;
}
.offset-bottom-2 {
  margin-bottom: 16px;
}
.offset-bottom-3 {
  margin-bottom: 24px;
}
.offset-bottom-4 {
  margin-bottom: 32px;
}
.offset-bottom-5 {
  margin-bottom: 40px;
}
.offset-bottom-6 {
  margin-bottom: 48px;
}
.offset-bottom-7 {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .offset-top-0-xs {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .offset-top-0-sm {
    margin-top: 0;
  }
}
.alpha {
  padding-left: 0 !important;
}
.omega {
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .alpha-xs {
    padding-left: 0 !important;
  }
  .omega-xs {
    padding-right: 0 !important;
  }
}
.border-radius {
  border-radius: 4px;
}
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "MuseoSans-500";
  src: url("../fonts/MuseoSans500/font.woff2") format("woff2"), url("../fonts/MuseoSans500/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MuseoSans-500Italic";
  src: url("../fonts/MuseoSans500Italic/font.woff2") format("woff2"), url("../fonts/MuseoSans500Italic/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MuseoSans-300";
  src: url("../fonts/MuseoSans300/font.woff2") format("woff2"), url("../fonts/MuseoSans300/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MuseoSans-900";
  src: url("../fonts/MuseoSans900/font.woff2") format("woff2"), url("../fonts/MuseoSans900/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MuseoSans-700";
  src: url("../fonts/MuseoSans700/font.woff2") format("woff2"), url("../fonts/MuseoSans700/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "AlmarenaDisplayBold";
  src: url("../fonts/AlmarenaDisplayBold/font.woff2") format("woff2"), url("../fonts/AlmarenaDisplayBold/font.woff") format("woff");
  font-display: swap;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*
	// Usage:
	p {
		@include font-size(13);
	}
*/
/*************************************
// RESPONSIVE DIV
**************************************/
.responsive-div {
  background: #C4C4C4;
  overflow: hidden;
  position: relative;
}
.responsive-div .responsive-div-helper {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.responsive-div .responsive-div-helper {
  margin-top: 100%;
}
.responsive-div.responsive-div-size-partner-logo .responsive-div-helper {
  margin-top: 23.2%;
}
.responsive-div.responsive-div-size-16-9 .responsive-div-helper {
  margin-top: 56.25%;
}
.responsive-div.responsive-div-size-265-170 .responsive-div-helper {
  margin-top: 64.1509433962%;
}
.responsive-div.responsive-div-size-414-365 .responsive-div-helper {
  margin-top: 88.1642512077%;
}
.responsive-div.responsive-div-size-1520-1200 .responsive-div-helper {
  margin-top: 78.9473684211%;
}
.responsive-div .responsive-div-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.responsive-div img, .responsive-div svg, .responsive-div picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: auto;
  width: 100%;
  vertical-align: top;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.theme-shadow {
  box-shadow: 4px 4px 0 #D3455B;
}
/*
	// Usage
	.foo {
		@include truncate(100px);
	}
*/
@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/belboon/icons/fonts/icomoon.eot?ubxion");
  src: url("/wp-content/themes/belboon/icons/fonts/icomoon.eot?ubxion#iefix") format("embedded-opentype"), url("/wp-content/themes/belboon/icons/fonts/icomoon.ttf?ubxion") format("truetype"), url("/wp-content/themes/belboon/icons/fonts/icomoon.woff?ubxion") format("woff"), url("/wp-content/themes/belboon/icons/fonts/icomoon.svg?ubxion#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-document-file-jpg:before {
  content: "\e916";
}
.icon-document-file-jpg1:before {
  content: "\e918";
}
.icon-document-file-pdf:before {
  content: "\e91f";
}
.icon-document-file-pdf1:before {
  content: "\e928";
}
.icon-document-file-png:before {
  content: "\e929";
}
.icon-document-file-png1:before {
  content: "\e92a";
}
.icon-document-text:before {
  content: "\e92b";
}
.icon-document-text1:before {
  content: "\e92c";
}
.icon-document-text2:before {
  content: "\e92d";
}
.icon-document-text3:before {
  content: "\e92e";
}
.icon-file-pdf:before {
  content: "\e92f";
}
.icon-file-zip:before {
  content: "\e930";
}
.icon-document:before {
  content: "\e931";
}
.icon-document1:before {
  content: "\e932";
}
.icon-login:before {
  content: "\e905";
}
.icon-close:before {
  content: "\e904";
}
.icon-mail:before {
  content: "\e900";
}
.icon-advertiser:before {
  content: "\e901";
}
.icon-agenturen:before {
  content: "\e902";
}
.icon-baustein_activation:before {
  content: "\e903";
}
.icon-baustein_technology:before {
  content: "\e906";
}
.icon-checkmark_big:before {
  content: "\e907";
}
.icon-checkmark_small:before {
  content: "\e908";
}
.icon-download:before {
  content: "\e909";
}
.icon-dropdown_big:before {
  content: "\e90a";
}
.icon-dropdown_small:before {
  content: "\e90b";
}
.icon-facebook:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e90d";
}
.icon-comment:before {
  content: "\e90e";
}
.icon-komponente_1st_party:before {
  content: "\e90f";
}
.icon-komponente_basket:before {
  content: "\e910";
}
.icon-komponente_bounceless:before {
  content: "\e911";
}
.icon-komponente_cookieless:before {
  content: "\e912";
}
.icon-komponente_id:before {
  content: "\e913";
}
.icon-komponente_linkless:before {
  content: "\e914";
}
.icon-linkedin:before {
  content: "\e915";
}
.icon-arrow_down:before {
  content: "\e917";
}
.icon-arrow_right_alt:before {
  content: "\e919";
}
.icon-arrow_right_alt_2:before {
  content: "\e91a";
}
.icon-publisher:before {
  content: "\e91b";
}
.icon-schritt_anmelden:before {
  content: "\e91c";
}
.icon-schritt_partnerprogramm:before {
  content: "\e91d";
}
.icon-schritt_provision:before {
  content: "\e91e";
}
.icon-chevron_right:before {
  content: "\e920";
}
.icon-search:before {
  content: "\e921";
}
.icon-share:before {
  content: "\e922";
}
.icon-phone:before {
  content: "\e923";
}
.icon-tools:before {
  content: "\e924";
}
.icon-xing:before {
  content: "\e925";
}
.icon-belboon_small:before {
  content: "\e926";
}
.icon-belboon:before {
  content: "\e927";
}
html {
  font-size: 62.5%; /* Sets up the Base 10 stuff */
}
body {
  background: #fff;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.wait {
  cursor: wait !important;
}
#main-wrap {
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  #main-wrap .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: "";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/*************************************
// SCROLL ANIMATION
**************************************/
.animate-me {
  opacity: 0;
  position: relative;
}
.animate-me.shown,
.no-js .animate-me,
.no-cssanimations .animate-me {
  opacity: 1;
}
/* Effect 1: Move Up */
.animate-me-move-up.animate {
  transform: translateY(150px);
  animation: moveUp 0.65s ease forwards;
}
@keyframes moveUp {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Effect 2: Move Form Right */
.animate-me-move-from-right.animate {
  transform: translateX(150px);
  animation: moveFormRight 0.65s ease forwards;
}
@keyframes moveFormRight {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Effect 3: Move Form Left */
.animate-me-move-from-right.animate {
  transform: translateX(-150px);
  animation: moveFormLeft 0.65s ease forwards;
}
@keyframes moveFormRight {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
body {
  color: #006C8C;
  font-family: "MuseoSans-500", "Helvetica", sans-serif;
  line-height: 1.45;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "MuseoSans-500", "Helvetica", sans-serif;
  font-weight: normal;
}
/*************************************
// HEADLINES
**************************************/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .key-facts-title, .light-title, .h5, .h6 {
  line-height: 1.2;
  font-family: "MuseoSans-500", "Helvetica", sans-serif;
  font-weight: 700;
  color: #1D2430;
  color: #006C8C;
  font-family: "AlmarenaDisplayBold", "Helvetica", sans-serif;
  font-weight: normal;
}
h1, .h1 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 40px;
  font-size: 4rem;
}
h2, .h2 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 54px;
  font-size: 5.4rem;
}
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 36px;
  font-size: 3.6rem;
}
h4, .h4, .key-facts-title, .light-title {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
  font-size: 2.4rem;
}
h5, .h5 {
  margin-top: 8px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
}
h6, .h6 {
  font-family: "MuseoSans-500", "Helvetica", sans-serif;
  font-weight: 700;
}
.post-content-wrap h2 {
  margin-top: 32px;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
.post-content-wrap h3 {
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
}
.light-title {
  font-family: "MuseoSans-300", "Helvetica", sans-serif;
  font-weight: normal;
}
.animation-headline {
  color: #fff;
  line-height: 54px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 37.5px;
    font-size: 3.75rem;
  }
  h2, .h2, div.article-card .card-body h3 {
    font-size: 37.5px;
    font-size: 3.75rem;
  }
  .section-head h2 {
    font-size: 32.5px;
    font-size: 3.25rem;
  }
  h3, .h3, .accordion-item-trigger {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h4, .h4, .key-facts-title, .light-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h5, .h5 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.has-more {
  position: relative;
}
.has-more .more {
  position: absolute;
  right: 0;
  font-weight: 500;
  font-family: "MuseoSans-500", "Helvetica", sans-serif;
  line-height: 1;
  white-space: nowrap;
  bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
}
/*************************************
// PREHEAD
**************************************/
.prehead {
  text-transform: uppercase;
  color: #fff;
  background: #50DCA0;
  font-weight: 700;
  display: inline-block;
  padding: 2px 32px 1px;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
}
/*************************************
// BODY TEXT
**************************************/
p {
  margin: 0 0 16px 0;
}
.lead {
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
strong {
  font-family: "MuseoSans-900", "Helvetica", sans-serif;
  font-weight: normal;
  font-weight: 500;
}
em {
  font-style: normal;
  font-family: "MuseoSans-500Italic", "Helvetica", sans-serif;
  font-weight: normal;
}
hr {
  height: 1px;
  background: #C4C4C4;
  border: none;
}
hr.border-bottom {
  height: 2px;
  background: #cfe8ef;
}
small, .small {
  font-size: 13px;
  font-size: 1.3rem;
}
.big {
  font-size: 22px;
  font-size: 2.2rem;
}
.txtcenter,
.alignc {
  text-align: center;
}
.txtleft,
.alignl {
  text-align: left;
}
.txtright,
.alignr {
  text-align: right;
}
.text-overflow {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.prg-button {
  padding: 0;
  background: none;
  border: none;
  display: inline;
  outline: none !important;
}
#prg-redirect-form {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
a,
.prg-button,
.ui-link {
  color: #006C8C;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}
a:hover,
.prg-button:hover,
.ui-link:hover {
  color: #50DCA0;
  text-decoration: none;
}
a.reset-link {
  color: inherit;
  text-decoration: none;
}
a.reset-link:hover {
  color: inherit;
}
a.block-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
a.block-link:hover {
  color: inherit;
}
.color-primary,
.primary-color {
  color: #50DCA0;
}
.text-uppercase {
  text-transform: uppercase;
}
/*************************************
// Stretched Link
**************************************/
.stretched-link-wrap {
  position: relative;
}
.stretched-link::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  content: "";
}
/*************************************
// Lists
**************************************/
.reset-list,
nav ul,
ul.menu {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}
.reset-list li,
nav ul li,
ul.menu li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
ul, ol {
  margin: 24px 0 32px;
  padding-left: 18px;
}
ul li, ol li {
  margin: 0 0 12px;
  padding-left: 4px;
}
.inline-list li {
  display: inline-block;
}
.inline-list.has-gutter li {
  margin-right: 4px;
}
/*************************************
// Blockquote
**************************************/
blockquote {
  position: relative;
  padding-top: 16px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "MuseoSans-300", "Helvetica", sans-serif;
  font-weight: normal;
}
blockquote::before {
  content: "";
  background: #006C8C;
  height: 0.2rem;
  width: 8rem;
  position: absolute;
  left: 0;
  top: 0;
}
blockquote cite {
  display: block;
  color: #50DCA0;
  font-style: normal;
  line-height: 1.5;
  margin-top: 16px;
  font-size: 18px;
  font-size: 1.8rem;
}
blockquote cite strong {
  color: #006C8C;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
}
/*************************************
// Helper
**************************************/
.rot-helper {
  display: inline-block;
  position: relative;
}
.rot-180 {
  transform: rotate(180deg);
}
.rot-90 {
  transform: rotate(90deg);
}
.content-main-headline h1 {
  font-size: 52px;
  font-size: 5.2rem;
}
.content-wrap-page h2 {
  margin-top: 60px;
  font-size: 36px;
  font-size: 3.6rem;
}
.content-wrap-page h2:first-child {
  margin-top: 0;
}
.content-wrap-page h2 + h3 {
  margin-top: 0;
}
.content-wrap-page h3 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
}
.author-avatar {
  background: #C4C4C4;
  overflow: hidden;
  height: 90px;
  width: 90px;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  line-height: 34px;
  height: 32px;
  width: 32px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  background: #50DCA0;
}
.author-avatar img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100% !important;
  height: auto;
  margin: 0 !important;
}
.author-avatar-42 {
  line-height: 44px;
  height: 42px;
  width: 42px;
  font-size: 18px;
  font-size: 1.8rem;
}
.author-avatar-52 {
  line-height: 54px;
  height: 52px;
  width: 52px;
  font-size: 20px;
  font-size: 2rem;
}
.author-avatar-90 {
  line-height: 92px;
  height: 90px;
  width: 90px;
  font-size: 50px;
  font-size: 5rem;
}
.author-avatar-inline {
  display: inline-block;
}
.button {
  border: none;
  display: inline-block;
  transition: background 0.2s, color 0.1s;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 50px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
  background: #50DCA0;
  color: #fff;
  padding: 7px 24px 6px;
  font-size: 15px;
  font-size: 1.5rem;
}
.button:hover {
  text-decoration: none;
}
.button:hover {
  background: #006C8C;
  color: #fff;
}
.button-ghost {
  background: transparent;
  border-color: #50DCA0;
  color: #50DCA0;
}
.button-ghost:hover {
  background: #50DCA0;
  color: #fff;
}
.button-ghost {
  border-width: 1px;
  border-style: solid;
  padding: 6px 24px 5px;
}
.button-white {
  background: #fff;
  color: #006C8C;
}
.button-white:hover {
  background: rgb(229.5, 229.5, 229.5);
  color: #006C8C;
}
.button-white-ghost {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.button-white-ghost:hover {
  background: #fff;
  color: #006C8C;
}
.button-secondary {
  background: #006C8C;
  color: #fff;
}
.button-secondary:hover {
  background: rgb(0, 68.6571428571, 89);
  color: #fff;
}
.button-secondary-ghost {
  background: transparent;
  border-color: #006C8C;
  color: #006C8C;
}
.button-secondary-ghost:hover {
  background: #006C8C;
  color: #fff;
}
.button-small {
  font-weight: 700;
  padding: 8px 16px 7px;
  font-size: 15px;
  font-size: 1.5rem;
}
.button-small-ghost {
  border-width: 1px;
  border-style: solid;
  padding: 7px 16px 6px;
}
.button-xsmall {
  font-weight: 700;
  padding: 2px 12px 1px;
  font-size: 16px;
  font-size: 1.6rem;
}
.button-xsmall-ghost {
  border-width: 1px;
  border-style: solid;
  padding: 1px 12px 0px;
}
.button-light-grey, .button-disabled, .button-loading, .button.loading {
  background: #C4C4C4;
  color: #7A828D;
}
.button-light-grey:hover, .button-disabled:hover, .button-loading:hover, .button.loading:hover {
  background: #006C8C;
  color: #7A828D;
}
.button-light-grey-ghost, .button-disabled-ghost, .button-loading-ghost, .button.loading-ghost {
  background: transparent;
  border-color: #C4C4C4;
  color: #C4C4C4;
}
.button-light-grey-ghost:hover, .button-disabled-ghost:hover, .button-loading-ghost:hover, .button.loading-ghost:hover {
  background: #C4C4C4;
  color: #7A828D;
}
.button-disabled:hover, .button-loading:hover, .button.loading:hover {
  background: #C4C4C4 !important;
  color: #7A828D !important;
}
.button-disabled {
  cursor: not-allowed;
}
.button-loading {
  cursor: wait;
}
.button-block {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.button-xl {
  padding: 14px 32px 13px;
  font-size: 15px;
  font-size: 1.5rem;
}
.button-xl-ghost {
  border-width: 1px;
  border-style: solid;
  padding: 13px 32px 12px;
}
.button-gutter {
  margin: 0 4px 4px;
}
.button.dark-text {
  color: #002F48 !important;
}
.button-group-rounded .button {
  border-radius: 0;
}
.button-group-rounded .button:first-child {
  border-radius: 4px 0 0 4px;
}
.button-group-rounded .button:last-child {
  border-radius: 0 4px 4px 0;
}
.posts-nav-links a,
.button-outline {
  border: none !important;
  background: none !important;
  position: relative;
  color: #50DCA0 !important;
  display: inline-flex;
  height: 42px;
  min-width: 264px;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
}
.posts-nav-links a.collapse,
.button-outline.collapse {
  min-width: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.posts-nav-links a.ml,
.button-outline.ml {
  margin-left: 24px;
}
.posts-nav-links a::before, .posts-nav-links a::after,
.button-outline::before,
.button-outline::after {
  content: "";
  background-image: url("../img/fancy_button_outline_xl_thin.svg");
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  right: -24px;
  top: 0;
  left: 24px;
  height: 34px;
}
.posts-nav-links a::before,
.button-outline::before {
  top: auto;
  bottom: 0;
  left: -24px;
  right: 24px;
  transform: rotate(180deg);
}
.posts-nav-links a:hover,
.button-outline:hover {
  color: #006C8C !important;
}
.posts-nav-links a:hover::before, .posts-nav-links a:hover::after,
.button-outline:hover::before,
.button-outline:hover::after {
  background-image: url("../img/fancy_button_outline_xl_blue_thin.svg");
}
.posts-nav-links .next a {
  margin-right: 24px;
}
.posts-nav-links .prev a {
  margin-left: 24px;
}
.button-outline-ml-wrap .button-outline {
  margin-left: 24px;
}
.fancy-button {
  display: inline-block;
  width: 264px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: relative;
  color: #50DCA0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1rem;
  font-family: "MuseoSans-900", "Helvetica", sans-serif;
  font-weight: normal;
}
.fancy-button > span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.fancy-button svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
}
.fancy-button svg path {
  transition: 0.2s;
}
.fancy-button:hover {
  color: #fff;
}
.fancy-button:hover svg path {
  fill: #fff;
}
section.bg-blue-lighter .button:hover {
  background-color: #006C8C;
}
.button .icon-arrow_right_alt_2 {
  margin-right: 4px;
  font-size: 12px;
}
.dl-button {
  border: none;
  display: inline-block;
  transition: background 0.2s, color 0.1s;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 50px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
  background: #50DCA0;
  color: #fff;
  padding: 12px 24px 11px;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  position: relative;
  padding-left: 56px;
  padding-right: 32px;
  text-align: center;
}
.dl-button:hover {
  text-decoration: none;
}
.dl-button:hover {
  background: #006C8C;
  color: #fff;
}
.dl-button-ghost {
  background: transparent;
  border-color: #50DCA0;
  color: #50DCA0;
}
.dl-button-ghost:hover {
  background: #50DCA0;
  color: #fff;
}
.dl-button-ghost {
  border-width: 1px;
  border-style: solid;
  padding: 11px 24px 10px;
}
.dl-button > svg {
  position: absolute;
  left: 4px;
  top: 4px;
  height: calc(100% - 8px);
  width: auto;
}
.dl-button .spinner {
  position: absolute;
  background: white;
  width: 28px;
  height: 28px;
  z-index: 1;
  left: 8px;
  top: 8px;
  border-top-color: #50DCA0;
  border-width: 4px;
}
.burger-menu {
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.burger-menu span {
  height: 2px;
  width: 32px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.4s;
  background: #006C8C;
}
.burger-menu span::before, .burger-menu span::after {
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  top: -10px;
  left: 0;
  transform: rotate(0deg);
  transition-duration: 0.3s, 0.3s, 0.3s;
  transition-delay: 0.3s, 0s, 0s;
  transition-property: top, transform, width;
}
.burger-menu span::after {
  top: 10px;
}
.burger-menu span::before {
  background: #006C8C;
}
.burger-menu span::after {
  background: #006C8C;
}
body.panel-active-right .burger-menu span {
  background: none !important;
}
body.panel-active-right .burger-menu span::before, body.panel-active-right .burger-menu span::after {
  transition-delay: 0s, 0.3s, 0s;
}
body.panel-active-right .burger-menu span::before {
  top: 0;
  transform: rotate(45deg);
}
body.panel-active-right .burger-menu span::after {
  background: #006C8C;
  top: 0;
  transform: rotate(-45deg);
}
.card {
  color: #006C8C;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.card .inner {
  padding: 16px;
}
.card-footer {
  margin-top: auto;
}
.card.bg-blue-lighter {
  background: #E6F3F6;
}
.card.bg-grey-lighter {
  background: #F5F6F7;
}
.more-link {
  color: #50DCA0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
}
.more-link:hover {
  color: #006C8C;
}
.card-article h3.h4, .card-article h3.key-facts-title, .card-article h3.light-title {
  margin-bottom: 16px;
  font-family: "MuseoSans-300", "Helvetica", sans-serif;
  font-weight: normal;
}
.card-article.card-highlight .card-article-head {
  border-top-color: #50DCA0;
}
.card-article .card-article-head {
  border-top: solid 10px #006C8C;
}
.card-article .card-article-head .inner {
  display: flex;
}
.card-article .card-article-head .article-date {
  margin-left: auto;
  color: #BCC1C6;
}
.card-article .card-article-head .primary-category {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #006C8C;
  letter-spacing: 0.05em;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
}
.card-article-image .responsive-div {
  background: linear-gradient(#1a9dc4, #004154);
}
.card-article-image .article-no-image {
  height: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.card-article-image .responsive-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.article-cards-wrap {
  display: flex;
  flex-wrap: wrap;
}
.article-cards-wrap-head {
  position: relative;
  margin-bottom: 32px;
}
.article-cards-wrap-head h2 {
  max-width: 500px;
}
.article-cards-wrap-cta {
  position: absolute;
  right: 16px;
  bottom: 32px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.05em;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
}
.article-cards-wrap-cta i {
  margin-left: 12px;
  font-size: 40px;
  font-size: 4rem;
}
@media (max-width: 991px) {
  .article-cards-wrap-cta {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 16px;
  }
}
body.wp-lang-it .article-cards-wrap-head h2 {
  max-width: 600px;
}
/*
* TEAM
*/
.card-team {
  margin-bottom: 48px;
}
.card-team-image {
  padding: 40px 16px 0;
  background: #F5F6F7;
  position: relative;
}
.card-team-image .responsive-div {
  background: #F5F6F7;
}
.card-team-image .responsive-div img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.card-team-image a.button-wrapper {
  cursor: pointer;
  position: absolute;
  padding: 16px;
  display: flex;
  align-items: flex-end;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.card-team-image a.button-wrapper span.button {
  width: 100%;
}
.card-team-image a.button-wrapper:hover span.button {
  background: #006C8C;
}
.card-team-details {
  padding-top: 8px;
}
.card-team-details .attr-team {
  color: #D8DBDE;
}
.team-cards-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.team-cards-wrap > * {
  flex: 0 0 33.333%;
}
@media (max-width: 767px) {
  .team-cards-wrap > * {
    flex-basis: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-cards-wrap > * {
    flex-basis: 50%;
  }
}
section.section-packages {
  overflow: hidden;
}
.package-slider-wrap {
  padding: 20px 100px;
  position: relative;
  overflow: hidden;
  margin-left: -80px;
  width: calc(100% + 160px);
}
.package-slider-arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  font-size: 40px;
  font-size: 4rem;
}
.package-slider-arrows.package-slider-prev {
  left: 0;
}
.package-slider-arrows.package-slider-prev i {
  position: relative;
  transform: rotate(180deg);
}
.package-slider-arrows.package-slider-next {
  right: 0;
}
.package-slider-arrows.slick-disabled {
  opacity: 0;
}
@media (max-width: 760px) {
  .package-slider-wrap {
    padding: 20px 30px;
    margin-left: 0;
    width: 100%;
  }
  .package-slider-arrows {
    width: 29px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    font-size: 2rem;
  }
}
.package-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 32px 0 32px;
}
.package-switch::after {
  height: 2px;
  background: #006C8C;
  left: 0;
  top: 50%;
  right: 0;
  content: "";
  transform: translateY(-50%);
  position: absolute;
  z-index: -1;
}
.package-switch .i-switch-wrap {
  background: #fff;
  padding: 0 8px;
}
.package-switch .i-switch-wrap label {
  display: block;
}
.package-switch .i-switch-label-wrap {
  width: 235px;
}
.package-switch .i-switch-label-wrap:first-child {
  text-align: right;
}
.package-switch label.i-switch-label {
  background: #fff;
  display: inline-block;
  padding: 0 8px;
  cursor: pointer;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
}
.card-package {
  background: #E6F3F6;
  color: #006C8C;
  /*
  &:hover {
  	.card-package-content {
  		& > div {
  			transform: translateY(-100%);
  		}
  	}
  }
  */
}
.card-package .inner {
  padding: 16px;
}
.card-package-content {
  overflow: hidden;
}
.card-package-content > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-package-content .more-footer {
  margin-top: auto;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.card-package-content a {
  text-transform: uppercase;
  color: #50DCA0;
}
.card-package-content .card-package-more {
  display: none;
}
.card-package-content .card-package-more ul {
  margin-top: 12px;
}
.card-package-content .card-package-more-trigger {
  cursor: pointer;
  text-align: center;
  flex-direction: row;
  justify-content: center;
}
.card-package-content .card-package-more-trigger i {
  display: inline-block;
  margin-left: 16px;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
.card-package-content .card-package-more-trigger.open i {
  transform: rotate(-90deg);
}
.card-package-content .card-package-more-trigger:hover {
  color: #50DCA0;
}
.card-package .card-package-image .responsive-div {
  background: #83C5D1;
}
.card-package .card-package-image .responsive-div-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-package .card-package-image .responsive-div-content img {
  width: 40%;
  position: relative;
  margin: 24px auto;
}
.card-package .card-package-image-wrap {
  flex: 1;
  display: flex;
}
.card-package .card-package-image .card-package-head {
  margin-top: auto;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "MuseoSans-300", "Helvetica", sans-serif;
  font-weight: normal;
  line-height: 42px;
}
.card-package.card-package-bg-basic .card-package-image .responsive-div {
  background: #006C8C;
}
.card-package.card-package-bg-silver .card-package-image .responsive-div {
  background: #FDA641;
}
.card-package.card-package-bg-gold .card-package-image .responsive-div {
  background: #FF5A3C;
}
.card-package.card-package-bg-diamond .card-package-image .responsive-div {
  background: #7A61E5;
}
.card-package.card-package-bg-platinum .card-package-image .responsive-div {
  background: #002F48;
}
.card-package-footer {
  border-top: solid 3px #fff;
}
#media-packages .card-package .card-package-image-wrap img {
  width: 60%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #managed-packages .card-package-content .card-package-more > .inner:first-child {
    min-height: 1770px;
  }
}
@media (min-width: 1200px) {
  #managed-packages .card-package-content .card-package-more > .inner:first-child {
    min-height: 1120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #media-packages .card-package-content .card-package-more > .inner:first-child {
    min-height: 770px;
  }
}
@media (min-width: 1200px) {
  #media-packages .card-package-content .card-package-more > .inner:first-child {
    min-height: 670px;
  }
}
body.wp-lang-en #managed-packages .card-package-image + .inner,
body.wp-lang-es #managed-packages .card-package-image + .inner,
body.wp-lang-fr #managed-packages .card-package-image + .inner,
body.wp-lang-it #managed-packages .card-package-image + .inner {
  min-height: 380px;
}
body.wp-lang-en #media-packages .card-package-image + .inner,
body.wp-lang-es #media-packages .card-package-image + .inner,
body.wp-lang-fr #media-packages .card-package-image + .inner,
body.wp-lang-it #media-packages .card-package-image + .inner {
  min-height: 340px;
}
div.checkmark ul,
ul.checkmark {
  list-style: none;
  padding: 0;
}
div.checkmark li,
ul.checkmark li {
  position: relative;
  padding-left: 40px;
}
div.checkmark li::before,
ul.checkmark li::before {
  position: absolute;
  left: 0;
  top: 6px;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
}
@media (min-width: 768px) {
  div.checkmark.large li,
  ul.checkmark.large li {
    padding-left: 64px;
    margin-bottom: 24px;
    font-size: 21px;
    font-size: 2.1rem;
    font-family: "MuseoSans-300", "Helvetica", sans-serif;
    font-weight: normal;
    line-height: 28px;
  }
  div.checkmark.large li::before,
  ul.checkmark.large li::before {
    content: "\e907";
    color: #50DCA0;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.column-element img[src*=".svg"] {
  margin: 0 auto;
  display: block;
  width: 80%;
  height: auto;
  max-width: 160px;
}
.content-short-wrap {
  padding-top: 40px;
  padding-bottom: 0;
}
.content-short-wrap h2.h3 {
  margin: 16px 0 24px;
  font-family: "MuseoSans-300", "Helvetica", sans-serif;
  font-weight: normal;
}
.content-short-wrap > .col-xs-12 {
  position: relative;
  padding-bottom: 40px;
}
.content-short-wrap > .col-xs-12 > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content-short-wrap > .col-xs-12::after {
  content: "";
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 2px;
  position: absolute;
  background: #E8EAEC;
}
.content-short-wrap .more-link-wrap {
  padding-top: 24px;
}
.content-short-category {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.content-short-meta {
  color: #BCC1C6;
  font-size: 16px;
  font-size: 1.6rem;
}
.customer-review-element .customer-review-content {
  font-style: italic;
  position: relative;
}
.customer-review-element .customer-review-content .before {
  display: block;
  position: absolute;
  right: calc(100% + 0.4rem);
  top: 0;
}
.customer-review-element .customer-review-customer {
  margin-top: 3.5rem;
}
.customer-review-element .customer-review-customer .customer-review-customer-text {
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
.contactform-wrap label {
  display: block;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
.contactform-wrap .button {
  position: relative;
}
.contactform-wrap .button .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
.contactform-wrap .button .spinner + .text {
  opacity: 0;
}
.input-container {
  margin-bottom: 48px;
}
.input-wrap {
  position: relative;
  margin-bottom: 16px;
}
.input-wrap input[type=text],
.input-wrap input[type=tel],
.input-wrap input[type=email],
.input-wrap select,
.input-wrap textarea {
  width: 100%;
  background: none;
  border: solid 1px #006C8C;
  background: #fff;
  padding: 12px 16px;
  border-radius: 3px;
  outline: none;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15);
  transition: box-shadow 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  color: #002F48;
}
.input-wrap input[type=text]:focus,
.input-wrap input[type=tel]:focus,
.input-wrap input[type=email]:focus,
.input-wrap select:focus,
.input-wrap textarea:focus {
  border-color: #50DCA0;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.05);
}
.input-wrap input[type=text].rounded,
.input-wrap input[type=tel].rounded,
.input-wrap input[type=email].rounded,
.input-wrap select.rounded,
.input-wrap textarea.rounded {
  border-radius: 50px;
}
.input-wrap.error input, .input-wrap.error textarea {
  border-color: #b8001f;
}
.input-wrap select {
  background: #F7F7F7 url("../img/icon_dropdown.svg") no-repeat;
  background-size: 16px auto;
  background-position: 96% center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 32px;
}
.input-wrap textarea {
  min-height: 110px;
  height: 293px;
  display: block;
}
.input-wrap .privacy-check {
  background: #F5F6F7;
  border: solid 1px #F5F6F7;
  padding: 32px;
  padding-left: 64px;
  position: relative;
  text-transform: none;
  cursor: pointer;
  display: block !important;
}
.input-wrap .privacy-check.error {
  border-color: #b8001f;
}
.input-wrap .privacy-check div {
  max-width: 740px;
}
.input-wrap .privacy-check a {
  text-decoration: underline;
}
.input-wrap .privacy-check input {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.input-wrap .checkbox-lbl {
  cursor: pointer;
  display: inline-block;
  text-transform: none;
}
.input-wrap .checkbox-lbl + .checkbox-lbl {
  margin-left: 16px;
}
.checkbox-lbl.error {
  color: #b8001f;
}
#url-wrap,
#landing-url-wrap {
  display: none;
}
.inline-form {
  position: relative;
}
.inline-form input[type=submit],
.inline-form button[type=submit] {
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 0;
  font-size: 16px;
}
.inline-form input[type=text] {
  padding-right: 80px;
  border-color: #C9C9C9;
}
.gallery {
  display: flex;
  width: 100%;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 48px;
}
.gallery > * {
  padding: 4px;
  min-height: 286px;
}
.gallery > *:nth-child(1) {
  flex-basis: 33.3333%;
}
.gallery > *:nth-child(2) {
  flex-basis: 66.6666%;
}
.gallery > *:nth-child(2) > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery img {
  width: 100%;
  height: auto;
}
.gallery img + img {
  margin-top: 8px;
}
.section-gallery a {
  color: #50DCA0;
}
/*************************************
// I CHECKS & RADIOS
**************************************/
.i-switch {
  background-color: #006C8C;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0;
  position: relative;
  width: 35px;
  text-align: left;
  border-radius: 30px;
}
.i-switch input {
  opacity: 0;
  position: absolute;
}
.i-switch input:checked + i {
  /*
  &:before {
      border-width: 0;
      bottom: 50%;
      left: 50%;
      right: 5px;
      top: 50%;
      border-radius: 5px;
  }
  */
}
.i-switch input:checked + i:after {
  margin-left: 16px;
}
.i-switch i:after {
  background-color: #fff;
  bottom: 1px;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  transition: margin-left 0.3s ease 0s;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
.i-switch.i-switch-large {
  height: 38px;
  width: 85px;
}
.i-switch.i-switch-large input:checked + i:after {
  margin-left: 47px;
}
.i-switch.i-switch-large i:after {
  width: 30px;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
}
.responsive-image {
  width: 100%;
  height: auto;
}
.alignnone {
  width: auto !important;
}
.alignnone img {
  height: auto;
  width: 100%;
}
.wp-caption > a {
  display: block;
}
.wp-caption-text {
  font-style: italic;
  padding-top: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "MuseoSans-500Italic", "Helvetica", sans-serif;
  font-weight: normal;
}
div.alignright,
img.alignright {
  float: right;
  margin-left: 8px;
}
div.alignleft,
img.alignleft {
  float: left;
  margin-right: 8px;
}
div.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.aligncenter {
  margin-bottom: 16px;
}
div.alignright,
div.alignleft,
div.aligncenter {
  max-width: 100% !important;
}
div.alignright img,
div.alignleft img,
div.aligncenter img {
  max-width: 100%;
  height: auto;
}
img.alignright,
img.alignleft,
img.aligncenter {
  max-width: 100%;
  height: auto;
}
.infobox {
  padding: 16px;
  padding-left: 56px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  text-align: left;
  background: #50DCA0;
  color: #fff;
}
.infobox.no-icon {
  padding-left: 16px;
}
.infobox > i {
  position: absolute;
  left: 16px;
  top: 16px;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
}
.infobox .infobox-msg {
  min-height: 30px;
}
.infobox .infobox-msg > strong {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}
.infobox .infobox-msg ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.infobox .infobox-msg ul li {
  margin: 0;
  padding-left: 0;
}
.infobox .infobox-msg ul li::before {
  display: none;
}
.infobox.grey {
  background: #E8EAEC;
  color: #002F48;
}
.infobox.error {
  background: #b8001f;
  color: #fff;
}
.infobox.success {
  background: #00b85c;
  color: #fff;
}
.logo a {
  display: block;
}
.logo a img,
.logo a svg {
  height: 100%;
  width: auto;
}
#logo-header a {
  height: 60px;
}
#lang-switch {
  position: relative;
  display: inline-block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  z-index: 995;
}
#lang-switch a, #lang-switch span {
  display: inline-block;
  font-weight: bold;
  color: #fff;
}
#lang-switch span {
  color: #50DCA0;
}
#lang-switch a:hover {
  color: #50DCA0;
  text-decoration: none;
}
#lang-switch .lang-switch-trigger {
  cursor: pointer;
  border-radius: 44px;
  color: #006C8C;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
}
#lang-switch .lang-switch-trigger i {
  font-size: 7px;
  display: inline-block;
  margin-left: 4px;
}
#lang-switch .lang-dd-list {
  left: 50%;
  position: absolute;
  display: none;
  background: #fff;
  min-width: 130px;
  text-align: center;
  padding: 8px;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  top: 130%;
  font-size: 14px;
  line-height: 18px;
}
#lang-switch .lang-dd-list::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(3px -3px 3px rgba(0, 0, 0, 0.1));
  width: 0;
  height: 0;
  content: "";
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#lang-switch .lang-dd-list a, #lang-switch .lang-dd-list span {
  display: block;
  padding: 2px 8px;
}
#lang-switch .lang-dd-list a {
  color: #006C8C;
}
#lang-switch .lang-dd-list a:hover {
  color: #50DCA0;
}
#lang-switch .lang-dd-list span {
  color: #50DCA0;
  cursor: default;
}
#lang-switch:hover .lang-dd-list {
  display: block;
}
@media screen and (max-width: 991px) {
  #lang-switch {
    text-align: center;
  }
  #lang-switch .lang-switch-trigger {
    margin-bottom: 0;
  }
  #lang-switch .lang-dd-list {
    bottom: 100%;
    left: 50%;
  }
  #lang-switch .lang-dd-list::after {
    border-bottom: none;
    bottom: auto;
    top: 100%;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  #lang-switch:hover .lang-dd-list {
    display: none;
  }
}
#lang-switch-mobile {
  display: flex;
  justify-content: space-between;
}
#lang-switch-mobile a, #lang-switch-mobile span {
  display: inline-block;
  padding: 10px;
  color: #fff;
}
#lang-switch-mobile .active {
  position: relative;
  background: url("../img/langswitch-bg.svg") no-repeat center center;
  background-size: contain;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  z-index: 1000;
}
.modal .button:hover {
  color: #002F48;
}
.modal-head {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 32px;
}
.modal-info {
  margin-bottom: 32px;
}
.modal-overlay {
  background: rgba(0, 47, 72, 0.95);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}
.modal-content {
  position: relative;
  border: solid 2px #fff;
  color: #fff;
  width: 70%;
  min-height: 250px;
  max-width: 750px;
  margin: 64px auto;
  z-index: 1002;
}
@media (max-width: 767px) {
  .modal-content {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .modal-button-wrap a {
    margin: 16px 16px;
  }
}
@media (min-width: 768px) {
  .modal-button-wrap a + a {
    position: relative;
    margin-left: 36px;
  }
  .modal-button-wrap a + a::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #006C8C;
  }
}
.modal#register-modal .modal-content {
  max-width: 980px;
}
.modal-close {
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .modal-close {
    left: auto;
    right: 0;
    z-index: 99999;
  }
}
.modal .inner {
  padding: 32px;
}
.modal .inner.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}
.modal .inner .h3 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .modal .inner {
    padding: 16px 16px 8px;
  }
  .modal .inner .h3 {
    margin-bottom: 16px;
  }
}
#register-modal .container-fluid {
  display: flex;
  flex-wrap: wrap;
}
#register-modal .container-fluid > * {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
#register-modal .container-fluid > * .button {
  margin-top: auto;
}
@media (max-width: 991px) {
  #register-modal .container-fluid > * + * {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  #register-modal .container-fluid > * + * .button {
    position: relative;
  }
  #register-modal .container-fluid > * + * .button::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #006C8C;
  }
}
#landing-form-modal .modal-content {
  max-width: 540px;
}
.notification-bar {
  background: #50DCA0;
  text-align: center;
  color: #fff;
  padding: 8px 48px 8px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}
.notification-bar .button {
  font-size: 14px;
  font-size: 1.4rem;
}
.notification-bar .col-xs-12 {
  position: static;
}
@media screen and (max-width: 845px) {
  .notification-bar {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .notification-bar {
    text-align: left;
  }
}
.notification-bar-close {
  position: absolute;
  right: 16px;
  top: 14px;
  cursor: pointer;
}
.notification-bar span.text {
  margin-right: 8px;
}
.posts-nav-links {
  padding-top: 16px;
  display: flex;
}
.posts-nav-links .next {
  margin-left: auto;
}
.search-item {
  margin-bottom: 30px;
  border-bottom: solid 1px #C9C9C9;
  padding: 20px 0;
}
.search-item h2 {
  color: #006C8C;
  margin: 0 0 8px;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 28px;
  font-size: 2.8rem;
}
.search-item .search-link {
  text-decoration: underline;
  color: #50DCA0;
  margin-top: 6px;
  font-size: 16px;
  font-size: 1.6rem;
}
.shop-logo-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.shop-logo-wrap > * {
  margin: 20px 16px;
  flex: 0 1 25%;
  text-align: center;
}
.shop-logo-wrap img,
.shop-logo-slider img {
  max-height: 100px;
  max-width: 200px;
  width: auto;
  height: auto;
  opacity: 0.15;
}
.shop-logo-slider .slick-arrow {
  color: #006C8C !important;
}
.shop-logo-slider img {
  width: 80%;
}
.belboon-slick .slick-dots {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  text-align: center;
  padding: 0 0 32px;
}
.belboon-slick .slick-dots li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.belboon-slick .slick-dots li {
  display: inline-block;
  margin: 0 8px;
}
.belboon-slick .slick-dots button {
  cursor: pointer;
  border: none;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  text-indent: -99999px;
  outline: none;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  background: transparent;
  border: solid 2px #50DCA0;
  font-size: 1px;
}
.belboon-slick .slick-dots .slick-active button,
.belboon-slick .slick-dots button:hover {
  background: #50DCA0;
}
.belboon-slick .slick-arrow {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  background: none;
  padding: 0;
  transform: translate(0%, -100%);
  cursor: pointer;
  border: none;
  color: #fff;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  font-size: 40px;
  font-size: 4rem;
  z-index: 200;
}
.belboon-slick .slick-arrow.slick-disabled {
  opacity: 0;
}
.belboon-slick .slick-arrow.slick-prev {
  left: 0;
  transform: translate(-10%, -100%);
}
.belboon-slick .slick-arrow.slick-next {
  right: 0;
  transform: translate(10%, -100%);
}
.animation-performance-slider .slick-arrow {
  color: #50DCA0 !important;
  top: 75%;
}
.social-media-links {
  margin-bottom: 32px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}
.social-media-links a {
  display: inline-block;
}
.social-media-links a i {
  vertical-align: top;
}
.spinner {
  border: 2px solid #C4C4C4;
  font-size: 40px;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  animation: spin 1s linear infinite;
  border-top-color: #006C8C;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.form-footer .button .spinner {
  position: relative;
  top: 8px;
  font-size: 30px;
  margin-left: -15px;
}
.symbol-number {
  line-height: 1.2;
  font-size: 60px;
  font-size: 6rem;
  font-family: "MuseoSans-300", "Helvetica", sans-serif;
  font-weight: normal;
}
@media (max-width: 991px) {
  .symbol-number {
    display: none;
  }
}
.symbol-number .symbol-number-inner {
  position: relative;
  display: inline-block;
}
.symbol-number .symbol-number-inner::before {
  content: "";
  position: absolute;
  background: url("../img/symbol-square.svg") no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 175px;
  height: 175px;
  z-index: -1;
}
.symbol-number .symbol-number-inner.symbol-number-circle::before {
  background-image: url("../img/symbol-circle.svg");
}
.symbol-number .symbol-number-inner.symbol-number-triangle::before {
  background-image: url("../img/symbol-triangle.svg");
  transform: translate(-50%, -60%);
}
.symbol-number .symbol-number-inner.symbol-number-hexagon::before {
  background-image: url("../img/symbol-hexagon.svg");
}
.symbol-number .symbol-number-inner.symbol-number-square::before {
  background-image: url("../img/symbol-square.svg");
}
.symbol-number + h2 {
  margin-top: 24px;
  color: #50DCA0;
  font-size: 32px;
  font-size: 3.2rem;
}
.image-wrap {
  position: relative;
  z-index: 2;
}
/* Center tables for demo */
table {
  margin: 0 auto;
}
/* Default Table Style */
table {
  background: #fff;
  border: 1px solid #C9C9C9;
  font-size: 12pt;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 32px;
}
table thead th,
table tfoot th {
  color: #777;
  background: rgba(0, 0, 0, 0.1);
}
table caption {
  padding: 0.5em;
}
table th,
table td {
  padding: 0.5em;
  border: 1px solid #C9C9C9;
}
#to-top {
  display: block;
  background: #006C8C;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 44px;
  height: 44px;
  width: 44px;
  opacity: 0;
  position: fixed;
  right: 32px;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  bottom: 64px;
  border-radius: 50%;
  transform: translateY(100%);
  z-index: 500;
  font-size: 10px;
  font-size: 1rem;
}
#to-top i {
  vertical-align: middle;
  display: inline-block;
}
#to-top.totop-visible {
  transform: translateY(0);
  opacity: 1;
}
#to-top:hover {
  margin-bottom: 5px;
}
.animation-canvas {
  height: 600px;
  height: 470px;
  position: relative;
  opacity: 1 !important;
}
.animation-canvas > .logo {
  opacity: 0;
  left: 50%;
  position: absolute;
  top: 90px;
  transform: translateX(-50%);
  transition: 2.5s cubic-bezier(0.25, 1, 0.2, 1);
}
.animation-canvas > .logo svg #Pfad_624 {
  fill: #fff;
}
.animation-canvas > .item {
  position: absolute;
  width: 25%;
  height: 500px;
  padding: 0 20px;
  text-align: center;
  top: 0;
  transform: translateX(0) scale(1);
  transition: 2.5s cubic-bezier(0.25, 1, 0.2, 1);
  /*
      &:hover {
        transform: translateX(0) scale(1.05);
      }
  */
}
.animation-canvas > .item:nth-child(1) {
  left: 0;
}
.animation-canvas > .item:nth-child(2) {
  left: 25%;
}
.animation-canvas > .item:nth-child(3) {
  left: 50%;
}
.animation-canvas > .item:nth-child(4) {
  left: 75%;
}
.animation-canvas > .item .ani-content {
  opacity: 1;
  transition: 2.5s cubic-bezier(0.25, 1, 0.2, 1);
}
.animation-canvas > .item svg .st0,
.animation-canvas > .item svg .st3,
.animation-canvas > .item svg .st2 {
  opacity: 1;
  transition: 2.5s cubic-bezier(0.25, 1, 0.2, 1);
}
.animation-canvas.closed > .logo {
  opacity: 1;
  left: 50%;
}
.animation-canvas.closed > .item {
  left: 50% !important;
  transform: translateX(-50%) scale(1);
}
.animation-canvas.closed > .item .ani-content {
  opacity: 0;
}
.animation-canvas.closed > .item svg .st0,
.animation-canvas.closed > .item svg .st3,
.animation-canvas.closed > .item svg .st2 {
  opacity: 0;
}
.ani-content {
  padding-top: 32px;
  color: #fff;
}
.ani-content h3 {
  color: #50DCA0;
  margin-top: 16px;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
.ani-content strong {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "MuseoSans-300", "Helvetica", sans-serif;
  font-weight: normal;
}
.animation-canvas-steps .item:nth-child(1) > div.border::after {
  border-color: #004E6A;
}
.animation-canvas-steps .item:nth-child(1) > div.border::before {
  border-color: #004E6A;
}
.animation-canvas-steps .item:nth-child(1) > div.border > div::after {
  border-color: #004E6A;
}
.animation-canvas-steps .item:nth-child(2) > div.border::after {
  border-color: #004E6A;
}
.animation-canvas-steps .item:nth-child(2) > div.border::before {
  border-color: #004E6A;
}
.animation-canvas-steps .item:nth-child(2) > div.border > div::before {
  border-color: #004E6A;
}
.animation-canvas-steps .item:nth-child(3) > div.border::after {
  border-color: #004E6A;
}
.animation-canvas-steps .item:nth-child(3) > div.border > div::after {
  border-color: #004E6A;
}
.animation-canvas-steps .item:nth-child(3) > div.border > div::before {
  border-color: #004E6A;
}
.animation-canvas-steps .item:nth-child(4) > div.border::before {
  border-color: #004E6A;
}
.animation-canvas-steps .item:nth-child(4) > div.border > div::after {
  border-color: #004E6A;
}
.animation-canvas-steps .item:nth-child(4) > div.border > div::before {
  border-color: #004E6A;
}
.animation-canvas-steps .item + .item::before {
  position: absolute;
  width: 40px;
  height: 40px;
  color: #50DCA0;
  left: -20px;
  top: 25%;
  opacity: 1;
  transform: translateX(0);
  transition: 2.5s cubic-bezier(0.25, 1, 0.2, 1);
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e920";
}
.animation-canvas-steps .item > div.border {
  position: relative;
}
.animation-canvas-steps .item > div.border::after, .animation-canvas-steps .item > div.border::before, .animation-canvas-steps .item > div.border > div::after, .animation-canvas-steps .item > div.border > div::before {
  content: "";
  border-radius: 50%;
  border: solid 2px #50DCA0;
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 1;
}
.animation-canvas-steps .item > div.border::before {
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
}
.animation-canvas-steps .item > div.border > div::after {
  left: 16px;
  top: 16px;
  right: 16px;
  bottom: 16px;
}
.animation-canvas-steps .item > div.border > div::before {
  left: 22px;
  top: 22px;
  right: 22px;
  bottom: 22px;
}
.animation-canvas-steps .item .responsive-div {
  background: none;
}
.animation-canvas-steps .item .responsive-div svg {
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.animation-canvas-steps.closed .item + .item::before {
  transform: translateX(20px);
}
.animation-canvas-steps.closed .item > div.border {
  position: relative;
}
.animation-canvas-steps.closed .item > div.border::after, .animation-canvas-steps.closed .item > div.border::before, .animation-canvas-steps.closed .item > div.border > div::after, .animation-canvas-steps.closed .item > div.border > div::before {
  border-color: #50DCA0 !important;
}
.animation-canvas-steps.closed .item > div.border::after, .animation-canvas-steps.closed .item > div.border::before, .animation-canvas-steps.closed .item > div.border > div::before {
  opacity: 0;
}
.animation-canvas-steps.closed .item:nth-child(1) {
  left: 45% !important;
}
.animation-canvas-steps.closed .item:nth-child(2) {
  left: 48% !important;
}
.animation-canvas-steps.closed .item:nth-child(3) {
  left: 51.5% !important;
}
.animation-canvas-steps.closed .item:nth-child(4) {
  left: 55% !important;
}
.animation-canvas-steps-mobile .border {
  max-width: 230px;
  margin: 0 auto;
}
.animation-canvas-steps-mobile .ani-content {
  text-align: center;
}
.animation-canvas-steps-mobile .st0 {
  opacity: 1;
}
.animation-canvas-bricks-mobile svg {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
.animations-sales-canvas svg {
  width: 100%;
  height: auto;
}
.section-animation-bricks-lego h2 {
  position: relative;
  z-index: 10;
}
.bricks-lego-wrap {
  position: relative;
}
.bricks-lego-wrap.bricks-collapsed .bricks-lego-item-level-2 {
  transform: translateY(0px);
}
.bricks-lego-wrap.bricks-collapsed .bricks-lego-item-level-3 {
  transform: translateY(0px);
}
.bricks-lego-wrap.bricks-collapsed .bricks-lego-item-level-4 {
  transform: translateY(0px);
}
.bricks-lego-wrap.bricks-collapsed .bricks-lego-item-text {
  transform: translateX(0px);
  opacity: 1;
}
.bricks-lego-wrap .bricks-lego-item-text {
  position: absolute;
  left: 2%;
  bottom: 0;
  transition: 0.8s;
  font-weight: 700;
  z-index: 10;
  width: 30%;
  transform: translateX(100px);
  opacity: 0;
  transition: 0.8s;
  font-size: 24px;
  font-size: 2.4rem;
}
.bricks-lego-wrap .bricks-lego-item-text:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: dotted 2px #50DCA0;
}
.bricks-lego-wrap .bricks-lego-item-text .number {
  color: #50DCA0;
}
.bricks-lego-wrap .bricks-lego-item-text.bricks-lego-item-level-text-1 {
  transition-delay: 450ms;
  bottom: 15%;
}
.bricks-lego-wrap .bricks-lego-item-text.bricks-lego-item-level-text-2 {
  transition-delay: 600ms;
  bottom: 37%;
  left: 10%;
}
.bricks-lego-wrap .bricks-lego-item-text.bricks-lego-item-level-text-3 {
  transition-delay: 750ms;
  bottom: 58%;
  left: 18%;
}
.bricks-lego-wrap .bricks-lego-item-text.bricks-lego-item-level-text-4 {
  transition-delay: 900ms;
  bottom: 80%;
  left: 27%;
}
.bricks-lego {
  background: none;
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 32px;
  overflow: visible;
  width: 70%;
}
.bricks-lego .bricks-lego-item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.8s;
}
.bricks-lego .bricks-lego-item-level-2 {
  transform: translateY(-100px);
}
.bricks-lego .bricks-lego-item-level-3 {
  transform: translateY(-200px);
}
.bricks-lego .bricks-lego-item-level-4 {
  transform: translateY(-300px);
}
.bricks-lego .bricks-lego-item-top {
  z-index: 4;
}
.bricks-lego-item-text-mobile-wrap {
  margin-bottom: 48px;
  font-size: 24px;
  font-size: 2.4rem;
}
.bricks-lego-item-text-mobile-wrap > div {
  margin-bottom: 16px;
}
.bricks-lego-item-text-mobile-wrap .number {
  color: #50DCA0;
}
.bricks-lego-item-text-mobile-wrap .desc {
  display: block;
  line-height: 1.45;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
}
.bricks-lego-wrap-v2 .bricks-lego-item-text {
  left: 2%;
  width: 30%;
  transform: translateX(100px);
}
.bricks-lego-wrap-v2 .bricks-lego-item-text .desc {
  display: block;
  line-height: 1.45;
  font-weight: 300;
  padding-top: 16px;
  font-size: 18px;
  font-size: 1.8rem;
}
.bricks-lego-wrap-v2 .bricks-lego-item-text:after {
  left: 0;
  bottom: auto;
  top: 40px;
  width: 100%;
  border-bottom: dotted 2px #50DCA0;
}
.bricks-lego-wrap-v2 .bricks-lego-item-text .number {
  color: #50DCA0;
}
@media (min-width: 992px) {
  .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-1 {
    transition-delay: 450ms;
    bottom: 13%;
    left: auto;
    right: 0;
    text-align: right;
  }
  .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-1::after {
    left: auto;
    right: 0;
    width: 130%;
  }
  .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-2 {
    transition-delay: 600ms;
    bottom: 37%;
    left: 0;
  }
  .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-2::after {
    width: 120%;
  }
  .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-3 {
    transition-delay: 750ms;
    bottom: 58%;
    left: auto;
    right: 0;
    text-align: right;
  }
  .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-3::after {
    left: auto;
    right: 0;
    width: 90%;
  }
  .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-4 {
    transition-delay: 900ms;
    bottom: 70%;
    left: 0;
  }
  .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-4::after {
    width: 168%;
  }
  .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-4 .text, .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-4 .number {
    color: #50DCA0;
  }
  .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-4::after {
    border-color: #50DCA0;
  }
  .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-3 .text, .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-3 .number {
    color: #FDA641;
  }
  .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-3::after {
    border-color: #FDA641;
  }
  .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-2 .text, .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-2 .number {
    color: #FF4F37;
  }
  .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-2::after {
    border-color: #FF4F37;
  }
  .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-1 .text, .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-1 .number {
    color: #7A61E5;
  }
  .bricks-lego-wrap-v2 .bricks-lego-item-text.bricks-lego-item-level-text-1::after {
    border-color: #7A61E5;
  }
}
.section-animation-cog h2 {
  position: relative;
  z-index: 10;
}
.cog-wheels-wrap {
  position: relative;
}
.cog-wheels-wrap.cog-wheels-collapsed .bricks-lego-item-level-4 {
  transform: translateY(0px);
}
.cog-wheels-wrap.cog-wheels-collapsed .bricks-lego-item-level-1 {
  transform: translateY(0px);
}
.cog-wheels-wrap.cog-wheels-collapsed .bricks-lego-item-level-2 {
  transform: translateY(0px);
}
.cog-wheels-wrap.cog-wheels-collapsed .bricks-lego-item-text {
  transform: translateX(0px);
  opacity: 1;
}
.cog-wheels-wrap .bricks-lego-item-text {
  position: absolute;
  left: 2%;
  bottom: 0;
  transition: 0.8s;
  font-weight: 700;
  z-index: 10;
  width: 30%;
  transform: translateX(100px);
  opacity: 0;
  transition: 0.8s;
  font-size: 24px;
  font-size: 2.4rem;
}
.cog-wheels-wrap .bricks-lego-item-text:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: dotted 2px #50DCA0;
}
.cog-wheels-wrap .bricks-lego-item-text .number {
  color: #50DCA0;
}
.cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-3 {
  transition-delay: 450ms;
  bottom: 15%;
}
.cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-4 {
  transition-delay: 600ms;
  bottom: 37%;
  left: 10%;
}
.cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-1 {
  transition-delay: 750ms;
  bottom: 58%;
  left: 18%;
}
.cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-2 {
  transition-delay: 900ms;
  bottom: 80%;
  left: 27%;
}
.cog-wheels {
  background: none;
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 32px;
  overflow: visible;
  width: 70%;
}
.cog-wheels .bricks-lego-item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.8s;
  filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.15));
}
.cog-wheels .bricks-lego-item:nth-child(even) img {
  animation: counter-clockwork 35s linear infinite;
}
.cog-wheels .bricks-lego-item:nth-child(odd) img {
  animation: clockwork 35s linear infinite;
}
@keyframes clockwork {
  to {
    transform: rotate(1turn);
  }
}
@keyframes counter-clockwork {
  to {
    transform: rotate(-1turn);
  }
}
.cog-wheels .bricks-lego-item-level-3 {
  left: auto;
  right: 56%;
  width: 37%;
  top: 54%;
}
.cog-wheels .bricks-lego-item-level-4 {
  left: auto;
  right: 23%;
  width: 34%;
  top: 46%;
}
.cog-wheels .bricks-lego-item-level-1 {
  left: auto;
  right: 34%;
  width: 31%;
  top: 16%;
}
.cog-wheels .bricks-lego-item-level-2 {
  width: 27%;
  left: auto;
  right: 7%;
  top: 10%;
}
.cog-wheels .bricks-lego-item-top {
  z-index: 4;
}
.bricks-lego-item-text-mobile-wrap {
  margin-bottom: 48px;
  font-size: 24px;
  font-size: 2.4rem;
}
.bricks-lego-item-text-mobile-wrap > div {
  margin-bottom: 16px;
}
.bricks-lego-item-text-mobile-wrap .number {
  color: #50DCA0;
}
.bricks-lego-item-text-mobile-wrap .desc {
  display: block;
  line-height: 1.45;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
}
.cog-wheels-wrap .bricks-lego-item-text {
  left: 2%;
  width: 30%;
  transform: translateX(100px);
}
.cog-wheels-wrap .bricks-lego-item-text .desc {
  display: block;
  line-height: 1.45;
  font-weight: 300;
  padding-top: 16px;
  font-size: 18px;
  font-size: 1.8rem;
}
.cog-wheels-wrap .bricks-lego-item-text:after {
  left: 0;
  bottom: auto;
  top: 40px;
  width: 100%;
  border-bottom: dotted 2px #50DCA0;
}
.cog-wheels-wrap .bricks-lego-item-text .number {
  color: #50DCA0;
}
@media (min-width: 992px) {
  .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-3 {
    transition-delay: 450ms;
    bottom: 25%;
    left: auto;
    right: 0;
    text-align: right;
  }
  .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-3::after {
    left: auto;
    right: 0;
    width: 115%;
  }
  .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-4 {
    transition-delay: 600ms;
    bottom: 7%;
    left: 0;
  }
  .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-4::after {
    width: 92%;
  }
  .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-4 .desc {
    max-width: 280px;
  }
  .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-1 {
    transition-delay: 750ms;
    bottom: 58%;
    left: auto;
    right: 0;
    text-align: right;
  }
  .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-1::after {
    left: auto;
    right: 0;
    width: 90%;
  }
  .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-2 {
    transition-delay: 900ms;
    bottom: 52%;
    left: 0;
  }
  .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-2::after {
    width: 138%;
  }
  .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-2 .text, .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-2 .number {
    color: #FDA641;
  }
  .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-2::after {
    border-color: #FDA641;
  }
  .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-1 .text, .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-1 .number {
    color: #50DCA0;
  }
  .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-1::after {
    border-color: #50DCA0;
  }
  .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-4 .text, .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-4 .number {
    color: #7A61E5;
  }
  .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-4::after {
    border-color: #7A61E5;
  }
  .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-3 .text, .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-3 .number {
    color: #FF4F37;
  }
  .cog-wheels-wrap .bricks-lego-item-text.bricks-lego-item-level-text-3::after {
    border-color: #FF4F37;
  }
}
@media (max-width: 991px) {
  .section-hybrid-animation .animation-headline {
    margin-bottom: 0;
  }
  .section-hybrid-animation .sticky-me {
    padding-bottom: 40px;
  }
}
.hybrid-legend {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hybrid-legend li {
  counter-increment: inst;
  position: relative;
  padding-top: 8px;
  padding-left: 64px;
  margin-top: 8px;
  color: #fff;
}
.hybrid-legend li strong {
  display: block;
}
.hybrid-legend li::before {
  content: "0" counter(inst);
  color: #50DCA0;
  border: solid 2px #50DCA0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  top: 0;
  left: 0;
  position: absolute;
}
.hybrid-legend-desktop + div {
  padding-left: 64px;
}
.hybrid-canvas {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  /*
  .ani-helper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;

    svg {
      width: 100%;
      height: auto;
    }
  }
  */
}
@media (max-width: 991px) {
  .hybrid-canvas {
    margin: 0 70px;
  }
}
.hybrid-canvas > svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.hybrid-canvas .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  transition: 1.5s;
  z-index: 1;
}
.hybrid-canvas .box#box-1 {
  opacity: 0;
}
.hybrid-canvas .box#box-3 {
  opacity: 0;
}
.hybrid-canvas .box#box-4 {
  opacity: 0;
}
.hybrid-canvas .box#box-5 {
  opacity: 0;
}
.hybrid-canvas .box#box-6 {
  opacity: 0;
}
.hybrid-canvas .box svg {
  width: 100%;
  height: auto;
}
.hybrid-canvas #hide-icons {
  opacity: 1;
  transition: 2.5s;
}
.hybrid-canvas #hide-lines {
  opacity: 1;
  transition: 1.5s;
}
.hybrid-canvas.hybrid-open #box-1 {
  opacity: 1;
  transform: translate(-160%, -50%);
}
.hybrid-canvas.hybrid-open #box-2 {
  opacity: 1;
  transform: translate(-110%, 5%);
}
.hybrid-canvas.hybrid-open #box-3 {
  opacity: 1;
  transform: translate(-50%, 60%);
}
.hybrid-canvas.hybrid-open #box-4 {
  opacity: 1;
  transform: translate(-50%, -160%);
}
.hybrid-canvas.hybrid-open #box-5 {
  opacity: 1;
  transform: translate(5%, -105%);
}
.hybrid-canvas.hybrid-open #box-6 {
  opacity: 1;
  transform: translate(60%, -50%);
}
.hybrid-canvas.hybrid-open #hide-icons,
.hybrid-canvas.hybrid-open #hide-lines {
  opacity: 0;
}
.animation-performance-container {
  display: flex;
  flex-wrap: wrap;
}
.animation-performance-list-wrap {
  padding-bottom: 64px;
}
.animation-performance-list {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  position: sticky;
  top: 150px;
}
.animation-performance-list li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.animation-performance-list li a {
  border-left: solid 8px transparent;
  color: #D8DBDE;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  padding: 4px 0;
  padding-left: 12px;
  margin: 16px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.animation-performance-list li a:hover, .animation-performance-list li a.active {
  color: #006C8C;
  border-left-color: #50DCA0;
}
.animation-performance-list li a strong {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1.6rem;
}
.canvas-container {
  position: relative;
}
.canvas-wrap {
  height: 200vh;
  max-height: 1500px;
  /*
  img {
    width: auto;
    left: auto;
    top: auto;
  }
  */
}
.canvas-wrap > * {
  position: sticky;
  top: 120px;
  top: 0px;
  height: 100vh;
}
.canvas-wrap .responsive-div {
  background: none;
}
.canvas-wrap .responsive-div {
  position: absolute;
  left: 0;
  top: 180px;
  bottom: 0;
  right: 0;
}
.canvas-wrap .canvas-inner {
  transform-style: preserve-3d;
}
.animation-performance-slider {
  text-align: center;
}
.animation-performance-slider .canvas-wrap {
  height: auto;
}
.animation-performance-slider .canvas-wrap > * {
  position: relative;
  height: auto;
}
.animation-performance-slider .canvas-wrap .responsive-div {
  position: relative;
  top: auto;
}
.clouds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.cloud {
  width: 300px;
  height: 200px;
  background: red;
  display: inline-block;
  position: sticky;
  top: 0;
}
.cloud:nth-child(1) {
  background: yellow;
  transform: translate(10%, 10%);
}
.cloud:nth-child(2) {
  background: green;
  transform: translate(80%, 50%);
}
.cloud:nth-child(3) {
  transform: translate(10%, 100%);
}
#animation-performance-canvas-1 {
  padding-top: 0;
}
#performance-annimation-section {
  padding-bottom: 0;
}
#performance-annimation-section .section-head {
  margin-bottom: 0;
}
#performance-annimation-section .section-head h2 {
  padding-top: 20px;
}
.canvas-wrap img.treppe,
#animation-performance-canvas-1 img.treppe {
  bottom: 0;
  right: 35%;
  height: 45%;
  z-index: 2;
}
.canvas-wrap img.maushand,
#animation-performance-canvas-1 img.maushand {
  top: 7%;
  right: 27%;
  width: 20%;
  z-index: 3;
}
.canvas-wrap img.hand,
#animation-performance-canvas-1 img.hand {
  top: 35%;
  right: 47%;
  width: 20%;
  z-index: 4;
}
.canvas-wrap img.strahlen,
#animation-performance-canvas-1 img.strahlen {
  top: 0;
  right: 25%;
  width: 45%;
  z-index: 1;
}
.canvas-wrap img.wolke,
#animation-performance-canvas-1 img.wolke {
  z-index: 5;
  width: 30%;
}
.canvas-wrap img.wolke-1,
#animation-performance-canvas-1 img.wolke-1 {
  top: 10%;
  left: 10%;
  animation: wolke_1 infinite 20s;
}
.canvas-wrap img.wolke-2,
#animation-performance-canvas-1 img.wolke-2 {
  top: 0;
  right: 6%;
  width: 25%;
  animation: wolke_2 infinite 30s;
}
.canvas-wrap img.wolke-3,
#animation-performance-canvas-1 img.wolke-3 {
  top: 36%;
  right: 20%;
  width: 20%;
  animation: wolke_3 infinite 30s;
}
@keyframes wolke_1 {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(0.9) rotate(-15deg) translate(13%, -40%);
  }
  50% {
    transform: scale(1) rotate(4deg) translate3d(-10%, 10%);
  }
}
@keyframes wolke_2 {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(0.9) rotate(-5deg) translate(3%, -20%);
  }
  50% {
    transform: scale(1) rotate(4deg) translate3d(-10%, 10%);
  }
}
@keyframes wolke_3 {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(0.9) rotate(-10deg) translate3d(3%, -10%, 0);
  }
  50% {
    transform: scale(1) rotate(4deg) translate3d(-10%, -40%, 0);
  }
}
.canvas-inner-ani img, .canvas-inner-ani picture {
  width: 80%;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.canvas-inner-ani picture {
  width: 90%;
}
#performance-annimation-section-test {
  background: #fff;
  height: 100vh;
  padding: 30px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#performance-annimation-section-test + section {
  padding-top: 40px;
}
#performance-annimation-section-test .animation-performance-list {
  position: relative;
  top: 0;
}
#performance-annimation-section-test .animation-performance-list li {
  border-left: solid 8px transparent;
  color: #D8DBDE;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  padding: 4px 0;
  padding-left: 12px;
  margin: 16px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
#performance-annimation-section-test .animation-performance-list li.active {
  color: #006C8C;
  border-left-color: #50DCA0;
}
#performance-annimation-section-test .animation-performance-list li strong {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1.6rem;
}
#performance-annimation-section-test .section-head {
  margin-bottom: 0;
}
#performance-annimation-section-test .performance-container-wrap {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  max-height: 720px;
  width: 100%;
  position: relative;
}
#performance-annimation-section-test .container {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
#performance-annimation-section-test .ani-bottom {
  position: absolute;
  height: 500px;
  background: #E6F3F6;
  left: 0;
  right: 0;
  top: 100%;
}
#performance-annimation-section-test .ani-olo-wrap {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  transform: translateY(100%);
}
footer {
  background: #006C8C url("../img/gradient.webp") no-repeat center center;
  background-size: cover;
  padding: 48px 0 208px;
  color: #fff;
  line-height: 1.5;
}
footer button,
footer a {
  color: #fff;
}
#footer-top {
  font-size: 16px;
  font-size: 1.6rem;
}
#footer-bottom {
  padding-top: 80px;
  color: #83C5D1;
  font-size: 16px;
  font-size: 1.6rem;
}
#footer-bottom svg {
  margin-bottom: 8px;
}
#footer-nav button,
#footer-nav a {
  display: block;
  text-transform: uppercase;
  padding-bottom: 8px;
  letter-spacing: 0.05em;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
}
#footer-nav button {
  color: white;
}
#footer-nav button:hover {
  color: #50DCA0;
}
#footer-nav .footer-careers-link a {
  position: relative;
}
#footer-nav .footer-careers-link a::after {
  content: "Wir stellen ein!";
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #002F48;
  color: #50DCA0;
  text-align: center;
  line-height: 1.1;
  padding-top: 11px;
  top: 45%;
  transform: translateY(-50%) rotate(-8deg);
  left: 30%;
  text-transform: none;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
}
.wp-block-columns {
  display: flex;
  margin: 20px 0;
}
.wp-block-column {
  flex: 1;
  margin: 0 20px;
}
.wp-block-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 764px) {
  .wp-block-columns.has-3-columns {
    flex-flow: row wrap;
  }
  .has-3-columns .wp-block-column:first-child {
    flex-basis: 100%;
  }
}
@media (max-width: 478px) {
  .wp-block-columns.has-3-columns {
    display: block;
  }
  .wp-block-column {
    margin: 20px 0;
  }
}
html {
  scroll-padding-top: 172px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 72px;
  }
}
header {
  position: relative;
  height: 172px;
}
header.has-no-navigation {
  height: 114px;
}
header.has-no-navigation #fixed-header {
  height: 114px;
}
@media (max-width: 767px) {
  header.has-no-navigation {
    height: 72px;
  }
  header.has-no-navigation #fixed-header {
    height: 72px;
  }
}
header .button.button-xsmall {
  text-transform: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "MuseoSans-500", "Helvetica", sans-serif;
  font-weight: normal;
}
header #fixed-header {
  background-color: rgba(255, 255, 255, 0.97);
  border-top: solid 10px #50DCA0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 172px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05);
  z-index: 980;
  transition: all 0.2s;
}
header #fixed-header.fixed {
  position: fixed;
}
header #fixed-header #header-inner-top {
  padding-top: 32px;
}
header #fixed-header #logo-wrap {
  float: left;
  padding: 0 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header #fixed-header #logo-wrap {
    padding-right: 6px;
  }
}
header #fixed-header #header-inner {
  height: 172px;
  padding-top: 10px;
  padding-bottom: 8px;
  position: relative;
  display: flex;
  align-items: center;
}
header #fixed-header #header-inner #logo-header a {
  display: block;
  margin-top: 4px;
}
header #fixed-header #header-inner #logo-header a img,
header #fixed-header #header-inner #logo-header a svg {
  height: 32px;
  width: auto;
}
#header-meta {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 12px;
  font-size: 16px;
  font-size: 1.6rem;
}
#header-meta > * + * {
  margin-left: 26px;
}
#header-meta .icon-phone {
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 26px;
  font-size: 2.6rem;
}
/*************************************
// Main Navi
**************************************/
#main-nav {
  text-align: center;
  padding-top: 8px;
}
#main-nav a {
  color: #006C8C;
}
#main-nav a:hover {
  text-decoration: none;
  color: #50DCA0;
}
#main-nav > ul > li {
  padding: 0 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main-nav > ul > li {
    padding: 0 10px;
  }
}
#main-nav > ul > li > a {
  display: block;
  text-transform: uppercase;
  padding: 16px 8px;
  letter-spacing: 0.075em;
}
#main-nav > ul > li.current-menu-item > a, #main-nav > ul > li:hover > a {
  color: #50DCA0;
}
#main-nav > ul > li.current-menu-item .sub, #main-nav > ul > li:hover .sub {
  display: flex;
  opacity: 1;
  visibility: visible;
}
#main-nav > ul > li.current-menu-item .sub > div, #main-nav > ul > li:hover .sub > div {
  opacity: 1;
  transform: translateX(0);
}
#main-nav .sub {
  display: none;
  display: flex;
  background: #fff;
  text-align: left;
  position: absolute;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 32px 0;
  left: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  z-index: 990;
}
#main-nav .sub a {
  display: block;
}
#main-nav .sub a + a {
  margin-top: 16px;
}
#main-nav .sub a strong {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
#main-nav .sub > div {
  padding: 0 16px;
  transform: translateX(60px);
  opacity: 0;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
#main-nav .sub > div:first-child {
  padding: 0 32px;
  display: flex;
  width: 240px;
}
#main-nav .sub > div:first-child > img, #main-nav .sub > div:first-child > svg {
  width: 80%;
  margin: 0 auto;
}
#main-nav .sub > div:nth-child(1) {
  transition-delay: 0.08s;
}
#main-nav .sub > div:nth-child(2) {
  transition-delay: 0.06s;
}
#main-nav .sub > div:nth-child(3) {
  transition-delay: 0.04s;
}
#main-nav .sub > div:nth-child(4) {
  transition-delay: 0.02s;
}
#main-nav .sub > div + div {
  border-left: solid 1px #D8DBDE;
}
body.wp-lang-es #main-nav > ul > li {
  padding: 0 8px;
}
/*************************************
// Panel
**************************************/
/*************************************
// Full Flyout
**************************************/
/*
#main-nav {
	& > ul > li {
		position: inherit;

		.sub-menu {
			left: 0;
			right: 0;
			border-top: solid $header_border $secondary_color;
			border-bottom: solid $header_border $primary_color;
			box-shadow: none;
		}
	}
}
*/
/*************************************
// Mobile header
**************************************/
.header-action {
  float: right;
  padding: 0 15px 0 7.5px;
}
/*************************************
// Mobile header
**************************************/
.show-mobile-break {
  display: none;
}
@media screen and (min-width: 992px) {
  header #fixed-header {
    transform: translateY(0%);
  }
  header #fixed-header.stick-top {
    transform: translateY(0) !important;
  }
  header #fixed-header.nav-up {
    transform: translateY(-100%);
  }
  header #fixed-header.open-menu, header #fixed-header.nav-down {
    transform: translateY(-110px);
  }
  header.has-no-navigation #fixed-header.open-menu, header.has-no-navigation #fixed-header.nav-down {
    transform: translateY(-160px);
  }
}
@media screen and (max-width: 991px) {
  .show-mobile-break {
    display: block;
  }
  .hide-mobile-break {
    display: none !important;
  }
  header {
    padding-top: 0;
    height: 75px;
  }
  header #fixed-header {
    position: fixed;
    top: 0;
    height: 75px;
  }
  header #fixed-header #header-inner-top {
    padding-top: 16px;
  }
  header #fixed-header.nav-up {
    top: -75px;
  }
  header #fixed-header #header-inner {
    position: relative;
    height: 75px;
    padding-top: 4px;
  }
  header #fixed-header #header-inner #logo-header a {
    margin-top: 0;
  }
  header #fixed-header #header-inner #logo-header a img,
  header #fixed-header #header-inner #logo-header a svg {
    height: 24px;
  }
  header .panel-close-trigger,
  header .panel-open-trigger {
    cursor: pointer;
    font-size: 28px;
    font-size: 2.8rem;
  }
  header .panel-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .panel-header-inner .icon-close {
    color: #fff;
    line-height: 1;
    font-size: 30px;
    font-size: 3rem;
  }
  header .panel-left > .panel-close-trigger {
    position: absolute;
    top: 6px;
    left: 16px;
  }
  #logo-header a {
    height: 35px;
  }
  #main-nav {
    text-align: left;
  }
  #main-nav > ul > li {
    display: block;
    padding: 0;
  }
  #main-nav > ul > li > a {
    padding-left: 32px;
    padding-right: 32px;
  }
  #main-nav a {
    color: #fff;
    letter-spacing: 1px;
    font-family: "MuseoSans-700", "Helvetica", sans-serif;
    font-weight: normal;
  }
  #main-nav .main-navi-search-bar-open {
    display: none;
  }
  #mobile-menu-trigger,
  #mobile-user-menu {
    position: absolute;
    right: 16px;
    top: 2px;
    cursor: pointer;
    display: inline-flex;
    line-height: 1;
    align-items: center;
  }
  #mobile-menu-trigger small,
  #mobile-user-menu small {
    margin-left: 2px;
  }
  /*
  #mobile-search-trigger,
  #mobile-user-menu {
  	right: $offset * 8;
  	padding-top: $offset / 2;

  	@include font-size(26);
  }
  */
  #mobile-user-menu {
    right: 70px;
    padding-top: 4px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  #mobile-user-menu .icon-login {
    width: 26px;
    height: 26px;
  }
  #mobile-user-menu.active i {
    color: #50DCA0;
  }
  #mobile-user-menu .dd-div {
    right: -30px;
    position: absolute;
    display: none;
    background: #fff;
    min-width: 260px;
    text-align: center;
    padding: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    top: 140%;
    font-size: 20px;
  }
  #mobile-user-menu .dd-div > div {
    margin-bottom: 16px;
  }
  #mobile-user-menu .dd-div::before {
    content: "";
    position: absolute;
    top: 0;
    right: 30px;
    transform: translate(0, -100%);
    filter: drop-shadow(3px -3px 3px rgba(0, 0, 0, 0.1));
    width: 0;
    height: 0;
    content: "";
    border-bottom: 12px solid #ffffff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
  #mobile-user-menu .dd-div a {
    display: block;
    font-size: 20px;
    margin-top: 12px;
  }
  #mobile-phone-tigger {
    position: absolute;
    right: 64px;
    top: 4px;
  }
  #mobile-phone-tigger {
    right: 290px;
  }
  /*
  #mobile-header-search-trigger {
  	position: absolute;
  	right: $offset * 2;
  	// top: $offset / 2;
  	top: 10px;
  	cursor: pointer;
  }
  */
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  #mobile-phone-tigger {
    right: 64px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  #mobile-phone-tigger {
    right: 64px;
  }
}
@media screen and (max-width: 991px) {
  .show-mobile-break.search-bar-open {
    position: absolute;
    right: 16px;
    top: 5px;
    padding: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .panel > .col-xs-12 {
    padding: 0;
  }
  #panel-close-overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
  }
  .panel {
    display: block !important;
    background: #002F48;
    bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3000;
    max-width: 600px;
  }
  .panel-inner {
    overflow-y: scroll;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .panel .panel-padding {
    padding: 16px 32px;
  }
  .panel-left {
    left: 0;
    margin-left: -100%;
    padding-bottom: 100px;
    padding-top: 48px;
    transition: margin-left 0.4s;
  }
  .panel-right {
    right: 0;
    margin-right: -100%;
    transition: margin-right 0.4s;
  }
  .panel-footer {
    background: #002F48;
    padding: 15px;
    margin-top: auto;
  }
  .panel-footer em {
    display: block;
    color: #006C8C;
  }
  .panel-footer > div {
    border-top: 2px solid #006C8C;
    padding: 16px 0;
  }
  #main-wrap {
    position: relative;
    left: 0;
    padding-left: 0 !important;
    transition: left 0.2s;
  }
  header {
    left: 0;
    width: 100%;
    transition: left 0.2s;
  }
  body.panel-active {
    overflow: hidden;
  }
  body.panel-active-left .panel-left {
    margin-left: 0;
  }
  body.panel-active-left header {
    left: 100%;
    left: 25%;
  }
  body.panel-active-left header #fixed-header {
    margin-left: 100%;
    margin-left: 25%;
  }
  body.panel-active-left #main-wrap {
    left: 100%;
    left: 25%;
  }
  body.panel-active-right .panel-right {
    margin-right: 0;
  }
  body.panel-active-right header {
    left: -100%;
    left: -25%;
  }
  body.panel-active-right header #fixed-header {
    margin-left: -100%;
    margin-left: -25%;
  }
  body.panel-active-right #main-wrap {
    left: -100%;
    left: -25%;
  }
}
/*
@media (min-width: $screen-md-min) {
	$header_height: 80px;

	header {
		height: $header_height;

		#fixed-header {
			// background: red !important;
		}

		#fixed-header {
			height: $header_height;

			&.nav-up {
				top: -$header_height;
			}

			#header-inner {
				height: $header_height;
			}
		}

		#header-inner #logo-header a img,
		#header-inner #logo-header a svg {
			height: $offset * 4 !important;
		}
	}

	#mobile-service-tigger {
		position: absolute;
		right: 120px;
		right: 64px;
		top: -2px;
	}

	#mobile-menu-trigger,
	#mobile-phone-tigger,
	.show-mobile-break.search-bar-open {
		top: 6px !important;
		cursor: pointer;
		opacity: 1;

		&:hover {
			text-decoration: none;
			opacity: 0.6;
		}
	}

	#x_main-nav > ul > li {
		margin-bottom: 8px;
	}

	#x_main-nav > ul > li > a,
	#x_main-nav > ul > li > ul > li > a {
		padding-left: 50px;
		padding-right: 50px;
	}

	#x_main-nav > ul > li > ul > li > a {
		padding-top: 4px;
		padding-bottom: 4px;
	}

	#x_main-nav > ul > li > ul > li:first-child {
		padding-top: 0;
	}

	.panel-footer {
		padding-left: 50px + 15px;
		padding-right: 50px + 15px;
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: $screen-sm-max) {
	#x_main-nav > ul > li > a,
	#x_main-nav > ul > li > ul > li > a {
		padding-left: 32px;
		padding-right: 32px;
	}

	.panel-footer {
		padding-left: 32px + 15px;
		padding-right: 32px + 15px;
		padding-left: 32px;
		padding-right: 32px;
	}
}

.panel-footer {
	position: relative;

	&::before {
		content: "";
		position: absolute;
		display: block;
		left: 0;
		right: 0;
		bottom: 100%;
		height: 60px;
		background: linear-gradient(rgba(0,0,0,0), $mobile_panel_color);
	}
}
*/
.main-navi-search-bar-open {
  cursor: pointer;
}
/*
.panel-login {
	background: #fff;
	position: relative;
	display: none;

	&-inner {
		padding: $offset * 2 $offset * 4;

		& > div {
			margin-bottom: $offset;
		}
	}

	&::before {
		content: "";
		position: absolute;
		top: -1px;
		left: 0;
		right: 0;
		height: 12px;
		background: $mobile_panel_color;
	}

	&::after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);

		@include triangle('top', #ffffff, 12px);
	}

	.button {
		& + .button {
			margin-left: $offset * 2;
		}
	}
}
*/
.hero {
  background: #006C8C url("../img/gradient.webp") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 60vh;
  height: 50vh;
  position: relative;
  color: #fff;
  max-height: 350px;
  max-height: 800px;
}
.hero > .container {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .hero > .container {
    align-items: start;
  }
}
.hero-default {
  max-height: 480px;
}
.hero-media-kit {
  height: auto !important;
  padding: 82px 0 50px;
}
.hero h1 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 78px;
  font-size: 7.8rem;
  line-height: 1;
}
.hero p {
  max-width: 460px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
}
.hero h1.with-animation span {
  display: inline-block;
  position: relative;
}
.hero h1.with-animation span::after {
  content: "";
  position: absolute;
  left: -16px;
  width: calc(100% + 32px);
  top: -4px;
  bottom: -4px;
  background: #50DCA0;
  z-index: -1;
}
.hero h1.with-animation.animate span::after {
  width: 0px;
  animation: span_bg 0.65s 1s ease forwards;
}
.hero-super {
  height: 100vh;
  min-height: 580px;
}
.hero-super-70 {
  min-height: 580px;
  height: 70vh;
  height: 100%;
  max-height: 650px;
}
.hero-super-70 > .container {
  min-height: 580px;
  height: 100%;
  max-height: 650px;
}
.hero-bg-image, .hero-video {
  background: #006C8C;
  overflow: hidden;
}
.hero-bg-image .container, .hero-video .container {
  position: relative;
  z-index: 3;
}
.hero-bg-image .hero-text-wrap, .hero-video .hero-text-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.hero-bg-image .bg-image,
.hero-bg-image video, .hero-video .bg-image,
.hero-video video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-bg-image .bg-image, .hero-video .bg-image {
  animation: ken_burns 40s ease;
}
@media (min-width: 992px) {
  .hero-bg-image h1, .hero-video h1 {
    margin-bottom: 30px;
  }
  .hero-bg-image .fancy-button, .hero-video .fancy-button {
    margin-top: 60px;
  }
  .hero-bg-image div p, .hero-video div p {
    margin-bottom: 0;
  }
}
.hero-publisher video, .hero-advertiser video {
  opacity: 1 !important;
}
.hero-advertiser.hero h1.with-animation span::after {
  background: #7A61E5;
}
.hero-publisher.hero h1.with-animation span::after {
  background: #FDA641;
}
.hero-agency.hero h1.with-animation span::after {
  background: #83C5D1;
}
.hero-reverse > .container {
  flex-direction: row-reverse;
}
.hero-person-wrap {
  text-align: center;
}
.hero-person-wrap img {
  width: 100%;
  height: auto;
}
.hero-frontpage .hero-person-wrap img {
  width: 75%;
}
.hero-agency .hero-person-wrap img {
  width: 120%;
  width: 130%;
  left: -25%;
  position: relative;
}
.hero-advertiser .hero-person-wrap img {
  width: 80%;
}
.hero-gradient-image {
  padding-top: 32px;
  padding-bottom: 32px;
  background-image: none;
  background: radial-gradient(#50DCA0, #006C8C 80%);
}
@media (max-width: 767px) {
  .hero-gradient-image .container {
    flex-wrap: wrap;
  }
  .hero-gradient-image .container img {
    max-width: 70%;
  }
}
.hero.hero-image-v2 {
  height: auto;
  max-height: inherit;
  padding-top: 48px;
  padding-bottom: 48px;
}
.hero.hero-image-v2 .hero-person-wrap img {
  max-height: 500px;
  width: auto;
}
.hero.hero-image-v2.hero-image-max-h-650 .hero-person-wrap img {
  max-height: 650px;
}
@media (max-width: 767px) {
  .hero.hero-image-v2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .hero.hero-image-v2 .container {
    flex-wrap: wrap;
  }
  .hero.hero-image-v2 .container img {
    max-width: 70%;
  }
}
.hero.hero-full-funnel {
  min-height: 570px;
}
@media (max-width: 767px) {
  .hero.hero-full-funnel {
    height: auto;
    padding-top: 0;
    padding-bottom: 32px;
  }
  .hero.hero-full-funnel .container {
    flex-wrap: wrap;
  }
  .hero.hero-full-funnel .container img {
    max-width: 70%;
  }
  .hero.hero-full-funnel .hero-person-wrap {
    padding-bottom: 16px;
  }
  .hero.hero-full-funnel .hero-person-wrap img {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  .hero.hero-full-funnel .hero-person-wrap img {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(4%, -50%);
    width: 548px;
  }
}
@keyframes span_bg {
  100% {
    width: calc(100% + 32px);
  }
}
@keyframes ken_burns {
  0% {
    transform-origin: bottom left;
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@media (max-width: 991px) {
  .hero {
    /*
    		.hero-person-wrap {
    			position: absolute;
    			right: -30px;

    			img {
    				width: 150px;
    			}
    		}
     */
  }
  .hero-default {
    min-height: 350px;
  }
  .hero-default > .container {
    align-items: center;
  }
  .hero-video {
    height: calc(100vh - 75px) !important;
    max-height: 620px;
    flex-direction: column;
  }
  .hero-video .container {
    display: flex;
    height: 100%;
    flex: 1;
  }
  .hero-video .container .hero-text-wrap {
    padding-top: 30px;
  }
  .hero-video .container .hero-text-wrap div {
    max-width: 220px;
  }
  .hero-video .container .fancy-button {
    border: none;
    display: inline-block;
    transition: background 0.2s, color 0.1s;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: "MuseoSans-700", "Helvetica", sans-serif;
    font-weight: normal;
    background: #50DCA0;
    color: #fff;
  }
  .hero-video .container .fancy-button:hover {
    text-decoration: none;
  }
  .hero-video .container .fancy-button:hover {
    background: #006C8C;
    color: #fff;
  }
  .hero-video .container .fancy-button-ghost {
    background: transparent;
    border-color: #50DCA0;
    color: #50DCA0;
  }
  .hero-video .container .fancy-button-ghost:hover {
    background: #50DCA0;
    color: #fff;
  }
  .hero-video .container .fancy-button svg {
    display: none;
  }
  .hero-video .hero-person-wrap {
    position: absolute;
    left: 30%;
    right: auto;
  }
  .hero-video .hero-person-wrap img {
    height: 60vh;
    width: auto !important;
  }
  .hero-video.hero-agency .hero-person-wrap img {
    height: 40vh;
    left: -5%;
  }
  .hero h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.key-facts-wrap {
  display: flex;
  margin-left: -32px;
  margin-right: -32px;
}
.key-facts-wrap > * {
  flex: 1;
}
@media (max-width: 991px) {
  .key-facts-wrap {
    flex-wrap: wrap;
  }
  .key-facts-wrap > * {
    flex-basis: 100%;
    margin-bottom: 32px;
  }
}
.key-facts-col {
  display: flex;
  flex-direction: column;
}
.key-facts-col > * {
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 992px) {
  .key-facts-col + .key-facts-col .key-facts-content {
    border-left: solid 1px #C9C9C9;
  }
}
.key-facts-value {
  color: #50DCA0;
  text-align: center;
  line-height: 1.2;
  font-size: 54px;
  font-size: 5.4rem;
  font-family: "AlmarenaDisplayBold", "Helvetica", sans-serif;
  font-weight: normal;
}
.key-facts-title {
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
}
@media (min-width: 992px) {
  .key-facts-title {
    min-height: 5.6rem;
  }
}
.key-facts-content {
  flex-grow: 1;
}
.megamenu .has-children > a {
  display: flex !important;
  align-items: stretch;
}
.megamenu .has-children > a > span {
  display: flex !important;
  align-items: center;
  padding: 0 4px;
}
.megamenu .has-children > a i {
  line-height: 1;
  font-size: 6px;
  font-size: 0.6rem;
}
.megamenu .has-children.megamenu-sub-open .megamenu-sub {
  display: block;
}
.megamenu .has-children.megamenu-sub-open > a {
  color: #50DCA0 !important;
}
.megamenu .has-children.megamenu-sub-open > a i {
  transform: rotate(180deg);
}
.megamenu-sub {
  display: none;
  background-color: rgba(255, 255, 255, 0.97);
  left: 0;
  right: 0;
  position: fixed;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.megamenu-sub ul li {
  padding: 0;
  margin: 0;
  display: block;
}
.megamenu-sub ul li a {
  display: block;
  padding: 6px 0;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
}
.megamenu-sub .container {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .megamenu-sub {
    background: #002F48;
    position: relative;
    box-shadow: none;
  }
  .megamenu-sub ul li a {
    padding-left: 32px;
    padding-right: 32px;
  }
  .megamenu-sub .container {
    padding-top: 0;
  }
}
.search-bar-open {
  padding-left: 12px;
  padding-right: 12px;
}
.search-bar-open i {
  position: relative;
  top: 3px;
  font-size: 20px;
  font-size: 2rem;
}
#search-bar {
  color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 47, 72, 0.98);
  display: none;
  padding-top: 90px;
  padding-bottom: 60px;
  border-bottom: solid 2px #fff;
  z-index: 99999;
}
@media (min-width: 992px) {
  #search-bar {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#search-bar form {
  padding-right: 80px;
  position: relative;
}
#search-bar form input[type=submit],
#search-bar form button[type=submit] {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
}
#search-bar form input[type=text] {
  width: 100%;
}
#search-bar input[type=text],
#search-bar #search-border {
  box-shadow: none;
  color: #fff;
  font-size: 3.2rem;
  background: none;
  border: none;
  padding-left: 0;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  line-height: 1;
}
@media (min-width: 992px) {
  #search-bar input[type=text],
  #search-bar #search-border {
    font-size: 4.2rem;
  }
}
#search-bar #search-border {
  border-bottom: none;
  border-top: solid 2px #50DCA0;
  padding: 13px 0 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  overflow: hidden;
  height: 0;
  margin-top: -2px;
  z-index: -1;
}
#search-bar .button {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 8px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 0;
  font-size: 20px;
  font-size: 2rem;
}
#search-bar .button i {
  top: 12px;
}
@media (min-width: 992px) {
  #search-bar .button {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
#search-bar-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 1.6rem;
  cursor: pointer;
}
@media (min-width: 992px) {
  #search-bar-close {
    font-size: 2.4rem;
  }
}
#search-bar-open {
  cursor: pointer;
}
section, .section {
  /*
  img {
  	width: 100%;
  	height: auto;
  }
  */
  padding: 60px 0;
}
section.bottom-arrow, .section.bottom-arrow {
  position: relative;
  overflow: visible !important;
}
section.bottom-arrow::after, .section.bottom-arrow::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 0;
  height: 0;
  content: "";
  border-top: 40px solid #fff;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
section.bottom-arrow.bg-blue-light::after, .section.bottom-arrow.bg-blue-light::after {
  border-top-color: #83C5D1;
}
section.bottom-arrow.bg-blue-lighter::after, .section.bottom-arrow.bg-blue-lighter::after {
  border-top-color: #E6F3F6;
}
section.bottom-arrow.bg-black::after, .section.bottom-arrow.bg-black::after {
  border-top-color: #002F48;
}
section.bottom-arrow.bg-none::after, .section.bottom-arrow.bg-none::after {
  border-top-color: #fff;
}
section.bg-blue-light, .section.bg-blue-light {
  background-color: #83C5D1;
}
section.bg-blue-light + .container-border-bottom, .section.bg-blue-light + .container-border-bottom {
  background-color: #83C5D1;
}
section.bg-blue-lighter, .section.bg-blue-lighter {
  background-color: #E6F3F6;
}
section.bg-blue-lighter + .container-border-bottom, .section.bg-blue-lighter + .container-border-bottom {
  background-color: #E6F3F6;
}
section.bg-grey, .section.bg-grey {
  background-color: #D8DBDE;
}
section.bg-grey-lighter, .section.bg-grey-lighter {
  background-color: #F5F6F7;
}
section.bg-black, .section.bg-black {
  background-color: #002F48;
  color: #fff;
}
section.bg-black h2, .section.bg-black h2 {
  color: #fff;
}
section.bg-next-blue-lighter + section, .section.bg-next-blue-lighter + section {
  background-color: #E6F3F6;
}
section.padding-none, .section.padding-none {
  padding: 0 0;
}
section.padding-less, .section.padding-less {
  padding: 40px 0;
}
section.padding-more, .section.padding-more {
  padding: 180px 0;
}
@media (max-width: 991px) {
  section.mobile-smaller-padding, .section.mobile-smaller-padding {
    padding: 20px 0 15px;
  }
}
section.padding-less-top, .section.padding-less-top {
  padding-top: 40px;
}
section.padding-less-bottom, .section.padding-less-bottom {
  padding-bottom: 40px;
}
section.padding-none-top, .section.padding-none-top {
  padding-top: 0px;
}
section.padding-none-bottom, .section.padding-none-bottom {
  padding-bottom: 0px;
}
section-team, .section-team {
  padding-bottom: 40px;
}
section-gallery, .section-gallery {
  padding: 16px 0;
}
section .section-head, .section .section-head {
  text-align: center;
  margin-bottom: 52px;
}
section .section-head-image, .section .section-head-image {
  text-align: center;
}
section .section-head-image img, .section .section-head-image img {
  max-width: 29.5rem;
  height: auto;
}
section.section-contact, .section.section-contact {
  padding-top: 0;
}
section.section-contact a.button, .section.section-contact a.button {
  margin-top: 40px;
}
section.bg-blue-light + .section-contact, section.bg-blue-lighter + .section-contact, section.bg-grey + .section-contact, section.bg-grey-lighter + .section-contact, section.bg-next-blue-lighter + .section-contact, .section.bg-blue-light + .section-contact, .section.bg-blue-lighter + .section-contact, .section.bg-grey + .section-contact, .section.bg-grey-lighter + .section-contact, .section.bg-next-blue-lighter + .section-contact {
  padding-top: 60px;
}
section.section-animation-bricks, .section.section-animation-bricks {
  margin-bottom: 60px;
}
.smaller-h2-head .text-wrap h2 {
  font-size: 32px;
  font-size: 3.2rem;
}
.smaller-h2-head .text-wrap h2:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  .smaller-h2-head .text-wrap h2:first-child {
    margin-top: 16px;
  }
}
.tools-section.section-text_image .image-wrap img {
  height: 250px;
}
@media (max-width: 991px) {
  .tools-section.section-text_image .image-wrap img {
    height: 160px;
  }
  .tools-section.section-text_image .text-wrap h2 {
    text-align: center;
  }
}
.home-teaser-section .checkmark {
  min-height: 270px;
}
body.wp-lang-it .home-teaser-section .checkmark {
  min-height: 320px;
}
body.wp-lang-es .home-teaser-section .checkmark,
body.wp-lang-fr .home-teaser-section .checkmark {
  min-height: 290px;
}
@media (max-width: 991px) {
  .bg-black + section,
  .hero + section {
    padding-top: 30px;
  }
  .marketing-insights-cards {
    padding-bottom: 20px;
  }
}
.section-key_facts {
  overflow: hidden;
}
.section-contact_cta_small img {
  max-width: 29rem;
  height: auto;
}
.contact-snippet {
  min-height: 45rem;
  max-width: 80rem;
  width: 100%;
}
.contact-snippet a {
  text-decoration: underline;
}
.contact-snippet form input[type=text],
.contact-snippet form input[type=tel],
.contact-snippet form input[type=email],
.contact-snippet form select,
.contact-snippet form textarea {
  width: 100% !important;
  background: none;
  border: solid 1px #006C8C;
  background: #fff;
  padding: 12px 16px;
  border-radius: 3px;
  outline: none;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15);
  transition: box-shadow 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  color: #002F48;
}
.contact-snippet form input[type=text]:focus,
.contact-snippet form input[type=tel]:focus,
.contact-snippet form input[type=email]:focus,
.contact-snippet form select:focus,
.contact-snippet form textarea:focus {
  border-color: #50DCA0;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.05);
}
.contact-snippet form input[type=text].rounded,
.contact-snippet form input[type=tel].rounded,
.contact-snippet form input[type=email].rounded,
.contact-snippet form select.rounded,
.contact-snippet form textarea.rounded {
  border-radius: 50px;
}
.contact-snippet form textarea {
  min-height: 25rem;
}
.contact-snippet form .hs-error-msgs {
  color: #b8001f;
  position: absolute;
  font-size: 1.2rem;
}
.contact-snippet form fieldset {
  max-width: 100%;
  position: relative;
}
.contact-snippet form legend {
  margin-bottom: 12px;
}
.contact-snippet form .hs-fieldtype-booleancheckbox > legend {
  padding-top: 12px;
}
.contact-snippet form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-snippet form ul li {
  margin: 0;
  padding: 0;
}
.contact-snippet form .hs_type_of_contact___user_input ul {
  display: flex;
  gap: 3.2rem;
}
.contact-snippet form .hs_type_of_contact___user_input ul label {
  margin: 0;
  position: relative;
}
.contact-snippet form .hs_type_of_contact___user_input ul label input {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.contact-snippet form .hs_type_of_contact___user_input ul label span {
  background: #F5F6F7;
  background: white;
  border-radius: 3px;
  display: block;
  padding: 12px 28px;
  padding-left: 44px;
  border: solid 1px #006C8C;
  cursor: pointer;
}
.contact-snippet form .hs_type_of_contact___user_input ul label input:checked + span {
  background: rgb(241.5, 252.3, 247.6714285714);
  border-color: #50DCA0;
}
.contact-snippet form fieldset.form-columns-2 > .hs-form-field {
  float: none;
  width: 100%;
}
.contact-snippet form .legal-consent-container {
  padding-top: 28px;
  padding-bottom: 12px;
}
.contact-snippet form .hs_recaptcha + .hs_submit,
.contact-snippet form .hs_recaptcha + .hs_error_rollup + .hs_submit {
  padding-top: 28px;
}
.contact-snippet form .hs_submit input {
  border: none;
  display: inline-block;
  transition: background 0.2s, color 0.1s;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 50px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
  background: #50DCA0;
  color: #fff;
  padding: 14px 32px 13px;
  font-size: 15px;
  font-size: 1.5rem;
}
.contact-snippet form .hs_submit input:hover {
  text-decoration: none;
}
.contact-snippet form .hs_submit input:hover {
  background: #006C8C;
  color: #fff;
}
.contact-snippet form .hs_submit input-ghost {
  background: transparent;
  border-color: #50DCA0;
  color: #50DCA0;
}
.contact-snippet form .hs_submit input-ghost:hover {
  background: #50DCA0;
  color: #fff;
}
.contact-snippet form .hs_submit input-ghost {
  border-width: 1px;
  border-style: solid;
  padding: 13px 32px 12px;
}
.contact-snippet input[type=checkbox] {
  margin-top: 6px;
}
.contact-snippet .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.contact-snippet .hs-form-booleancheckbox-display span {
  margin-left: 0 !important;
}
.contact-snippet .hs-richtext.hs-main-font-element {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contact-snippet div.input {
  margin-right: 0 !important;
}
.column-element h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
}
@media (max-width: 991px) {
  .column-element {
    margin-bottom: 60px;
  }
}
.section-contact {
  padding-bottom: 0;
}
.section-contact .container {
  position: relative;
}
.section-contact .container:nth-child(2) {
  padding-bottom: 40px;
}
.section-contact .container > img {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 420px;
  right: 80px;
}
@media (max-width: 991px) {
  .section-contact {
    text-align: center;
  }
  .section-contact .container {
    padding-bottom: 0 !important;
  }
  .section-contact .container > img {
    position: relative;
    margin: 0 auto;
    display: block;
    bottom: 0;
    width: 300px;
    height: auto;
    right: auto;
  }
}
body.blog .section-contact {
  padding-top: 60px;
}
.section-text_image .image-wrap img {
  width: 100%;
  height: auto;
}
.section-text_image.text-image-center .container {
  justify-content: center;
  display: flex;
}
@media (min-width: 992px) {
  .section-text_image.text-image-rechts .image-wrap.col-md-6, .section-text_image.text-image-right .image-wrap.col-md-6 {
    left: 50%;
  }
  .section-text_image.text-image-rechts .text-wrap.col-md-6, .section-text_image.text-image-right .text-wrap.col-md-6 {
    right: 50%;
  }
  .section-text_image.text-image-rechts .image-wrap.col-md-4, .section-text_image.text-image-right .image-wrap.col-md-4 {
    left: 66.666666%;
  }
  .section-text_image.text-image-rechts .text-wrap.col-md-8, .section-text_image.text-image-right .text-wrap.col-md-8 {
    right: 33.333333%;
  }
  .section-text_image.text-image-rechts .image-wrap.col-md-3, .section-text_image.text-image-right .image-wrap.col-md-3 {
    left: 75%;
  }
  .section-text_image.text-image-rechts .text-wrap.col-md-9, .section-text_image.text-image-right .text-wrap.col-md-9 {
    right: 25%;
  }
}
@media (min-width: 992px) {
  .section-text_image.text-image-auto + .text-image-auto:nth-child(2n+1) .image-wrap.col-md-6 {
    left: 50%;
  }
  .section-text_image.text-image-auto + .text-image-auto:nth-child(2n+1) .text-wrap.col-md-6 {
    right: 50%;
  }
}
.media-kit-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
}
.media-kit-container a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.media-kit-container i {
  font-size: 2.8rem;
}
.media-kit-link-boxes {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.media-kit-link-boxes a {
  background: #E6F3F6;
  padding: 16px;
}
.media-kit {
  background: #E6F3F6;
  padding: 24px;
  height: 100%;
}
.media-kit .h4, .media-kit .light-title, .media-kit .key-facts-title {
  margin-top: 0;
}
.media-kit ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.media-kit ul li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body.page-id-109 .section-text_image + .section-text_image {
  padding-top: 20px;
}
.co2-wrap {
  position: relative;
  padding-top: 140px !important;
  overflow: hidden;
}
.co2-wrap h1.h2 {
  color: #004343;
  font-size: 58px;
  font-size: 5.8rem;
}
.co2-wrap h1.h2 small {
  font-size: 18px;
  font-size: 1.8rem;
}
.co2-wrap .logo-shape {
  position: absolute;
  top: 0;
  left: 50%;
  background: #004343;
  width: 250px;
  height: 250px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 50px;
  transform: translate(-50%, -50%);
}
.co2-wrap .logo-shape img {
  width: 115px;
  height: auto;
}
.co2-box {
  background: #f6f6f6;
  padding: 48px;
  border-radius: 20px;
  margin: 32px 0 64px;
}
.co2-box h2 {
  color: #45ab21;
  margin-top: 0;
  margin-bottom: 16px;
}
.co2-box p {
  margin-bottom: 0;
}
.co2-box .inner {
  display: flex;
}
@media (max-width: 991px) {
  .co2-box .inner {
    flex-wrap: wrap;
  }
}
.co2-box .inner.inner-flex-1 {
  align-items: center;
}
@media (max-width: 991px) {
  .co2-box .inner.inner-flex-1 {
    justify-content: center;
  }
}
.co2-box .inner.inner-flex-1 > div:first-child {
  flex: 1;
}
@media (max-width: 991px) {
  .co2-box .inner.inner-flex-1 > div:first-child {
    order: 2;
    flex-basis: 100%;
  }
  .co2-box .inner.inner-flex-1 > div:first-child + div {
    transform: translateY(-50%);
    margin-bottom: -20px;
  }
}
.co2-box .inner.inner-flex-2 > div + div {
  border-left: solid 1px rgb(218.0357142857, 221.25, 224.4642857143);
  padding-left: 32px;
  margin-left: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .co2-box .inner.inner-flex-2 > div + div {
    border-left: 0;
    border-top: solid 1px rgb(218.0357142857, 221.25, 224.4642857143);
    margin: 32px 0 0 0;
    padding: 24px 0 0 0;
    flex: 1;
    text-align: center;
  }
  .co2-box .inner.inner-flex-2 > div + div img {
    margin: 0 auto;
    max-width: 300px;
  }
}
.co2-box .inner.inner-flex-3 {
  align-items: center;
}
.co2-box .inner.inner-flex-3 > div:first-child {
  margin-right: 32px;
}
@media (max-width: 991px) {
  .co2-box .inner.inner-flex-3 > div:first-child {
    margin-right: 0;
    flex: 1;
  }
}
.co2-box .inner.inner-flex-3 > div:first-child img {
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
@media (max-width: 991px) {
  .co2-box .inner.inner-flex-3 > div:first-child img {
    margin: 0 auto 16px;
  }
}
.co2-box.green {
  background: #004343;
  color: #fff;
}
@media (max-width: 991px) {
  .co2-box.has-badge {
    margin-top: 128px;
    padding-top: 0;
  }
}
.co2-box dl dt {
  display: block;
  float: left;
  opacity: 0.6;
  clear: both;
  width: 160px;
}
.co2-box dl dd {
  display: block;
}
.co2-badge {
  background: #fff;
  padding: 32px;
  border-radius: 100px;
  display: flex;
  margin-right: 48px;
}
@media (max-width: 991px) {
  .co2-badge {
    margin-right: 0;
    border: solid 8px #45ab21;
  }
}
.co2-badge img {
  width: 150px;
  height: auto;
  margin-right: 12px;
}
.co2-badge-checkmark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #004343;
  margin-right: 32px;
}
.co2-badge-checkmark svg {
  color: #45ab21;
  height: 34px;
  margin-left: 14px;
}
.api-key-input {
  padding: 16px;
  background: #F7F7F7;
  border: solid 1px #D8D8D8;
  width: 100%;
  max-width: 600px;
  font-size: 22px;
  font-size: 2.2rem;
}
.code-example-wrap {
  background: #F7F7F7;
  font-size: 13px;
  font-size: 1.3rem;
}
.code-example-wrap pre {
  padding: 32px;
}
.hero-landingpage {
  height: auto !important;
  max-height: inherit;
  padding-top: 80px;
}
.hero-landingpage p {
  max-width: 600px;
}
.hero-landingpage .prehead {
  background: #7a61e5;
  color: #fff;
}
.hero-landingpage .full-width {
  width: 100%;
}
.hero-landingpage .hero-landingpage-bottom {
  position: relative;
}
.hero-landingpage .hero-landingpage-bottom .button {
  font-size: 2.12rem;
}
.hero-landingpage .hero-landingpage-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 2;
}
.landingpage-hero-slider {
  max-width: 800px;
  margin: 0 auto 32px;
}
.landingpage-hero-slider .slick-list {
  padding: 0;
}
.yellow-head h2 {
  color: #7a61e5 !important;
  letter-spacing: 1px;
  font-size: 20px;
  font-size: 2rem;
}
.partner-logos-wrap {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.partner-logos-wrap img {
  max-height: 50px;
  width: auto;
}
.partner-logos-wrap img[src$=".svg"] {
  height: 100px;
}
.partner-logos-wrap > div:nth-child(1) img {
  max-height: 100px;
}
.partner-logos-wrap > div:nth-child(2) img {
  max-height: 75px;
}
.partner-logos-wrap > div:nth-child(3) img {
  max-height: 55px;
}
@media (max-width: 991px) {
  .partner-logos-wrap {
    gap: 24px;
  }
  .partner-logos-wrap > * {
    flex: 1 1 45%;
    height: 50px;
    position: relative;
  }
  .partner-logos-wrap > * img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#footer-top .container.footer-reduce {
  display: flex;
  justify-content: center;
}
.section-raffle_form {
  position: relative;
}
.section-raffle_form h2 {
  text-align: center;
}
.section-raffle_form a {
  color: #50DCA0;
}
.section-raffle_form a:hover {
  text-decoration: underline;
  color: #50DCA0;
}
.section-raffle_form .form-footer .button .spinner {
  font-size: 14px;
  margin-right: 10px;
  top: 0;
}
.blog-links {
  display: flex;
  align-items: center;
}
.blog-links .label {
  width: 140px;
  margin-right: 16px;
}
.blog-links-categories a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0 8px;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "MuseoSans-700", "Helvetica", sans-serif;
  font-weight: normal;
}
.blog-links-categories a + a {
  border-left: solid 1px #C9C9C9;
}
.blog-links-categories a.active {
  color: #50DCA0;
}
@media (max-width: 991px) {
  .blog-links-categories {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-links-categories label {
    margin-bottom: 8px;
  }
  .blog-links-categories a {
    display: block;
    border-left: none !important;
    padding: 4px 0;
  }
}
.article-meta strong,
.article-meta .author-box-name,
.article-meta .article-date {
  padding-top: 4px;
  padding-bottom: 4px;
}
.article-meta .author-box-name {
  padding-right: 16px;
  padding-left: 16px;
}
.article-meta .author-box-name + .article-date {
  padding-left: 16px;
  border-left: solid 1px #C9C9C9;
}
@media (max-width: 991px) {
  .article-meta img {
    float: left;
  }
  .article-meta .author-box-name + .article-date {
    border-left: none;
  }
}
body.page-id-137 #section-id-3 .column-element p:first-child {
  padding-left: 66px;
}
.key-facts-content {
  display: flex;
  flex-direction: column;
}
.key-facts-content ul {
  margin: 0 0 16px;
}
.key-facts-content:has(a.button-outline:last-child) > *:nth-last-child(2) {
  margin-bottom: 42px;
}
.key-facts-content a.button:last-child,
.key-facts-content a.button-outline:last-child {
  margin-top: auto;
}
.key-facts-content a.button-outline {
  min-width: auto;
  align-self: center;
  padding-left: 24px;
  padding-right: 24px;
}
.key-facts-content *:last-child {
  margin-bottom: 0;
}
.section-head {
  text-align: center;
  margin-bottom: 52px;
}
.section-head > *:not(h2, h3) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.section-head + .lead {
  margin-top: -32px;
}
.section-head + .lead.txt-center > *, .section-head + .lead.txtcenter > * {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.prehead {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  padding-left: 16px;
  padding-right: 16px;
  letter-spacing: 0.15rem;
  color: #006C8C;
  font-family: "MuseoSans-900", "Helvetica", sans-serif;
  font-weight: normal;
}
.hide-prehead .prehead {
  display: none !important;
}
.max-text-wrap .text-wrap > *:not(h2, h3) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.inverted-section {
  background: #2D6A89 !important;
}
.inverted-section h2 {
  color: #50DCA0 !important;
  font-size: 2.4rem;
  margin-top: 40px;
}
.inverted-section h2:first-child {
  margin-top: 16px;
}
.inverted-section.bottom-arrow::after {
  border-top-color: #2D6A89 !important;
}
.hero-agency-v2 .hero-text-wrap {
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .hero-agency-v2 {
    padding-bottom: 0 !important;
  }
  .hero-agency-v2 .hero-person-wrap {
    margin-top: -50px;
  }
}
@media (min-width: 768px) {
  .hero-agency-v2 .hero-person-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    width: auto;
    transform: translateX(90%);
  }
  .hero-agency-v2 .hero-person-wrap img {
    max-height: 760px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-agency-v2 .hero-person-wrap {
    transform: translateX(120%);
  }
  .hero-agency-v2 .hero-person-wrap img {
    max-height: 420px !important;
  }
}
.section-flex-cols .colums-wrap {
  display: flex;
  flex-wrap: wrap;
}
.section-flex-cols .column-element {
  display: flex;
  flex-direction: column;
}
.section-flex-cols .column-element:has(a.button-outline:last-child) > *:nth-last-child(2) {
  margin-bottom: 42px;
}
.section-flex-cols .column-element a.button:last-child,
.section-flex-cols .column-element a.button-outline:last-child {
  margin-top: auto;
}
.section-flex-cols .column-element a.button-outline {
  min-width: auto;
  align-self: center;
  padding-left: 24px;
  padding-right: 24px;
}
.section-flex-cols .column-element *:last-child {
  margin-bottom: 0;
}
.lead-form .input-container {
  margin-bottom: 16px;
}
.booster_st1,
.booster_st2 {
  transform-origin: bottom;
  transform: scaleY(0);
  opacity: 0;
}
@keyframes raise {
  0% {
    transform: scaleY(0);
  }
  75% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
.loaded .booster_st1,
.loaded .booster_st2 {
  opacity: 1;
  animation: raise 1s ease 0.2s forwards;
}
.loaded .booster_st1 {
  animation-delay: 3s;
}
.loaded .booster_st2 {
  animation-delay: 0.25s;
}
.sticky-animation {
  position: relative;
}
.sticky-animation .sticky-me {
  position: sticky;
  top: 0;
  padding-top: 40px;
  background: #002F48;
  z-index: 100;
}
.sticky-animation .sticky-me:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 100px;
  background: linear-gradient(#002F48, rgba(0, 47, 72, 0));
}
.sticky-animation .sticky-me + div {
  margin-top: 60px;
}