/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

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

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

/* ============================================================== */
/* COLOR TOKENS */
/* ============================================================== */
/* ============================================================== */
/* UTILITIES & MIXINS */
/* ============================================================== */
.percent100 {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.percent95 {
  filter: alpha(opacity=95);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
}

.percent85 {
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}

.percent70 {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.percent50 {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.percent30 {
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

.percent20 {
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}

.percent0 {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.rounded-corners-0px {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}

.rounded-corners-1px {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px;
}

.rounded-corners-2px {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}

.rounded-corners-3px {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.rounded-corners-4px {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.rounded-corners-5px {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.rounded-corners-6px {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

.rounded-corners-7px {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
}

.rounded-corners-9px {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  border-radius: 9px;
}

.rounded-corners-10px {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

.rounded-corners-30px {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
}

.rounded-corners-35px {
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  border-radius: 35px;
}

.rounded-corners-50per {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.fade01 {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.fade02 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fade03 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fade04 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.fade05 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fade06 {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.fade08 {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.fade09 {
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.scale1 {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.scale09 {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.rotate-45 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.rotate-270 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.background-contain {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.background-cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.content-box {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
}

.shadow {
  -moz-box-shadow: 0 0 4px rgb(169, 169, 169);
  -webkit-box-shadow: 0 0 4px rgb(169, 169, 169);
  box-shadow: 0 0 4px rgb(169, 169, 169);
}

.text-shadow {
  text-shadow: 0 3px 15px #000;
}

.noshadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.clearfloat {
  clear: both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.clip-nav {
  -webkit-clip-path: polygon(0 0, 98% 0, 100% 100%, 2% 100%);
  -moz-clip-path: polygon(0 0, 98% 0, 100% 100%, 2% 100%);
  clip-path: polygon(0 0, 98% 0, 100% 100%, 2% 100%);
}

.clip-none {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.clip-top {
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  -moz-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}

.clip-bottom {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}

.clip-skew {
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  -moz-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.clip-skew-less {
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  -moz-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.clip-skew2 {
  -webkit-clip-path: polygon(0 0, 100% 10%, 90% 80%, 0 100%);
  -moz-clip-path: polygon(0 0, 100% 10%, 90% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 10%, 90% 80%, 0 100%);
}

.clip-left {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  -moz-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.clip-right {
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

/*===============================================================================*/
/* LOADING ANIMATION */
/*===============================================================================*/
#preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 99978;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 69px;
  height: 69px;
  margin: -35px 0 0 -35px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #faed25;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #faed25;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #faed25;
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ============================================================== */
/* FONTS & TEXT */
/* ============================================================== */
/* poppins-200 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("/theme/font/poppins-v24-latin-200.woff2") format("woff2");
}
/* poppins-400 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/theme/font/poppins-v24-latin-regular.woff2") format("woff2");
}
/* poppins-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("/theme/font/poppins-v24-latin-italic.woff2") format("woff2");
}
/* poppins-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/theme/font/poppins-v24-latin-600.woff2") format("woff2");
}
p, span.intro {
  font-size: 16px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 150%;
  text-align: left;
  margin: 0 0 25px 0;
  text-rendering: optimizeLegibility;
}

p.large {
  font-size: 25px;
}

h1, h2, h3, h4, h5,
span.h1, span.h2, span.h3, span.h4, span.h5 {
  text-align: left;
  font-weight: 200;
  display: block;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

h1, span.h1 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 130%;
  margin: 0 0 1% 0;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  display: block;
  border-bottom: 1px solid #faed25;
}

h2, span.h2 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #faed25;
  font-size: 25px;
  font-weight: 200;
  line-height: 130%;
  margin: 0 0 2%;
  padding: 0 0 0 0;
  display: block;
  text-transform: none;
}

h3, span.h3 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #faed25;
  font-size: 21px;
  line-height: 120%;
  margin: 0 3px 5px 0;
  padding: 0;
  display: block;
  font-weight: 200;
  letter-spacing: 0;
}

h4, span.h4 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 120%;
  margin: 0 3px 7px 0;
  padding: 7px 0 0 0;
  display: block;
  text-transform: none;
}

.maincol h1, .maincol .h1, .widecol h1, .widecol .h1, .wide h1, .wide .h1 {
  margin: 10px 0 20px;
}

.maincol ul li a strong {
  font-weight: bold;
}

#page section.fullwidth .widecol2 .halfcol-l h3 {
  text-align: left;
}

a {
  text-decoration: none;
  font-weight: 200;
  color: #faed25;
  text-align: left;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  outline: 0;
}
a:hover {
  margin: 0;
  color: #faed25;
  text-decoration: underline;
  outline: 0;
}

p.next-btn a, button.next-btn, a.next-btn, span.next-btn, .btn-more {
  background: #faed25;
  display: inline-block;
  width: auto;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #131313 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 22px;
  text-rendering: optimizeLegibility;
  padding: 0.6em 1.3em 0.7em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
p.next-btn a:hover, button.next-btn:hover, a.next-btn:hover, span.next-btn:hover, .btn-more:hover {
  width: auto;
  padding: 0.6em 2.2em 0.7em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}

.next-btn-rev {
  background: transparent;
  display: inline-block;
  width: auto;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 200;
  color: #131313 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 22px;
  text-rendering: optimizeLegibility;
  padding: 0.6em 1.3em 0.7em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  border: 3px solid #fff;
  margin: 0 1% 20px;
}
.next-btn-rev:hover {
  background: #faed25 !important;
  text-decoration: none !important;
  color: #131313 !important;
  margin: 0 1% 20px;
}

a.telnum {
  cursor: default !important;
}
a.telnum:hover {
  text-decoration: none !important;
}

/* ============================================================== */
/* ANIMATE LINKS */
/* ============================================================== */
html {
  height: 100vh; /* set viewport constraint */
  min-height: 100%; /* enforce height */
}

body {
  height: 100%;
  overflow: inherit;
  font: normal 100% "Poppins", Arial, Helvetica, sans-serif !important;
}

/* Sweep To Bottom */
body .hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .hvr-sweep-to-bottom:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
body .hvr-sweep-to-bottom:hover {
  color: #fff;
}
body .hvr-sweep-to-bottom:hover:after,
body .hvr-sweep-to-bottom:active:after,
body a:hover span.hvr-sweep-to-bottom:after,
body #work-thumbs .item:focus .hvr-sweep-to-bottom:after,
body #work-thumbs .item:hover .hvr-sweep-to-bottom:after {
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
body {
  /* Bounce In */
}
body .hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
body .hvr-bounce-in:hover, body .hvr-bounce-in:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Sweep To Right */
.hvr-sweep-to-right, .level2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-sweep-to-right:before, .level2:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 174, 238, 0.3), rgba(237, 38, 125, 0.3));
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.hvr-sweep-to-right:hover:before, .level2:hover:before,
.hvr-sweep-to-right:focus:before, .level2:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* =============================================================================
 * MODX CONTENT STYLES
 * =============================================================================
 *
 */
p img {
  width: 100% !important;
  height: auto !important;
  padding: 0;
  border: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}

p img.noborder {
  width: 100% !important;
  height: auto !important;
  padding: 0;
  border: none;
}

.floatLeft {
  float: left;
  padding-right: 20px;
  clear: left;
  width: 35%;
  display: block;
}

.floatRight {
  float: right;
  padding-left: 40px;
  clear: right;
  width: 40%;
  display: block;
}

.floatCenter {
  margin: 0 auto;
  width: 60%;
  height: auto;
  display: block;
}

.lazyload {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.lazyloading {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #d2d2d3;
  text-indent: -9999px;
}

.lazyloaded {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.noborder {
  padding: 0;
  background: none;
}

.text-quote {
  font-size: 120%;
}

.text-yellow {
  color: #faed25;
}

.img-wrapper {
  clear: right;
}

.img-wrapper2 {
  border: none;
  background: none;
  clear: right;
}

.img-wrapper3 {
  border: none;
  background: none;
  float: left;
  width: 48%;
  margin: 0 2% 3% 0;
}

.sidecol .img-wrapper {
  float: none;
  width: 100%;
  text-align: center;
  display: block;
  border: 8px solid #ededed;
  background: #ededed;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0 0 3%;
  padding: 0 0 15px;
  font-weight: bold;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}

.sidecol .img-wrapper2 {
  border: none;
  background: none;
  width: 100%;
}
.sidecol .img-wrapper2 img {
  border: none;
}
.sidecol .img-wrapper2 img.side-logo {
  width: 60% !important;
}

.responsive {
  width: 100%;
  text-align: center;
  float: none;
  display: block;
  border: none !important;
  background: none;
  margin: 0;
  padding: 0 0 15px;
}
.responsive img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

.greybox {
  background: #ededed;
  padding: 3%;
  text-align: center;
}
.greybox img {
  width: auto !important;
  height: auto !important;
}

.video-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-wrapper .video {
  background: #131313;
  position: relative;
  padding-bottom: 28%;
  width: 49%;
  height: 0;
  overflow: hidden;
  clear: both;
  margin: 1% 0 2.5%;
  display: inline-block;
  animation: shadow-pulse 2s infinite;
}
.video-wrapper .video iframe, .video-wrapper .video object, .video-wrapper .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.video {
  background: #131313;
  border: 0px;
  position: relative;
  padding-bottom: 48%;
  width: 100%;
  height: 0;
  overflow: hidden;
  clear: both;
  margin: 1% auto 2.5%;
  display: inline-block;
}
.video iframe, .video object, .video embed {
  border: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =============================================================================
 * NAV & TOPBAR
 * =============================================================================
 */
body {
  background: #000;
  color: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#topbar {
  display: flex;
  height: 55px;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  z-index: 999999 !important;
  justify-content: flex-end;
}
#topbar .small-logo {
  position: absolute;
  display: inline-block;
  left: 15px;
}
#topbar .small-logo.hiddenlogo {
  position: absolute;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin-top: -25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topbar .small-logo.showlogo {
  position: absolute;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topbar h3 {
  float: right;
  color: #fff !important;
  margin: 9px 15px 0 0;
  letter-spacing: 0;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 20px;
}
#topbar h3 a {
  color: #fff !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#topbar h3 a:hover {
  color: #fff !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#topbar ul.social-links {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  top: 8px;
}

ul.social-links li {
  display: inline-block;
  height: 40px;
}
ul.social-links li a.facebook {
  -webkit-mask-image: url(/theme/img/social-facebook.svg);
  mask-image: url(/theme/img/social-facebook.svg);
}
ul.social-links li a.twitter {
  -webkit-mask-image: url(/theme/img/social-twitter.svg);
  mask-image: url(/theme/img/social-twitter.svg);
}
ul.social-links li a.instagram {
  -webkit-mask-image: url(/theme/img/social-instagram.svg);
  mask-image: url(/theme/img/social-instagram.svg);
}
ul.social-links li a.youtube {
  -webkit-mask-image: url(/theme/img/social-youtube.svg);
  mask-image: url(/theme/img/social-youtube.svg);
}
ul.social-links li a {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 33px 33px;
  mask-size: 33px 33px;
  background-color: #faed25;
  display: inline-block;
  float: right;
  width: 33px;
  height: 33px;
  text-indent: -9999px;
  margin: 4px 3px 0 0;
  overflow: hidden;
  padding: 0;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.social-links li a.twitter:hover, ul.social-links li a.facebook:hover, ul.social-links li a.instagram:hover, ul.social-links li a.youtube:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

ul.social-links.dark li a {
  background-color: #000;
}

.nav-content- ul.social-links.dark {
  text-align: left;
}

.mobile-menu {
  margin-left: 2em;
  position: relative;
  right: -10px;
  display: block;
}
.mobile-menu #show-nav {
  display: flex;
  position: relative;
  height: 25px;
  padding: 0 1em 0 0;
  border: none;
  background: none;
  cursor: pointer;
  top: 1.5em;
}
.mobile-menu #show-nav #menu-wrapper {
  display: block;
  width: 30px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.mobile-menu #show-nav:hover #menu-wrapper {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#menu-wrapper span {
  display: block;
  position: absolute;
  height: 1px;
  width: 30px;
  background: #faed25;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#show-nav #menu-wrapper span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#show-nav #menu-wrapper span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#show-nav #menu-wrapper span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-trigger.open #menu-wrapper span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
.menu-trigger.open #menu-wrapper span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.menu-trigger.open #menu-wrapper span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
  left: 8px;
}

/*===============================================================================*/
/* PARTICLE.JS */
/*===============================================================================*/
/* ---- reset ---- */
body {
  margin: 0;
  font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
  display: block;
  vertical-align: bottom;
} /* ---- particles.js container ---- */
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #111111;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/*===============================================================================*/
/* LAYOUT*/
/*===============================================================================*/
#pagebox {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

header {
  background: none;
  position: relative;
  z-index: 99998 !important;
  width: 100%;
  margin: 0;
  z-index: 1000;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: flex;
}
header .header-inner {
  margin: 0 auto;
  padding: 40px 20px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header .header-inner h1.logo {
  padding: 0;
  margin: 20px 20px 10px;
  border: none;
  text-align: center;
  z-index: 1000;
  width: 39%;
  min-width: 145px;
  max-width: 265px;
  height: auto;
}
header .header-inner h1.logo a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
header .header-inner h1.logo a img {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}
header .header-inner h1.logo a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header-inner .logo--hero {
  margin: 0;
  line-height: 0;
}
header .header-inner .logo--hero .site-logo-link {
  display: inline-block;
  width: clamp(135px, 32vw, 250px);
  aspect-ratio: 321.7/261;
  line-height: 0;
}
header .header-inner .logo--hero .site-logo-img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transform: scale(0.82) translateY(1.25em);
  transform-origin: 50% 50%;
  animation: mt-logo-arrive 700ms cubic-bezier(0.16, 1, 0.3, 1) 100ms both;
  will-change: transform;
}
@keyframes mt-logo-arrive {
  58% {
    transform: scale(1.055) translateY(0);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  header .header-inner .logo--hero .site-logo-img {
    transform: none;
    animation: none;
  }
}
header .header-inner {
  /*===============================================================================*/
  /* NAV */
  /*===============================================================================*/
}
header .header-inner #topnav {
  position: relative;
  top: 6em;
}
header .header-inner #topnav .sf-menu {
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
  margin: 0;
}
header .header-inner #topnav .sf-menu li.active:hover a {
  color: #faed25;
  text-decoration: none;
  background: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header-inner #topnav .sf-menu li.active .subnav li a {
  background: #faed25;
  color: #fff;
}
header .header-inner #topnav .sf-menu li.active a {
  color: #faed25;
  background: none;
}
header .header-inner #topnav .sf-menu li.active a .underline {
  width: 100%;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header-inner #topnav .sf-menu li.active a:hover {
  color: #faed25;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header-inner #topnav .sf-menu li {
  display: inline-block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
header .header-inner #topnav .sf-menu li a {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: clamp(1.4rem, 2.7vw, 1.7rem);
  color: #fff;
  padding: 0.2em 0.6em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  letter-spacing: 0;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
  line-height: 100%;
}
header .header-inner #topnav .sf-menu li a span.underline {
  width: 0%;
  height: 1px;
  background: #faed25;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 3px auto 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
header .header-inner #topnav .sf-menu li a:hover {
  text-decoration: none;
  color: #faed25;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: none;
}
header .header-inner #topnav .sf-menu li:hover a {
  color: #faed25;
  background: none;
}
header .header-inner #topnav .sf-menu li:hover a .underline {
  width: 100%;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header-inner #topnav .sf-menu li:hover .subnav {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 15000;
  height: auto;
  -webkit-transition: all 0.5s ease;
  margin: 10px 0 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header-inner #topnav .sf-menu li:hover .subnav li {
  z-index: 15000;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header-inner #topnav .sf-menu li .subnav {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  border: none;
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0 0 0 10px;
  height: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .header-inner #topnav .sf-menu li .subnav li a.active {
  background: #131313;
  color: #faed25;
}
header .header-inner #topnav .sf-menu li .subnav li {
  float: none;
  position: relative;
  display: none;
  border: none;
  z-index: 15000;
  margin: 0 0 2px;
  padding: 0;
  height: auto !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .header-inner #topnav .sf-menu li .subnav li a {
  display: block;
  background: #faed25;
  text-shadow: none;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  color: #131313;
  padding: 6px 32px 6px 12px;
  width: 210px;
  text-decoration: none;
  border: none;
  text-transform: none;
  position: relative;
  overflow: hidden;
}
header .header-inner #topnav .sf-menu li .subnav li a:hover {
  background: #131313;
  color: #faed25;
  z-index: 15000;
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*===============================================================================*/
/* PAGE AREA BLOCKS */
/*===============================================================================*/
.fp-hero {
  text-align: center;
  width: 50%;
  margin: 2vh auto 0;
  position: relative;
}
.fp-hero a {
  display: block;
  width: 100%;
  max-width: 578px;
  margin: 0 auto;
}
.fp-hero a img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 578px;
  margin: 0 auto;
}
.fp-hero p {
  color: #faed25;
  text-align: center;
  font-size: 23px;
  margin: 40px 0 0 0;
  font-style: italic;
  line-height: 120%;
}
.fp-hero p .white {
  color: #fff;
}
.fp-hero p .white a.next-btn {
  text-align: center !important;
  width: 300px !important;
}

#page {
  position: relative;
}
#page section.narrow {
  width: 100%;
  max-width: 1200px;
  padding: 2% 2%;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  clear: both;
  text-align: center !important;
}
#page section.narrow h1, #page section.narrow h2, #page section.narrow h3, #page section.narrow h4, #page section.narrow p, #page section.narrow a {
  text-align: center;
}
#page section.wide, #page section.fullwidth, #page section.narrow {
  width: 100%;
  max-width: 1366px;
  padding: 4% 2% 4%;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  clear: both;
  position: relative;
  z-index: 9999;
}
#page section.wide .maincol, #page section.fullwidth .maincol, #page section.narrow .maincol {
  flex: 1 0 45%;
  padding: 2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#page section.wide .sidecol, #page section.fullwidth .sidecol, #page section.narrow .sidecol {
  flex: 1 1 400px;
  padding: 0 0 3%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#page section.wide .widecol, #page section.fullwidth .widecol, #page section.narrow .widecol {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 2% 0 4%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#page section.wide .widecol h1, #page section.wide .widecol h2, #page section.wide .widecol h3, #page section.wide .widecol h4, #page section.wide .widecol h5, #page section.wide .widecol p, #page section.fullwidth .widecol h1, #page section.fullwidth .widecol h2, #page section.fullwidth .widecol h3, #page section.fullwidth .widecol h4, #page section.fullwidth .widecol h5, #page section.fullwidth .widecol p, #page section.narrow .widecol h1, #page section.narrow .widecol h2, #page section.narrow .widecol h3, #page section.narrow .widecol h4, #page section.narrow .widecol h5, #page section.narrow .widecol p {
  text-align: center;
  clear: both;
}
#page section.wide .widecol2, #page section.fullwidth .widecol2, #page section.narrow .widecol2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10% 2em 4%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#page section.wide .widecol2 h1, #page section.wide .widecol2 h2, #page section.wide .widecol2 h3, #page section.wide .widecol2 h4, #page section.wide .widecol2 h5, #page section.wide .widecol2 p, #page section.fullwidth .widecol2 h1, #page section.fullwidth .widecol2 h2, #page section.fullwidth .widecol2 h3, #page section.fullwidth .widecol2 h4, #page section.fullwidth .widecol2 h5, #page section.fullwidth .widecol2 p, #page section.narrow .widecol2 h1, #page section.narrow .widecol2 h2, #page section.narrow .widecol2 h3, #page section.narrow .widecol2 h4, #page section.narrow .widecol2 h5, #page section.narrow .widecol2 p {
  text-align: center;
}
#page section.wide .widecol2 h1, #page section.fullwidth .widecol2 h1, #page section.narrow .widecol2 h1 {
  color: #fff;
  font-size: 32px;
}
#page section.fullwidth {
  max-width: 100%;
  padding: 0;
  background-color: transparent;
}
#page section.fullwidth.dark {
  background: #080808;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}
#page section.fullwidth.dark .widecol {
  width: 90%;
  margin: 2% auto;
}
#page section.fullwidth.yellow {
  background: #faed25;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}
#page section.fullwidth.yellow .h1 {
  color: #131313;
  border-bottom: 1px solid #131313;
  text-align: center;
}

.flex-row {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

@media (min-width: 1100px) {
  .flex-row {
    display: flex;
    flex-direction: row;
  }
}
iframe {
  vertical-align: top;
  padding-bottom: 0;
}

.bandcamp-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
}
.bandcamp-wrapper .bandcamp-item {
  flex: 0 1 460px;
  max-width: 685px;
}
.bandcamp-wrapper iframe,
.bandcamp-wrapper .bandcamp-load {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  border: 0;
  vertical-align: top;
  box-sizing: border-box;
}

@media (max-width: 1100px) {
  .bandcamp-wrapper {
    max-width: 100%;
  }
  .bandcamp-wrapper .bandcamp-item {
    flex: 0 0 calc((100% - 3.5em) / 2);
    max-width: none;
  }
}
@media (max-width: 768px) {
  .bandcamp-wrapper .bandcamp-item {
    flex: 1 0 100%;
  }
  .bandcamp-wrapper iframe,
  .bandcamp-wrapper .bandcamp-load {
    aspect-ratio: 3/3;
  }
}
.box-wrapper {
  background: #f1f1f1 none repeat scroll 0 0;
  margin-bottom: 5%;
  padding: 2%;
}

#page section.fullwidth .widecol2 .press-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: stretch;
  margin: 0 0 2%;
}
#page section.fullwidth .widecol2 .press-wrapper .press-box {
  border-bottom: 1px solid #faed25;
  width: 29%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 1% 0 5%;
  text-align: left;
  margin: 0 2% 2%;
  flex-grow: 2;
}
#page section.fullwidth .widecol2 .press-wrapper .press-box .q66 {
  display: block;
  width: auto;
  margin: 0 0 20px;
}
#page section.fullwidth .widecol2 .press-wrapper .press-box p {
  color: #fff;
  text-align: left;
  font-size: 23px;
  line-height: 120%;
  font-weight: 600;
}
#page section.fullwidth .widecol2 .press-wrapper .press-box .h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  color: #faed25;
  font-size: 18px;
  margin: 0 0 5%;
}
#page section.fullwidth .widecol2 .press-wrapper .press-box a {
  font-family: "geomanist-semi", sans-serif;
  color: #131313;
  text-align: left;
  font-size: 16px;
  padding: 2%;
  border: 2px solid #fff;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#page section.fullwidth .widecol2 .press-wrapper .press-box a:hover {
  text-decoration: none;
  background: transparent;
  color: #fff;
  padding: 2% 4%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-content-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1250px) {
  .main-content-wrapper {
    display: flex;
    flex-direction: row;
  }
}
.halfcol-l {
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: inline-block;
  padding: 4em;
}
.halfcol-l h1 {
  text-align: left !important;
}
.halfcol-l h2 {
  text-align: left !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 23px;
}
.halfcol-l p {
  text-align: left !important;
  font-size: 17px;
}

