.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 0;
  width: 100%;
}
section.lightgrey {
  background: #d3d3d3;
}
@media only screen and (max-width: 682px) {
  section {
    padding: 50px 25px;
  }
}
section.yellow {
  background: #f4c33a;
}
section.orange {
  background: #e28c3a;
}
section.lightblue {
  background: #00b2eb;
}
section.lightgrey {
  background: #e7e7e7;
}
section.lg-to-w {
  background-color: #d3d3d3;
  background-image: -webkit-linear-gradient(top, #d3d3d3 0, #fffffe 100%);
  background-image: -moz-linear-gradient(top, #d3d3d3 0, #fffffe 100%);
  background-image: -ms-linear-gradient(top, #d3d3d3 0, #fffffe 100%);
  background-image: -o-linear-gradient(top, #d3d3d3 0, #fffffe 100%);
  background-image: linear-gradient(top, #d3d3d3 0, #fffffe 100%);
}
section.s {
  background: #000001;
  color: #fffffe;
}
section.lightgreen {
  background: #7fdb19;
}
section.lightgreen-gradient {
  background-color: #b2ef70;
  background-image: -webkit-linear-gradient(top, #b2ef70 0, #7fdb19 100%);
  background-image: -moz-linear-gradient(top, #b2ef70 0, #7fdb19 100%);
  background-image: -ms-linear-gradient(top, #b2ef70 0, #7fdb19 100%);
  background-image: -o-linear-gradient(top, #b2ef70 0, #7fdb19 100%);
  background-image: linear-gradient(top, #b2ef70 0, #7fdb19 100%);
}
img.brush {
  display: block;
  width: 100%;
}
img.brush.flip-hor {
  transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  position: relative;
  top: -1px;
}
html {
  min-height: 100%;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
}
body.drops {
  position: relative;
}
body.drops:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60vh;
  background-color: #f4c33a;
  background-color: #f8db89;
  background-image: -webkit-linear-gradient(top, #f8db89 0, #f4c33a 100%);
  background-image: -moz-linear-gradient(top, #f8db89 0, #f4c33a 100%);
  background-image: -ms-linear-gradient(top, #f8db89 0, #f4c33a 100%);
  background-image: -o-linear-gradient(top, #f8db89 0, #f4c33a 100%);
  background-image: linear-gradient(top, #f8db89 0, #f4c33a 100%);
  z-index: -1;
  top: 0;
  left: 0;
}
body.drops:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 30vh;
  top: 59vh;
  left: 0;
  background-image: url("../../images/main/drops-yellow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
body.drops.lightgreen:after {
  background-color: #b2ef70;
  background-image: -webkit-linear-gradient(top, #b2ef70 0, #7fdb19 100%);
  background-image: -moz-linear-gradient(top, #b2ef70 0, #7fdb19 100%);
  background-image: -ms-linear-gradient(top, #b2ef70 0, #7fdb19 100%);
  background-image: -o-linear-gradient(top, #b2ef70 0, #7fdb19 100%);
  background-image: linear-gradient(top, #b2ef70 0, #7fdb19 100%);
}
body.drops.lightgreen:before {
  background-image: url("../../images/main/drops-lightgreen.svg");
}
body.drops.lightblue:after {
  height: 10vh;
  background-color: #5ad7ff;
  background-image: -webkit-linear-gradient(top, #5ad7ff 0, #00b2eb 100%);
  background-image: -moz-linear-gradient(top, #5ad7ff 0, #00b2eb 100%);
  background-image: -ms-linear-gradient(top, #5ad7ff 0, #00b2eb 100%);
  background-image: -o-linear-gradient(top, #5ad7ff 0, #00b2eb 100%);
  background-image: linear-gradient(top, #5ad7ff 0, #00b2eb 100%);
}
body.drops.lightblue:before {
  top: 9vh;
  background-image: url("../../images/main/drops-lightblue.svg");
}
.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 !important;
}
.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;
  }
}
#page-intro {
  padding-top: 150px;
}
@media only screen and (max-width: 682px) {
  #page-intro {
    padding-top: 100px;
  }
}
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;
}
.twocol-paragraph.no-justify {
  text-align: left;
}
@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-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/open-sans-v43-latin-regular.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/open-sans-v43-latin-500.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/open-sans-v43-latin-600.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/open-sans-v43-latin-700.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.main-error {
  color: #c5313f;
}
form#contact {
  background: #0085a5;
  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: #d3d3d3;
  color: #000001;
  margin: 0;
  padding: 15px 5px 15px 15px;
  width: 100%;
  box-sizing: border-box;
  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;
}
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 .textarea-ch {
  position: relative;
}
form .textarea-ch:before {
  content: "";
  width: 251px;
  height: 177px;
  position: absolute;
  top: -109px;
  right: 0;
  background: url("../../images/main/chameleon.png") no-repeat bottom right;
  background-size: contain;
}
@media only screen and (max-width: 900px) {
  form .textarea-ch:before {
    width: 150px;
    top: -135px;
  }
}
@media only screen and (max-width: 682px) {
  form .textarea-ch:before {
    width: 110px;
    top: -145px;
  }
}
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 .successMsg {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  background: rgba(103,145,57,0.95);
  margin: 0;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
form .successMsg p {
  position: relative;
  color: #fffffe;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
}
form .half {
  width: 48%;
  margin-right: 4%;
  float: left;
  xbackground: #f4c33a;
}
form .half.last {
  margin-right: 0;
}
@media only screen and (max-width: 682px) {
  form .half {
    width: 100%;
    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: #c5313f;
  color: #fffffe;
  text-align: center;
  width: 95%;
  margin-bottom: 20px;
  padding: 1% 2.5%;
  display: block;
  font-weight: 700;
}
input.error {
  background: #c5313f !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#classic {
  background: rgba(255,255,254,0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 25px;
  z-index: 998;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
header#classic #logo {
  text-align: left;
  display: inline-block;
  padding-right: 25px;
  z-index: 2;
  margin-top: 5px;
}
header#classic #logo a {
  display: inline-block;
}
header#classic #logo a img {
  width: 200px;
  display: block;
}
@media only screen and (max-width: 830px) {
  header#classic #logo {
    position: absolute;
    margin-top: 0;
  }
  header#classic #logo a img {
    width: 130px;
    height: auto;
  }
}
header#classic nav {
  display: inline;
  float: right;
}
@media only screen and (max-width: 700px) {
  header#classic nav {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
header#classic nav ul#topnav {
  color: #000001;
  list-style-type: none;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  xborder: 3px solid #f4c33a;
  margin: 15px 0 0 0;
}
header#classic nav ul#topnav:after {
  content: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -6px;
  background: #000001;
  border: 6px solid #000001;
  border-radius: 23px;
  -o-border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
}
header#classic nav ul#topnav li {
  list-style-type: none;
  float: left;
  margin-left: 20px;
  position: relative;
  margin-bottom: 0;
}
header#classic nav ul#topnav li:first-child {
  margin-left: 0;
}
header#classic nav ul#topnav li a,
header#classic nav ul#topnav li p {
  padding: 10px 10px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}
header#classic nav ul#topnav li a img,
header#classic nav ul#topnav li p img {
  width: 30px;
}
header#classic nav ul#topnav li:hover a,
header#classic nav ul#topnav li.active a {
  color: #f4c33a;
}
header#classic nav ul#topnav li:hover ul,
header#classic nav ul#topnav li.active ul {
  display: block;
}
header#classic nav ul#topnav li:hover ul li,
header#classic nav ul#topnav li.active ul li {
  display: block;
  width: 81%;
  margin-bottom: 0;
}
header#classic nav ul#topnav li:hover ul li a,
header#classic nav ul#topnav li.active ul li a {
  color: #fffffe;
  padding: 6px 0;
}
header#classic nav ul#topnav li ul {
  display: none;
  width: 260px;
  padding: 20px 0;
  position: absolute;
  top: 42px;
  left: 0;
  height: auto;
  background: #000001;
}
header#classic nav ul#topnav li ul li {
  color: #fffffe !important;
}
header#classic nav ul#topnav li ul li:first-child {
  margin-left: 20px;
}
header#classic nav ul#topnav li ul li.active a,
header#classic nav ul#topnav li ul li:hover a {
  color: #f4c33a;
}
@media only screen and (max-width: 1040px) {
  header#classic nav ul#topnav li {
    margin-left: 15px;
  }
  header#classic nav ul#topnav li a,
  header#classic nav ul#topnav li p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  header#classic nav ul#topnav li ul li:first-child {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 890px) {
  header#classic nav ul#topnav li {
    margin-left: 10px;
  }
  header#classic nav ul#topnav li a,
  header#classic nav ul#topnav li p {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 830px) {
  header#classic nav {
    display: none;
  }
}
header#classic #nav-trigger {
  color: #fffffe;
  display: none;
  cursor: pointer;
  height: 19px;
  width: 40px;
  border-top: 2px solid #000001;
  border-bottom: 2px solid #000001;
  z-index: 9;
  position: absolute;
  top: 25px;
  right: 25px;
  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;
}
header#classic #nav-trigger:before,
header#classic #nav-trigger:after {
  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;
  content: "";
  height: 2px;
  width: 40px;
  background: #000001;
  position: absolute;
  top: 9px;
  left: 0;
}
header#classic #nav-trigger:after {
  display: none;
}
@media only screen and (max-width: 830px) {
  header#classic #nav-trigger {
    display: block;
  }
  header#classic #nav-trigger.active {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  header#classic #nav-trigger.active:before {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 18px;
    left: 10px;
    background: #c5313f;
  }
  header#classic #nav-trigger.active:after {
    background: #c5313f;
    width: 18px;
    left: 10px;
    display: block;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 830px) {
  header#classic {
    width: 100%;
    padding: 3%;
    height: 90px;
  }
  header#classic nav.active {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,1,0.9);
    margin: 0;
    padding: 0;
    overflow-y: scroll;
  }
  header#classic nav.active ul#topnav {
    padding: 20px;
    width: 240px;
    right: 25px;
    position: absolute;
    top: 60px;
    right: unset;
    left: 0;
  }
  header#classic nav.active ul#topnav li {
    float: none;
    display: block;
    padding: 10px;
    width: 70%;
    position: relative;
  }
  header#classic nav.active ul#topnav li:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: rgba(0,133,165,0);
    background-image: -webkit-linear-gradient(right, rgba(0,133,165,0) 10%, rgba(244,195,58,0.5) 100%);
    background-image: -moz-linear-gradient(right, rgba(0,133,165,0) 10%, rgba(244,195,58,0.5) 100%);
    background-image: -ms-linear-gradient(right, rgba(0,133,165,0) 10%, rgba(244,195,58,0.5) 100%);
    background-image: -o-linear-gradient(right, rgba(0,133,165,0) 10%, rgba(244,195,58,0.5) 100%);
    background-image: linear-gradient(right, rgba(0,133,165,0) 10%, rgba(244,195,58,0.5) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  header#classic nav.active ul#topnav li:first-child {
    margin-left: 10px;
  }
  header#classic nav.active ul#topnav li:last-child {
    margin-bottom: 5px;
  }
  header#classic nav.active ul#topnav li:last-child:after {
    content: none;
  }
  header#classic nav.active ul#topnav li a,
  header#classic nav.active ul#topnav li p {
    color: #fffffe;
    font-size: 15px;
    font-size: 1.5rem;
  }
  header#classic nav.active ul#topnav li:hover a,
  header#classic nav.active ul#topnav li.active a,
  header#classic nav.active ul#topnav li:hover p,
  header#classic nav.active ul#topnav li.active p {
    border-color: transparent;
    color: #f4c33a;
  }
  header#classic nav.active ul#topnav li p {
    display: none;
  }
  header#classic nav.active ul#topnav li ul {
    display: block;
    position: relative;
    padding: 0;
    top: 0;
    background: none;
    border: none;
  }
  header#classic nav.active ul#topnav li ul li {
    padding: 0;
    margin: 0;
  }
  header#classic nav.active ul#topnav li ul li:first-child {
    margin: 0;
  }
  header#classic nav.active ul#topnav li ul li a {
    color: #fffffe;
    padding: 6px 0 6px 5px;
  }
  header#classic nav.active ul#topnav li ul li:hover a,
  header#classic nav.active ul#topnav li ul li.active a {
    color: #fffffe;
  }
  header#classic nav.active:before {
    xcontent: "";
    position: absolute;
    right: 4px;
    top: -7px;
    width: 15px;
    height: 15px;
    background: #fffffe;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}
