.row,
.samerow {
  width: 100%;
  max-width: 60%;
  min-width: 1200px;
  margin: 0 auto 0 auto;
}
.row .row {
  min-width: 0px;
  max-width: 100%;
  margin: 0;
}
.row:before,
.row:after,
.samerow:before,
.samerow:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.row:after,
.samerow:after,
.clearfix:after {
  clear: both;
}
.row,
.samerow,
.clearfix {
  zoom: 1;
}
.col,
.samecol {
  margin-right: 4%;
  float: left;
  position: relative;
}
.col:last-child,
.samecol:last-child,
.col-nav {
  margin-right: 0;
}
.one.col,
.one.samecol {
  width: 4.666666666666667%;
}
.two.col,
.two.samecol {
  width: 13.333333333333334%;
}
.three.col,
.three.samecol {
  width: 22%;
}
.four.col,
.four.samecol {
  width: 30.666666666666668%;
}
.five.col,
.five.samecol {
  width: 39.333333333333336%;
}
.six.col,
.six.samecol {
  width: 48%;
}
.seven.col,
.seven.samecol {
  width: 56.66666666666667%;
}
.eight.col,
.eight.samecol {
  width: 65.33333333333334%;
}
.nine.col,
.nine.samecol {
  width: 74%;
}
.ten.col,
.ten.samecol {
  width: 82.66666666666667%;
}
.eleven.col,
.eleven.samecol {
  width: 91.33333333333334%;
}
.twelve.col,
.twelve.samecol {
  width: 100%;
}
@media only screen and (max-width: 1260px) {
  .row,
  .samerow {
    width: auto !important;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
    min-width: 0;
  }
  .row .row,
  .samerow .row,
  .row .samerow,
  .samerow .samerow {
    padding: 0;
  }
}
@media only screen and (max-width: 682px) {
  .row {
    margin: 0;
  }
  .col {
    width: auto !important;
    float: none;
    margin: 0 0 15px 0;
  }
  .row,
  .samerow {
    padding-left: 15px;
    padding-right: 15px;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: 400;
  font-size: 100%;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
html {
  position: relative;
  min-height: 100%;
}
html,
body {
  width: 100%;
  height: 100%;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
img {
  max-width: 100%;
  max-height: 100%;
}
a {
  text-decoration: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
section {
  box-sizing: border-box;
  padding: 50px 100px;
  width: 100%;
}
section.lightgrey {
  background: #d3d3d3;
}
@media only screen and (max-width: 682px) {
  section {
    padding: 50px 25px;
  }
}
html {
  min-height: 100%;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
}
.centered,
.center {
  text-align: center;
}
.row {
  margin-bottom: 60px;
}
.tar {
  text-align: right;
}
@media only screen and (max-width: 682px) {
  .tar {
    text-align: center;
  }
}
.wide80 {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 682px) {
  .wide80 {
    width: 100%;
  }
}
.wide60 {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 682px) {
  .wide60 {
    width: 100%;
  }
}
.mb0 {
  margin-bottom: 0;
}
.mb25 {
  margin-bottom: 25px;
}
.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 682px) {
  .mb50 {
    margin-bottom: 25px;
  }
}
.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 682px) {
  .mb100 {
    margin-bottom: 25px;
  }
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pt50 {
  padding-top: 50px;
}
@media only screen and (max-width: 682px) {
  .pt50 {
    padding-top: 25px;
  }
}
.pt75 {
  padding-top: 75px;
}
@media only screen and (max-width: 682px) {
  .pt75 {
    padding-top: 30px;
  }
}
.pt100 {
  padding-top: 100px;
}
@media only screen and (max-width: 682px) {
  .pt100 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 682px) {
  .nmb-op {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 682px) {
  .nop {
    display: none;
  }
}
.oop {
  display: none;
}
@media only screen and (max-width: 682px) {
  .oop {
    display: inline-block;
  }
}
picture {
  display: block;
}
.small-row {
  width: 50%;
  margin-left: 25%;
  min-width: auto;
  zoom: 1;
}
@media only screen and (max-width: 1230px) {
  .small-row {
    width: 60% !important;
    margin-left: 15%;
  }
}
@media only screen and (max-width: 682px) {
  .small-row {
    width: auto !important;
    margin-left: 0;
  }
}
.small-row:after {
  content: "";
  display: table;
}
.twocol-paragraph {
  text-align: justify;
  -webkit-column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-count: 2;
  -moz-column-gap: 50px;
  column-count: 2;
  column-gap: 50px;
}
@media only screen and (max-width: 850px) {
  .twocol-paragraph {
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
  }
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-display: auto;
  font-weight: 400;
  src: url("../../fonts/oswald-v31-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(''), url("../../fonts/oswald-v31-latin-regular.eot?#iefix") format('embedded-opentype'), url("../../fonts/oswald-v31-latin-regular.woff2") format('woff2'), url("../../fonts/oswald-v31-latin-regular.woff") format('woff'), url("../../fonts/oswald-v31-latin-regular.ttf") format('truetype'), url("../../fonts/oswald-v31-latin-regular.svg#Oswald") format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-display: auto;
  font-weight: 700;
  src: url("../../fonts/oswald-v31-latin-700.eot"); /* IE9 Compat Modes */
  src: local(''), url("../../fonts/oswald-v31-latin-700.eot?#iefix") format('embedded-opentype'), url("../../fonts/oswald-v31-latin-700.woff2") format('woff2'), url("../../fonts/oswald-v31-latin-700.woff") format('woff'), url("../../fonts/oswald-v31-latin-700.ttf") format('truetype'), url("../../fonts/oswald-v31-latin-700.svg#Oswald") format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Palanquin';
  font-style: normal;
  font-display: auto;
  font-weight: 400;
  src: url("../../fonts/palanquin-v5-latin-regular.eot"); /* IE9 Compat Modes */
  src: local('Palanquin Regular'), local('Palanquin-Regular'), url("../../fonts/palanquin-v5-latin-regular.eot?#iefix") format('embedded-opentype'), url("../../fonts/palanquin-v5-latin-regular.woff2") format('woff2'), url("../../fonts/palanquin-v5-latin-regular.woff") format('woff'), url("../../fonts/palanquin-v5-latin-regular.ttf") format('truetype'), url("../../fonts/palanquin-v5-latin-regular.svg#Palanquin") format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Palanquin';
  font-style: normal;
  font-display: auto;
  font-weight: 700;
  src: url("../../fonts/palanquin-v5-latin-700.eot"); /* IE9 Compat Modes */
  src: local('Palanquin Bold'), local('Palanquin-Bold'), url("../../fonts/palanquin-v5-latin-700.eot?#iefix") format('embedded-opentype'), url("../../fonts/palanquin-v5-latin-700.woff2") format('woff2'), url("../../fonts/palanquin-v5-latin-700.woff") format('woff'), url("../../fonts/palanquin-v5-latin-700.ttf") format('truetype'), url("../../fonts/palanquin-v5-latin-700.svg#Palanquin") format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Caveat';
  font-style: normal;
  font-display: auto;
  font-weight: 500;
  src: url("../../fonts/caveat-v17-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../../fonts/caveat-v17-latin-500.eot?#iefix") format('embedded-opentype'), url("../../fonts/caveat-v17-latin-500.woff2") format('woff2'), url("../../fonts/caveat-v17-latin-500.woff") format('woff'), url("../../fonts/caveat-v17-latin-500.ttf") format('truetype'), url("../../fonts/caveat-v17-latin-500.svg#Caveat") format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Caveat';
  font-style: normal;
  font-display: auto;
  font-weight: 600;
  src: url("../../fonts/caveat-v17-latin-600.eot"); /* IE9 Compat Modes */
  src: url("../../fonts/caveat-v17-latin-600.eot?#iefix") format('embedded-opentype'), url("../../fonts/caveat-v17-latin-600.woff2") format('woff2'), url("../../fonts/caveat-v17-latin-600.woff") format('woff'), url("../../fonts/caveat-v17-latin-600.ttf") format('truetype'), url("../../fonts/caveat-v17-latin-600.svg#Caveat") format('svg'); /* Legacy iOS */
}
.main-error {
  color: #ae0e0b;
}
form#contact {
  background: #00578a;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
form#contact h3 {
  color: #fffffe;
}
form#contact label,
form#contact span.agreement {
  color: #d3d3d3;
}
form#callback {
  padding: 0;
}
form span.error {
  color: #ff4a4f;
}
form .agree-legal {
  display: block;
  margin: 10px 0;
}
form .agree-legal span.agreement {
  display: inline-block;
  padding-left: 0px;
  position: relative;
}
form label {
  display: block;
  margin-bottom: 2px;
}
form label.check-label {
  display: block;
  margin-bottom: 10px;
}
form input,
form textarea {
  border: 0 none;
  background: #444;
  margin: 0;
  padding: 15px 5px 15px 15px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
form input.bb,
form textarea.bb {
  border: 0;
  outline: 0;
  background: #dadada;
}
form input.bout,
form textarea.bout {
  border: 1px solid #fffffe;
}
form input.border,
form textarea.border {
  color: dark;
}
form input.border::-webkit-input-placeholder,
form textarea.border::-webkit-input-placeholder {
  color: #444;
}
form input.border::-moz-placeholder,
form textarea.border::-moz-placeholder {
  color: #444;
}
form input.border:-ms-input-placeholder,
form textarea.border:-ms-input-placeholder {
  color: #444;
}
form input.border:-moz-placeholder,
form textarea.border:-moz-placeholder {
  color: #444;
}
form input.border.half,
form textarea.border.half {
  width: 48%;
  margin-right: 2%;
  float: left;
}
form input.border.half.nmr,
form textarea.border.half.nmr {
  margin-right: 0;
  width: 50%;
}
form input:focus,
form textarea:focus {
  background: #fffffe;
}
form textarea {
  background: #dadada;
}
form input {
  margin-bottom: 10px;
}
form input[type=submit] {
  margin-top: 20px;
  width: auto;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: rounded;
  -o-border-radius: rounded;
  -moz-border-radius: rounded;
  -webkit-border-radius: rounded;
}
form input[type=submit]:hover {
  cursor: pointer;
}
form input[type=checkbox] {
  width: auto;
  float: left;
  margin: 7px 10px 10px 0;
  position: relative;
  z-index: 9;
}
form strong.successMsg {
  width: 100%;
  text-align: center;
  background: hero2;
  float: left;
}
form strong.successMsg p {
  padding: 20px;
  color: #fffffe;
  margin-bottom: 0;
}
form strong.successMsg p strong {
  color: #fffffe;
}
form strong.successMsg h3 {
  padding: 20px 20px 0 20px;
  color: #fffffe;
}
form .half {
  width: 48%;
  margin-right: 4%;
  float: left;
  xbackground: #ff0;
}
form .half.last {
  margin-right: 0;
}
form #cbnos {
  margin-top: 25px;
  background: #fffffe;
}
form .checks {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid hero2;
  margin-bottom: 10px;
}
form .checks .check {
  display: inline-block;
}
form .checks .check input[type="checkbox"] {
  xtransform: scale(1.5);
  zoom: 1.5;
}
form h4 {
  margin-bottom: 15px;
}
form select {
  width: 99%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  background: hero2;
  color: #fffffe;
  border: 1px solid #fffffe;
  margin-bottom: 10px;
}
form select.onwhite {
  color: #444;
  border: 1px solid #444;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #d3d3d3;
}
.error-general {
  background: #ae0e0b;
  color: #fffffe;
  text-align: center;
  width: 95%;
  margin-bottom: 20px;
  padding: 1% 2.5%;
  display: block;
  font-weight: 700;
}
input.error {
  background: #ae0e0b !important;
}
#recaptcha {
  z-index: 3;
  position: absolute;
}
.two-col {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header {
  border-top: 5px solid #ae0e0b;
  padding-top: 20px;
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
}
header #logo {
  margin: 0 0 0 20px;
}
.btn {
  float: left;
  z-index: 3;
  position: relative;
  display: block;
  background-image: url("images/overlays/buttons.png");
  background-repeat: none;
  background-position: 0 0;
}
.up,
.down {
  width: 70px;
  height: 70px;
  margin: 25px 0 0 47%;
}
.up {
  background-position: 0 0;
}
.up:hover {
  background-position: 0 -70px;
}
.down {
  background-position: 0 -140px;
}
.down:hover {
  background-position: 0 -210px;
}
.left,
.right {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
}
.left {
  background-position: -70px 0;
}
.left:hover {
  background-position: -70px -50px;
}
.right {
  background-position: -70px -100px;
}
.right:hover {
  background-position: -70px -150px;
}
.txtbtn {
  padding: 8px 35px;
  display: inline-block;
  line-height: baseline;
  margin-top: baseline;
  border: 2px solid #ae0e0b;
  background: #ae0e0b;
  color: #fffffe;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  line-height: 18px;
  border-radius: 99px;
  -o-border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  margin-top: 25px;
}
.txtbtn:hover {
  border-color: #000001;
  background: #000001;
}
.txtbtn.grey {
  border: 2px solid #696969;
  color: #444;
}
.txtbtn.grey:hover {
  color: #fffffe;
  background: #696969;
}
.txtbtn.black {
  border: 2px solid #000001;
  background: #000001;
  color: #fffffe;
}
.txtbtn.black:hover {
  background: #fffffe;
  color: #ae0e0b;
}
.txtbtn.secondary {
  background: none;
  color: #ae0e0b;
}
.txtbtn.secondary:hover {
  color: #000001;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 23px;
  font-family: 'Palanquin', 'Helvetica Neue', 'Helvetica', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: lighter;
}
strong {
  font-weight: bold;
}
a {
  color: inherit;
  font-size: inherit;
}
p {
  margin-bottom: 10px;
  font-weight: 400;
}
p.small {
  font-size: 14px;
  font-size: 1.4rem;
}
p a {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 23px;
  font-weight: 700;
}
h1.red,
h2.red,
h3.red,
h4.red,
h5.red,
h6.red,
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  color: #ae0e0b;
}
p.preheading,
span.preheading {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.handwriting {
  font-family: 'Caveat', serif;
  font-weight: 600;
}
h1,
h2 {
  font-family: 'Palanquin';
  font-size: 60px;
  font-size: 6rem;
  line-height: 69px;
  letter-spacing: -1px;
}
h1 span,
h2 span {
  color: #ae0e0b;
  font-weight: inherit;
}
@media only screen and (max-width: 1050px) {
  h1,
  h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 46px;
  }
}
@media only screen and (max-width: 850px) {
  h1,
  h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 57.5px;
  }
}
@media only screen and (max-width: 682px) {
  h1,
  h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 29.900000000000002px;
  }
}
h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
}
@media only screen and (max-width: 682px) {
  h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
h3 {
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Palanquin';
  line-height: 34.5px;
  color: #ae0e0b;
  margin-bottom: 15px;
}
@media only screen and (max-width: 682px) {
  h3 {
    line-height: 23px;
  }
}
h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 29.900000000000002px;
}
@media only screen and (max-width: 682px) {
  h4 {
    width: 100%;
    margin-left: 0;
  }
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 682px) {
  h3,
  h4,
  h5,
  h6 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
address {
  font-style: normal;
}
.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: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  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 transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset 'UTF-8';
.slick-loading .slick-list {
  background: #fff url("slick/ajax-loader.gif") center center no-repeat;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 2;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  border-radius: 99px;
  -o-border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  color: transparent;
  border: 0;
  outline: none;
  background: #d3d3d3;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background: #444;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 99px;
  -o-border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  content: '•';
  text-align: center;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  color: #086635;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #086635;
}
.slick-dots li.slick-active button:before {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  color: #000;
}
.snext,
.sprev {
  z-index: 1;
  width: 25px;
  height: 200px;
  margin: 0;
  position: absolute;
  top: 80%;
  margin-top: -125px;
}
@media only screen and (max-width: 682px) {
  .snext,
  .sprev {
    height: 80px;
    margin-top: -20px;
  }
}
.snext:before,
.sprev:before,
.snext:after,
.sprev:after {
  content: "";
  width: 1px;
  height: 104px;
  background: #fffffe;
  position: absolute;
  display: block;
  top: 50%;
}
@media only screen and (max-width: 1000px) {
  .snext:before,
  .sprev:before,
  .snext:after,
  .sprev:after {
    top: 35%;
  }
}
@media only screen and (max-width: 682px) {
  .snext:before,
  .sprev:before,
  .snext:after,
  .sprev:after {
    height: 30px;
  }
}
.snext.small:before,
.sprev.small:before,
.snext.small:after,
.sprev.small:after {
  height: 50px;
}
.snext.blue:before,
.sprev.blue:before,
.snext.blue:after,
.sprev.blue:after {
  background: #00578a;
}
.snext.lightgrey:before,
.sprev.lightgrey:before,
.snext.lightgrey:after,
.sprev.lightgrey:after {
  background: #d3d3d3;
}
.snext.darkgrey:before,
.sprev.darkgrey:before,
.snext.darkgrey:after,
.sprev.darkgrey:after {
  background: #a9a9a9;
}
.snext:hover:before,
.sprev:hover:before,
.snext:hover:after,
.sprev:hover:after {
  width: 2px;
}
.sprev {
  padding-left: 45px;
  transition: padding-left 0.3s ease-in-out;
  -o-transition: padding-left 0.3s ease-in-out;
  -moz-transition: padding-left 0.3s ease-in-out;
  -webkit-transition: padding-left 0.3s ease-in-out;
}
.sprev:hover {
  padding-left: 40px;
}
.sprev:before {
  margin-top: -90px;
  transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
@media only screen and (max-width: 682px) {
  .sprev:before {
    margin-top: -26px;
  }
}
.sprev:after {
  margin-top: 0;
  transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}
.sprev.srow {
  left: -100px;
  padding-left: 30px;
}
.sprev.srow.sclose {
  left: -70px;
}
.sprev.srow:hover {
  padding-left: 25px;
}
@media only screen and (max-width: 682px) {
  .sprev.srow {
    left: -50px;
    top: 45%;
  }
}
.sprev.small:before {
  margin-top: -43px;
}
.snext {
  padding-right: 45px;
  transition: padding-right 0.3s ease-in-out;
  -o-transition: padding-right 0.3s ease-in-out;
  -moz-transition: padding-right 0.3s ease-in-out;
  -webkit-transition: padding-right 0.3s ease-in-out;
  right: 0;
}
.snext:hover {
  padding-right: 40px;
}
.snext:before {
  margin-top: -90px;
  transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  left: 25px;
}
@media only screen and (max-width: 682px) {
  .snext:before {
    margin-top: -26px;
  }
}
.snext:after {
  margin-top: 0;
  transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  left: 25px;
}
.snext.srow {
  right: -100px;
  padding-right: 30px;
}
.snext.srow.sclose {
  right: -70px;
}
.snext.srow:hover {
  padding-right: 25px;
}
@media only screen and (max-width: 682px) {
  .snext.srow {
    right: -50px;
    top: 45%;
  }
}
.small:before {
  margin-top: -43px;
}
.sprev:hover,
.snext:hover {
  cursor: pointer;
}
.slider {
  position: relative;
}
.slider.fullpage {
  width: 100%;
  height: 100vh;
}
.slider.fullpage .slides {
  height: inherit;
  width: inherit;
}
.slider.fullpage .slides .slick-list {
  height: inherit;
}
.slider.fullpage .slides .slick-list .slick-track {
  height: inherit;
}
.slider.fullpage .slides .slick-list .slick-track .slick-slide div:first-child {
  height: inherit;
}
.slider.fullpage .slides .slide {
  width: inherit;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 682px) {
  .slider.fullpage {
    height: 50vh;
  }
  .slider.fullpage .slides .slide {
    xheight: -moz-calc(100% - 95px);
    xheight: -webkit-calc(100% - 95px);
    xheight: -o-calc(100% - 95px);
    xheight: calc(100% - 95px);
  }
}
.slider.fullpage .slider-thumbs {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 35%;
  min-width: 580px;
  box-sizing: border-box;
  padding: 15px;
  background: #fffffe;
  height: 95px;
}
.slider.fullpage .slider-thumbs .slick-slide {
  width: 130px;
  height: 65px;
  overflow: hidden;
  margin-right: 15px;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
.slider.fullpage .slider-thumbs .slick-slide:hover,
.slider.fullpage .slider-thumbs .slick-slide.slick-current {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.slider.fullpage .slider-thumbs .slick-slide .thumb {
  position: relative;
}
.slider.fullpage .slider-thumbs .slick-slide .thumb img {
  position: relative;
  bottom: 13px;
}
@media only screen and (max-width: 1000px) {
  .slider.fullpage .slider-thumbs {
    width: 100%;
  }
}
@media only screen and (max-width: 682px) {
  .slider.fullpage .slider-thumbs {
    height: 95px;
    display: none;
  }
}
.slider.fullpage .slick-next {
  right: 25px;
}
.slider.fullpage .slick-prev {
  left: 25px;
}
section.slider-row {
  padding-left: 10%;
  padding-right: 10%;
}
section.slider-row .slider-stage {
  width: 100%;
}
section.slider-row .slider-stage img {
  float: left;
  xmax-width: 90%;
  xmargin: 0 5%;
  xmax-width: 20%;
}
@media only screen and (max-width: 1200px) {
  section.slider-row {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.slide-details {
  position: absolute;
  width: 35%;
  min-width: 580px;
  right: 0;
  bottom: 95px;
  padding: 15px;
  box-sizing: border-box;
  background: rgba(0,87,138,0.8);
  color: #fffffe;
}
.slide-details.project {
  bottom: 0;
  min-width: 500px;
}
@media only screen and (max-width: 682px) {
  .slide-details.project {
    min-width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .slide-details {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 682px) {
  .slide-details {
    bottom: 0;
  }
}
.slide-details .slide-details-text {
  width: 70%;
  float: left;
}
.slide-details .slide-details-text .detail-square {
  padding-right: 25px;
  border-right: 1px solid rgba(255,255,254,0.25);
  box-sizing: border-box;
  float: left;
}
@media only screen and (max-width: 1150px) {
  .slide-details .slide-details-text .detail-square {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 530px) {
  .slide-details .slide-details-text .detail-square {
    border-right: 0 none;
  }
}
.slide-details .slide-details-text .detail-square .value {
  font-size: 40px;
  font-size: 4rem;
  display: block;
  margin-bottom: 5px;
  line-height: 27.599999999999998px;
}
@media only screen and (max-width: 1150px) {
  .slide-details .slide-details-text .detail-square .value {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 0;
    line-height: 23px;
  }
}
.slide-details .slide-details-text .detail-square .label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (max-width: 1150px) {
  .slide-details .slide-details-text .detail-square .label {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.slide-details .slide-details-text .detail-info {
  float: left;
  padding: 0 0 0 20px;
}
.slide-details .slide-details-text .detail-info .detail {
  display: block;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.slide-details .slide-details-text .detail-info .detail:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1150px) {
  .slide-details .slide-details-text .detail-info .detail {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 530px) {
  .slide-details .slide-details-text .detail-info .detail {
    display: none;
  }
}
.slide-details .slide-details-text .detail-info .detail img {
  margin: 0 15px 5px 0;
  max-width: 50px;
  display: inline;
  float: left;
}
.slide-details .slide-details-text .detail-info .detail span {
  display: inline;
}
.slide-details .slide-details-text .detail-info .detail:last-child img {
  margin: 0 15px 0 0;
}
.slide-details .slide-details-link {
  width: 30%;
  float: left;
  text-align: right;
}
.slide-details .slide-details-link a {
  margin: 0;
  float: right;
}
.inner {
  background: #d3d3d3;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.inner .review-author {
  display: grid;
  grid-template-columns: 110px auto;
  margin-bottom: 25px;
}
@media only screen and (max-width: 682px) {
  .inner .review-author {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.quote-slider {
  margin-bottom: 25px;
}
.quote-slider .slick-slide {
  margin: 0 20px;
}
.quote-slider .stars {
  margin-top: 10px;
}
.quote-slider .stars .icon-star {
  display: inline-block;
}
.quote-slider .stars .icon-star i.inactive {
  color: #d3d3d3;
}
.quote-slider blockquote {
  font-style: italic;
  text-align: left;
  font-weight: 400;
  color: #000001;
}
.quote-slider blockquote span {
  display: block;
  margin-top: 25px;
  font-style: normal;
  font-weight: 700;
}
@media only screen and (max-width: 682px) {
  .quote-slider blockquote {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19.55px;
  }
}
.quote-slider .quote-author {
  display: block;
  color: #000001;
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
}
.quote-slider .review-img {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  -o-border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  overflow: hidden;
}
@media only screen and (max-width: 682px) {
  .quote-slider .review-img {
    width: 70px;
    height: 70px;
  }
}
.quote-slider .review-img img {
  object-fit: cover;
}
@media only screen and (max-width: 682px) {
  .quote-slider .review-img {
    margin: 0 auto 5px auto;
  }
}
.quote-slider a {
  text-align: left;
}
.quote-slider.dark {
  color: #a9a9a9;
}
.quote-slider.dark .sprev,
.quote-slider.dark .snext {
  background: #a9a9a9;
}
section.w .snext:before,
section.white .snext:before,
section.lg .snext:before,
section.lightgrey .snext:before,
section.w .sprev:before,
section.white .sprev:before,
section.lg .sprev:before,
section.lightgrey .sprev:before,
section.w .snext:after,
section.white .snext:after,
section.lg .snext:after,
section.lightgrey .snext:after,
section.w .sprev:after,
section.white .sprev:after,
section.lg .sprev:after,
section.lightgrey .sprev:after {
  background: #444;
}
@media only screen and (max-width: 1500px) {
  .img-slider .sprev.srow {
    left: 0;
    padding-left: 50px;
  }
  .img-slider .snext.srow {
    right: 0;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .img-slider .sprev.srow {
    padding-left: 25px;
  }
  .img-slider .snext.srow {
    padding-right: 25px;
  }
  .img-slider .sprev:before,
  .img-slider .sprev:after,
  .img-slider .snext:before,
  .img-slider .snext:after {
    height: 50px;
    top: 50%;
  }
  .img-slider .sprev:before,
  .img-slider .snext:before {
    margin-top: -42px;
  }
}
.slide-bgimg-solo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote-legend {
  color: #ffa500;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 50px;
}
.quote-legend p {
  margin: 0;
}
.quote-legend p a {
  color: #ffa500;
  text-decoration: none;
}
@media only screen and (max-width: 682px) {
  .quote-legend {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#review-quotes {
  background: #fffffe;
  padding-top: 50px;
  padding-bottom: 0;
}
#review-quotes #review-wrapper {
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1050px) {
  #review-quotes #review-wrapper {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 682px) {
  #review-quotes #review-wrapper {
    padding: 0 55px;
  }
}
#review-quotes h3,
#review-quotes h4 {
  text-align: center;
  margin-bottom: 10px;
  color: #000001;
}
#solution-hero {
  display: grid;
  grid-template-areas: "kv intro";
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  width: 100%;
  padding: 0;
  margin-top: 120px;
}
#solution-hero #solution-hero-kv {
  grid-area: kv;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#solution-hero #solution-hero-kv.asset-tracking {
  background-image: url("../../images/main/kv-asset-tracking.jpg");
}
#solution-hero #solution-hero-info {
  grid-area: intro;
  position: relative;
  margin: 0 10%;
}
#solution-hero #solution-hero-info #solution-hero-intro {
  margin-bottom: 13%;
  position: relative;
  left: -15%;
}
#solution-hero #solution-hero-info #solution-hero-intro h1 {
  margin-bottom: 0;
}
#solution-hero #solution-hero-info #solution-hero-sequence .sequence-item {
  margin-bottom: 90px;
  width: 60%;
  position: relative;
}
#solution-hero #solution-hero-info #solution-hero-sequence .sequence-item:after {
  content: "";
  width: 50px;
  height: 55px;
  background: url("../../images/main/arrow-up-blue.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -75px;
  left: 0;
}
#solution-hero #solution-hero-info #solution-hero-sequence .sequence-item:last-child:after {
  content: none;
}
#solution-hero #solution-hero-info #solution-hero-sequence .sequence-item h3 {
  color: #00578a;
}
#solution-hero #solution-hero-info #solution-hero-sequence .sequence-item h3 .red {
  color: #ae0e0b;
  font-weight: 600;
}
section#legal {
  padding: 50px 0;
}
section#legal a {
  z-index: 2;
}
section#legal h1 {
  margin-top: 50px;
}
section#legal p {
  margin-bottom: 25px;
}
section#legal ul {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 25px;
}
footer {
  background: #111;
  box-sizing: border-box;
  padding: 60px 0;
  margin: 0;
  width: 100%;
  border-bottom: 5px solid #ae0e0b;
}
footer img {
  margin-bottom: 25px;
}
footer a:hover {
  color: #fffffe;
}
footer .row:last-child {
  margin-bottom: 5px;
  padding-top: 30px;
  border-top: 1px solid #444;
}
footer > * {
  color: #d3d3d3;
}
footer .footer-desc {
  color: #fffffe;
}
section#dnavid {
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  background: #fffffe;
  position: relative;
  top: 0;
  padding: 0 !important;
  margin: 0 !important;
  background: #efefef;
  overflow: hidden;
}
section#dnavid #center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translateX(-5px) translateY(-5px);
  -o-transform: translateX(-5px) translateY(-5px);
  -moz-transform: translateX(-5px) translateY(-5px);
  -webkit-transform: translateX(-5px) translateY(-5px);
  background: #ae0e0b;
  z-index: 5;
  display: none;
}
section#dnavid #tabletframe {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 3;
  bottom: -50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1600px;
  transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transition: bottom 0.4s ease-in-out;
  -o-transition: bottom 0.4s ease-in-out;
  -moz-transition: bottom 0.4s ease-in-out;
  -webkit-transition: bottom 0.4s ease-in-out;
}
section#dnavid #tabletframe.inview {
  bottom: 0;
}
@media only screen and (max-height: 1100px) {
  section#dnavid #tabletframe {
    transform: translateY(10%);
    -o-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -webkit-transform: translateY(10%);
  }
}
@media only screen and (max-height: 950px) {
  section#dnavid #tabletframe {
    transform: translateY(100px) scale(0.9);
    -o-transform: translateY(100px) scale(0.9);
    -moz-transform: translateY(100px) scale(0.9);
    -webkit-transform: translateY(100px) scale(0.9);
  }
}
section#dnavid #tabletframe img {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  bottom: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
}
section#dnavid #tabletframe #tablet-content {
  position: absolute;
  z-index: 1;
  width: 58.4%;
  height: 66%;
  border: 1px solid #ae0e0b;
  top: 1.4%;
  left: 50%;
  margin-left: -29.2%;
  border-radius: 20px;
  -o-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
}
section#dnavid #tabletframe #tablet-content #tablet-glass-reflex {
  position: absolute;
  z-index: 9;
  width: 60%;
  height: 150%;
  top: -25%;
  right: -5%;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr=rgba(255,255,254,0.2) 30%, EndColorstr=rgba(255,255,254,0.6) 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr=rgba(255,255,254,0.2) 30%, EndColorstr=rgba(255,255,254,0.6) 100%);
  background: -webkit-gradient(linear, right top, right bottom, from(rgba(255,255,254,0.2) 30%), to(rgba(255,255,254,0.6) 100%));
  background: -webkit-linear-gradient(right, rgba(255,255,254,0.2) 30%, rgba(255,255,254,0.6) 100%);
  background: -ms-linear-gradient(right, rgba(255,255,254,0.2) 30%, rgba(255,255,254,0.6) 100%);
  background: -moz-linear-gradient(right, rgba(255,255,254,0.2) 30%, rgba(255,255,254,0.6) 100%);
  background: -o-linear-gradient(right, rgba(255,255,254,0.2) 30%, rgba(255,255,254,0.6) 100%);
  background: linear-gradient(right, rgba(255,255,254,0.2) 30%, rgba(255,255,254,0.6) 100%);
  background-color: rgba(255,255,254,0.2);
  background-image: -webkit-linear-gradient(right, rgba(255,255,254,0.2) 30%, rgba(255,255,254,0.6) 100%);
  background-image: -moz-linear-gradient(right, rgba(255,255,254,0.2) 30%, rgba(255,255,254,0.6) 100%);
  background-image: -ms-linear-gradient(right, rgba(255,255,254,0.2) 30%, rgba(255,255,254,0.6) 100%);
  background-image: -o-linear-gradient(right, rgba(255,255,254,0.2) 30%, rgba(255,255,254,0.6) 100%);
  background-image: background: linear-gradient(right, rgba(255,255,254,0.2) 30%, rgba(255,255,254,0.6) 100%);;
  transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  pointer-events: none;
}
section#dnavid #tabletframe #tablet-content video#tabletvid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi {
  width: 240px;
  position: absolute;
  z-index: 3;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi#poi-gruenflaechen {
  top: 40%;
  left: 8%;
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi#poi-gebaeude {
  top: 15%;
  right: 8%;
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi#poi-flaechen {
  left: 55%;
  top: 60%;
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi a.poi-trigger {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  border-radius: 999px;
  -o-border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  background: rgba(255,255,254,0.6);
  border: 2px solid #fffffe;
  box-shadow: 0 0 10px #000001;
  -o-box-shadow: 0 0 10px #000001;
  -moz-box-shadow: 0 0 10px #000001;
  -webkit-box-shadow: 0 0 10px #000001;
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi a.poi-trigger.trigger-alert:before {
  content: "1";
  width: 15px;
  height: 15px;
  background: #ae0e0b;
  color: #fffffe;
  text-align: center;
  border-radius: 999px;
  -o-border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 11px;
  z-index: 3;
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi a.poi-trigger:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -7px;
  left: -7px;
  border: 2px solid #fffffe;
  transform-origin: center center;
  -o-transform-origin: center center;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  border-radius: 999px;
  -o-border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  animation: poi 1s infinite;
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi a.poi-trigger.active:after {
  border-color: #00578a;
}
@-moz-keyframes poi {
  0% {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes poi {
  0% {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-o-keyframes poi {
  0% {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes poi {
  0% {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi .tablet-content-poi-info {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  top: 60px;
  left: 0;
  background: rgba(0,0,1,0.5);
  border: 1px solid #fffffe;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-backdrop-filter: blur(3px);
  -moz-backdrop-filter: blur(3px);
  -o-backdrop-filter: blur(3px);
  -ms-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
@media only screen and (max-width: 1050px) {
  section#dnavid #tabletframe #tablet-content .tablet-content-poi .tablet-content-poi-info {
    transform-origin: top center;
    -o-transform-origin: top center;
    -moz-transform-origin: top center;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    top: 50px;
  }
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi .tablet-content-poi-info p {
  width: 100%;
  text-align: center;
  color: #fffffe;
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi .tablet-content-poi-info p.head {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi .tablet-content-poi-info p.desc {
  color: #fffffe;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 14px;
  font-style: italic;
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi .tablet-content-poi-info p.desc.alert-text {
  background: #ae0e0b;
  box-sizing: border-box;
  padding: 3px 7px;
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi .tablet-content-poi-info .bar {
  with: 100%;
  height: 30px;
  background: rgba(0,0,1,0.8);
  position: relative;
  oveflow: hidden;
  border: 1px solid #086635;
  text-align: center;
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi .tablet-content-poi-info .bar span {
  color: #fffffe;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi .tablet-content-poi-info .bar:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: rgba(211,211,211,0.5);
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi .tablet-content-poi-info .bar.bar28 {
  border-color: #ae0e0b;
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi .tablet-content-poi-info .bar.bar28:after {
  width: 28%;
  background: #ae0e0b;
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi .tablet-content-poi-info .bar.bar78:after {
  width: 78%;
  background: #086635;
}
section#dnavid #tabletframe #tablet-content .tablet-content-poi .tablet-content-poi-info .bar.bar90:after {
  width: 90%;
  background: #086635;
}
section#dnavid #tabletframe #tablet-content #tablet-content-header {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: rgba(211,211,211,0.7);
}
@media only screen and (max-width: 800px) {
  section#dnavid #tabletframe #tablet-content #tablet-content-header {
    display: none;
  }
}
section#dnavid #tabletframe #tablet-content #tablet-content-header img {
  position: absolute;
  left: 30px;
  top: 25px;
  width: 70px;
}
section#dnavid #tabletframe #tablet-content #tablet-content-header #tch-head {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 23px;
  left: 0;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #444;
}
@media only screen and (max-width: 1050px) {
  section#dnavid #tabletframe #tablet-content #tablet-content-header #tch-head {
    font-size: 20px;
    font-size: 2rem;
  }
}
section#dnavid #tabletframe #tablet-content #tablet-content-header #tch-name-wrapper {
  width: 110px;
  height: 30px;
  top: 24px;
  right: 15px;
  position: absolute;
}
section#dnavid #tabletframe #tablet-content #tablet-content-header #tch-name-wrapper #tch-name {
  color: #444;
  font-size: 10px;
  font-size: 1rem;
  line-height: 11px;
  display: inline-block;
  position: relative;
  top: -3px;
  font-weight: 600;
}
section#dnavid #tabletframe #tablet-content #tablet-content-header #tch-name-wrapper #tch-avatar {
  width: 25px;
  height: 25px;
  border-radius: 999px;
  -o-border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  display: inline-block;
  background: url("../../images/main/profile-img-dummy.svg") no-repeat center center #444;
  background-size: cover;
}
section#dnavid #tabletframe #tablet-content #bg-images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
section#dnavid #tabletframe #tablet-content #bg-images #tablet-bg-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/kv-sequence/AdobeStock_268805391-2-timeframe0449.jpg") no-repeat center center;
  background-size: 160%;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
section#dnavid #tabletframe #tablet-content #bg-images .tablet-bg-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
section#dnavid #tabletframe #tablet-content #bg-images .tablet-bg-content.active {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
section#dnavid #tabletframe #tablet-content #bg-images .tablet-bg-content[data-target="tablet-content-gebaeude"] {
  background: url("../../images/main/kv-bereiche-gebaeude.png") no-repeat center center;
  background-size: 100%;
}
section#dnavid #tabletframe #tablet-content #bg-images .tablet-bg-content[data-target="tablet-content-gruenflaechen"] {
  background: url("../../images/main/kv-bereiche-gruenflaechen.png") no-repeat center center;
  background-size: 100%;
}
section#dnavid #tabletframe #tablet-content #bg-images .tablet-bg-content[data-target="tablet-content-flaechen"] {
  background: url("../../images/main/kv-bereiche-flaechen.png") no-repeat center center;
  background-size: 100%;
}
section#dnavid #kv-headline {
  position: absolute;
  top: 10%;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
  text-shadow: 0px 0px 20px #fffffe, 0px 0px 20px #fffffe, 0px 0px 40px #fffffe, 0px 0px 40px #fffffe, 0px 0px 60px #fffffe;
  -o-text-shadow: 0px 0px 20px #fffffe, 0px 0px 20px #fffffe, 0px 0px 40px #fffffe, 0px 0px 40px #fffffe, 0px 0px 60px #fffffe;
  -moz-text-shadow: 0px 0px 20px #fffffe, 0px 0px 20px #fffffe, 0px 0px 40px #fffffe, 0px 0px 40px #fffffe, 0px 0px 60px #fffffe;
  -webkit-text-shadow: 0px 0px 20px #fffffe, 0px 0px 20px #fffffe, 0px 0px 40px #fffffe, 0px 0px 40px #fffffe, 0px 0px 60px #fffffe;
}
section#dnavid #dnavid-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: dark;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
section#dnavid #kv-background {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../images/kv-sequence/AdobeStock_268805391-2-timeframe0000.jpg") no-repeat center center;
  background-size: cover;
}
section#dnavid #kv-canvas-holder {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
section#dnavid #kv-canvas-holder #kv-canvas-overlay {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0px;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr=rgba(0,0,1,0) 1%, EndColorstr=rgba(0,0,1,0.1) 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr=rgba(0,0,1,0) 1%, EndColorstr=rgba(0,0,1,0.1) 100%);
  background: -webkit-gradient(linear, top top, top bottom, from(rgba(0,0,1,0) 1%), to(rgba(0,0,1,0.1) 100%));
  background: -webkit-linear-gradient(top, rgba(0,0,1,0) 1%, rgba(0,0,1,0.1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,1,0) 1%, rgba(0,0,1,0.1) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,1,0) 1%, rgba(0,0,1,0.1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,1,0) 1%, rgba(0,0,1,0.1) 100%);
  background: linear-gradient(top, rgba(0,0,1,0) 1%, rgba(0,0,1,0.1) 100%);
  background-color: rgba(0,0,1,0);
  background-image: -webkit-linear-gradient(top, rgba(0,0,1,0) 1%, rgba(0,0,1,0.1) 100%);
  background-image: -moz-linear-gradient(top, rgba(0,0,1,0) 1%, rgba(0,0,1,0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(0,0,1,0) 1%, rgba(0,0,1,0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0,0,1,0) 1%, rgba(0,0,1,0.1) 100%);
  background-image: background: linear-gradient(top, rgba(0,0,1,0) 1%, rgba(0,0,1,0.1) 100%);;
  z-index: 2;
}
section#dnavid #kv-canvas-holder canvas#dnaplayer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateZ(0);
  -o-transform: translateX(-50%) translateZ(0);
  -moz-transform: translateX(-50%) translateZ(0);
  -webkit-transform: translateX(-50%) translateZ(0);
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
#slider-holder {
  background: #444;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr=#7c7c7c 0, EndColorstr=#444 50%);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr=#7c7c7c 0, EndColorstr=#444 50%);
  background: -webkit-gradient(linear, bottom top, bottom bottom, from(#7c7c7c 0), to(#444 50%));
  background: -webkit-linear-gradient(bottom, #7c7c7c 0, #444 50%);
  background: -ms-linear-gradient(bottom, #7c7c7c 0, #444 50%);
  background: -moz-linear-gradient(bottom, #7c7c7c 0, #444 50%);
  background: -o-linear-gradient(bottom, #7c7c7c 0, #444 50%);
  background: linear-gradient(bottom, #7c7c7c 0, #444 50%);
  background-color: #7c7c7c;
  background-image: -webkit-linear-gradient(bottom, #7c7c7c 0, #444 50%);
  background-image: -moz-linear-gradient(bottom, #7c7c7c 0, #444 50%);
  background-image: -ms-linear-gradient(bottom, #7c7c7c 0, #444 50%);
  background-image: -o-linear-gradient(bottom, #7c7c7c 0, #444 50%);
  background-image: background: linear-gradient(bottom, #7c7c7c 0, #444 50%);;
  position: relative;
}
#slider-holder.blue {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr=#009dfa 0, EndColorstr=#00578a 50%);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr=#009dfa 0, EndColorstr=#00578a 50%);
  background: -webkit-gradient(linear, bottom top, bottom bottom, from(#009dfa 0), to(#00578a 50%));
  background: -webkit-linear-gradient(bottom, #009dfa 0, #00578a 50%);
  background: -ms-linear-gradient(bottom, #009dfa 0, #00578a 50%);
  background: -moz-linear-gradient(bottom, #009dfa 0, #00578a 50%);
  background: -o-linear-gradient(bottom, #009dfa 0, #00578a 50%);
  background: linear-gradient(bottom, #009dfa 0, #00578a 50%);
  background-color: #009dfa;
  background-image: -webkit-linear-gradient(bottom, #009dfa 0, #00578a 50%);
  background-image: -moz-linear-gradient(bottom, #009dfa 0, #00578a 50%);
  background-image: -ms-linear-gradient(bottom, #009dfa 0, #00578a 50%);
  background-image: -o-linear-gradient(bottom, #009dfa 0, #00578a 50%);
  background-image: background: linear-gradient(bottom, #009dfa 0, #00578a 50%);;
}
#slider-holder:after {
  content: "";
  width: 100%;
  height: 10%;
  top: 0;
  left: 0;
  background: #fffffe;
  position: absolute;
  z-index: 0;
}
#slider-holder .slider {
  position: relative;
  z-index: 1;
}
#slider-holder .slider .slider-item {
  box-sizing: border-box;
  padding: 0 30px;
  text-align: center;
}
#slider-holder .slider .slider-item img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
  bottom: 0;
  transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -webkit-transition: bottom 0.3s ease-in-out;
}
#slider-holder .slider .slider-item h3,
#slider-holder .slider .slider-item p {
  color: #fffffe;
}
#slider-holder .slider .slider-item h3 {
  min-height: 70px;
}
#slider-holder .slider .slider-item p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
}
#slider-holder .slider .slider-item:hover img {
  bottom: 5px;
}
@media only screen and (max-width: 1100px) {
  #solution-form {
    padding: 50px 0;
  }
}