.halfcol-r {
  width: 45%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: inline-block;
  padding: 2% 0 3% 0;
}
.halfcol-r img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.maincol p {
  line-height: 170%;
}
.maincol ol {
  margin: 0 0 15px 20px;
  padding: 0;
  list-style: decimal;
}
.maincol ol li {
  color: #505050;
  font-size: 16px;
  margin: 0 0 1em 0;
  padding: 1px 0 0 0;
  line-height: 120%;
}
.maincol ul {
  margin: 10px 0 10px 0;
  padding: 0 0 10px 0;
  list-style: none;
}
.maincol ul li {
  background: url("/theme/img/bullet.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 0 4px;
  color: #505050;
  font-size: 16px;
  margin: 0 0 1em 0;
  padding: 1px 0 0 20px;
  line-height: 120%;
}
.maincol ul li a {
  color: #faed25;
}
.maincol ul li a:hover {
  color: #faed25;
  text-decoration: underline;
}

.sidebox {
  width: 100%;
  padding: 2em;
  margin: 0 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.sidebox .sidebox-wrapper {
  width: 100%;
  padding: 20px 20px 40px;
  background: rgba(0, 0, 0, 0.38);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  animation: shadow-pulse 2s infinite;
}
.sidebox .sidebox-wrapper h1, .sidebox .sidebox-wrapper span.h1 {
  color: #faed25;
}
.sidebox .sidebox-wrapper p {
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 17px;
}
.sidebox .sidebox-wrapper p .img66 {
  padding: 0 0 10px;
  background: none;
  width: auto !important;
}
.sidebox .sidebox-wrapper .h2 {
  font-size: 27px;
  margin: 0 0 4px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #faed25;
  text-transform: uppercase;
  color: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}
.sidebox .sidebox-wrapper h4 {
  font-size: 22px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #faed25;
  text-transform: none;
}
.sidebox .sidebox-wrapper ul {
  border: none;
}
.sidebox .sidebox-wrapper ul li {
  border-bottom: 1px solid #faed25;
  display: block;
  position: relative;
  overflow: hidden;
}
.sidebox .sidebox-wrapper ul li a {
  color: #fff;
  font-size: 19px;
  display: block;
  padding: 0.4em 0.5em 0.4em 0.3em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.sidebox .sidebox-wrapper ul li a:hover {
  background: #faed25;
  color: #131313;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.sidebox .sidebox-wrapper ul li.active a {
  background: #e1d62a;
  color: #131313;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.sidebox .sidebox-wrapper p a.telnum {
  color: #fff;
  font-size: 25px;
}
.sidebox .sidebox-wrapper p a.telnum:hover {
  color: #fff;
}
.sidebox .sidebox-wrapper p a {
  color: #131313;
}
.sidebox .sidebox-wrapper p a:hover {
  color: #131313;
  text-decoration: underline;
}

.sidebox .sidebox-wrapper.noheader span.h2 {
  display: none;
}

.sidebox .sidebox-wrapper ul li a:hover::after, .sidebox .sidebox-wrapper ul li.active a::after {
  position: absolute;
  font-family: "revicons";
  color: #131313;
  font-size: 18px;
  content: "\e81d";
  right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebox .sidebox-wrapper ul li a::after {
  position: absolute;
  font-family: "revicons";
  color: #131313;
  font-size: 18px;
  content: "\e81d";
  right: -20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebox .sidebox-wrapper ul li.last {
  margin-bottom: 20px;
}

/* =============================================================================
 * Music video cards 
 * =============================================================================
 */
.music-video-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 701px) {
  .music-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 901px) {
  .music-video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1201px) {
  .music-video-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.music-video-card {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #131313;
  color: #fff;
  text-decoration: none;
}

.music-video-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.music-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 60%);
}

.music-video-card:hover img,
.music-video-card:focus-visible img {
  transform: scale(1.06);
}

.music-video-card__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #faed25;
  transform: translate(-50%, -50%);
  mix-blend-mode: exclusion;
}

.music-video-card__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff;
  transform: translate(-50%, -50%);
  mix-blend-mode: exclusion;
}

.music-video-card__title {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  left: 20px;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
}

/* Slide-up video modal */
body.music-video-modal-open {
  overflow: hidden;
}

.music-video-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 550ms;
}