@media only screen and (max-width: 682px) {
  header#classic {
    height: 70px;
  }
  header#classic #logo a img {
    width: 100px;
  }
}
header#classic.bg {
  background: #ececec;
  padding: 0.5% 1.5%;
  width: 98%;
}
header#classic.bg #logo a .big {
  font-size: 40px;
  font-size: 4rem;
}
header#classic.bg #logo a .small {
  display: none;
}
header#classic.bg nav ul#topnav {
  padding-bottom: 6px;
}
@media only screen and (max-width: 830px) {
  header#classic.bg {
    height: 50px;
  }
  header#classic.bg #logo a img {
    width: 200px;
    margin: 10px;
  }
}
.txtbtn {
  padding: 13px 35px;
  display: inline-block;
  line-height: baseline;
  margin-top: baseline;
  border: 2px solid #c5313f;
  background: #c5313f;
  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: 700;
  line-height: 18px;
  border-radius: 999px;
  -o-border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  margin-top: 25px;
}
.txtbtn:hover {
  border-color: #000001;
  background: #000001;
}
.txtbtn.gradient {
  background: url("../../images/main/gradient.jpg") repeat;
  background-size: calc(100% + 6px);
  border-color: rgba(255,255,254,0.5);
  background-position: -3px;
}
.txtbtn.gradient:hover {
  border-color: #fffffe;
}
.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: #c5313f;
}
.txtbtn.secondary {
  background: none;
  color: #c5313f;
}
.txtbtn.secondary:hover {
  color: #000001;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25.3px;
  font-family: 'Open Sans', '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: 25px;
  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: #c5313f;
}
h1.lightgreen,
h2.lightgreen,
h3.lightgreen,
h4.lightgreen,
h5.lightgreen,
h6.lightgreen,
p.lightgreen,
span.lightgreen,
strong.lightgreen {
  color: #7fdb19;
}
h1.yellow,
h2.yellow,
h3.yellow,
h4.yellow,
h5.yellow,
h6.yellow,
p.yellow,
span.yellow,
strong.yellow {
  color: #f4c33a;
}
h1.preheading,
h2.preheading,
h3.preheading,
h4.preheading,
h5.preheading,
h6.preheading,
p.preheading,
span.preheading,
strong.preheading {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
h1,
h2 {
  font-size: 60px;
  font-size: 6rem;
  line-height: 69px;
  letter-spacing: -1px;
}
h1 span,
h2 span {
  color: #c5313f;
  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;
    line-height: 29.900000000000002px;
  }
}
h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 29.900000000000002px;
  color: #000001;
  margin-bottom: 15px;
}
@media only screen and (max-width: 682px) {
  h3 {
    line-height: 23px;
  }
}
h4 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 25.3px;
  margin-bottom: 10px;
}
@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;
}
ul,
ol {
  padding-left: 16px;
  margin-bottom: 25px;
}
ul li,
ol li {
  margin-bottom: 8px;
}
ul.blue,
ol.blue {
  color: #0085a5;
}
ul {
  list-style-type: disc;
}
ul li {
  list-style-type: disc;
}
ol {
  list-style-type: numeric;
}
ol li {
  list-style-type: numeric;
}
.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: #679139;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #679139;
}
.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: #0085a5;
}
.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: -20px;
    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: -20px;
    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,133,165,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: #e28c3a;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 50px;
}
.quote-legend p {
  margin: 0;
}
.quote-legend p a {
  color: #e28c3a;
  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;
}
.ref-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
.ref-grid.tall {
  grid-template-columns: repeat(3, 1fr);
}
.ref-grid .ref-grid-item {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.ref-grid .ref-grid-item:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.ref-grid .ref-grid-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  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;
}
.ref-grid .ref-grid-item span {
  position: absolute;
  z-index: 3;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  color: #fffffe;
  font-size: 25px;
  font-size: 2.5rem;
  word-wrap: break-word;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,1,0);
  background-image: -webkit-linear-gradient(top, rgba(0,0,1,0) 0, rgba(0,0,1,0.8) 100%);
  background-image: -moz-linear-gradient(top, rgba(0,0,1,0) 0, rgba(0,0,1,0.8) 100%);
  background-image: -ms-linear-gradient(top, rgba(0,0,1,0) 0, rgba(0,0,1,0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(0,0,1,0) 0, rgba(0,0,1,0.8) 100%);
  background-image: linear-gradient(top, rgba(0,0,1,0) 0, rgba(0,0,1,0.8) 100%);
}
.ref-grid .ref-grid-item:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
@media only screen and (max-width: 2350px) {
  .ref-grid .ref-grid-item span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ref-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .ref-grid .ref-grid-item span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ref-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ref-grid .ref-grid-item span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 682px) {
  .ref-grid {
    grid-gap: 25px;
  }
}
#projects {
  width: 100%;
  display: block;
  padding-top: 150px;
}
@media only screen and (max-width: 682px) {
  #projects {
    padding-top: 100px;
  }
}
#projects .item {
  width: 24%;
  margin: 0.5%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  #projects .item {
    width: 32.3%;
  }
}
@media only screen and (max-width: 1230px) {
  #projects .item {
    width: 31.4%;
    margin: 0.5%;
  }
}
@media only screen and (max-width: 950px) {
  #projects .item {
    width: 46.4%;
  }
}
@media only screen and (max-width: 682px) {
  #projects .item {
    width: 44.5%;
  }
}
#projects .item a img {
  display: block;
  width: 100%;
}
#projects .item a .caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: hero;
  z-index: 2;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  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;
}
@media only screen and (max-width: 682px) {
  #projects .item a .caption {
    display: none;
  }
}
#projects .item a h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  width: 90%;
  margin: 35% 5% 10px 5%;
  text-align: center;
}
#projects .item:hover .caption {
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.Xref-grid-legend {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px;
  background: rgba(255,255,254,0.7);
}
@media only screen and (max-width: 950px) {
  .ref-grid-legend h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 682px) {
  .ref-grid-legend h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
figure {
  margin: 0;
  padding: 0;
}
figure:not([role="group"]) {
  margin-bottom: 25px;
}
figure img {
  width: 100%;
}
figure img.tall {
  height: 640px;
  width: auto;
}
figure figcaption {
  margin-bottom: 40px;
}
section#intro.full.subnav {
  padding-top: 225px;
}
@media only screen and (max-width: 1000px) {
  section#intro.full.subnav {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 682px) {
  section#intro.full.subnav {
    padding-top: 60px;
  }
}
.filter-nav {
  margin-bottom: 30px;
}
.filter-nav .button-group {
  background: lightergrey;
  padding: 4px;
  margin-bottom: 1px;
}
.filter-nav .button-group .button {
  display: inline-block;
  padding: 0.5em 1em;
  border: none;
  background: #fffffe;
  border-radius: 7px;
  -o-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}
