:root {
  --ad-primary-color: #000;
  --ad-white-color: #fff;
  --ad-font-family: icomoon;
  --ad-font-size: 24px;
}
#loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 4px solid #f1f1f1;
  border-top-color: #7000bd;
  animation: spin 1s infinite linear;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.sticky-block .sticky-wrapper.standard-container {
  max-width: 1350px;
}
.open-modal-form .show-messages {
  color: var(--ad-white-color) !important;
  padding: 26px !important;
  width: 100% !important;
}
.subheadline {
  letter-spacing: normal;
}
[lang="ko"] body {
  word-break: keep-all;
}
.display-none {
  display: none;
}
[lang="ko"] body {
  word-break: keep-all;
}
.press-filters {
  width: 49%;
  float: left;
}
.press-filters .filter .selects {
  width: 100% !important;
}
.press-input {
  width: 49%;
  float: right;
}
.press-input input[type="text"] {
  width: 100%;
}
.press-input a {
  float: right;
}
.blue_underline_big {
  box-shadow: inset 0 -3px var(--ad-white-color),
    inset 0 -13px rgb(112 0 189 / 0.4);
}
.blue_underline_small {
  box-shadow: inset 0 -3px var(--ad-white-color),
    inset 0 -7px rgb(112 0 189 / 0.4) !important;
}
ol,
ul {
  list-style: none;
}
.standard-container {
  width: auto;
  max-width: 1345px;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0 auto;
}
.container-inner {
  width: auto;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.video-bg {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.big-con {
  width: 66.66667%;
  float: left;
  padding-right: 20px;
}
.big-con,
.sma-con {
  display: inline-block;
}
.sma-con {
  width: 33.33333%;
  margin-bottom: 80px;
}
.blue-shadow,
.section-divider h3,
.stage-full-height .stage-text h1,
.stage-full-height .stage-text p {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--ad-white-color);
  display: inline;
}
.stage-full-height.title-yellow-shadow .stage-text h1,
.stage-full-height.title-yellow-shadow .stage-text p,
.yellow-shadow {
  -webkit-box-shadow: 30px 0 0 #ffb400, -30px 0 0 #ffb400;
  box-shadow: 30px 0 0 #ffb400, -30px 0 0 #ffb400;
  background-color: #ffb400;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--ad-white-color);
  display: inline;
}
.gray-shadow,
.stage-full-height.title-gray-shadow .stage-text h1,
.stage-full-height.title-gray-shadow .stage-text p {
  -webkit-box-shadow: 30px 0 0 #d9dee8, -30px 0 0 #d9dee8;
  box-shadow: 30px 0 0 #d9dee8, -30px 0 0 #d9dee8;
  background-color: #d9dee8;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--ad-primary-color);
  display: inline;
}
.stage-full-height.title-white-shadow .stage-text h1,
.stage-full-height.title-white-shadow .stage-text p,
.white-shadow {
  -webkit-box-shadow: 30px 0 0 var(--ad-white-color),
    -30px 0 0 var(--ad-white-color);
  box-shadow: 30px 0 0 var(--ad-white-color), -30px 0 0 var(--ad-white-color);
  background-color: var(--ad-white-color);
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--ad-primary-color);
  display: inline;
}
.overlay-dark,
.overlay-light,
.overlay-no,
.overlay-standard {
  display: block;
  position: relative;
}
.overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.overlay-no .overlay-box {
  opacity: 0;
}
.overlay-light .overlay-box {
  opacity: 0.15;
}
.overlay-dark .overlay-box {
  opacity: 0.45;
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.loading-eclipse {
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lds-eclipse {
  position: relative;
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  -ms-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
.lds-eclipse div {
  position: absolute;
  -webkit-animation: lds-eclipse 1s linear infinite;
  animation: lds-eclipse 1s linear infinite;
  width: 120px;
  height: 120px;
  top: 40px;
  left: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 0 0 #00a0f0;
  box-shadow: 0 4px 0 0 #00a0f0;
  -webkit-transform-origin: 60px 62px;
  -ms-transform-origin: 60px 62px;
  transform-origin: 60px 62px;
}
.psv-container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: -webkit-radial-gradient(
    var(--ad-white-color) 0,
    #fdfdfd 16%,
    #fbfbfb 33%,
    #f8f8f8 49%,
    #efefef 66%,
    #dfdfdf 82%,
    #bfbfbf 100%
  );
  background: -o-radial-gradient(
    var(--ad-white-color) 0,
    #fdfdfd 16%,
    #fbfbfb 33%,
    #f8f8f8 49%,
    #efefef 66%,
    #dfdfdf 82%,
    #bfbfbf 100%
  );
  background: radial-gradient(
    var(--ad-white-color) 0,
    #fdfdfd 16%,
    #fbfbfb 33%,
    #f8f8f8 49%,
    #efefef 66%,
    #dfdfdf 82%,
    #bfbfbf 100%
  );
  overflow: hidden;
}
.psv-canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity linear 0.1s;
  transition: opacity 0.1s linear;
}
.psv-canvas {
  display: block;
}
.psv-loader-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.psv-loader {
  position: relative;
  text-align: center;
  color: rgb(61 61 61 / 0.7);
  width: 150px;
  height: 150px;
  border: 10px solid #fff0;
}
.psv-loader:before {
  content: "";
  height: 100%;
}
.psv-loader,
.psv-loader-image,
.psv-loader-text,
.psv-loader:before {
  display: inline-block;
  vertical-align: middle;
}
.psv-loader-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.psv-loader-text {
  font: 14px sans-serif;
}
.psv-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 90;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgb(61 61 61 / 0.5);
  -webkit-transition: bottom 0.1s ease-in-out;
  -o-transition: bottom ease-in-out 0.1s;
  transition: bottom 0.1s ease-in-out;
}
.psv-navbar--open {
  bottom: 0;
}
.psv-navbar,
.psv-navbar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.psv-caption {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  color: hsl(0 0% 100% / 0.7);
  overflow: hidden;
  text-align: center;
}
.psv-caption-icon {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.psv-caption-icon * {
  fill: hsl(0 0% 100% / 0.7);
}
.psv-caption-content {
  display: inline-block;
  padding: 10px;
  font: 16px sans-serif;
  white-space: nowrap;
}
.psv-button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px;
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
  background: 0 0;
  color: hsl(0 0% 100% / 0.7);
}
.psv-button--active {
  background: hsl(0 0% 100% / 0.2);
}
.psv-button--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.psv-button .psv-button-svg {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.psv-button .psv-button-svg * {
  fill: hsl(0 0% 100% / 0.7);
}
.psv-button--hover-scale:not(.psv-button--disabled):hover .psv-button-svg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.psv-hud {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 10;
}
.psv-hud,
.psv-hud-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.psv-hud-svg-container {
  top: 0;
  left: 0;
  z-index: 20;
}
.psv-marker {
  cursor: pointer;
  display: none;
}
.psv-marker--normal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.psv-marker--transparent {
  display: block;
  opacity: 0;
}
.psv-marker--visible {
  display: block;
}
.psv-panel {
  position: absolute;
  z-index: 90;
  right: 0;
  height: 100%;
  width: 400px;
  max-width: -webkit-calc(100% - 24px);
  max-width: calc(100% - 24px);
  background: rgb(10 10 10 / 0.7);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  cursor: default;
  margin-left: 9px;
}
.psv-container--has-navbar .psv-panel {
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
}
.psv-panel-close-button {
  display: none;
  position: absolute;
  top: 0;
  left: -24px;
  width: 24px;
  height: 24px;
  background: rgb(0 0 0 / 0.9);
}
.psv-panel-close-button:after,
.psv-panel-close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 15px;
  height: 1px;
  background-color: var(--ad-white-color);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: width, left, -webkit-transform;
  transition-property: width, left, -webkit-transform;
  -o-transition-property: width, left, transform;
  transition-property: width, left, transform;
  transition-property: width, left, transform, -webkit-transform;
}
.psv-panel-close-button:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.psv-panel-close-button:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.psv-panel-close-button:hover:after,
.psv-panel-close-button:hover:before {
  left: 0;
  width: 23px;
}
.psv-panel-close-button:hover:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.psv-panel-close-button:hover:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.psv-panel-resizer {
  display: none;
  position: absolute;
  top: 0;
  left: -9px;
  width: 9px;
  height: 100%;
  background-color: rgb(0 0 0 / 0.9);
  cursor: col-resize;
}
.psv-panel-resizer:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -14.5px;
  width: 1px;
  height: 1px;
  -webkit-box-shadow: 1px 0 var(--ad-white-color), 3px 0 var(--ad-white-color),
    5px 0 var(--ad-white-color), 1px 2px var(--ad-white-color),
    3px 2px var(--ad-white-color), 5px 2px var(--ad-white-color),
    1px 4px var(--ad-white-color), 3px 4px var(--ad-white-color),
    5px 4px var(--ad-white-color), 1px 6px var(--ad-white-color),
    3px 6px var(--ad-white-color), 5px 6px var(--ad-white-color),
    1px 8px var(--ad-white-color), 3px 8px var(--ad-white-color),
    5px 8px var(--ad-white-color), 1px 10px var(--ad-white-color),
    3px 10px var(--ad-white-color), 5px 10px var(--ad-white-color),
    1px 12px var(--ad-white-color), 3px 12px var(--ad-white-color),
    5px 12px var(--ad-white-color), 1px 14px var(--ad-white-color),
    3px 14px var(--ad-white-color), 5px 14px var(--ad-white-color),
    1px 16px var(--ad-white-color), 3px 16px var(--ad-white-color),
    5px 16px var(--ad-white-color), 1px 18px var(--ad-white-color),
    3px 18px var(--ad-white-color), 5px 18px var(--ad-white-color),
    1px 20px var(--ad-white-color), 3px 20px var(--ad-white-color),
    5px 20px var(--ad-white-color), 1px 22px var(--ad-white-color),
    3px 22px var(--ad-white-color), 5px 22px var(--ad-white-color),
    1px 24px var(--ad-white-color), 3px 24px var(--ad-white-color),
    5px 24px var(--ad-white-color), 1px 26px var(--ad-white-color),
    3px 26px var(--ad-white-color), 5px 26px var(--ad-white-color),
    1px 28px var(--ad-white-color), 3px 28px var(--ad-white-color),
    5px 28px var(--ad-white-color);
  box-shadow: 1px 0 var(--ad-white-color), 3px 0 var(--ad-white-color),
    5px 0 var(--ad-white-color), 1px 2px var(--ad-white-color),
    3px 2px var(--ad-white-color), 5px 2px var(--ad-white-color),
    1px 4px var(--ad-white-color), 3px 4px var(--ad-white-color),
    5px 4px var(--ad-white-color), 1px 6px var(--ad-white-color),
    3px 6px var(--ad-white-color), 5px 6px var(--ad-white-color),
    1px 8px var(--ad-white-color), 3px 8px var(--ad-white-color),
    5px 8px var(--ad-white-color), 1px 10px var(--ad-white-color),
    3px 10px var(--ad-white-color), 5px 10px var(--ad-white-color),
    1px 12px var(--ad-white-color), 3px 12px var(--ad-white-color),
    5px 12px var(--ad-white-color), 1px 14px var(--ad-white-color),
    3px 14px var(--ad-white-color), 5px 14px var(--ad-white-color),
    1px 16px var(--ad-white-color), 3px 16px var(--ad-white-color),
    5px 16px var(--ad-white-color), 1px 18px var(--ad-white-color),
    3px 18px var(--ad-white-color), 5px 18px var(--ad-white-color),
    1px 20px var(--ad-white-color), 3px 20px var(--ad-white-color),
    5px 20px var(--ad-white-color), 1px 22px var(--ad-white-color),
    3px 22px var(--ad-white-color), 5px 22px var(--ad-white-color),
    1px 24px var(--ad-white-color), 3px 24px var(--ad-white-color),
    5px 24px var(--ad-white-color), 1px 26px var(--ad-white-color),
    3px 26px var(--ad-white-color), 5px 26px var(--ad-white-color),
    1px 28px var(--ad-white-color), 3px 28px var(--ad-white-color),
    5px 28px var(--ad-white-color);
  background: 0 0;
}
.psv-panel-content {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #dcdcdc;
  font: 16px sans-serif;
  overflow: auto;
}
.psv-panel-content:not(.psv-panel-content--no-margin) {
  padding: 1em;
}
.psv-panel-content--no-interaction {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.psv-panel--open {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.psv-panel--open .psv-panel-close-button,
.psv-panel--open .psv-panel-resizer {
  display: block;
}
.psv-tooltip {
  position: absolute;
  z-index: 50;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 200px;
  background-color: rgb(61 61 61 / 0.8);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0.5em 1em;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.psv-tooltip-content {
  color: var(--ad-white-color);
  font: 14px sans-serif;
  text-shadow: 0 1px #000;
}
.psv-tooltip-arrow {
  position: absolute;
  height: 0;
  width: 0;
  border: 7px solid #fff0;
}
.psv-tooltip--bottom-center {
  -webkit-box-shadow: 0 3px 0 rgb(90 90 90 / 0.7);
  box-shadow: 0 3px 0 rgb(90 90 90 / 0.7);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--bottom-center .psv-tooltip-arrow {
  border-bottom-color: rgb(61 61 61 / 0.8);
}
.psv-tooltip--center-left {
  -webkit-box-shadow: -3px 0 0 rgb(90 90 90 / 0.7);
  box-shadow: -3px 0 0 rgb(90 90 90 / 0.7);
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--center-left .psv-tooltip-arrow {
  border-left-color: rgb(61 61 61 / 0.8);
}
.psv-tooltip--top-center {
  -webkit-box-shadow: 0 -3px 0 rgb(90 90 90 / 0.7);
  box-shadow: 0 -3px 0 rgb(90 90 90 / 0.7);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--top-center .psv-tooltip-arrow {
  border-top-color: rgb(61 61 61 / 0.8);
}
.psv-tooltip--center-right {
  -webkit-box-shadow: 3px 0 0 rgb(90 90 90 / 0.7);
  box-shadow: 3px 0 0 rgb(90 90 90 / 0.7);
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--center-right .psv-tooltip-arrow {
  border-right-color: rgb(61 61 61 / 0.8);
}
.psv-tooltip--bottom-left {
  -webkit-box-shadow: -3px 3px 0 rgb(90 90 90 / 0.7);
  box-shadow: -3px 3px 0 rgb(90 90 90 / 0.7);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--bottom-left .psv-tooltip-arrow {
  border-bottom-color: rgb(61 61 61 / 0.8);
}
.psv-tooltip--bottom-right {
  -webkit-box-shadow: 3px 3px 0 rgb(90 90 90 / 0.7);
  box-shadow: 3px 3px 0 rgb(90 90 90 / 0.7);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--bottom-right .psv-tooltip-arrow {
  border-bottom-color: rgb(61 61 61 / 0.8);
}
.psv-tooltip--top-left {
  -webkit-box-shadow: -3px -3px 0 rgb(90 90 90 / 0.7);
  box-shadow: -3px -3px 0 rgb(90 90 90 / 0.7);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--top-left .psv-tooltip-arrow {
  border-top-color: rgb(61 61 61 / 0.8);
}
.psv-tooltip--top-right {
  -webkit-box-shadow: 3px -3px 0 rgb(90 90 90 / 0.7);
  box-shadow: 3px -3px 0 rgb(90 90 90 / 0.7);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--top-right .psv-tooltip-arrow {
  border-top-color: rgb(61 61 61 / 0.8);
}
.psv-tooltip--visible {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.psv-notification {
  position: absolute;
  z-index: 100;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 2em;
  opacity: 0;
  -webkit-transition-property: opacity, bottom;
  -o-transition-property: opacity, bottom;
  transition-property: opacity, bottom;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.psv-notification-content {
  max-width: 50em;
  background-color: rgb(61 61 61 / 0.8);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0.5em 1em;
  font: 14px sans-serif;
  color: var(--ad-white-color);
}
.psv-notification--visible {
  opacity: 1;
  bottom: 80px;
}
.psv-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-radial-gradient(
    var(--ad-white-color) 0,
    #fdfdfd 16%,
    #fbfbfb 33%,
    #f8f8f8 49%,
    #efefef 66%,
    #dfdfdf 82%,
    #bfbfbf 100%
  );
  background: -o-radial-gradient(
    var(--ad-white-color) 0,
    #fdfdfd 16%,
    #fbfbfb 33%,
    #f8f8f8 49%,
    #efefef 66%,
    #dfdfdf 82%,
    #bfbfbf 100%
  );
  background: radial-gradient(
    var(--ad-white-color) 0,
    #fdfdfd 16%,
    #fbfbfb 33%,
    #f8f8f8 49%,
    #efefef 66%,
    #dfdfdf 82%,
    #bfbfbf 100%
  );
  opacity: 0.8;
}
.psv-overlay-image {
  margin-bottom: 4vh;
}
.psv-overlay-image svg {
  width: 50vw;
}
@media screen and (orientation: landscape) {
  .psv-overlay-image svg {
    width: 25vw;
  }
}
.psv-overlay-text {
  font: 30px sans-serif;
  text-align: center;
}
.psv-overlay-subtext {
  font: 20px sans-serif;
  opacity: 0.8;
  text-align: center;
}
.psv-markers-list-title {
  font: 24px sans-serif;
  margin: 1em 0;
  text-align: center;
  text-shadow: 2px 1px #000;
}
.psv-markers-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.psv-markers-list-item {
  clear: both;
  min-height: 20px;
  padding: 0.5em 1em;
  cursor: pointer;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.psv-markers-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
  margin-left: -10px;
}
.psv-markers-list-item:nth-child(odd),
.psv-markers-list-item:nth-child(odd):before {
  background: hsl(0 0% 100% / 0.1);
}
.psv-markers-list-item:nth-child(2n),
.psv-markers-list-item:nth-child(2n):before {
  background: 0 0;
}
.psv-markers-list-item:hover {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.psv-markers-list-image {
  float: left;
  width: 20px;
}
.psv-markers-list-name {
  margin: 0;
  padding: 0;
}
.psv-markers-list-image + .psv-markers-list-name {
  padding-left: calc(20px + 0.5em);
}
.psv-autorotate-button {
  width: 25px;
  height: 25px;
  padding: 7.5px;
}
.psv-zoom-button {
  cursor: default;
  width: 128px;
}
.psv-zoom-button-minus,
.psv-zoom-button-plus {
  float: left;
  position: relative;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.psv-zoom-button-minus .psv-button-svg,
.psv-zoom-button-plus .psv-button-svg {
  position: relative;
  top: 20%;
}
.psv-zoom-button-range {
  float: left;
  padding: 9.5px 8px;
}
.psv-zoom-button-line {
  position: relative;
  cursor: pointer;
  width: 80px;
  height: 1px;
  background: hsl(0 0% 100% / 0.7);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.psv-zoom-button-handle {
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: -3px;
  width: 7px;
  height: 7px;
  background: hsl(0 0% 100% / 0.7);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.psv-zoom-button:not(.psv-button--disabled):hover .psv-zoom-button-line {
  -webkit-box-shadow: 0 0 2px hsl(0 0% 100% / 0.7);
  box-shadow: 0 0 2px hsl(0 0% 100% / 0.7);
}
.psv-zoom-button:not(.psv-button--disabled):hover .psv-zoom-button-handle {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
@media (max-width: 600px) {
  .psv-zoom-button {
    width: auto;
    padding: 0;
  }
  .psv-zoom-button-range {
    display: none;
  }
  .psv-zoom-button-minus,
  .psv-zoom-button-plus {
    width: 20px;
    height: 20px;
    padding: 10px;
  }
  .psv-zoom-button-minus .psv-button-svg,
  .psv-zoom-button-plus .psv-button-svg {
    top: 0;
  }
}
@media (max-width: 600px) {
  .psv-is-touch .psv-zoom-button {
    display: none;
  }
}
.grid-sm-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.grid-sm-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.grid-sm-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-sm-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.grid-sm-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.grid-sm-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-sm-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.grid-sm-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.grid-sm-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-sm-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.grid-sm-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.grid-sm-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 499px) {
  .grid-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 980px) {
  .grid-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.asioso-container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.asioso-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.asioso-grid {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.button {
  display: inline-block;
  cursor: pointer;
  min-width: 160px;
  font-size: 15px !important;
  font-family: tktype, Arial, Verdana, sans-serif;
  text-decoration: none !important;
  line-height: 1.375 !important;
  text-align: center;
  color: var(--ad-white-color) !important;
  padding: 8px 16px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid var(--ad-white-color) !important;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.button.white,
.button:hover {
  color: #00a0f0 !important;
  border-color: #00a0f0 !important;
  background-color: var(--ad-white-color) !important;
}
.button.blue {
  border-color: #00a0f0 !important;
  background-color: #00a0f0 !important;
}
.button.white:hover {
  color: #003c7d !important;
  border-color: #003c7d !important;
  background-color: var(--ad-white-color) !important;
}
.button.blue:hover {
  color: var(--ad-white-color) !important;
  border-color: #003c7d !important;
  background-color: #003c7d !important;
}
.button:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 499.98px) {
  .button {
    padding: 8px 16px;
  }
}
.icon:before {
  content: "\e61c";
  display: inline-block;
  top: -10px;
  font-family: var(--ad-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 40px;
  vertical-align: middle;
  padding-bottom: 2px;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tk-icon.tk-bg-white:before {
  color: #00a0f0;
  background-color: hsl(0 0% 100% / 0.8);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.tk-icon:before {
  display: inline-block;
  top: -10px;
  font-family: var(--ad-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 40px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tk-icon.tk-icon-speed:before {
  content: "\e61c";
}
.tk-icon.tk-icon-load:before {
  content: "\e639";
}
.tk-icon.tk-icon-height:before {
  content: "\e914";
}
.tk-icon.tk-icon-play:before {
  content: "\e624";
}
.tk-icon.tk-icon-zoom:before {
  content: "\e637";
}
.tk-icon.tk-icon-link:before {
  content: "\e641";
}
.stage-full-height {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}
.stage-full-height .stage-image {
  position: relative;
  min-height: 500px;
  width: 100%;
  overflow: hidden;
  background-position: 50%;
  -webkit-background-size: cover;
  background-size: cover;
}
.stage-full-height .standard-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.stage-full-height iframe,
.stage-full-height video {
  position: absolute;
  top: 50% !important;
  bottom: unset !important;
  left: 50% !important;
  right: unset !important;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.stage-full-height .mi-player video {
  width: auto !important;
  height: auto !important;
}
.stage-full-height .mi-sfh-full-view {
  width: 100%;
  height: 100%;
}
.stage-full-height .mi-player {
  height: 100% !important;
  margin-bottom: 0 !important;
}
.stage-full-height .mi-content {
  height: 100% !important;
}
.stage-full-height .button {
  margin-top: 16px;
}
.stage-full-height .stage-text h1 {
  font-family: tktype, Arial, Verdana, sans-serif;
  font-size: 3.375em;
  font-weight: 400;
  line-height: 1.57em;
  padding: 8px 0;
}
.stage-full-height .stage-text p {
  font-size: 2.25em;
  line-height: 1.5675em;
  display: inline-block;
  margin: 1px 0 4px;
  padding: 3px 1px;
}
.stage-full-height .stage-button {
  position: relative;
  z-index: 9;
  margin: 6px 0 0 -30px;
}
.stage-full-height .link-whole-stage {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  z-index: 1;
}
.stage-full-height .stage-desc ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 !important;
}
.stage-full-height .stage-desc ul li {
  position: relative;
  min-width: 25%;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
  line-height: 40px;
  color: var(--ad-white-color);
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 5px;
  margin: 0 !important;
}
.stage-full-height .stage-desc ul li .tk-icon:before {
  padding-bottom: 2px;
  margin-right: 15px;
}
.stage-full-height .stage-desc ul li span {
  font-size: var(--ad-font-size);
  font-weight: 700;
  margin-right: 15px;
  line-height: 40px;
}
.stage-full-height .stage-desc ul li img {
  width: 40px;
  height: 40px;
  padding-bottom: 2px;
  margin-left: -50px;
  margin-right: 10px;
}
.stage-full-height .stage-desc:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  bottom: 0;
  left: -100%;
  right: -100%;
  background: rgb(0 0 0 / 0.5);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(25%, rgb(0 0 0 / 0.1)),
    to(rgb(0 0 0 / 0.75))
  );
  background: -webkit-linear-gradient(
    top,
    transparent,
    rgb(0 0 0 / 0.1) 25%,
    rgb(0 0 0 / 0.75)
  );
  background: -o-linear-gradient(
    top,
    transparent 0,
    rgb(0 0 0 / 0.1) 25%,
    rgb(0 0 0 / 0.75) 100%
  );
  background: linear-gradient(
    180deg,
    transparent 0,
    rgb(0 0 0 / 0.1) 25%,
    rgb(0 0 0 / 0.75)
  );
}
.stage-full-height .play-video {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1425px;
  margin: 0 40px;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 9;
  text-align: right;
}
.stage-full-height .play-video a {
  display: block;
  float: right;
  width: 48px;
  height: 48px;
  margin-bottom: 80px;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.stage-full-height .play-video .tk-icon-play:before {
  width: 100%;
  height: 100%;
  font-size: 48px;
  line-height: 48px;
}
@media screen and (max-width: 1424.98px) {
  .stage-full-height .stage-button {
    margin-left: 0;
  }
}
@media screen and (max-width: 979.98px) {
  .stage-full-height .play-video {
    margin: 0 28px;
  }
  .stage-full-height .stage-button {
    margin-left: 0;
  }
}
@media screen and (max-width: 899.98px) {
  .stage-full-height .stage-image {
    min-height: 480px;
  }
  .stage-full-height .stage-desc ul li {
    text-align: center;
    line-height: 1.25rem;
    padding-left: 0;
    padding-bottom: 25px;
  }
  .stage-full-height .stage-desc ul li i,
  .stage-full-height .stage-desc ul li img {
    display: none;
  }
  .stage-full-height .stage-desc ul li span {
    display: block;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .stage-full-height .stage-text h1 {
    font-size: 2.375em;
    line-height: 3.75rem;
    padding: 6px 0;
  }
  .stage-full-height .stage-text p {
    font-size: 1.5em;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 499.98px) {
  .stage-full-height .stage-text {
    width: 60%;
  }
  .stage-full-height .stage-text h1 {
    font-size: var(--ad-font-size);
    line-height: 2.65rem;
    padding: 5px 0;
  }
  .stage-full-height .stage-text p {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .stage-full-height .stage-text h1,
  .stage-full-height .stage-text p {
    -webkit-box-shadow: 20px 0 0 #00a0f0, -30px 0 0 #00a0f0;
    box-shadow: 20px 0 0 #00a0f0, -30px 0 0 #00a0f0;
  }
  .stage-full-height .stage-desc ul li {
    line-height: 1.25rem;
    padding-left: 40px;
    padding-bottom: 15px;
  }
  .stage-full-height .stage-desc ul li i {
    display: none;
  }
  .stage-full-height .stage-desc ul li span {
    display: block;
    font-size: 20px;
    text-align: left;
    line-height: 28px;
    padding: 0;
    margin: 0;
  }
  .stage-full-height .play-video {
    display: none;
  }
  .stage-full-height .stage-desc ul li {
    padding-bottom: 10px;
  }
  .stage-full-height .stage-desc ul li img {
    width: 32px;
    height: 32px;
    margin-left: -45px;
    margin-right: 8px;
  }
}
.stage-full-height + .sticky-navbar {
  margin-top: -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sticky-navbar {
  width: 100%;
  height: 70px;
  background-color: #00a0f0;
  margin-bottom: 80px;
}
.sticky-navbar .sticky-block {
  width: 100%;
  top: -70px;
  background-color: #00a0f0;
}
.sticky-navbar .sticky-block,
.sticky-navbar.sticky,
.sticky-navbar.sticky .sticky-block {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.sticky-navbar.sticky .sticky-block {
  position: fixed;
  top: 0;
  z-index: 100;
}
.sticky-navbar a {
  display: inline-block;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.25em;
  text-decoration: none;
  color: var(--ad-white-color);
  padding: 10px 0;
}
.sticky-navbar .sticky-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sticky-navbar .sticky-title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  height: inherit;
}
.sticky-navbar .sticky-title h2 {
  font-size: 1.5em;
  line-height: 1.625em;
  color: var(--ad-white-color);
  margin: 0;
}
.sticky-navbar .sticky-content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  height: inherit;
}
.sticky-navbar .btn-sticky-menu {
  display: none;
  min-width: unset;
  text-align: center;
  padding: 18px 20px;
}
.sticky-navbar .btn-sticky-menu:active,
.sticky-navbar .btn-sticky-menu:focus,
.sticky-navbar .btn-sticky-menu:hover {
  background-color: #003c7d;
}
.sticky-navbar .btn-sticky-menu:after {
  content: "\e613";
  display: inline-block;
  top: -10px;
  font-family: var(--ad-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  vertical-align: middle;
  padding-bottom: 2px;
  margin-left: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sticky-navbar .btn-sticky-menu.active:after {
  content: "\e617";
}
.sticky-navbar #sticky-menu.btn-sticky-menu {
  margin: -13px 0;
}
.sticky-navbar #sticky-menu-full.btn-sticky-menu {
  margin: -5px 0;
}
nav.menu {
  padding: 8px 0;
}
nav.menu li.menu-item {
  display: inline-block;
  position: relative;
  padding: 0 22px;
  margin-bottom: 0;
}
nav.menu li.menu-item > a {
  border-top: 2px solid #fff0;
  border-bottom: 2px solid #fff0;
}
nav.menu li.menu-item.active > a,
nav.menu li.menu-item > a:active,
nav.menu li.menu-item > a:focus,
nav.menu li.menu-item > a:hover {
  border-bottom: 2px solid var(--ad-white-color);
}
nav.submenu {
  display: block;
  position: relative;
  padding: 8px 0 8px 22px;
}
nav.submenu > a {
  min-width: 140px;
  text-align: center;
  padding: 12px 20px;
  background-color: #ffb400;
}
nav.submenu > a:active,
nav.submenu > a:focus,
nav.submenu > a:hover {
  background-color: #003c7d;
}
nav.submenu .menu-next-step {
  position: absolute;
  z-index: -1;
  top: 90px;
  right: 0;
  opacity: 0;
  padding: 7px 14px 14px;
  width: 172px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--ad-white-color);
  -webkit-box-shadow: 0 0 10px 0 rgb(52 58 64 / 0.5);
  box-shadow: 0 0 10px 0 rgb(52 58 64 / 0.5);
}
nav.submenu .menu-next-step:before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid #fff0;
  border-right: 10px solid #fff0;
  border-bottom: 12px solid var(--ad-white-color);
}
nav.submenu .menu-next-step a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 10px;
  background-color: #00a0f0;
}
nav.submenu .menu-next-step li {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding: 0;
}
nav.submenu .menu-next-step li a {
  margin-top: 7px;
}
nav.submenu .menu-next-step li a:hover {
  background-color: #003c7d;
}
nav.submenu #next-step.active + .menu-next-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
  top: 60px;
  opacity: 1;
}
@media screen and (max-width: 499.98px) {
  .sticky-navbar {
    height: 40px;
    margin-bottom: 60px;
  }
  .sticky-navbar .sticky-block {
    top: -40px;
  }
  .sticky-navbar .sticky-title h2 {
    font-size: 1rem;
  }
}
.feature-list {
  margin-bottom: 60px;
}
.feature-list .standard-container {
  max-width: 1100px;
  margin: 0 auto;
}
.feature-list .fl-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.feature-list .fl-box {
  width: 280px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.feature-list i,
.feature-list img {
  display: block;
  height: 40px;
  color: #00a0f0;
  margin-bottom: 10px;
  max-width: none !important;
}
.feature-list h4 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 5px;
}
.feature-list h5 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}
.feature-list .fl-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.feature-list .fl-icon h5 {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 60%;
  height: 40px;
  text-align: left;
  text-transform: uppercase;
  color: var(--ad-primary-color);
}
.feature-list .fl-img {
  margin-bottom: 12px;
}
.feature-list .fl-img img {
  display: block;
  width: 100%;
  height: auto;
}
.feature-list.fl-col-2 .fl-box {
  width: 530px;
}
.feature-list.fl-col-3 .fl-box {
  width: 355px;
}
.feature-list.fl-col-4 .fl-box {
  width: 265px;
}
.feature-list.title-color-blue h4 {
  color: #00a0f0;
}
.feature-list.title-color-yellow h4 {
  color: #ffb400;
}
.feature-list.icon-color-black h5,
.feature-list.icon-color-black i {
  color: var(--ad-primary-color);
}
.feature-list.icon-color-yellow h5,
.feature-list.icon-color-yellow i {
  color: #ffb400;
}
.feature-list.icon-position-inline .fl-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.feature-list.icon-position-inline i,
.feature-list.icon-position-inline img {
  margin: 5px 20px 0 0;
}
.feature-list.icon-with-title h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.feature-list.icon-with-title i,
.feature-list.icon-with-title img {
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 419.98px) {
  .feature-list {
    margin-bottom: 40px;
  }
  .feature-list.fl-col-2 .fl-box,
  .feature-list.fl-col-3 .fl-box,
  .feature-list.fl-col-4 .fl-box {
    width: 100%;
    margin-bottom: 0;
  }
}
.new-text-block {
  margin-bottom: 60px;
}
.new-text-block .ntb-list {
  display: none;
  width: 100%;
  margin-bottom: 30px;
}
.new-text-block .ntb-list li {
  display: block;
  width: 100%;
  font-size: var(--ad-font-size);
  text-align: left;
  line-height: 1.4;
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 2px solid #00a0f0;
}
.new-text-block h3 {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ad-primary-color);
  margin-top: 0;
  margin-bottom: 25px;
}
.new-text-block h3 span {
  -webkit-box-shadow: inset 0 -3px var(--ad-white-color),
    inset 0 -13px rgb(112 0 189 / 0.4);
  box-shadow: inset 0 -3px var(--ad-white-color),
    inset 0 -13px rgb(112 0 189 / 0.4);
}
.new-text-block p {
  font-size: var(--ad-font-size);
  line-height: 1.4;
  color: #4b5564;
}
.new-text-block .button,
.new-text-block p {
  margin-bottom: 20px;
}
.new-text-block.text-center {
  text-align: center;
}
.new-text-block.text-center .button {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.new-text-block.text-large h3 {
  font-size: 40px;
}
.new-text-block.text-large p {
  font-size: 26px;
}
.new-text-block.text-small h3 {
  font-size: 32px;
}
.new-text-block.text-small p {
  font-size: 22px;
}
.new-text-block.title-blue h3 {
  color: #00a0f0;
}
.new-text-block.title-blue h3 span {
  -webkit-box-shadow: inset 0 -3px var(--ad-white-color), inset 0 -13px #d9dee8;
  box-shadow: inset 0 -3px var(--ad-white-color), inset 0 -13px #d9dee8;
}
.new-text-block .button:not(:last-child) {
  margin-right: 16px;
}
.new-text-block .ntb-aside {
  display: none;
}
.new-text-block .ip-iconlist .ip-il-title h5 {
  font-size: var(--ad-font-size);
  font-weight: 400;
  padding: 0;
  margin: 8px 0 20px;
}
.new-text-block .ip-iconlist .ip-il-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.new-text-block .ip-iconlist .ip-il-box:not(:last-child) {
  margin-bottom: 20px;
}
.new-text-block .ip-iconlist .ip-il-box h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #00a0f0;
  padding: 0;
  margin: 0;
}
.new-text-block .ip-iconlist .ip-il-box i {
  color: #00a0f0;
  margin-right: 15px;
}
.new-text-block .ip-iconlist .ip-il-box img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.new-text-block.text-icon-black .ip-iconlist .ip-il-box h5 {
  color: var(--ad-primary-color);
}
.new-text-block.text-icon-yellow .ip-iconlist .ip-il-box h5 {
  color: #ffb400;
}
.new-text-block.has-sidebar .container-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.new-text-block.has-sidebar .ntb-body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-right: 40px;
}
.new-text-block.has-sidebar .ntb-aside {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin-bottom: 20px;
}
.new-text-block.has-list .ntb-list {
  display: block;
}
@media (min-width: 1180px) {
  .new-text-block .standard-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .new-text-block.has-sidebar .ntb-body {
    margin-bottom: 60px;
  }
  .new-text-block.has-sidebar .ntb-aside,
  .new-text-block.has-sidebar .ntb-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 499.98px) {
  .new-text-block {
    margin-bottom: 40px;
  }
  .new-text-block h3 {
    font-size: var(--ad-font-size);
    margin-bottom: 15px;
  }
  .new-text-block h3 span {
    -webkit-box-shadow: inset 0 -2px var(--ad-white-color),
      inset 0 -10px rgb(112 0 189 / 0.4);
    box-shadow: inset 0 -2px var(--ad-white-color),
      inset 0 -10px rgb(112 0 189 / 0.4);
  }
  .new-text-block p {
    font-size: 16px;
    line-height: 1.6;
  }
  .new-text-block .ntb-list {
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .new-text-block .ntb-list li {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .new-text-block.has-sidebar .ntb-body {
    margin-bottom: 40px;
  }
  .new-text-block.has-sidebar .ntb-aside {
    margin-bottom: 20px;
  }
}
.intro-section {
  margin-bottom: 60px;
}
.intro-section .ip-textlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.intro-section .ip-tl-box {
  width: 33.33333%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  border-left: 2px solid #00a0f0;
}
.intro-section .ip-tl-box h2 {
  font-size: 36px;
  font-family: tktype, Arial, Verdana, sans-serif;
  line-height: 1.15;
  margin: 0;
}
.intro-section .ip-tl-box p {
  line-height: 1.25;
  color: #4b5564;
  margin: 0;
}
.intro-section.text-large h2 {
  font-size: 40px;
}
.intro-section.text-small h2 {
  font-size: 32px;
}
.intro-section.title-blue h2 {
  color: #00a0f0;
}
@media screen and (max-width: 767.98px) {
  .intro-section .ip-tl-box {
    width: 100%;
  }
}
@media screen and (max-width: 499.98px) {
  .intro-section {
    margin-bottom: 40px;
  }
  .intro-section .ip-tl-box h2 {
    font-size: var(--ad-font-size);
  }
  .intro-section .ip-tl-box p {
    font-size: 16px;
  }
}
.icon-placement {
  margin-bottom: 40px;
}
.icon-placement .ip-iconlist {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.icon-placement .ip-iconlist,
.icon-placement .ip-iconlist .ip-il-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icon-placement .ip-iconlist .ip-il-title {
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.icon-placement .ip-iconlist .ip-il-title h5 {
  font-size: var(--ad-font-size);
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.icon-placement .ip-iconlist .ip-il-clear {
  display: block;
  clear: both;
}
.icon-placement .ip-iconlist .ip-il-box {
  width: 19%;
  margin-bottom: 40px;
}
.icon-placement .ip-iconlist .ip-il-box,
.icon-placement .ip-iconlist .ip-il-box h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.icon-placement .ip-iconlist .ip-il-box h5 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #00a0f0;
  padding: 0;
  margin: 0;
}
.icon-placement .ip-iconlist .ip-il-box i {
  color: #00a0f0;
  margin-right: 15px;
}
.icon-placement .ip-iconlist .ip-il-box img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.icon-placement.text-icon-black .ip-iconlist .ip-il-box h5 {
  color: var(--ad-primary-color);
}
.icon-placement.text-icon-yellow .ip-iconlist .ip-il-box h5 {
  color: #ffb400;
}
.icon-placement.icon-only-one .ip-iconlist .ip-il-title {
  height: 40px;
  margin-right: 20px;
}
.icon-placement.icon-only-one .ip-iconlist .ip-il-box,
.icon-placement.icon-only-one .ip-iconlist .ip-il-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.icon-placement.ip-col-3 .ip-il-box {
  width: 360px;
}
.icon-placement.ip-col-3 .ip-il-box,
.icon-placement.ip-col-4 .ip-il-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.icon-placement.ip-col-4 .ip-il-box {
  width: 265px;
}
.icon-placement.ip-col-5 .ip-il-box {
  width: 210px;
}
.icon-placement.ip-col-5 .ip-il-box,
.icon-placement.ip-col-6 .ip-il-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.icon-placement.ip-col-6 .ip-il-box {
  width: 170px;
}
@media screen and (max-width: 499.98px) {
  .icon-placement .ip-iconlist .ip-il-box {
    margin-bottom: 20px;
  }
  .icon-placement .ip-iconlist .ip-il-title h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 419.98px) {
  .icon-placement.ip-col-3 .ip-il-box,
  .icon-placement.ip-col-4 .ip-il-box,
  .icon-placement.ip-col-5 .ip-il-box,
  .icon-placement.ip-col-6 .ip-il-box {
    width: 100%;
  }
}
.section-divider {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 80px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
}
.section-divider.bg-fixed {
  background-attachment: fixed;
}
.section-divider .mi-sfh-full-view {
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: -60px;
  margin-bottom: -60px;
}
.section-divider .mi-player {
  height: 100% !important;
  margin-bottom: 0 !important;
}
.section-divider .mi-content {
  height: 100% !important;
}
.section-divider.height-full {
  height: 75vh;
  min-height: 700px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-divider.height-full .mi-sfh-full-view {
  margin-top: -80px;
  margin-bottom: -80px;
}
.section-divider.height-half {
  min-height: 550px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-divider.height-half .mi-sfh-full-view {
  margin-top: -80px;
  margin-bottom: -80px;
}
.section-divider .standard-container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.section-divider iframe,
.section-divider video {
  position: absolute;
  top: 50% !important;
  bottom: unset !important;
  left: 50% !important;
  right: unset !important;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section-divider .mi-player video {
  width: auto !important;
  height: auto !important;
}
.section-divider h3 {
  font-family: tktype, Arial, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.57em;
  padding: 8px 0;
}
.section-divider .sd-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 60%;
  height: 100%;
}
.section-divider .sd-button {
  margin-left: -30px;
}
.section-divider .sd-button .button {
  margin-top: 16px;
}
.section-divider.position-bottom-left .sd-block {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section-divider.title-large h3 {
  font-size: 3.375em;
}
.section-divider.title-small h3 {
  font-size: 2.625rem;
}
.section-divider .play-video {
  display: block;
  position: absolute;
  bottom: -50px;
  right: 20px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1424.98px) {
  .section-divider .sd-button {
    margin-left: 0;
  }
}
@media screen and (max-width: 499.98px) {
  .section-divider {
    margin-bottom: 60px;
  }
  .section-divider h3 {
    font-size: var(--ad-font-size);
    line-height: 4.65rem;
    padding: 5px 0;
  }
  .section-divider .title-small h3 {
    font-size: var(--ad-font-size);
    line-height: 2.65rem;
  }
  .section-divider.title-large h3 {
    font-size: 32px !important;
    line-height: 38px;
  }
}
.cabin-viewer {
  margin-bottom: 80px;
}
.cabin-viewer .accordian-container,
.cabin-viewer .cabin-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cabin-viewer .standard-container {
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
}
.cabin-viewer .cabin__viewer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cabin-viewer .cabin__viewer .owl-controls {
  display: inline-block;
  margin: 15px auto 30px;
  position: relative;
}
.cabin-viewer .cabin__viewer .owl-dots {
  display: block;
}
.cabin-viewer .cabin__viewer .owl-dots ~ .owl-dots {
  display: none !important;
}
.cabin-viewer .cabin__viewer .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #d9dee8;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.cabin-viewer .cabin__viewer .owl-dots .owl-dot.active,
.cabin-viewer .cabin__viewer .owl-dots .owl-dot:hover {
  border-color: #00a0f0;
  background-color: #00a0f0;
}
.cabin-viewer .cabin__viewer .owl-nav ~ .owl-nav {
  display: none !important;
}
.cabin-viewer .cabin__viewer .owl-nav .owl-next,
.cabin-viewer .cabin__viewer .owl-nav .owl-prev {
  color: #00a0f0;
  cursor: pointer;
  font-family: var(--ad-font-family);
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  text-decoration: none;
  top: 1px;
}
.cabin-viewer .cabin__viewer .owl-nav .owl-prev {
  left: -35px;
}
.cabin-viewer .cabin__viewer .owl-nav .owl-next {
  right: -35px;
}
.cabin-viewer .button.more-info {
  position: absolute;
  z-index: 98;
  right: 0;
  top: 50%;
  color: var(--ad-white-color);
  margin: -20px 0 0;
  text-decoration: none;
}
.cabin-viewer .button.more-info .tk-icon {
  display: inline-block;
  position: relative;
  height: 14px;
  margin-left: 5px;
}
.cabin-viewer .button.more-info .tk-icon:before {
  position: absolute;
  top: 3px;
  color: var(--ad-white-color);
  font-size: 12px;
  line-height: 12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cabin-viewer .back-to-360 {
  position: absolute;
  z-index: 98;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  color: var(--ad-white-color);
  font-weight: 500;
  text-decoration: none;
}
.cabin-viewer .back-to-360 .tk-icon {
  display: inline-block;
  position: relative;
  height: 14px;
  margin-right: 20px;
}
.cabin-viewer .back-to-360 .tk-icon:before {
  position: absolute;
  top: 3px;
  color: var(--ad-white-color);
  font-size: 12px;
  line-height: 12px;
}
.cabin-viewer .cabin-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 -10px;
}
.cabin-viewer .cabin-view #full-width .accordion .label.ui-state-active:before,
.cabin-viewer .cabin-view .accordion .label.ui-state-active:before {
  content: "\e613" !important;
}
.cabin-viewer .cabin-view #full-width .accordion .label:before,
.cabin-viewer .cabin-view .accordion .label:before {
  content: "\e617" !important;
}
.cabin-viewer .cabin-view .left {
  margin-bottom: 0;
  position: relative;
}
.cabin-viewer .cabin-view .left,
.cabin-viewer .cabin-view .right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.cabin-viewer .cabin-view .img-link-accordion {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #fff0;
}
.cabin-viewer .cabin-view .img-link-accordion img {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border: 1px solid var(--ad-white-color);
}
.cabin-viewer .cabin-view .img-link-accordion.active_accordion_item,
.cabin-viewer .cabin-view .img-link-accordion:active,
.cabin-viewer .cabin-view .img-link-accordion:focus,
.cabin-viewer .cabin-view .img-link-accordion:hover {
  border: 1px solid #00a0f0;
}
.cabin-viewer .cabin-view .img-link-accordion.active_accordion_item:after {
  content: "\e648";
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  font-family: var(--ad-font-family);
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  color: #00a0f0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #00a0f0;
  background-color: var(--ad-white-color);
}
.cabin-viewer .cabin-view .homeslider {
  margin-bottom: 0 !important;
  position: relative;
}
.cabin-viewer .cabin-view .homeslider .owl-carousel {
  height: 620px;
}
.cabin-viewer .cabin-view .homeslider .owl-controls {
  position: absolute !important;
  z-index: 933;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 240px;
  margin: 0 auto !important;
}
.cabin-viewer .cabin-view .homeslider .owl-nav {
  display: none !important;
}
.cabin-viewer .cabin-view .homeslider .owl-dots {
  text-align: center;
}
.cabin-viewer .cabin-view .homeslider .owl-dot {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #d9dee8 !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cabin-viewer .cabin-view .homeslider .owl-dot.active,
.cabin-viewer .cabin-view .homeslider .owl-dot:hover {
  background-color: #00a0f0 !important;
  border: 2px solid #00a0f0 !important;
}
.cabin-viewer .cabin-view .homeslider .slide {
  height: 620px;
  overflow: hidden;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: 50% !important;
}
.cabin-viewer .cabin-view .homeslider .slide img {
  height: 100%;
  max-width: none;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cabin-viewer .cabin-view .viewfullscreen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  border-bottom: 1px solid #eef0f2;
  border-top: 1px solid #eef0f2;
}
.cabin-viewer .cabin-view .viewfullscreen .button .blue {
  color: var(--ad-white-color);
}
.cabin-viewer .cabin-view .info-icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 97;
  color: #00a0f0;
  font-size: 22px;
}
.cabin-viewer .popup-show {
  overflow: hidden;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background: rgb(0 0 0 / 0.9);
}
.cabin-viewer .popup-show .img-show {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.cabin-viewer .popup-show .img-show span {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}
.cabin-viewer .popup-show .img-show i {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 99;
  cursor: pointer;
  color: var(--ad-white-color);
  width: 10px;
  height: 10px;
  display: block;
}
.cabin-viewer .popup-show .img-show img {
  width: auto;
  height: auto;
  max-width: 96%;
  max-height: 96%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cabin-viewer .popup-show #close {
  position: fixed;
  z-index: 102;
}
.cabin-viewer .show-popup {
  margin: 0;
}
.cabin-viewer .show-popup #close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1001;
  cursor: pointer;
  color: var(--ad-white-color);
  font-weight: 900;
}
.cabin-viewer .thumb-more {
  padding: 0 5px;
  color: #00a0f0;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  height: 40px !important;
  width: 40px !important;
  border: 1px solid #00a0f0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.cabin-viewer .thumb-more a {
  padding-top: 8px;
  height: 40px;
  width: 40px;
  color: #00a0f0;
  font-size: 11px;
  line-height: 1.1;
  text-decoration: none !important;
  text-align: center;
  font-weight: 500;
}
.cabin-viewer .cabin-accordion {
  list-style: none;
  padding: 0;
}
.cabin-viewer .cabin-accordion .inner {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.cabin-viewer .cabin-accordion p {
  white-space: normal;
  line-height: 1.2;
  padding: 2px 0 6px;
  margin-bottom: 5px;
}
.cabin-viewer .cabin-accordion .img-box-container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-top: -125%;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cabin-viewer .cabin-accordion .img-box-container.cabin__viewer {
  margin-left: 0;
  margin-right: 0;
}
.cabin-viewer .cabin-accordion .img-box-container.list-element {
  margin-bottom: 10px;
}
.cabin-viewer .cabin-accordion .img-box-container.list-element .img-box {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 10px;
  margin: 0 0 20px;
}
.cabin-viewer .cabin-accordion li {
  margin: 0;
  min-height: 60px;
}
.cabin-viewer .cabin-accordion li .accordion-toggle {
  text-decoration: none !important;
  width: 100%;
  display: block;
  -webkit-border-radius: 0.15em;
  border-radius: 0.15em;
  color: var(--ad-primary-color) !important;
  font-size: 1.2em;
  padding: 14px 16px 14px 0;
  border-top: 1px solid #eef0f2;
  line-height: 1.625em;
}
.cabin-viewer .cabin-accordion li .accordion-toggle.show + .inner {
  height: auto;
}
.cabin-viewer
  .cabin-accordion
  li
  .accordion-toggle.show
  + .inner
  .img-box-container {
  margin-top: 0;
}
.cabin-viewer .cabin-accordion li .accordion-toggle:before {
  content: "\e613";
  color: #00a0f0;
  display: inline-block;
  font-family: var(--ad-font-family);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3125em;
  line-height: 0.95238095em;
  margin: 2px 0 0 16px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cabin-viewer .cabin-accordion li .accordion-toggle.show:before {
  -webkit-transform: rotate(540deg);
  -ms-transform: rotate(540deg);
  transform: rotate(540deg);
}
.cabin-viewer .info {
  position: absolute;
  cursor: pointer;
  z-index: 9999;
  right: 20px;
  bottom: 12px;
}
.cabin-viewer .info i {
  width: 22px;
  height: 22px;
}
.cabin-viewer .info i:before {
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
}
.cabin-viewer .info-container {
  opacity: 0;
  min-height: 50px;
  -webkit-transition: all 0.23s ease;
  -o-transition: all 0.23s ease;
  transition: all 0.23s ease;
  white-space: normal;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  z-index: -1;
  background: rgb(0 0 0 / 0.75);
  color: var(--ad-white-color);
  padding: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
}
.cabin-viewer .info-container.info-container-active {
  opacity: 1;
  z-index: 1000;
  bottom: 50px;
}
.cabin-viewer .info-container h5 {
  font-size: 16px;
  margin: 0;
}
.cabin-viewer .info-container p {
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
}
.cabin-viewer .info-container .close-information {
  position: absolute;
  cursor: pointer;
  top: 6px;
  right: 10px;
  font-size: 14px;
}
.cabin-viewer .lightbox-image {
  position: absolute !important;
  top: 50%;
  left: 50%;
  color: #00a0f0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: 0 0;
}
.cabin-viewer .lightbox-image:before {
  background: 0 0;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 20px;
  background-color: hsl(0 0% 100% / 0.1) !important;
  cursor: pointer;
}
.cabin-viewer .container-ps {
  display: block;
  position: relative;
  top: 0;
  margin: 0;
  background-color: #d9dee8;
}
.cabin-viewer .container-ps .photosphere {
  position: relative;
  z-index: 90;
  width: 100%;
  height: 620px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cabin-viewer .container-ps .photosphere ~ .info {
  right: 42px;
  bottom: 8px;
}
.cabin-viewer .container-ps .psv-container {
  position: absolute !important;
}
.cabin-viewer .container-ps .psv-caption-content {
  display: block;
  max-width: 90%;
  padding: 8px;
  margin: 0 auto;
  white-space: normal;
}
.cabin-viewer .container-ps .psv-caption-content h4 {
  color: var(--ad-white-color);
  margin: 0 0 1px;
}
.cabin-viewer .container-ps .psv-caption-content p {
  font-size: 13px;
  color: var(--ad-white-color);
  margin: 0;
}
.cabin-viewer .container-ps .psv-panel .paragraph {
  color: var(--ad-white-color);
}
.cabin-viewer .container-ps .psv-caption-button {
  display: none;
}
.cabin-viewer .container-ps .psv-navbar {
  height: 50px;
  background: #00a0f0;
}
.cabin-viewer .container-ps .psv-fullscreen-button {
  bottom: 0;
}
.cabin-viewer .container-ps .psv-zoom-button {
  position: absolute;
  left: 5px;
  top: 5px;
  position: absolute !important;
}
.cabin-viewer .container-ps .psv-fullscreen-button {
  position: absolute !important;
  right: 5px;
  top: 5px !important;
}
.cabin-viewer .container-ps .img-thumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
  z-index: 1000;
  margin-bottom: 35px !important;
}
.cabin-viewer .container-ps .img-thumb-list li {
  width: 50px;
  height: 50px;
  padding: 0 5px;
}
.cabin-viewer .container-ps .img-thumb-list a {
  cursor: pointer !important;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.cabin-viewer .container-ps .img-thumb-list a .img-link-cabin-viewer {
  border: 2px solid #fff0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cabin-viewer
  .container-ps
  .img-thumb-list
  a
  .img-link-cabin-viewer.active_cabin_viewer_item,
.cabin-viewer .container-ps .img-thumb-list a:hover .img-link-cabin-viewer {
  border: 2px solid #00a0f0;
}
.cabin-viewer .container-ps .img-thumb-list .img-link-cabin-viewer {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 40px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 1099.98px) {
  .cabin-viewer .button.more-info,
  .cabin-viewer .cabin-view .back-to-360 {
    min-width: 140px;
    padding: 8px 21px 8px 16px;
  }
}
@media (max-width: 979.98px) {
  .cabin-viewer .button.more-info {
    right: 15px;
    top: 15px;
    margin: 0;
  }
  .cabin-viewer .cabin-view .back-to-360 {
    top: 15px;
    left: 25px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 899.98px) {
  .cabin-viewer .container-ps .photosphere {
    height: 600px;
  }
  .cabin-viewer .cabin-view .img-box-container.list-element .img-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cabin-viewer .cabin-view .homeslider {
    margin-bottom: 20px;
  }
  .cabin-viewer .cabin-view .homeslider .owl-carousel,
  .cabin-viewer .cabin-view .homeslider .owl-carousel .slide {
    height: 600px;
  }
  .cabin-viewer .cabin-view .cabin-accordion p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cabin-viewer .cabin-view .cabin-accordion li {
    min-height: 48px;
  }
  .cabin-viewer .cabin-view .cabin-accordion li .accordion-toggle {
    padding: 8px 4px 8px 0;
  }
  .cabin-viewer .cabin-view .cabin-accordion li .accordion-toggle:before {
    font-size: 1.25em;
    margin: 3px 0 0 16px;
  }
  .cabin-viewer
    .cabin-view
    .cabin-accordion
    .img-box-container.list-element
    .img-box {
    margin: 0 0 10px;
  }
  .cabin-viewer .cabin-view .cabin__viewer .owl-controls {
    margin: 10px auto 15px;
  }
  .cabin-viewer .psv-zoom-button {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .cabin-viewer .cabin-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cabin-viewer .cabin-view .cabin-accordion p {
    font-size: 0.875em;
    line-height: 1.1;
  }
  .cabin-viewer .cabin-view .cabin-accordion li {
    min-height: 42px;
  }
  .cabin-viewer .cabin-view .cabin-accordion li .accordion-toggle {
    font-size: 1em;
    line-height: 1.5em;
  }
  .cabin-viewer .cabin-view .cabin-accordion li .accordion-toggle:before {
    margin: 2px 0 0 16px;
  }
  .cabin-viewer .cabin-view .cabin-accordion .img-box-container {
    margin-left: -2px;
    margin-right: -2px;
  }
  .cabin-viewer .cabin-view .cabin-accordion .img-box-container.cabin__viewer {
    margin-left: 0;
    margin-right: 0;
  }
  .cabin-viewer
    .cabin-view
    .cabin-accordion
    .img-box-container.list-element
    .img-box {
    padding: 0 2px;
  }
  .cabin-viewer .cabin-view .img-box-container.list-element .img-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cabin-viewer .cabin-view .homeslider .owl-carousel,
  .cabin-viewer .cabin-view .homeslider .owl-carousel .slide {
    height: 300px;
  }
  .cabin-viewer .cabin-view .cabin__viewer .owl-controls {
    margin: 5px auto 10px;
  }
  .cabin-viewer .cabin-view .left,
  .cabin-viewer .cabin-view .right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cabin-viewer .cabin-view .right {
    margin-bottom: 20px;
  }
  .cabin-viewer .container-ps .psv-caption-content {
    max-width: 72%;
  }
  .cabin-viewer .container-ps .psv-caption-content h4 {
    font-size: 14px;
  }
  .cabin-viewer .container-ps .psv-caption-content p {
    display: none;
  }
}
@media (max-width: 679.98px) {
  .cabin-viewer .cabin-view .img-box-container.list-element .img-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cabin-viewer .psv-zoom-button {
    display: none;
  }
}
@media (max-width: 499.98px) {
  .cabin-viewer .cabin-view {
    margin-left: -5px;
    margin-right: -5px;
  }
  .cabin-viewer .cabin-view .left,
  .cabin-viewer .cabin-view .right {
    padding: 0 5px;
  }
  .cabin-viewer .cabin-view .img-box-container.list-element .img-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .cabin-viewer .container-ps .photosphere {
    height: 480px;
  }
}
@media (max-width: 419.98px) {
  .cabin-viewer .cabin-view .img-box-container.list-element .img-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.image-slider-gallery {
  margin-bottom: 80px;
  overflow: hidden;
}
.image-slider-gallery.size-medium .owl-item {
  min-height: 540px;
}
.image-slider-gallery.size-large .owl-item {
  min-height: 640px;
}
.image-slider-gallery.no-owl-nav .owl-nav {
  display: none !important;
}
.image-slider-gallery .flixel-no-link {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.image-slider-gallery .standard-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.image-slider-gallery iframe,
.image-slider-gallery video {
  position: absolute;
  top: 50% !important;
  bottom: unset !important;
  left: 50% !important;
  right: unset !important;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.image-slider-gallery .mi-player video {
  width: auto !important;
  height: auto !important;
}
.image-slider-gallery .mi-sfh-full-view {
  width: 100%;
  height: 100%;
  position: absolute;
}
.image-slider-gallery .mi-player {
  height: 100% !important;
  margin-bottom: 0 !important;
}
.image-slider-gallery .mi-content {
  height: 100% !important;
}
.image-slider-gallery .big-play-button {
  z-index: -1;
}
.image-slider-gallery .play-video {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1425px;
  margin: 0 40px;
  top: 20px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 9;
  text-align: right;
}
.image-slider-gallery .play-video a {
  display: block;
  float: right;
  width: 48px;
  height: 48px;
}
.image-slider-gallery .play-video a i:before {
  width: 100%;
  height: 100%;
  font-size: 48px;
  line-height: 48px;
}
.image-slider-gallery .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-slider-gallery .isg-item {
  overflow: hidden;
}
.image-slider-gallery .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: auto !important;
  min-height: 420px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-color: #d9dee8;
}
.image-slider-gallery .owl-item .isg-text-box {
  display: block;
  position: relative;
  max-width: 768px;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 60px;
}
.image-slider-gallery .owl-item .isg-text-box h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ad-white-color);
  margin-top: 0;
  margin-bottom: 15px;
}
.image-slider-gallery .owl-item .isg-text-box p {
  font-size: var(--ad-font-size);
  line-height: 1.4;
  color: var(--ad-white-color);
  margin-top: 0;
  margin-bottom: 25px;
}
.image-slider-gallery .owl-item .isg-text-box cite {
  display: block;
  font-size: 18px;
  font-style: normal;
  color: var(--ad-white-color);
  margin-top: 0;
  margin-bottom: 25px;
}
.image-slider-gallery .owl-item .isg-text-box .isg-button {
  margin-bottom: 4px;
}
.image-slider-gallery .owl-item .isg-text-box .isg-button .button {
  margin-bottom: 16px;
}
.image-slider-gallery .owl-item.testimonial p {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
}
.image-slider-gallery .owl-item.position-right {
  text-align: right;
}
.image-slider-gallery .owl-item.position-right .isg-text-box {
  float: right;
  margin-left: auto;
}
.image-slider-gallery .owl-item.position-center {
  text-align: center;
}
.image-slider-gallery .owl-item.position-center .isg-text-box {
  margin-left: auto;
  margin-right: auto;
}
.image-slider-gallery .owl-dots .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #d9dee8;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.image-slider-gallery .owl-dots .owl-dot.active,
.image-slider-gallery .owl-dots .owl-dot:hover {
  border-color: var(--ad-white-color);
  background-color: var(--ad-white-color);
}
.image-slider-gallery .owl-nav .owl-prev {
  display: inline-block;
}
.image-slider-gallery .owl-nav .owl-next {
  display: inline-block;
}
@media (max-width: 1479.98px) {
  .image-slider-gallery .owl-item .isg-text-box {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .image-slider-gallery .owl-controls {
    display: inline-block;
    position: relative;
    top: -60px;
    left: 50%;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .image-slider-gallery .owl-controls .owl-nav {
    width: 100%;
    z-index: 2;
    top: auto;
    margin: 0;
  }
  .image-slider-gallery .owl-controls .owl-nav .owl-next,
  .image-slider-gallery .owl-controls .owl-nav .owl-prev {
    display: block;
    position: absolute;
  }
  .image-slider-gallery .owl-controls .owl-nav .owl-prev {
    left: -35px;
  }
  .image-slider-gallery .owl-controls .owl-nav .owl-next {
    right: -35px;
  }
}
@media (max-width: 979.98px) {
  .image-slider-gallery .play-video {
    margin: 0 28px;
  }
}
@media (max-width: 767.98px) {
  .image-slider-gallery .owl-item .isg-text-box {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 499.98px) {
  .image-slider-gallery {
    margin-bottom: 60px;
  }
  .image-slider-gallery .play-video {
    margin: 0 22px;
  }
  .image-slider-gallery .owl-item .isg-text-box h3 {
    font-size: var(--ad-font-size);
  }
  .image-slider-gallery .owl-item .isg-text-box p {
    font-size: 18px;
  }
}
.image-divider-gallery {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 80px;
  background-color: #d9dee8;
}
.image-divider-gallery iframe,
.image-divider-gallery video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.image-divider-gallery .mi-sfh-full-view {
  width: 100%;
  height: 100%;
  position: absolute;
}
.image-divider-gallery .mi-player {
  height: 100% !important;
  margin-bottom: 0 !important;
}
.image-divider-gallery .mi-content {
  height: 100% !important;
}
.image-divider-gallery .big-play-button {
  z-index: -1;
}
.image-divider-gallery .play-video {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 0;
  top: 20px;
  right: 20px;
  z-index: 9;
  text-align: right;
}
.image-divider-gallery .play-video a {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
}
.image-divider-gallery .play-video a i:before {
  width: 100%;
  height: 100%;
  font-size: 40px;
  line-height: 40px;
}
.image-divider-gallery .isg-item {
  overflow: hidden;
}
.image-divider-gallery .flixel-no-link {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.image-divider-gallery .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-divider-gallery .idg-item {
  overflow: hidden;
}
.image-divider-gallery .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: auto !important;
  min-height: 360px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
}
.image-divider-gallery .owl-item .idg-description {
  display: block;
  position: absolute;
  z-index: 1;
  height: 30px;
  bottom: 10px;
  left: 30px;
  max-width: 768px;
  padding: 6px 16px;
  background-color: rgb(0 0 0 / 0.5);
}
.image-divider-gallery .owl-item .idg-description p {
  font-size: 14px;
  line-height: 18px;
  color: var(--ad-white-color);
  margin: 0;
}
.image-divider-gallery .title-box {
  display: block;
  max-width: 768px;
  text-align: left;
}
.image-divider-gallery .title-box h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
}
.image-divider-gallery .title-box h3 span {
  -webkit-box-shadow: inset 0 -3px #d9dee8, inset 0 -13px rgb(112 0 189 / 0.4);
  box-shadow: inset 0 -3px #d9dee8, inset 0 -13px rgb(112 0 189 / 0.4);
}
.image-divider-gallery .title-box p {
  font-size: var(--ad-font-size);
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 30px;
}
.image-divider-gallery .owl-controls {
  display: block;
  position: absolute;
  top: 50%;
  left: 2%;
  width: 96%;
  max-width: 96%;
  height: 30px;
  margin: -15px 0 0;
}
.image-divider-gallery .owl-dots {
  display: none !important;
}
.image-divider-gallery .owl-nav {
  display: block;
  width: 100%;
  font-family: var(--ad-font-family);
  font-size: 28px;
  line-height: 30px;
  color: var(--ad-white-color);
  padding: 0;
  margin: 0;
}
.image-divider-gallery .owl-nav .owl-prev {
  display: inline-block;
}
.image-divider-gallery .owl-nav .owl-next {
  display: inline-block;
}
.image-divider-gallery.title-position-center .title-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.image-divider-gallery.title-position-right .title-box {
  text-align: right;
  margin-left: auto;
}
.image-divider-gallery.size-medium .owl-item {
  min-height: 480px;
}
.image-divider-gallery.size-large .owl-item {
  min-height: 600px;
}
.image-divider-gallery.no-owl-nav .owl-nav {
  display: none !important;
}
.image-divider-gallery.background-blue {
  background-color: #00a0f0;
}
.image-divider-gallery.background-blue h3 {
  color: var(--ad-white-color);
}
.image-divider-gallery.background-blue h3 span {
  -webkit-box-shadow: inset 0 -3px #00a0f0, inset 0 -13px #006de3;
  box-shadow: inset 0 -3px #00a0f0, inset 0 -13px #006de3;
}
.image-divider-gallery.background-blue p {
  color: var(--ad-white-color);
}
.image-divider-gallery.background-blue .owl-item .idg-description {
  background-color: #00a0f0;
}
.image-divider-gallery.background-blue .owl-item .idg-description:after {
  border-color: #fff0 #fff0 #00a0f0 #00a0f0;
}
.image-divider-gallery.background-yellow {
  background-color: #ffb400;
}
.image-divider-gallery.background-yellow h3 {
  color: var(--ad-white-color);
}
.image-divider-gallery.background-yellow h3 span {
  -webkit-box-shadow: inset 0 -3px #ffb400, inset 0 -13px #00a0f0;
  box-shadow: inset 0 -3px #ffb400, inset 0 -13px #00a0f0;
}
.image-divider-gallery.background-yellow p {
  color: var(--ad-white-color);
}
.image-divider-gallery.background-yellow .owl-item .idg-description {
  background-color: #ffb400;
}
.image-divider-gallery.background-yellow .owl-item .idg-description:after {
  border-color: #fff0 #fff0 #ffb400 #ffb400;
}
@media (max-width: 767.98px) {
  .image-divider-gallery .owl-item .idg-description {
    height: auto;
    left: 20px;
    right: 20px;
  }
  .image-divider-gallery .owl-item .idg-description:after {
    display: none;
  }
}
@media (max-width: 499.98px) {
  .image-divider-gallery {
    margin-bottom: 60px;
  }
  .image-divider-gallery .title-box h3 {
    font-size: var(--ad-font-size);
  }
  .image-divider-gallery .title-box p {
    font-size: 18px;
  }
}
.references-gallery {
  margin-bottom: 80px;
}
.references-gallery .standard-container h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-top: 0;
}
.references-gallery .standard-container p {
  font-size: var(--ad-font-size);
  text-align: center;
  color: #4b5564;
  margin-top: 0;
  margin-bottom: 50px;
}
.references-gallery .owl-carousel {
  text-align: center;
}
.references-gallery .owl-stage {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.references-gallery .owl-item,
.references-gallery .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.references-gallery .rg-item {
  width: 420px;
  border: 1px solid #d9dee8;
}
.references-gallery .rg-box {
  display: block;
  background-color: var(--ad-white-color);
}
.references-gallery .rg-image {
  display: block;
  position: relative;
  overflow: hidden;
  margin: -1px;
}
.references-gallery .rg-image .overlay-box {
  opacity: 0;
}
.references-gallery .rg-image .overlay-box,
.references-gallery .rg-image img {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.references-gallery .rg-image img {
  margin: 0;
}
.references-gallery .rg-image i {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 3;
  top: 50%;
  left: 50%;
  color: var(--ad-white-color);
  margin: -20px 0 0 -20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.references-gallery .rg-image a:hover .overlay-box {
  opacity: 0.2;
}
.references-gallery .rg-image a:hover img {
  -webkit-transform: rotate(5deg) scale(1.1);
  -ms-transform: rotate(5deg) scale(1.1);
  transform: rotate(5deg) scale(1.1);
}
.references-gallery .rg-image a:hover i {
  opacity: 1;
}
.references-gallery .rg-text {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 20px;
}
.references-gallery .rg-text h5 {
  font-size: var(--ad-font-size);
  margin-top: 0;
  margin-bottom: 0;
}
.references-gallery .rg-text p {
  font-size: 14px;
  letter-spacing: 0;
  color: #78879b;
  margin-top: 0;
}
.references-gallery .owl-controls {
  display: inline-block;
  margin: 24px auto 0;
  position: relative;
}
.references-gallery .owl-dots {
  display: block !important;
}
.references-gallery .owl-dots .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #d9dee8;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.references-gallery .owl-dots .owl-dot.active,
.references-gallery .owl-dots .owl-dot:hover {
  border-color: #00a0f0;
  background-color: #00a0f0;
}
.references-gallery .owl-nav {
  display: block !important;
}
.references-gallery .owl-nav .owl-next,
.references-gallery .owl-nav .owl-prev {
  color: #00a0f0;
  cursor: pointer;
  font-family: var(--ad-font-family) !important;
  font-size: var(--ad-font-size);
  font-weight: 600;
  position: absolute;
  text-decoration: none;
  top: 1px;
}
.references-gallery .owl-nav .owl-prev {
  left: -35px;
}
.references-gallery .owl-nav .owl-next {
  right: -35px;
}
@media screen and (max-width: 1424.98px) {
  .references-gallery .rg-item {
    width: 340px;
  }
}
@media screen and (max-width: 899.98px) {
  .references-gallery .rg-item {
    width: 300px;
  }
}
@media screen and (max-width: 499.98px) {
  .references-gallery {
    margin-bottom: 60px;
  }
  .references-gallery .standard-container .rg-item {
    width: 260px;
  }
  .references-gallery .standard-container h3 {
    font-size: var(--ad-font-size);
    margin-bottom: 20px;
  }
  .references-gallery .standard-container p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.cta-teaser-container {
  display: block;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 80px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
}
.cta-teaser-container .cta-teaser {
  margin-bottom: 0;
}
.cta-teaser-container .cta-teaser .title-box h3 {
  color: var(--ad-white-color);
}
.cta-teaser-container .cta-teaser .ct-box .ct-txt {
  padding-top: 10px;
  padding-bottom: 15px;
}
.cta-teaser-container .cta-teaser .owl-nav .owl-next,
.cta-teaser-container .cta-teaser .owl-nav .owl-prev {
  color: var(--ad-white-color);
}
.cta-teaser-container .cta-teaser .owl-dots .owl-dot.active,
.cta-teaser-container .cta-teaser .owl-dots .owl-dot:hover {
  border-color: var(--ad-white-color);
  background-color: var(--ad-white-color);
}
.cta-teaser {
  margin-bottom: 60px;
  z-index: 2;
  position: relative;
}
.cta-teaser .title-box {
  display: block;
  width: 100%;
  text-align: center;
}
.cta-teaser .title-box h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ad-primary-color);
  margin-top: 0;
  margin-bottom: 30px;
}
.cta-teaser .ct-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.cta-teaser .ct-container .ct-item {
  padding-left: 10px;
  padding-right: 10px;
}
.cta-teaser .ct-container.owl-carousel {
  margin-left: 0;
  margin-right: 0;
}
.cta-teaser .ct-container.owl-carousel .ct-item {
  padding-left: 0;
  padding-right: 0;
}
.cta-teaser .owl-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: none;
}
.cta-teaser .ct-item {
  max-width: 100%;
}
.cta-teaser .owl-carousel .ct-item {
  display: contents;
}
.cta-teaser .owl-carousel .ct-item .ct-box {
  margin-right: 0;
}
.cta-teaser .ct-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  background-color: var(--ad-white-color);
}
.cta-teaser .ct-box .ct-img {
  width: 200px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cta-teaser .ct-box .ct-img img {
  display: block;
  width: 100%;
  height: auto;
}
.cta-teaser .ct-box .ct-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 20px;
}
.cta-teaser .ct-box .ct-txt h5 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}
.cta-teaser .ct-box .ct-txt p {
  color: #4b5564;
  margin-top: 0;
  margin-bottom: 20px;
}
.cta-teaser .ct-box .ct-btn {
  margin-top: auto;
}
.cta-teaser .owl-controls {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.cta-teaser .owl-dots {
  display: block;
}
.cta-teaser .owl-dots .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #d9dee8;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.cta-teaser .owl-dots .owl-dot.active,
.cta-teaser .owl-dots .owl-dot:hover {
  border-color: #00a0f0;
  background-color: #00a0f0;
}
.cta-teaser .owl-nav .owl-next,
.cta-teaser .owl-nav .owl-prev {
  color: #00a0f0;
  cursor: pointer;
  font-family: var(--ad-font-family);
  font-size: var(--ad-font-size);
  font-weight: 600;
  position: absolute;
  text-decoration: none;
  top: 1px;
}
.cta-teaser .owl-nav .owl-prev {
  left: -35px;
}
.cta-teaser .owl-nav .owl-next {
  right: -35px;
}
@media screen and (max-width: 1344.98px) {
  .cta-teaser .owl-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 899.98px) {
  .cta-teaser .owl-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 499.98px) {
  .cta-teaser {
    margin-bottom: 40px;
  }
  .cta-teaser .standard-container {
    padding: 40px 0;
  }
  .cta-teaser .title-box h3 {
    font-size: var(--ad-font-size);
  }
  .cta-teaser .ct-box .ct-img {
    width: 140px;
  }
  .cta-teaser .ct-box .ct-txt h5 {
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .cta-teaser .ct-box .ct-txt p {
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 419.98px) {
  .cta-teaser-container .ct-btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cta-teaser .ct-box {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 20px;
  }
  .cta-teaser .ct-box .ct-txt h5 {
    line-height: 1.4;
  }
  .cta-teaser .ct-box .ct-txt p {
    line-height: 1.4;
    margin-bottom: 0;
  }
  .cta-teaser .ct-box .ct-btn {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
  }
  .cta-teaser .ct-box .ct-btn .button {
    display: block;
    width: 100%;
  }
}
.cta-image {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 460px;
  margin-bottom: 80px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.cta-image.bg-fixed {
  background-attachment: fixed;
}
.cta-image .standard-container {
  padding: 60px 0;
  display: block;
}
.cta-image .form-step-item {
  opacity: 1;
}
.cta-image .form-step-item,
.cta-image .form-step-item.step-hide {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.cta-image .form-step-item.step-hide {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.cta-image .ci-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 300px;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cta-image .ci-box h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
.cta-image .ci-box h3,
.cta-image .ci-box p {
  font-weight: 400;
  line-height: 1.4;
  color: var(--ad-white-color);
  margin-top: 0;
}
.cta-image .ci-box p {
  font-size: 20px;
  margin-bottom: 30px;
}
.cta-image .cta-teaser {
  position: relative;
  z-index: 2;
  margin-bottom: -30px;
}
.cta-image .cta-teaser .title-box h3 {
  color: var(--ad-white-color);
}
.cta-image .cta-teaser .ct-box {
  background-color: var(--ad-white-color);
}
.cta-image .cta-teaser .ct-box .ct-img {
  width: 160px;
}
.cta-image .cta-teaser .ct-box .ct-txt {
  padding-top: 10px;
  padding-bottom: 15px;
}
.cta-image .cta-teaser .owl-dots .owl-dot.active,
.cta-image .cta-teaser .owl-dots .owl-dot:hover {
  border-color: var(--ad-white-color);
  background-color: var(--ad-white-color);
}
.cta-image .cta-teaser .owl-nav .owl-next,
.cta-image .cta-teaser .owl-nav .owl-prev {
  color: var(--ad-white-color);
}
.cta-image .ci-form {
  margin-bottom: 10px;
}
.cta-image .ci-form input[type="email"],
.cta-image .ci-form input[type="text"] {
  min-width: 300px;
  font-size: 16px !important;
  text-align: left;
  line-height: 1.3 !important;
  color: #4b5564;
  padding: 9px 16px !important;
  margin-right: 0;
  margin-bottom: 20px !important;
  border: 1px solid #d9dee8 !important;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.cta-image .ci-form button {
  margin-bottom: 20px;
}
.cta-image .ci-form .error-group input {
  border: 1px solid #d7005f !important;
}
.cta-image .ci-form .error-info {
  display: block;
  max-width: 290px;
  min-height: 20px;
  margin: -20px auto 0;
}
.cta-image .ci-form .error-info p {
  opacity: 0;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: var(--ad-white-color);
  padding: 0;
  margin: 0 !important;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.cta-image .ci-form .form-group.error-group p {
  opacity: 1;
}
.cta-image .ci-form:after {
  content: "";
  display: block;
  clear: both;
}
.cta-image.form-one-row .form-group {
  display: inline-block;
  max-width: 300px;
  margin-right: 14px;
}
.cta-image.form-multi-row .ci-form input {
  display: block;
  margin: 0 auto 20px;
}
.cta-image.form-multi-row .ci-form button {
  min-width: 300px;
}
@media screen and (max-width: 579.98px) {
  .cta-image .ci-txt .button {
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 20px;
  }
  .cta-image .ci-form {
    margin-bottom: 0;
  }
  .cta-image.form-one-row .form-group {
    display: block;
    clear: both;
    float: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 499.98px) {
  .cta-image {
    margin-bottom: 60px;
  }
  .cta-image .standard-container {
    padding: 40px 0;
  }
  .cta-image .ct-container {
    margin-bottom: 20px;
  }
  .cta-image .ci-form input {
    margin-right: 0;
  }
}
@media screen and (max-width: 419.98px) {
  .cta-image .cta-teaser .ct-box .ct-img {
    margin-top: 10px;
    margin-left: 10px;
  }
  .cta-image .cta-teaser .ct-box .ct-txt {
    padding-bottom: 0;
  }
  .cta-image .cta-teaser .ct-box .ct-btn {
    left: 10px;
    right: 10px;
  }
}
.secondary-cta {
  overflow-x: hidden;
  margin-bottom: 40px;
}
.secondary-cta .standard-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.secondary-cta .sc-left-part {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 20px;
}
.secondary-cta .sc-left-part h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ad-primary-color);
  margin-top: 0;
  margin-bottom: 20px;
}
.secondary-cta .sc-right-part {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.secondary-cta .sc-rp-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 2px solid #00a0f0;
}
.secondary-cta .sc-rp-box .sc-rp-txt {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 20px;
}
.secondary-cta .sc-rp-box .sc-rp-txt h5 {
  font-size: 16px;
  color: var(--ad-primary-color);
  margin-top: 0;
  margin-bottom: 10px;
}
.secondary-cta .sc-rp-box .sc-rp-txt p {
  color: #4b5564;
  margin-bottom: 10px;
}
.secondary-cta .sc-rp-box .sc-rp-btn {
  width: 200px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
}
.secondary-cta .sc-rp-box .sc-rp-btn .button {
  min-width: 200px;
  text-align: center;
}
.secondary-cta .sc-rp-box .sc-rp-btn .button.main {
  color: #4b5564 !important;
  border: 2px solid #4b5564;
}
.secondary-cta .sc-rp-box .sc-rp-btn .button.main:hover {
  color: #00a0f0 !important;
  border: 2px solid #00a0f0;
}
@media screen and (max-width: 899.98px) {
  .secondary-cta .sc-rp-box {
    display: block;
  }
  .secondary-cta .sc-rp-box .sc-rp-txt {
    display: block;
    width: 100%;
  }
  .secondary-cta .sc-rp-box .sc-rp-txt p {
    margin-bottom: 15px;
  }
  .secondary-cta .sc-rp-box .sc-rp-btn {
    display: block;
    width: 100%;
  }
  .secondary-cta .sc-rp-box .sc-rp-btn .button {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .secondary-cta .sc-left-part,
  .secondary-cta .sc-right-part {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .secondary-cta .sc-right-part {
    display: block;
  }
}
@media screen and (max-width: 499.98px) {
  .secondary-cta {
    margin-bottom: 20px;
  }
  .secondary-cta .sc-left-part h3 {
    font-size: var(--ad-font-size);
  }
  .secondary-cta .sc-rp-box .sc-rp-txt h5,
  .secondary-cta .sc-rp-box .sc-rp-txt p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.section-adaption {
  overflow-x: hidden;
  margin-bottom: 66px;
}
.section-adaption .sa-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.section-adaption .sa-dim-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 7px;
}
.section-adaption .sa-dim-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 7px;
}
.section-adaption .sa-dim-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding: 0 7px;
}
.section-adaption .sa-box {
  display: block;
  position: relative;
  overflow: hidden;
  height: 440px;
  margin-bottom: 14px;
  background-color: #d9dee8;
}
.section-adaption .sa-box img {
  display: block;
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.section-adaption .sa-box .sa-txt {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.section-adaption .sa-box .sa-txt h4 {
  position: relative;
  z-index: 1;
  color: var(--ad-white-color);
  font-size: var(--ad-font-size);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.section-adaption .sa-box .sa-txt p {
  position: relative;
  z-index: 1;
  color: var(--ad-white-color);
  margin-top: 0;
  margin-bottom: 5px;
}
.section-adaption .sa-box .sa-txt:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 0.5);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(25%, rgb(0 0 0 / 0.2)),
    to(var(--ad-primary-color))
  );
  background: -webkit-linear-gradient(
    top,
    transparent,
    rgb(0 0 0 / 0.2) 25%,
    var(--ad-primary-color)
  );
  background: -o-linear-gradient(
    top,
    transparent 0,
    rgb(0 0 0 / 0.2) 25%,
    var(--ad-primary-color) 100%
  );
  background: linear-gradient(
    180deg,
    transparent 0,
    rgb(0 0 0 / 0.2) 25%,
    var(--ad-primary-color)
  );
}
.section-adaption .sa-box.black-title .sa-txt h4,
.section-adaption .sa-box.black-title .sa-txt p {
  color: var(--ad-primary-color);
}
.section-adaption .sa-box.black-title .sa-txt:before {
  background: hsl(0 0% 100% / 0.5);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff0),
    color-stop(25%, hsl(0 0% 100% / 0.2)),
    to(var(--ad-white-color))
  );
  background: -webkit-linear-gradient(
    top,
    #fff0,
    hsl(0 0% 100% / 0.2) 25%,
    var(--ad-white-color)
  );
  background: -o-linear-gradient(
    top,
    #fff0 0,
    hsl(0 0% 100% / 0.2) 25%,
    var(--ad-white-color) 100%
  );
  background: linear-gradient(
    180deg,
    #fff0 0,
    hsl(0 0% 100% / 0.2) 25%,
    var(--ad-white-color)
  );
}
.section-adaption .sa-box a:hover img {
  -webkit-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1344.98px) {
  .section-adaption .sa-box {
    height: 400px;
  }
}
@media screen and (max-width: 1099.98px) {
  .section-adaption .sa-box {
    height: 360px;
  }
}
@media screen and (max-width: 979.98px) {
  .section-adaption .sa-box {
    height: 320px;
  }
}
@media screen and (max-width: 899.98px) {
  .section-adaption .sa-dim-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .section-adaption .sa-dim-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .section-adaption .sa-dim-4,
  .section-adaption .sa-dim-6,
  .section-adaption .sa-dim-8 {
    padding: 0 5px;
  }
  .section-adaption .sa-block {
    margin: 0 -5px;
  }
  .section-adaption .sa-box {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .section-adaption .sa-dim-4,
  .section-adaption .sa-dim-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-adaption .sa-box {
    padding-top: 100%;
  }
}
@media screen and (max-width: 499.98px) {
  .section-adaption {
    margin-bottom: 50px;
  }
  .section-adaption .sa-dim-4,
  .section-adaption .sa-dim-6,
  .section-adaption .sa-dim-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-adaption .sa-box .sa-txt {
    padding: 15px;
  }
}
.flip-flop-module {
  margin-bottom: 80px;
}
.flip-flop-module .standard-container .standard-container {
  position: absolute !important;
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
.flip-flop-module .section-divider {
  height: 100%;
  margin-bottom: 0;
}
.flip-flop-module .ffm-main-title h3 {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  color: var(--ad-primary-color);
  margin-top: 0;
  margin-bottom: 40px;
}
.flip-flop-module .ffm-main-title h3 span {
  -webkit-box-shadow: inset 0 -3px var(--ad-white-color),
    inset 0 -13px rgb(112 0 189 / 0.4);
  box-shadow: inset 0 -3px var(--ad-white-color),
    inset 0 -13px rgb(112 0 189 / 0.4);
}
.flip-flop-module.main-title-color-blue h3 {
  color: #00a0f0;
}
.flip-flop-module.main-title-color-blue h3 span {
  -webkit-box-shadow: inset 0 -3px var(--ad-white-color), inset 0 -13px #eef0f2;
  box-shadow: inset 0 -3px var(--ad-white-color), inset 0 -13px #eef0f2;
}
.flip-flop-module.main-title-color-yellow h3 {
  color: #ffb400;
}
.flip-flop-module.main-title-color-yellow h3 span {
  -webkit-box-shadow: inset 0 -3px var(--ad-white-color), inset 0 -13px #eef0f2;
  box-shadow: inset 0 -3px var(--ad-white-color), inset 0 -13px #eef0f2;
}
.flip-flop-module .ffm-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
}
.flip-flop-module .ffm-container .textteaser {
  margin-bottom: 0 !important;
}
.flip-flop-module .ffm-container .textteaser:after {
  content: "" !important;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eef0f2;
}
.flip-flop-module .ffm-container .stage-button {
  padding: 0 16px;
  margin-top: 20px;
}
.flip-flop-module .ffm-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 580px;
}
.flip-flop-module .ffm-item.txt-item {
  position: relative;
}
.flip-flop-module .ffm-item:nth-of-type(2) {
  padding: 0 40px;
}
.flip-flop-module .ffm-item:first-of-type {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.flip-flop-module .ffm-item:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.flip-flop-module .ffm-item .ffm-img-container {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--ad-white-color);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.flip-flop-module .ffm-item .ffm-title h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ad-primary-color);
  margin-top: 0;
  margin-bottom: 40px;
}
.flip-flop-module .ffm-item blockquote {
  margin: 0;
}
.flip-flop-module .ffm-item blockquote p {
  -webkit-box-shadow: 16px 0 0 #00a0f0, -16px 0 0 #00a0f0;
  box-shadow: 16px 0 0 #00a0f0, -16px 0 0 #00a0f0;
  background-color: #00a0f0;
  color: var(--ad-white-color) !important;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 1.5em;
  line-height: 1.375em;
  text-decoration: none;
  padding: 1px 1px 2px;
}
.flip-flop-module .ffm-item blockquote cite {
  display: block;
  font-style: normal;
  font-size: 1em;
  line-height: 1.625em;
  margin-top: 10px;
}
.flip-flop-module .ffm-item .ffm-txt-block .fm-txt-box {
  min-height: 94px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 2px solid #00a0f0;
}
.flip-flop-module .ffm-item .ffm-txt-block .fm-txt-box:last-of-type {
  margin-bottom: 0;
}
.flip-flop-module .ffm-item .ffm-txt-block h5 {
  font-size: 16px;
  color: var(--ad-primary-color);
  margin-top: 0;
  margin-bottom: 10px;
}
.flip-flop-module .ffm-item .ffm-txt-block p {
  color: #4b5564;
  margin-bottom: 10px;
}
.flip-flop-module .ffm-item .ffm-btn {
  margin-top: 40px;
}
.flip-flop-module .ffm-item .play-video {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
}
.flip-flop-module .ffm-item .play-video a {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
}
.flip-flop-module .ffm-item .play-video .tk-icon:before {
  width: 40px;
  text-align: center;
}
.flip-flop-module .ffm-container.img-right .ffm-item:first-of-type {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.flip-flop-module .ffm-container.img-right .ffm-item:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.flip-flop-module .ffm-container.txt-vertical-center .ffm-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flip-flop-module .ffm-container.text-two-columns .ffm-item .ffm-txt-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
}
.flip-flop-module
  .ffm-container.text-two-columns
  .ffm-item
  .ffm-txt-block
  .fm-txt-box {
  width: 50%;
}
.flip-flop-module
  .ffm-container.text-two-columns
  .ffm-item
  .ffm-txt-block
  .fm-txt-box:first-of-type,
.flip-flop-module
  .ffm-container.text-two-columns
  .ffm-item
  .ffm-txt-block
  .fm-txt-box:nth-of-type(2) {
  margin-bottom: 40px;
}
.flip-flop-module
  .ffm-container.text-two-columns
  .ffm-item
  .ffm-txt-block
  .fm-txt-box:nth-of-type(3),
.flip-flop-module
  .ffm-container.text-two-columns
  .ffm-item
  .ffm-txt-block
  .fm-txt-box:nth-of-type(4) {
  margin-bottom: 0;
}
.flip-flop-module .ffm-container.spacing-ver-medium {
  margin-bottom: 40px;
}
.flip-flop-module .ffm-container.spacing-ver-medium:last-of-type {
  margin-bottom: 0;
}
.flip-flop-module .ffm-container.spacing-ver-large {
  margin-bottom: 80px;
}
.flip-flop-module .ffm-container.spacing-ver-large:last-of-type {
  margin-bottom: 0;
}
.flip-flop-module .ffm-container.spacing-hor-medium .ffm-item.img-item {
  padding-left: 0;
  padding-right: 40px;
}
.flip-flop-module
  .ffm-container.img-right.spacing-hor-medium
  .ffm-item.img-item {
  padding-left: 40px;
  padding-right: 0;
}
.flip-flop-module .ffm-container.spacing-hor-large .ffm-item.img-item {
  padding-left: 0;
  padding-right: 60px;
}
.flip-flop-module .ffm-container.spacing-hor-large .ffm-item.txt-item {
  padding-left: 60px;
  padding-right: 60px;
}
.flip-flop-module
  .ffm-container.img-right.spacing-hor-large
  .ffm-item.img-item {
  padding-left: 60px;
  padding-right: 0;
}
.flip-flop-module
  .ffm-container.img-right.spacing-hor-large
  .ffm-item.txt-item {
  padding-left: 60px;
  padding-right: 60px;
}
.flip-flop-module .owl-carousel,
.flip-flop-module .owl-carousel .owl-item,
.flip-flop-module .owl-carousel .owl-stage,
.flip-flop-module .owl-carousel .owl-stage-outer {
  height: 100%;
}
.flip-flop-module .owl-carousel .owl-item .owl-item {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}
.flip-flop-module .owl-carousel .owl-controls {
  position: absolute;
  width: 96%;
  top: 50%;
  left: 2%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flip-flop-module .owl-carousel .owl-controls .owl-prev {
  float: left;
}
.flip-flop-module .owl-carousel .owl-controls .owl-next {
  float: right;
}
@media (max-width: 1099.98px) {
  .flip-flop-module .ffm-container.img-right .ffm-item:first-of-type {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flip-flop-module .ffm-container.img-right .ffm-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .flip-flop-module .ffm-item {
    width: 100%;
    min-height: unset;
  }
  .flip-flop-module .ffm-item.img-item {
    padding: 0 !important;
  }
  .flip-flop-module .ffm-item.txt-item {
    padding: 30px 20px !important;
  }
  .flip-flop-module .ffm-item .ffm-img-container {
    min-height: 380px;
  }
}
@media screen and (min-width: 500px) and (max-width: 1424.98px) {
  .sticky-navbar #sticky-menu.btn-sticky-menu {
    display: block;
  }
  nav.menu .menu-sticky {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 95px;
    right: 0;
  }
}
@media (max-width: 1424.98px) {
  .blue-shadow,
  .section-divider h3,
  .stage-full-height .stage-text h1,
  .stage-full-height .stage-text p {
    -webkit-box-shadow: 30px 0 0 #00a0f0, -40px 0 0 #00a0f0;
    box-shadow: 30px 0 0 #00a0f0, -40px 0 0 #00a0f0;
  }
  .stage-full-height.title-yellow-shadow .stage-text h1,
  .stage-full-height.title-yellow-shadow .stage-text p,
  .yellow-shadow {
    -webkit-box-shadow: 30px 0 0 #ffb400, -40px 0 0 #ffb400;
    box-shadow: 30px 0 0 #ffb400, -40px 0 0 #ffb400;
  }
  .gray-shadow,
  .stage-full-height.title-gray-shadow .stage-text h1,
  .stage-full-height.title-gray-shadow .stage-text p {
    -webkit-box-shadow: 30px 0 0 #d9dee8, -40px 0 0 #d9dee8;
    box-shadow: 30px 0 0 #d9dee8, -40px 0 0 #d9dee8;
  }
  .stage-full-height.title-white-shadow .stage-text h1,
  .stage-full-height.title-white-shadow .stage-text p,
  .white-shadow {
    -webkit-box-shadow: 30px 0 0 var(--ad-white-color),
      -40px 0 0 var(--ad-white-color);
    box-shadow: 30px 0 0 var(--ad-white-color), -40px 0 0 var(--ad-white-color);
  }
  .standard-container {
    margin: 0 40px;
    width: auto;
  }
  .image-button {
    margin: 6px 0 0;
  }
  .stage-full-height .text-box .image-text {
    margin-left: -20px;
  }
  .stage-full-height .text-box .image-text.blue-stripes h3,
  .stage-full-height .text-box .image-text.blue-stripes p {
    -webkit-box-shadow: 36px 0 0 #00a0f0, -36px 0 0 #00a0f0;
    box-shadow: 36px 0 0 #00a0f0, -36px 0 0 #00a0f0;
  }
  nav.menu > a:active,
  nav.menu > a:focus,
  nav.menu > a:hover {
    background-color: #fff0;
  }
  nav.menu .menu-sticky,
  nav.menu > a.active {
    background-color: #003c7d;
  }
  nav.menu .menu-sticky {
    display: none;
    padding: 10px 0;
    width: 100%;
    -webkit-transition-duration: all 0.3s ease-in-out;
    -o-transition-duration: all 0.3s ease-in-out;
    transition-duration: all 0.3s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  nav.menu #sticky-menu.active + .menu-sticky {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
    top: 65px;
    opacity: 1;
  }
  nav.menu li.menu-item {
    padding: 0 20px;
  }
  nav.menu li.menu-item.active > a,
  nav.menu li.menu-item > a:active,
  nav.menu li.menu-item > a:focus,
  nav.menu li.menu-item > a:hover {
    width: 100%;
    font-weight: 700;
    border-top: 1px solid #fff0;
    border-bottom: 1px solid var(--ad-white-color);
  }
  nav.menu li.menu-item a {
    width: 100%;
    border-top: 1px solid #fff0;
    border-bottom: 1px solid var(--ad-white-color);
  }
  nav.menu li.menu-item:last-of-type a {
    border-bottom: 1px solid #fff0;
  }
}
@media screen and (max-width: 979.98px) {
  .standard-container {
    margin: 0 28px;
    width: auto;
  }
  .stage-full-height .text-box .image-text.blue-stripes h3,
  .stage-full-height .text-box .image-text.blue-stripes p {
    -webkit-box-shadow: 25px 0 0 #00a0f0, -25px 0 0 #00a0f0;
    box-shadow: 25px 0 0 #00a0f0, -25px 0 0 #00a0f0;
  }
  .stage-full-height .text-box .image-desc ul li {
    font-size: 16px;
    line-height: 16px;
  }
  .stage-full-height .text-box .image-desc ul li i {
    display: block;
    height: 40px;
    margin: 0 0 10px;
  }
  .stage-full-height .text-box .image-desc ul li span {
    display: block;
    line-height: 24px;
    margin-right: 0;
  }
  .tk-icon:before {
    margin: 0;
  }
}
@media screen and (max-width: 899.98px) {
  #header .head #logo-wrapper #logo {
    bottom: 0 !important;
  }
}
@media screen and (max-width: 499.98px) {
  .standard-container {
    margin: 0 22px;
    width: auto;
  }
  .sticky-navbar .sticky-wrapper {
    padding: 0 16px;
  }
  .stage-full-height .stage-text {
    top: 40%;
  }
  .sticky-navbar .sticky-content {
    display: none;
    position: absolute;
    z-index: -1;
    top: 70px;
    opacity: 0;
    right: 0;
    margin: 0;
    background-color: #003c7d;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .sticky-navbar #sticky-menu-full.btn-sticky-menu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: inherit;
    line-height: 2.125em;
    padding: 3px 16px 3px 16px;
    margin: 0 -16px 0 0;
  }
  .sticky-navbar #sticky-menu-full.active + .sticky-content {
    display: block;
    z-index: 9;
    top: 40px;
    opacity: 1;
  }
  .sticky-navbar #sticky-menu-full.active + .sticky-content .menu-sticky {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sticky-navbar #sticky-menu-full.active + .sticky-content .menu-next-step {
    z-index: 1;
  }
  nav.menu {
    padding: 0;
  }
  nav.menu .menu-sticky {
    padding: 10px 0 0;
  }
  nav.menu li.menu-item {
    padding: 0 15px;
  }
  nav.submenu {
    padding: 0 10px 15px;
  }
  nav.submenu > #next-step {
    display: none;
  }
  nav.submenu .menu-next-step {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    top: 0;
    z-index: -1;
    opacity: 1;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    background-color: #fff0;
  }
  nav.submenu .menu-next-step:before {
    display: none;
  }
  nav.submenu .menu-next-step li {
    max-width: 100%;
    padding: 0 5px;
    margin-top: 10px;
  }
  nav.submenu .menu-next-step li a {
    margin: 0;
  }
  nav.submenu .menu-next-step li a:hover {
    color: #003c7d;
    background-color: var(--ad-white-color);
  }
}
@media screen and (max-width: 359.98px) {
  .icon-placement .ip-il-box {
    width: 100% !important;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stage-full-height .media-box {
    min-height: 620px;
  }
}
.stage-full-height .stage-desc ul li {
  max-width: 33.333333%;
  line-height: 20px;
}
.stage-full-height .stage-desc ul li > span::after {
  content: "\A";
  white-space: pre;
}
#full-width .cabin-viewer .homeslider,
#main .cabin-viewer .homeslider,
#stage .cabin-viewer .homeslider {
  display: block;
}
.icon-placement .ip-il-box {
  justify-content: center;
}
@media screen and (max-width: 499.98px) {
  .icon-placement .ip-iconlist,
  .icon-placement .ip-iconlist .ip-il-title {
    justify-content: flex-start;
  }
  .icon-placement .ip-iconlist .ip-il-box {
    justify-content: flex-start;
  }
}
@media (max-width: 499px) {
  .cabin-viewer {
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 499px) {
  #header .mainnavi {
    border-bottom: 0;
  }
}
.cta-image .cta-teaser .owl-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.image-slider-gallery .owl-nav {
  z-index: 1 !important;
}
.flip-flop-module .ffm-small .ffm-item {
  min-height: 300px !important;
}
#contact input.select-search {
  width: 100%;
  float: none;
  margin-bottom: 5px;
}
#contact .single .req {
  margin-left: 30%;
}
#contact .row label {
  word-break: break-word;
}
.generic-form .error-txt {
  display: none;
}
.generic-form .error .error-txt {
  display: block;
}
@media screen and (max-width: 499.98px) {
  #contact .single .req {
    margin-left: 0;
  }
  .stage-full-height .stage-desc ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }
  .stage-full-height .stage-desc ul li {
    max-width: 100%;
    line-height: 7px;
    display: flex;
  }
  .stage-full-height .stage-desc ul li i,
  .stage-full-height .stage-desc ul li img {
    display: block;
  }
  .stage-full-height .stage-desc ul li span {
    margin-right: 10px;
  }
  .stage-full-height .stage-desc ul li {
    line-height: 32px;
  }
  .blue-shadow,
  .section-divider h3,
  .stage-full-height .stage-text h1,
  .stage-full-height .stage-text p {
    border-radius: 0 !important;
  }
  .blue-shadow,
  .section-divider h3,
  .stage-full-height .stage-text h1,
  .stage-full-height .stage-text p {
    box-shadow: 30px 0 0 #00a0f0, -32px 0 0 #00a0f0;
  }
}
.blue-shadow,
.section-divider h3,
.stage-full-height .stage-text h1,
.stage-full-height .stage-text p {
  border-radius: 0 !important;
}
.headline-container {
  margin: 0 auto 0;
}
.lightbox-visible {
  display: none;
}
.mfp-container .lightbox-visible {
  display: block;
  height: inherit !important;
}
.lightbox-content .close,
.mfp-close {
  cursor: pointer;
  font-size: 0;
  height: 42px;
  line-height: 0;
  right: 16px;
  top: 160px;
  width: 42px;
  z-index: 100;
}
.lightbox-content .close:before,
.mfp-close:before {
  display: inline-block;
  font-family: var(--ad-font-family);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: underline;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lightbox-content .close:before,
.lightbox-content .close:hover:before,
.mfp-close:before,
.mfp-close:hover:before {
  text-decoration: none;
}
.lightbox-content .close:before,
.mfp-close:before {
  content: "\e606";
}
.lightbox-content .close:before,
.mfp-close:before {
  color: #00a0f0;
  font-size: 42px;
  line-height: 1;
}
body > .lightbox-content {
  background-color: var(--ad-primary-color);
}
.lightbox-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--ad-white-color);
  min-height: 100%;
  padding-top: 81.008px;
}
.lightbox-content.has-video {
  height: inherit;
}
.lightbox-content .lightbox-slider {
  position: relative;
}
.lightbox-content .flash-wrapper {
  height: 575px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .lightbox-content .flash-wrapper {
    height: 0;
    padding-bottom: 66.66%;
  }
}
.lightbox-content .flash-wrapper object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lightbox-content .content-fixed,
.lightbox-content .imagedata {
  margin: 0 auto;
  max-width: 67.5%;
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .lightbox-content .content-fixed,
  .lightbox-content .imagedata {
    width: 85%;
  }
}
.lightbox-content .content-fixed figure,
.lightbox-content .imagedata figure {
  text-align: center;
}
.lightbox-content .content-fixed figure img,
.lightbox-content .imagedata figure img {
  max-width: 100%;
}
.lightbox-content .content-fixed .info,
.lightbox-content .imagedata .info {
  background-color: var(--ad-white-color);
  margin: 0;
  padding: 7.104px 16px 0;
  text-align: left;
}
.lightbox-content .content-fixed .info:after,
.lightbox-content .content-fixed .info:before,
.lightbox-content .imagedata .info:after,
.lightbox-content .imagedata .info:before {
  content: "";
  display: table;
}
.lightbox-content .content-fixed .info:after,
.lightbox-content .imagedata .info:after {
  clear: both;
}
.lightbox-content .content-fixed .info:after,
.lightbox-content .content-fixed .info:before,
.lightbox-content .imagedata .info:after,
.lightbox-content .imagedata .info:before {
  content: " ";
  display: table;
}
.lightbox-content .content-fixed .info:after,
.lightbox-content .imagedata .info:after {
  clear: both;
}
.lightbox-content .content-fixed .info:after,
.lightbox-content .imagedata .info:after {
  background-color: #d9dee8;
  content: "";
  height: 1px;
  width: 100%;
}
.lightbox-content .content-fixed .info small,
.lightbox-content .imagedata .info small {
  color: #78879b;
  display: block;
  font-size: 0.75em;
  line-height: 1.33333333em;
  margin-bottom: 24px;
}
.lightbox-content .content-fixed .info .terms-link,
.lightbox-content .imagedata .info .terms-link {
  color: #00a0f0;
  cursor: pointer;
  float: left;
  margin-right: 2em;
  margin-bottom: 10.672px;
  text-decoration: none;
}
.no-js .lightbox-content .content-fixed .info .terms-link,
.no-js .lightbox-content .imagedata .info .terms-link {
  display: none;
}
.lightbox-content .content-fixed .info .terms-link:after,
.lightbox-content .imagedata .info .terms-link:after {
  display: inline-block;
  font-family: var(--ad-font-family);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: underline;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lightbox-content .content-fixed .info .terms-link:after,
.lightbox-content .content-fixed .info .terms-link:hover:after,
.lightbox-content .imagedata .info .terms-link:after,
.lightbox-content .imagedata .info .terms-link:hover:after {
  text-decoration: none;
}
.lightbox-content .content-fixed .info .terms-link:after,
.lightbox-content .imagedata .info .terms-link:after {
  content: "\e638";
}
.lightbox-content .content-fixed .info .terms-link:active,
.lightbox-content .content-fixed .info .terms-link:focus,
.lightbox-content .content-fixed .info .terms-link:hover,
.lightbox-content .imagedata .info .terms-link:active,
.lightbox-content .imagedata .info .terms-link:focus,
.lightbox-content .imagedata .info .terms-link:hover {
  text-decoration: underline;
}
.lightbox-content .content-fixed .info .terms-link:after,
.lightbox-content .imagedata .info .terms-link:after {
  font-size: 12px;
  display: inline-block;
  margin-left: 4px;
  position: relative;
}
.lightbox-content .content-fixed .info .downloads,
.lightbox-content .imagedata .info .downloads {
  float: right;
  margin-bottom: 10.672px;
}
.lightbox-content .content-fixed .info .downloads a,
.lightbox-content .imagedata .info .downloads a {
  color: #00a0f0;
  margin-left: 24px;
  text-decoration: none;
}
.lightbox-content .content-fixed .info .downloads a:before,
.lightbox-content .imagedata .info .downloads a:before {
  display: inline-block;
  font-family: var(--ad-font-family);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: underline;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lightbox-content .content-fixed .info .downloads a:before,
.lightbox-content .content-fixed .info .downloads a:hover:before,
.lightbox-content .imagedata .info .downloads a:before,
.lightbox-content .imagedata .info .downloads a:hover:before {
  text-decoration: none;
}
.lightbox-content .content-fixed .info .downloads a:before,
.lightbox-content .imagedata .info .downloads a:before {
  content: "\e605";
}
.lightbox-content .content-fixed .info .downloads a:active,
.lightbox-content .content-fixed .info .downloads a:focus,
.lightbox-content .content-fixed .info .downloads a:hover,
.lightbox-content .imagedata .info .downloads a:active,
.lightbox-content .imagedata .info .downloads a:focus,
.lightbox-content .imagedata .info .downloads a:hover {
  text-decoration: underline;
}
.lightbox-content .content-fixed .info .downloads a:before,
.lightbox-content .imagedata .info .downloads a:before {
  font-size: 14px;
  font-weight: 700;
  margin-right: 2px;
  position: relative;
}
.lightbox-content .content-fixed figcaption,
.lightbox-content .imagedata figcaption {
  background-color: var(--ad-white-color);
  border-top: 1px solid rgb(255 255 255 / 0.6);
  color: #4b5564;
  padding: 24px 16px;
  text-align: left;
}
.lightbox-content .content-fixed figcaption h3,
.lightbox-content .imagedata figcaption h3 {
  font-size: 1.5em;
  line-height: 1.375em;
  color: var(--ad-primary-color);
  font-weight: 400;
  margin: 0 0 10.672px;
}
.lightbox-content .content-fixed figcaption p,
.lightbox-content .imagedata figcaption p {
  margin: 0 0 10.672px;
}
.lightbox-content .content-fixed .termsofuse,
.lightbox-content .imagedata .termsofuse {
  background-color: rgb(255 255 255 / 0.95);
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #4b5564;
  display: none;
  min-height: 100%;
  left: 0;
  opacity: 0;
  right: 0;
  overflow-y: auto;
  padding: 10% 16.5% 5% 16.5%;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 200;
}
.lightbox-content .content-fixed .termsofuse.visible,
.lightbox-content .imagedata .termsofuse.visible {
  display: block;
  opacity: 1;
}
.lightbox-content .content-fixed .termsofuse .headline,
.lightbox-content .imagedata .termsofuse .headline {
  color: var(--ad-primary-color);
  font-size: 1.5em;
  line-height: 1.375em;
  margin: 0 0 10.672px;
}
.lightbox-content .content-fixed .termsofuse p,
.lightbox-content .imagedata .termsofuse p {
  margin: 0 0 16px;
}
.lightbox-content .content-fixed .termsofuse a,
.lightbox-content .imagedata .termsofuse a {
  border-bottom: 1px solid #00a0f0;
  color: #00a0f0;
  padding-bottom: 0;
  text-decoration: none;
}
.lightbox-content .content-fixed .termsofuse a.close-link,
.lightbox-content .imagedata .termsofuse a.close-link {
  border-bottom: 0 none;
  font-size: 1.125em;
  line-height: 1.44444444em;
  float: right;
  margin-top: 24px;
}
.lightbox-content .content-fixed .termsofuse a.close-link:after,
.lightbox-content .imagedata .termsofuse a.close-link:after {
  display: inline-block;
  font-family: var(--ad-font-family);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: underline;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lightbox-content .content-fixed .termsofuse a.close-link:after,
.lightbox-content .content-fixed .termsofuse a.close-link:hover:after,
.lightbox-content .imagedata .termsofuse a.close-link:after,
.lightbox-content .imagedata .termsofuse a.close-link:hover:after {
  text-decoration: none;
}
.lightbox-content .content-fixed .termsofuse a.close-link:after,
.lightbox-content .imagedata .termsofuse a.close-link:after {
  content: "\e659";
}
.lightbox-content .content-fixed .termsofuse a.close-link:after,
.lightbox-content .imagedata .termsofuse a.close-link:after {
  margin-left: 11px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  top: 1px;
}
.lightbox-content .content-fixed .termsofuse a.close-link:active,
.lightbox-content .content-fixed .termsofuse a.close-link:focus,
.lightbox-content .content-fixed .termsofuse a.close-link:hover,
.lightbox-content .imagedata .termsofuse a.close-link:active,
.lightbox-content .imagedata .termsofuse a.close-link:focus,
.lightbox-content .imagedata .termsofuse a.close-link:hover {
  text-decoration: underline;
}
.lightbox-content .content-fixed .termsofuse a:active,
.lightbox-content .content-fixed .termsofuse a:focus,
.lightbox-content .content-fixed .termsofuse a:hover,
.lightbox-content .imagedata .termsofuse a:active,
.lightbox-content .imagedata .termsofuse a:focus,
.lightbox-content .imagedata .termsofuse a:hover {
  border-bottom: 0 none;
}
.lightbox-content .owl-next,
.lightbox-content .owl-prev {
  color: #00a0f0;
  font-size: 36px;
  height: 70px;
  line-height: 70px;
  padding-top: 30px;
  position: fixed;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50px;
  z-index: 100;
}
.lightbox-content .owl-next:before,
.lightbox-content .owl-prev:before {
  display: inline-block;
  font-family: var(--ad-font-family);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: underline;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lightbox-content .owl-next:before,
.lightbox-content .owl-next:hover:before,
.lightbox-content .owl-prev:before,
.lightbox-content .owl-prev:hover:before {
  text-decoration: none;
}
.lightbox-content .owl-next:before,
.lightbox-content .owl-prev:before {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
}
.lightbox-content .owl-next:active,
.lightbox-content .owl-next:hover,
.lightbox-content .owl-prev:active,
.lightbox-content .owl-prev:hover {
  opacity: 0.6;
}
.lightbox-content .owl-next.disabled,
.lightbox-content .owl-prev.disabled {
  display: none;
}
.lt-ie9 .lightbox-content .owl-next,
.lt-ie9 .lightbox-content .owl-prev {
  font-size: 36px;
  height: 70px;
  line-height: 70px;
  padding-top: 30px;
}
.lightbox-content .owl-prev {
  left: 24px;
}
.lightbox-content .owl-prev:before {
  content: "\e61d";
}
.lightbox-content .owl-next {
  right: 24px;
}
.lightbox-content .owl-next:before {
  content: "\e61a";
}
.lightbox-content .pager {
  color: var(--ad-white-color);
  left: 16px;
  position: absolute;
  top: -55px;
}
.lightbox-content .panorama-container {
  background-color: #00a0f0;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.lightbox-content .panorama-container .cycle {
  background-size: auto 100% !important;
  background-repeat: no-repeat;
  height: 500px;
}
.lightbox-content .panorama-container .cycle.navi-arrow-active {
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  -o-transition: background-position 1s;
  transition: background-position 1s;
}
.ie9 .lightbox-content .panorama-container .cycle,
.lt-ie9 .lightbox-content .panorama-container .cycle {
  background-size: cover !important;
}
.lightbox-content .panorama-container .panorama-nav .next,
.lightbox-content .panorama-container .panorama-nav .prev {
  color: #00a0f0;
  font-size: 54px;
  height: 70px;
  line-height: 70px;
  padding-top: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50px;
  z-index: 100;
  margin-top: -35px;
  position: absolute;
  cursor: pointer;
}
.lightbox-content .panorama-container .panorama-nav .next:before,
.lightbox-content .panorama-container .panorama-nav .prev:before {
  display: inline-block;
  font-family: var(--ad-font-family);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: underline;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lightbox-content .panorama-container .panorama-nav .next:before,
.lightbox-content .panorama-container .panorama-nav .next:hover:before,
.lightbox-content .panorama-container .panorama-nav .prev:before,
.lightbox-content .panorama-container .panorama-nav .prev:hover:before {
  text-decoration: none;
}
.lightbox-content .panorama-container .panorama-nav .next:active,
.lightbox-content .panorama-container .panorama-nav .next:hover,
.lightbox-content .panorama-container .panorama-nav .prev:active,
.lightbox-content .panorama-container .panorama-nav .prev:hover {
  cursor: pointer;
}
.lightbox-content .panorama-container .panorama-nav .next:active:before,
.lightbox-content .panorama-container .panorama-nav .next:hover:before,
.lightbox-content .panorama-container .panorama-nav .prev:active:before,
.lightbox-content .panorama-container .panorama-nav .prev:hover:before {
  opacity: 0.6;
}
.touch .lightbox-content .panorama-container .panorama-nav .next:active:before,
.touch .lightbox-content .panorama-container .panorama-nav .next:hover:before,
.touch .lightbox-content .panorama-container .panorama-nav .prev:active:before,
.touch .lightbox-content .panorama-container .panorama-nav .prev:hover:before {
  opacity: 1;
}
.lightbox-content .panorama-container .panorama-nav .next:before,
.lightbox-content .panorama-container .panorama-nav .prev:before {
  position: absolute;
  top: 17px;
}
.lightbox-content .panorama-container .panorama-nav .prev {
  left: 0;
}
.lightbox-content .panorama-container .panorama-nav .prev:before {
  content: "\e61d";
}
.lightbox-content .panorama-container .panorama-nav .prev:before {
  left: 14px;
}
.lightbox-content .panorama-container .panorama-nav .next {
  right: 0;
}
.lightbox-content .panorama-container .panorama-nav .next:before {
  content: "\e61a";
}
.lightbox-content .panorama-container .panorama-nav .next:before {
  right: 14px;
}
.lightbox-content .panorama-container.overflow-y {
  overflow-y: auto;
  overflow-x: hidden;
}
.lightbox-content .content-fixed {
  background-color: var(--ad-white-color);
  width: 100%;
  z-index: 20;
}
.lightbox-content .content-fixed .info,
.lightbox-content .content-fixed figcaption {
  max-width: 60%;
  margin: 0 auto;
}
.lightbox-content .content-fixed .termsofuse {
  top: 81.008px;
}
.mfp-container .lightbox-visible #lightbox-content {
  opacity: 0;
  transition: opacity 50ms ease;
}
.standard-container {
  width: auto;
  max-width: 1334px;
  top: 0;
  bottom: 0;
  padding: 0 16px;
  margin: 0 auto;
}
ol,
ul {
  list-style: none;
}
.container_po {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container_po {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container_po {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container_po {
    width: 1170px;
  }
}
.container_po-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row_po {
  margin-right: -15px;
  margin-left: -15px;
}
.row_po-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row_po-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:after,
.clearfix:before,
.container_po-fluid:after,
.container_po-fluid:before,
.container_po:after,
.container_po:before,
.row_po:after,
.row_po:before {
  display: table;
  content: " ";
}
.clearfix:after,
.container_po-fluid:after,
.container_po:after,
.row_po:after {
  clear: both;
}
.product__container {
  width: 100%;
  min-width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.product__container.full-height .product__field--item {
  height: 310px;
  background-size: cover;
}
.product__container.half-height .product__field--item {
  height: 150px;
  background-size: cover;
}
.zoho-survey {
  width: 100%;
  min-height: 480px;
  margin-bottom: 40px;
}
#stage .zoho-survey {
  display: block;
  max-width: 1334px;
  min-height: 600px;
  margin: 0 auto;
}
#main #content .zoho-survey {
  min-height: 600px;
}
#full-width .zoho-survey {
  min-height: 600px;
}
.product__field {
  height: 340px;
  min-height: 340px;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product__field,
.product__field--header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product__field--header {
  margin-bottom: 5px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product__field--header:first-child {
  -webkit-box-shadow: -13px 0 0 0 var(--ad-white-color);
  box-shadow: -13px 0 0 0 var(--ad-white-color);
}
.product__field--header--text {
  margin: 0 !important;
  background: #00a0f0;
  color: var(--ad-white-color);
  right: 10%;
  width: 200px;
  text-align: center;
  padding: 8px 15px;
  font-weight: 600;
  text-transform: lowercase;
  font-size: 1rem;
  line-height: 1.3;
}
.product__field--header--icon {
  width: 20px;
  height: 20px;
}
.product__field--item {
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 2px solid var(--ad-white-color);
  width: 100%;
  min-width: 100%;
  height: 97px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 2px rgb(164 217 243 / 0.25);
  box-shadow: 0 3px 2px rgb(164 217 243 / 0.25);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-background-size: 55% 55%;
  background-size: 65%;
}
.product__field--item:hover {
  -webkit-background-size: 65% 65%;
  background-size: 65%;
}
.product__field--item:hover .product__overlay--dark {
  left: -20%;
}
.product__overlay--dark {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: -40%;
  left: -10%;
  width: 60%;
  height: 160%;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  background: var(--ad-white-color);
}
.product__paragraph {
  margin: 0 !important;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 500;
  color: var(--ad-primary-color);
}
.product__info {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #00a0f0;
}
.product__info h3 {
  margin: 0;
  line-height: 1.3;
}
.product .left-side {
  padding: 105px 25px 0;
  position: relative;
  border-right: 5px solid var(--ad-white-color);
}
.product .left-side img {
  display: none;
}
.product.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product .info-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  cursor: pointer;
  background: var(--ad-white-color);
  text-align: center;
}
.product .info-icon:hover {
  opacity: 1;
}
.product .label {
  position: absolute;
  background: #00a0f0;
  color: var(--ad-white-color);
  right: 0;
  width: 150px;
  text-align: center;
  padding: 8px 15px;
  font-weight: 600;
  text-transform: lowercase;
  font-size: 1rem;
  line-height: 1.3;
  transform: translateX(-25%);
}
.product .label.label-top {
  top: 200px;
}
.product .label.label-middle {
  top: 500px;
}
.product .label.label-bottom {
  top: 800px;
}
.equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.gray {
  background: #eef4ff;
}
.blue {
  background: #00a0f0;
}
.border-white {
  border: 5px solid var(--ad-white-color);
}
.border-blue {
  border: 5px solid #00a0f0;
}
.border-gray {
  border: 5px solid #d9dee8;
}
.border-white-1 {
  border: 1px solid var(--ad-white-color);
}
.border-blue-1 {
  border: 1px solid #00a0f0;
}
.border-gray-1 {
  border-left: 2px solid #d9dee8;
  border-top: 2px solid #d9dee8;
}
.border-gray-1:nth-child(3n) {
  border-right: 2px solid #d9dee8;
}
.border-gray-1:nth-child(n + 7) {
  border-bottom: 2px solid #d9dee8;
}
.item-border-blue {
  border: 2px solid #00a0f0;
}
.item-border-gray {
  border: 2px solid #d9dee8;
}
.item-border-white {
  border: 2px solid var(--ad-white-color);
}
.product__field--header.gray:first-child {
  -webkit-box-shadow: -13px 0 0 0 #eef4ff !important;
  box-shadow: -13px 0 0 0 #eef4ff !important;
}
.product__field.border-white:nth-last-child(-n + 3) {
  border-bottom: none;
}
@media (min-width: 992px) {
  .product__field.br-none {
    border-right: none;
  }
}
.detail-claim,
.detail-contact,
.detail-image,
.detail-link,
.detail-text {
  visibility: hidden;
}
#productModal {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  z-index: 9999;
}
.modal__background__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 0.9);
  z-index: 999;
}
.dnone {
  display: none;
}
.scroll-hidden {
  overflow-y: hidden;
}
.modal__card {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.4);
  min-height: 300px;
}
.modal__header {
  margin-bottom: 5px;
  width: 70%;
}
.modal__header h2 {
  margin: 20px 0 0;
  display: inline-block;
}
.modal__header div.modal__text__span {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5px;
  display: inline-block;
}
.modal__header span {
  line-height: 1.2;
  color: var(--ad-white-color);
  width: auto;
}
.modal__header h2 {
  line-height: 1.2;
  color: var(--ad-white-color);
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
.modal__header span {
  margin-left: 0;
}
.modal__body {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--ad-white-color);
  padding: 20px;
}
.modal__body,
.modal__body--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal__body--item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal__body--item img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.modal__body--item-spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.3;
  margin: 10px 0 50px 0;
  width: 100%;
}
.modal__body--item-spec span:first-child {
  font-weight: 600;
}
.modal__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.modal__footer a.button {
  color: var(--ad-white-color);
  text-decoration: none !important;
  margin-bottom: 20px;
  border: none !important;
}
.modal__footer a.button:hover {
  background: #a31aff !important;
}
#closeModal {
  position: absolute;
  font-weight: 700;
  top: 10px;
  right: 10px;
  font-size: 2rem;
  cursor: pointer;
  color: var(--ad-white-color);
  z-index: 99999;
}
.active-modal {
  display: block !important;
}
.product_overview_cta {
  margin: 36px auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.product_overview_cta a.modal-btn-two {
  border-left: 16px solid var(--ad-white-color) !important;
  border-right: 16px solid var(--ad-white-color) !important;
  background-color: #7000bd;
  display: inline-block;
  cursor: pointer;
  min-width: 160px;
  font-size: 15px !important;
  font-family: tktype, Arial, Verdana, sans-serif;
  text-decoration: none !important;
  line-height: 1.375 !important;
  text-align: center;
  color: var(--ad-white-color) !important;
  padding: 8px 16px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s;
}
.product_overview_cta a.modal-btn-two:hover {
  border-left: 16px solid var(--ad-white-color) !important;
  border-right: 16px solid var(--ad-white-color) !important;
}
.product_overview_cta a:after {
  border-top: 1px solid #d9dee8;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.product_overview_lm {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 !important;
  color: var(--ad-white-color);
  background: #00a0f0;
  padding: 0 5px;
  font-size: 16px;
}
.product_overview_lm a {
  color: var(--ad-white-color) !important;
  text-decoration: none !important;
}
.single-label {
  font-size: var(--ad-font-size) !important;
  margin: 25px 0 !important;
}
@media (max-width: 991px) {
  .product .left-side,
  div.col-md-4.product__field--header.gray {
    display: none;
  }
  #metainfo .links li.share .icons::before,
  #metainfo .links li.share .icons:hover::before {
    text-decoration: none;
    font-size: 18px;
  }
  .product .right-side {
    width: 100%;
  }
  .product__field {
    height: auto;
  }
  #productModal {
    width: 97%;
  }
  .modal__footer .button {
    min-width: 130px;
  }
  .product__field.border-white:nth-child(3n + 3) {
    border: 5px solid var(--ad-white-color);
  }
}
@media (max-width: 900px) {
  #metainfo .links li.share {
    display: flex;
  }
  #metainfo .links li.share .icons::before {
    display: block;
    font-family: var(--ad-font-family);
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: -25px;
    margin-left: 5px;
    margin-top: -3px;
  }
}
@media (min-width: 813px) {
  .product-overview-leves {
    display: none;
  }
  .rise__type {
    display: none;
  }
}
.product-overview-leves {
  border-left: 3px solid #00a0f0;
  padding-left: 5px;
}
@media (min-width: 568px) and (max-width: 991px) {
  .product__overlay--dark {
    transform: rotate(9deg);
    top: -100%;
    height: 250%;
  }
}
.middle-grey,
.middle-grey div {
  background-color: #d9dee8 !important;
  color: #78879b !important;
}
@media (max-width: 991px) {
  #productModal {
    max-height: 80vh;
    overflow-y: auto;
  }
  .modal__header {
    width: 100%;
  }
  h1.product_overview {
    padding-left: 10px;
  }
  .product__field--item:hover .product__overlay--dark {
    left: -10%;
  }
  .if_product_is_empty {
    display: none;
  }
  .product__field.border-white:nth-last-child(-n + 3) {
    border-bottom: 5px solid var(--ad-white-color);
  }
}
.rise__type {
  background: #7000bd;
  color: var(--ad-white-color);
  margin: 5px 0;
  padding-left: 10px;
}
.news__hero {
  height: 450px;
  background-size: cover;
}
.news__hero p.subheadline {
  -moz-box-shadow: 16px 0 0 #00a0f0, -16px 0 0 #00a0f0;
  -webkit-box-shadow: 16px 0 0 #00a0f0, -16px 0 0 #00a0f0;
  box-shadow: 16px 0 0 #00a0f0, -16px 0 0 #00a0f0;
  border-radius: 1px;
  background-color: #00a0f0;
  box-decoration-break: clone;
  color: var(--ad-white-color);
  font-size: 16px;
  line-height: 1.39506173em;
  display: inline;
  left: 16px;
  position: relative;
  padding: 7px 0;
}
.news__detail__headline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news__detail__headline .info,
.news__detail__headline h1,
.news__detail__headline h3 {
  width: 100% !important;
}
.news__detail__headline h3 {
  margin-top: 0 !important;
  margin-bottom: 24px;
}
.news__detail__headline span {
  font-style: italic;
  color: #78879b;
}
.news__detail__footer {
  display: flex;
  justify-content: space-between;
}
.standard-container section.news_detail_media img {
  width: 100% !important;
}
.news_detail_media {
  padding-top: 0 !important;
}
@media (max-width: 1024px) {
  .news_detail_media {
    min-height: 350px !important;
    height: auto !important;
    padding: 0 !important;
  }
}
@media (max-width: 499px) {
  .news__detail__download {
    margin-bottom: 10px;
    width: 100%;
  }
  .news_detail_media {
    min-height: 160px !important;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}
.news__slider .main {
  width: 100%;
  margin: 0 auto;
}
.news__slider .news_owerview__slider {
  margin: auto;
}
.news__slider h1 {
  font-size: var(--ad-font-size);
  font-weight: 400;
  text-align: left;
}
.news__slider .card_image img {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  margin-top: 0 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  opacity: 0.9;
}
.news__slider .cards_item {
  margin-bottom: 8px;
  -ms-flex: 25%;
  flex: 25%;
  padding: 0 10px;
}
.news__slider .cards_item .card_image {
  background-color: var(--ad-primary-color);
}
@media (min-width: 500px) {
  .news__slider .cards_item:hover .card_image img {
    transition-delay: 50ms;
    opacity: 0;
  }
}
.news__slider .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.news__slider .card {
  position: relative;
  background: var(--ad-white-color);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
}
.news__slider .big__card {
  width: 100%;
  height: 390px;
}
.news__slider .small__card {
  width: 100%;
  height: 390px;
}
.news__slider .card_content {
  width: 100%;
  padding: 30px 20px;
  background: 0 0;
  position: relative;
}
.news__slider .card_title {
  width: 100%;
  color: var(--ad-white-color);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 30px 0 35px 0;
  min-height: 52px;
}
.news__slider .card-date {
  text-align: left;
  margin: auto;
  font-size: 12px;
  color: var(--ad-white-color);
  text-transform: uppercase;
  position: absolute;
  top: 16px;
  left: 28px;
}
.news__slider .card_text {
  color: var(--ad-white-color);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}
.news__slider .made_by {
  font-weight: 400;
  font-size: 13px;
  margin-top: 35px;
  text-align: center;
}
.news__slider .card_image {
  position: absolute;
  overflow: hidden;
  height: 390px;
}
.news__slider .card-title {
  position: absolute;
  bottom: 10%;
  left: 0;
  margin: 0;
  background: #00a0f0;
  color: var(--ad-white-color);
  padding: 3px;
  padding-left: 20px;
  min-width: 50%;
  max-width: 80%;
  font-size: 15px;
  text-transform: uppercase;
  display: none;
}
.news__slider .card-content-layout {
  bottom: 0;
  width: 100%;
}
.news__slider .card-content-layout,
.subtitle-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news__slider .card-socials {
  width: 30%;
  margin: auto;
  margin-right: 0;
  text-align: right;
}
.news__slider .card-social-icon {
  font-size: var(--ad-font-size);
  color: #798595;
}
.news__slider .card-social-icon:hover {
  color: #4d535d;
}
.news__slider .card-tags {
  margin: 0;
  font-size: 13px;
}
.news__slider .card-tags a {
  text-decoration: none;
  color: #798595;
}
.news__slider .card-tags a:hover {
  text-decoration: none;
  color: #4d535d;
}
.news__slider .card_icon_link {
  display: flex;
  font-size: 12px;
}
.news__slider .card_icon_link .icon_link_image {
  margin: auto;
  padding-right: 5px;
}
.news__slider .card_icon_link span {
  font-size: 9px;
}
.news__slider .card_icon_link img {
  border-radius: 50%;
  width: 30px;
  height: auto;
  margin: auto;
}
.news__slider .card_icon_link a {
  text-decoration: none;
  color: #1c202b;
}
.news__slider {
  text-align: center;
  position: relative;
  margin-bottom: 35px !important;
}
.news__slider a {
  text-decoration: none !important;
}
.news__slider img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.news__slider .owl-stage {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 725px !important;
  margin: 50px auto;
  align-content: flex-start;
  text-align: left;
}
@media (max-width: 499px) {
  .news__slider .owl-stage {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    height: 400px !important;
  }
  .news__slider .small__card {
    height: 380px !important;
  }
  .news__slider .card_image img {
    width: 499px;
  }
}
.news__slider .slick-dots {
  text-align: center;
  display: block;
  order: 1;
  margin: 0 0 0 30px !important;
}
.news__slider .slick-controls {
  margin: 10px auto 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  .news__slider .slick-dots {
    display: none !important;
  }
  .news__slider .slick-controls {
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .new-text-block.text-large h3 {
    font-size: 30px !important;
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .new-text-block.text-large h3 {
    font-size: var(--ad-font-size) !important;
    padding-bottom: 15px;
    text-align: left;
    padding-left: 20px;
  }
}
@media (max-width: 500px) {
  .new-text-block.text-large h3 {
    font-size: 22px !important;
    padding-bottom: 30px;
  }
}
.news__slider .slick-controls .slick-dots > li {
  float: left;
  cursor: pointer;
  padding: 5px;
  margin-right: 10px;
  font-size: 18px;
  font-family: tketypemono;
}
.news__slider .slick-controls .slick-dots li a {
  color: #daa3ff !important;
}
.news__slider .slick-controls .slick-dots li button {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #d9dee8;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 0;
  background: var(--ad-white-color);
}
.news__slider .slick-controls .slick-dots li.slick-active button {
  background: #00a0f0 !important;
  outline: 0 !important;
  border-color: #00a0f0;
}
.news__slider .slick-controls .slick-dots li.slick-active a {
  color: #7000bd !important;
  border-bottom: 2px solid #7000bd;
}
.news__slider .slick-controls .slick-nav {
  display: flex;
  align-items: center;
  gap: 50px;
  font-family: var(--ad-font-family);
  font-size: 28px;
  line-height: 30px;
  color: var(--ad-white-color);
  padding: 0;
  order: 2;
}
.news__slider .slick-nav .slick-prev {
  left: -35px;
}
.news__slider .slick-nav .slick-next {
  right: -35px;
}
.news__slider .slick-controls .slick-nav .slick-next,
.news__slider .slick-controls .slick-nav .slick-prev {
  font-size: 0;
  border: none;
  background: unset !important;
}
.slick-prev:before {
  content: "";
}
.slick-next:before {
  content: "";
}
.slick-next:before,
.slick-prev:before {
  font-size: 25px;
  color: #7000bd;
  cursor: pointer;
  font-family: var(--ad-font-family);
  font-weight: 600;
  text-decoration: none;
  outline: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: unset !important;
}
@media screen and (max-width: 800px) {
  .news__slider .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .news__slider .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.news_detail p {
  font-size: 18px;
}
.news_detail figure {
  position: relative;
}
.news_detail figure span.new_detail_caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  background: rgb(26 51 76 / 0.6);
  color: var(--ad-white-color);
  padding: 5px;
  right: 0;
}
.news_detail_reverse {
  display: flex;
  flex-wrap: wrap;
}
.news_detail_reverse .news__detail__headline {
  order: 1;
}
.news_detail_reverse #full-width {
  order: 2;
}
.news_detail_reverse .section-divider {
  order: 3;
}
.modern-modal-trigger {
  width: 0;
  height: 0;
  z-index: -1;
  visibility: hidden;
}
.modern-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(217 222 232 / 0.875);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
.modern-modal.show {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.modern-modal .mm-container {
  overflow: hidden;
  width: 94%;
  max-width: 600px;
  border-radius: 10px;
  background-color: var(--ad-white-color);
}
.modern-modal .mm-header {
  display: block;
  position: relative;
  padding: 20px;
  margin: 0;
  background-color: #00a0f0;
}
.modern-modal .mm-header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -20px;
  border-left: 20px solid #fff0;
  border-right: 20px solid #fff0;
  border-top: 20px solid #00a0f0;
}
.modern-modal .mm-header img {
  display: block;
  max-width: 128px;
  margin: 0 auto;
}
.modern-modal .mm-body {
  text-align: center;
  padding: 60px 20px;
}
.modern-modal .mm-body h3 {
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  line-height: 1.375em;
  color: #78879b;
  margin: 0 0 32px;
}
.modern-modal .mm-body .button.grey {
  color: #00a0f0 !important;
  border-color: #eef0f2 !important;
  background-color: #eef0f2 !important;
}
.modern-modal .mm-body .button.grey:hover {
  color: var(--ad-white-color) !important;
  border-color: #78879b !important;
  background-color: #78879b !important;
}
@media (max-width: 500px) {
  .modern-modal .mm-header {
    padding: 16px;
  }
  .modern-modal .mm-header::after {
    bottom: -14px;
    margin: 0 0 0 -14px;
    border-left: 14px solid #fff0;
    border-right: 14px solid #fff0;
    border-top: 14px solid #00a0f0;
  }
  .modern-modal .mm-header img {
    max-width: 92px;
  }
  .modern-modal .mm-body {
    text-align: center;
    padding: 30px 20px 15px 20px;
  }
  .modern-modal .mm-body h3 {
    font-size: 1.35em;
    margin: 0 0 20px;
  }
  .modern-modal .mm-body .button {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media (max-height: 480px) {
  .modern-modal .mm-header {
    padding: 16px;
  }
  .modern-modal .mm-header::after {
    bottom: -14px;
    margin: 0 0 0 -14px;
    border-left: 14px solid #fff0;
    border-right: 14px solid #fff0;
    border-top: 14px solid #00a0f0;
  }
  .modern-modal .mm-header img {
    max-width: 92px;
  }
  .modern-modal .mm-body {
    padding: 30px 20px 30px;
  }
  .modern-modal .mm-body h3 {
    font-size: 1.35em;
    margin: 0 0 20px;
  }
}
@media (max-height: 420px) {
  .modern-modal .mm-header {
    padding: 10px;
  }
  .modern-modal .mm-body {
    padding: 25px 20px 25px;
  }
  .modern-modal .mm-body h3 {
    font-size: 1.125em;
    margin: 0 0 15px;
  }
}
.press-filters {
  width: 49%;
  float: left;
}
.press-filters .filter .selects {
  width: 100% !important;
}
.press-input {
  width: 49%;
  float: right;
}
.press-input input[type="text"] {
  width: 100%;
}
.press-input a {
  float: right;
}
.blue_underline_big {
  box-shadow: inset 0 -3px var(--ad-white-color),
    inset 0 -13px rgb(112 0 189 / 0.4);
}
.blue_underline_small {
  box-shadow: inset 0 -3px var(--ad-white-color),
    inset 0 -7px rgb(112 0 189 / 40%) !important;
}
ol,
ul {
  list-style: none;
}
.standard-container {
  width: auto;
  max-width: 1345px;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0 auto;
}
.container-inner {
  width: auto;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.video-bg {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.big-con {
  width: 66.66667%;
  float: left;
  padding-right: 20px;
}
.big-con,
.sma-con {
  display: inline-block;
}
.sma-con {
  width: 33.33333%;
  margin-bottom: 80px;
}
.blue-shadow,
.section-divider h3,
.stage-full-height .stage-text h1,
.stage-full-height .stage-text p {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--ad-white-color);
  display: inline;
}
.stage-full-height.title-yellow-shadow .stage-text h1,
.stage-full-height.title-yellow-shadow .stage-text p,
.yellow-shadow {
  -webkit-box-shadow: 30px 0 0 #ffb400, -30px 0 0 #ffb400;
  box-shadow: 30px 0 0 #ffb400, -30px 0 0 #ffb400;
  background-color: #ffb400;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--ad-white-color);
  display: inline;
}
.gray-shadow,
.stage-full-height.title-gray-shadow .stage-text h1,
.stage-full-height.title-gray-shadow .stage-text p {
  -webkit-box-shadow: 30px 0 0 #d9dee8, -30px 0 0 #d9dee8;
  box-shadow: 30px 0 0 #d9dee8, -30px 0 0 #d9dee8;
  background-color: #d9dee8;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--ad-primary-color);
  display: inline;
}
.stage-full-height.title-white-shadow .stage-text h1,
.stage-full-height.title-white-shadow .stage-text p,
.white-shadow {
  -webkit-box-shadow: 30px 0 0 var(--ad-white-color),
    -30px 0 0 var(--ad-white-color);
  box-shadow: 30px 0 0 var(--ad-white-color), -30px 0 0 var(--ad-white-color);
  background-color: var(--ad-white-color);
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--ad-primary-color);
  display: inline;
}
.overlay-dark,
.overlay-light,
.overlay-no,
.overlay-standard {
  display: block;
  position: relative;
}
.overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: unset;
  opacity: unset;
  z-index: 1;
  background-image: linear-gradient(
    rgb(0 0 0 / 0.3),
    rgb(0 0 0 / 0.35)
  ) !important;
}
.overlay-no .overlay-box {
  opacity: 1;
}
.overlay-light .overlay-box {
  opacity: 0.15;
}
.overlay-dark .overlay-box {
  opacity: 0.45;
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.loading-eclipse {
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lds-eclipse {
  position: relative;
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  -ms-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
.lds-eclipse div {
  position: absolute;
  -webkit-animation: lds-eclipse 1s linear infinite;
  animation: lds-eclipse 1s linear infinite;
  width: 120px;
  height: 120px;
  top: 40px;
  left: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 0 0 #7000bd;
  box-shadow: 0 4px 0 0 #7000bd;
  -webkit-transform-origin: 60px 62px;
  -ms-transform-origin: 60px 62px;
  transform-origin: 60px 62px;
}
.psv-container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: -webkit-radial-gradient(
    var(--ad-white-color) 0,
    #fdfdfd 16%,
    #fbfbfb 33%,
    #f8f8f8 49%,
    #efefef 66%,
    #dfdfdf 82%,
    #bfbfbf 100%
  );
  background: -o-radial-gradient(
    var(--ad-white-color) 0,
    #fdfdfd 16%,
    #fbfbfb 33%,
    #f8f8f8 49%,
    #efefef 66%,
    #dfdfdf 82%,
    #bfbfbf 100%
  );
  background: radial-gradient(
    var(--ad-white-color) 0,
    #fdfdfd 16%,
    #fbfbfb 33%,
    #f8f8f8 49%,
    #efefef 66%,
    #dfdfdf 82%,
    #bfbfbf 100%
  );
  overflow: hidden;
}
.psv-canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity linear 0.1s;
  transition: opacity 0.1s linear;
}
.psv-canvas {
  display: block;
}
.psv-loader-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.psv-loader {
  position: relative;
  text-align: center;
  color: rgb(61 61 61 / 0.7);
  width: 150px;
  height: 150px;
  border: 10px solid #fff0;
}
.psv-loader:before {
  content: "";
  height: 100%;
}
.psv-loader,
.psv-loader-image,
.psv-loader-text,
.psv-loader:before {
  display: inline-block;
  vertical-align: middle;
}
.psv-loader-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.psv-loader-text {
  font: 14px sans-serif;
}
.psv-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 90;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgb(61 61 61 / 0.5);
  -webkit-transition: bottom 0.1s ease-in-out;
  -o-transition: bottom ease-in-out 0.1s;
  transition: bottom 0.1s ease-in-out;
}
.psv-navbar--open {
  bottom: 0;
}
.psv-navbar,
.psv-navbar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.psv-caption {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  color: hsl(0 0% 100% / 0.7);
  overflow: hidden;
  text-align: center;
}
.psv-caption-icon {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.psv-caption-icon * {
  fill: hsl(0 0% 100% / 0.7);
}
.psv-caption-content {
  display: inline-block;
  padding: 10px;
  font: 16px sans-serif;
  white-space: nowrap;
}
.psv-button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px;
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
  background: 0 0;
  color: hsl(0 0% 100% / 0.7);
}
.psv-button--active {
  background: hsl(0 0% 100% / 0.2);
}
.psv-button--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.psv-button .psv-button-svg {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.psv-button .psv-button-svg * {
  fill: hsl(0 0% 100% / 0.7);
}
.psv-button--hover-scale:not(.psv-button--disabled):hover .psv-button-svg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.psv-hud {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 10;
}
.psv-hud,
.psv-hud-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.psv-hud-svg-container {
  top: 0;
  left: 0;
  z-index: 20;
}
.psv-marker {
  cursor: pointer;
  display: none;
}
.psv-marker--normal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.psv-marker--transparent {
  display: block;
  opacity: 0;
}
.psv-marker--visible {
  display: block;
}
.psv-panel {
  position: absolute;
  z-index: 90;
  right: 0;
  height: 100%;
  width: 400px;
  max-width: -webkit-calc(100% - 24px);
  max-width: calc(100% - 24px);
  background: rgb(10 10 10 / 0.7);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  cursor: default;
  margin-left: 9px;
}
.psv-container--has-navbar .psv-panel {
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
}
.psv-panel-close-button {
  display: none;
  position: absolute;
  top: 0;
  left: -24px;
  width: 24px;
  height: 24px;
  background: rgb(0 0 0 / 0.9);
}
.psv-panel-close-button:after,
.psv-panel-close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 15px;
  height: 1px;
  background-color: var(--ad-white-color);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: width, left, -webkit-transform;
  transition-property: width, left, -webkit-transform;
  -o-transition-property: width, left, transform;
  transition-property: width, left, transform;
  transition-property: width, left, transform, -webkit-transform;
}
.psv-panel-close-button:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.psv-panel-close-button:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.psv-panel-close-button:hover:after,
.psv-panel-close-button:hover:before {
  left: 0;
  width: 23px;
}
.psv-panel-close-button:hover:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.psv-panel-close-button:hover:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.psv-panel-resizer {
  display: none;
  position: absolute;
  top: 0;
  left: -9px;
  width: 9px;
  height: 100%;
  background-color: rgb(0 0 0 / 0.9);
  cursor: col-resize;
}
.psv-panel-resizer:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -14.5px;
  width: 1px;
  height: 1px;
  -webkit-box-shadow: 1px 0 var(--ad-white-color), 3px 0 var(--ad-white-color),
    5px 0 var(--ad-white-color), 1px 2px var(--ad-white-color),
    3px 2px var(--ad-white-color), 5px 2px var(--ad-white-color),
    1px 4px var(--ad-white-color), 3px 4px var(--ad-white-color),
    5px 4px var(--ad-white-color), 1px 6px var(--ad-white-color),
    3px 6px var(--ad-white-color), 5px 6px var(--ad-white-color),
    1px 8px var(--ad-white-color), 3px 8px var(--ad-white-color),
    5px 8px var(--ad-white-color), 1px 10px var(--ad-white-color),
    3px 10px var(--ad-white-color), 5px 10px var(--ad-white-color),
    1px 12px var(--ad-white-color), 3px 12px var(--ad-white-color),
    5px 12px var(--ad-white-color), 1px 14px var(--ad-white-color),
    3px 14px var(--ad-white-color), 5px 14px var(--ad-white-color),
    1px 16px var(--ad-white-color), 3px 16px var(--ad-white-color),
    5px 16px var(--ad-white-color), 1px 18px var(--ad-white-color),
    3px 18px var(--ad-white-color), 5px 18px var(--ad-white-color),
    1px 20px var(--ad-white-color), 3px 20px var(--ad-white-color),
    5px 20px var(--ad-white-color), 1px 22px var(--ad-white-color),
    3px 22px var(--ad-white-color), 5px 22px var(--ad-white-color),
    1px 24px var(--ad-white-color), 3px 24px var(--ad-white-color),
    5px 24px var(--ad-white-color), 1px 26px var(--ad-white-color),
    3px 26px var(--ad-white-color), 5px 26px var(--ad-white-color),
    1px 28px var(--ad-white-color), 3px 28px var(--ad-white-color),
    5px 28px var(--ad-white-color);
  box-shadow: 1px 0 var(--ad-white-color), 3px 0 var(--ad-white-color),
    5px 0 var(--ad-white-color), 1px 2px var(--ad-white-color),
    3px 2px var(--ad-white-color), 5px 2px var(--ad-white-color),
    1px 4px var(--ad-white-color), 3px 4px var(--ad-white-color),
    5px 4px var(--ad-white-color), 1px 6px var(--ad-white-color),
    3px 6px var(--ad-white-color), 5px 6px var(--ad-white-color),
    1px 8px var(--ad-white-color), 3px 8px var(--ad-white-color),
    5px 8px var(--ad-white-color), 1px 10px var(--ad-white-color),
    3px 10px var(--ad-white-color), 5px 10px var(--ad-white-color),
    1px 12px var(--ad-white-color), 3px 12px var(--ad-white-color),
    5px 12px var(--ad-white-color), 1px 14px var(--ad-white-color),
    3px 14px var(--ad-white-color), 5px 14px var(--ad-white-color),
    1px 16px var(--ad-white-color), 3px 16px var(--ad-white-color),
    5px 16px var(--ad-white-color), 1px 18px var(--ad-white-color),
    3px 18px var(--ad-white-color), 5px 18px var(--ad-white-color),
    1px 20px var(--ad-white-color), 3px 20px var(--ad-white-color),
    5px 20px var(--ad-white-color), 1px 22px var(--ad-white-color),
    3px 22px var(--ad-white-color), 5px 22px var(--ad-white-color),
    1px 24px var(--ad-white-color), 3px 24px var(--ad-white-color),
    5px 24px var(--ad-white-color), 1px 26px var(--ad-white-color),
    3px 26px var(--ad-white-color), 5px 26px var(--ad-white-color),
    1px 28px var(--ad-white-color), 3px 28px var(--ad-white-color),
    5px 28px var(--ad-white-color);
  background: 0 0;
}
.psv-panel-content {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #dcdcdc;
  font: 16px sans-serif;
  overflow: auto;
}
.psv-panel-content:not(.psv-panel-content--no-margin) {
  padding: 1em;
}
.psv-panel-content--no-interaction {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.psv-panel--open {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.psv-panel--open .psv-panel-close-button,
.psv-panel--open .psv-panel-resizer {
  display: block;
}
.psv-tooltip {
  position: absolute;
  z-index: 50;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 200px;
  background-color: rgb(61 61 61 / 0.8);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0.5em 1em;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.psv-tooltip-content {
  color: var(--ad-white-color);
  font: 14px sans-serif;
  text-shadow: 0 1px var(--ad-primary-color);
}
.psv-tooltip-arrow {
  position: absolute;
  height: 0;
  width: 0;
  border: 7px solid #fff0;
}
.psv-tooltip--bottom-center {
  -webkit-box-shadow: 0 3px 0 rgb(90 90 90 / 0.7);
  box-shadow: 0 3px 0 rgb(90 90 90 / 0.7);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--bottom-center .psv-tooltip-arrow {
  border-bottom-color: rgb(61 61 61 / 0.8);
}
.psv-tooltip--center-left {
  -webkit-box-shadow: -3px 0 0 rgb(90 90 90 / 0.7);
  box-shadow: -3px 0 0 rgb(90 90 90 / 0.7);
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--center-left .psv-tooltip-arrow {
  border-left-color: rgb(61 61 61 / 0.8);
}
.psv-tooltip--top-center {
  -webkit-box-shadow: 0 -3px 0 rgb(90 90 90 / 0.7);
  box-shadow: 0 -3px 0 rgb(90 90 90 / 0.7);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--top-center .psv-tooltip-arrow {
  border-top-color: rgb(61 61 61 / 0.8);
}
.psv-tooltip--center-right {
  -webkit-box-shadow: 3px 0 0 rgb(90 90 90 / 0.7);
  box-shadow: 3px 0 0 rgb(90 90 90 / 0.7);
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--center-right .psv-tooltip-arrow {
  border-right-color: rgb(61 61 61 / 0.8);
}
.psv-tooltip--bottom-left {
  -webkit-box-shadow: -3px 3px 0 rgb(90 90 90 / 0.7);
  box-shadow: -3px 3px 0 rgb(90 90 90 / 0.7);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--bottom-left .psv-tooltip-arrow {
  border-bottom-color: rgb(61 61 61 / 0.8);
}
.psv-tooltip--bottom-right {
  -webkit-box-shadow: 3px 3px 0 rgb(90 90 90 / 0.7);
  box-shadow: 3px 3px 0 rgb(90 90 90 / 0.7);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--bottom-right .psv-tooltip-arrow {
  border-bottom-color: rgb(61 61 61 / 0.8);
}
.psv-tooltip--top-left {
  -webkit-box-shadow: -3px -3px 0 rgb(90 90 90 / 0.7);
  box-shadow: -3px -3px 0 rgb(90 90 90 / 0.7);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--top-left .psv-tooltip-arrow {
  border-top-color: rgb(61 61 61 / 0.8);
}
.psv-tooltip--top-right {
  -webkit-box-shadow: 3px -3px 0 rgb(90 90 90 / 0.7);
  box-shadow: 3px -3px 0 rgb(90 90 90 / 0.7);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.psv-tooltip--top-right .psv-tooltip-arrow {
  border-top-color: rgb(61 61 61 / 0.8);
}
.psv-tooltip--visible {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.psv-notification {
  position: absolute;
  z-index: 100;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 2em;
  opacity: 0;
  -webkit-transition-property: opacity, bottom;
  -o-transition-property: opacity, bottom;
  transition-property: opacity, bottom;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.psv-notification-content {
  max-width: 50em;
  background-color: rgb(61 61 61 / 0.8);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0.5em 1em;
  font: 14px sans-serif;
  color: var(--ad-white-color);
}
.psv-notification--visible {
  opacity: 1;
  bottom: 80px;
}
.psv-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-radial-gradient(
    var(--ad-white-color) 0,
    #fdfdfd 16%,
    #fbfbfb 33%,
    #f8f8f8 49%,
    #efefef 66%,
    #dfdfdf 82%,
    #bfbfbf 100%
  );
  background: -o-radial-gradient(
    var(--ad-white-color) 0,
    #fdfdfd 16%,
    #fbfbfb 33%,
    #f8f8f8 49%,
    #efefef 66%,
    #dfdfdf 82%,
    #bfbfbf 100%
  );
  background: radial-gradient(
    var(--ad-white-color) 0,
    #fdfdfd 16%,
    #fbfbfb 33%,
    #f8f8f8 49%,
    #efefef 66%,
    #dfdfdf 82%,
    #bfbfbf 100%
  );
  opacity: 0.8;
}
.psv-overlay-image {
  margin-bottom: 4vh;
}
.psv-overlay-image svg {
  width: 50vw;
}
@media screen and (orientation: landscape) {
  .psv-overlay-image svg {
    width: 25vw;
  }
}
.psv-overlay-text {
  font: 30px sans-serif;
  text-align: center;
}
.psv-overlay-subtext {
  font: 20px sans-serif;
  opacity: 0.8;
  text-align: center;
}
.psv-markers-list-title {
  font: 24px sans-serif;
  margin: 1em 0;
  text-align: center;
  text-shadow: 2px 1px var(--ad-primary-color);
}
.psv-markers-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.psv-markers-list-item {
  clear: both;
  min-height: 20px;
  padding: 0.5em 1em;
  cursor: pointer;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.psv-markers-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
  margin-left: -10px;
}
.psv-markers-list-item:nth-child(odd),
.psv-markers-list-item:nth-child(odd):before {
  background: hsl(0 0% 100% / 0.1);
}
.psv-markers-list-item:nth-child(2n),
.psv-markers-list-item:nth-child(2n):before {
  background: 0 0;
}
.psv-markers-list-item:hover {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.psv-markers-list-image {
  float: left;
  width: 20px;
}
.psv-markers-list-name {
  margin: 0;
  padding: 0;
}
.psv-markers-list-image + .psv-markers-list-name {
  padding-left: calc(20px + 0.5em);
}
.psv-autorotate-button {
  width: 25px;
  height: 25px;
  padding: 7.5px;
}
.psv-zoom-button {
  cursor: default;
  width: 128px;
}
.psv-zoom-button-minus,
.psv-zoom-button-plus {
  float: left;
  position: relative;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.psv-zoom-button-minus .psv-button-svg,
.psv-zoom-button-plus .psv-button-svg {
  position: relative;
  top: 20%;
}
.psv-zoom-button-range {
  float: left;
  padding: 9.5px 8px;
}
.psv-zoom-button-line {
  position: relative;
  cursor: pointer;
  width: 80px;
  height: 1px;
  background: hsl(0 0% 100% / 0.7);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.psv-zoom-button-handle {
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: -3px;
  width: 7px;
  height: 7px;
  background: hsl(0 0% 100% / 0.7);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.psv-zoom-button:not(.psv-button--disabled):hover .psv-zoom-button-line {
  -webkit-box-shadow: 0 0 2px hsl(0 0% 100% / 0.7);
  box-shadow: 0 0 2px hsl(0 0% 100% / 0.7);
}
.psv-zoom-button:not(.psv-button--disabled):hover .psv-zoom-button-handle {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
@media (max-width: 600px) {
  .psv-zoom-button {
    width: auto;
    padding: 0;
  }
  .psv-zoom-button-range {
    display: none;
  }
  .psv-zoom-button-minus,
  .psv-zoom-button-plus {
    width: 20px;
    height: 20px;
    padding: 10px;
  }
  .psv-zoom-button-minus .psv-button-svg,
  .psv-zoom-button-plus .psv-button-svg {
    top: 0;
  }
}
@media (max-width: 600px) {
  .psv-is-touch .psv-zoom-button {
    display: none;
  }
}
.grid-sm-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.grid-sm-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.grid-sm-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-sm-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.grid-sm-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.grid-sm-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-sm-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.grid-sm-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.grid-sm-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-sm-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.grid-sm-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.grid-sm-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 499px) {
  .grid-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 980px) {
  .grid-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.asioso-container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.asioso-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.asioso-grid {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.button {
  display: inline-block;
  padding: 12px 42px !important;
  position: relative;
  cursor: pointer;
  min-width: 160px;
  font-size: 16px !important;
  font-family: tktype, Arial, Verdana, sans-serif;
  text-decoration: none !important;
  line-height: 1.2 !important;
  text-align: center;
  color: var(--ad-white-color) !important;
  margin: 0;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid var(--ad-white-color) !important;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.stage-button .lightbox a.button {
  display: initial;
}
.button.white,
.button:hover {
  color: #7000bd !important;
  border-color: #7000bd !important;
  background-color: var(--ad-white-color) !important;
}
.button.blue {
  border-color: #7000bd !important;
  background-color: #7000bd !important;
}
.button.white:hover {
  color: #a31aff !important;
  border-color: #a31aff !important;
  background-color: var(--ad-white-color) !important;
}
.button.blue:hover {
  color: var(--ad-white-color) !important;
  border-color: #a31aff !important;
  background-color: #a31aff !important;
}
.button:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 499.98px) {
  .button {
    padding: 8px 16px;
  }
}
.icon:before {
  content: "\e61c";
  display: inline-block;
  top: -10px;
  font-family: var(--ad-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 40px;
  vertical-align: middle;
  padding-bottom: 2px;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tk-icon.tk-bg-white:before {
  color: #7000bd;
  background-color: hsl(0 0% 100% / 0.8);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.tk-icon:before {
  display: inline-block;
  top: -10px;
  font-family: var(--ad-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 40px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tk-icon.tk-icon-speed:before {
  content: "\e61c";
}
.tk-icon.tk-icon-load:before {
  content: "\e639";
}
.tk-icon.tk-icon-height:before {
  content: "\e914";
}
.tk-icon.tk-icon-play:before {
  content: "\e624";
}
.tk-icon.tk-icon-zoom:before {
  content: "\e637";
}
.tk-icon.tk-icon-link:before {
  content: "\e641";
}
.stage-full-height {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}
.stage-full-height .stage-image {
  position: relative;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  background-position: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100% !important;
}
.stage-full-height .standard-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.stage-full-height iframe,
.stage-full-height video {
  position: absolute;
  top: 50% !important;
  bottom: unset !important;
  left: 50% !important;
  right: unset !important;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.stage-full-height .mi-player video {
  width: auto !important;
  height: auto !important;
}
.stage-full-height .mi-sfh-full-view {
  width: 100%;
  height: 100%;
}
.stage-full-height .mi-player {
  height: 100% !important;
  margin-bottom: 0 !important;
}
.stage-full-height .mi-content {
  height: 100% !important;
}
.stage-full-height .button {
  margin-top: 16px;
}
.stage-full-height .stage-text {
  display: block;
  max-width: 65%;
  position: absolute;
  z-index: 6;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  left: 11% !important;
}
.stage-full-height .stage-text h1 {
  font-family: tktype, Arial, Verdana, sans-serif;
  font-size: 3.375em;
  font-weight: 400;
  line-height: 1em;
  padding: 8px 0;
}
.stage-full-height .stage-text p {
  font-size: 2.25em;
  line-height: 1.5675em;
  display: inline-block;
  margin: 1px 0 4px;
  padding: 3px 1px;
}
.stage-full-height .stage-button {
  position: relative;
  z-index: 9;
  margin: 6px 0 0 -30px;
}
.stage-full-height .link-whole-stage {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  z-index: 1;
}
.stage-full-height .stage-desc {
  display: block;
  width: 1180px;
  max-width: 90%;
  position: absolute;
  z-index: 6;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.stage-full-height .stage-desc ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 !important;
}
.stage-full-height .stage-desc ul li {
  position: relative;
  min-width: 25%;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
  line-height: 40px;
  color: var(--ad-white-color);
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 5px;
  margin: 0 !important;
}
.stage-full-height .stage-desc ul li .tk-icon:before {
  padding-bottom: 2px;
  margin-right: 15px;
}
.stage-full-height .stage-desc ul li span {
  font-size: var(--ad-font-size);
  font-weight: 700;
  margin-right: 15px;
  line-height: 40px;
}
.stage-full-height .stage-desc ul li img {
  width: 40px;
  height: 40px;
  padding-bottom: 2px;
  margin-left: -50px;
  margin-right: 10px;
}
.stage-full-height .stage-desc:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  bottom: -44px;
  left: -100%;
  right: -100%;
  background: rgb(0 0 0 / 0.5);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(25%, rgb(0 0 0 / 0.1)),
    to(rgb(0 0 0 / 0.75))
  );
  background: -webkit-linear-gradient(
    top,
    transparent,
    rgb(0 0 0 / 0.1) 25%,
    rgb(0 0 0 / 0.75)
  );
  background: -o-linear-gradient(
    top,
    transparent 0,
    rgb(0 0 0 / 0.1) 25%,
    rgb(0 0 0 / 0.75) 100%
  );
  background: linear-gradient(
    180deg,
    transparent 0,
    rgb(0 0 0 / 0.1) 25%,
    rgb(0 0 0 / 0.75)
  );
}
.stage-full-height .play-video {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1425px;
  margin: 0 40px;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 9;
  text-align: right;
}
.stage-full-height .play-video a {
  display: block;
  float: right;
  width: 48px;
  height: 48px;
  margin-bottom: 80px;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.stage-full-height .play-video .tk-icon-play:before {
  width: 100%;
  height: 100%;
  font-size: 48px;
  line-height: 48px;
}
@media screen and (max-width: 1424.98px) {
  .stage-full-height .stage-button {
    margin-left: 0;
  }
}
@media screen and (max-width: 979.98px) {
  .stage-full-height .play-video {
    margin: 0 28px;
  }
  .stage-full-height .stage-button {
    margin-left: 0;
  }
}
@media screen and (max-width: 899.98px) {
  .stage-full-height .stage-image {
    min-height: 480px;
  }
  .stage-full-height .stage-desc ul li {
    text-align: center;
    line-height: 1.25rem;
    padding-left: 0;
    padding-bottom: 25px;
  }
  .stage-full-height .stage-desc ul li i,
  .stage-full-height .stage-desc ul li img {
    display: none;
  }
  .stage-full-height .stage-desc ul li span {
    display: block;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .stage-full-height .stage-text h1 {
    font-size: 2.375em;
    line-height: 3.75rem;
    padding: 6px 0;
  }
  .stage-full-height .stage-text p {
    font-size: 1.5em;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 499.98px) {
  .stage-full-height .stage-text {
    width: 80%;
  }
  .stage-full-height .stage-text h1 {
    font-size: var(--ad-font-size);
    line-height: 2.65rem;
    padding: 5px 0;
  }
  .stage-full-height .stage-text p {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .stage-full-height .stage-text h1,
  .stage-full-height .stage-text p {
    -webkit-box-shadow: 20px 0 0 #00a0f0, -30px 0 0 #00a0f0;
    box-shadow: 20px 0 0 #00a0f0, -30px 0 0 #00a0f0;
  }
  .stage-full-height .stage-desc ul li {
    line-height: 1.25rem;
    padding-left: 40px;
    padding-bottom: 15px;
  }
  .stage-full-height .stage-desc ul li i {
    display: none;
  }
  .stage-full-height .stage-desc ul li span {
    display: block;
    font-size: 20px;
    text-align: left;
    line-height: 28px;
    padding: 0;
    margin: 0;
  }
  .stage-full-height .play-video {
    display: none;
  }
  .stage-full-height .stage-desc ul li {
    padding-bottom: 10px;
  }
  .stage-full-height .stage-desc ul li img {
    width: 32px;
    height: 32px;
    margin-left: -45px;
    margin-right: 8px;
  }
}
.stage-full-height + .sticky-navbar {
  margin-top: -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sticky-navbar {
  width: 100%;
  height: 70px;
  background-color: #fff0;
  margin-bottom: 80px;
}
.sticky-navbar .sticky-block {
  width: 100%;
  top: -70px;
  background-color: var(--ad-primary-color);
}
.sticky-navbar .sticky-block,
.sticky-navbar.sticky,
.sticky-navbar.sticky .sticky-block {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.sticky-navbar.sticky .sticky-block {
  position: fixed;
  top: 0;
  z-index: 100;
}
.sticky-navbar a {
  display: inline-block;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.25em;
  text-decoration: none;
  color: var(--ad-white-color);
  padding: 10px 0;
}
.sticky-navbar .sticky-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 50;
  background-color: var(--ad-primary-color);
}
.sticky-navbar .sticky-title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  height: inherit;
}
.sticky-navbar .sticky-title h2 {
  font-size: 1.5em;
  line-height: 1.625em;
  color: var(--ad-white-color);
  margin: 0;
}
.sticky-navbar .sticky-content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  height: inherit;
}
.sticky-navbar .sticky-content,
.sticky-navbar .sticky-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.sticky-navbar .sticky-content ul {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.sticky-navbar .btn-sticky-menu {
  display: none;
  min-width: unset;
  text-align: center;
  padding: 18px 20px;
}
.sticky-navbar .btn-sticky-menu:active,
.sticky-navbar .btn-sticky-menu:focus,
.sticky-navbar .btn-sticky-menu:hover {
  background-color: var(--ad-primary-color);
}
.sticky-navbar .btn-sticky-menu:after {
  content: "\e613";
  display: inline-block;
  top: -10px;
  font-family: var(--ad-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  vertical-align: middle;
  padding-bottom: 2px;
  margin-left: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sticky-navbar .btn-sticky-menu.active:after {
  content: "\e617";
}
.sticky-navbar #sticky-menu.btn-sticky-menu {
  margin: -13px 0;
}
.sticky-navbar #sticky-menu-full.btn-sticky-menu {
  margin: -5px 0;
}
nav.menu {
  padding: 8px 0;
}
nav.menu li.menu-item {
  display: inline-block;
  position: relative;
  padding: 0 22px;
  margin-bottom: 0;
}
nav.menu li.menu-item > a {
  border-top: 2px solid #fff0;
  border-bottom: 2px solid #fff0;
}
nav.menu li.menu-item.active > a,
nav.menu li.menu-item > a:active,
nav.menu li.menu-item > a:focus,
nav.menu li.menu-item > a:hover {
  border-bottom: 2px solid var(--ad-white-color);
}
nav.submenu {
  display: block;
  position: relative;
  padding: 8px 0 8px 22px;
}
nav.submenu > a {
  min-width: 140px;
  text-align: center;
  padding: 12px 20px;
  background-color: #7000bd;
}
nav.submenu > a:active,
nav.submenu > a:focus,
nav.submenu > a:hover {
  background-color: #a31aff;
}
nav.submenu .menu-next-step {
  position: absolute;
  z-index: -1;
  top: 90px;
  right: 0;
  opacity: 0;
  padding: 7px 14px 14px;
  width: 172px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--ad-white-color);
  -webkit-box-shadow: 0 0 10px 0 rgb(52 58 64 / 0.5);
  box-shadow: 0 0 10px 0 rgb(52 58 64 / 0.5);
}
nav.submenu .menu-next-step:before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid #fff0;
  border-right: 10px solid #fff0;
  border-bottom: 12px solid var(--ad-white-color);
}
nav.submenu .menu-next-step a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 10px;
  background-color: #7000bd;
}
nav.submenu .menu-next-step li {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding: 0;
}
nav.submenu .menu-next-step li a {
  margin-top: 7px;
}
nav.submenu .menu-next-step li a:hover {
  background-color: #a31aff;
}
nav.submenu #next-step.active + .menu-next-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
  top: 60px;
  opacity: 1;
}
@media screen and (max-width: 499.98px) {
  .sticky-navbar {
    height: 40px;
    margin-bottom: 60px;
  }
  .sticky-navbar .sticky-block {
    top: -40px;
  }
  .sticky-navbar .sticky-title h2 {
    font-size: 1rem;
  }
}
.feature-list {
  margin-bottom: 60px;
}
.feature-list .standard-container {
  max-width: 1100px;
  margin: 0 auto;
}
.feature-list .fl-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-wrap: wrap;
}
.feature-list .fl-box {
  width: 280px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.feature-list i,
.feature-list img {
  display: block;
  height: 40px;
  color: #00a0f0;
  margin-bottom: 10px;
  max-width: none !important;
}
.feature-list h4 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 5px;
}
.feature-list h5 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}
.feature-list p {
  color: #4b5564;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
}
.feature-list .fl-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.feature-list .fl-icon h5 {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 60%;
  height: 40px;
  text-align: left;
  text-transform: uppercase;
  color: var(--ad-primary-color);
}
.feature-list .fl-img {
  margin-bottom: 12px;
}
.feature-list .fl-img img {
  display: block;
  width: 100%;
  height: auto;
}
.feature-list.fl-col-2 .fl-box {
  width: 530px;
}
.feature-list.fl-col-3 .fl-box {
  width: 355px;
}
.feature-list.fl-col-4 .fl-box {
  width: 265px;
}
.feature-list.title-color-blue h4 {
  color: #111;
}
.feature-list.title-color-yellow h4 {
  color: #ffb400;
}
.feature-list.icon-color-black h5,
.feature-list.icon-color-black i {
  color: var(--ad-primary-color);
}
.feature-list.icon-color-yellow h5,
.feature-list.icon-color-yellow i {
  color: #ffb400;
}
.feature-list.icon-position-inline .fl-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.feature-list.icon-position-inline i,
.feature-list.icon-position-inline img {
  margin: 5px 20px 0 0;
}
.feature-list.icon-with-title h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.feature-list.icon-with-title i,
.feature-list.icon-with-title img {
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 419.98px) {
  .feature-list {
    margin-bottom: 40px;
  }
  .feature-list.fl-col-2 .fl-box,
  .feature-list.fl-col-3 .fl-box,
  .feature-list.fl-col-4 .fl-box {
    width: 100%;
    margin-bottom: 0;
  }
}
.new-text-block {
  margin-bottom: 60px;
}
.new-text-block .ntb-list {
  display: none;
  width: 100%;
  margin-bottom: 30px;
}
.new-text-block .ntb-list li {
  display: block;
  width: 100%;
  font-size: var(--ad-font-size);
  text-align: left;
  line-height: 1.4;
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 2px solid #00a0f0;
}
.new-text-block h3 {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ad-primary-color);
  margin-top: 0;
  margin-bottom: 25px;
}
.new-text-block h3 span {
  -webkit-box-shadow: inset 0 -3px var(--ad-white-color),
    inset 0 -13px rgb(112 0 189 / 0.4);
  box-shadow: inset 0 -3px var(--ad-white-color),
    inset 0 -13px rgb(112 0 189 / 0.4);
}
.new-text-block p {
  font-size: var(--ad-font-size);
  line-height: 1.4;
  color: #4b5564;
  margin-left: -8px !important;
  text-align: left;
}
.new-text-block .button,
.new-text-block p {
  margin-bottom: 20px;
}
.new-text-block.text-center {
  text-align: center;
}
.new-text-block.text-center .button {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.new-text-block.text-large h3 {
  font-size: 40px;
}
.new-text-block.text-large p {
  font-size: 26px;
}
.new-text-block.text-small h3 {
  font-size: 32px;
}
.new-text-block.text-small p {
  font-size: 22px;
}
.new-text-block.title-blue h3 {
  color: #00a0f0;
}
.new-text-block.title-blue h3 span {
  -webkit-box-shadow: inset 0 -3px var(--ad-white-color), inset 0 -13px #d9dee8;
  box-shadow: inset 0 -3px var(--ad-white-color), inset 0 -13px #d9dee8;
}
.new-text-block .button:not(:last-child) {
  margin-right: 16px;
}
.new-text-block .ntb-aside {
  display: none;
}
.new-text-block .ip-iconlist .ip-il-title h5 {
  font-size: var(--ad-font-size);
  font-weight: 400;
  padding: 0;
  margin: 8px 0 20px;
}
.new-text-block .ip-iconlist .ip-il-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.new-text-block .ip-iconlist .ip-il-box:not(:last-child) {
  margin-bottom: 20px;
}
.new-text-block .ip-iconlist .ip-il-box h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #00a0f0;
  padding: 0;
  margin: 0;
}
.new-text-block .ip-iconlist .ip-il-box i {
  color: #00a0f0;
  margin-right: 15px;
}
.new-text-block .ip-iconlist .ip-il-box img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.new-text-block.text-icon-black .ip-iconlist .ip-il-box h5 {
  color: var(--ad-primary-color);
}
.new-text-block.text-icon-yellow .ip-iconlist .ip-il-box h5 {
  color: #ffb400;
}
.new-text-block.has-sidebar .container-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.new-text-block.has-sidebar .ntb-body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-right: 40px;
}
.new-text-block.has-sidebar .ntb-aside {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin-bottom: 20px;
}
.new-text-block.has-list .ntb-list {
  display: block;
}
@media (min-width: 1180px) {
  .new-text-block .standard-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .new-text-block.has-sidebar .ntb-body {
    margin-bottom: 60px;
  }
  .new-text-block.has-sidebar .ntb-aside,
  .new-text-block.has-sidebar .ntb-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 499.98px) {
  .new-text-block {
    margin-bottom: 40px;
  }
  .new-text-block h3 {
    font-size: var(--ad-font-size);
    margin-bottom: 15px;
  }
  .new-text-block h3 span {
    -webkit-box-shadow: inset 0 -2px var(--ad-white-color),
      inset 0 -10px rgb(112 0 189 / 0.4);
    box-shadow: inset 0 -2px var(--ad-white-color),
      inset 0 -10px rgb(112 0 189 / 0.4);
  }
  .new-text-block p {
    font-size: 16px;
    line-height: 1.6;
  }
  .new-text-block .ntb-list {
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .new-text-block .ntb-list li {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .new-text-block.has-sidebar .ntb-body {
    margin-bottom: 40px;
  }
  .new-text-block.has-sidebar .ntb-aside {
    margin-bottom: 20px;
  }
}
.intro-section {
  margin-bottom: 60px;
}
.intro-section .ip-textlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.intro-section .ip-tl-box {
  width: 33.33333%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  border-left: none;
}
.intro-section .ip-tl-box h2 {
  font-size: 36px;
  font-family: tktype, Arial, Verdana, sans-serif;
  line-height: 1.15;
  margin: 0;
}
.intro-section .ip-tl-box p {
  line-height: 1.25;
  color: #4b5564;
  margin: 0;
}
.intro-section.text-large h2 {
  font-size: 40px;
}
.intro-section.text-small h2 {
  font-size: 32px;
}
.intro-section.title-blue h2 {
  color: #00a0f0;
}
@media screen and (max-width: 767.98px) {
  .intro-section .ip-tl-box {
    width: 100%;
  }
}
@media screen and (max-width: 499.98px) {
  .intro-section {
    margin-bottom: 40px;
  }
  .intro-section .ip-tl-box h2 {
    font-size: var(--ad-font-size);
  }
  .intro-section .ip-tl-box p {
    font-size: 16px;
  }
}
.icon-placement {
  margin-bottom: 40px;
}
.icon-placement .ip-iconlist {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.icon-placement .ip-iconlist,
.icon-placement .ip-iconlist .ip-il-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icon-placement .ip-iconlist .ip-il-title {
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.icon-placement .ip-iconlist .ip-il-title h5 {
  font-size: var(--ad-font-size);
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.icon-placement .ip-iconlist .ip-il-clear {
  display: block;
  clear: both;
}
.icon-placement .ip-iconlist .ip-il-box {
  width: 19%;
  margin-bottom: 40px;
}
.icon-placement .ip-iconlist .ip-il-box,
.icon-placement .ip-iconlist .ip-il-box h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.icon-placement .ip-iconlist .ip-il-box h5 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
  color: var(--ad-primary-color);
  padding: 0;
  margin: 0;
}
.icon-placement .ip-iconlist .ip-il-box i {
  color: #00a0f0;
  margin-right: 15px;
}
.icon-placement .ip-iconlist .ip-il-box img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.icon-placement.text-icon-black .ip-iconlist .ip-il-box h5 {
  color: var(--ad-primary-color);
}
.icon-placement.text-icon-yellow .ip-iconlist .ip-il-box h5 {
  color: #ffb400;
}
.icon-placement.icon-only-one .ip-iconlist .ip-il-title {
  height: 40px;
  margin-right: 20px;
}
.icon-placement.icon-only-one .ip-iconlist .ip-il-box,
.icon-placement.icon-only-one .ip-iconlist .ip-il-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.icon-placement.ip-col-3 .ip-il-box {
  width: 360px;
}
.icon-placement.ip-col-3 .ip-il-box,
.icon-placement.ip-col-4 .ip-il-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.icon-placement.ip-col-4 .ip-il-box {
  width: 265px;
}
.icon-placement.ip-col-5 .ip-il-box {
  width: 210px;
}
.icon-placement.ip-col-5 .ip-il-box,
.icon-placement.ip-col-6 .ip-il-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.icon-placement.ip-col-6 .ip-il-box {
  width: 170px;
}
@media screen and (max-width: 499.98px) {
  .icon-placement .ip-iconlist .ip-il-box {
    margin-bottom: 20px;
  }
  .icon-placement .ip-iconlist .ip-il-title h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 419.98px) {
  .icon-placement.ip-col-3 .ip-il-box,
  .icon-placement.ip-col-4 .ip-il-box,
  .icon-placement.ip-col-5 .ip-il-box,
  .icon-placement.ip-col-6 .ip-il-box {
    width: 100%;
  }
}
.section-divider {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 80px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
}
.section-divider.bg-fixed {
  background-attachment: fixed;
}
.section-divider .mi-sfh-full-view {
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: -60px;
  margin-bottom: -60px;
}
.section-divider .mi-player {
  height: 100% !important;
  margin-bottom: 0 !important;
}
.section-divider .mi-content {
  height: 100% !important;
}
.section-divider.height-full {
  height: 75vh;
  min-height: 700px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-divider.height-full .mi-sfh-full-view {
  margin-top: -80px;
  margin-bottom: -80px;
}
.section-divider.height-half {
  min-height: 550px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-divider.height-half .mi-sfh-full-view {
  margin-top: -80px;
  margin-bottom: -80px;
}
.section-divider .standard-container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.section-divider iframe,
.section-divider video {
  position: absolute;
  top: 50% !important;
  bottom: unset !important;
  left: 50% !important;
  right: unset !important;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section-divider .mi-player video {
  width: auto !important;
  height: auto !important;
}
.section-divider h3 {
  font-family: tktype, Arial, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.57em;
  padding: 8px 0;
}
.section-divider .sd-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 60%;
  height: 100%;
}
.section-divider .sd-button {
  margin-left: 0;
}
.section-divider .sd-button .button {
  margin-top: 16px;
}
.section-divider.position-bottom-left .sd-block {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section-divider.title-large h3 {
  font-size: 3.375em;
}
.section-divider.title-small h3 {
  font-size: 2.625rem;
}
.section-divider .play-video {
  display: block;
  position: absolute;
  bottom: -50px;
  right: 20px;
  width: 40px;
  height: 40px;
}
.section-divider.bg-position-left {
  background-position: left;
}
.section-divider.bg-position-center {
  background-position: center;
}
.section-divider.bg-position-right {
  background-position: right;
}
@media screen and (max-width: 1424.98px) {
  .section-divider .sd-button {
    margin-left: 0;
  }
}
@media screen and (max-width: 499.98px) {
  .section-divider {
    margin-bottom: 60px;
  }
  .section-divider h3 {
    font-size: var(--ad-font-size);
    line-height: 4.65rem;
    padding: 5px 0;
  }
  .section-divider .title-small h3 {
    font-size: var(--ad-font-size);
    line-height: 2.65rem;
  }
}
.cabin-viewer {
  margin-bottom: 80px;
}
.cabin-viewer .accordian-container,
.cabin-viewer .cabin-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cabin-viewer .standard-container {
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
}
.cabin-viewer .cabin__viewer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cabin-viewer .cabin__viewer .owl-controls {
  display: inline-block;
  margin: 15px auto 30px;
  position: relative;
}
.cabin-viewer .cabin__viewer .owl-dots {
  display: block;
}
.cabin-viewer .cabin__viewer .owl-dots ~ .owl-dots {
  display: none !important;
}
.cabin-viewer .cabin__viewer .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #d9dee8;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.cabin-viewer .cabin__viewer .owl-dots .owl-dot.active,
.cabin-viewer .cabin__viewer .owl-dots .owl-dot:hover {
  border-color: #7000bd;
  background-color: #7000bd;
}
.cabin-viewer .cabin__viewer .owl-nav ~ .owl-nav {
  display: none !important;
}
.cabin-viewer .cabin__viewer .owl-nav .owl-next,
.cabin-viewer .cabin__viewer .owl-nav .owl-prev {
  color: #7000bd;
  cursor: pointer;
  font-family: var(--ad-font-family);
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  text-decoration: none;
  top: 1px;
}
.cabin-viewer .cabin__viewer .owl-nav .owl-prev {
  left: -35px;
}
.cabin-viewer .cabin__viewer .owl-nav .owl-next {
  right: -35px;
}
.cabin-viewer .button.more-info {
  position: absolute;
  z-index: 98;
  right: 0;
  top: 50%;
  color: var(--ad-white-color);
  margin: -20px 0 0;
  text-decoration: none;
}
.cabin-viewer .button.more-info .tk-icon {
  display: inline-block;
  position: relative;
  height: 14px;
  margin-left: 5px;
}
.cabin-viewer .button.more-info .tk-icon:before {
  position: absolute;
  top: 3px;
  color: var(--ad-white-color);
  font-size: 12px;
  line-height: 12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cabin-viewer .back-to-360 {
  position: absolute;
  z-index: 98;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  color: var(--ad-white-color);
  font-weight: 500;
  text-decoration: none;
}
.cabin-viewer .back-to-360 .tk-icon {
  display: inline-block;
  position: relative;
  height: 14px;
  margin-right: 20px;
}
.cabin-viewer .back-to-360 .tk-icon:before {
  position: absolute;
  top: 3px;
  color: var(--ad-white-color);
  font-size: 12px;
  line-height: 12px;
}
.cabin-viewer .cabin-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 -10px;
}
.cabin-viewer .cabin-view #full-width .accordion .label.ui-state-active:before,
.cabin-viewer .cabin-view .accordion .label.ui-state-active:before {
  content: "\e613" !important;
}
.cabin-viewer .cabin-view #full-width .accordion .label:before,
.cabin-viewer .cabin-view .accordion .label:before {
  content: "\e617" !important;
}
.cabin-viewer .cabin-view .left {
  margin-bottom: 0;
  position: relative;
}
.cabin-viewer .cabin-view .left,
.cabin-viewer .cabin-view .right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.cabin-viewer .cabin-view .img-link-accordion {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #fff0;
}
.cabin-viewer .cabin-view .img-link-accordion img {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border: 1px solid var(--ad-white-color);
}
.cabin-viewer .cabin-view .img-link-accordion.active_accordion_item,
.cabin-viewer .cabin-view .img-link-accordion:active,
.cabin-viewer .cabin-view .img-link-accordion:focus,
.cabin-viewer .cabin-view .img-link-accordion:hover {
  border: 1px solid #7000bd;
}
.cabin-viewer .cabin-view .img-link-accordion.active_accordion_item:after {
  content: "\e648";
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  font-family: var(--ad-font-family);
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  color: var(--ad-primary-color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--ad-primary-color);
  background-color: var(--ad-white-color);
}
.cabin-viewer .cabin-view .homeslider {
  margin-bottom: 0 !important;
  position: relative;
}
.cabin-viewer .cabin-view .homeslider .owl-carousel {
  height: 620px;
}
.cabin-viewer .cabin-view .homeslider .owl-controls {
  position: absolute !important;
  z-index: 933;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 240px;
  margin: 0 auto !important;
}
.cabin-viewer .cabin-view .homeslider .owl-nav {
  display: none !important;
}
.cabin-viewer .cabin-view .homeslider .owl-dots {
  text-align: center;
}
.cabin-viewer .cabin-view .homeslider .owl-dot {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #d9dee8 !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cabin-viewer .cabin-view .homeslider .owl-dot.active,
.cabin-viewer .cabin-view .homeslider .owl-dot:hover {
  background-color: #7000bd !important;
  border: 2px solid #7000bd !important;
}
.cabin-viewer .cabin-view .homeslider .slide {
  height: 620px;
  overflow: hidden;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: 50% !important;
}
.cabin-viewer .cabin-view .homeslider .slide img {
  height: 100%;
  max-width: none;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cabin-viewer .cabin-view .viewfullscreen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  border-bottom: 1px solid #eef0f2;
  border-top: 1px solid #eef0f2;
}
.cabin-viewer .cabin-view .viewfullscreen .button .blue {
  color: var(--ad-white-color);
}
.cabin-viewer .cabin-view .info-icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 97;
  color: #00a0f0;
  font-size: 22px;
}
.cabin-viewer .popup-show {
  overflow: hidden;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background: rgb(0 0 0 / 0.9);
}
.cabin-viewer .popup-show .img-show {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.cabin-viewer .popup-show .img-show span {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}
.cabin-viewer .popup-show .img-show i {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 99;
  cursor: pointer;
  color: var(--ad-white-color);
  width: 10px;
  height: 10px;
  display: block;
}
.cabin-viewer .popup-show .img-show img {
  width: auto;
  height: auto;
  max-width: 96%;
  max-height: 96%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cabin-viewer .popup-show #close {
  position: fixed;
  z-index: 1002;
}
.cabin-viewer .show-popup {
  margin: 0;
}
.cabin-viewer .show-popup #close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  color: var(--ad-white-color);
  font-weight: 900;
}
.cabin-viewer .thumb-more {
  padding: 0 5px;
  color: #00a0f0;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  height: 40px !important;
  width: 40px !important;
  border: 1px solid #00a0f0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.cabin-viewer .thumb-more a {
  padding-top: 8px;
  height: 40px;
  width: 40px;
  color: #00a0f0;
  font-size: 11px;
  line-height: 1.1;
  text-decoration: none !important;
  text-align: center;
  font-weight: 500;
}
.cabin-viewer .cabin-accordion {
  list-style: none;
  padding: 0;
}
.cabin-viewer .cabin-accordion .inner {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.cabin-viewer .cabin-accordion p {
  white-space: normal;
  line-height: 1.2;
  padding: 2px 0 6px;
  margin-bottom: 5px;
}
.cabin-viewer .cabin-accordion .img-box-container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-top: -125%;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cabin-viewer .cabin-accordion .img-box-container.cabin__viewer {
  margin-left: 0;
  margin-right: 0;
}
.cabin-viewer .cabin-accordion .img-box-container.list-element {
  margin-bottom: 10px;
}
.cabin-viewer .cabin-accordion .img-box-container.list-element .img-box {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 10px;
  margin: 0 0 20px;
}
.cabin-viewer .cabin-accordion li {
  margin: 0;
  min-height: 60px;
}
.cabin-viewer .cabin-accordion li .accordion-toggle {
  text-decoration: none !important;
  width: 100%;
  display: block;
  -webkit-border-radius: 0.15em;
  border-radius: 0.15em;
  color: var(--ad-primary-color) !important;
  font-size: 1.2em;
  padding: 14px 16px 14px 0;
  border-top: 1px solid #eef0f2;
  line-height: 1.625em;
}
.cabin-viewer .cabin-accordion li .accordion-toggle.show + .inner {
  height: auto;
}
.cabin-viewer
  .cabin-accordion
  li
  .accordion-toggle.show
  + .inner
  .img-box-container {
  margin-top: 0;
}
.cabin-viewer .cabin-accordion li .accordion-toggle:before {
  content: "\e613";
  color: #7000bd;
  display: inline-block;
  font-family: var(--ad-font-family);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3125em;
  line-height: 0.95238095em;
  margin: 2px 0 0 16px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cabin-viewer .cabin-accordion li .accordion-toggle.show:before {
  -webkit-transform: rotate(540deg);
  -ms-transform: rotate(540deg);
  transform: rotate(540deg);
}
.cabin-viewer .info {
  position: absolute;
  cursor: pointer;
  z-index: 9999;
  right: 20px;
  bottom: 12px;
}
.cabin-viewer .info i {
  width: 22px;
  height: 22px;
}
.cabin-viewer .info i:before {
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
}
.cabin-viewer .info-container {
  opacity: 0;
  min-height: 50px;
  -webkit-transition: all 0.23s ease;
  -o-transition: all 0.23s ease;
  transition: all 0.23s ease;
  white-space: normal;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  z-index: -1;
  background: rgb(0 0 0 / 0.75);
  color: var(--ad-white-color);
  padding: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
}
.cabin-viewer .info-container.info-container-active {
  opacity: 1;
  z-index: 1000;
  bottom: 50px;
}
.cabin-viewer .info-container h5 {
  font-size: 16px;
  margin: 0;
}
.cabin-viewer .info-container p {
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
}
.cabin-viewer .info-container .close-information {
  position: absolute;
  cursor: pointer;
  top: 6px;
  right: 10px;
  font-size: 14px;
}
.cabin-viewer .lightbox-image {
  position: absolute !important;
  top: 50%;
  left: 50%;
  color: #00a0f0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: 0 0;
}
.cabin-viewer .lightbox-image:before {
  background: 0 0;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 20px;
  background-color: hsl(0 0% 100% / 0.1) !important;
  cursor: pointer;
}
.cabin-viewer .container-ps {
  display: block;
  position: relative;
  top: 0;
  margin: 0;
  background-color: #d9dee8;
}
.cabin-viewer .container-ps .photosphere {
  position: relative;
  z-index: 90;
  width: 100%;
  height: 620px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cabin-viewer .container-ps .photosphere ~ .info {
  right: 42px;
  bottom: 8px;
}
.cabin-viewer .container-ps .psv-container {
  position: absolute !important;
}
.cabin-viewer .container-ps .psv-caption-content {
  display: block;
  max-width: 90%;
  padding: 8px;
  margin: 0 auto;
  white-space: normal;
}
.cabin-viewer .container-ps .psv-caption-content h4 {
  color: var(--ad-white-color);
  margin: 0 0 1px;
}
.cabin-viewer .container-ps .psv-caption-content p {
  font-size: 13px;
  color: var(--ad-white-color);
  margin: 0;
}
.cabin-viewer .container-ps .psv-panel .paragraph {
  color: var(--ad-white-color);
}
.cabin-viewer .container-ps .psv-caption-button {
  display: none;
}
.cabin-viewer .container-ps .psv-navbar {
  height: 50px;
  background: var(--ad-primary-color);
}
.cabin-viewer .container-ps .psv-fullscreen-button {
  bottom: 0;
}
.cabin-viewer .container-ps .psv-zoom-button {
  position: absolute;
  left: 5px;
  top: 5px;
  position: absolute !important;
}
.cabin-viewer .container-ps .psv-fullscreen-button {
  position: absolute !important;
  right: 5px;
  top: 5px !important;
}
.cabin-viewer .container-ps .img-thumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
  z-index: 1000;
  margin-bottom: 35px !important;
}
.cabin-viewer .container-ps .img-thumb-list li {
  width: 50px;
  height: 50px;
  padding: 0 5px;
}
.cabin-viewer .container-ps .img-thumb-list a {
  cursor: pointer !important;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.cabin-viewer .container-ps .img-thumb-list a .img-link-cabin-viewer {
  border: 2px solid #fff0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cabin-viewer
  .container-ps
  .img-thumb-list
  a
  .img-link-cabin-viewer.active_cabin_viewer_item,
.cabin-viewer .container-ps .img-thumb-list a:hover .img-link-cabin-viewer {
  border: 2px solid #7000bd;
}
.cabin-viewer .container-ps .img-thumb-list .img-link-cabin-viewer {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 40px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 1099.98px) {
  .cabin-viewer .button.more-info,
  .cabin-viewer .cabin-view .back-to-360 {
    min-width: 140px;
    padding: 8px 21px 8px 16px;
  }
}
@media (max-width: 979.98px) {
  .cabin-viewer .button.more-info {
    right: 15px;
    top: 15px;
    margin: 0;
  }
  .cabin-viewer .cabin-view .back-to-360 {
    top: 15px;
    left: 25px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 899.98px) {
  .cabin-viewer .container-ps .photosphere {
    height: 600px;
  }
  .cabin-viewer .cabin-view .img-box-container.list-element .img-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cabin-viewer .cabin-view .homeslider {
    margin-bottom: 20px;
  }
  .cabin-viewer .cabin-view .homeslider .owl-carousel,
  .cabin-viewer .cabin-view .homeslider .owl-carousel .slide {
    height: 600px;
  }
  .cabin-viewer .cabin-view .cabin-accordion p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cabin-viewer .cabin-view .cabin-accordion li {
    min-height: 48px;
  }
  .cabin-viewer .cabin-view .cabin-accordion li .accordion-toggle {
    padding: 8px 4px 8px 0;
  }
  .cabin-viewer .cabin-view .cabin-accordion li .accordion-toggle:before {
    font-size: 1.25em;
    margin: 3px 0 0 16px;
  }
  .cabin-viewer
    .cabin-view
    .cabin-accordion
    .img-box-container.list-element
    .img-box {
    margin: 0 0 10px;
  }
  .cabin-viewer .cabin-view .cabin__viewer .owl-controls {
    margin: 10px auto 15px;
  }
  .cabin-viewer .psv-zoom-button {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .cabin-viewer .cabin-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cabin-viewer .cabin-view .cabin-accordion p {
    font-size: 0.875em;
    line-height: 1.1;
  }
  .cabin-viewer .cabin-view .cabin-accordion li {
    min-height: 42px;
  }
  .cabin-viewer .cabin-view .cabin-accordion li .accordion-toggle {
    font-size: 1em;
    line-height: 1.5em;
  }
  .cabin-viewer .cabin-view .cabin-accordion li .accordion-toggle:before {
    margin: 2px 0 0 16px;
  }
  .cabin-viewer .cabin-view .cabin-accordion .img-box-container {
    margin-left: -2px;
    margin-right: -2px;
  }
  .cabin-viewer .cabin-view .cabin-accordion .img-box-container.cabin__viewer {
    margin-left: 0;
    margin-right: 0;
  }
  .cabin-viewer
    .cabin-view
    .cabin-accordion
    .img-box-container.list-element
    .img-box {
    padding: 0 2px;
  }
  .cabin-viewer .cabin-view .img-box-container.list-element .img-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cabin-viewer .cabin-view .homeslider .owl-carousel,
  .cabin-viewer .cabin-view .homeslider .owl-carousel .slide {
    height: 300px;
  }
  .cabin-viewer .cabin-view .cabin__viewer .owl-controls {
    margin: 5px auto 10px;
  }
  .cabin-viewer .cabin-view .left,
  .cabin-viewer .cabin-view .right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cabin-viewer .cabin-view .right {
    margin-bottom: 20px;
  }
  .cabin-viewer .container-ps .psv-caption-content {
    max-width: 72%;
  }
  .cabin-viewer .container-ps .psv-caption-content h4 {
    font-size: 14px;
  }
  .cabin-viewer .container-ps .psv-caption-content p {
    display: none;
  }
}
@media (max-width: 679.98px) {
  .cabin-viewer .cabin-view .img-box-container.list-element .img-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cabin-viewer .psv-zoom-button {
    display: none;
  }
}
@media (max-width: 499.98px) {
  .cabin-viewer .cabin-view {
    margin-left: -5px;
    margin-right: -5px;
  }
  .cabin-viewer .cabin-view .left,
  .cabin-viewer .cabin-view .right {
    padding: 0 5px;
  }
  .cabin-viewer .cabin-view .img-box-container.list-element .img-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .cabin-viewer .container-ps .photosphere {
    height: 480px;
  }
}
@media (max-width: 419.98px) {
  .cabin-viewer .cabin-view .img-box-container.list-element .img-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.image-slider-gallery {
  margin-bottom: 80px;
  overflow: hidden;
}
.image-slider-gallery.size-medium .owl-item {
  min-height: 540px;
}
.image-slider-gallery.size-large .owl-item {
  min-height: 640px;
}
.image-slider-gallery.no-owl-nav .owl-nav {
  display: none !important;
}
.image-slider-gallery .flixel-no-link {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.image-slider-gallery .standard-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.image-slider-gallery iframe,
.image-slider-gallery video {
  position: absolute;
  top: 50% !important;
  bottom: unset !important;
  left: 50% !important;
  right: unset !important;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.image-slider-gallery .mi-player video {
  width: auto !important;
  height: auto !important;
}
.image-slider-gallery .mi-sfh-full-view {
  width: 100%;
  height: 100%;
  position: absolute;
}
.image-slider-gallery .mi-player {
  height: 100% !important;
  margin-bottom: 0 !important;
}
.image-slider-gallery .mi-content {
  height: 100% !important;
}
.image-slider-gallery .big-play-button {
  z-index: -1;
}
.image-slider-gallery .play-video {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1425px;
  margin: 0 40px;
  top: 20px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 9;
  text-align: right;
}
.image-slider-gallery .play-video a {
  display: block;
  float: right;
  width: 48px;
  height: 48px;
}
.image-slider-gallery .play-video a i:before {
  width: 100%;
  height: 100%;
  font-size: 48px;
  line-height: 48px;
}
.image-slider-gallery .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-slider-gallery .isg-item {
  overflow: hidden;
}
.image-slider-gallery .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: auto !important;
  min-height: 420px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-color: #d9dee8;
}
.image-slider-gallery .owl-item .isg-text-box {
  display: block;
  position: relative;
  max-width: 768px;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 60px;
}
.image-slider-gallery .owl-item .isg-text-box h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ad-white-color);
  margin-top: 0;
  margin-bottom: 15px;
}
.image-slider-gallery .owl-item .isg-text-box p {
  font-size: var(--ad-font-size);
  line-height: 1.4;
  color: var(--ad-white-color);
  margin-top: 0;
  margin-bottom: 25px;
}
.image-slider-gallery .owl-item .isg-text-box cite {
  display: block;
  font-size: 18px;
  font-style: normal;
  color: var(--ad-white-color);
  margin-top: 0;
  margin-bottom: 25px;
}
.image-slider-gallery .owl-item .isg-text-box .isg-button {
  margin-bottom: 4px;
}
.image-slider-gallery .owl-item .isg-text-box .isg-button .button {
  margin-bottom: 16px;
}
.image-slider-gallery .owl-item.testimonial p {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
}
.image-slider-gallery .owl-item.position-right {
  text-align: right;
}
.image-slider-gallery .owl-item.position-right .isg-text-box {
  float: right;
  margin-left: auto;
}
.image-slider-gallery .owl-item.position-center {
  text-align: center;
}
.image-slider-gallery .owl-item.position-center .isg-text-box {
  margin-left: auto;
  margin-right: auto;
}
.image-slider-gallery .owl-dots .owl-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #d9dee8;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.image-slider-gallery .owl-dots .owl-dot.active,
.image-slider-gallery .owl-dots .owl-dot:hover {
  background-color: #7000bc;
  border: #7000bc;
}
.image-slider-gallery .owl-item {
  background-size: cover;
}
.image-slider-gallery .owl-item {
  margin-bottom: 0px !important;
}
.image-slider-gallery .owl-item .isg-text-box {
  padding-top: 60px;
  padding-bottom: 80px;
}
.image-slider-gallery .owl-controls {
  display: inline-block;
  position: relative;
  top: -60px;
  left: 50%;
  text-align: center;
  margin-top: 80px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.image-slider-gallery .owl-controls .owl-nav {
  width: 100%;
  z-index: 2;
  top: auto;
  margin: 0;
}
.image-slider-gallery .owl-controls .owl-nav .owl-next,
.image-slider-gallery .owl-controls .owl-nav .owl-prev {
  display: block;
  position: absolute;
  font-family: var(--ad-font-family);
  color: #7000bc;
  font-size: var(--ad-font-size);
  font-weight: 700;
}
.image-slider-gallery .owl-controls .owl-nav .owl-prev {
  left: -35px;
}
.image-slider-gallery .owl-controls .owl-nav .owl-next {
  right: -35px;
}
@media (max-width: 979.98px) {
  .image-slider-gallery .play-video {
    margin: 0 28px;
  }
}
@media (max-width: 767.98px) {
  .image-slider-gallery .owl-item .isg-text-box {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 499.98px) {
  .image-slider-gallery {
    margin-bottom: 60px;
  }
  .image-slider-gallery .play-video {
    margin: 0 22px;
  }
  .image-slider-gallery .owl-item .isg-text-box h3 {
    font-size: var(--ad-font-size);
  }
  .image-slider-gallery .owl-item .isg-text-box p {
    font-size: 18px;
  }
  .image-slider-gallery .owl-dots {
    margin-left: 30px;
    margin-right: 30px;
  }
  .image-slider-gallery .owl-controls .owl-nav .owl-next {
    right: 0;
  }
  .image-slider-gallery .owl-controls .owl-nav .owl-prev {
    left: 0;
  }
}
.image-divider-gallery {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 80px;
  background-color: #d9dee8;
}
.image-divider-gallery iframe,
.image-divider-gallery video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.image-divider-gallery .mi-sfh-full-view {
  width: 100%;
  height: 100%;
  position: absolute;
}
.image-divider-gallery .mi-player {
  height: 100% !important;
  margin-bottom: 0 !important;
}
.image-divider-gallery .mi-content {
  height: 100% !important;
}
.image-divider-gallery .big-play-button {
  z-index: -1;
}
.image-divider-gallery .play-video {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 0;
  top: 20px;
  right: 20px;
  z-index: 9;
  text-align: right;
}
.image-divider-gallery .play-video a {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
}
.image-divider-gallery .play-video a i:before {
  width: 100%;
  height: 100%;
  font-size: 40px;
  line-height: 40px;
}
.image-divider-gallery .isg-item {
  overflow: hidden;
}
.image-divider-gallery .flixel-no-link {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.image-divider-gallery .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-divider-gallery .idg-item {
  overflow: hidden;
}
.image-divider-gallery .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: auto !important;
  min-height: 360px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
}
.image-divider-gallery .owl-item .idg-description {
  display: block;
  position: absolute;
  z-index: 1;
  height: 30px;
  bottom: 10px;
  left: 30px;
  max-width: 768px;
  padding: 6px 16px;
  background-color: rgb(0 0 0 / 0.5);
}
.image-divider-gallery .owl-item .idg-description p {
  font-size: 14px;
  line-height: 18px;
  color: var(--ad-white-color);
  margin: 0;
}
.image-divider-gallery .title-box {
  display: block;
  max-width: 768px;
  text-align: left;
}
.image-divider-gallery .title-box h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
}
.image-divider-gallery .title-box h3 span {
  -webkit-box-shadow: inset 0 -3px #d9dee8, inset 0 -13px rgb(112 0 189 / 0.4);
  box-shadow: inset 0 -3px #d9dee8, inset 0 -13px rgb(112 0 189 / 0.4);
}
.image-divider-gallery .title-box p {
  font-size: var(--ad-font-size);
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 30px;
}
.image-divider-gallery .owl-controls {
  display: block;
  position: absolute;
  top: 50%;
  left: 2%;
  width: 96%;
  max-width: 96%;
  height: 30px;
  margin: -15px 0 0;
}
.image-divider-gallery .owl-dots {
  display: none !important;
}
.image-divider-gallery .owl-nav {
  display: block;
  width: 100%;
  font-family: var(--ad-font-family);
  font-size: 28px;
  line-height: 30px;
  color: var(--ad-white-color);
  padding: 0;
  margin: 0;
}
.image-divider-gallery .owl-nav .owl-prev {
  display: inline-block;
}
.image-divider-gallery .owl-nav .owl-next {
  display: inline-block;
}
.image-divider-gallery.title-position-center .title-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.image-divider-gallery.title-position-right .title-box {
  text-align: right;
  margin-left: auto;
}
.image-divider-gallery.size-medium .owl-item {
  min-height: 480px;
}
.image-divider-gallery.size-large .owl-item {
  min-height: 600px;
}
.image-divider-gallery.no-owl-nav .owl-nav {
  display: none !important;
}
.image-divider-gallery.background-blue {
  background-color: #00a0f0;
}
.image-divider-gallery.background-blue h3 {
  color: var(--ad-white-color);
}
.image-divider-gallery.background-blue h3 span {
  -webkit-box-shadow: inset 0 -3px #00a0f0, inset 0 -13px #006de3;
  box-shadow: inset 0 -3px #00a0f0, inset 0 -13px #006de3;
}
.image-divider-gallery.background-blue p {
  color: var(--ad-white-color);
}
.image-divider-gallery.background-blue .owl-item .idg-description {
  background-color: #00a0f0;
}
.image-divider-gallery.background-blue .owl-item .idg-description:after {
  border-color: #fff0 #fff0 #00a0f0 #00a0f0;
}
.image-divider-gallery.background-yellow {
  background-color: #ffb400;
}
.image-divider-gallery.background-yellow h3 {
  color: var(--ad-white-color);
}
.image-divider-gallery.background-yellow h3 span {
  -webkit-box-shadow: inset 0 -3px #ffb400, inset 0 -13px #00a0f0;
  box-shadow: inset 0 -3px #ffb400, inset 0 -13px #00a0f0;
}
.image-divider-gallery.background-yellow p {
  color: var(--ad-white-color);
}
.image-divider-gallery.background-yellow .owl-item .idg-description {
  background-color: #ffb400;
}
.image-divider-gallery.background-yellow .owl-item .idg-description:after {
  border-color: #fff0 #fff0 #ffb400 #ffb400;
}
@media (max-width: 767.98px) {
  .image-divider-gallery .owl-item .idg-description {
    height: auto;
    left: 20px;
    right: 20px;
  }
  .image-divider-gallery .owl-item .idg-description:after {
    display: none;
  }
}
@media (max-width: 499.98px) {
  .image-divider-gallery {
    margin-bottom: 60px;
  }
  .image-divider-gallery .title-box h3 {
    font-size: var(--ad-font-size);
  }
  .image-divider-gallery .title-box p {
    font-size: 18px;
  }
}
.references-gallery {
  margin-bottom: 80px;
}
.references-gallery .standard-container h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-top: 0;
}
.references-gallery .standard-container p {
  font-size: var(--ad-font-size);
  text-align: center;
  color: #4b5564;
  margin-top: 0;
  margin-bottom: 50px;
}
.references-gallery .owl-carousel {
  text-align: center;
}
.references-gallery .owl-stage {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.references-gallery .owl-item,
.references-gallery .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.references-gallery .rg-item {
  width: 420px;
  border: 1px solid #d9dee8;
}
.references-gallery .rg-box {
  display: block;
  background-color: var(--ad-white-color);
}
.references-gallery .rg-image {
  display: block;
  position: relative;
  overflow: hidden;
  margin: -1px;
}
.references-gallery .rg-image .overlay-box {
  opacity: 0;
}
.references-gallery .rg-image .overlay-box,
.references-gallery .rg-image img {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.references-gallery .rg-image img {
  margin: 0;
}
.references-gallery .rg-image i {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 3;
  top: 50%;
  left: 50%;
  color: var(--ad-white-color);
  margin: -20px 0 0 -20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.references-gallery .rg-image a:hover .overlay-box {
  opacity: 0.2;
}
.references-gallery .rg-image a:hover img {
  -webkit-transform: rotate(5deg) scale(1.1);
  -ms-transform: rotate(5deg) scale(1.1);
  transform: rotate(5deg) scale(1.1);
}
.references-gallery .rg-image a:hover i {
  opacity: 1;
}
.references-gallery .rg-text {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 20px;
}
.references-gallery .rg-text h5 {
  font-size: var(--ad-font-size);
  margin-top: 0;
  margin-bottom: 0;
}
.references-gallery .rg-text p {
  font-size: 14px;
  letter-spacing: 0;
  color: #78879b;
  margin-top: 0;
}
.references-gallery .owl-controls {
  display: inline-block;
  margin: 24px auto 0;
  position: relative;
}
.references-gallery .owl-dots {
  display: block !important;
}
.references-gallery .owl-dots .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #d9dee8;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.references-gallery .owl-dots .owl-dot.active,
.references-gallery .owl-dots .owl-dot:hover {
  border-color: #7000bd;
  background-color: #7000bd;
}
.references-gallery .owl-nav {
  display: block !important;
}
.references-gallery .owl-nav .owl-next,
.references-gallery .owl-nav .owl-prev {
  color: #7000bd;
  cursor: pointer;
  font-family: var(--ad-font-family);
  font-size: var(--ad-font-size);
  font-weight: 600;
  position: absolute;
  text-decoration: none;
  top: 1px;
}
.references-gallery .owl-nav .owl-prev {
  left: -35px;
}
.references-gallery .owl-nav .owl-next {
  right: -35px;
}
@media screen and (max-width: 1424.98px) {
  .references-gallery .rg-item {
    width: 340px;
  }
}
@media screen and (max-width: 899.98px) {
  .references-gallery .rg-item {
    width: 300px;
  }
}
@media screen and (max-width: 499.98px) {
  .references-gallery {
    margin-bottom: 60px;
  }
  .references-gallery .standard-container .rg-item {
    width: 260px;
  }
  .references-gallery .standard-container h3 {
    font-size: var(--ad-font-size);
    margin-bottom: 20px;
  }
  .references-gallery .standard-container p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.cta-teaser-container {
  display: block;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 80px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
}
.cta-teaser-container .cta-teaser {
  margin-bottom: 0;
}
.cta-teaser-container .cta-teaser .title-box h3 {
  color: var(--ad-white-color);
}
.cta-teaser-container .cta-teaser .ct-box .ct-txt {
  padding-top: 10px;
  padding-bottom: 15px;
}
.cta-teaser-container .cta-teaser .owl-nav .owl-next,
.cta-teaser-container .cta-teaser .owl-nav .owl-prev {
  color: var(--ad-white-color);
}
.cta-teaser-container .cta-teaser .owl-dots .owl-dot.active,
.cta-teaser-container .cta-teaser .owl-dots .owl-dot:hover {
  border-color: var(--ad-white-color);
  background-color: var(--ad-white-color);
}
.cta-teaser {
  margin-bottom: 60px;
  z-index: 2;
  position: relative;
}
.cta-teaser .title-box {
  display: block;
  width: 100%;
  text-align: center;
}
.cta-teaser .title-box h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ad-primary-color);
  margin-top: 0;
  margin-bottom: 30px;
}
.cta-teaser .ct-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.cta-teaser .ct-container .ct-item {
  padding-left: 10px;
  padding-right: 10px;
}
.cta-teaser .ct-container.owl-carousel {
  margin-left: 0;
  margin-right: 0;
}
.cta-teaser .ct-container.owl-carousel .ct-item {
  padding-left: 0;
  padding-right: 0;
}
.cta-teaser .owl-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: none;
}
.cta-teaser .ct-item {
  max-width: 100%;
}
.cta-teaser .owl-carousel .ct-item {
  display: contents;
}
.cta-teaser .owl-carousel .ct-item .ct-box {
  margin-right: 0;
}
.cta-teaser .ct-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  background-color: var(--ad-white-color);
}
.cta-teaser .ct-box .ct-img {
  width: 200px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cta-teaser .ct-box .ct-img img {
  display: block;
  width: 100%;
  height: auto;
}
.cta-teaser .ct-box .ct-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 15px;
}
.cta-teaser .ct-box .ct-txt h5 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}
.cta-teaser .ct-box .ct-txt p {
  color: #4b5564;
  margin-top: 0;
  margin-bottom: 20px;
}
.cta-teaser .ct-box .ct-btn {
  margin-top: auto;
}
.cta-teaser .owl-controls {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.cta-teaser .owl-dots {
  display: block;
}
.cta-teaser .owl-dots .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #d9dee8;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.cta-teaser .owl-dots .owl-dot.active,
.cta-teaser .owl-dots .owl-dot:hover {
  border-color: #00a0f0;
  background-color: #00a0f0;
}
.cta-teaser .owl-nav .owl-next,
.cta-teaser .owl-nav .owl-prev {
  color: #00a0f0;
  cursor: pointer;
  font-family: var(--ad-font-family);
  font-size: var(--ad-font-size);
  font-weight: 600;
  position: absolute;
  text-decoration: none;
  top: 1px;
}
.cta-teaser .owl-nav .owl-prev {
  left: -35px;
}
.cta-teaser .owl-nav .owl-next {
  right: -35px;
}
@media screen and (max-width: 1344.98px) {
  .cta-teaser .owl-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 899.98px) {
  .cta-teaser .owl-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 499.98px) {
  .cta-teaser {
    margin-bottom: 40px;
  }
  .cta-teaser .standard-container {
    padding: 40px 0;
  }
  .cta-teaser .title-box h3 {
    font-size: var(--ad-font-size);
  }
  .cta-teaser .ct-box .ct-img {
    width: 140px;
  }
  .cta-teaser .ct-box .ct-txt h5 {
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .cta-teaser .ct-box .ct-txt p {
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 419.98px) {
  .cta-teaser-container .ct-btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cta-teaser .ct-box {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 20px;
  }
  .cta-teaser .ct-box .ct-txt h5 {
    line-height: 1.4;
  }
  .cta-teaser .ct-box .ct-txt p {
    line-height: 1.4;
    margin-bottom: 0;
  }
  .cta-teaser .ct-box .ct-btn {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
  }
  .cta-teaser .ct-box .ct-btn .button {
    display: block;
    width: 100%;
  }
}
.cta-image {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 460px;
  margin-bottom: 80px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.cta-image.bg-fixed {
  background-attachment: fixed;
}
.cta-image .standard-container {
  padding: 60px 0;
  display: block;
}
.cta-image .form-step-item {
  opacity: 1;
}
.cta-image .form-step-item,
.cta-image .form-step-item.step-hide {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.cta-image .form-step-item.step-hide {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.cta-image .ci-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 300px;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cta-image .ci-box h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
.cta-image .ci-box h3,
.cta-image .ci-box p {
  font-weight: 400;
  line-height: 1.4;
  color: var(--ad-white-color);
  margin-top: 0;
}
.cta-image .ci-box p {
  font-size: 20px;
  margin-bottom: 30px;
}
.cta-image .cta-teaser {
  position: relative;
  z-index: 2;
  margin-bottom: -30px;
}
.cta-image .cta-teaser .title-box h3 {
  color: var(--ad-white-color);
}
.cta-image .cta-teaser .ct-box {
  background-color: var(--ad-white-color);
}
.cta-image .cta-teaser .ct-box .ct-img {
  width: 160px;
}
.cta-image .cta-teaser .ct-box .ct-txt {
  padding-top: 10px;
  padding-bottom: 15px;
}
.cta-image .cta-teaser .owl-dots .owl-dot.active,
.cta-image .cta-teaser .owl-dots .owl-dot:hover {
  border-color: var(--ad-white-color);
  background-color: var(--ad-white-color);
}
.cta-image .cta-teaser .owl-nav .owl-next,
.cta-image .cta-teaser .owl-nav .owl-prev {
  color: var(--ad-white-color);
}
.cta-image .ci-form {
  margin-bottom: 10px;
}
.cta-image .ci-form input[type="email"],
.cta-image .ci-form input[type="text"] {
  min-width: 320px;
  font-size: 16px !important;
  text-align: left;
  line-height: 1.3 !important;
  color: #4b5564;
  padding: 9px 16px !important;
  margin-right: 0;
  margin-bottom: 20px !important;
  border: 1px solid #d9dee8 !important;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.cta-image .ci-form button {
  margin-bottom: 20px;
}
.cta-image .ci-form .error-group input {
  border: 1px solid #d7005f !important;
}
.cta-image .ci-form .error-info {
  display: block;
  max-width: 290px;
  min-height: 20px;
  margin: -20px auto 0;
}
.cta-image .ci-form .error-info p {
  opacity: 0;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: var(--ad-white-color);
  padding: 0;
  margin: 0 !important;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.cta-image .ci-form .form-group.error-group p {
  opacity: 1;
}
.cta-image .ci-form:after {
  content: "";
  display: block;
  clear: both;
}
.cta-image.form-one-row .form-group {
  display: inline-block;
  max-width: 300px;
  margin-right: 14px;
}
.cta-image.form-multi-row .ci-form input {
  display: block;
  margin: 0 auto 20px;
}
.cta-image.form-multi-row .ci-form button {
  min-width: 300px;
}
@media screen and (max-width: 579.98px) {
  .cta-image .ci-txt .button {
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 20px;
  }
  .cta-image .ci-form {
    margin-bottom: 0;
  }
  .cta-image.form-one-row .form-group {
    display: block;
    clear: both;
    float: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 499.98px) {
  .cta-image {
    margin-bottom: 60px;
  }
  .cta-image .standard-container {
    padding: 40px 0;
  }
  .cta-image .ct-container {
    margin-bottom: 20px;
  }
  .cta-image .ci-form input {
    margin-right: 0;
  }
}
@media screen and (max-width: 419.98px) {
  .cta-image .cta-teaser .ct-box .ct-img {
    margin-top: 10px;
    margin-left: 10px;
  }
  .cta-image .cta-teaser .ct-box .ct-txt {
    padding-bottom: 0;
  }
  .cta-image .cta-teaser .ct-box .ct-btn {
    left: 10px;
    right: 10px;
  }
}
.secondary-cta {
  overflow-x: hidden;
  margin-bottom: 40px;
}
.secondary-cta .standard-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.secondary-cta .sc-left-part {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 20px;
}
.secondary-cta .sc-left-part h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ad-primary-color);
  margin-top: 0;
  margin-bottom: 20px;
}
.secondary-cta .sc-right-part {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.secondary-cta .sc-rp-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 2px solid var(--ad-primary-color);
}
.secondary-cta .sc-rp-box .sc-rp-txt {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 20px;
}
.secondary-cta .sc-rp-box .sc-rp-txt h5 {
  font-size: 16px;
  color: var(--ad-primary-color);
  margin-top: 0;
  margin-bottom: 10px;
}
.secondary-cta .sc-rp-box .sc-rp-txt p {
  color: #4b5564;
  margin-bottom: 10px;
}
.secondary-cta .sc-rp-box .sc-rp-btn {
  width: 200px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
}
.secondary-cta .sc-rp-box .sc-rp-btn .button {
  min-width: 200px;
  text-align: center;
}
.secondary-cta .sc-rp-box .sc-rp-btn .button.main {
  color: #4b5564 !important;
  border: 2px solid #4b5564;
}
.secondary-cta .sc-rp-box .sc-rp-btn .button.main:hover {
  color: #00a0f0 !important;
  border: 2px solid #00a0f0;
}
@media screen and (max-width: 899.98px) {
  .secondary-cta .sc-rp-box {
    display: block;
  }
  .secondary-cta .sc-rp-box .sc-rp-txt {
    display: block;
    width: 100%;
  }
  .secondary-cta .sc-rp-box .sc-rp-txt p {
    margin-bottom: 15px;
  }
  .secondary-cta .sc-rp-box .sc-rp-btn {
    display: block;
    width: 100%;
  }
  .secondary-cta .sc-rp-box .sc-rp-btn .button {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .secondary-cta .sc-left-part,
  .secondary-cta .sc-right-part {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .secondary-cta .sc-right-part {
    display: block;
  }
}
@media screen and (max-width: 499.98px) {
  .secondary-cta {
    margin-bottom: 20px;
  }
  .secondary-cta .sc-left-part h3 {
    font-size: var(--ad-font-size);
  }
  .secondary-cta .sc-rp-box .sc-rp-txt h5,
  .secondary-cta .sc-rp-box .sc-rp-txt p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.section-adaption {
  overflow-x: hidden;
  margin-bottom: 66px;
}
.section-adaption .sa-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.section-adaption .sa-dim-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 7px;
}
.section-adaption .sa-dim-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 7px;
}
.section-adaption .sa-dim-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding: 0 7px;
}
.section-adaption .sa-box {
  display: block;
  position: relative;
  overflow: hidden;
  height: 440px;
  margin-bottom: 14px;
  background-color: #d9dee8;
}
.section-adaption .sa-box img {
  display: block;
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.section-adaption .sa-box .sa-txt {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.section-adaption .sa-box .sa-txt h4 {
  position: relative;
  z-index: 1;
  color: var(--ad-white-color);
  font-size: var(--ad-font-size);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.section-adaption .sa-box .sa-txt p {
  position: relative;
  z-index: 1;
  color: var(--ad-white-color);
  margin-top: 0;
  margin-bottom: 5px;
}
.section-adaption .sa-box .sa-txt:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 0.5);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(25%, rgb(0 0 0 / 0.2)),
    to(var(--ad-primary-color))
  );
  background: -webkit-linear-gradient(
    top,
    transparent,
    rgb(0 0 0 / 0.2) 25%,
    var(--ad-primary-color)
  );
  background: -o-linear-gradient(
    top,
    transparent 0,
    rgb(0 0 0 / 0.2) 25%,
    var(--ad-primary-color) 100%
  );
  background: linear-gradient(
    180deg,
    transparent 0,
    rgb(0 0 0 / 0.2) 25%,
    var(--ad-primary-color)
  );
}
.section-adaption .sa-box.black-title .sa-txt h4,
.section-adaption .sa-box.black-title .sa-txt p {
  color: var(--ad-primary-color);
}
.section-adaption .sa-box.black-title .sa-txt:before {
  background: hsl(0 0% 100% / 0.5);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff0),
    color-stop(25%, hsl(0 0% 100% / 0.2)),
    to(var(--ad-white-color))
  );
  background: -webkit-linear-gradient(
    top,
    #fff0,
    hsl(0 0% 100% / 0.2) 25%,
    var(--ad-white-color)
  );
  background: -o-linear-gradient(
    top,
    #fff0 0,
    hsl(0 0% 100% / 0.2) 25%,
    var(--ad-white-color) 100%
  );
  background: linear-gradient(
    180deg,
    #fff0 0,
    hsl(0 0% 100% / 0.2) 25%,
    var(--ad-white-color)
  );
}
.section-adaption .sa-box a:hover img {
  -webkit-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1344.98px) {
  .section-adaption .sa-box {
    height: 400px;
  }
}
@media screen and (max-width: 1099.98px) {
  .section-adaption .sa-box {
    height: 360px;
  }
}
@media screen and (max-width: 979.98px) {
  .section-adaption .sa-box {
    height: 320px;
  }
}
@media screen and (max-width: 899.98px) {
  .section-adaption .sa-dim-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .section-adaption .sa-dim-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .section-adaption .sa-dim-4,
  .section-adaption .sa-dim-6,
  .section-adaption .sa-dim-8 {
    padding: 0 5px;
  }
  .section-adaption .sa-block {
    margin: 0 -5px;
  }
  .section-adaption .sa-box {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .section-adaption .sa-dim-4,
  .section-adaption .sa-dim-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-adaption .sa-box {
    padding-top: 100%;
  }
}
@media screen and (max-width: 499.98px) {
  .section-adaption {
    margin-bottom: 50px;
  }
  .section-adaption .sa-dim-4,
  .section-adaption .sa-dim-6,
  .section-adaption .sa-dim-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-adaption .sa-box .sa-txt {
    padding: 15px;
  }
}
.flip-flop-module {
  margin-bottom: 80px;
}
.flip-flop-module .standard-container .standard-container {
  position: absolute !important;
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
.flip-flop-module .section-divider {
  height: 100%;
  margin-bottom: 0;
}
.flip-flop-module .ffm-main-title h3 {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  color: var(--ad-primary-color);
  margin-top: 0;
  margin-bottom: 40px;
}
.flip-flop-module .ffm-main-title h3 span {
  -webkit-box-shadow: inset 0 -3px var(--ad-white-color),
    inset 0 -13px rgb(112 0 189 / 0.4);
  box-shadow: inset 0 -3px var(--ad-white-color),
    inset 0 -13px rgb(112 0 189 / 0.4);
}
.flip-flop-module.main-title-color-blue h3 {
  color: #00a0f0;
}
.flip-flop-module.main-title-color-blue h3 span {
  -webkit-box-shadow: inset 0 -3px var(--ad-white-color), inset 0 -13px #eef0f2;
  box-shadow: inset 0 -3px var(--ad-white-color), inset 0 -13px #eef0f2;
}
.flip-flop-module.main-title-color-yellow h3 {
  color: #ffb400;
}
.flip-flop-module.main-title-color-yellow h3 span {
  -webkit-box-shadow: inset 0 -3px var(--ad-white-color), inset 0 -13px #eef0f2;
  box-shadow: inset 0 -3px var(--ad-white-color), inset 0 -13px #eef0f2;
}
.flip-flop-module .ffm-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
}
.flip-flop-module .ffm-container .textteaser {
  margin-bottom: 0 !important;
}
.flip-flop-module .ffm-container .textteaser:after {
  content: "" !important;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eef0f2;
}
.flip-flop-module .ffm-container .stage-button {
  padding: 0;
  margin-top: 20px;
}
.flip-flop-module .ffm-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 580px;
}
.flip-flop-module .ffm-item.txt-item {
  position: relative;
}
.flip-flop-module .ffm-item:nth-of-type(2) {
  padding: 0 40px;
}
.flip-flop-module .ffm-item:first-of-type {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.flip-flop-module .ffm-item:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.flip-flop-module .ffm-item .ffm-img-container {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--ad-white-color);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.flip-flop-module .ffm-item .ffm-title h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ad-primary-color);
  margin-top: 0;
  margin-bottom: 40px;
}
.flip-flop-module .ffm-item blockquote {
  margin: 0;
}
.flip-flop-module .ffm-item blockquote p {
  -webkit-box-shadow: 16px 0 0 #00a0f0, -16px 0 0 #00a0f0;
  box-shadow: 16px 0 0 #00a0f0, -16px 0 0 #00a0f0;
  background-color: #00a0f0;
  color: var(--ad-white-color) !important;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 1.5em;
  line-height: 1.375em;
  text-decoration: none;
  padding: 1px 1px 2px;
}
.flip-flop-module .ffm-item blockquote cite {
  display: block;
  font-style: normal;
  font-size: 1em;
  line-height: 1.625em;
  margin-top: 10px;
}
.flip-flop-module .ffm-item .ffm-txt-block .fm-txt-box {
  min-height: 94px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}
.flip-flop-module .ffm-item .ffm-txt-block .fm-txt-box:last-of-type {
  margin-bottom: 0;
}
.flip-flop-module .ffm-item .ffm-txt-block h5 {
  font-size: 16px;
  color: var(--ad-primary-color);
  margin-top: 0;
  margin-bottom: 10px;
}
.flip-flop-module .ffm-item .ffm-txt-block p {
  color: #4b5564;
  margin-bottom: 10px;
}
.flip-flop-module .ffm-item .ffm-btn {
  margin-top: 40px;
}
.flip-flop-module .ffm-item .play-video {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
}
.flip-flop-module .ffm-item .play-video a {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
}
.flip-flop-module .ffm-item .play-video .tk-icon:before {
  width: 40px;
  text-align: center;
}
.flip-flop-module .ffm-container.img-right .ffm-item:first-of-type {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.flip-flop-module .ffm-container.img-right .ffm-item:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.flip-flop-module .ffm-container.txt-vertical-center .ffm-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flip-flop-module .ffm-container.text-two-columns .ffm-item .ffm-txt-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
}
.flip-flop-module
  .ffm-container.text-two-columns
  .ffm-item
  .ffm-txt-block
  .fm-txt-box {
  width: 50%;
}
.flip-flop-module
  .ffm-container.text-two-columns
  .ffm-item
  .ffm-txt-block
  .fm-txt-box:first-of-type,
.flip-flop-module
  .ffm-container.text-two-columns
  .ffm-item
  .ffm-txt-block
  .fm-txt-box:nth-of-type(2) {
  margin-bottom: 40px;
}
.flip-flop-module
  .ffm-container.text-two-columns
  .ffm-item
  .ffm-txt-block
  .fm-txt-box:nth-of-type(3),
.flip-flop-module
  .ffm-container.text-two-columns
  .ffm-item
  .ffm-txt-block
  .fm-txt-box:nth-of-type(4) {
  margin-bottom: 0;
}
.flip-flop-module .ffm-container.spacing-ver-medium {
  margin-bottom: 40px;
}
.flip-flop-module .ffm-container.spacing-ver-medium:last-of-type {
  margin-bottom: 0;
}
.flip-flop-module .ffm-container.spacing-ver-large {
  margin-bottom: 80px;
}
.flip-flop-module .ffm-container.spacing-ver-large:last-of-type {
  margin-bottom: 0;
}
.flip-flop-module .ffm-container.spacing-hor-medium .ffm-item.img-item {
  padding-left: 0;
  padding-right: 40px;
}
.flip-flop-module
  .ffm-container.img-right.spacing-hor-medium
  .ffm-item.img-item {
  padding-left: 40px;
  padding-right: 0;
}
.flip-flop-module .ffm-container.spacing-hor-large .ffm-item.img-item {
  padding-left: 0;
  padding-right: 60px;
}
.flip-flop-module .ffm-container.spacing-hor-large .ffm-item.txt-item {
  padding-left: 60px;
  padding-right: 60px;
}
.flip-flop-module
  .ffm-container.img-right.spacing-hor-large
  .ffm-item.img-item {
  padding-left: 60px;
  padding-right: 0;
}
.flip-flop-module
  .ffm-container.img-right.spacing-hor-large
  .ffm-item.txt-item {
  padding-left: 60px;
  padding-right: 60px;
}
.flip-flop-module .owl-carousel,
.flip-flop-module .owl-carousel .owl-item,
.flip-flop-module .owl-carousel .owl-stage,
.flip-flop-module .owl-carousel .owl-stage-outer {
  height: 100%;
}
.flip-flop-module .owl-carousel .owl-item .owl-item {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}
.flip-flop-module .owl-carousel .owl-controls {
  position: absolute;
  width: 96%;
  top: 50%;
  left: 2%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flip-flop-module .owl-carousel .owl-controls .owl-prev {
  float: left;
}
.flip-flop-module .owl-carousel .owl-controls .owl-next {
  float: right;
}
@media (max-width: 1099.98px) {
  .flip-flop-module .ffm-container.img-right .ffm-item:first-of-type {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flip-flop-module .ffm-container.img-right .ffm-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .flip-flop-module .ffm-item {
    width: 100%;
    min-height: unset;
  }
  .flip-flop-module .ffm-item.img-item {
    padding: 0 !important;
  }
  .flip-flop-module .ffm-item.txt-item {
    padding: 30px 15px !important;
  }
  .flip-flop-module .ffm-item .ffm-img-container {
    min-height: 380px;
  }
}
@media screen and (min-width: 500px) and (max-width: 1424.98px) {
  .sticky-navbar #sticky-menu.btn-sticky-menu {
    display: block;
  }
  nav.menu .menu-sticky {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 95px;
    right: 0;
  }
}
@media (max-width: 1424.98px) {
  .blue-shadow,
  .section-divider h3,
  .stage-full-height .stage-text h1,
  .stage-full-height .stage-text p {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .stage-full-height.title-yellow-shadow .stage-text h1,
  .stage-full-height.title-yellow-shadow .stage-text p,
  .yellow-shadow {
    -webkit-box-shadow: 30px 0 0 #ffb400, -40px 0 0 #ffb400;
    box-shadow: 30px 0 0 #ffb400, -40px 0 0 #ffb400;
  }
  .gray-shadow,
  .stage-full-height.title-gray-shadow .stage-text h1,
  .stage-full-height.title-gray-shadow .stage-text p {
    -webkit-box-shadow: 30px 0 0 #d9dee8, -40px 0 0 #d9dee8;
    box-shadow: 30px 0 0 #d9dee8, -40px 0 0 #d9dee8;
  }
  .stage-full-height.title-white-shadow .stage-text h1,
  .stage-full-height.title-white-shadow .stage-text p,
  .white-shadow {
    -webkit-box-shadow: 30px 0 0 var(--ad-white-color),
      -40px 0 0 var(--ad-white-color);
    box-shadow: 30px 0 0 var(--ad-white-color), -40px 0 0 var(--ad-white-color);
  }
  .standard-container {
    margin: 0 40px;
    width: auto;
  }
  .image-button {
    margin: 6px 0 0;
  }
  .stage-full-height .text-box .image-text {
    margin-left: -20px;
  }
  .stage-full-height .text-box .image-text.blue-stripes h3,
  .stage-full-height .text-box .image-text.blue-stripes p {
    -webkit-box-shadow: 36px 0 0 #00a0f0, -36px 0 0 #00a0f0;
    box-shadow: 36px 0 0 #00a0f0, -36px 0 0 #00a0f0;
  }
  nav.menu > a:active,
  nav.menu > a:focus,
  nav.menu > a:hover {
    background-color: #fff0;
  }
  nav.menu .menu-sticky,
  nav.menu > a.active {
    background-color: var(--ad-primary-color);
  }
  nav.menu .menu-sticky {
    display: none;
    padding: 10px 0;
    width: 100%;
    -webkit-transition-duration: all 0.3s ease-in-out;
    -o-transition-duration: all 0.3s ease-in-out;
    transition-duration: all 0.3s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  nav.menu #sticky-menu.active + .menu-sticky {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
    top: 65px;
    opacity: 1;
    width: auto;
  }
  nav.menu li.menu-item {
    padding: 0 20px;
  }
  nav.menu li.menu-item.active > a,
  nav.menu li.menu-item > a:active,
  nav.menu li.menu-item > a:focus,
  nav.menu li.menu-item > a:hover {
    width: 100%;
    font-weight: 700;
    border-top: 1px solid #fff0;
    border-bottom: 1px solid var(--ad-white-color);
  }
  nav.menu li.menu-item a {
    width: 100%;
    border-top: 1px solid #fff0;
    border-bottom: 1px solid var(--ad-white-color);
  }
  nav.menu li.menu-item:last-of-type a {
    border-bottom: 1px solid #fff0;
  }
}
@media screen and (max-width: 979.98px) {
  .standard-container {
    margin: 0 28px;
    width: auto;
  }
  .stage-full-height .text-box .image-text.blue-stripes h3,
  .stage-full-height .text-box .image-text.blue-stripes p {
    -webkit-box-shadow: 25px 0 0 #00a0f0, -25px 0 0 #00a0f0;
    box-shadow: 25px 0 0 #00a0f0, -25px 0 0 #00a0f0;
  }
  .stage-full-height .text-box .image-desc ul li {
    font-size: 16px;
    line-height: 16px;
  }
  .stage-full-height .text-box .image-desc ul li i {
    display: block;
    height: 40px;
    margin: 0 0 10px;
  }
  .stage-full-height .text-box .image-desc ul li span {
    display: block;
    line-height: 24px;
    margin-right: 0;
  }
  .tk-icon:before {
    margin: 0;
  }
}
@media screen and (max-width: 899.98px) {
  #header .head #logo-wrapper #logo {
    bottom: 0 !important;
  }
}
@media screen and (max-width: 499.98px) {
  .standard-container {
    margin: 0 22px;
    width: auto;
  }
  .sticky-navbar .sticky-wrapper {
    padding: 0 16px;
    background-color: var(--ad-primary-color);
  }
  .stage-full-height .stage-text {
    top: 50%;
  }
  .sticky-navbar .sticky-content {
    display: none;
    position: absolute;
    z-index: -1;
    top: 70px;
    opacity: 0;
    right: 0;
    left: 0;
    margin: 0;
    background-color: var(--ad-primary-color);
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .sticky-navbar #sticky-menu-full.btn-sticky-menu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: inherit;
    line-height: 2.125em;
    padding: 3px 16px 3px 16px;
    margin: 0 -16px 0 0;
  }
  .sticky-navbar #sticky-menu-full.active + .sticky-content {
    display: block;
    z-index: 9;
    top: 40px;
    opacity: 1;
  }
  .sticky-navbar #sticky-menu-full.active + .sticky-content .menu-sticky {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sticky-navbar #sticky-menu-full.active + .sticky-content .menu-next-step {
    z-index: 1;
  }
  nav.menu {
    padding: 0;
  }
  nav.menu .menu-sticky {
    padding: 10px 0 0;
  }
  nav.menu li.menu-item {
    padding: 0 15px;
  }
  nav.submenu {
    padding: 0 10px 15px;
  }
  nav.submenu > #next-step {
    display: none;
  }
  nav.submenu .menu-next-step {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    top: 0;
    z-index: -1;
    opacity: 1;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    background-color: #fff0;
  }
  nav.submenu .menu-next-step:before {
    display: none;
  }
  nav.submenu .menu-next-step li {
    max-width: 50%;
    padding: 0 5px;
    margin-top: 10px;
    flex: 1;
  }
  nav.submenu .menu-next-step li a {
    margin: 0;
    height: 100%;
    display: grid;
    align-items: center;
  }
  nav.submenu .menu-next-step li a:hover {
    color: var(--ad-white-color);
    background-color: #a31aff;
  }
}
@media screen and (max-width: 359.98px) {
  .icon-placement .ip-il-box {
    width: 100% !important;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stage-full-height .media-box {
    min-height: 620px;
  }
}
.stage-full-height .stage-desc ul li {
  max-width: 33.333333%;
  line-height: 20px;
}
.stage-full-height .stage-desc ul li > span::after {
  content: "\A";
  white-space: pre;
}
#full-width .cabin-viewer .homeslider,
#main .cabin-viewer .homeslider,
#stage .cabin-viewer .homeslider {
  display: block;
}
.icon-placement .ip-il-box {
  justify-content: center;
}
@media screen and (max-width: 499.98px) {
  .icon-placement .ip-iconlist,
  .icon-placement .ip-iconlist .ip-il-title {
    justify-content: flex-start;
  }
  .icon-placement .ip-iconlist .ip-il-box {
    justify-content: flex-start;
  }
}
@media (max-width: 499px) {
  .cabin-viewer {
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 499px) {
  #header .mainnavi {
    border-bottom: 0;
  }
}
.cta-image .cta-teaser .owl-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.image-slider-gallery .owl-nav {
  z-index: 1 !important;
}
.flip-flop-module .ffm-small .ffm-item {
  min-height: 400px !important;
}
#contact input.select-search {
  width: 100%;
  float: none;
  margin-bottom: 5px;
}
.generic-form .error-txt {
  display: none;
}
.generic-form .error .error-txt {
  display: block;
}
@media screen and (max-width: 399.98px) {
  .section-divider.height-half {
    height: 65vh;
  }
  .section-divider .sd-button .button {
    margin-top: 30px;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 499.98px) {
  .section-divider.title-small h3 {
    font-size: 20px;
    line-height: 2.45rem;
  }
  .section-divider .sd-block {
    max-width: 80%;
  }
  .stage-full-height .stage-desc ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }
  .stage-full-height .stage-desc ul li {
    max-width: 100%;
    line-height: 7px;
    display: flex;
  }
  .stage-full-height .stage-desc ul li i,
  .stage-full-height .stage-desc ul li img {
    display: block;
  }
  .stage-full-height .stage-desc ul li span {
    margin-right: 10px;
  }
  .stage-full-height .stage-desc ul li {
    line-height: 32px;
  }
  .blue-shadow,
  .section-divider h3,
  .stage-full-height .stage-text h1,
  .stage-full-height .stage-text p {
    border-radius: 0 !important;
  }
  .blue-shadow,
  .section-divider h3,
  .stage-full-height .stage-text h1,
  .stage-full-height .stage-text p {
    box-shadow: 30px 0 0 #00a0f0, -32px 0 0 #00a0f0;
  }
}
.blue-shadow,
.section-divider h3,
.stage-full-height .stage-text h1,
.stage-full-height .stage-text p {
  border-radius: 0 !important;
}
.headline-container {
  margin: 0 auto 0;
}
.lightbox-visible {
  display: none;
}
.mfp-container .lightbox-visible {
  display: block;
  height: inherit !important;
}
.lightbox-content .close,
.mfp-close {
  cursor: pointer;
  font-size: 0;
  height: 42px;
  line-height: 0;
  right: 16px;
  top: 160px;
  width: 42px;
}
.lightbox-content .close:before,
.mfp-close:before {
  display: inline-block;
  font-family: var(--ad-font-family);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: underline;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lightbox-content .close:before,
.lightbox-content .close:hover:before,
.mfp-close:before,
.mfp-close:hover:before {
  text-decoration: none;
}
.lightbox-content .close:before,
.mfp-close:before {
  content: "\e606";
}
.lightbox-content .close:before,
.mfp-close:before {
  color: #00a0f0;
  font-size: 42px;
  line-height: 1;
}
body > .lightbox-content {
  background-color: var(--ad-primary-color);
}
.lightbox-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--ad-white-color);
  min-height: 100%;
  padding-top: 81.008px;
}
.lightbox-content.has-video {
  height: inherit;
}
.lightbox-content .lightbox-slider {
  position: relative;
}
.lightbox-content .flash-wrapper {
  height: 575px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .lightbox-content .flash-wrapper {
    height: 0;
    padding-bottom: 66.66%;
  }
}
.lightbox-content .flash-wrapper object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lightbox-content .content-fixed,
.lightbox-content .imagedata {
  margin: 0 auto;
  max-width: 67.5%;
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .lightbox-content .content-fixed,
  .lightbox-content .imagedata {
    width: 85%;
  }
}
.lightbox-content .content-fixed figure,
.lightbox-content .imagedata figure {
  text-align: center;
}
.lightbox-content .content-fixed figure img,
.lightbox-content .imagedata figure img {
  max-width: 100%;
}
.lightbox-content .content-fixed .info,
.lightbox-content .imagedata .info {
  background-color: var(--ad-white-color);
  margin: 0;
  padding: 7.104px 16px 0;
  text-align: left;
}
.lightbox-content .content-fixed .info:after,
.lightbox-content .content-fixed .info:before,
.lightbox-content .imagedata .info:after,
.lightbox-content .imagedata .info:before {
  content: "";
  display: table;
}
.lightbox-content .content-fixed .info:after,
.lightbox-content .imagedata .info:after {
  clear: both;
}
.lightbox-content .content-fixed .info:after,
.lightbox-content .content-fixed .info:before,
.lightbox-content .imagedata .info:after,
.lightbox-content .imagedata .info:before {
  content: " ";
  display: table;
}
.lightbox-content .content-fixed .info:after,
.lightbox-content .imagedata .info:after {
  clear: both;
}
.lightbox-content .content-fixed .info:after,
.lightbox-content .imagedata .info:after {
  background-color: #d9dee8;
  content: "";
  height: 1px;
  width: 100%;
}
.lightbox-content .content-fixed .info small,
.lightbox-content .imagedata .info small {
  color: #78879b;
  display: block;
  font-size: 0.75em;
  line-height: 1.33333333em;
  margin-bottom: 24px;
}
.lightbox-content .content-fixed .info .terms-link,
.lightbox-content .imagedata .info .terms-link {
  color: #00a0f0;
  cursor: pointer;
  float: left;
  margin-right: 2em;
  margin-bottom: 10.672px;
  text-decoration: none;
}
.no-js .lightbox-content .content-fixed .info .terms-link,
.no-js .lightbox-content .imagedata .info .terms-link {
  display: none;
}
.lightbox-content .content-fixed .info .terms-link:after,
.lightbox-content .imagedata .info .terms-link:after {
  display: inline-block;
  font-family: var(--ad-font-family);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: underline;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lightbox-content .content-fixed .info .terms-link:after,
.lightbox-content .content-fixed .info .terms-link:hover:after,
.lightbox-content .imagedata .info .terms-link:after,
.lightbox-content .imagedata .info .terms-link:hover:after {
  text-decoration: none;
}
.lightbox-content .content-fixed .info .terms-link:after,
.lightbox-content .imagedata .info .terms-link:after {
  content: "\e638";
}
.lightbox-content .content-fixed .info .terms-link:active,
.lightbox-content .content-fixed .info .terms-link:focus,
.lightbox-content .content-fixed .info .terms-link:hover,
.lightbox-content .imagedata .info .terms-link:active,
.lightbox-content .imagedata .info .terms-link:focus,
.lightbox-content .imagedata .info .terms-link:hover {
  text-decoration: underline;
}
.lightbox-content .content-fixed .info .terms-link:after,
.lightbox-content .imagedata .info .terms-link:after {
  font-size: 12px;
  display: inline-block;
  margin-left: 4px;
  position: relative;
}
.lightbox-content .content-fixed .info .downloads,
.lightbox-content .imagedata .info .downloads {
  float: right;
  margin-bottom: 10.672px;
}
.lightbox-content .content-fixed .info .downloads a,
.lightbox-content .imagedata .info .downloads a {
  color: #00a0f0;
  margin-left: 24px;
  text-decoration: none;
}
.lightbox-content .content-fixed .info .downloads a:before,
.lightbox-content .imagedata .info .downloads a:before {
  display: inline-block;
  font-family: var(--ad-font-family);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: underline;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lightbox-content .content-fixed .info .downloads a:before,
.lightbox-content .content-fixed .info .downloads a:hover:before,
.lightbox-content .imagedata .info .downloads a:before,
.lightbox-content .imagedata .info .downloads a:hover:before {
  text-decoration: none;
}
.lightbox-content .content-fixed .info .downloads a:before,
.lightbox-content .imagedata .info .downloads a:before {
  content: "\e605";
}
.lightbox-content .content-fixed .info .downloads a:active,
.lightbox-content .content-fixed .info .downloads a:focus,
.lightbox-content .content-fixed .info .downloads a:hover,
.lightbox-content .imagedata .info .downloads a:active,
.lightbox-content .imagedata .info .downloads a:focus,
.lightbox-content .imagedata .info .downloads a:hover {
  text-decoration: underline;
}
.lightbox-content .content-fixed .info .downloads a:before,
.lightbox-content .imagedata .info .downloads a:before {
  font-size: 14px;
  font-weight: 700;
  margin-right: 2px;
  position: relative;
}
.lightbox-content .content-fixed figcaption,
.lightbox-content .imagedata figcaption {
  background-color: var(--ad-white-color);
  border-top: 1px solid rgb(255 255 255 / 0.6);
  color: #4b5564;
  padding: 24px 16px;
  text-align: left;
}
.lightbox-content .content-fixed figcaption h3,
.lightbox-content .imagedata figcaption h3 {
  font-size: 1.5em;
  line-height: 1.375em;
  color: var(--ad-primary-color);
  font-weight: 400;
  margin: 0 0 10.672px;
}
.lightbox-content .content-fixed figcaption p,
.lightbox-content .imagedata figcaption p {
  margin: 0 0 10.672px;
}
.lightbox-content .content-fixed .termsofuse,
.lightbox-content .imagedata .termsofuse {
  background-color: rgb(255 255 255 / 0.95);
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #4b5564;
  display: none;
  min-height: 100%;
  left: 0;
  opacity: 0;
  right: 0;
  overflow-y: auto;
  padding: 10% 16.5% 5% 16.5%;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 200;
}
.lightbox-content .content-fixed .termsofuse.visible,
.lightbox-content .imagedata .termsofuse.visible {
  display: block;
  opacity: 1;
}
.lightbox-content .content-fixed .termsofuse .headline,
.lightbox-content .imagedata .termsofuse .headline {
  color: var(--ad-primary-color);
  font-size: 1.5em;
  line-height: 1.375em;
  margin: 0 0 10.672px;
}
.lightbox-content .content-fixed .termsofuse p,
.lightbox-content .imagedata .termsofuse p {
  margin: 0 0 16px;
}
.lightbox-content .content-fixed .termsofuse a,
.lightbox-content .imagedata .termsofuse a {
  border-bottom: 1px solid #00a0f0;
  color: #00a0f0;
  padding-bottom: 0;
  text-decoration: none;
}
.lightbox-content .content-fixed .termsofuse a.close-link,
.lightbox-content .imagedata .termsofuse a.close-link {
  border-bottom: 0 none;
  font-size: 1.125em;
  line-height: 1.44444444em;
  float: right;
  margin-top: 24px;
}
.lightbox-content .content-fixed .termsofuse a.close-link:after,
.lightbox-content .imagedata .termsofuse a.close-link:after {
  display: inline-block;
  font-family: var(--ad-font-family);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: underline;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lightbox-content .content-fixed .termsofuse a.close-link:after,
.lightbox-content .content-fixed .termsofuse a.close-link:hover:after,
.lightbox-content .imagedata .termsofuse a.close-link:after,
.lightbox-content .imagedata .termsofuse a.close-link:hover:after {
  text-decoration: none;
}
.lightbox-content .content-fixed .termsofuse a.close-link:after,
.lightbox-content .imagedata .termsofuse a.close-link:after {
  content: "\e659";
}
.lightbox-content .content-fixed .termsofuse a.close-link:after,
.lightbox-content .imagedata .termsofuse a.close-link:after {
  margin-left: 11px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  top: 1px;
}
.lightbox-content .content-fixed .termsofuse a.close-link:active,
.lightbox-content .content-fixed .termsofuse a.close-link:focus,
.lightbox-content .content-fixed .termsofuse a.close-link:hover,
.lightbox-content .imagedata .termsofuse a.close-link:active,
.lightbox-content .imagedata .termsofuse a.close-link:focus,
.lightbox-content .imagedata .termsofuse a.close-link:hover {
  text-decoration: underline;
}
.lightbox-content .content-fixed .termsofuse a:active,
.lightbox-content .content-fixed .termsofuse a:focus,
.lightbox-content .content-fixed .termsofuse a:hover,
.lightbox-content .imagedata .termsofuse a:active,
.lightbox-content .imagedata .termsofuse a:focus,
.lightbox-content .imagedata .termsofuse a:hover {
  border-bottom: 0 none;
}
.lightbox-content .owl-next,
.lightbox-content .owl-prev {
  color: #00a0f0;
  font-size: 36px;
  height: 70px;
  line-height: 70px;
  padding-top: 30px;
  position: fixed;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50px;
  z-index: 100;
}
.lightbox-content .owl-next:before,
.lightbox-content .owl-prev:before {
  display: inline-block;
  font-family: var(--ad-font-family);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: underline;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lightbox-content .owl-next:before,
.lightbox-content .owl-next:hover:before,
.lightbox-content .owl-prev:before,
.lightbox-content .owl-prev:hover:before {
  text-decoration: none;
}
.lightbox-content .owl-next:before,
.lightbox-content .owl-prev:before {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
}
.lightbox-content .owl-next:active,
.lightbox-content .owl-next:hover,
.lightbox-content .owl-prev:active,
.lightbox-content .owl-prev:hover {
  opacity: 0.6;
}
.lightbox-content .owl-next.disabled,
.lightbox-content .owl-prev.disabled {
  display: none;
}
.lt-ie9 .lightbox-content .owl-next,
.lt-ie9 .lightbox-content .owl-prev {
  font-size: 36px;
  height: 70px;
  line-height: 70px;
  padding-top: 30px;
}
.lightbox-content .owl-prev {
  left: 24px;
}
.lightbox-content .owl-prev:before {
  content: "\e61d";
}
.lightbox-content .owl-next {
  right: 24px;
}
.lightbox-content .owl-next:before {
  content: "\e61a";
}
.lightbox-content .pager {
  color: var(--ad-white-color);
  left: 16px;
  position: absolute;
  top: -55px;
}
.lightbox-content .panorama-container {
  background-color: #00a0f0;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.lightbox-content .panorama-container .cycle {
  background-size: auto 100% !important;
  background-repeat: no-repeat;
  height: 500px;
}
.lightbox-content .panorama-container .cycle.navi-arrow-active {
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  -o-transition: background-position 1s;
  transition: background-position 1s;
}
.ie9 .lightbox-content .panorama-container .cycle,
.lt-ie9 .lightbox-content .panorama-container .cycle {
  background-size: cover !important;
}
.lightbox-content .panorama-container .panorama-nav .next,
.lightbox-content .panorama-container .panorama-nav .prev {
  color: #00a0f0;
  font-size: 54px;
  height: 70px;
  line-height: 70px;
  padding-top: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50px;
  z-index: 100;
  margin-top: -35px;
  position: absolute;
  cursor: pointer;
}
.lightbox-content .panorama-container .panorama-nav .next:before,
.lightbox-content .panorama-container .panorama-nav .prev:before {
  display: inline-block;
  font-family: var(--ad-font-family);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: underline;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lightbox-content .panorama-container .panorama-nav .next:before,
.lightbox-content .panorama-container .panorama-nav .next:hover:before,
.lightbox-content .panorama-container .panorama-nav .prev:before,
.lightbox-content .panorama-container .panorama-nav .prev:hover:before {
  text-decoration: none;
}
.lightbox-content .panorama-container .panorama-nav .next:active,
.lightbox-content .panorama-container .panorama-nav .next:hover,
.lightbox-content .panorama-container .panorama-nav .prev:active,
.lightbox-content .panorama-container .panorama-nav .prev:hover {
  cursor: pointer;
}
.lightbox-content .panorama-container .panorama-nav .next:active:before,
.lightbox-content .panorama-container .panorama-nav .next:hover:before,
.lightbox-content .panorama-container .panorama-nav .prev:active:before,
.lightbox-content .panorama-container .panorama-nav .prev:hover:before {
  opacity: 0.6;
}
.touch .lightbox-content .panorama-container .panorama-nav .next:active:before,
.touch .lightbox-content .panorama-container .panorama-nav .next:hover:before,
.touch .lightbox-content .panorama-container .panorama-nav .prev:active:before,
.touch .lightbox-content .panorama-container .panorama-nav .prev:hover:before {
  opacity: 1;
}
.lightbox-content .panorama-container .panorama-nav .next:before,
.lightbox-content .panorama-container .panorama-nav .prev:before {
  position: absolute;
  top: 17px;
}
.lightbox-content .panorama-container .panorama-nav .prev {
  left: 0;
}
.lightbox-content .panorama-container .panorama-nav .prev:before {
  content: "\e61d";
}
.lightbox-content .panorama-container .panorama-nav .prev:before {
  left: 14px;
}
.lightbox-content .panorama-container .panorama-nav .next {
  right: 0;
}
.lightbox-content .panorama-container .panorama-nav .next:before {
  content: "\e61a";
}
.lightbox-content .panorama-container .panorama-nav .next:before {
  right: 14px;
}
.lightbox-content .panorama-container.overflow-y {
  overflow-y: auto;
  overflow-x: hidden;
}
.lightbox-content .content-fixed {
  background-color: var(--ad-white-color);
  width: 100%;
  z-index: 20;
}
.lightbox-content .content-fixed .info,
.lightbox-content .content-fixed figcaption {
  max-width: 60%;
  margin: 0 auto;
}
.lightbox-content .content-fixed .termsofuse {
  top: 81.008px;
}
.mfp-container .lightbox-visible #lightbox-content {
  opacity: 0;
  transition: opacity 50ms ease;
}
.standard-container {
  width: auto;
  max-width: 1334px;
  top: 0;
  bottom: 0;
  padding: 0 16px;
  margin: 0 auto;
}
ol,
ul {
  list-style: none;
}
.container_po {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container_po {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container_po {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container_po {
    width: 1170px;
  }
}
.container_po-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row_po {
  margin-right: -15px;
  margin-left: -15px;
}
.row_po-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row_po-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:after,
.clearfix:before,
.container_po-fluid:after,
.container_po-fluid:before,
.container_po:after,
.container_po:before,
.row_po:after,
.row_po:before {
  display: table;
  content: " ";
}
.clearfix:after,
.container_po-fluid:after,
.container_po:after,
.row_po:after {
  clear: both;
}
.product__container {
  width: 100%;
  min-width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.product__container.full-height .product__field--item {
  height: 310px;
  background-size: cover;
}
.product__container.half-height .product__field--item {
  height: 150px;
  background-size: cover;
}
.zoho-survey {
  width: 100%;
  min-height: 480px;
  margin-bottom: 40px;
}
#stage .zoho-survey {
  display: block;
  max-width: 1334px;
  min-height: 600px;
  margin: 0 auto;
}
#main #content .zoho-survey {
  min-height: 600px;
}
#full-width .zoho-survey {
  min-height: 600px;
}
.product__field {
  height: 340px;
  min-height: 340px;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product__field,
.product__field--header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product__field--header {
  margin-bottom: 5px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product__field--header:first-child {
  -webkit-box-shadow: -13px 0 0 0 var(--ad-white-color);
  box-shadow: -13px 0 0 0 var(--ad-white-color);
}
.product__field--header--text {
  margin: 0 !important;
  background: 0 0;
  color: var(--ad-primary-color);
  right: 10%;
  width: 200px;
  text-align: center;
  padding: 8px 15px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1.3;
}
.product__field--header--icon {
  width: 20px;
  height: 20px;
}
.product__field--item {
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 2px solid var(--ad-white-color);
  width: 100%;
  min-width: 100%;
  height: 97px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 2px rgb(164 217 243 / 0.25);
  box-shadow: 0 3px 2px rgb(164 217 243 / 0.25);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-background-size: 55% 55%;
  background-size: 65%;
}
.product__field--item:hover {
  -webkit-background-size: 65% 65%;
  background-size: 65%;
}
.product__field--item:hover .product__overlay--dark {
  left: -20%;
}
.product__overlay--dark {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: -40%;
  left: -10%;
  width: 60%;
  height: 160%;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  background: var(--ad-white-color);
}
.product__paragraph {
  margin: 0 !important;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 500;
  color: var(--ad-primary-color);
}
.product__info {
  position: absolute;
  top: 5px;
  left: 5px;
  color: var(--ad-primary-color);
}
.product__info h3 {
  margin: 0;
  line-height: 1.3;
}
.product .left-side {
  padding: 105px 25px 0;
  position: relative;
  border-right: 5px solid var(--ad-white-color);
}
.product .left-side img {
  display: none;
}
.product.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product .info-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  cursor: pointer;
  background: var(--ad-white-color);
  text-align: center;
}
.product .info-icon:hover {
  opacity: 1;
}
.product .label {
  position: absolute;
  background: 0 0;
  color: var(--ad-primary-color);
  right: 0;
  width: 150px;
  text-align: center;
  padding: 8px 15px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1.3;
  transform: translateX(-25%);
}
.product .label.label-top {
  top: 200px;
}
.product .label.label-middle {
  top: 500px;
}
.product .label.label-bottom {
  top: 800px;
}
.equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.gray {
  background: #f6f6f6;
}
.blue {
  background: #00a0f0;
}
.border-white {
  border: 5px solid var(--ad-white-color);
}
.border-blue {
  border: 5px solid #00a0f0;
}
.border-gray {
  border: 5px solid #d9dee8;
}
.border-white-1 {
  border: 1px solid var(--ad-white-color);
}
.border-blue-1 {
  border: 1px solid #00a0f0;
}
.border-gray-1 {
  border-left: 2px solid #d9dee8;
  border-top: 2px solid #d9dee8;
}
.border-gray-1:nth-child(3n) {
  border-right: 2px solid #d9dee8;
}
.border-gray-1:nth-child(n + 7) {
  border-bottom: 2px solid #d9dee8;
}
.item-border-blue {
  border: 2px solid #00a0f0;
}
.item-border-gray {
  border: 2px solid #d9dee8;
}
.item-border-white {
  border: 2px solid var(--ad-white-color);
}
.product__field--header.gray:first-child {
  -webkit-box-shadow: -13px 0 0 0 #eef4ff !important;
  box-shadow: -13px 0 0 0 #eef4ff !important;
}
.product__field.border-white:nth-last-child(-n + 3) {
  border-bottom: none;
}
@media (min-width: 992px) {
  .product__field.br-none {
    border-right: none;
  }
}
.detail-claim,
.detail-contact,
.detail-image,
.detail-link,
.detail-text {
  visibility: hidden;
}
#productModal {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  z-index: 9999;
}
.modal__background__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 0.9);
  z-index: 999;
}
.dnone {
  display: none;
}
.scroll-hidden {
  overflow-y: hidden;
}
.modal__card {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.4);
  min-height: 300px;
}
.modal__header {
  margin-bottom: 5px;
  width: 70%;
}
.modal__header h2 {
  margin: 20px 0 0;
  display: inline-block;
}
.modal__header div.modal__text__span {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5px;
  display: inline-block;
}
.modal__header span {
  line-height: 1.2;
  color: var(--ad-white-color);
  width: auto;
}
.modal__header h2 {
  line-height: 1.2;
  color: var(--ad-white-color);
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
.modal__header span {
  margin-left: 0;
}
.modal__body {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--ad-white-color);
  padding: 20px;
}
.modal__body,
.modal__body--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal__body--item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal__body--item img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.modal__body--item-spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.3;
  margin: 10px 0 50px 0;
  width: 100%;
}
.modal__body--item-spec span:first-child {
  font-weight: 600;
}
.modal__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal__footer a.button {
  color: var(--ad-white-color) !important;
  text-decoration: none !important;
  margin-bottom: 20px;
}
#closeModal {
  position: absolute;
  font-weight: 700;
  top: 10px;
  right: 10px;
  font-size: 2rem;
  cursor: pointer;
  color: var(--ad-white-color);
  z-index: 99999;
}
.active-modal {
  display: block !important;
}
.product_overview_cta {
  margin-top: 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.overview-grid,
.product-overview {
  margin: 36px auto 0 auto;
}
.overview-grid .pog_contact_button {
  margin: 0 5px;
}
@media (min-width: 992px) {
  .overview-grid h1.product_overview {
    margin-left: 5px;
  }
}
.product_overview_cta a.modal-btn-two {
  border-left: 16px solid var(--ad-white-color) !important;
  border-right: 16px solid var(--ad-white-color) !important;
  background-color: #7000bd;
  display: inline-block;
  cursor: pointer;
  min-width: 160px;
  font-size: 15px !important;
  font-family: tktype, Arial, Verdana, sans-serif;
  text-decoration: none !important;
  line-height: 1.375 !important;
  text-align: center;
  color: var(--ad-white-color) !important;
  padding: 8px 16px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s;
}
.product_overview_cta a.modal-btn-two:hover {
  border-left: 16px solid var(--ad-white-color) !important;
  border-right: 16px solid var(--ad-white-color) !important;
}
.product_overview_cta a:after {
  border-top: 1px solid #d9dee8;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.product_overview_lm {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 !important;
  color: var(--ad-white-color);
  background: #7000bd;
  padding: 0 5px;
  font-size: 16px;
}
.product_overview_lm a {
  color: var(--ad-white-color) !important;
  text-decoration: none !important;
}
.single-label {
  font-size: var(--ad-font-size) !important;
  margin: 25px 0 !important;
}
@media (max-width: 991px) {
  .product .left-side,
  div.col-md-4.product__field--header.gray {
    display: none;
  }
  .product .right-side {
    width: 100%;
  }
  .product__field {
    height: auto;
  }
  #productModal {
    width: 97%;
  }
  .modal__footer .button {
    min-width: 130px;
  }
  .product__field.border-white:nth-child(3n + 3) {
    border: 5px solid var(--ad-white-color);
  }
}
@media (min-width: 813px) {
  .product-overview-leves {
    display: none;
  }
  .rise__type {
    display: none;
  }
}
.product-overview-leves {
  border-left: 3px solid #00a0f0;
  padding-left: 5px;
}
@media (min-width: 568px) and (max-width: 991px) {
  .product__overlay--dark {
    transform: rotate(9deg);
    top: -100%;
    height: 250%;
  }
}
.middle-grey,
.middle-grey div {
  background-color: #d9dee8 !important;
  color: #78879b !important;
}
@media (max-width: 991px) {
  #productModal {
    max-height: 80vh;
    overflow-y: auto;
  }
  .modal__header {
    width: 100%;
  }
  h1.product_overview {
    padding-left: 10px;
  }
  .product__field--item:hover .product__overlay--dark {
    left: -10%;
  }
  .if_product_is_empty {
    display: none;
  }
  .product__field.border-white:nth-last-child(-n + 3) {
    border-bottom: 5px solid var(--ad-white-color);
  }
}
.overview-grid .product__field.br-none {
  border-bottom: 0;
}
.rise__type {
  background: #7000bd;
  color: var(--ad-white-color);
  margin: 5px 0;
  padding-left: 10px;
}
.news__hero {
  height: 450px;
  background-size: cover;
}
.news__hero p.subheadline {
  -moz-box-shadow: 16px 0 0 #00a0f0, -16px 0 0 #00a0f0;
  -webkit-box-shadow: 16px 0 0 #00a0f0, -16px 0 0 #00a0f0;
  box-shadow: 16px 0 0 #00a0f0, -16px 0 0 #00a0f0;
  border-radius: 1px;
  background-color: #00a0f0;
  box-decoration-break: clone;
  color: var(--ad-white-color);
  font-size: 16px;
  line-height: 1.39506173em;
  display: inline;
  left: 16px;
  position: relative;
  padding: 7px 0;
}
.news__detail__headline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news__detail__headline .info,
.news__detail__headline h1,
.news__detail__headline h3 {
  width: 100% !important;
}
.news__detail__headline h3 {
  margin-top: 0 !important;
  margin-bottom: 24px;
}
.news__detail__headline span {
  font-style: italic;
  color: #78879b;
}
.news__detail__footer {
  display: flex;
  justify-content: space-between;
}
.standard-container section.news_detail_media img {
  width: 100% !important;
}
.news_detail_media {
  padding-top: 0 !important;
}
@media (max-width: 1024px) {
  .news_detail_media {
    min-height: 350px !important;
    height: auto !important;
    padding: 0 !important;
  }
}
@media (max-width: 499px) {
  .news__detail__download {
    margin-bottom: 10px;
    width: 100%;
  }
  .news_detail_media {
    min-height: 160px !important;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}
.news__slider {
  max-width: 1345px;
  margin: 0 auto;
}
.news__slider .main {
  width: 100%;
  margin: 0 auto;
}
.news__slider .news_owerview__slider {
  margin: auto;
}
.news__slider h1 {
  font-size: var(--ad-font-size);
  font-weight: 400;
  text-align: center;
}
.news__slider .card_image img {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  margin-top: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news__slider .cards_item {
  margin-bottom: 8px;
  -ms-flex: 25%;
  flex: 25%;
  padding: 0 10px;
}
@media (min-width: 500px) {
  .news__slider .cards_item:hover .card_text {
    opacity: 1;
    transition-delay: 50ms;
  }
  .news__slider .cards_item:hover .card_text_learn_more {
    opacity: 1;
    transition-delay: 50ms;
  }
}
@media (max-width: 499px) {
  .news__slider .card_content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    background-color: var(--ad-primary-color);
  }
  .news__slider .small__card .card_content::before {
    bottom: -10px;
  }
  .news__slider .card_content {
    height: 100%;
  }
  .news__slider .card_text {
    opacity: 1 !important;
    position: absolute;
    bottom: 65px;
    padding-right: 20px;
  }
  .news__slider .card_text_learn_more {
    opacity: 1 !important;
    position: absolute;
    bottom: 25px;
  }
  .news__slider .card_image img {
    height: 51%;
    object-fit: cover;
  }
}
.news__slider .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.news__slider .card {
  position: relative;
  background: var(--ad-white-color);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
}
.news__slider .big__card {
  width: 100%;
  height: 380px;
}
.news__slider .small__card {
  width: 100%;
  height: 390px;
}
.news__slider .card_content {
  width: 100%;
  padding: 30px 20px;
  background: 0 0;
  position: relative;
}
.news__slider .card_title {
  width: 100%;
  color: var(--ad-white-color);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 30px 0 15px 0;
  min-height: 52px;
}
.news__slider .card-date {
  text-align: left;
  margin: auto;
  font-size: 12px;
  color: var(--ad-white-color);
  text-transform: uppercase;
  position: absolute;
  top: 28px;
  left: 20px;
}
.news__slider .card_text {
  color: var(--ad-white-color);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.news__slider .card_text p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.news__slider .card_text_learn_more {
  font-weight: 300;
  color: var(--ad-white-color) !important;
  opacity: 0;
  transition: all 0.3s ease;
}
.news__slider .made_by {
  font-weight: 400;
  font-size: 13px;
  margin-top: 35px;
  text-align: center;
}
.news__slider .card_image {
  position: absolute;
  overflow: hidden;
  height: 390px;
}
.news__slider .card-title {
  position: absolute;
  bottom: 10%;
  left: 0;
  margin: 0;
  background: #00a0f0;
  color: var(--ad-white-color);
  padding: 3px;
  padding-left: 20px;
  min-width: 50%;
  max-width: 80%;
  font-size: 15px;
  text-transform: uppercase;
}
.news__slider .card-content-layout {
  bottom: 0;
  width: 100%;
}
.news__slider .card-content-layout,
.subtitle-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news__slider .card-socials {
  width: 30%;
  margin: auto;
  margin-right: 0;
  text-align: right;
}
.news__slider .card-social-icon {
  font-size: var(--ad-font-size);
  color: #798595;
}
.news__slider .card-social-icon:hover {
  color: #4d535d;
}
.news__slider .card-tags {
  margin: 0;
  font-size: 13px;
}
.news__slider .card-tags a {
  text-decoration: none;
  color: #798595;
}
.news__slider .card-tags a:hover {
  text-decoration: none;
  color: #4d535d;
}
.news__slider .card_icon_link {
  display: flex;
  font-size: 12px;
}
.news__slider .card_icon_link .icon_link_image {
  margin: auto;
  padding-right: 5px;
}
.news__slider .card_icon_link span {
  font-size: 9px;
}
.news__slider .card_icon_link img {
  border-radius: 50%;
  width: 30px;
  height: auto;
  margin: auto;
}
.news__slider .card_icon_link a {
  text-decoration: none;
  color: #1c202b;
}
.news__slider {
  text-align: center;
  position: relative;
}
.news__slider .column {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 380px;
  padding: 0 4px;
  margin: auto;
}
.news__slider a {
  text-decoration: none !important;
}
.news__slider img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.news__slider .owl-stage {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 725px !important;
  margin: 50px auto;
  align-content: flex-start;
  text-align: left;
}
@media (max-width: 499px) {
  .news__slider .owl-stage {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    height: 400px !important;
  }
  .news__slider .small__card {
    height: 380px !important;
  }
}
.news__slider .owl-dots {
  text-align: center;
  display: block;
}
.news__slider .owl-controls .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #d9dee8;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.news__slider .owl-dot.active,
.news__slider .owl-dot:focus {
  background: #00a0f0 !important;
  outline: 0 !important;
  border-color: #00a0f0;
}
.news__slider .owl-controls {
  display: inline-block;
  margin: 24px auto 0 auto;
  position: relative;
}
.news__slider .owl-controls .owl-nav {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  font-family: var(--ad-font-family);
  font-size: 28px;
  line-height: 30px;
  color: var(--ad-white-color);
  padding: 0;
  margin: -15px 0 0 0;
  transform: translateX(-50%);
}
.news__slider .owl-controls .owl-nav .owl-prev {
  left: -35px;
}
.news__slider .owl-controls .owl-nav .owl-next {
  right: -35px;
}
.news__slider .owl-controls .owl-nav .owl-next,
.news__slider .owl-controls .owl-nav .owl-prev {
  color: #00a0f0;
  cursor: pointer;
  font-family: var(--ad-font-family);
  font-size: var(--ad-font-size);
  font-weight: 600;
  position: absolute;
  text-decoration: none;
  top: 1px;
  outline: 0 !important;
}
@media screen and (max-width: 800px) {
  .news__slider .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .news__slider .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.news__slider .filters-button-group {
  display: flex;
  flex-direction: column;
  width: 200px;
  background-color: var(--ad-white-color);
  justify-content: center;
  margin-bottom: 40px;
  position: absolute;
  top: -15px;
  right: 45px;
  z-index: 100;
  padding: 10px;
  box-shadow: 2px 2px 12px rgb(0 0 0 / 0.25);
}
.news__slider .filters-button-group::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #fff0;
  border-right: 10px solid #fff0;
  border-bottom: 10px solid var(--ad-white-color);
  position: absolute;
  top: -10px;
  right: 43px;
  z-index: 200;
}
.news__slider .filters-button-group a {
  color: var(--ad-primary-color) !important;
  background: var(--ad-white-color);
  padding: 5px 10px;
  border: none;
  margin: 1px;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
}
.news__slider .filters-button-group a.active {
  color: var(--ad-white-color) !important;
  background: #7000bd;
  padding: 5px 10px;
}
.news__slider #cat-btn {
  margin: -120px 0 20px 20px;
  display: block;
  font-size: 12px;
  background: 0 0;
  border: none;
  position: absolute;
  right: 55px;
  top: 30px;
}
@media (max-width: 530px) {
  .news__slider #cat-btn {
    right: 30px;
    top: 18px;
  }
  .news__slider .filters-button-group {
    top: -15px;
    right: 20px;
  }
}
.news__slider .cat-btn-icon {
  font-size: 27px;
}
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span {
  display: none !important;
}
.news_detail p {
  font-size: 18px;
}
.news_detail figure {
  position: relative;
}
.news_detail figure span.new_detail_caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  background: rgb(26 51 76 / 0.6);
  color: var(--ad-white-color);
  padding: 5px;
  right: 0;
}
.news_detail_reverse {
  display: flex;
  flex-wrap: wrap;
}
.news_detail_reverse .news__detail__headline {
  order: 1;
}
.news_detail_reverse #full-width {
  order: 2;
}
.news_detail_reverse .section-divider {
  order: 3;
}
.news__slider .news_owerview__slider {
  height: auto !important;
  transition: all 0.5s ease;
  left: 0;
  text-align: left;
  margin-top: -30px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: #fff0;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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 #fff0;
}
.slick-arrow.slick-hidden {
  display: none;
}
.modern-modal-trigger {
  width: 0;
  height: 0;
  z-index: -1;
  visibility: hidden;
}
.modern-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(217 222 232 / 0.875);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
.modern-modal.show {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.modern-modal .mm-container {
  overflow: hidden;
  width: 94%;
  max-width: 600px;
  border-radius: 10px;
  background-color: var(--ad-white-color);
}
.modern-modal .mm-header {
  display: block;
  position: relative;
  padding: 20px;
  margin: 0;
  background-color: #222;
}
.modern-modal .mm-header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -20px;
  border-left: 20px solid #fff0;
  border-right: 20px solid #fff0;
  border-top: 20px solid #222;
}
.modern-modal .mm-header img {
  display: block;
  max-width: 128px;
  margin: 0 auto;
}
.modern-modal .mm-body {
  text-align: center;
  padding: 60px 20px;
}
.modern-modal .mm-body h3 {
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  line-height: 1.375em;
  color: #78879b;
  margin: 0 0 32px;
}
.modern-modal .mm-body .button.grey {
  color: #7000bd !important;
  border-color: #eef0f2 !important;
  background-color: #eef0f2 !important;
}
.modern-modal .mm-body .button.grey:hover {
  color: var(--ad-white-color) !important;
  border-color: #78879b !important;
  background-color: #78879b !important;
}
.modern-modal.checking-location {
  background-color: rgb(0 0 0 / 0.975);
}
.modern-modal.checking-location .show {
  display: block;
}
.modern-modal.checking-location .hide {
  display: none;
}
.modern-modal.checking-location .mm-container {
  max-width: 900px;
  min-height: 60%;
  max-height: 80%;
  overflow-y: auto;
  border-radius: 0;
}
.modern-modal.checking-location .mm-body {
  text-align: left;
  padding: 60px 60px;
}
.modern-modal.checking-location .mm-body h3 {
  text-align: left;
  color: var(--ad-primary-color);
}
.modern-modal.checking-location .mm-body p {
  font-size: 1em;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #4b5564;
  margin: 0 0 16px;
}
.modern-modal.checking-location .mm-body .introtext {
  font-size: 1.5em;
  line-height: 1.375em;
  color: #78879b;
  margin: 0 0 32px;
}
.modern-modal.checking-location .mm-cl-form {
  display: flex;
}
.modern-modal.checking-location .mm-select {
  width: 280px;
  margin-right: 20px;
  margin-bottom: 0;
}
.modern-modal.checking-location .mm-button {
  margin-bottom: 20px;
}
.modern-modal.checking-location .mm-button .button {
  font-size: 1em !important;
  line-height: 1.625em !important;
  padding: 8.172px 16px !important;
}
.modern-modal.checking-location .mm-body .mm-cl-accept .mm-button {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: right;
}
.freeze-page {
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
.modern-modal.checking-location .select-form-recipients {
  display: none;
}
.modern-modal.checking-location .mm-select .js-select {
  background-color: var(--ad-white-color);
  border: 1px solid #d9dee8;
  padding: 9.172px 16px;
  display: block;
  color: #00a0f0;
  cursor: pointer;
  -transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.modern-modal.checking-location .mm-select .js-select:before {
  content: "\e613";
  font-size: 22px;
  display: inline-block;
  font-family: var(--ad-font-family);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modern-modal.checking-location .mm-select.active .js-select:before {
  content: "\e617";
}
.modern-modal.checking-location .mm-select.error .js-select {
  border-color: #f80000;
}
.modern-modal.checking-location .mm-select .mm-error {
  display: none;
  font-size: 0.875em;
  color: #f80000;
  margin-top: 10px;
}
.modern-modal.checking-location .mm-select .options {
  border: 1px solid #d9dee8;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--ad-white-color);
  display: none;
  width: 100%;
  z-index: 1000;
  border-top: 0;
  margin: 0;
  max-height: 290px;
  overflow: auto;
}
.modern-modal.checking-location .mm-select.active .options {
  display: block;
}
.modern-modal.checking-location .mm-select .options li {
  font-size: 1em;
  line-height: 1.9375em;
  color: #00a0f0;
  cursor: pointer;
  margin: 0;
  padding: 6.672px 16px;
  border-color: #d9dee8;
}
.modern-modal.checking-location .mm-select .options li input {
  width: 100%;
  float: none;
  margin-bottom: 5px;
  border: 1px solid #d9dee8;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.625em;
  padding: 8px 16px;
}
.modern-modal.checking-location .mm-select .options li[data-value=""] {
  display: none !important;
}
@media (max-width: 768px) {
  .modern-modal.checking-location .mm-body {
    padding: 30px;
  }
}
@media (max-width: 500px) {
  .modern-modal .mm-header {
    padding: 16px;
  }
  .modern-modal .mm-header::after {
    bottom: -14px;
    margin: 0 0 0 -14px;
    border-left: 14px solid #fff0;
    border-right: 14px solid #fff0;
    border-top: 14px solid #00a0f0;
  }
  .modern-modal .mm-header img {
    max-width: 92px;
  }
  .modern-modal .mm-body {
    text-align: center;
    padding: 30px 20px 15px 20px;
  }
  .modern-modal .mm-body h3 {
    font-size: 1.35em;
    margin: 0 0 20px;
  }
  .modern-modal .mm-body .button {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .modern-modal.checking-location .mm-body {
    padding: 20px;
  }
  .modern-modal.checking-location .mm-cl-form {
    display: block;
  }
  .modern-modal.checking-location .mm-select {
    width: 100%;
  }
}
@media (max-height: 480px) {
  .modern-modal .mm-header {
    padding: 16px;
  }
  .modern-modal .mm-header::after {
    bottom: -14px;
    margin: 0 0 0 -14px;
    border-left: 14px solid #fff0;
    border-right: 14px solid #fff0;
    border-top: 14px solid #00a0f0;
  }
  .modern-modal .mm-header img {
    max-width: 92px;
  }
  .modern-modal .mm-body {
    padding: 30px 20px 30px;
  }
  .modern-modal .mm-body h3 {
    font-size: 1.35em;
    margin: 0 0 20px;
  }
}
@media (max-height: 420px) {
  .modern-modal .mm-header {
    padding: 10px;
  }
  .modern-modal .mm-body {
    padding: 25px 20px 25px;
  }
  .modern-modal .mm-body h3 {
    font-size: 1.125em;
    margin: 0 0 15px;
  }
}
.header-icon-png {
  height: 24px;
  margin: 0 5px auto;
}
@media only screen and (max-width: 991px) {
  .header-icon-png {
    display: none;
  }
}
.cta-teaser-v2 .cta-teaser .cta-headline {
  background: #222;
}
.cta-teaser-v2 .cta-teaser h3 {
  font-size: 30px;
  margin: 0;
  font-weight: 800;
  width: 100%;
}
.cta-teaser-v2 .cta-teaser p {
  margin: 16px 0 0 0 !important;
}
.cta-teaser-v2 .cta-teaser {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  color: var(--ad-white-color);
}
.cta-teaser-v2 .cta-item {
  width: calc(50% - 5px);
  background: #78879b;
  height: 200px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-teaser-v2 .cta-item:nth-child(odd) {
  margin: 5px 5px 5px 0;
}
.cta-teaser-v2 .cta-item:nth-child(even) {
  margin: 5px 0 5px 5px;
}
.cta-teaser-v2 .cta-teaser.wid-100 .cta-item:nth-child(odd) {
  margin: 5px 0 5px 5px;
}
.cta-teaser-v2 .cta-teaser.wid-100 .cta-item:nth-child(even) {
  margin: 5px 5px 5px 0;
}
.cta-teaser-v2 .cta-item .cta-box {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 3%;
  position: relative;
}
.cta-teaser-v2 .cta-item .cta-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 0.5);
}
.cta-teaser-v2 .cta-item .cta-box .cta-text {
  width: 60%;
  height: 100%;
  overflow: hidden;
  margin-left: 15px;
  z-index: 1;
}
.cta-teaser-v2 .cta-item .cta-box .ct-btn {
  width: 40%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
.cta-teaser-v2 .cta-item .cta-box .ct-btn a.button.blue {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cta-teaser-v2 .cta-item .cta-title-box {
  width: 100%;
  height: 100%;
  padding: 8%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cta-teaser-v2 .cta-teaser.wid-100 .cta-headline {
  width: 100%;
  margin: 0 0 5px 0 !important;
}
.cta-teaser-v2 .cta-teaser.wid-100 .cta-headline .cta-title-box {
  width: 100%;
  padding: 4%;
}
@media (max-width: 499px) {
  .cta-teaser-v2 .cta-item {
    width: 100%;
    min-height: 200px;
    height: auto;
    margin: 5px 0 !important;
  }
  .cta-teaser-v2 .cta-item .cta-box {
    display: flex;
    flex-wrap: wrap;
  }
  .cta-teaser-v2 .cta-item .cta-box .ct-btn,
  .cta-teaser-v2 .cta-item .cta-box .cta-text {
    width: 100%;
    height: auto;
  }
  .cta-teaser-v2 .cta-item .cta-box .ct-btn {
    text-align: center;
    position: unset;
    margin-top: 30px;
  }
  .cta-teaser-v2 .cta-item .cta-box .ct-btn a.button.blue {
    position: unset;
    width: 100%;
  }
}
.video-yt-c-wrapper {
  margin: 0;
  padding-bottom: 56.25%;
}
.video-yt-c-wrapper video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
div.ffm-item.txt-item div.stage-button div.video a.button::before {
  content: "" !important;
}
.section-divider iframe {
  top: calc(50% - 60px) !important;
  transform: translateX(-50%) translateY(calc(-50% + 60px));
}
.section-divider iframe.video-position-left.landscape,
.section-divider video.video-position-left.landscape {
  transform: translateX(0) translateY(-50%);
  top: 50% !important;
  bottom: unset !important;
  left: 0 !important;
  right: auto !important;
}
.section-divider iframe.video-position-right.landscape,
.section-divider video.video-position-right.landscape {
  transform: translateX(0) translateY(-50%);
  top: 50% !important;
  bottom: unset !important;
  left: auto !important;
  right: 0 !important;
}
.section-divider {
  min-height: unset !important;
}
.cl_qrcode {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.qr_modal {
  display: none;
}
.qr-headline {
  font-size: 35px;
  color: var(--ad-white-color);
  margin-bottom: 50px !important;
  display: block;
  width: auto;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#aboutdiv ul,
#citydiv ul,
#countrydiv ul,
#requestdiv ul,
#statediv ul,
#subjectdiv ul {
  position: absolute;
  height: auto;
  width: 100%;
  overflow-y: auto;
  max-height: 350px;
}
.ie-height .owl-item.ct-item {
  width: 431.33px;
}
.cookieconsent {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  display: flex;
}
.cookieconsent p {
  width: 45ch;
  color: var(--ad-white-color);
  font-size: 0.6em;
  line-height: 2em;
}
@media screen and (min-width: 699px) {
  .cookieconsent p {
    font-size: 1em;
  }
}
body:not(.marketing) .cookieconsent {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
}
body.marketing .cookieconsent {
  display: none;
}
@media screen and (max-width: 699px) {
  button#yt_accept {
    font-size: 0.6em;
    padding: 5px 5px;
  }
}
div#full-width {
  height: auto !important;
}
div#main {
  height: auto !important;
}
.fm-txt-box ul.bullets {
  padding-left: 20px;
  list-style: unset;
}
#contact .right label.eloqua-full-width,
#contact .right label.eloqua-half-width,
#contact .right label.eloqua-third-width {
  margin: 0 0 16px 0;
}
div#main form .eloqua-full-width {
  width: 100%;
}
div#main form .eloqua-half-width {
  width: 50%;
}
div#main form .eloqua-third-width {
  width: 33.3333333%;
}
@media (max-width: 1100px) {
  div#main form .eloqua-third-width {
    width: 50%;
  }
}
@media (max-width: 900px) {
  div#main form .eloqua-third-width {
    width: 50%;
  }
}
@media (max-width: 850px) {
  div#main form .eloqua-full-width {
    width: 100%;
  }
  div#main form .eloqua-half-width {
    width: 100%;
  }
  div#main form .eloqua-third-width {
    width: 100%;
  }
}
.video .button.blue.preview.lightbox::after {
  display: inline-block;
  font-family: var(--ad-font-family);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e624";
  background-color: rgb(255 255 255 / 0.8);
  border-radius: 50%;
  color: var(--ad-white-color);
  position: absolute;
  text-align: right;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 20px;
  font-size: 25px;
}
.video .button.blue.preview.lightbox::before {
  content: " " !important;
  display: none;
}
#CTAterms span {
  padding-left: 25px !important;
}
#CTAterms {
  background: var(--ad-white-color);
  min-height: 40px;
  min-width: 320px;
  padding: 5px;
  margin-bottom: 15px;
  height: auto;
}
.anchor {
  padding-top: 90px;
}
.content-darksite a.button {
  color: var(--ad-white-color) !important;
}
@media (max-width: 880px) {
  .new-text-block .ntb-body h2 {
    font-size: 2em !important;
  }
}
.brand-name {
  display: none;
}
#claim {
  display: none !important;
}
#header .mainnavi .navigation-content .dropdown-layer span {
  display: none !important;
}
#header .mainnavi .navigation-content .dropdown-layer span.selected-continent {
  display: block !important;
}
@media screen and (min-width: 902px) {
  #header .mainnavi .navigation-content .dropdown-layer .columns .column li a {
    position: relative;
    padding-left: 18px;
  }
  #header
    .mainnavi
    .navigation-content
    .dropdown-layer
    .columns
    .column
    li
    a:hover {
    text-decoration: none;
  }
  #header
    .mainnavi
    .navigation-content
    .dropdown-layer
    .columns
    .column
    a::before {
    background-color: #7000bc !important;
    content: "";
    height: 2px !important;
    width: 0 !important;
    bottom: 1px !important;
    left: 0 !important;
    position: absolute;
    border-radius: 5px;
    transition: 0.5s;
  }
  #header
    .mainnavi
    .navigation-content
    .dropdown-layer
    .columns
    .column
    li.active
    a::before {
    width: 100% !important;
  }
  #header
    .mainnavi
    .navigation-content
    .dropdown-layer
    .columns
    .column
    li.active
    a:hover::after {
    opacity: 1 !important;
  }
  #header
    .mainnavi
    .navigation-content
    .dropdown-layer
    .columns
    .column
    li.active
    .last-visible
    a::after {
    opacity: 0 !important;
    top: 20px;
    left: 8px !important;
  }
  #header
    .mainnavi
    .navigation-content
    .dropdown-layer
    .columns
    .column
    li.active
    .last-visible
    a:hover::after {
    opacity: 1 !important;
  }
  #header
    .mainnavi
    .navigation-content
    .dropdown-layer
    .columns
    .column
    .last-visible
    a::before {
    display: none !important;
  }
  #header a {
    transition: 0.5s;
  }
  #header .navigation-content a:hover {
    color: #7000bc !important;
  }
  #header .navigation-content a::after {
    background-color: #7000bc !important;
    content: "";
    height: 4px !important;
    width: 4px !important;
    top: 22px;
    left: 6px !important;
    position: absolute;
    border-radius: 0;
    opacity: 0;
    transition: 0.5s;
  }
  #header .navigation-content a:hover::after {
    opacity: 1;
  }
  #header a.active::before {
    width: 100% !important;
  }
  #header .search {
    padding-top: 14px;
    height: 60px;
  }
  #header .search:hover span {
    text-decoration: none !important;
    color: #7000bc !important;
  }
  #header .search.active span {
    text-decoration: none !important;
    color: #7000bc !important;
  }
  #header .search.active {
    text-decoration: none !important;
  }
  #header .search::before {
    bottom: -5px !important;
  }
  #header .search.active::before {
    bottom: -5px !important;
  }
  #header .search.active::after {
    color: #7000bc !important;
  }
  #header .search::after {
    font-size: 25px !important;
  }
  #header .search:hover::after {
    color: #7000bc !important;
  }
  #header
    .mainnavi
    .menu-wrapper
    > .navigation-content
    > ul
    > .deeper-navi
    > a.active
    + .dropdown-layer {
    border-bottom: none;
    border-top: none;
  }
  #header {
    background-color: var(--ad-primary-color);
  }
  .metanavi {
    padding-top: 5px !important;
  }
  .metanavi a:hover::before {
    width: 100% !important;
  }
  #header .head .metanavi ul li a {
    position: relative !important;
  }
  #header .head .metanavi ul li a::before {
    background-color: var(--ad-white-color) !important;
    content: "";
    height: 4px !important;
    width: 4px !important;
    top: 14px !important;
    z-index: 100;
    left: -10px !important;
    position: absolute;
    border-radius: 5px;
    transition: 0.5s;
    opacity: 0;
  }
  #header .head .metanavi ul li a:hover::before {
    opacity: 1;
  }
  #header .head .metanavi ul li a:hover {
    color: #d3d3d3;
    text-decoration: none;
  }
  #header .head .metanavi ul li a {
    margin-right: 30px;
  }
  #header .selector .language-select .label:hover::before {
    opacity: 1;
  }
  #header .selector .language-select .label:hover {
    color: #d3d3d3;
  }
  #header .mainnavi .navigation-content .dropdown-layer a::after {
    top: 20px;
  }
  #header .mainnavi .navigation-content .dropdown-layer a {
    font-size: 18px !important;
  }
  #logo-wrapper {
    width: 0 !important;
    height: 0 !important;
  }
  #header .head #logo-wrapper #logo {
    display: block;
    float: left;
    height: 42px;
    text-indent: -9999px;
    width: 96px;
    transition: all 50ms ease-in;
  }
  #logo {
    position: absolute !important;
    top: 18px;
    left: 0;
    z-index: 50 !important;
    max-width: 100px;
  }
  #header .head #logo-wrapper #logo.scroll-class {
    height: 32px;
    width: 73px;
  }
  #logo.scroll-class {
    top: 32px;
    left: 9px;
  }
  .navigation-content {
    padding-top: 22px;
    margin-left: 140px !important;
    display: flex;
    justify-content: center;
  }
  .navigation-content ul {
    display: flex;
    flex-wrap: wrap;
    width: max-content;
  }
  #header .navigation-content ul {
    width: auto;
  }
  .navigation-content li {
    height: auto !important;
  }
  .navigation-content ul li ul li:first-child {
    max-height: auto !important;
  }
  .navigation-content ul li ul li:first-child a {
    padding-top: 9px !important;
  }
  #header .mainnavi {
    min-height: 75px !important;
    height: auto;
  }
  .mainnavi a {
    color: var(--ad-primary-color) !important;
    font-size: 18px !important;
  }
  .metanavi ul li a {
    font-size: 14px !important;
  }
  .columns {
    padding-left: 27%;
  }
  #header .mainnavi .search-flyout .search-wrapper .search-input a {
    background-color: #7000bc !important;
    color: var(--ad-white-color) !important;
  }
  #header .mainnavi .search-flyout .search-wrapper .search-input a:hover {
    background-color: #a51af9 !important;
    color: var(--ad-white-color) !important;
  }
  #header .mainnavi .search-flyout .search-wrapper .search-input form::before {
    color: #7000bc !important;
  }
  #header .selector .language-select .label {
    font-size: 14px !important;
    border: 0;
    margin-left: 10px;
  }
  #header .selector .language-select ul {
    padding-top: 1px;
    z-index: 10001;
    right: 7px;
  }
  #header .selector .language-select ul li {
    background-color: var(--ad-white-color) !important;
  }
  #header .selector .language-select ul li a {
    background-color: var(--ad-white-color) !important;
    border: none;
    color: var(--ad-primary-color);
    transition: 0.3s;
    margin-right: 0;
    padding: 5px 15px;
  }
  #header .selector .language-select ul li a:hover {
    background-color: var(--ad-primary-color) !important;
    border: none;
    color: var(--ad-white-color);
  }
  #header
    .mainnavi
    .navigation-content
    .dropdown-layer
    .columns
    .column
    .deeper-navi
    > a:after {
    margin-top: -3px;
  }
}
@media only screen and (min-width: 902px) and (max-width: 1150px) {
  .navigation-content {
    margin-left: 140px !important;
  }
  .columns {
    padding-left: 20%;
  }
}
@media only screen and (min-width: 500px) and (max-width: 902px) {
  #header
    .mainnavi
    .navigation-content
    .dropdown-layer
    .columns
    .column
    a::before {
    color: #7000bc !important;
    background-color: #7000bc !important;
    content: "";
    height: 2px !important;
    width: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    position: absolute;
    border-radius: 5px;
    transition: 0.5s;
  }
  #header
    .mainnavi
    .navigation-content
    .dropdown-layer
    .columns
    .column
    li.active
    > a::before {
    width: 100% !important;
  }
  #header
    .mainnavi
    .navigation-content
    .dropdown-layer
    .columns
    .column
    .deeper-navi.active
    > a {
    color: #7000bc;
  }
  #header
    .mainnavi
    .navigation-content
    .dropdown-layer
    .columns
    .column
    a:hover {
    text-decoration: none !important;
  }
  .metanavi .language-select a {
    border: none !important;
    color: gray !important;
  }
  #header .mainnavi .dropdown-layer .metanavi .language-select ul li {
    border-top: none;
    border-bottom: none;
  }
  .head {
    height: 0;
  }
  #header .head #logo-wrapper {
    width: 90px;
    height: 50px;
  }
  #header .head #logo-wrapper #logo {
    background-size: 90px 40px;
    display: block;
    float: left;
    text-indent: -9999px;
    width: 90px;
  }
  #logo {
    position: absolute !important;
    top: -25px;
    left: 0;
    z-index: 50 !important;
  }
  .menu-wrapper {
    display: flex !important;
    justify-content: flex-end !important;
  }
  .menu-wrapper a {
    float: none !important;
  }
  .menu-wrapper .search {
    margin-right: 15px;
  }
  #header .mainnavi a {
    color: var(--ad-primary-color);
  }
  #header {
    position: sticky !important;
    top: 0;
    z-index: 2000;
  }
  a.back-button.visible {
    color: #7000bc !important;
    font-size: 16px !important;
    text-decoration: none;
  }
  a.back-button::before {
    font-size: 10px !important;
    left: 10px !important;
    font-weight: 700 !important;
  }
}
@media only screen and (max-width: 902px) {
  body
    #header
    .mainnavi
    .navigation-content
    .dropdown-layer
    span.deeper-nav-arrow {
    display: none !important;
  }
  #header .mainnavi .navigation-content .dropdown-layer .columns .column a {
    color: var(--ad-primary-color);
  }
  #header
    .mainnavi
    .navigation-content
    .dropdown-layer
    .columns
    .column
    ul
    li:first-child {
    padding-top: 10px;
  }
  .back-button.visible {
    margin-left: 8%;
  }
  #header
    .mainnavi
    .navigation-content
    .dropdown-layer
    .columns
    .column
    li
    a.nav-item-active {
    color: #7000bc !important;
  }
}
@media only screen and (max-width: 499px) {
  #header {
    background-color: var(--ad-white-color) !important;
  }
  #header .head #logo-wrapper #logo {
    background-size: 90px 38px;
    width: 90px;
    height: 38px;
  }
  #header .head #logo-wrapper {
    margin-top: 0;
  }
  .menu {
    color: var(--ad-primary-color) !important;
  }
  .search {
    color: var(--ad-primary-color) !important;
  }
  ul.first-level li a {
    font-size: 18px !important;
  }
  ul.first-level {
    width: 80% !important;
    margin: 0 auto;
    padding-top: 0 !important;
  }
  .metanavi ul li a {
    font-size: 16px !important;
    color: gray !important;
  }
  .metanavi .language-select a {
    font-size: 16px;
    color: gray !important;
    padding-left: 0 !important;
  }
  .metanavi {
    width: 80% !important;
    margin: 0 auto;
  }
  .metanavi ul {
    width: 100% !important;
  }
  .metanavi ul li {
    border: none !important;
  }
  #header .selector .language-select ul li a {
    background-color: var(--ad-white-color) !important;
    border: none;
    color: var(--ad-primary-color);
    padding: 5px 15px;
    font-size: 16px !important;
    width: 300px;
  }
  #header .selector .language-select.active a {
    border: none !important;
  }
  a.back-button.visible {
    color: #7000bc !important;
    font-size: 16px !important;
    text-decoration: none;
  }
  a.back-button::before {
    font-size: 10px !important;
    left: 10px !important;
    font-weight: 700 !important;
  }
  .last-visible {
    padding-top: 10px !important;
  }
  .last-visible ul {
    width: 80% !important;
    margin: 0 auto;
  }
  .metanavi ul {
    width: 100% !important;
  }
  .first-level .deeper-navi:first-child {
    margin-top: 30px !important;
    border-top: none !important;
  }
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
  }
}
#header .mainnavi .navigation-content .dropdown-layer span.deeper-nav-arrow {
  display: inline-block !important;
  position: absolute;
  right: 25px;
  top: -5px;
  color: var(--ad-primary-color);
}
#header
  .mainnavi
  .navigation-content
  .dropdown-layer
  span.deeper-nav-arrow:hover {
  color: #7000bc !important;
}
.deeper-nav-arrow::after {
  position: absolute;
  top: 17px;
  left: 0;
  content: "\e61a";
  font-family: var(--ad-font-family);
  color: var(--ad-primary-color);
}
.stickyh div#stage {
  padding-top: 57px !important;
  border: 1px solid red !important;
}
.stickyh {
  position: fixed !important;
  top: -57px !important;
  width: 100%;
}
a p.big,
a p.small {
  color: #7000bd !important;
}
.press-slider a {
  text-decoration: none !important;
}
a p.big:hover,
a p.small:hover {
  color: #a31aff !important;
}
#load-more-btn,
.button-blue,
a.button {
  background-color: #7000bd !important;
  border: none !important;
  color: var(--ad-white-color) !important;
}
#load-more-btn:hover,
.button-blue:hover,
a.button:hover {
  background-color: #a31aff !important;
  color: var(--ad-white-color) !important;
  border: none !important;
}
#full-width .homeslider .owl-controls .owl-dot.active,
#main .homeslider .owl-controls .owl-dot.active,
#stage .homeslider .owl-controls .owl-dot.active {
  background-color: #7000bd;
  border-color: #7000bd;
}
#full-width .campaign-slideshow .navigation,
#main .campaign-slideshow .navigation {
  background: var(--ad-primary-color);
  margin: 0 auto !important;
  width: 100% !important;
  right: 0 !important;
}
@media only screen and (min-width: 500px) and (max-width: 1425px) {
  #full-width .campaign-slideshow .navigation,
  #main .campaign-slideshow .navigation {
    left: 0 !important;
  }
}
@media only screen and (max-width: 630px) {
  #full-width .campaign-slideshow ul.navigation,
  #main .campaign-slideshow ul.navigation {
    background-color: var(--ad-white-color) !important;
  }
  #full-width .campaign-slideshow ul.navigation a,
  #main .campaign-slideshow ul.navigation a {
    background-color: var(--ad-primary-color) !important;
  }
  #full-width .image.big-stage .imagewrapper figure + .text-box,
  #main .image.big-stage .imagewrapper figure + .text-box,
  #stage .image.big-stage .imagewrapper figure + .text-box {
    max-width: 100%;
  }
}
.campaign-slideshow .slide p.subhead {
  font-size: 3.4em !important;
}
.campaign-slideshow .slide div.text-box p {
  color: var(--ad-white-color) !important;
}
.campaign-slideshow .slide div.text-box div {
  background: var(--ad-primary-color) !important;
}
#full-width .campaign-slideshow .navigation,
#main .campaign-slideshow .navigation a,
#main .campaign-slideshow .navigation a:hover {
  color: var(--ad-white-color) !important;
}
#full-width .campaign-slideshow .navigation,
.home #main .campaign-slideshow .navigation {
  max-width: 1344px !important;
  bottom: 0 !important;
}
#full-width .campaign-slideshow.marker .slide .text-box,
.home #main .campaign-slideshow.marker .slide .text-box {
  bottom: 40% !important;
}
.campaign-slideshow div.owl-next,
.campaign-slideshow div.owl-prev {
  color: var(--ad-primary-color) !important;
}
#metainfo,
#metainfo .copyright,
#metainfo .links li.share .icons::before,
#metainfo .share,
#metainfo .share span,
#metainfo a {
  color: var(--ad-white-color) !important;
}
#metainfo .icons > div {
  border: 1px solid var(--ad-primary-color);
}
#metainfo .links li::before {
  content: "" !important;
}
#metainfo .links a,
li.share span {
  text-transform: uppercase !important;
}
#metainfo {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6700ac),
    to(#f26c08)
  ) !important;
  background-image: -o-linear-gradient(left, #6700ac, #f26c08) !important;
  background-image: linear-gradient(to right, #6700ac, #f26c08) !important;
}
#footer {
  background: var(--ad-primary-color) !important;
}
#footer a {
  color: var(--ad-white-color) !important;
  text-decoration: none;
}
#footer p.headline span.brand-name {
  display: none;
}
#footer p.headline span.roof-line {
  content: "" !important;
  background: url("https://www.vdmilgroupindia.com/media/system_files/assets/tke_logo_claim_rgb_standard_white.svg")
    no-repeat !important;
  height: 85px;
  margin-left: -65px !important;
  display: block;
}
#footer p.headline span.brand-name {
  display: block;
}
#footer div.block {
  width: 100% !important;
}
#footer div.block ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  width: 100% !important;
}
#footer div.social p.headline {
  display: none !important;
}
#footer > div > div::after,
#footer > div > div::before {
  content: unset !important;
  display: unset !important;
}
#footer div div.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  margin-top: 60px !important;
}
#footer div.footer-navigation {
  width: 100% !important;
}
#footer div.footer-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#metainfo {
  padding: 3px 0 !important;
  font-size: 14px !important;
}
#footer div.icons a {
  height: 24px !important;
  width: 24px !important;
  background-size: cover !important;
}
#footer {
  height: 367px !important;
}
#footer .brand-name {
  font-size: 46px !important;
  height: 67px !important;
}
#footer p.headline span.roof-line {
  height: 130px;
  width: 275px;
  margin: 0 !important;
  padding: 0;
  margin-left: -40px !important;
  margin-top: -45px !important;
}
#footer > div::after,
#footer > div::before {
  content: unset !important;
  display: table;
}
#footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100% !important;
}
#footer div.icons {
  margin-top: -20px !important;
  min-width: max-content;
}
#footer span.roof-line {
  margin-bottom: 40px !important;
}
::-moz-selection {
  background: #7000bd;
  color: var(--ad-white-color);
  text-shadow: none;
}
::selection {
  background: #7000bd;
  color: var(--ad-white-color);
  text-shadow: none;
}
#footer .block .icons a {
  margin-bottom: 0 !important;
  text-decoration: none;
}
#footer .footer-navigation ul li::after {
  margin-left: 12px !important;
  content: "" !important;
  background-image: url("https://www.vdmilgroupindia.com/media/system_files/assets/small-arrow-link.webp");
  display: inline-block;
  width: 14px;
  height: 14px;
}
#footer div.footer-navigation ul li {
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  #footer {
    height: auto !important;
  }
  #footer div.footer-top {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  #footer .footer-navigation ul {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  #footer .block .icons {
    margin-bottom: 10px !important;
  }
  #footer div.footer-navigation ul li {
    margin: 10px 0 !important;
    text-transform: uppercase;
  }
  #metainfo ul.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #metainfo > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #footer p.headline span.brand-name {
    display: none !important;
  }
  #buehne .wrapper .item.imageteaser-blue.full > div .text,
  #content-buehne .wrapper .item.imageteaser-blue.full > div .text,
  #stage .buehne .wrapper .item.imageteaser-blue.full > div .text,
  .buehne .wrapper .item.imageteaser-blue.full > div .text {
    max-width: 66.6666% !important;
  }
}
@media only screen and (max-width: 499px) {
  #footer div.footer-top div.social {
    margin-top: 20px !important;
  }
  #press-input-search::placeholder {
    font-size: 0.75em;
  }
}
#buehne .wrapper .item.imageteaser-blue.full > div .text,
#content-buehne .wrapper .item.imageteaser-blue.full > div .text,
#stage .buehne .wrapper .item.imageteaser-blue.full > div .text,
.buehne .wrapper .item.imageteaser-blue.full > div .text {
  bottom: 15%;
  left: 10%;
  max-width: 25%;
  padding: 0 16px;
  position: absolute;
  z-index: 5;
}
#buehne .wrapper .item.imageteaser-blue > div .text p,
#content-buehne .wrapper .item.imageteaser-blue > div .text p,
#stage .buehne .wrapper .item.imageteaser-blue > div .text p,
.buehne .wrapper .item.imageteaser-blue > div .text p {
  font-size: 1em;
  line-height: 1.625em;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: unset;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--ad-white-color);
  display: inline-block;
  margin-bottom: 0;
  margin-top: 55px;
  padding: 3px 0 1px 0;
}
.imageteaser-blue a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0 0 0 / 0.1)),
    to(rgb(0 0 0 / 0.35))
  );
  background-image: -o-linear-gradient(rgb(0 0 0 / 0.1), rgb(0 0 0 / 0.35));
  background-image: linear-gradient(rgb(0 0 0 / 0.1), rgb(0 0 0 / 0.35));
}
#buehne .wrapper .item.imageteaser-blue.full > div .text::before,
#content-buehne .wrapper .item.imageteaser-blue.full > div .text::before,
#stage .buehne .wrapper .item.imageteaser-blue.full > div .text::before,
.buehne .wrapper .item.imageteaser-blue.full > div .text::before {
  content: "";
  position: absolute;
  top: -59px;
  left: 0;
  width: 59px;
  height: 59px;
  border: 6px solid var(--ad-white-color);
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-width: 6px 0 0 6px;
  margin: 0;
  z-index: 10000;
}
#buehne .wrapper .item.imageteaser-blue.full > div .text::after,
#content-buehne .wrapper .item.imageteaser-blue.full > div .text::after,
#stage .buehne .wrapper .item.imageteaser-blue.full > div .text::after,
.buehne .wrapper .item.imageteaser-blue.full > div .text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 110px;
  width: 35px;
  height: 35px;
  border: 6px solid var(--ad-white-color);
  border-width: 0 3px 3px 0;
  margin: -10px;
}
#buehne .wrapper .item.imageteaser-blue.full > div .text p.headline,
#content-buehne .wrapper .item.imageteaser-blue.full > div .text p.headline,
#stage .buehne .wrapper .item.imageteaser-blue.full > div .text p.headline,
.buehne .wrapper .item.imageteaser-blue.full > div .text p.headline {
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}
#buehne .wrapper .item.quicklinks.white > div,
#content-buehne .wrapper .item.quicklinks.white > div,
#stage .buehne .wrapper .item.quicklinks.white > div,
.buehne .wrapper .item.quicklinks.white > div {
  background: #fff0 -o-linear-gradient(224deg, #f26c08 30%, #6219c6 100%) 0 0 no-repeat
    padding-box;
  background: #fff0 linear-gradient(226deg, #f26c08 30%, #6219c6 100%) 0 0
    no-repeat padding-box;
  color: var(--ad-white-color) !important;
}
#buehne .wrapper .item.quicklinks.white > div a,
#content-buehne .wrapper .item.quicklinks.white > div a,
#stage .buehne .wrapper .item.quicklinks.white > div a,
.buehne .wrapper .item.quicklinks.white > div a {
  border-bottom: none !important;
  color: var(--ad-white-color) !important;
}
#buehne .wrapper .item.quicklinks.white > div .headline,
#content-buehne .wrapper .item.quicklinks.white > div .headline,
#stage .buehne .wrapper .item.quicklinks.white > div .headline,
.buehne .wrapper .item.quicklinks.white > div .headline {
  color: var(--ad-white-color);
}
#buehne .wrapper .item.textteaser > div,
#content-buehne .wrapper .item.textteaser > div,
#stage .buehne .wrapper .item.textteaser > div,
.buehne .wrapper .item.textteaser > div {
  background-color: var(--ad-primary-color);
}
#buehne .wrapper .item.textteaser > div p,
#content-buehne .wrapper .item.textteaser > div p,
#stage .buehne .wrapper .item.textteaser > div p,
.buehne .wrapper .item.textteaser > div p {
  color: var(--ad-white-color);
}
.header-image .text-container .headline {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: unset;
}
#buehne .wrapper .item.quicklinks.white > div a,
#content-buehne .wrapper .item.quicklinks.white > div a,
#stage .buehne .wrapper .item.quicklinks.white > div a,
.buehne .wrapper .item.quicklinks.white > div a {
  border-bottom: none !important;
  font: normal normal normal 18px/22px TKEType;
  letter-spacing: 0;
  color: var(--ad-white-color);
  opacity: 1;
  padding-right: 40px;
}
#full-width .paragraph a,
#main .paragraph a,
#stage .paragraph a {
  color: #7000bd !important;
}
#full-width .paragraph a:hover,
#main .paragraph a:hover,
#stage .paragraph a:hover {
  color: #a31aff !important;
}
#full-width .paragraph ol li::before,
#full-width .paragraph ul li::before,
#main .paragraph ol li::before,
#main .paragraph ul li::before,
#stage .paragraph ol li::before,
#stage .paragraph ul li::before {
  color: #f26c08;
}
#full-width a,
#main a {
  color: #7000bd;
}
#full-width a:hover,
#main a:hover {
  color: #a31aff;
}
#full-width .mediacentre-list.grid > ul > li .caption a,
#full-width .video .preview::before,
#main .mediacentre-list.grid > ul > li .caption a,
#main .video .preview::before {
  color: #7000bd !important;
}
#stage .video .preview::before {
  color: #7000bd !important;
}
#full-width .mediacentre-list.grid > ul > li .caption a:hover,
#main .mediacentre-list.grid > ul > li .caption a:hover {
  color: #a31aff !important;
}
.blue-shadow,
.section-divider h3,
.stage-full-height .stage-text h1,
.stage-full-height .stage-text p {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: unset;
}
#stage #full-height .standard-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
}
.contact .head {
  margin-bottom: 100px !important;
}
#full-width .filter .selects .js-select,
#main .filter .selects .js-select {
  background-color: var(--ad-white-color);
  border: 1px solid #c4c4c4;
  padding: 14px 16px 13px;
  display: block;
  color: var(--ad-primary-color);
  cursor: pointer;
}
#full-width .filter .selects .options li,
#main .filter .selects .options li {
  color: #9d9d9d;
}
#full-width .filter .selects .row.active .js-select,
#main .filter .selects .row.active .js-select {
  color: #9d9d9d;
}
#full-width .filter .selects .options li:hover,
#main .filter .selects .options li:hover {
  background-color: var(--ad-white-color);
  color: var(--ad-primary-color);
}
#full-width .invalid-input,
#full-width input,
#full-width textarea,
#main .invalid-input,
#main input,
#main textarea {
  border: 1px solid #c4c4c4;
  margin-top: 7.104px;
}
#full-width .invalid-input:focus,
#full-width input:focus,
#full-width textarea:focus,
#main .invalid-input:focus,
#main input:focus,
#main textarea:focus {
  border: 1px solid #434343;
}
#buehne.press-start .container .wrapper .item.contact > div,
#content-buehne.press-start .container .wrapper .item.contact > div,
#stage .buehne.press-start .container .wrapper .item.contact > div,
.buehne.press-start .container .wrapper .item.contact > div {
  background: #262626;
}
#buehne.press-start .container .wrapper .item.contact > div .js-select::after,
#content-buehne.press-start
  .container
  .wrapper
  .item.contact
  > div
  .js-select::after,
#stage
  .buehne.press-start
  .container
  .wrapper
  .item.contact
  > div
  .js-select::after,
.buehne.press-start .container .wrapper .item.contact > div .js-select::after {
  color: var(--ad-primary-color);
}
#buehne.press-start .container .wrapper .item.contact > div.active .js-select,
#content-buehne.press-start
  .container
  .wrapper
  .item.contact
  > div.active
  .js-select,
#stage
  .buehne.press-start
  .container
  .wrapper
  .item.contact
  > div.active
  .js-select,
.buehne.press-start .container .wrapper .item.contact > div.active .js-select {
  background: var(--ad-white-color);
  color: #262626;
}
#buehne.press-start
  .container
  .wrapper
  .item.contact
  > div.active
  .js-select::after,
#content-buehne.press-start
  .container
  .wrapper
  .item.contact
  > div.active
  .js-select::after,
#stage
  .buehne.press-start
  .container
  .wrapper
  .item.contact
  > div.active
  .js-select::after,
.buehne.press-start
  .container
  .wrapper
  .item.contact
  > div.active
  .js-select::after {
  color: #9d9d9d;
}
#buehne.press-start .container .wrapper .item.contact > div.active .js-select,
#content-buehne.press-start
  .container
  .wrapper
  .item.contact
  > div.active
  .js-select,
#stage
  .buehne.press-start
  .container
  .wrapper
  .item.contact
  > div.active
  .js-select,
.buehne.press-start .container .wrapper .item.contact > div.active .js-select {
  background: var(--ad-white-color);
  color: #434343;
}
#buehne.press-start .container .wrapper .item.contact > div .options li,
#content-buehne.press-start .container .wrapper .item.contact > div .options li,
#stage .buehne.press-start .container .wrapper .item.contact > div .options li,
.buehne.press-start .container .wrapper .item.contact > div .options li {
  color: #9d9d9d;
}
#buehne.press-start
  .container
  .wrapper
  .item.contact
  > div
  .contactpersons-link
  a,
#content-buehne.press-start
  .container
  .wrapper
  .item.contact
  > div
  .contactpersons-link
  a,
#stage
  .buehne.press-start
  .container
  .wrapper
  .item.contact
  > div
  .contactpersons-link
  a,
.buehne.press-start
  .container
  .wrapper
  .item.contact
  > div
  .contactpersons-link
  a {
  color: #9d9d9d;
}
#buehne.press-start
  .container
  .wrapper
  .item.contact
  > div
  .contactpersons-link
  a:hover,
#content-buehne.press-start
  .container
  .wrapper
  .item.contact
  > div
  .contactpersons-link
  a:hover,
#stage
  .buehne.press-start
  .container
  .wrapper
  .item.contact
  > div
  .contactpersons-link
  a:hover,
.buehne.press-start
  .container
  .wrapper
  .item.contact
  > div
  .contactpersons-link
  a:hover {
  color: var(--ad-primary-color);
}
#full-width .homeslider .owl-controls .owl-next,
#full-width .homeslider .owl-controls .owl-prev,
#main .homeslider .owl-controls .owl-next,
#main .homeslider .owl-controls .owl-prev,
#stage .homeslider .owl-controls .owl-next,
#stage .homeslider .owl-controls .owl-prev {
  color: #7000bd;
}
#full-width .homeslider .owl-controls .owl-next:active,
#full-width .homeslider .owl-controls .owl-next:focus,
#full-width .homeslider .owl-controls .owl-next:hover,
#full-width .homeslider .owl-controls .owl-prev:active,
#full-width .homeslider .owl-controls .owl-prev:focus,
#full-width .homeslider .owl-controls .owl-prev:hover,
#main .homeslider .owl-controls .owl-next:active,
#main .homeslider .owl-controls .owl-next:focus,
#main .homeslider .owl-controls .owl-next:hover,
#main .homeslider .owl-controls .owl-prev:active,
#main .homeslider .owl-controls .owl-prev:focus,
#main .homeslider .owl-controls .owl-prev:hover,
#stage .homeslider .owl-controls .owl-next:active,
#stage .homeslider .owl-controls .owl-next:focus,
#stage .homeslider .owl-controls .owl-next:hover,
#stage .homeslider .owl-controls .owl-prev:active,
#stage .homeslider .owl-controls .owl-prev:focus,
#stage .homeslider .owl-controls .owl-prev:hover {
  color: #a31aff;
}
#full-width .benefits-teaser li .item::before,
#main .benefits-teaser li .item::before,
#stage .benefits-teaser li .item::before {
  color: #f26c08;
}
span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e {
  display: none !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  background: var(--ad-white-color) !important;
}
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right,
body .ui-corner-all {
  border-bottom-right-radius: unset;
}
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left,
body .ui-corner-all {
  border-bottom-left-radius: unset;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: var(--ad-white-color);
  border-bottom: 1px solid gray !important;
}
.accordion p.headline {
  border-bottom: 1px solid gray;
  padding-bottom: 25px;
}
.main-gallery-redesign .main-container {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.main-gallery-redesign .carousel-container {
  overflow: hidden;
  position: relative;
  max-width: 650px;
}
.main-gallery-redesign .carousel-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-gallery-redesign .carousel-slide img {
  width: 100%;
}
.main-gallery-redesign .nextBtn {
  position: absolute;
  top: 60%;
  z-index: 5;
  right: 10%;
  font-size: 72px;
  color: var(--ad-white-color);
  cursor: pointer;
  opacity: 0;
  width: 25%;
  z-index: 1;
}
.main-gallery-redesign .prevBtn {
  position: absolute;
  top: 60%;
  z-index: 5;
  left: 10%;
  font-size: 72px;
  color: var(--ad-white-color);
  cursor: pointer;
  opacity: 0;
  width: 25%;
  transform: rotate(180deg);
  z-index: 1;
}
.main-gallery-redesign .nextBtn.active {
  opacity: 1;
}
.main-gallery-redesign .prevBtn.active {
  opacity: 1;
}
.main-gallery-redesign .ul-class::-webkit-scrollbar {
  display: none;
}
.main-gallery-redesign .ul-class {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.main-gallery-redesign .ul-class li:hover {
  cursor: pointer;
}
.main-gallery-redesign .ul-class li {
  font-family: tketypemono;
  display: block;
  width: 22px;
  margin: 5px 9px;
  color: #daa3ff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.main-gallery-redesign .text-container {
  margin: auto;
  display: none;
}
.main-gallery-redesign .new-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  padding-left: 10px;
  max-width: 610px !important;
}
.main-gallery-redesign .new-text p {
  font-size: 13px;
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
  line-height: 1.5;
}
.main-gallery-redesign .new-text ul {
  font-size: 13px;
  line-height: 1.5;
}
.main-gallery-redesign .new-text p:first-child {
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 20px;
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  line-height: 1.3;
  margin-right: 10px !important;
}
.main-gallery-redesign .nav-arrows {
  width: 20px;
  height: 12px;
  position: absolute;
  cursor: pointer;
}
@media only screen and (max-width: 499px) {
  .main-gallery-redesign .main-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-gallery-redesign .ul-class {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 5px;
    margin: 0 !important;
    margin-left: 30px !important;
    overflow-x: scroll;
    scroll-behavior: smooth;
  }
  .main-gallery-redesign .carousel-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .main-gallery-redesign .new-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-gallery-redesign .new-text p {
    padding: 5px 2px 0 0;
    margin: 0;
  }
}
.main-gallery-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  z-index: 2;
  cursor: pointer;
}
.main-gallery-left {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
#full-width .image figure + .text-box .image-text.blue-stripes h3,
#main .image figure + .text-box .image-text.blue-stripes h3,
#stage .image figure + .text-box .image-text.blue-stripes h3 {
  font-size: 4.063em;
}
#full-width .image figure + .text-box .image-text.blue-stripes h3,
#full-width .image figure + .text-box .image-text.blue-stripes p,
#main .image figure + .text-box .image-text.blue-stripes h3,
#main .image figure + .text-box .image-text.blue-stripes p,
#stage .image figure + .text-box .image-text.blue-stripes h3,
#stage .image figure + .text-box .image-text.blue-stripes p {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  -webkit-appearance: none;
}
#full-width .image figure + .text-box .image-text.blue-stripes h3,
#full-width .image figure + .text-box .image-text.blue-stripes p,
#main .image figure + .text-box .image-text.blue-stripes h3,
#main .image figure + .text-box .image-text.blue-stripes p,
#stage .image figure + .text-box .image-text.blue-stripes h3,
#stage .image figure + .text-box .image-text.blue-stripes p {
  background-color: #fff0;
}
.big-image-teasers .multicontent .imagewrapper .preview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0 0 0 / 0.1)),
    to(rgb(0 0 0 / 0.35))
  ) !important;
  background-image: -o-linear-gradient(
    rgb(0 0 0 / 0.1),
    rgb(0 0 0 / 0.35)
  ) !important;
  background-image: linear-gradient(
    rgb(0 0 0 / 0.1),
    rgb(0 0 0 / 0.35)
  ) !important;
}
.big-image-teasers .multicontent .imagewrapper .preview .text-box {
  z-index: 1;
}
#full-width .orgachart .col-wrapper .col ul li.subisidiary .role,
#main .orgachart .col-wrapper .col ul li.subisidiary .role {
  background-color: #434343;
}
#full-width .orgachart .col-wrapper .col ul li .acronym,
#main .orgachart .col-wrapper .col ul li .acronym {
  background-color: #f26c08;
}
#full-width .orgachart .col-wrapper .col ul li.investee .role,
#main .orgachart .col-wrapper .col ul li.investee .role {
  background-color: var(--ad-white-color);
  border: 1px solid #d9dee8;
}
#full-width .tab-container .r-tabs-tab a:active,
#full-width .tab-container .r-tabs-tab a:focus,
#full-width .tab-container .r-tabs-tab a:hover,
#main .tab-container .r-tabs-tab a:active,
#main .tab-container .r-tabs-tab a:focus,
#main .tab-container .r-tabs-tab a:hover,
#stage .tab-container .r-tabs-tab a:active,
#stage .tab-container .r-tabs-tab a:focus,
#stage .tab-container .r-tabs-tab a:hover {
  background-color: #e9e9e9;
  color: #a31aff;
}
#full-width .historyslider .timeline .wrapper .owl-item div a::after,
#main .historyslider .timeline .wrapper .owl-item div a::after {
  border: 4px solid #7000bd;
}
#full-width .historyslider .timeline .wrapper .owl-item div a,
#main .historyslider .timeline .wrapper .owl-item div a {
  color: #7000bd;
}
#full-width .historyslider .timeline .wrapper .owl-item.center div a::after,
#main .historyslider .timeline .wrapper .owl-item.center div a::after {
  background-color: #a31aff;
  border: none;
}
#full-width .historyslider .timeline .wrapper .owl-item.center div a,
#main .historyslider .timeline .wrapper .owl-item.center div a {
  color: #a31aff;
}
#full-width .historyslider .timeline .wrapper .owl-next,
#full-width .historyslider .timeline .wrapper .owl-prev,
#main .historyslider .timeline .wrapper .owl-next,
#main .historyslider .timeline .wrapper .owl-prev {
  color: #7000bd;
}
#full-width .historyslider .timeline .wrapper .owl-next:active,
#full-width .historyslider .timeline .wrapper .owl-next:focus,
#full-width .historyslider .timeline .wrapper .owl-next:hover,
#full-width .historyslider .timeline .wrapper .owl-prev:active,
#full-width .historyslider .timeline .wrapper .owl-prev:focus,
#full-width .historyslider .timeline .wrapper .owl-prev:hover,
#main .historyslider .timeline .wrapper .owl-next:active,
#main .historyslider .timeline .wrapper .owl-next:focus,
#main .historyslider .timeline .wrapper .owl-next:hover,
#main .historyslider .timeline .wrapper .owl-prev:active,
#main .historyslider .timeline .wrapper .owl-prev:focus,
#main .historyslider .timeline .wrapper .owl-prev:hover {
  color: #a31aff;
}
#full-width .accordion .label,
#main .accordion .label {
  color: #7000bd !important;
}
#full-width .accordion .label:hover,
#main .accordion .label {
  color: #7000bd !important;
}
.ui-accordion .ui-accordion-header .ui-icon {
  display: none;
}
#full-width .accordion .pane,
#main .accordion .pane {
  border: none;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
#full-width .accordion .label.ui-state-active,
#main .accordion .label.ui-state-active {
  padding: 16px 0;
}
#full-width .accordion .label,
#main .accordion .label {
  padding: 14px 0;
}
#full-width .tab-container .r-tabs-tab.r-tabs-state-active a:active,
#full-width .tab-container .r-tabs-tab.r-tabs-state-active a:focus,
#full-width .tab-container .r-tabs-tab.r-tabs-state-active a:hover,
#main .tab-container .r-tabs-tab.r-tabs-state-active a:active,
#main .tab-container .r-tabs-tab.r-tabs-state-active a:focus,
#main .tab-container .r-tabs-tab.r-tabs-state-active a:hover,
#stage .tab-container .r-tabs-tab.r-tabs-state-active a:active,
#stage .tab-container .r-tabs-tab.r-tabs-state-active a:focus,
#stage .tab-container .r-tabs-tab.r-tabs-state-active a:hover {
  color: #a31aff;
}
#full-width .quotationteaser blockquote p,
#main .quotationteaser blockquote p {
  -webkit-box-shadow: 16px 0 0 #f26c08, -16px 0 0 #f26c08;
  box-shadow: 16px 0 0 #f26c08, -16px 0 0 #f26c08;
  background-color: #f26c08;
}
#full-width .orgachart .legend .legend-info li.acronym,
#main .orgachart .legend .legend-info li.acronym {
  background-color: #f26c08;
}
#full-width
  .hotspot-module
  .hotspot-container
  .hotspots
  .hotspot.electricBlue
  .marker,
#main
  .hotspot-module
  .hotspot-container
  .hotspots
  .hotspot.electricBlue
  .marker,
#stage
  .hotspot-module
  .hotspot-container
  .hotspots
  .hotspot.electricBlue
  .marker {
  background-color: #7000bd;
}
#full-width .hotspot-module .hotspot-container .hotspots .hotspot .headline,
#main .hotspot-module .hotspot-container .hotspots .hotspot .headline,
#stage .hotspot-module .hotspot-container .hotspots .hotspot .headline {
  background-color: #f26c08;
}
#full-width
  .hotspot-module
  .hotspot-container
  .hotspots
  .hotspot.active
  .marker,
#main .hotspot-module .hotspot-container .hotspots .hotspot.active .marker,
#stage .hotspot-module .hotspot-container .hotspots .hotspot.active .marker {
  background-color: #ff8708;
}
#full-width .historyslider .timeline .wrapper .owl-item div a:hover::after,
#main .historyslider .timeline .wrapper .owl-item div a:hover::after {
  border: 4px solid #a31aff;
}
#full-width .historyslider .timeline .wrapper .owl-item div a:hover,
#main .historyslider .timeline .wrapper .owl-item div a:hover {
  color: #a31aff;
}
#buehne .wrapper .item.quicklinks > div,
#content-buehne .wrapper .item.quicklinks > div,
#stage .buehne .wrapper .item.quicklinks > div,
.buehne .wrapper .item.quicklinks > div {
  background-image: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(#6700ac),
    to(#f26c08)
  );
  background-image: -o-linear-gradient(top right, #6700ac, #f26c08);
  background-image: linear-gradient(226deg, #f26c08 30%, #6219c6 100%);
}
#main #content #contact form input[type="radio"]:checked ~ span::before,
#main #content #contact form textarea[type="radio"]:checked ~ span::before {
  background: #7000bd;
}
#main #content #contact form input:focus,
#main #content #contact form input[type="radio"]:checked ~ span::before,
#main #content #contact form textarea:focus,
#main #content #contact form textarea[type="radio"]:checked ~ span::before {
  border: 1px solid #7000bd !important;
}
#full-width #contact .row .right .options li:hover,
#full-width #packery .row .options li:hover,
#full-width .selectbox .options li:hover,
#main #contact .row .right .options li:hover,
#main #packery .row .options li:hover,
#main .selectbox .options li:hover {
  background-color: var(--ad-white-color);
}
#full-width input[type="checkbox"] ~ span::before,
#main input[type="checkbox"] ~ span::before {
  background-color: #7000bd;
}
#full-width #contact .row .right .js-select,
#full-width #contact .row .right.active .js-select,
#full-width #packery .row .js-select,
#full-width #packery .row.active .js-select,
#full-width .selectbox .js-select,
#full-width .selectbox.active .js-select,
#main #contact .row .right .js-select,
#main #contact .row .right.active .js-select,
#main #packery .row .js-select,
#main #packery .row.active .js-select,
#main .selectbox .js-select,
#main .selectbox.active .js-select {
  color: var(--ad-primary-color);
}
#full-width #contact .row .right .options li,
#full-width #packery .row .options li,
#full-width .selectbox .options li,
#main #contact .row .right .options li,
#main #packery .row .options li,
#main .selectbox .options li {
  color: #9d9d9d;
}
#full-width #contact .row .right .options li:hover,
#full-width #packery .row .options li:hover,
#full-width .selectbox .options li:hover,
#main #contact .row .right .options li:hover,
#main #packery .row .options li:hover,
#main .selectbox .options li:hover {
  color: var(--ad-primary-color);
}
#full-width .tab-linklist ul li a,
#full-width .tab-linklist ul li span,
#stage .tab-linklist ul li a,
#stage .tab-linklist ul li span {
  color: #7000bd;
}
.no-touch #full-width .tab-linklist ul li a:hover,
.no-touch #stage .tab-linklist ul li a:hover {
  background-color: #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  color: #a31aff;
}
#full-width .historyslider .milestones .wrapper .milestone .caption .date,
#main .historyslider .milestones .wrapper .milestone .caption .date {
  background-color: #f26c08;
  background: var(--ad-white-color);
  color: var(--ad-primary-color);
  text-transform: uppercase;
}
#footer .footer-top .headline span.brand-name {
  color: var(--ad-primary-color) !important;
}
#buehne .wrapper .item.imageteaser-blue.full > div .text::after,
#content-buehne .wrapper .item.imageteaser-blue.full > div .text::after,
#stage .buehne .wrapper .item.imageteaser-blue.full > div .text::after,
.buehne .wrapper .item.imageteaser-blue.full > div .text::after {
  content: "";
  position: absolute;
  left: 642px;
  bottom: 90px;
  width: 59px;
  height: 59px;
  border: 6px solid var(--ad-white-color);
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-width: 0 6px 6px 0;
  margin: 0;
}
#buehne .wrapper .item.imageteaser-blue.full > div .text p.headline,
#content-buehne .wrapper .item.imageteaser-blue.full > div .text p.headline,
#stage .buehne .wrapper .item.imageteaser-blue.full > div .text p.headline,
.buehne .wrapper .item.imageteaser-blue.full > div .text p.headline {
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
  font-size: 50px;
  font-family: tketypemono !important;
  font-size: 84px !important;
  font-weight: 300;
  left: 59px;
}
#full-width
  .hotspot-module
  .hotspot-container
  .hotspots
  .hotspot.electricBlue
  .marker,
#main
  .hotspot-module
  .hotspot-container
  .hotspots
  .hotspot.electricBlue
  .marker,
#stage
  .hotspot-module
  .hotspot-container
  .hotspots
  .hotspot.electricBlue
  .marker {
  background-color: #f26c08;
}
#buehne .wrapper .item.quicklinks > div .headline,
#content-buehne .wrapper .item.quicklinks > div .headline,
#stage .buehne .wrapper .item.quicklinks > div .headline,
.buehne .wrapper .item.quicklinks > div .headline {
  font-size: 26px;
  line-height: 1.35em;
  font-weight: 500;
}
#buehne .wrapper .item.quicklinks > div a,
#content-buehne .wrapper .item.quicklinks > div a,
#stage .buehne .wrapper .item.quicklinks > div a,
.buehne .wrapper .item.quicklinks > div a {
  font-size: 18px;
  font-weight: 400;
  display: inline;
}
#buehne .wrapper .item.quicklinks img,
#content-buehne .wrapper .item.quicklinks img,
#stage .buehne .wrapper .item.quicklinks img,
.buehne .wrapper .item.quicklinks img {
  width: 24px;
  margin-left: -30px;
  margin-top: -1px;
  pointer-events: none;
}
#buehne .wrapper .item.quicklinks li,
#content-buehne .wrapper .item.quicklinks li,
#stage .buehne .wrapper .item.quicklinks li,
.buehne .wrapper .item.quicklinks li {
  margin-bottom: 15px;
}
#buehne .wrapper .item.quicklinks > div a:active,
#buehne .wrapper .item.quicklinks > div a:hover,
#content-buehne .wrapper .item.quicklinks > div a:active,
#content-buehne .wrapper .item.quicklinks > div a:hover,
#stage .buehne .wrapper .item.quicklinks > div a:active,
#stage .buehne .wrapper .item.quicklinks > div a:hover,
.buehne .wrapper .item.quicklinks > div a:active,
.buehne .wrapper .item.quicklinks > div a:hover {
  text-decoration: none;
}
#stage,
.home #main {
  width: auto;
  max-width: 1344px !important;
  margin: 0 auto;
}
#buehne .wrapper .item.imageteaser-blue > div .text p,
#content-buehne .wrapper .item.imageteaser-blue > div .text p,
#stage .buehne .wrapper .item.imageteaser-blue > div .text p,
.buehne .wrapper .item.imageteaser-blue > div .text p {
  font-size: 22px;
  font-weight: 500;
}
#buehne .wrapper .item.imageteaser-blue.full > div .text,
#content-buehne .wrapper .item.imageteaser-blue.full > div .text,
#stage .buehne .wrapper .item.imageteaser-blue.full > div .text,
.buehne .wrapper .item.imageteaser-blue.full > div .text {
  bottom: 29px;
  left: 29px;
  max-width: 50%;
  padding: 0;
  position: absolute;
  z-index: 5;
}
#buehne .wrapper .item.imageteaser-blue.item.wide .text p,
#buehne .wrapper .item.imageteaser-blue.item.wider .text p,
#content-buehne .wrapper .item.imageteaser-blue.item.wide .text p,
#content-buehne .wrapper .item.imageteaser-blue.item.wider .text p,
#stage .buehne .wrapper .item.imageteaser-blue.item.wide .text p,
#stage .buehne .wrapper .item.imageteaser-blue.item.wider .text p,
.buehne .wrapper .item.imageteaser-blue.item.wide .text p,
.buehne .wrapper .item.imageteaser-blue.item.wider .text p {
  margin-top: 10px;
}
@media only screen and (max-width: 499px) {
  #buehne .wrapper .item.imageteaser-blue.item.wide .text p,
  #buehne .wrapper .item.imageteaser-blue.item.wider .text p,
  #content-buehne .wrapper .item.imageteaser-blue.item.wide .text p,
  #content-buehne .wrapper .item.imageteaser-blue.item.wider .text p,
  #stage .buehne .wrapper .item.imageteaser-blue.item.wide .text p,
  #stage .buehne .wrapper .item.imageteaser-blue.item.wider .text p,
  .buehne .wrapper .item.imageteaser-blue.item.wide .text p,
  .buehne .wrapper .item.imageteaser-blue.item.wider .text p {
    margin-top: -20px;
  }
}
#buehne .wrapper .item.imageteaser-blue.item.wide .text p.headline,
#buehne .wrapper .item.imageteaser-blue.item.wider .text p.headline,
#content-buehne .wrapper .item.imageteaser-blue.item.wide .text p.headline,
#content-buehne .wrapper .item.imageteaser-blue.item.wider .text p.headline,
#stage .buehne .wrapper .item.imageteaser-blue.item.wide .text p.headline,
#stage .buehne .wrapper .item.imageteaser-blue.item.wider .text p.headline,
.buehne .wrapper .item.imageteaser-blue.item.wide .text p.headline,
.buehne .wrapper .item.imageteaser-blue.item.wider .text p.headline {
  font-family: tketype;
  font-size: 42px;
  line-height: 1em;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
  line-height: 50px;
}
@media screen and (max-width: 499px) {
  #stage .buehne .wrapper .item.imageteaser-blue.item.wide .text p.headline,
  .buehne .wrapper .item.imageteaser-blue.item.wide .text p.headline {
    font-size: 1.8em;
    line-height: 1.3em;
  }
}
#buehne .wrapper .item.imageteaser-blue > div .text p.category,
#content-buehne .wrapper .item.imageteaser-blue > div .text p.category,
#stage .buehne .wrapper .item.imageteaser-blue > div .text p.category,
.buehne .wrapper .item.imageteaser-blue > div .text p.category {
  font-size: 20px;
  line-height: 1em;
  display: inline;
  margin-bottom: 5px;
  margin-top: 0;
  padding: 0;
  position: relative;
  top: 0;
  font-weight: 500;
}
#buehne .wrapper .item.imageteaser-blue > div .text p.headline,
#content-buehne .wrapper .item.imageteaser-blue > div .text p.headline,
#stage .buehne .wrapper .item.imageteaser-blue > div .text p.headline,
.buehne .wrapper .item.imageteaser-blue > div .text p.headline {
  font-size: 26px;
  line-height: 1em;
  display: inline;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
#buehne .wrapper .item.imageteaser-blue > div .text,
#content-buehne .wrapper .item.imageteaser-blue > div .text,
#stage .buehne .wrapper .item.imageteaser-blue > div .text,
.buehne .wrapper .item.imageteaser-blue > div .text {
  bottom: 24px;
  left: 0;
  max-width: 95%;
  padding: 0 16px;
  position: absolute;
  z-index: 5;
}
#buehne .wrapper .item.textteaser > div p.category,
#content-buehne .wrapper .item.textteaser > div p.category,
#stage .buehne .wrapper .item.textteaser > div p.category,
.buehne .wrapper .item.textteaser > div p.category {
  font-size: 21px !important;
  line-height: 32px;
  margin: 0;
  font-weight: 500;
}
#buehne .wrapper .item.textteaser > div p,
#content-buehne .wrapper .item.textteaser > div p,
#stage .buehne .wrapper .item.textteaser > div p,
.buehne .wrapper .item.textteaser > div p {
  font-size: 16px;
  line-height: 23px;
  margin: 0;
  font-weight: 400;
}
#stage.hasSocialfeed {
  margin: 0 auto;
}
.new-text-block .ntb-body h2 {
  font-size: 3.25em !important;
  background-color: var(--ad-white-color);
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 31px;
  padding-top: 20px;
  text-align: left;
}
.new-text-block .ntb-body h2::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-image: linear-gradient(135deg, #f26c08, #7000bd 50%) !important;
  background-image: -o-linear-gradient(right, #f26c08, #7000bd);
  background-image: linear-gradient(to left, #f26c08, #7000bd);
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: -1;
}
@media (max-width: 880px) {
  .new-text-block .ntb-body h2 {
    font-size: 2.4em !important;
    padding-left: 23px;
    padding-top: 15px;
  }
  .new-text-block .ntb-body h2::before {
    width: 28px;
    height: 28px;
    top: -4px;
    left: -4px;
  }
}
@media (max-width: 400px) {
  .new-text-block .ntb-body h2 {
    font-size: 1.4em !important;
    padding-left: 25px;
    padding-top: 18px;
    padding-bottom: 35px;
  }
}
body .news__slider .card-date {
  font-family: tketypemono;
  font-weight: 350;
  font-size: 14px;
  line-height: 15px;
}
body .news__slider .card_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
body .news__slider .cards_item .card_text {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 5px;
}
body .news__slider .card_text_learn_more {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
#main .campaign-slideshow p.headline::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-image: linear-gradient(135deg, #f26c08, #7000bd 50%) !important;
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: -1;
}
#main .campaign-slideshow p.headline {
  font-size: 3.25em !important;
  background-color: var(--ad-white-color);
  display: inline-block;
  position: relative;
  padding-left: 31px;
  padding-top: 20px;
  width: auto;
  z-index: auto;
  margin: 6px 6px 25px 10px;
}
@media (max-width: 880px) {
  #main .campaign-slideshow p.headline {
    font-size: 2.4em !important;
    padding-left: 23px;
    padding-top: 15px;
  }
  #main .campaign-slideshow p.headline::before {
    width: 28px;
    height: 28px;
    top: -4px;
    left: -4px;
  }
}
@media (max-width: 700px) {
  .ntb-body {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 530px) {
  #main .campaign-slideshow p.headline {
    font-size: 1.7em !important;
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 35px;
  }
  .new-text-block .ntb-body h2 {
    font-size: 1.7em !important;
    padding-left: 18px;
    padding-top: 12px;
  }
  .new-text-block .ntb-body h2::before {
    width: 22px;
    height: 22px;
    top: -3px;
    left: -3px;
  }
  #main .campaign-slideshow p.headline::before {
    width: 22px;
    height: 22px;
    top: -3px;
    left: -3px;
  }
  body .news__slider .card_title {
    font-size: 18px;
    line-height: 21px;
  }
  body .news__slider .cards_item .card_text {
    font-size: 15px;
  }
  body .news__slider .card_text_learn_more {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  #main .campaign-slideshow p.headline {
    font-size: 1.4em !important;
    padding-left: 20px;
    padding-top: 18px;
    padding-bottom: 10px;
    padding-right: 15px;
    margin-left: 5px;
  }
}
#main .campaign-slideshow {
  text-align: center;
}
#full-width .campaign-slideshow .slide .text-box > div .subhead,
#main .campaign-slideshow .slide .text-box > div .subhead {
  font-size: 84px;
  line-height: 84px;
  font-family: tketypemono;
  font-weight: 300;
  max-width: 610px;
}
#full-width .campaign-slideshow .slide .text-box > div .header,
#main .campaign-slideshow .slide .text-box > div .header {
  font-size: 1.375em;
  line-height: 30px;
  font-weight: 500;
}
#full-width .campaign-slideshow.marker .slide .text-box::after,
.home #main .campaign-slideshow.marker .slide .text-box::after {
  background: 0 0;
}
#full-width .paragraph .introtext,
#main .paragraph .introtext,
#stage .paragraph .introtext {
  color: #434343;
}
#full-width .paragraph,
#main .paragraph,
#stage .paragraph {
  color: #262626;
}
#full-width .image figure + .text-box .image-text p,
#main .image figure + .text-box .image-text p,
#stage .image figure + .text-box .image-text p {
  color: #434343;
}
#cat-btn .cat-btn-icon {
  background-image: url("https://www.vdmilgroupindia.com/media/system_files/assets/tke_filter_icon.svg") !important;
  content: " " !important;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
@media (max-width: 530px) {
  #cat-btn .cat-btn-icon {
    width: 32px;
    height: 32px;
  }
}
div#result div.image figure {
  background-color: var(--ad-white-color);
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding: 2px;
  width: 100%;
  height: 100%;
}
div#result div.image figure img {
  max-width: 100%;
  height: 130px;
  width: auto;
}
#result #docs .text-image {
  margin-bottom: 15px;
}
#header .mainnavi .menu-wrapper .search::after {
  font-size: 42px;
  margin-left: 0;
  vertical-align: 0;
}
#header .mainnavi .menu-wrapper .search::after {
  content: "";
}
a.search span.search-icon {
  background-image: url("https://www.vdmilgroupindia.com/media/system_files/assets/tke_search_icon.svg") !important;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
#header .mainnavi .search-flyout .search-wrapper .search-input form::before {
  background-image: url("https://www.vdmilgroupindia.com/media/system_files/assets/tke_search_icon.svg") !important;
  content: "" !important;
  height: 35px;
  width: 35px;
}
#header .mainnavi .search-flyout .search-wrapper .search-input input {
  border-bottom: 2px solid #262626;
  color: #262626;
}
.news__slider .card_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0 0 0 / 0.35)),
    to(rgb(0 0 0 / 0.1))
  ) !important;
  background-image: -o-linear-gradient(
    rgb(0 0 0 / 0.35),
    rgb(0 0 0 / 0.1)
  ) !important;
  background-image: linear-gradient(
    rgb(0 0 0 / 0.35),
    rgb(0 0 0 / 0.1)
  ) !important;
}
#header .mainnavi.sticky,
.sticky-nav {
  margin-bottom: 81.008px;
  background-color: var(--ad-primary-color);
  z-index: 103;
}
#header .mainnavi.sticky.mobile-view .flyout,
.sticky-nav.mobile-view .flyout {
  border-bottom: 3px solid var(--ad-primary-color) !important;
}
#header .mainnavi.sticky.mobile-view .flyout ul li a,
.sticky-nav.mobile-view .flyout ul li a {
  border-bottom: 1px solid #d9dee8;
}
#header .mainnavi.sticky.mobile-view .flyout ul li a,
.sticky-nav.mobile-view .flyout ul li a {
  color: #7000bc;
}
#header .mainnavi.sticky.mobile-view .flyout ul li a:hover,
.sticky-nav.mobile-view .flyout ul li a:hover {
  color: #a31aff;
}
#header .mainnavi .search-flyout .search-wrapper .search-input input {
  color: #262626 !important;
}
@media only screen and (max-width: 499px) {
  #buehne .wrapper .item.imageteaser-blue.full > div .text p.headline,
  #content-buehne .wrapper .item.imageteaser-blue.full > div .text p.headline,
  #stage .buehne .wrapper .item.imageteaser-blue.full > div .text p.headline,
  .buehne .wrapper .item.imageteaser-blue.full > div .text p.headline {
    left: 0 !important;
    font-size: 32px !important;
  }
  #buehne .wrapper .item.imageteaser-blue > div .text p,
  #content-buehne .wrapper .item.imageteaser-blue > div .text p,
  #stage .buehne .wrapper .item.imageteaser-blue > div .text p,
  .buehne .wrapper .item.imageteaser-blue > div .text p {
    font-size: 17px;
    font-weight: 350;
    line-height: 1.3;
    margin-top: 20px;
  }
  #buehne .wrapper .item.imageteaser-blue.full > div .text::before,
  #content-buehne .wrapper .item.imageteaser-blue.full > div .text::before,
  #stage .buehne .wrapper .item.imageteaser-blue.full > div .text::before,
  .buehne .wrapper .item.imageteaser-blue.full > div .text::before {
    content: "";
    position: absolute;
    top: -22px;
    left: -17px;
    width: 25px;
    height: 25px;
    border: 3px solid var(--ad-white-color);
    border-width: 3px 0 0 3px;
    margin: 0;
    z-index: 10000;
  }
  #buehne .wrapper .item.imageteaser-blue.full > div .text::after,
  #content-buehne .wrapper .item.imageteaser-blue.full > div .text::after,
  #stage .buehne .wrapper .item.imageteaser-blue.full > div .text::after,
  .buehne .wrapper .item.imageteaser-blue.full > div .text::after {
    content: "";
    position: absolute;
    left: 220px;
    bottom: 105px;
    width: 25px;
    height: 25px;
    border: 3px solid var(--ad-white-color);
    border-width: 0 3px 3px 0;
    margin: -10px;
  }
  #stage #full-height .standard-container .stage-text::after {
    right: 0;
    bottom: -12px;
    width: 25px;
    height: 25px;
    border: 3px solid var(--ad-white-color);
    border-width: 0 3px 3px 0;
    margin: -10px;
  }
}
.header-image .text-container {
  color: var(--ad-white-color);
  z-index: 1;
}
.header-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0 0 0 / 0.1)),
    to(rgb(0 0 0 / 0.35))
  ) !important;
  background-image: -o-linear-gradient(
    rgb(0 0 0 / 0.1),
    rgb(0 0 0 / 0.35)
  ) !important;
  background-image: linear-gradient(
    rgb(0 0 0 / 0.1),
    rgb(0 0 0 / 0.35)
  ) !important;
}
#footer .footer-top p.headline {
  width: 100%;
}
#full-width .tab-container .r-tabs-tab a:active,
#full-width .tab-container .r-tabs-tab a:focus,
#full-width .tab-container .r-tabs-tab a:hover,
#main .tab-container .r-tabs-tab a:active,
#main .tab-container .r-tabs-tab a:focus,
#main .tab-container .r-tabs-tab a:hover,
#stage .tab-container .r-tabs-tab a:active,
#stage .tab-container .r-tabs-tab a:focus,
#stage .tab-container .r-tabs-tab a:hover {
  background-color: var(--ad-white-color) !important;
}
.lightbox-content .close::before,
.mfp-close::before {
  color: #00a0f0;
  font-size: 42px;
  line-height: 1;
  color: var(--ad-white-color) !important;
}
#full-width .image.big-stage .imagewrapper figure + .text-box,
#main .image.big-stage .imagewrapper figure + .text-box,
#stage .image.big-stage .imagewrapper figure + .text-box {
  bottom: 180px;
  position: absolute;
  bottom: 29px;
  left: 29px;
  max-width: 80%;
  padding: 0;
  position: absolute;
  z-index: 5;
}
.image-text.bottom.blue-stripes h3 {
  display: block !important;
  position: relative !important;
}
.image-text.bottom.blue-stripes h3::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -30px;
  width: 59px;
  height: 59px;
  border: solid var(--ad-white-color);
  border-width: 0 6px 6px 0;
  margin: 0;
}
.image-text.bottom.blue-stripes h3::before {
  content: "" !important;
  position: absolute;
  top: -45px;
  left: -45px;
  width: 59px;
  height: 59px;
  border: solid var(--ad-white-color);
  border-width: 6px 0 0 6px;
  margin: 0;
  z-index: 10000;
  display: block !important;
}
@media only screen and (max-width: 499px) {
  #full-width
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3,
  #main
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3,
  #stage
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3 {
    line-height: 1.1;
    text-transform: uppercase;
    position: relative !important;
    display: inline !important;
    margin-bottom: 25px !important;
    font-family: tketypemono !important;
    font-size: 28px !important;
    font-weight: 300;
    left: 23px;
    bottom: 40px;
  }
  .image-text.bottom.blue-stripes h3::after {
    position: absolute;
    width: 22px;
    height: 22px;
    border-width: 0 3px 3px 0;
    top: calc(var(--position-top-two) + 10px);
    left: calc(var(--position-left-two) + 21px);
  }
  .image-text.bottom.blue-stripes h3::before {
    top: -14px;
    left: -22px;
    width: 22px;
    height: 22px;
    border-width: 3px 0 0 3px;
  }
}
@media only screen and (min-width: 499px) {
  #full-width
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3,
  #main
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3,
  #stage
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3 {
    line-height: 1.1;
    text-transform: uppercase;
    position: relative !important;
    display: inline !important;
    margin-bottom: 25px !important;
    font-family: tketypemono !important;
    font-size: 48px !important;
    font-weight: 300;
    left: 39px;
    bottom: 40px;
  }
  .image-text.bottom.blue-stripes h3::after {
    position: absolute;
    width: 22px;
    height: 22px;
    border-width: 0 3px 3px 0;
    top: calc(var(--position-top-two) + 10px);
    left: calc(var(--position-left-two) + 21px);
  }
  .image-text.bottom.blue-stripes h3::before {
    top: -14px;
    left: -22px;
    width: 22px;
    height: 22px;
    border-width: 3px 0 0 3px;
  }
}
@media only screen and (min-width: 614px) {
  #full-width
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3,
  #main
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3,
  #stage
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3 {
    line-height: 1.1;
    text-transform: uppercase;
    position: relative !important;
    display: inline !important;
    margin-bottom: 25px !important;
    font-family: tketypemono !important;
    font-size: 66px !important;
    font-weight: 300;
    left: 39px;
    bottom: 40px;
  }
  .image-text.bottom.blue-stripes h3::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    border-width: 0 6px 6px 0;
    top: calc(var(--position-top-two) + -1px);
    left: calc(var(--position-left-two) + 22px);
  }
  .image-text.bottom.blue-stripes h3::before {
    content: "";
    position: absolute;
    top: -28px;
    left: -44px;
    width: 45px;
    height: 45px;
    border-width: 6px 0 0 6px;
  }
}
@media only screen and (min-width: 1199px) {
  #full-width
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3,
  #main
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3,
  #stage
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3 {
    line-height: 1.1;
    text-transform: uppercase;
    position: relative !important;
    margin-bottom: 25px !important;
    font-family: tketypemono !important;
    font-size: 72px !important;
    font-weight: 300;
    left: 39px;
    bottom: 50px;
    display: inline !important;
  }
  .image-text.bottom.blue-stripes h3::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    border-width: 0 6px 6px 0;
    top: calc(var(--position-top-two) + -1px);
    left: calc(var(--position-left-two) + 22px);
  }
  .image-text.bottom.blue-stripes h3::before {
    content: "";
    position: absolute;
    top: -28px;
    left: -44px;
    width: 45px;
    height: 45px;
    border-width: 6px 0 0 6px;
  }
}
#full-width
  .image.big-stage
  .imagewrapper
  figure
  + .text-box
  .image-text.blue-stripes
  p,
#main
  .image.big-stage
  .imagewrapper
  figure
  + .text-box
  .image-text.blue-stripes
  p,
#stage
  .image.big-stage
  .imagewrapper
  figure
  + .text-box
  .image-text.blue-stripes
  p {
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  #full-width
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    p,
  #main
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    p,
  #stage
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    p {
    font-size: 16px;
    font-weight: 500;
  }
  #full-width
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3,
  #main
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3,
  #stage
    .image.big-stage
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3 {
    width: 100%;
    margin-bottom: 10px;
  }
}
#full-width .image.multicontent .imagewrapper,
#main .image.multicontent .imagewrapper,
#stage .image.multicontent .imagewrapper {
  min-height: 641px;
}
#full-width
  .big-image-teasers
  .theme-slider
  .theme-sliderwrapper.owl-carousel
  .owl-item
  .image
  img,
#main
  .big-image-teasers
  .theme-slider
  .theme-sliderwrapper.owl-carousel
  .owl-item
  .image
  img,
#stage
  .big-image-teasers
  .theme-slider
  .theme-sliderwrapper.owl-carousel
  .owl-item
  .image
  img {
  height: 100% !important;
  object-fit: cover;
}
.chrome-mac #full-width .image figure + .text-box .image-text.blue-stripes h3,
.chrome-mac #main .image figure + .text-box .image-text.blue-stripes h3,
.chrome-mac #stage .image figure + .text-box .image-text.blue-stripes h3,
.safari #full-width .image figure + .text-box .image-text.blue-stripes h3,
.safari #main .image figure + .text-box .image-text.blue-stripes h3,
.safari #stage .image figure + .text-box .image-text.blue-stripes h3 {
  border-top: none !important;
}
.chrome-mac #full-width .image figure + .text-box .image-text.blue-stripes p,
.chrome-mac #main .image figure + .text-box .image-text.blue-stripes p,
.chrome-mac #stage .image figure + .text-box .image-text.blue-stripes p,
.safari #full-width .image figure + .text-box .image-text.blue-stripes p,
.safari #main .image figure + .text-box .image-text.blue-stripes p,
.safari #stage .image figure + .text-box .image-text.blue-stripes p {
  border-top: none;
}
#full-width .theme-slider .owl-controls .owl-next,
#full-width .theme-slider .owl-controls .owl-prev,
#main .theme-slider .owl-controls .owl-next,
#main .theme-slider .owl-controls .owl-prev,
#stage .theme-slider .owl-controls .owl-next,
#stage .theme-slider .owl-controls .owl-prev {
  color: #7000bd !important;
}
#full-width .theme-slider .owl-controls .owl-dot.active,
#main .theme-slider .owl-controls .owl-dot.active,
#stage .theme-slider .owl-controls .owl-dot.active {
  background-color: #7000bd;
  border-color: #7000bd;
}
.flip-flop-module.main-title-color-blue h3 {
  color: var(--ad-primary-color);
}
#full-width
  .big-image-teasers
  .theme-slider
  .theme-sliderwrapper
  .owl-stage-outer
  .next::before,
#full-width
  .big-image-teasers
  .theme-slider
  .theme-sliderwrapper
  .owl-stage-outer
  .prev::before,
#main
  .big-image-teasers
  .theme-slider
  .theme-sliderwrapper
  .owl-stage-outer
  .next::before,
#main
  .big-image-teasers
  .theme-slider
  .theme-sliderwrapper
  .owl-stage-outer
  .prev::before,
#stage
  .big-image-teasers
  .theme-slider
  .theme-sliderwrapper
  .owl-stage-outer
  .next::before,
#stage
  .big-image-teasers
  .theme-slider
  .theme-sliderwrapper
  .owl-stage-outer
  .prev::before {
  color: #7000bd !important;
  display: block;
  text-shadow: none;
}
#full-width .image.multicontent .videowrapper .close::before,
#main .image.multicontent .videowrapper .close::before,
#stage .image.multicontent .videowrapper .close::before {
  color: var(--ad-white-color);
}
#full-width .paragraph a.button-blue,
#main .paragraph a.button-blue,
#stage .paragraph a.button-blue {
  color: var(--ad-white-color) !important;
}
#content-buehne.press-start
  .container
  .wrapper
  .item.contact
  > div
  .options
  li:hover {
  background-color: var(--ad-white-color);
  color: var(--ad-primary-color);
}
.flip-flop-module .ffm-item .ffm-txt-block .fm-txt-box {
  border-left: none;
}
#full-width .downloadlist li .title,
#main .downloadlist li .title,
#stage .downloadlist li .title {
  color: #7000bd;
}
#full-width .downloadlist li .title:hover,
#main .downloadlist li .title:hover,
#stage .downloadlist li .title:hover {
  color: #a31aff;
}
#full-width .image.multicontent .imagewrapper figure img,
#main .image.multicontent .imagewrapper figure img,
#stage .image.multicontent .imagewrapper figure img {
  height: 100%;
  max-height: none;
  position: absolute;
  width: 100%;
}
#full-width .image.multicontent .imagewrapper,
#main .image.multicontent .imagewrapper,
#stage .image.multicontent .imagewrapper {
  min-height: auto;
  max-height: 761px;
}
@media screen and (max-width: 768px) {
  #full-width .image.multicontent .imagewrapper,
  #main .image.multicontent .imagewrapper,
  #stage .image.multicontent .imagewrapper {
    min-height: 300px;
  }
}
.image.multicontent.focus-center .videowrapper.video.canto .wrapper {
  width: auto !important;
}
.news__slider .card_image img {
  object-fit: cover !important;
}
.stage-full-height {
  height: 641px !important;
}
.parallax-window {
  height: 641px !important;
}
#header .mainnavi.sticky.mobile-view .flyout ul li a.active,
.sticky-nav.mobile-view .flyout ul li a.active {
  color: #7000bd;
  font-weight: 700;
}
#full-width .teaserwrapper .imageteaser figure figcaption > div .text p span,
#main .teaserwrapper .imageteaser figure figcaption > div .text p span,
#stage .teaserwrapper .imageteaser figure figcaption > div .text p span {
  color: var(--ad-primary-color);
}
#metainfo .links li > a {
  margin-right: 15px;
}
#breadcrumb > ul {
  margin-left: 1px !important;
}
#full-width .sitemap .headline,
#main .sitemap .headline {
  color: #474747;
  font-size: 18px;
}
#full-width .sitemap .headline:hover,
#main .sitemap .headline {
  color: #7000bd;
  text-decoration: none !important;
}
#full-width .sitemap li a:hover,
#main .sitemap li a {
  color: #7000bd;
  text-decoration: none !important;
}
@media only screen and (min-width: 500px) {
  .eight-right > div:nth-child(3) {
    height: 220px !important;
  }
  .eight-right > div:nth-child(4) {
    height: 220px !important;
  }
  .eight-left img {
    height: 100%;
  }
}
.buehne .wrapper .item.textteaser > div p.category.mission-statement {
  font-size: 17px !important;
}
li.meta-brand {
  color: var(--ad-white-color) !important;
}
.new-footer {
  margin: 0;
  padding: 0;
  background-color: var(--ad-primary-color);
  color: var(--ad-white-color);
  padding: 60px 40px;
}
.footer-logo {
  width: 170px;
  height: 100%;
  margin-bottom: 30px;
}
.new-footer-social {
  list-style-type: none;
  display: flex;
  margin-bottom: 60px;
}
.new-footer-social li {
  margin-right: 30px;
}
.new-footer-social li:last-child {
  margin-right: 0;
}
.new-footer-social i {
  color: var(--ad-white-color);
  font-size: 26px;
  border-radius: 20px;
}
.new-footer-links {
  list-style-type: none;
}
.new-footer-links li {
  margin-bottom: 20px;
}
.new-footer-links li:last-child {
  margin-bottom: 0;
}
.new-footer-links li a {
  text-decoration: none;
  color: var(--ad-white-color);
  text-transform: uppercase;
}
.new-footer-links li img {
  margin-left: 8px;
  height: 11px;
  margin-bottom: 2px;
}
@media only screen and (min-width: 560px) {
  .new-footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 0;
  }
  .new-footer {
    padding: 60px 40px 40px 40px;
  }
  .new-footer-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .new-footer-links li {
    margin: 0 40px 10px 0;
  }
  .new-footer-links li:last-child {
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 760px) {
  .new-footer-bottom,
  .new-footer-top {
    max-width: 1344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#full-width .products ul li a .description,
#main .products ul li a .description,
#stage .products ul li a .description {
  color: #7000bd;
}
#full-width .products ul li a .description:hover,
#main .products ul li a .description:hover,
#stage .products ul li a .description:hover {
  color: #a31aff;
}
#full-width
  .theme-slider
  .theme-sliderwrapper
  .imageteaser
  a.preview
  figure
  > div::before,
#main
  .theme-slider
  .theme-sliderwrapper
  .imageteaser
  a.preview
  figure
  > div::before,
#stage
  .theme-slider
  .theme-sliderwrapper
  .imageteaser
  a.preview
  figure
  > div::before {
  color: #7000bd;
}
.linklist.benefits-teaser a {
  color: #7000bd;
}
.linklist.benefits-teaser a:hover {
  color: #a31aff;
}
.big-image-teasers .image.multicontent.noVid.focus-center .imagewrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0 0 0 / 0.1)),
    to(rgb(0 0 0 / 0.35))
  ) !important;
  background-image: -o-linear-gradient(
    rgb(0 0 0 / 0.1),
    rgb(0 0 0 / 0.35)
  ) !important;
  background-image: linear-gradient(
    rgb(0 0 0 / 0.1),
    rgb(0 0 0 / 0.35)
  ) !important;
}
.image-text.bottom.blue-stripes {
  z-index: 1;
}
.cta-teaser .owl-nav .owl-next,
.cta-teaser .owl-nav .owl-prev {
  color: #7000bd;
}
.cta-teaser .owl-dots .owl-dot.active,
.cta-teaser .owl-dots .owl-dot:hover {
  border-color: #7000bd;
  background-color: #7000bd;
}
.item.imageteaser-blue.full::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0 0 0 / 0.1)),
    to(rgb(0 0 0 / 0.35))
  ) !important;
  background-image: -o-linear-gradient(
    rgb(0 0 0 / 0.1),
    rgb(0 0 0 / 0.35)
  ) !important;
  background-image: linear-gradient(
    rgb(0 0 0 / 0.1),
    rgb(0 0 0 / 0.35)
  ) !important;
}
#full-width .cta-call-us > a > div .cta-button:focus,
#main .cta-call-us > a > div .cta-button:focus {
  border: 1px solid #9d9d9d;
}
#full-width .cta-call-us > a > div .cta-button:active,
#full-width .cta-call-us > a > div .cta-button:hover,
#main .cta-call-us > a > div .cta-button:active,
#main .cta-call-us > a > div .cta-button:hover {
  background-color: #9d9d9d;
  color: var(--ad-white-color);
}
nav.mainnavi.desktop-navi {
  height: 77px;
}
.ip-tl-box h2 {
  font-family: inherit !important;
}
.purple-arrow-down,
.purple-arrow-up {
  position: absolute;
  width: 20px;
  transform: rotate(-90deg);
  cursor: pointer;
}
@media only screen and (max-width: 499px) {
  .purple-arrow-up {
    top: 25px;
    left: 0;
  }
  .purple-arrow-down {
    top: 25px;
    right: 0;
  }
}
@media only screen and (min-width: 500px) {
  .purple-arrow-down,
  .purple-arrow-up {
    position: absolute;
    width: 20px;
    transform: rotate(0);
    cursor: pointer;
  }
  .purple-arrow-up {
    top: 0;
  }
  .purple-arrow-down {
    bottom: 0;
  }
  .main-gallery-redesign .ul-class {
    margin-top: 30px !important;
    scroll-behavior: smooth;
    overflow-y: scroll;
    min-width: 50px;
  }
}
@media screen and (max-width: 499px) {
  .buehne .wrapper .item.textteaser.wide > div .bottom .category,
  .buehne
    .wrapper
    .item.textteaser.wide
    > div
    .bottom
    .headline.mission-headline {
    color: var(--ad-white-color) !important;
  }
}
.producttable {
  display: none !important;
}
.button-box-white {
  border: 3px solid #7000bd;
}
.button-box-white:hover {
  border: 3px solid #a31aff;
}
.content-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cta-headline-padding {
  padding-top: 5px;
}
.textteaser p.category {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container-medium {
  height: 510px !important;
}
.container-small {
  height: 380px !important;
}
#__lpform_input {
  display: none !important;
}
.grecaptcha-badge {
  display: none !important;
}
.btn-compare {
  background-color: #7000bd;
  color: var(--ad-white-color) !important;
  display: block;
  line-height: 30px;
  text-decoration: none;
}
.btn-compare:hover {
  background-color: #a31aff;
}
.open-modal-form {
  display: none;
  padding: 20px;
  position: fixed;
  z-index: 999;
  margin-bottom: 0;
  margin-top: 57px;
  left: 10%;
  top: 0;
  height: 100vh;
  width: 80%;
  overflow-y: scroll;
}
.open-modal-form #contact {
  margin-bottom: 60px;
}
.closing-modal {
  color: var(--ad-primary-color);
  float: right;
  font-size: 45px;
  font-weight: bolder;
}
.closing-modal:focus,
.closing-modal:hover {
  color: #78879b;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 1600px) {
  #buehne .brochure-order-teaser .img-wrapper,
  #content-buehne .brochure-order-teaser .img-wrapper,
  #stage .buehne .brochure-order-teaser .img-wrapper,
  .buehne .brochure-order-teaser .img-wrapper {
    height: 50%;
  }
  #buehne .brochure-order-teaser .img-wrapper img,
  #content-buehne .brochure-order-teaser .img-wrapper img,
  #stage .buehne .brochure-order-teaser .img-wrapper img,
  .buehne .brochure-order-teaser .img-wrapper img {
    width: 100% !important;
  }
}
@media screen and (max-width: 1380px) {
  #buehne .brochure-order-teaser .img-wrapper,
  #content-buehne .brochure-order-teaser .img-wrapper,
  #stage .buehne .brochure-order-teaser .img-wrapper,
  .buehne .brochure-order-teaser .img-wrapper {
    height: 36%;
  }
  #buehne .brochure-order-teaser .img-wrapper img,
  #content-buehne .brochure-order-teaser .img-wrapper img,
  #stage .buehne .brochure-order-teaser .img-wrapper img,
  .buehne .brochure-order-teaser .img-wrapper img {
    width: 100% !important;
  }
}
@media screen and (max-width: 1279px) {
  #buehne .brochure-order-teaser .img-wrapper,
  #content-buehne .brochure-order-teaser .img-wrapper,
  #stage .buehne .brochure-order-teaser .img-wrapper,
  .buehne .brochure-order-teaser .img-wrapper {
    height: 31%;
  }
  #buehne .brochure-order-teaser .img-wrapper img,
  #content-buehne .brochure-order-teaser .img-wrapper img,
  #stage .buehne .brochure-order-teaser .img-wrapper img,
  .buehne .brochure-order-teaser .img-wrapper img {
    width: 100% !important;
  }
}
#buehne .brochure-order-teaser .img-wrapper img,
#content-buehne .brochure-order-teaser .img-wrapper img,
#stage .buehne .brochure-order-teaser .img-wrapper img,
.buehne .brochure-order-teaser .img-wrapper img {
  width: 100% !important;
}
@media screen and (min-width: 1101px) {
  #buehne .brochure-order-teaser .img-wrapper,
  #content-buehne .brochure-order-teaser .img-wrapper,
  #stage .buehne .brochure-order-teaser .img-wrapper,
  .buehne .brochure-order-teaser.button-teaser-stage .img-wrapper {
    height: 50% !important;
  }
  .white-headline {
    color: var(--ad-white-color) !important;
  }
}
.imageteaser-blue .medium-dark a::after {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0 0 0 / 0.1)),
    to(rgb(0 0 0 / 0.5))
  ) !important;
}
.imageteaser-blue .default-dark a::after {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0 0 0 / 0.1)),
    to(rgb(0 0 0 / 0.35))
  ) !important;
}
.imageteaser-blue .no-dark a::after {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0 0 0 / 0.1)),
    to(#fff0)
  ) !important;
}
.imageteaser-blue .dark-dark a::after {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0 0 0 / 0.1)),
    to(rgb(0 0 0 / 0.65))
  ) !important;
}
.img-wrapper {
  position: relative;
}
.button-teaser-stage .dark-dark::after {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0 0 0 / 0.1)),
    to(rgb(0 0 0 / 0.65))
  ) !important;
  content: "" !important;
  position: absolute;
  width: 292px;
  height: 122px;
  left: 0;
}
.button-teaser-stage .medium-dark::after {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0 0 0 / 0.1)),
    to(rgb(0 0 0 / 0.5))
  ) !important;
  content: "" !important;
  position: absolute;
  width: 292px;
  height: 122px;
  left: 0;
}
.button-teaser-stage .default-dark::after {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0 0 0 / 0.1)),
    to(rgb(0 0 0 / 0.35))
  ) !important;
  content: "" !important;
  position: absolute;
  width: 292px;
  height: 122px;
  left: 0;
}
.button-teaser-stage .no-dark::after {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0 0 0 / 0.1)),
    to(#fff0)
  ) !important;
  content: "" !important;
  position: absolute;
  width: 292px;
  height: 122px;
  left: 0;
}
@media screen and (max-width: 769px) {
  .button-teaser-stage .dark-dark::after {
    width: 357px !important;
    height: 92px !important;
  }
  .button-teaser-stage .medium-dark::after {
    width: 357px !important;
    height: 92px !important;
  }
  .button-teaser-stage .default-dark::after {
    width: 357px !important;
    height: 92px !important;
  }
  .button-teaser-stage .no-dark::after {
    width: 357px !important;
    height: 92px !important;
  }
}
@media screen and (max-width: 426px) {
  .button-teaser-stage .dark-dark::after {
    width: 357px !important;
    height: 241px !important;
  }
  .button-teaser-stage .medium-dark::after {
    width: 357px !important;
    height: 241px !important;
  }
  .button-teaser-stage .default-dark::after {
    width: 357px !important;
    height: 241px !important;
  }
  .button-teaser-stage .no-dark::after {
    width: 357px !important;
    height: 241px !important;
  }
}
._big-news {
  display: flex;
  max-height: 530px;
  gap: 10px;
}
._big-news-left {
  width: 80%;
  position: relative;
  cursor: pointer;
  color: white !important;
  padding-bottom: 30px;
}
._big-news-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
._big-news-right h3 {
  margin-top: 0;
}
._big-news-right p {
  margin-top: 0;
  margin-bottom: 5px;
}
._top,
._bottom {
  height: calc(50% - 10px);
  overflow-y: auto;
  padding: 20px;
}
._big-news-left:hover {
  color: #fff;
}
._big-news-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._big-news-right {
  width: 20%;
}
._overlay {
  background: #fff0
    linear-gradient(180deg, #0000001a 0%, #00000024 22%, #00000080 100%) 0% 0%
    no-repeat padding-box;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  padding: 0 40px;
}
._top {
  background-color: #262626;
  color: #fff;
}
._top::-webkit-scrollbar {
  width: 0;
}
._top a.button {
  margin-right: 0 !important;
}
._bottom {
  background: #fff0 linear-gradient(226deg, #f26c08 30%, #6219c6 100%) 0 0
    no-repeat padding-box;
  color: #fff;
}
.__selected-news * {
  padding: 0;
  margin: 0;
}
._date {
  line-height: normal;
  margin-bottom: 15px;
}
._heading {
  line-height: normal;
  font-size: 45px;
  margin-bottom: 8px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
}
._description {
  margin-top: 0;
  margin-bottom: 26px;
}
._big-news-text {
  padding-bottom: 30px;
}
._category {
  background-color: #262626;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 10px;
}
._link {
  color: white !important;
  text-decoration: none;
}
.line {
  background-color: #d9dee8;
  height: 1px;
  width: 100%;
  margin-bottom: 10px;
}
._big-news-right a.button {
  margin-bottom: 18px;
}
._quicklinks li {
  border-bottom: 1px solid #fff;
  padding: 7px 0;
}
._quicklinks li:last-child {
  border-bottom: none;
}
._big_card {
  position: relative;
  color: white !important;
  width: calc(50% - 10px);
  max-height: 500px;
}
._big_card ._overlay {
  background: rgb(0 0 0 / 0.3);
  align-items: flex-start;
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
}
._big_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._overlay .text .headline {
  font-size: 30px;
}
._overlay .text .date {
  margin-bottom: 20px;
  display: inline-block;
}
._big_card.main_news {
  display: none;
}
a._main_card {
  display: block;
  color: #fff;
  height: calc(100% + 30px);
  position: relative;
}
@media only screen and (min-width: 1000px) {
  a._main_card._mobile {
    display: none;
  }
  .slick-next.slick-arrow,
  .slick-prev.slick-arrow {
    display: none;
  }
}
@media only screen and (min-width: 1001px) {
  ._filter-form {
    padding: 22px;
  }
  #_search {
    flex: 1;
  }
  .search-field {
    margin-right: 40px;
  }
  .search-field button img {
    height: 50%;
  }
}
#reset-filter {
  border: 0;
  background: #fff0;
}
.search-field input:-internal-autofill-selected {
  background-color: #fff0;
}
._filter-form select {
  width: auto;
  min-width: 140px;
  font-size: 14px;
  padding-left: 7px;
  height: 46px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 34px;
}
._filter-form .select_wrapper {
  position: relative;
}
._filter-form .select_wrapper::after {
  content: "";
  background: #fff0;
  width: 14px;
  height: 14px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-75%) rotate(45deg);
  right: 12px;
  pointer-events: none;
}
.search-field input {
  border: 0;
  border-bottom: 2px solid #000;
}
.search-field {
  flex: 1;
  display: flex;
  position: relative;
}
.search-field button {
  position: absolute;
  right: 0;
  height: 100%;
  background: #fff0;
  border: 0;
}
@media only screen and (max-width: 1000px) {
  .search-field button img {
    height: 40%;
  }
  a._main_card {
    width: 100%;
    flex-shrink: 0;
    height: 100%;
  }
  ._big-news-left {
    display: flex;
    transition: all ease-in 400ms;
  }
  .slick-next.slick-arrow,
  .slick-prev.slick-arrow {
    border: none;
    background: unset !important;
    width: 34px;
  }
  .news-slick-arrows {
    text-align: right;
  }
  ._big-news {
    max-height: none;
    flex-direction: column;
    overflow: hidden;
  }
  ._big-news-left img {
    max-height: 500px;
  }
  ._big-news-left {
    width: 100%;
    padding-bottom: 0;
  }
  ._big-news-right {
    width: 100%;
    flex-direction: row;
  }
  ._top,
  ._bottom {
    width: 50%;
    height: auto;
  }
  ._big_card {
    display: none;
  }
  ._filter-form {
    display: flex;
    gap: 10px;
    width: 100%;
    flex-direction: column;
    padding: 22px;
    justify-content: space-between;
  }
  ._filter-form .search-field {
    width: 100%;
    flex-shrink: 0;
    display: flex;
  }
  ._filter-form .search-field input {
    width: 100% !important;
  }
  #_category {
    width: 100% !important;
  }
  #_year {
    width: calc(50% - 13px);
  }
  #_month {
    width: calc(50% - 12px);
  }
  ._filter-form select {
    width: 100% !important;
  }
}
.news-heading {
  padding: 0 22px;
}
@media only screen and (max-width: 530px) {
  ._big-news-right {
    flex-direction: column;
  }
  ._big-news-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  ._heading {
    font-size: 30px;
  }
  ._big-news-left ._overlay {
    position: relative;
  }
  ._big-news-text {
    height: 475px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  ._heading {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  ._big-news-left {
    padding-bottom: 0;
  }
  ._big-news-left img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  ._top,
  ._bottom {
    width: 100%;
  }
}
#allNews {
  padding: 0 22px;
}
._all_news {
  position: relative;
  color: white !important;
  min-height: 350px;
  display: flex;
  text-decoration: none;
  margin-bottom: 20px;
}
._all_news ._overlay {
  position: relative;
  background: rgb(0 0 0 / 0.3);
  align-items: flex-start;
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
._all_news img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._detailed_news__single {
  background-color: #eef0f2;
  padding: 20px;
  margin-bottom: 20px;
}
._detailed_news__single h4 {
  font-size: 20px !important;
  font-family: "tketype" !important;
  text-transform: none !important;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 400;
}
._detailed_news__single img {
  width: 100%;
  margin-bottom: 25px;
}
._detailed_news__single ._date {
  margin-right: 12px;
  display: inline-block;
  margin-bottom: 2px;
}
._detailed_news__single p {
  line-height: 24px;
}
._detailed_news__single ._news_link {
  text-decoration: none;
  font-size: 18px;
}
@media only screen and (min-width: 750px) {
  #allNews {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  ._all_news:nth-child(-n + 4),
  ._detailed_news {
    width: calc(50% - 10px);
  }
  ._all_news:nth-child(n + 5) {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1000px) {
  #allNews {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: flex-start;
  }
  ._all_news:nth-child(-n + 4) {
    width: calc(50% - 10px);
  }
  ._all_news:nth-child(n + 5) {
    width: calc(33.3% - 14px);
  }
  ._detailed_news__content {
    display: flex;
  }
  ._detailed_news__content div {
    width: 100%;
  }
  ._detailed_news__content img {
    width: 40%;
    margin-right: 10px;
    margin-bottom: 0;
  }
  ._detailed_news__content div > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 21px;
    margin: 10px 0;
  }
  ._detailed_news__single h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: absolute;
    top: -30px;
  }
  ._detailed_news__single {
    margin-top: 40px;
    position: relative;
  }
  ._detailed_news__single ._category {
    font-size: 14px;
    padding: 3px 12px;
    margin-top: 0;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    line-height: 22px;
  }
  ._detailed_news__single ._category:hover {
    -webkit-line-clamp: inherit;
  }
  .date_category {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
  }
  ._detailed_news__single ._date {
    margin-bottom: 0;
  }
  ._detailed_news__single ._news_link {
    font-size: 16px;
  }
}
._to_archive {
  display: flex;
  justify-content: center;
}
._filter-form .search-field {
  width: 100%;
  height: 46px;
}
._filter-form .search-field input ._filter-form .select_wrapper .js-select {
  display: none;
}
.search-field input {
  height: 85%;
}
._filter-form .js-select:before {
  display: none !important;
}
#main ._filter-form .js-select {
  color: var(--ad-primary-color);
}
#main ._filter-form .select_wrapper .options {
  display: none;
}
._filter-form .select_wrapper {
  height: 46px;
  width: 14%;
}
@media screen and (max-width: 1000px) {
  ._filter-form .select_wrapper {
    width: 100%;
  }
}
._filter-form .select_wrapper #_category {
  height: 46px !important;
}
._filter-form .select_wrapper #_year {
  height: 46px !important;
}
._filter-form .select_wrapper #_month {
  height: 46px !important;
}
.container2 {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
._selected-news {
  margin-bottom: 20px;
}
._d-hide {
  display: none;
}
._quicklinks li img {
  height: 12%;
  width: 12%;
  margin-left: 10px;
}
._quicklinks .headline {
  font-size: 1.17em;
  font-weight: 700;
}
._quicklinks li a {
  color: #fff;
}
@media screen and (max-width: 499px) {
  ._d-hide {
    display: block;
  }
}
.blog_detail_page #detail-publishing-date {
  max-width: 1334px;
  margin: 40px auto 10px auto;
}
.blog_detail_page #related-news {
  display: flex;
  gap: 20px;
  max-width: 1334px;
  margin: 0 auto;
  padding-left: 0.5%;
  padding-top: 20px;
}
.blog_detail_page .related h4 {
  max-width: 1334px;
  margin: 0 auto;
  border-top: 1px solid;
  padding-top: 20px;
  padding-left: 0.5%;
}
@media screen and (max-width: 800px) {
  .blog_detail_page #detail-publishing-date,
  .blog_detail_page .related h4 {
    padding-left: 25px;
  }
  .blog_detail_page #related-news {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .blog_detail_page #related-news {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.container .bottom-section select {
  width: 100% !important;
  margin-bottom: 0;
  margin-right: 15px;
}
.mandatory {
  display: none;
}
.row input {
  margin-top: 0px !important;
}
#contact .label {
  margin-top: 8px;
}
#select-continent {
  height: 44px !important;
}
.full-container-language .wrapper a.link::after {
  content: "";
  background-image: url("https://www.vdmilgroupindia.com/media/system_files/assets/new-arrow-right-bold-purple.svg");
  background-repeat: no-repeat;
  background-size: 24px 12px;
  width: 24px;
  height: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 1px;
  margin-left: 12px;
  left: 0;
}
.full-container-language .bottom-section a.link::after {
  content: "";
  background-image: url("https://www.vdmilgroupindia.com/media/system_files/assets/new-arrow-right-bold-purple.svg");
  background-repeat: no-repeat;
  background-size: 24px 12px;
  width: 24px;
  height: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 1px;
  margin-left: 12px;
  left: 0;
}
.container .bottom-section .forms {
  display: -ms-flexbox;
  display: flex !important;
  margin-bottom: 40px;
}
@media only screen and (max-width: 530px) {
  .full-container-language {
    padding: 65px 15px 1px 15px !important;
  }
  .full-container-language .top-section .wrapper {
    margin-left: 20px;
  }
  .full-container-language .container {
    margin-bottom: 120px !important;
    margin-top: 50px !important;
    height: auto;
  }
  .full-container-language .container .bottom-section {
    padding: 10px 41px 25px !important;
  }
  .container .bottom-section .forms {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px !important;
  }
  .container .bottom-section p {
    margin-bottom: 3px;
    font-size: 13px;
  }
  .container .bottom-section .submit-form-btn {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 900px) {
  #metainfo .share.active .icons > div {
    right: 30px;
    bottom: 33px;
  }
}
.headline-icons {
  float: right;
}
.imageteaser-blue img {
  height: inherit;
}
.full-container-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 30px 15px;
  z-index: 10 !important;
}
.full-container-language .container {
  max-width: 880px !important;
}
.full-container-language .container .top-section p {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 901px) {
  .full-container-language .container .top-section p {
    display: none;
  }
}
.full-container-module {
  position: fixed;
  width: 100%;
  right: 0;
  -webkit-clip-path: circle(0% at right top);
  clip-path: circle(0% at right top);
  transition: all ease-in 650ms;
  z-index: 1002;
  pointer-events: none;
}
.full-container-module.open {
  -webkit-clip-path: circle(150% at right top);
  clip-path: circle(150% at right top);
  pointer-events: auto;
}
.full-container-module .container .top-section {
  border-bottom: 1px solid #313131;
}
.back-button-selector {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 20px;
  color: #7000bc !important;
  font-size: 16px;
}
.back-button-selector::before {
  content: "\e61d";
  font-family: var(--ad-font-family);
  color: #7000bc;
  position: relative;
  top: -1px;
  left: -6px;
  font-size: 10px;
  font-weight: 700;
}
@media only screen and (min-width: 902px) {
  .back-button-selector {
    display: none;
  }
}
.container {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  background-color: var(--ad-white-color);
  position: relative;
  z-index: 0;
}
.container a,
.container button,
.container a::after {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.container .flag-icon {
  width: 22px;
  margin-right: 7px;
}
.container a {
  text-decoration: none;
  font-size: 18px;
}
.container a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #7000bd;
  color: var(--ad-white-color);
  padding: 15px 40px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container a.button:hover {
  background-color: #a31aff;
}
.container a.link {
  color: #7000bd;
}
.container a.link::after {
  content: "";
  background-image: url(https://www.vdmilgroupindia.com/global-en/404.html);
  background-repeat: no-repeat;
  background-size: 24px 12px;
  width: 24px;
  height: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 1px;
  margin-left: 12px;
  left: 0;
}
.container a.link:hover {
  color: #a31aff;
}
.container a.link:hover::after {
  left: 5px;
}
.full-container-language .container h1 {
  padding-left: 19px;
  padding-top: 12px;
  padding-right: 20px;
  font-size: var(--ad-font-size) !important;
  line-height: 32px;
  margin-bottom: 30px;
  background-color: var(--ad-white-color);
  position: relative;
  display: block;
}
#stage .full-container-language .container h1 {
  font-size: var(--ad-font-size) !important;
}
#stage .full-container-language .container h1::after {
  display: none !important;
}
.container h1::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: linear-gradient(135deg, #f26c08, #7000bd 50%) !important;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: -1;
}
.container .close-button-lang {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 26px;
  z-index: 2;
  cursor: pointer;
}
.container .top-section {
  padding: 20px;
}
.container .bottom-section {
  background: #f6f6f6;
  overflow-x: hidden;
}
.container .bottom-section p {
  margin-bottom: 12px;
}
.container .bottom-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.container .bottom-section select {
  height: 44px;
  width: calc(100% - 60px);
  border: 1px solid #000;
  margin-bottom: 10px;
  cursor: pointer;
}
.container .bottom-section select:focus-visible {
  outline: 0;
}
.container .bottom-section .submit-form-btn {
  cursor: pointer;
  width: 44px;
  min-width: 44px;
  border: none;
  height: 44px;
  background-color: #7000bd;
  margin-left: 15px;
}
.container .bottom-section .submit-form-btn:hover {
  background-color: #a31aff;
}
.container .bottom-section .submit-form-btn img {
  width: 60%;
}
.container .bottom-section .first-link {
  margin-right: 40px;
}
.container .continents {
  position: relative;
}
.container .continents .selected-continent {
  background-color: #7000bd;
  width: 4px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transition: all ease-in 200ms;
  transition: all ease-in 200ms;
}
.container .continents div img {
  display: none;
}
.container .continents div p {
  height: 40px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 18px;
}
.container .country-lang-container {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.container .country-lang-container:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container .country-lang-container .country-lang {
  padding: 5px;
  margin: 0 20px;
  text-align: center;
  border-bottom: 1px solid #313131;
}
.container .country-lang-container .country-lang p {
  margin: 0 auto;
  font-size: 15px;
}
.container .country-lang-container .country-lang a {
  font-size: 13px;
  padding: 0 8px;
  border-right: 1px solid #bebebe;
}
.container .country-lang-container .country-lang a:last-of-type {
  border-right: none !important;
}
@media only screen and (min-width: 902px) {
  .container .country-lang-container .country-lang {
    width: 40%;
  }
  .full-container-language .container .top-section {
    padding: 50px 50px 20px;
  }
  .full-container-language .container .bottom-section {
    padding: 20px 50px 20px !important;
  }
  .full-container-module {
    position: absolute;
    width: 620px;
  }
  .full-container-module .blur-overlay {
    position: fixed;
    width: 100vw;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 100vh;
    right: 0;
    z-index: 1;
  }
  .full-container-module .container {
    width: 620px;
    z-index: 2;
    max-height: 83vh;
  }
  .full-container-module .container .top-section {
    padding: 30px 30px 0;
    margin-bottom: 1px;
  }
  .full-container-module .container .bottom-section {
    padding: 5px;
  }
  .container a.button {
    margin-right: 40px;
  }
  .container .close-button-lang {
    right: 65px;
    top: 35px;
  }
  .container .br {
    display: block;
  }
  .container .bottom-section form {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .container .bottom-section select {
    width: 100%;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .container .bottom-section .submit-form-btn {
    margin-left: 0;
  }
  .container .bottom-section .first-link {
    margin-right: 80px;
  }
  .container .continents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 14.5px;
  }
  .selector-click:hover {
    cursor: pointer;
  }
  .eng svg {
    height: 6px;
    width: 6px;
    overflow: visible;
    margin-bottom: 12px;
  }
  .deu svg {
    height: 6px;
    width: 6px;
    overflow: visible;
    margin-bottom: 12px;
  }
  .container .continents .selected-continent {
    width: 25%;
    height: 4px;
    top: auto;
    bottom: 0;
    left: 0%;
  }
  .container .continents div {
    width: 25%;
    cursor: pointer;
    padding-bottom: 3px;
  }
  .container .continents div img {
    display: block;
    width: 80%;
    margin-left: 10%;
    -webkit-transition: all ease-in 150ms;
    transition: all ease-in 150ms;
  }
  .container .continents div p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container p.active-p {
    color: #7000bd;
  }
  .container .continents div:hover img {
    -webkit-transform: scale(107%);
    transform: scale(107%);
  }
  .container .continents div:hover p {
    color: #7000bd;
  }
  .container .country-lang-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
  }
  .container .country-lang-container:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.selector-click li {
  color: #f7ffef;
}
@media screen and (max-width: 901px) {
  .selector-click {
    color: #7000bd !important;
  }
  .continents > div {
    transition: all ease-in 300ms;
    margin: 0 -20px;
    padding-left: 20px;
  }
  #header .country-lang a {
    color: #7000bd !important;
  }
  .full-container-module .container {
    width: 100vw;
    height: calc(100vh - 64px);
    overflow-y: auto;
  }
  .bottom-black-select a {
    color: var(--ad-white-color) !important;
    text-decoration: none;
    font-size: 17px;
  }
  .bottom-black-select a:hover {
    color: #7000bd !important;
    text-decoration: none;
    font-size: 17px;
  }
  .bottom-black-select > div {
    display: flex;
    justify-content: space-around;
  }
  .bottom-black-select h3 {
    text-align: center;
  }
  .bottom-black-select img {
    width: 27px;
    height: 27px;
  }
  .eng svg {
    height: 6px;
    width: 6px;
    overflow: visible;
    margin-bottom: 12px;
  }
  .deu svg {
    height: 6px;
    width: 6px;
    overflow: visible;
    margin-bottom: 12px;
  }
  .selector-click li {
    color: #7000bd;
  }
  .selector-click img {
    display: none;
  }
}
li.selector-click:hover {
  cursor: pointer;
}
#header .head .full-container-module .country-lang a {
  color: #7000bd;
}
.bottom-black-select {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background: #000;
  color: #fff;
  padding: 20px;
}
.bottom-black-select h3 {
  margin: 0 0 10px 0;
}
.bottom-black-select > div {
  display: flex;
}
@media screen and (min-width: 901px) {
  .bottom-black-select {
    bottom: auto;
    top: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 45px;
  }
  .bottom-black-select h3 {
    margin: 0;
    font-size: 17px;
  }
  .bottom-black-select > div {
    gap: 30px;
  }
  .bottom-black-select a {
    color: var(--ad-white-color) !important;
    text-decoration: none;
    font-size: 17px;
  }
  .bottom-black-select a:hover {
    color: #7000bd !important;
    text-decoration: none;
    font-size: 17px;
  }
  .bottom-black-select img {
    width: 27px;
    height: 27px;
  }
}
.blur-overlay {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100vw;
  height: 0;
  z-index: 1001;
  opacity: 0;
  transition: opacity ease-in 500ms;
  background-color: rgb(172 172 172 / 0.25);
  backdrop-filter: blur(2px);
}
.blur-overlay.open {
  opacity: 1;
}
@media screen and (min-width: 901px) {
  .blur-overlay {
    top: 38px;
  }
}
.full-container-module .container h1::before {
  content: "";
  display: block;
  width: 24px;
  height: 24;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: -1;
}
.full-container-language .top-section .wrapper {
  display: flex;
  flex-direction: column;
}
.full-container-language .top-section .wrapper .stay {
  margin-bottom: 16px;
}
.bg-color-wrapper .textteaser-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bottom-section .js-select {
  display: none;
}
.bottom-section .options {
  display: none;
}
.brand-extended {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.brand-extended .globe-selector-img {
  margin-right: 5px;
  margin-bottom: 3px;
  display: inline-block;
}
.brand-extended .icon-selector-img {
  margin-left: 5px;
  margin-bottom: 1px;
  display: inline-block;
}
@media screen and (max-width: 902px) {
  .brand-extended .globe-selector-img {
    filter: invert(1);
  }
  .brand-extended .icon-selector-img {
    filter: invert(1);
  }
}
#full-width .hotspot-module {
  top: -50px;
}
@media screen and (max-width: 630px) {
  #main .big-image-teasers .image,
  #full-width .big-image-teasers .image,
  #stage .big-image-teasers .image {
    height: 350px;
  }
  #main .big-image-teasers .image figure,
  #full-width .big-image-teasers .image figure,
  #stage .big-image-teasers .image figure {
    height: 100%;
  }
  #main .image figure + .text-box .image-text h3,
  #full-width .image figure + .text-box .image-text h3,
  #stage .image figure + .text-box .image-text h3 {
    color: var(--ad-white-color);
  }
  #main .image figure + .text-box .image-text.transparent.light p,
  #full-width .image figure + .text-box .image-text.transparent.light p,
  #stage .image figure + .text-box .image-text.transparent.light p {
    color: var(--ad-white-color);
  }
}
#stage
  .hotspot-module
  .hotspot-container
  .hotspots
  .hotspot.lighterGray
  .marker,
#main .hotspot-module .hotspot-container .hotspots .hotspot.lighterGray .marker,
#full-width
  .hotspot-module
  .hotspot-container
  .hotspots
  .hotspot.lighterGray
  .marker {
  background-color: #59008d;
}
#main .orgachart .legend .legend-info li,
#full-width .orgachart .legend .legend-info li {
  background-color: #59008d;
  color: #fff;
}
@media screen and (min-width: 531px) and (max-width: 899px) {
  .full-container-language .bottom-section {
    padding: 0 20px;
  }
  .metanavi .brand-extended li {
    padding: 9px 0;
  }
}
@media screen and (min-width: 244px) and (max-width: 374px) {
  .new-text-block .standard-container .container-inner .ntb-body {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1299px) {
  a#user-selected-page img {
    width: 80%;
  }
  .full-container-language .bottom-section .submit-form-btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.wrapper .cookieconsent p a {
  padding: 0 5px;
  text-decoration: none;
}
.wrapper .cookieconsent p a:hover {
  text-decoration: none;
}
.mfp-content #lightbox-content p.info a {
  color: #7000bd !important;
}
.mfp-content #lightbox-content a.close-link {
  color: #7000bd !important;
}
@media screen and (min-width: 1024px) {
  #lightbox-content .lightbox-slider .owl-drag .owl-item .imagedata figure img {
    height: 80vh;
  }
}
.lightbox-content-data {
  padding-top: 0px !important;
}
.lightbox-content-data .lightbox-slider .owl-nav .owl-prev,
.lightbox-content-data .lightbox-slider .owl-nav .owl-next {
  color: #7000bd !important;
}
@media screen and (max-width: 630px) {
  #main .image.big-stage .imagewrapper figure,
  #full-width .image.big-stage .imagewrapper figure,
  #stage .image.big-stage .imagewrapper figure {
    margin-bottom: -10px !important;
  }
}
@media screen and (max-width: 1100px) {
  img.hf-image-cover {
    object-fit: cover;
  }
}
@media screen and (max-width: 499px) {
  .hf-image-cover-flex {
    max-height: 350px;
  }
  .hf-container-image-cover-flex {
    max-height: 350px;
  }
  #stage .buehne .wrapper .item.imageteaser-blue.item.wide {
    height: 350px !important;
  }
}
@media screen and (max-width: 500px) {
  .module-container .content-area .image-teaser img {
    width: 100%;
  }
}
.select-wrapper {
  width: 100%;
  position: relative;
  margin-right: 15px;
}
.select-wrapper select {
  border-radius: 0;
  -webkit-appearance: none;
  padding-left: 10px;
  padding-right: 10px;
}
.select-wrapper::after {
  content: "";
  width: 5px !important;
  height: 5px !important;
  position: absolute;
  top: 16px;
  z-index: 1000;
  right: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media screen and (max-width: 1099px) {
  .flip-flop-module {
    margin-bottom: 20px !important;
  }
  .flip-flop-module .ffm-item {
    min-height: auto !important;
  }
  .flip-flop-module .ffm-img-container,
  .flip-flop-module .ffm-item .ffm-img-container {
    min-height: auto !important;
  }
  .flip-flop-module .ffm-item .img-item,
  .flip-flop-module .ffm-small .ffm-item {
    min-height: auto !important;
  }
}
@media screen and (min-width: 1100px) {
  .ffm-img-container,
  .flip-flop-module .ffm-item .ffm-img-container {
    min-height: auto !important;
    display: flex;
    align-items: center;
  }
  .ffm-item .img-item {
    min-height: auto !important;
  }
}
.marketo form {
  font-family: tketype, Arial, Verdana, sans-serif !important;
  font-size: 1em !important;
  width: 100% !important;
}
.marketo select {
  position: inherit;
  opacity: 1;
}
.marketo label {
  width: 30% !important;
  font-weight: 100 !important;
}
.marketo strong {
  font-weight: 100 !important;
}
.marketo input,
.marketo textarea {
  width: 70% !important;
  box-shadow: none !important;
}
.marketo input[type="checkbox"] + label {
  display: inline-block;
}
.marketo .mktoFieldDescriptor.mktoFormCol,
.marketo .mktoFieldWrap.mktoRequiredField {
  width: 100% !important;
}
.marketo .mktoGutter.mktoHasWidth {
  display: none;
}
.marketo .mktoFieldWrap {
  width: 100%;
}
.marketo #LblpOWorkOrder .mktoAsterix {
  display: inline-block;
}
.marketo form input[type="radio"] + label {
  display: block !important;
}
.marketo form input[type="radio"] + label::before {
  box-shadow: none !important;
}
.marketo input[type="checkbox"] + label {
  display: contents;
}
.marketo input[type="checkbox"] + label::before {
  box-shadow: none !important;
}
.marketo .mktoRadioList.mktoHasWidth.mktoRequired {
  display: flex !important;
  width: 70% !important;
  justify-content: space-between;
}
.marketo .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
  width: 70% !important;
  padding-left: 20px;
}
.marketo .mktoButtonRow {
  float: right;
}
.marketo button {
  background-color: #7000bd !important;
  font: normal 16px/1 tketype, Arial, Verdana, sans-serif !important;
  background-image: none !important;
  padding: 12px 24px !important;
  border-radius: 0 !important;
}
.marketo button:hover {
  background-color: #a31aff !important;
}
.marketo .mktoFieldWrap select {
  width: 70% !important;
  opacity: 1 !important;
  display: inline-block !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.marketo div.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
  padding-left: 20px !important;
  width: 70% !important;
}
.marketo div.mktoLogicalField.mktoCheckboxList.mktoHasWidth label {
  display: table-cell !important;
}
#full-width .marketo {
  max-width: 1345px;
  margin: 0 auto;
}
#full-width .marketo .marketo-form-wide {
  max-width: 70%;
}
@media screen and (max-width: 1400px) {
  #full-width .marketo .marketo-form-wide {
    margin-left: 36px;
  }
}
@media screen and (max-width: 899px) {
  #full-width .marketo .marketo-form-wide {
    max-width: 90%;
  }
}
@media screen and (max-width: 600px) {
  #full-width .marketo {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 600px) {
  .stage-button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 350px) {
  .stage-button {
    min-width: 250px;
  }
}
.stage-image a.preview .canto-mobile-image {
  display: none;
}
.stage-full-height .stage-text .stage-button {
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 499px) {
  .stage-full-height .stage-text .stage-button {
    top: 13px;
  }
}
@media screen and (max-width: 499px) and (-webkit-min-device-pixel-ratio: 2) {
  .stage-full-height .stage-text .stage-button {
    top: 50px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .stage-full-height .stage-text .stage-button {
    top: 61px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .stage-full-height .stage-text .stage-button {
    top: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .stage-full-height .stage-text .stage-button {
    top: 48px;
  }
}
.stage-button .video a {
  padding-left: 15px !important;
}
#header .selector .language-select .label:after {
  content: "" !important;
}
@media screen and (max-width: 900px) {
  #stage .image.multicontent .imagewrapper figure:before {
    display: none;
  }
  .selector .language-select img.icon-selector-img {
    filter: invert(1);
  }
  #header .mainnavi .navigation-content .dropdown-layer .columns .column li a {
    display: flex;
    border: none;
  }
  .deeper-navi.active ul li a > div {
    width: 100%;
  }
  #header
    .mainnavi
    .navigation-content
    .dropdown-layer
    .selector
    .language-select.active
    .label {
    border: none;
  }
}
@media screen and (min-width: 900px) {
  .language-switch-navigation,
  .website-selector-navigation {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #header .mainnavi .navigation-content .dropdown-layer .columns .column li a {
    display: flex;
    border: none;
  }
  .language-switch-navigation li {
    margin-left: -12px !important;
  }
  .radio-required {
    display: flex;
    flex-direction: column;
  }
}
#stage .image a {
  bottom: 0;
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 100%;
}
#stage .image a:before {
  content: "\e624";
  font-family: var(--ad-font-family);
  line-height: 1;
  background-color: rgb(255 255 255 / 0.8);
  border-radius: 50%;
  color: #00a0f0;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.textteaser a {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.brochure-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-container iframe,
.module-container main,
#BrochurePlaceholder-1997074 {
  padding: 22px !important;
  background: #80808026;
}
#full-width .marketo .mktoFieldWrap {
  display: flex;
}
#main .marketo .mktoFieldWrap select,
#full-width .marketo .mktoFieldWrap select {
  position: relative;
}
.marketo form .mktoFieldWrap {
  display: flex;
}
@media screen and (max-width: 500px) {
  .marketo form .mktoFieldWrap {
    display: flex;
    flex-direction: column;
  }
  #main .marketo .mktoFieldWrap select,
  #main .marketo .mktoFieldWrap label,
  #main .marketo .mktoFieldWrap input,
  #main .marketo .mktoFieldWrap textarea {
    width: 100% !important;
  }
  #main .marketo .mktoButtonRow {
    display: flex;
    justify-content: center;
    float: none;
    margin-bottom: 30px;
  }
  #main .marketo .mktoButtonRow span {
    margin-left: 0px !important;
  }
  #main .marketo .mktoFieldWrap label {
    display: flex;
    align-items: center;
  }
  .marketo .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired,
  .marketo div.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    width: 100% !important;
  }
}
.chat-fc-form-outer p.fc-header {
  margin-top: 0;
}
#archive-news {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px;
}
#archive-news h3 {
  font-size: 1.07em;
}
._filter-form .select_wrapper .options {
  display: none;
}
._filter-form .js-select {
  display: none;
}
.span-display-none {
  display: none !important;
}
.big-image-teasers .module-container {
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  #stage .image.multicontent .videowrapper {
    top: 14%;
  }
  .big-image-teasers .text-box .image-text.blue-stripes h3 {
    font-size: 28px !important;
  }
  .big-image-teasers .theme-sliderwrapper .imagewrapper {
    height: 550px !important;
  }
}
@media screen and (max-width: 625px) {
  #stage .image.multicontent .videowrapper {
    top: 20%;
  }
}
@media only screen and (max-width: 900px) {
  #stage
    .image.multicontent
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes {
    right: 13% !important;
  }
  #stage
    .image.multicontent
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3 {
    font-size: 48px !important;
  }
}
@media only screen and (min-width: 900px) {
  #stage
    .image.multicontent
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3 {
    font-size: 66px !important;
  }
}
.teaser-appearing {
  bottom: 0;
}
@media screen and (max-width: 500px) {
  .teaser-appearing {
    width: 100%;
    border: none;
  }
  #stage .image.multicontent .videowrapper {
    top: 30%;
  }
  #stage
    .image.multicontent
    .imagewrapper
    figure
    + .text-box
    .image-text.blue-stripes
    h3 {
    font-size: 30px !important;
  }
}
.headline-word-wrap {
  word-wrap: break-word;
}
._hero-headline-paragraph {
  font-size: 2.25rem;
  line-height: 1.5675em;
  display: inline-block;
  margin: 1px 0 4px;
  padding: 3px 1px;
  white-space: normal;
}
#full-width .dynamic-counter {
  width: 75%;
}
.flex-wrap {
  flex-wrap: wrap;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
#main .theme-slider .owl-carousel .owl-stage-outer,
#full-width .theme-slider .owl-carousel .owl-stage-outer,
#stage .theme-slider .owl-carousel .owl-stage-outer {
  max-height: 670px;
}
.he-he .new-text-block .standard-container .container-inner .ntb-body h2 {
  text-align: right;
  font-size: 3.25rem;
}
.he-he .news__slider .slick-controls .slick-nav {
  flex-direction: row-reverse;
}
.he-he .news__slider .slick-dots {
  display: flex !important;
}
new-text-block .ntb-body h1,
.new-text-block .ntb-body h2,
.new-text-block .ntb-body h3,
.new-text-block .ntb-body h4,
.new-text-block .ntb-body h5 {
  font-size: 3.25em !important;
  background-color: var(--ad-white-color);
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 31px;
  padding-top: 20px;
  text-align: left;
  text-transform: none !important;
  font-weight: 400;
  font-family: tketpe, Arial !important;
  line-height: 1.5;
}
.new-text-block .ntb-body h1::before,
.new-text-block .ntb-body h2:before,
.new-text-block .ntb-body h3::before,
.new-text-block .ntb-body h4::before,
.new-text-block .ntb-body h5::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-image: linear-gradient(135deg, #f26c08, #7000bd 50%) !important;
  background-image: -o-linear-gradient(right, #f26c08, #7000bd);
  background-image: linear-gradient(to left, #f26c08, #7000bd);
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: -1;
}
.accor-mobilectr {
  display: none;
}
@media screen and (max-width: 360px) {
  #full-width
    .big-image-teasers
    .theme-slider
    .theme-sliderwrapper.owl-carousel
    .owl-item
    .image
    img {
    object-position: -15px center;
  }
}
@media screen and (max-width: 499px) {
  #full-width .image figure + .text-box .image-text.bottom {
    bottom: 6%;
    top: auto;
    margin-right: 100px;
  }
  #full-width .image figure + .text-box .image-text h3 {
    color: var(--ad-primary-color);
    font-size: 0.975rem;
    margin-bottom: 8px;
    padding-top: 10px;
    display: inline-block;
  }
  #full-width
    .big-image-teasers
    .theme-slider
    .theme-sliderwrapper.owl-carousel
    .owl-item
    .image
    img {
    object-position: -15px center;
  }
  #full-width .big-image-teasers .image {
    height: 359px;
  }
  #full-width .image figure + .text-box .image-text p {
    font-size: 11px;
    margin-top: 8px;
    padding-right: 10px;
  }
  #full-width .image figure + .text-box .image-text a {
    color: var(--ad-white-color);
    cursor: pointer;
    display: inline-block;
    font-size: 0.875rem;
    padding: 10px;
    width: 100%;
    text-align: center;
  }
  #full-width .image figure + .text-box .image-text.bottom.light {
    bottom: 10%;
    top: 178px;
    margin-right: 35px;
  }
  #full-width .image figure + .text-box .image-text.bottom.light a {
    width: auto;
  }
  .he-he .new-text-block .standard-container .container-inner .ntb-body {
    text-align: right;
    font-size: 1rem;
  }
  body.he-he .news__slider .cards_item .card_text {
    font-size: 15px;
    padding-left: 1.25rem;
  }
  #main .theme-slider .owl-carousel .owl-stage-outer {
    max-height: 725px !important;
  }
  #main
    .theme-slider
    .theme-sliderwrapper
    .imageteaser
    figure
    figcaption
    > div
    .text
    p {
    line-height: 1.5em;
  }
  .new-text-block .ntb-body h1,
  .new-text-block .ntb-body h2,
  .new-text-block .ntb-body h3,
  .new-text-block .ntb-body h4,
  .new-text-block .ntb-body h5 {
    font-size: 2.5em !important;
    padding-left: 18px;
    padding-top: 12px;
  }
  .references-gallery .owl-dots {
    margin: 0 12%;
  }
  .references-gallery .owl-nav .owl-next {
    right: 10px;
  }
  .references-gallery .owl-nav .owl-prev {
    left: 10px;
  }
  #full-width .image figure + .text-box .image-text.bottom {
    bottom: auto;
    top: 50px;
    margin-right: 100px;
    left: 10px !important;
    padding: 0.5rem 0.5rem 0.5rem;
  }
  #full-width .image figure + .text-box .image-text p {
    font-size: 0.75rem;
    margin-top: 8px;
    padding-right: 0;
    margin-bottom: 5px;
  }
  #main .image figure + .text-box .image-text p,
  #full-width .image figure + .text-box .image-text p,
  #stage .image figure + .text-box .image-text p {
    margin-bottom: 0.1;
  }
  #load-more-btn,
  .button-blue,
  a.button {
    font-size: 0.85rem;
    padding: 0.5rem 2rem;
  }
  #full-width
    .image.multicontent
    .imagewrapper
    figure
    + .text-box
    .image-text.right
    br {
    display: block !important;
  }
  #full-width .image.multicontent .imagewrapper,
  #main .image.multicontent .imagewrapper,
  #stage .image.multicontent .imagewrapper {
    min-height: 500px;
  }
  #full-width .image.multicontent .imagewrapper figure img,
  #main .image.multicontent .imagewrapper figure img,
  #stage .image.multicontent .imagewrapper figure img {
    width: 120%;
  }
  body .news__slider .card_text_learn_more {
    font-size: 14px;
    opacity: 1 !important;
    position: absolute;
    bottom: 0;
  }
  body .news__slider .card_text {
    opacity: 1 !important;
    position: absolute;
    bottom: inherit;
    padding-right: inherit;
  }
  body .news__slider .card_content {
    padding: 15px 15px;
  }
  body .news__slider .cards_item .card_text {
    font-size: 14px;
    margin: 0;
    padding-right: 10px;
    line-height: 1.2rem;
  }
  .news__slider .card_text_learn_more {
    font-size: 14px;
  }
  body .news__slider .card-date {
    left: 15px;
  }
  body .news__slider .card_title {
    min-height: 150px;
  }
  .slideshow-dsktop {
    display: none;
  }
  .accor-mobilectr {
    display: block;
  }
  .accor-mobilectr img {
    width: 100%;
  }
  .accor-mobilectr .text-box div p:first-child {
    font-weight: 700;
    font-size: 1.5rem;
  }
  .accor-mobilectr .text-box div a.button {
    font-size: 1rem;
    padding: 10px 5pxt;
  }
}
.title_para_left {
  text-align: left !important;
}
.title_para_center {
  text-align: center !important;
}
.title_para_right {
  text-align: right !important;
}