.music-video-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(0, 0, 0, 0.82);
  opacity: 0;
  cursor: pointer;
  transition: opacity 400ms ease;
}

.music-video-modal__panel {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 24px;
  border-radius: 2em;
  background: #131313;
  border: 2px solid rgb(250, 237, 37);
  box-sizing: border-box;
  opacity: 0;
  transform: translate3d(0, calc(100% + 50px), 0);
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), opacity 300ms ease;
}

.music-video-modal[data-status=active] {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.music-video-modal[data-status=active] .music-video-modal__backdrop {
  opacity: 1;
}

.music-video-modal[data-status=active] .music-video-modal__panel {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.music-video-modal__title {
  margin: 0 50px 18px 0;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: clamp(20px, 3vw, 32px);
}

.music-video-modal__close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 14px;
  border: 0;
  background: transparent;
  color: #faed25;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.music-video-modal__player {
  position: relative;
  aspect-ratio: 16/9;
  background: #000;
}

.music-video-modal__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 700px) {
  .music-video-modal {
    padding: 10px;
  }
  .music-video-modal__panel {
    padding: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .music-video-card img,
  .music-video-modal__backdrop,
  .music-video-modal__panel {
    transition-duration: 0.01ms;
  }
}
.music-video-card picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.music-video-card picture img,
.music-video-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =============================================================================
 * NEW BANDCAMP MODALS
 * =============================================================================
 */
/* =============================================================================
 * NEW BANDCAMP MODALS
 * =============================================================================
 */
.bandcamp-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 701px) {
  .bandcamp-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 901px) {
  .bandcamp-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1201px) {
  .bandcamp-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.bandcamp-card {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #131313;
  color: #fff;
  text-decoration: none;
}

.bandcamp-card picture,
.bandcamp-card img,
.bandcamp-card__placeholder {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.bandcamp-card img {
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.bandcamp-card:hover img,
.bandcamp-card:focus-visible img {
  transform: scale(1.06);
}

.bandcamp-card__placeholder {
  background: linear-gradient(135deg, #222, #111);
}

.bandcamp-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 60%);
}

.bandcamp-card__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #faed25;
  transform: translate(-50%, -50%);
  mix-blend-mode: exclusion;
}

.bandcamp-card__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff;
  transform: translate(-50%, -50%);
  mix-blend-mode: exclusion;
}