.filter-nav .button-group .button.is-checked,
.filter-nav .button-group .button:hover {
  background: hero;
  color: #fffffe;
}
#sticky.stick {
  margin-top: 0 !important;
  position: fixed;
  top: 123px;
  width: 18%;
  z-index: 10000;
}
@media only screen and (max-width: 1380px) {
  #sticky.stick {
    width: 20%;
  }
}
@media only screen and (max-width: 1280px) {
  #sticky.stick {
    width: 22%;
  }
}
@media only screen and (max-width: 682px) {
  #sticky.stick {
    position: relative;
    width: 100%;
    z-index: 0;
    margin-top: auto;
    top: 0;
  }
}
@media only screen and (max-width: 682px) {
  #sticky-anchor {
    height: 0 !important;
  }
}
@media only screen and (max-width: 682px) {
  .portfolio-thumbnav {
    display: xnone;
  }
}
.portfolio-thumbnav .thumb-item {
  float: left;
  width: 24%;
  margin: 0.5%;
}
.portfolio-thumbnav .thumb-item img {
  display: block;
  width: 100%;
}
.portfolio-thumbnav .thumb-item:hover,
.portfolio-thumbnav .thumb-item.active {
  background: hero;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.portfolio-thumbnav .thumb-item:hover img,
.portfolio-thumbnav .thumb-item.active img {
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.project-gallery-wrapper {
  padding: 0 10%;
}
@media only screen and (max-width: 682px) {
  .project-gallery-wrapper {
    padding: 0 25px;
  }
}
#project-gallery {
  display: grid;
  grid-template-columns: auto 300px;
  grid-gap: 50px;
  padding-bottom: 50px;
}
#project-gallery #pg-img {
  display: block;
}
#project-gallery #pg-thumbs .pg-thumb-link {
  display: inline-block;
  margin-bottom: 10px;
  height: 130px;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  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;
}
#project-gallery #pg-thumbs .pg-thumb-link.active,
#project-gallery #pg-thumbs .pg-thumb-link:hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 1100px) {
  #project-gallery {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
  #project-gallery #pg-thumbs .pg-thumb-link {
    margin-right: 10px;
    height: auto;
    width: calc((100% - 30px) / 4);
  }
  #project-gallery #pg-thumbs .pg-thumb-link:last-child {
    margin-right: 0;
  }
}
.leistung-video {
  width: 100%;
  height: auto;
  display: block;
}
#process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  text-align: center;
}
#process-grid .number {
  background: #fffffe;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  -o-border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 50px;
}
@media only screen and (max-width: 682px) {
  #process-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "img1" "text1" "img2" "text2" "img3" "text3";
  }
  #process-grid img {
    max-width: 180px;
    margin: 0 auto;
  }
  #process-grid img:nth-child(1) {
    grid-area: img1;
  }
  #process-grid img:nth-child(2) {
    grid-area: img2;
  }
  #process-grid img:nth-child(3) {
    grid-area: img3;
  }
  #process-grid .process-grid-text:nth-child(1) {
    grid-area: text1;
  }
  #process-grid .process-grid-text:nth-child(2) {
    grid-area: text2;
  }
  #process-grid .process-grid-text:nth-child(3) {
    grid-area: text3;
  }
}
#colorbar {
  width: 100%;
  height: 5px;
  display: block;
  margin: 0;
  padding: 0;
}
#keyvisual {
  width: 100%;
  position: relative;
  height: 40vh;
  overflow: hidden;
  padding: 0;
  margin: 0 0 50px 0;
  min-height: 500px;
}
#keyvisual:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0,0,1,0);
  background-image: -webkit-linear-gradient(top, rgba(0,0,1,0) 0, rgba(0,0,1,0.6) 100%);
  background-image: -moz-linear-gradient(top, rgba(0,0,1,0) 0, rgba(0,0,1,0.6) 100%);
  background-image: -ms-linear-gradient(top, rgba(0,0,1,0) 0, rgba(0,0,1,0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(0,0,1,0) 0, rgba(0,0,1,0.6) 100%);
  background-image: linear-gradient(top, rgba(0,0,1,0) 0, rgba(0,0,1,0.6) 100%);
}
#keyvisual:before {
  content: "";
  width: 100%;
  height: 50%;
  background-size: contain;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
}
#keyvisual.video {
  height: auto;
}
#keyvisual.video video {
  display: block;
  width: 100%;
}
#keyvisual.brush {
  height: 50vh;
}
#keyvisual.brush:before {
  background: url("../../images/main/brush-w.webp") no-repeat bottom center;
  background-size: contain;
}
#keyvisual #keyvisual-text {
  position: absolute;
  z-index: 3;
  color: #fffffe;
  text-align: center;
  top: 200px;
  width: 100%;
}
#keyvisual #keyvisual-text span {
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 682px) {
  #keyvisual #keyvisual-text span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#keyvisual #keyvisual-text h1 {
  font-size: 80px;
  font-size: 8rem;
  line-height: 80px;
}
@media only screen and (max-width: 1200px) {
  #keyvisual #keyvisual-text h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 70px;
  }
}
@media only screen and (max-width: 830px) {
  #keyvisual #keyvisual-text h1 {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 682px) {
  #keyvisual #keyvisual-text h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 50px;
  }
}
#keyvisual img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  z-index: -1;
}
#keyvisual.team:before {
  background: url("../../images/main/abendmahl.webp?v=2") no-repeat bottom center;
  background-size: 100%;
}
#keyvisual.team img {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
@media only screen and (max-width: 1500px) {
  #keyvisual {
    min-height: 400px;
  }
  #keyvisual.home {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 682px) {
  #keyvisual {
    height: 280px;
    min-height: 280px;
  }
  #keyvisual #keyvisual-text {
    top: 110px;
  }
  #keyvisual.home {
    min-height: 0;
    padding-top: 70px;
  }
}
#keyvisual-wrapper {
  position: relative;
}
#keyvisual-wrapper #keyvisual-content {
  position: absolute;
  z-index: 2;
  bottom: -1px;
  background: none;
  background-color: rgba(255,255,254,0);
  background-image: -webkit-linear-gradient(top, rgba(255,255,254,0) 0, rgba(255,255,254,0.7) 100%);
  background-image: -moz-linear-gradient(top, rgba(255,255,254,0) 0, rgba(255,255,254,0.7) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,254,0) 0, rgba(255,255,254,0.7) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,254,0) 0, rgba(255,255,254,0.7) 100%);
  background-image: linear-gradient(top, rgba(255,255,254,0) 0, rgba(255,255,254,0.7) 100%);
  padding-bottom: 0;
}
@media only screen and (max-width: 1205px) {
  #keyvisual-wrapper #keyvisual-content {
    position: relative;
    bottom: unset;
    background: #fffffe;
  }
}
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: 0 0 60px 0;
  margin: 0;
  width: 100%;
  position: relative;
}
footer:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: -4px;
  left: 0;
  background: url("../../images/main/colorbar.svg") no-repeat center center;
  background-size: cover;
}
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;
}
.statcard {
  width: auto;
  box-sizing: border-box;
  padding: 35px 15px 15px 15px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  z-index: 0;
  border: 4px solid #ccc;
}
.statcard h2 {
  font-size: 60px;
  font-size: 6rem;
  padding-top: 25px;
}
@media only screen and (max-width: 980px) {
  .statcard h2 {
    font-size: 50px;
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
#team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
#team-grid .team-member {
  position: relative;
}
#team-grid .team-member img {
  display: block;
  background: #f4c33a;
}
#team-grid .team-member img.before,
#team-grid .team-member img.after {
  position: relative;
  width: 100%;
  max-width: unset;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1;
}
#team-grid .team-member img.after {
  display: none;
  z-index: 2;
  position: absolute;
  background: #c5313f;
}
#team-grid .team-member:hover img.after {
  display: block;
}
@media only screen and (max-width: 800px) {
  #team-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 682px) {
  #team-grid {
    grid-gap: 25px;
  }
}
.swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: unset;
  max-height: unset;
  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;
  display: block;
}
.swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.swiper-wrapper .swiper-slide h4 {
  margin-bottom: 0;
}
.swiper-wrapper .swiper-slide span {
  margin-top: 10px;
  display: inline-block;
}
.swiper-wrapper .swiper-slide .swiper-slide-text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: auto;
  padding: 15px;
  background: rgba(255,255,254,0.8);
  color: #000001;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}
.swiper-wrapper.same-height {
  height: 500px;
}
@media only screen and (max-width: 1800px) {
  .swiper-wrapper {
    height: 400px;
  }
}
@media only screen and (max-width: 1500px) {
  .swiper-wrapper {
    height: 320px;
  }
}
@media only screen and (max-width: 900px) {
  .swiper-wrapper {
    height: 250px;
  }
}
.swiper-wrapper .swiper-slide {
  xwidth: auto !important;
  xheight: 100%;
}
.swiper-wrapper .swiper-slide img {
  xheight: 100%;
  xwidth: auto;
  xobject-fit: cover;
}
@media only screen and (max-width: 682px) {
  .swiper-wrapper .swiper-slide img {
    xheight: 200px;
  }
}
.swiper-wrapper.has-dots {
  padding-bottom: 50px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #000001 !important;
  top: 38% !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 999px;
  -o-border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  background: rgba(255,255,254,0.5);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  height: 25px !important;
  font-size: 25px !important;
  font-weight: 900 !important;
}
.solo-icon-round {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin: 0 auto 25px auto;
  border-radius: 999px;
  -o-border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  background: #f4c33a;
  padding: 20px;
}
.solo-icon-round img {
  display: block;
}