.bandcamp-card__title {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  left: 20px;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
}

/* Slide-up Bandcamp modal */
.bandcamp-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 550ms;
}

.bandcamp-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(0, 0, 0, 0.82);
  opacity: 0;
  cursor: pointer;
  transition: opacity 400ms ease;
}

.bandcamp-modal__panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 24px;
  border-radius: 2em;
  background: #131313;
  border: 2px solid rgb(250, 237, 37);
  box-sizing: border-box;
  opacity: 0;
  transform: translate3d(0, calc(100% + 50px), 0);
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), opacity 300ms ease;
}

.bandcamp-modal[data-status=active] {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.bandcamp-modal[data-status=active] .bandcamp-modal__backdrop {
  opacity: 1;
}

.bandcamp-modal[data-status=active] .bandcamp-modal__panel {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.bandcamp-modal__title {
  margin: 0 50px 18px 0;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: clamp(20px, 3vw, 32px);
}

.bandcamp-modal__close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 14px;
  border: 0;
  background: transparent;
  color: #faed25;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.bandcamp-modal__player {
  position: relative;
}

.bandcamp-modal__player iframe {
  display: block;
  width: 100%;
  height: 626px;
  border: 0;
}

@media (max-width: 700px) {
  .bandcamp-modal {
    padding: 10px;
  }
  .bandcamp-modal__panel {
    padding: 16px;
  }
  .bandcamp-modal__player iframe {
    height: 480px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bandcamp-card img,
  .bandcamp-modal__backdrop,
  .bandcamp-modal__panel {
    transition-duration: 0.01ms;
  }
}
.music-video-card,
.bandcamp-card {
  opacity: 0;
  transform: translateY(2em);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--card-reveal-index, 0) * 90ms);
}

.music-video-card.is-visible,
.bandcamp-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .music-video-card,
  .bandcamp-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* =============================================================================
 * THREE.JS STYLES FOR SHADER HOLDER
 * =============================================================================
 */
#three-stage {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

#three-stage canvas {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

/* =============================================================================
 * FP POSTS
 * =============================================================================
 */
#posts-wrapper {
  margin: 0 auto;
  max-width: 800px;
}

.fp-post {
  margin: 0 0 12em;
}
.fp-post .fp-post-content h2 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 130%;
  margin: 0 0 1% 0;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  display: block;
  border-bottom: 1px solid #faed25;
}
.fp-post .fp-post-image img, .fp-post .fp-post-video img {
  width: 100%;
  height: auto;
}

@media (max-width: 1100px) {
  .fp-post {
    margin: 0 0 6em;
  }
}
.btn-more {
  margin: auto;
  width: auto !important;
  min-width: 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  animation: btt-pulse 2s infinite;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-more:hover {
  background-color: #e7d807;
}

/* =============================================================================
 * BIO
 * =============================================================================
 */
.bandmembers-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 2% 0 2%;
  gap: 2em;
}
.bandmembers-wrapper .bandmember-box {
  background: rgba(0, 0, 0, 0.38);
  flex: 1 1 600px;
  padding: 2%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.bandmembers-wrapper .bandmember-box .img-wrapper {
  display: block;
  width: 100%;
  animation: shadow-pulse 2s infinite;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.bandmembers-wrapper .bandmember-box .img-wrapper img {
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
}
.bandmembers-wrapper .bandmember-box h3 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 0 0 0;
}
.bandmembers-wrapper .bandmember-box h4 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #faed25;
  font-size: 23px;
  line-height: 120%;
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 400;
  letter-spacing: 0;
}

@-webkit-keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(250, 237, 37, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(250, 237, 37, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
/* =============================================================================
 * MUSIC STREAMING LOGOS
 * =============================================================================
 */
.streambuy-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding-bottom: 4%;
  flex-flow: row wrap;
}
.streambuy-wrapper a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 0 auto;
}
.streambuy-wrapper a img {
  display: block;
  width: 100%;
  height: auto;
}
.streambuy-wrapper a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.streambuy-wrapper a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.streambuy-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4em;
  align-items: center;
  justify-content: center;
}

.streambuy-link {
  color: #faed25;
  fill: #fff;
  display: inline-flex;
  width: clamp(42px, 7vw, 76px);
  transition: color 200ms ease, transform 200ms ease;
  justify-content: center;
  align-items: center;
  padding: 5em;
  flex: 1 1 22%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.streambuy-link:hover {
  color: #fff;
  transform: translateY(-5px);
}

@media (max-width: 800px) {
  .streambuy-link {
    padding: 1.8em;
    flex: 1 1 47%;
  }
}
.streambuy-icon {
  display: block;
  width: 100%;
  height: auto;
  max-width: 347px;
}
.streambuy-icon [fill]:not([fill=none]) {
  fill: currentColor !important;
}
.streambuy-icon [stroke]:not([stroke=none]) {
  stroke: currentColor !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* =============================================================================
 * FOOTER
 * =============================================================================
 */
footer {
  padding: 40px 40px 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  z-index: 9999;
  position: relative;
}
footer #btt-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer #btt-wrapper .btt-arrow {
  background: #faed25;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  animation: btt-pulse 2s infinite;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
footer #btt-wrapper .btt-arrow:after {
  font-family: "revicons" !important;
  color: #131313;
  content: "\e81d";
  font-size: 27px;
  margin-top: -20px;
  text-indent: 14px;
  display: block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: relative;
  left: 0;
}
footer #btt-wrapper .btt-arrow:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background: #fff780;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer #btt-wrapper.hiddenbtt {
  bottom: -60px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
footer a#footer-logo {
  width: 20%;
  min-width: 110px;
  max-width: 250px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  display: block;
  padding: 0 !important;
}
footer a#footer-logo:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer a#footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}
footer #footer-wrap {
  display: block;
}
footer #footer-wrap #footer-nav ul {
  padding: 30px 0 20px;
  text-align: center;
}
footer #footer-wrap #footer-nav ul li.active a {
  color: #faed25;
}
footer #footer-wrap #footer-nav ul li.active a span.underline {
  width: 100%;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer #footer-wrap #footer-nav ul li {
  display: inline-block;
  padding: 9px;
}
footer #footer-wrap #footer-nav ul li a {
  padding: 0;
  font-size: clamp(20px, 2vw, 24px);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #fff;
  letter-spacing: 0;
  display: block;
  text-transform: uppercase;
  font-weight: 200;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer #footer-wrap #footer-nav ul li a:hover {
  text-decoration: none;
  color: #faed25;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer #footer-wrap #footer-copy, footer #footer-wrap #footer-copy-big {
  display: block;
  margin: 0 auto;
}
footer #footer-wrap #footer-copy p, footer #footer-wrap #footer-copy-big p {
  font-size: 13px;
  color: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 0 10px;
  margin: 0;
}
footer #footer-wrap #footer-copy p span, footer #footer-wrap #footer-copy-big p span {
  color: #4a4647;
}
footer #footer-wrap #footer-copy p a, footer #footer-wrap #footer-copy-big p a {
  font-size: 13px;
  color: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
footer #footer-wrap #footer-copy p a:hover, footer #footer-wrap #footer-copy-big p a:hover {
  text-decoration: underline;
  color: #faed25;
}
footer a.btn-top {
  display: inline-block;
  height: 55px;
  margin: 25px 0 0 20px;
  position: relative;
  width: 55px;
  float: right;
}
footer a.btn-top img {
  padding-top: 5px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer a.btn-top img:hover {
  padding-top: 2px;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.footer-bg {
  width: 100%;
  height: 200px;
  background: none;
}
.footer-bg a.scroll {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

footer #footer-wrap #footer-copy-big {
  margin: 0 auto 10px;
}
footer #footer-wrap #footer-copy-big p {
  font-size: 16px;
}
footer #footer-wrap #footer-copy-big p span {
  font-size: 16px;
}
footer #footer-wrap #footer-copy-big p a {
  font-size: 16px;
}
footer #footer-wrap #footer-copy-big p a:hover {
  font-size: 16px;
}

@-webkit-keyframes btt-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(233, 221, 28, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(233, 221, 28, 0);
  }
}
@keyframes btt-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(233, 221, 28, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(233, 221, 28, 0);
  }
}
/* =============================================================================
 *   FORM & QUOTATION FORM
 * =============================================================================
 */
#enquiryform {
  padding: 2% 2% 4%;
  background: rgba(0, 0, 0, 0.38);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  animation: shadow-pulse 2s infinite;
}
#enquiryform .form-group label {
  color: #faed25;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 19px;
  display: block;
  padding-bottom: 3px;
  clear: both;
}
#enquiryform .form-group label span.label-important {
  font-size: 12px;
  color: red;
  margin-left: 6px;
}
#enquiryform .form-group input[type=text], #enquiryform .form-group select, #enquiryform .form-group textarea {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 17px;
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 10px 10px 12px;
  border: 2px solid #111111;
  background: #111111;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#enquiryform .form-group input[type=text]:hover, #enquiryform .form-group input[type=text]:focus, #enquiryform .form-group select:hover, #enquiryform .form-group select:focus, #enquiryform .form-group textarea:hover, #enquiryform .form-group textarea:focus {
  width: 100%;
  color: #111111;
  border: 2px solid #faed25;
  background: #faed25;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#enquiryform input::placeholder, #enquiryform textarea::placeholder {
  color: #faed25;
  opacity: 1;
}
#enquiryform input:-ms-input-placeholder, #enquiryform textarea:-ms-input-placeholder {
  color: #faed25;
}
#enquiryform input::-ms-input-placeholder, #enquiryform textarea::-ms-input-placeholder {
  color: #faed25;
}
#enquiryform textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
#enquiryform textarea:hover, #enquiryform textarea:focus {
  width: 100%;
}
#enquiryform .form-group {
  padding: 2% 0;
  border: none;
  margin-bottom: 20px;
}
#enquiryform .form-item {
  width: 48%;
  display: inline-block;
  float: left;
  margin-right: 0;
}
#enquiryform .form-item:nth-child(2n+2) {
  width: 50%;
  margin-right: 2%;
}
#enquiryform .radio-wrapper label {
  display: block;
}
#enquiryform .radio-wrapper .radio-wrapper, #enquiryform .radio-wrapper .checkbox-wrapper {
  display: block;
}
#enquiryform .radio-wrapper .radio-wrapper label.radio-title, #enquiryform .radio-wrapper .checkbox-wrapper label.radio-title {
  display: inline;
  position: relative;
  top: -1px;
  left: -2px;
  margin: 0 20px 0 0;
  font-size: 17px !important;
  color: #505050;
  cursor: pointer;
}
#enquiryform .radio-wrapper .radio-wrapper label.checkbox-title, #enquiryform .radio-wrapper .checkbox-wrapper label.checkbox-title {
  display: inline;
  position: relative;
  top: -1px;
  left: -2px;
  margin: 0 20px 0 0;
  font-size: 17px !important;
  color: #505050;
  cursor: pointer;
}
#enquiryform .radio-wrapper input[type=radio] {
  margin: 10px 6px 0 0;
  cursor: pointer;
}
#enquiryform .radio-wrapper input[type=checkbox] {
  margin: 10px 6px 0 0;
  cursor: pointer;
}
#enquiryform .radio-wrapper .radio-title {
  position: relative;
  top: -1px;
  left: -2px;
  margin: 0 20px 0 0;
  font-size: 17px !important;
}
#enquiryform .radio-wrapper .checkbox-title {
  position: relative;
  top: -1px;
  left: -2px;
  margin: 0 20px 0 0;
  font-size: 17px !important;
}
#enquiryform .radio-wrapper .homeowner-message, #enquiryform .radio-wrapper .Yes.homeowner-message {
  padding-top: 15px;
  display: none;
}
#enquiryform button.sendbtn {
  background: transparent;
  border: 3px solid #faed25;
  color: #faed25;
  cursor: pointer;
  display: block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 23px;
  margin: 0;
  padding: 10px 40px 10px 40px;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  animation: shadow-pulse 2s infinite;
}
#enquiryform button.sendbtn:hover, #enquiryform button.sendbtn:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #faed25;
  color: #131313;
  width: auto;
  padding: 10px 60px 10px 60px;
  border: 3px solid #faed25;
}

.g-recaptcha {
  display: block;
  margin-bottom: 20px;
}

.h2.validation {
  border: none;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: 10px 0 0;
  text-transform: none;
}
.h2.validation span div.errors span.requiredlist span {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  background: #eb063c;
  padding: 4px;
  margin: 0 5px 5px 0;
}

.label_important {
  font-size: 60%;
  color: red;
}

#enquiryform .form-group .form-item {
  margin-right: 2%;
}

#enquiryform .form-group .form-item:nth-child(2n+2) {
  margin-right: 0;
}

/*==============================================================================
* MAILCHIMP POPUP
* ==============================================================================
*
*/
#PopupSignupForm_0 {
  z-index: 100000000000000000000000;
  position: relative;
}

/*==============================================================================
* ICONS
* ==============================================================================
*
*/
.tp-transparentimg {
  content: url("/theme/img/transparent.png");
}

.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}

.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  zoom: 1;
}

@font-face {
  font-family: "revicons";
  src: url("/theme/font/revicons.eot?5510888");
  src: url("/theme/font/revicons.eot?5510888#iefix") format("embedded-opentype"), url("/theme/font/revicons.woff?5510888") format("woff"), url("/theme/font/revicons.ttf?5510888") format("truetype"), url("/theme/font/revicons.svg?5510888#revicons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/
[class^=revicon-]::before, [class*=" revicon-"]::before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before {
  content: "\e802";
}

.revicon-pencil-1:before {
  content: "\e831";
}

.revicon-picture-1:before {
  content: "\e803";
}

.revicon-cancel:before {
  content: "\e80a";
}

.revicon-info-circled:before {
  content: "\e80f";
}

.revicon-trash:before {
  content: "\e801";
}

.revicon-left-dir:before {
  content: "\e817";
}

.revicon-right-dir:before {
  content: "\e818";
}

.revicon-down-open:before {
  content: "\e83b";
}

.revicon-left-open:before {
  content: "\e819";
}

.revicon-right-open:before {
  content: "\e81a";
}

.revicon-angle-left:before {
  content: "\e820";
}

.revicon-angle-right:before {
  content: "\e81d";
}

.revicon-left-big:before {
  content: "\e81f";
}

.revicon-right-big:before {
  content: "\e81e";
}

.revicon-magic:before {
  content: "\e807";
}

.revicon-picture:before {
  content: "\e800";
}

.revicon-export:before {
  content: "\e80b";
}

.revicon-cog:before {
  content: "\e832";
}

.revicon-login:before {
  content: "\e833";
}

.revicon-logout:before {
  content: "\e834";
}

.revicon-video:before {
  content: "\e805";
}

.revicon-arrow-combo:before {
  content: "\e827";
}

.revicon-left-open-1:before {
  content: "\e82a";
}

.revicon-right-open-1:before {
  content: "\e82b";
}

.revicon-left-open-mini:before {
  content: "\e822";
}

.revicon-right-open-mini:before {
  content: "\e823";
}

.revicon-left-open-big:before {
  content: "\e824";
}

.revicon-right-open-big:before {
  content: "\e825";
}

.revicon-left:before {
  content: "\e836";
}

.revicon-right:before {
  content: "\e826";
}

.revicon-ccw:before {
  content: "\e808";
}

.revicon-arrows-ccw:before {
  content: "\e806";
}

.revicon-palette:before {
  content: "\e829";
}

.revicon-list-add:before {
  content: "\e80c";
}

.revicon-doc:before {
  content: "\e809";
}

.revicon-left-open-outline:before {
  content: "\e82e";
}

.revicon-left-open-2:before {
  content: "\e82c";
}

.revicon-right-open-outline:before {
  content: "\e82f";
}

.revicon-right-open-2:before {
  content: "\e82d";
}

.revicon-equalizer:before {
  content: "\e83a";
}

.revicon-layers-alt:before {
  content: "\e804";
}

.revicon-popup:before {
  content: "\e828";
}

/* =============================================================================
 * MOBILE MENU - FULLSCREEN
 * =============================================================================
 *
 * Styles for the mobile menu
 *
 */
/*
Item name: Full Screen Navigation
Author: http://codecanyon.net/user/marcoarib
License: http://codecanyon.net/licenses
*/
/* GENERAL CSS
=========================================*/
.full-screen-nav,
.full-screen-nav *,
.full-screen-nav *:focus {
  box-sizing: border-box;
  z-index: 99999;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.full-screen-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 2%;
  top: 0;
  left: 0;
  display: none;
  background: rgba(250, 237, 37, 0.92);
}

/* CONTENT WRAPPER
=========================================*/
.full-screen-nav-content {
  width: 100%;
  height: 100%;
  padding: 9px;
  position: relative;
  color: #000;
  display: block;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  padding-top: 20px !important;
  max-width: 500px;
  margin: 0 auto;
}
.full-screen-nav-content .small-logo-mob {
  padding-bottom: 10px !important;
  display: block;
  max-width: 290px;
  width: 100%;
}
.full-screen-nav-content .nav-content- {
  clear: both;
  padding: 20px 10px;
}
.full-screen-nav-content .nav-content- p {
  display: block;
  color: #fff;
  font-size: 23px;
  margin-bottom: 0 !important;
}
.full-screen-nav-content .nav-content- p a {
  color: #fff;
  font-size: 23px;
}
.full-screen-nav-content .nav-content- p a:hover {
  color: #faed25;
}
.full-screen-nav-content .nav-content- ul.social-links {
  padding-top: 10px;
}

.full-screen-nav-content .nav-content- p.menu-addy a {
  font-size: 17px !important;
}

.nav-content-contact .social-links.dark {
  text-align: center;
}

/* CLOSE BUTTON
=========================================*/
.full-screen-nav-close {
  width: 29px;
  height: 29px;
  display: block;
  position: fixed;
  right: 25px;
  top: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.full-screen-nav-close:hover {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.full-screen-nav-close:before,
.full-screen-nav-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #131313;
}

.full-screen-nav-close:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.full-screen-nav-close:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* NORMAL MENU
=========================================*/
.full-screen-nav-menu {
  margin: 20px 0 0 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}

@media (max-width: 768px) {
  .full-screen-nav-menu {
    width: 100%;
    left: auto;
    position: relative;
  }
}
.full-screen-nav-menu li {
  width: 100%;
  text-align: center;
}
.full-screen-nav-menu li a {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  display: inline-flex;
  font-size: clamp(2rem, 2vw, 3rem);
  text-decoration: none;
  color: #131313;
  font-weight: 200;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  letter-spacing: 1px;
  margin-bottom: 1px;
  text-transform: uppercase;
}

.full-screen-nav-menu li a span {
  line-height: 100%;
}

@media (max-width: 780px) {
  .full-screen-nav-menu li a {
    font-weight: 300;
  }
}
.full-screen-nav-menu li:hover a,
.full-screen-nav-menu li.active a,
.full-screen-nav-menu li ul li:hover a,
.full-screen-nav-menu li ul li.active a,
.full-screen-nav-menu li.active ul li a:hover,
.full-screen-nav-menu li ul li:hover a:hover {
  color: #faed25;
  opacity: 1 !important;
  background-color: #131313;
}

.full-screen-nav-menu li:hover a,
.full-screen-nav-menu li ul li:hover a,
.full-screen-nav-menu li.active ul li a:hover,
.full-screen-nav-menu li ul li:hover a:hover {
  padding-right: 20px;
  padding-left: 20px;
}

.full-screen-nav-menu li:nth-child(1) a {
  -webkit-clip-path: polygon(0 0, 100% 10%, 90% 80%, 0 100%);
  -moz-clip-path: polygon(0 0, 100% 10%, 90% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 10%, 90% 80%, 0 100%);
}

.full-screen-nav-menu li:nth-child(2) a {
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  -moz-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}

.full-screen-nav-menu li:nth-child(3) a {
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  -moz-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.full-screen-nav-menu li:nth-child(4) a {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}

.full-screen-nav-menu li:nth-child(5) a {
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.full-screen-nav-menu li:nth-child(6) a {
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  -moz-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.full-screen-nav-menu li:nth-child(7) a {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  -moz-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.full-screen-nav-menu li:nth-child(1) a:hover,
.full-screen-nav-menu li:hover:nth-child(1) a:hover,
.full-screen-nav-menu li:nth-child(2) a:hover,
.full-screen-nav-menu li:hover:nth-child(2) a:hover,
.full-screen-nav-menu li:nth-child(3) a:hover,
.full-screen-nav-menu li:hover:nth-child(3) a:hover,
.full-screen-nav-menu li:nth-child(4) a:hover,
.full-screen-nav-menu li:hover:nth-child(4) a:hover,
.full-screen-nav-menu li:nth-child(5) a:hover,
.full-screen-nav-menu li:hover:nth-child(5) a:hover,
.full-screen-nav-menu li:nth-child(6) a:hover,
.full-screen-nav-menu li:hover:nth-child(6) a:hover,
.full-screen-nav-menu li:nth-child(7) a:hover,
.full-screen-nav-menu li:hover:nth-child(7) a:hover {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* MENU OF LISTS
=========================================*/
.full-screen-nav-lists {
  width: 100%;
  text-align: center;
  display: table;
}

.full-screen-nav-list {
  margin: 0;
  padding: 0 10px 0 0;
  display: table-cell;
  list-style: none;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.full-screen-nav-list:last-of-type {
  padding: 0;
}

@media (max-width: 768px) {
  .full-screen-nav-list {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}
.full-screen-nav-list li {
  width: 100%;
}

.full-screen-nav-list li a {
  width: 100%;
  padding: 5px 0 5px 0;
  display: block;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #999;
  -webkit-transition: background 0.2s linear, opacity 0.2s linear;
  transition: background 0.2s linear, opacity 0.2s linear;
}

.full-screen-nav-list:hover li:not(.full-screen-nav-list-header) a {
  opacity: 0.7;
}

.full-screen-nav-list li:hover a {
  color: #fff;
  opacity: 1 !important;
  background-color: #333;
}

.full-screen-nav-list li.full-screen-nav-list-header a {
  padding: 5px 0 10px 0;
  color: #ccc;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
}

/* ANIMATIONS
=========================================*/
.zoom {
  animation-name: zoom-in;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: zoom-in;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: zoom-in;
  -moz-animation-duration: 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@keyframes zoom-in {
  from {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes zoom-in {
  from {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.slide {
  animation-name: slide;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slide;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slide;
  -moz-animation-duration: 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@keyframes slide {
  from {
    left: -200px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes slide {
  from {
    left: -200px;
  }
  to {
    left: 0;
  }
}
.dropdown {
  animation-name: dropdown;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropdown;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: dropdown;
  -moz-animation-duration: 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@keyframes dropdown {
  from {
    top: -200px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes dropdown {
  from {
    top: -200px;
  }
  to {
    top: 0;
  }
}
/* =============================================================================
 * THANKS / HOLDING PAGE
 * =============================================================================
 */
body#holding {
  height: auto;
  margin: 0;
}
body#holding #pagebox {
  padding: 0;
  margin: 0 auto;
  max-width: 700px;
  width: 90%;
  overflow: hidden;
}

#holding #loginbox {
  margin-top: 100px;
  padding: 50px;
  border: none;
  position: relative;
}

#holding #logobox {
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#holding #logobox a {
  display: block;
  text-align: center;
}
#holding #logobox a img {
  width: 100%;
  max-width: 302px;
  height: auto;
}

#loginbox-form {
  padding: 35px 0 0 0;
  text-align: center;
}
#loginbox-form h1 {
  text-align: center;
}
#loginbox-form h2 {
  margin: 10px 0 30px;
  font-size: 20px;
  text-align: center;
}
#loginbox-form p {
  color: #fff;
  text-align: center;
}

/* =============================================================================
 * MEDIA QUERIES
 * =============================================================================
 *
 * Styles for responsive layout
 *
 */
@media (max-width: 1599px) {
  #page section.wide .widecol {
    margin: 0;
    padding: 1% 1%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .maincol .h1, .maincol h1, .wide .h1, .wide h1, .widecol .h1, .widecol h1 {
    margin: 0 0 1.5%;
  }
  #page section.wide {
    padding: 2% 2%;
  }
}
@media (max-width: 1170px) {
  .video {
    background: #131313;
    position: relative;
    padding-bottom: 58%;
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
    margin: 1% auto 2.5%;
  }
  .video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  footer a.btn-top {
    display: none;
  }
  footer #footer-wrap {
    display: block;
    margin: 0 auto;
  }
  footer #footer-wrap #footer-nav ul {
    text-align: center;
  }
  footer #footer-wrap #footer-copy p {
    text-align: center;
  }
  #work-thumbs .item .service-title {
    font-size: 2vw;
  }
  .question.closedlanguage .plus-x {
    top: 12px;
  }
  .question.openlanguage .plus-x {
    top: 14px;
  }
  .halfcol-l, .halfcol-r {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  h1, span.h1 {
    font-size: 32px;
  }
  h2, span.h2 {
    font-size: 21px;
    margin: 0 0 2.5%;
  }
  h3, span.h3 {
    font-size: 21px;
  }
  p {
    font-size: 14px;
  }
  .maincol h1 {
    margin: 5px 0 1.5%;
  }
  #topbar h3 {
    display: none;
  }
  header .header-inner h1.logo {
    top: auto;
    padding: 0;
    margin: 20px auto 0;
  }
  #page section.fullwidth .maincol {
    float: left;
    margin: 0;
    padding: 1% 3% 3%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #page section.fullwidth .sidecol {
    float: left;
    margin: 0;
    padding: 1% 3% 3%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  section.fullwidth .quotewrapper {
    padding: 0 3%;
    width: 80%;
  }
  section.fullwidth .quotewrapper .quoteslider li .quote-inner span.quote p {
    font-size: 17px;
  }
  #page section.fullwidth .widecol .usp-wrapper {
    width: 30%;
  }
  #enquiry-form label, #quote-form label {
    font-size: 21px;
  }
  footer #footer-wrap #footer-nav ul li {
    padding: 2px 8px;
  }
}
@media (max-width: 868px) {
  .bandmembers-wrapper {
    display: block;
  }
  .bandmembers-wrapper .bandmember-box {
    width: 100%;
    margin: 0 auto 2%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background: none;
  }
  #page section.fullwidth .widecol2 .press-wrapper .press-box {
    width: 100%;
    padding: 1% 0 6%;
  }
  #topbar h3 {
    display: none;
  }
  .bandcamp-wrapper iframe {
    width: 100% !important;
  }
  .video-wrapper .video {
    width: 100%;
    padding-bottom: 59%;
  }
  header .header-inner {
    flex-direction: column;
  }
  header .header-inner h1.logo {
    position: relative;
    top: auto;
    padding: 0;
    margin: 10px auto 0;
  }
  header .header-inner h1.logo {
    display: block;
  }
  header .header-inner #topnav {
    display: block;
    top: 3em;
  }
  header .header-inner #topnav .sf-menu li.active a, header .header-inner #topnav .sf-menu li a:hover {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  header .header-inner #topnav .sf-menu {
    text-align: center;
  }
  header .header-inner #topnav .sf-menu li {
    padding: 0 0 3px;
    margin: 0;
  }
  header .header-inner #topnav .sf-menu li a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
  }
  header .header-inner #topnav .sf-menu li .subnav {
    margin: 3px 0 0 33px;
  }
  header .header-inner #topnav .sf-menu li:hover .subnav {
    margin: 3px 0 0;
  }
  .sidecol.hide-mobile {
    display: none;
  }
  #page p.img-wrapper {
    float: none;
    width: 100%;
    margin: 0 0 3%;
  }
  .halfcol-l p {
    font-size: 17px;
  }
  .halfcol-l {
    padding: 1% 2% 3%;
  }
}
@media (max-width: 768px) {
  #page section.wide {
    padding: 2% 4% 80px;
  }
  footer #footer-wrap #footer-nav ul li {
    padding: 2px 4px;
  }
  footer #footer-wrap #footer-nav ul li a {
    font-size: 16px;
  }
  .tp-caption h2 {
    font-size: 24px;
  }
  .tp-caption p {
    font-size: 15px;
    line-height: 130%;
  }
}
@media (max-width: 740px) {
  #holding #pagebox {
    margin-bottom: 100px !important;
  }
  #holding #loginbox {
    padding: 40px;
  }
  #holding #logobox {
    padding: 45px 0 25px 0;
  }
  .halfcol-l p {
    font-size: 16px;
  }
  h3, span.h3 {
    font-size: 18px;
    margin: 0 0 4%;
  }
}
@media (max-width: 640px) {
  .mobile-menu {
    display: block;
  }
  .fp-hero {
    width: 70%;
  }
  #topbar ul.social-links, #topbar h3 {
    display: none;
  }
  header .header-inner #topnav {
    display: none;
  }
  .icon-block {
    width: 48%;
  }
  a.next-btn, button.next-btn, p.next-btn a, span.next-btn {
    font-size: 19px;
    padding: 0.3em 0.8em 0.4em;
  }
  a.next-btn:hover, button.next-btn:hover, p.next-btn a:hover, span.next-btn:hover {
    padding: 0.3em 1.2em 0.3em;
  }
  h1, span.h1 {
    font-size: 27px;
  }
  h3.faq-h3 {
    padding: 2% 20px 2% 2%;
  }
  #enquiry-form label, #quote-form label {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  header .header-inner h1.logo {
    margin: 10px auto 0;
  }
  .sidecol .sidebox .sidebox-wrapper .bx-wrapper .bx-slider li span.quote-inner span.quote, section.fullwidth .quotewrapper .quoteslider li span.quote-inner span.quote {
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 150%;
  }
  section.fullwidth .quotewrapper {
    top: 10%;
    width: 80%;
  }
  .next-btn-rev {
    padding: 0.3em 1em 0.3em;
  }
  #holding #loginbox {
    padding: 20px 40px 50px 30px;
  }
  #page section.wide {
    padding: 4% 4% 80px;
  }
  .sitemap {
    margin: 0 0 3% 0;
    width: 100%;
  }
  footer #footer-wrap #footer-nav ul li a {
    line-height: 100%;
  }
  footer #footer-wrap #footer-nav ul li a span.underline {
    display: none;
  }
  #page section.wide .maincol h1 {
    margin: 20px 0 1.5%;
  }
  .halfcol-l.with-padding {
    padding: 6%;
  }
  .halfcol-l.with-padding h2 {
    font-size: 28px;
  }
  .halfcol-l.with-padding p {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  h3.faq-h3 {
    padding: 4% 25px 4% 4%;
  }
}
@media (max-width: 400px) {
  .sidebox .sidebox-wrapper span.h2 {
    font-size: 22px;
  }
  #page section.fullwidth .widecol .usp-wrapper {
    width: 90%;
  }
  .sidecol .sidebox .sidebox-wrapper .bx-wrapper .bx-slider li span.quote-inner span.quote,
  section.fullwidth .quotewrapper .quoteslider li span.quote-inner span.quote {
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 140%;
  }
  h1, span.h1, #page section.fullwidth .widecol h1 {
    font-size: 25px;
    margin: 0 0 4%;
  }
  h2, span.h2 {
    font-size: 20px;
    margin: 0 0 4%;
  }
  p {
    font-size: 14px;
  }
  #page section.wide .maincol, #page section.wide .sidecol {
    padding: 2%;
  }
  #page section.wide .maincol h1 {
    font-size: 22px;
    margin: 5px 0 1.5%;
  }
}
/* =============================================================================
 * AOS.CSS
 * =============================================================================
 *
 * Styles for AOS.js animations
 *
 */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}/*# sourceMappingURL=screen.css.map */