@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}
.cursor-page-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
.cursor-page-wrapper #cursorcircle {
  position: absolute;
  transform: translate(-50%,-50%);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.4);
  z-index: 9999;
}
.cursor-page-wrapper #cursorcircle.over {
  height: 35px;
  width: 35px;
  border-color: rgba(255,255,255,0.7);
}
.sbxs-main {
  position: relative;
  z-index: 1;
}
br + br + blockquote {
  margin-top: -34px;
}
.clamp-ellipsis.is-not-required {
  display: none !important;
}
.fad,
.fal,
.far,
.fas {
  font-family: 'Font Awesome 5 Pro' !important;
}
.fab {
  font-family: 'Font Awesome 5 Brands' !important;
}
@media print {
  .sbxs-header,
  .sbxs-footer {
    display: none;
  }
  blockquote {
    border: none !important;
  }
  .col-print-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .slick-slide {
    display: none !important;
  }
  .slick-slide.slick-active {
    display: block !important;
  }
  .slick-list {
    height: auto !important;
  }
  .slick-track {
    transform: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
h1 blockquote,
h2 blockquote,
h3 blockquote,
h4 blockquote,
h5 blockquote,
h6 blockquote {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-weight: normal;
}
h1 del,
h2 del,
h3 del,
h4 del,
h5 del,
h6 del {
  color: #00A6EC;
  text-decoration: none;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: white;
}
h1.uppercase,
h2.uppercase,
h3.uppercase,
h4.uppercase,
h5.uppercase,
h6.uppercase {
  text-transform: uppercase;
}
p {
  font-family: 'Roboto', sans-serif;
}
h1 {
  font-size: 42px;
}
h1 blockquote {
  font-size: 20px;
}
h1.big {
  font-size: 54px;
}
h2 {
  font-size: 38px;
}
h2 blockquote {
  font-size: 20px;
}
h3 {
  font-size: 32px;
}
h3 blockquote {
  font-size: 18px;
}
h4 {
  font-size: 28px;
}
h4 blockquote {
  font-size: 16px;
}
h5 {
  font-size: 24px;
}
h5 blockquote {
  font-size: 14px;
}
h6 {
  font-size: 20px;
}
h6 blockquote {
  font-size: 14px;
}
.button {
  position: relative;
  display: inline-block;
  color: white;
  padding: 7px 10px 7px 10px;
  font-size: 14px;
  text-decoration: none !important;
  font-weight: bold;
  cursor: pointer;
  border: 2px white solid;
  border-radius: 10px;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
.button i {
  padding-left: 9px;
}
.button:hover {
  color: #00A6EC;
  border-color: #00A6EC;
}
.button.big {
  padding: 10px 16px 10px 16px;
  font-size: 18px;
}
.button.white-outline {
  border: 2px white solid;
  color: white;
}
.button.white-outline:hover {
  color: #00A6EC;
  border-color: #00A6EC;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.overlay.light {
  background-color: #CBCBCB;
}
.overlay.dark {
  background-color: #54595F;
}
.overlay.primary {
  background-color: #00A6EC;
}
.overlay.secondary {
  background-color: #61CE70;
}
.overlay.black {
  background-color: black;
}
.overlay.white {
  background-color: white;
}
.image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.image-wrapper img.image,
.image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  width: auto;
}
.image-wrapper div.image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-wrapper.height200 {
  height: 200px;
}
.image-wrapper.height250 {
  height: 250px;
}
.image-wrapper.height300 {
  height: 300px;
}
.image-wrapper.height400 {
  height: 400px;
}
.image-wrapper.height500 {
  height: 500px;
}
.image-wrapper.height600 {
  height: 600px;
}
a:not(.button) {
  text-decoration: none;
  color: #54595F;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
a:not(.button):hover {
  color: #00A6EC;
}
ul.sbxs_form {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.sbxs_form.dark li .field-wrap input[type="text"],
ul.sbxs_form.dark li .field-wrap input[type="email"],
ul.sbxs_form.dark li .field-wrap input[type="number"],
ul.sbxs_form.dark li .field-wrap input[type="password"],
ul.sbxs_form.dark li .field-wrap input[type="tel"] {
  border-bottom: 2px solid #54595F;
  color: #54595F;
}
ul.sbxs_form.dark li .field-wrap input[type="text"]:active,
ul.sbxs_form.dark li .field-wrap input[type="text"]:focus,
ul.sbxs_form.dark li .field-wrap input[type="email"]:active,
ul.sbxs_form.dark li .field-wrap input[type="email"]:focus,
ul.sbxs_form.dark li .field-wrap input[type="number"]:active,
ul.sbxs_form.dark li .field-wrap input[type="number"]:focus,
ul.sbxs_form.dark li .field-wrap input[type="password"]:active,
ul.sbxs_form.dark li .field-wrap input[type="password"]:focus,
ul.sbxs_form.dark li .field-wrap input[type="tel"]:active,
ul.sbxs_form.dark li .field-wrap input[type="tel"]:focus {
  background-color: rgba(203,203,203,0.25);
}
ul.sbxs_form.dark li .field-wrap input[type="text"]::placeholder,
ul.sbxs_form.dark li .field-wrap input[type="email"]::placeholder,
ul.sbxs_form.dark li .field-wrap input[type="number"]::placeholder,
ul.sbxs_form.dark li .field-wrap input[type="password"]::placeholder,
ul.sbxs_form.dark li .field-wrap input[type="tel"]::placeholder {
  color: rgba(84,89,95,0.75);
}
ul.sbxs_form.dark li .field-wrap textarea {
  border-bottom: 2px solid #54595F;
  color: #54595F;
}
ul.sbxs_form.dark li .field-wrap textarea:active,
ul.sbxs_form.dark li .field-wrap textarea:focus {
  background-color: rgba(203,203,203,0.25);
}
ul.sbxs_form.dark li .field-wrap textarea::placeholder {
  color: rgba(84,89,95,0.75);
}
ul.sbxs_form.dark li .field-wrap select {
  border-bottom: 2px solid #54595F;
  color: #54595F;
}
ul.sbxs_form.dark li .field-wrap select:active,
ul.sbxs_form.dark li .field-wrap select:focus {
  background-color: rgba(203,203,203,0.25);
}
ul.sbxs_form.dark li .field-wrap select::placeholder {
  color: rgba(84,89,95,0.75);
}
ul.sbxs_form.row-sbxsform {
  margin: -5px;
}
ul.sbxs_form.row-sbxsform .col-sbxsform {
  padding: 5px;
}
ul.sbxs_form li {
  padding: 10px 10px;
}
ul.sbxs_form li .field-title-wrap {
  display: none;
}
ul.sbxs_form li .field-wrap input[type="text"],
ul.sbxs_form li .field-wrap input[type="email"],
ul.sbxs_form li .field-wrap input[type="number"],
ul.sbxs_form li .field-wrap input[type="password"],
ul.sbxs_form li .field-wrap input[type="tel"] {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #CBCBCB;
  padding: 5px 15px;
  font-size: 14px;
  background-color: transparent;
  color: #CBCBCB;
  text-align: left;
  line-height: 14px;
  text-decoration: none !important;
  outline: none;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
ul.sbxs_form li .field-wrap input[type="text"]:active,
ul.sbxs_form li .field-wrap input[type="text"]:focus,
ul.sbxs_form li .field-wrap input[type="email"]:active,
ul.sbxs_form li .field-wrap input[type="email"]:focus,
ul.sbxs_form li .field-wrap input[type="number"]:active,
ul.sbxs_form li .field-wrap input[type="number"]:focus,
ul.sbxs_form li .field-wrap input[type="password"]:active,
ul.sbxs_form li .field-wrap input[type="password"]:focus,
ul.sbxs_form li .field-wrap input[type="tel"]:active,
ul.sbxs_form li .field-wrap input[type="tel"]:focus {
  background-color: rgba(203,203,203,0.5);
}
ul.sbxs_form li .field-wrap input[type="text"]::placeholder,
ul.sbxs_form li .field-wrap input[type="email"]::placeholder,
ul.sbxs_form li .field-wrap input[type="number"]::placeholder,
ul.sbxs_form li .field-wrap input[type="password"]::placeholder,
ul.sbxs_form li .field-wrap input[type="tel"]::placeholder {
  color: rgba(203,203,203,0.75);
  text-transform: uppercase;
}
ul.sbxs_form li .field-wrap input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: center;
}
ul.sbxs_form li .field-wrap input[type="number"]::-webkit-outer-spin-button,
ul.sbxs_form li .field-wrap input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
ul.sbxs_form li .field-wrap input[type="number"].hasPlusMinusSigns {
  display: inline-block;
}
ul.sbxs_form li .field-wrap textarea {
  display: block;
  width: 100%;
  height: 100px;
  border: none;
  border-bottom: 2px solid #CBCBCB;
  padding: 5px 15px;
  font-size: 14px;
  background-color: transparent;
  color: #CBCBCB;
  text-align: left;
  line-height: 14px;
  text-decoration: none !important;
  outline: none;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
ul.sbxs_form li .field-wrap textarea:active,
ul.sbxs_form li .field-wrap textarea:focus {
  background-color: rgba(203,203,203,0.5);
}
ul.sbxs_form li .field-wrap textarea::placeholder {
  color: rgba(203,203,203,0.75);
  text-transform: uppercase;
}
ul.sbxs_form li .field-wrap select {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #CBCBCB;
  padding: 5px 35px 5px 15px;
  font-size: 14px;
  background-color: transparent;
  color: #CBCBCB;
  text-align: left;
  line-height: 14px;
  text-decoration: none !important;
  outline: none;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
ul.sbxs_form li .field-wrap select:active,
ul.sbxs_form li .field-wrap select:focus {
  background-color: rgba(203,203,203,0.5);
}
ul.sbxs_form li .field-wrap select::placeholder {
  color: rgba(203,203,203,0.75);
  text-transform: uppercase;
}
.emptyspace {
  position: relative;
}
.emptyspace.height50 {
  height: 50px;
}
.emptyspace.height100 {
  height: 100px;
}
.branding {
  position: relative;
  color: white !important;
  display: block;
  font-size: 32px;
  line-height: 36px;
  padding: 15px;
}
.branding img {
  width: 100%;
  height: auto;
}
.branding.branding-header img {
  max-width: 180px;
}
.branding.branding-contact svg {
  max-width: 200px;
}
.sandbox-branding {
  display: block;
  text-align: right;
  color: white !important;
  font-size: 12px;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
@media screen and (max-width: 768px) {
  .sandbox-branding {
    margin-top: 25px;
    text-align: center;
  }
}
.sandbox-branding svg {
  padding-left: 5px;
  width: 100%;
  max-width: 160px;
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  fill: white;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
.sandbox-branding:hover {
  color: #00A6EC !important;
}
.sandbox-branding:hover svg {
  fill: #00A6EC;
}
header.sbxs-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 999;
  background-color: black;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
header.sbxs-header .mobile-menu-button {
  padding: 3px;
  font-size: 27px;
  color: #CBCBCB;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
header.sbxs-header .mobile-menu-button:hover {
  color: #00A6EC;
}
header.sbxs-header .header-menu .header-top-menu ul.header-socials {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
}
header.sbxs-header .header-menu .header-top-menu ul.header-socials li {
  display: inline-block;
  margin: 0 5px 0;
}
header.sbxs-header .header-menu .header-top-menu ul.header-socials li a {
  font-size: 16px;
  color: white;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
header.sbxs-header .header-menu .header-top-menu ul.header-socials li:hover a {
  color: #00A6EC;
}
header.sbxs-header .header-menu .header-top-menu .langswitch-wrapper {
  position: relative;
}
header.sbxs-header .header-menu .header-top-menu .langswitch-wrapper ul.menu {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
}
header.sbxs-header .header-menu .header-top-menu .langswitch-wrapper ul.menu li.menu-item {
  position: relative;
  display: inline-block;
}
header.sbxs-header .header-menu .header-top-menu .langswitch-wrapper ul.menu li.menu-item a {
  color: white;
}
header.sbxs-header .header-menu .header-top-menu .navmenu-wrapper {
  position: relative;
  display: inline-block;
}
header.sbxs-header .header-menu .header-top-menu .navmenu-wrapper ul.menu {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
}
header.sbxs-header .header-menu .header-top-menu .navmenu-wrapper ul.menu li.menu-item {
  position: relative;
  display: inline-block;
  margin: 0 5px 5px;
  font-weight: bold;
  text-transform: uppercase !important;
}
header.sbxs-header .header-menu .header-top-menu .navmenu-wrapper ul.menu li.menu-item a,
header.sbxs-header .header-menu .header-top-menu .navmenu-wrapper ul.menu li.menu-item .mobile-menu-button {
  display: inline-block;
  padding: 4px 15px;
  font-size: 16px;
  color: white;
  text-align: center;
  line-height: 16px;
  text-decoration: none !important;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
header.sbxs-header .header-menu .header-top-menu .navmenu-wrapper ul.menu li.menu-item:hover a {
  color: #00A6EC;
}
.mobile-menu-wrapper {
  position: fixed;
  z-index: 9999;
  background-color: black;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
.mobile-menu-wrapper.hidden {
  opacity: 0;
  pointer-events: none;
}
.mobile-menu-wrapper .mobile-menu {
  position: relative;
  height: 100%;
}
.mobile-menu-wrapper .mobile-menu .mobile-close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 3px;
  font-size: 27px;
  color: #CBCBCB;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
.mobile-menu-wrapper .mobile-menu .mobile-close-button:hover {
  color: #00A6EC;
}
.mobile-menu-wrapper .mobile-menu-nav {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mobile-menu-wrapper .mobile-menu-nav ul.menu {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  text-align: center;
}
.mobile-menu-wrapper .mobile-menu-nav ul.menu li.menu-item {
  position: relative;
  display: block;
  margin: 15px 5px 15px;
  font-weight: bold;
  text-transform: uppercase !important;
}
.mobile-menu-wrapper .mobile-menu-nav ul.menu li.menu-item a {
  display: inline-block;
  padding: 6px 15px;
  font-size: 26px;
  color: white;
  text-align: center;
  line-height: 16px;
  text-decoration: none !important;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
.mobile-menu-wrapper .mobile-menu-nav ul.menu li.menu-item:hover a {
  color: #00A6EC;
}
footer.sbxs-footer {
  position: relative;
  padding: 50px 0 50px;
  background-color: black;
  color: white;
}
footer.sbxs-footer .footer-main {
  position: relative;
}
footer.sbxs-footer .footer-main .row-footer {
  margin: -10px;
}
footer.sbxs-footer .footer-main .row-footer .col-footer {
  padding: 10px;
}
footer.sbxs-footer .footer-main .row-footer-inner {
  margin: -10px;
}
footer.sbxs-footer .footer-main .row-footer-inner .col-footer-inner {
  padding: 10px;
}
footer.sbxs-footer .footer-main .quicklinks {
  position: relative;
}
footer.sbxs-footer .footer-main .quicklinks ul.menu {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
}
footer.sbxs-footer .footer-main .quicklinks ul.menu li.menu-item {
  position: relative;
  display: block;
  margin: 0 5px 5px;
}
footer.sbxs-footer .footer-main .quicklinks ul.menu li.menu-item a,
footer.sbxs-footer .footer-main .quicklinks ul.menu li.menu-item .mobile-menu-button {
  display: inline-block;
  padding: 4px 0;
  font-size: 16px;
  color: white;
  text-align: center;
  line-height: 16px;
  text-decoration: none !important;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
footer.sbxs-footer .footer-main .quicklinks ul.menu li.menu-item:hover a {
  color: #00A6EC;
}
footer.sbxs-footer .footer-main .logo-wrapper {
  padding: 10px 0;
  margin: 0 -35px;
  text-align: right;
}
footer.sbxs-footer .footer-main .logo-wrapper .logo {
  position: relative;
  display: inline-block;
  width: auto;
  height: 70px;
}
footer.sbxs-footer .footer-main .logo-wrapper .logo img {
  position: relative;
  height: 100%;
  width: auto;
  z-index: 2;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
footer.sbxs-footer .footer-main .logo-wrapper .logo:hover img {
  filter: invert(0.5);
}
footer.sbxs-footer .footer-main .footer-openingsuren {
  padding: 15px 0;
  color: black;
}
footer.sbxs-footer .footer-main .footer-openingsuren table.openingsuren {
  width: 100%;
  font-size: 14px;
}
footer.sbxs-footer .footer-main .footer-openingsuren table.openingsuren tr {
  width: 100%;
}
footer.sbxs-footer .footer-main .footer-openingsuren table.openingsuren tr.today {
  color: #00A6EC;
}
footer.sbxs-footer .footer-main .footer-openingsuren table.openingsuren tr th {
  width: 50%;
  text-align: right;
  padding: 0px 8px;
  border-right: 2px solid #00A6EC;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer.sbxs-footer .footer-main .footer-openingsuren table.openingsuren tr td {
  width: 50%;
  text-align: left;
  padding: 0px 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
footer.sbxs-footer .footer-main .footer-link {
  color: #00A6EC;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
footer.sbxs-footer .footer-main .footer-link:hover {
  color: #54595F;
}
footer.sbxs-footer .footer-main .footer-contactgegevens a {
  font-size: 14px;
  font-weight: normal;
  color: white;
}
footer.sbxs-footer .footer-main .footer-contactgegevens a:hover {
  color: #00A6EC;
}
footer.sbxs-footer .footer-main .footer-adres {
  margin-top: 15px;
  opacity: 0.75;
  text-transform: uppercase;
}
footer.sbxs-footer .footer-main .footer-socials {
  position: relative;
  padding-bottom: 50px;
}
footer.sbxs-footer .footer-main .footer-socials ul.socials {
  position: relative;
  list-style: none;
  display: inline-block;
  margin: -10px;
  padding: 0;
}
footer.sbxs-footer .footer-main .footer-socials ul.socials li {
  position: relative;
  padding: 5px;
  display: inline-block;
  font-size: 25px;
  margin: 5px;
  width: 28px;
  height: 28px;
}
footer.sbxs-footer .footer-main .footer-socials ul.socials li a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  color: white;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
footer.sbxs-footer .footer-main .footer-socials ul.socials li a:hover {
  color: #00A6EC;
}
footer.sbxs-footer .footer-bottom {
  position: relative;
}
footer.sbxs-footer .footer-bottom .footer-copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  margin: 50px 0 0;
}
footer.sbxs-footer .footer-bottom .footer-copyright a {
  color: white !important;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
footer.sbxs-footer .footer-bottom .footer-copyright a:hover {
  color: #00A6EC !important;
}
footer.sbxs-footer .footer-bottom .footer-copyright .footer-line {
  background-color: white;
  height: 1px;
  width: 100%;
  max-width: 380px;
  margin: 5px auto;
}
footer.sbxs-footer .footer-bottom .footer-copyright .sandbox-branding {
  display: block;
  text-align: center;
  color: white !important;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
@media screen and (max-width: 768px) {
  footer.sbxs-footer .footer-bottom .footer-copyright .sandbox-branding {
    margin-top: 25px;
    text-align: center;
  }
}
footer.sbxs-footer .footer-bottom .footer-copyright .sandbox-branding svg {
  padding-left: 5px;
  width: 100%;
  max-width: 160px;
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  fill: white;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
footer.sbxs-footer .footer-bottom .footer-copyright .sandbox-branding:hover {
  color: #eb5d3d !important;
}
footer.sbxs-footer .footer-bottom .footer-copyright .sandbox-branding:hover svg {
  fill: #eb5d3d;
}
ul#menu-language-switcher {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#menu-language-switcher li {
  position: absolute;
  display: inline-block;
}
ul#menu-language-switcher li:hover {
  cursor: pointer;
}
ul#menu-language-switcher li:hover > ul.sub-menu {
  opacity: 1;
  pointer-events: all;
}
ul#menu-language-switcher li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 3px 2px;
  margin: 0;
  color: white;
  background-color: black;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
ul#menu-language-switcher li ul.sub-menu li {
  position: relative;
  display: block;
  padding: 5px;
}
ul#menu-language-switcher li ul.sub-menu li:hover a {
  color: #00A6EC;
}
.row-contact {
  margin: -15px;
}
.row-contact .col-contact {
  padding: 15px;
}
form.wpcf7-form {
  position: relative;
  transition: opacity 0.5s, transform 0.5s;
}
form.wpcf7-form.in-process {
  pointer-events: none;
  opacity: 0.5;
  position: relative;
  transform: scale(0.95);
}
form.wpcf7-form.in-process:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  z-index: 15;
  pointer-events: none;
  border: 2px solid;
  width: 50px;
  height: 50px;
  margin: -24px 0 0 -24px;
  animation: contact_progress 1s infinite ease-in-out;
}
@keyframes contact_progress {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
body div.wpcf7 span.ajax-loader {
  display: none;
}
body span.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
body span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  left: 10px;
  top: 100%;
  width: calc(80%);
  padding: 10px;
  z-index: 99;
  margin-top: -5px;
}
body span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  margin: 0 0 0 -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
}
body .wpcf7-response-output,
body .wpcf7-response-output.wpcf7-validation-errors {
  border: none;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
}
fieldset legend,
label {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 5px 0;
}
.ashade-select,
select,
input,
textarea {
  display: block;
  width: 100%;
  height: 50px;
  color: #808080;
  background: rgba(0,0,0,0);
  border: 2px solid #313133;
  border-radius: 0;
  padding: 15px 20px 15px 20px;
  margin: 0 0 20px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  transition: background 0.3s, border 0.3s;
}
textarea {
  resize: none;
  line-height: 24px;
  height: 230px;
}
.ashade-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 15px 40px 15px 40px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  border: 2px solid #313133;
  transition: background 0.3s, border 0.3s, color 0.3s;
}
.ashade-select:hover,
.is-active .ashade-select,
input:focus,
input:hover,
textarea:hover,
textarea:focus {
  background: rgba(0,0,0,0.5);
  border-color: #5C5C60;
}
input::-webkit-input-placeholder {
  opacity: 1;
  color: #808080;
}
input::-moz-placeholder {
  opacity: 1;
  color: #808080;
}
input::-ms-input-placeholder {
  opacity: 1;
  color: #808080;
}
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #808080;
}
textarea::-moz-placeholder {
  opacity: 1;
  color: #808080;
}
textarea::-ms-input-placeholder {
  opacity: 1;
  color: #808080;
}
.ashade-button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ffffff;
}
.ashade-contact-form__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ashade-contact-form__response {
  color: #ffffff;
}
.ashade-contact-form__submit {
  transition: opacity 0.3s;
}
.is-success .ashade-contact-form__submit {
  opacity: 0;
  pointer-events: none;
}
.alert-danger.ashade-contact-form__response {
  color: #cc4040;
}
select.is-hidden {
  display: none;
}
.ashade-select-wrap {
  position: relative;
}
.ashade-select-wrap.is-active {
  z-index: 999;
}
.ashade-select {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}
.ashade-select-wrap svg {
  position: absolute;
  right: 19px;
  top: 21px;
  pointer-events: none;
  transition: transform 0.3s;
}
.ashade-select-wrap svg path {
  fill: #808080;
  transition: fill 0.3s;
}
.ashade-select-wrap.is-active svg {
  transform: scaleY(-1) translateY(1px);
}
ul.ashade-select__list {
  position: absolute;
  left: 0;
  top: 48px;
  width: 100%;
  max-height: 50vh;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  border: 2px solid #313133;
  transition: border-color 0.3s;
  z-index: 999;
}
.is-active ul.ashade-select__list {
  border-color: #5C5C60;
}
ul.ashade-select__list li {
  display: block;
  padding: 10px 20px;
  margin: 0;
  list-style: none;
  border-top: 1px solid #313133;
  transition: color 0.3s;
  cursor: pointer;
  background: #000000;
}
ul.ashade-select__list li:hover {
  color: #ffffff;
}
ul.ashade-select__list li:first-child {
  border: none;
}
.ashade-radio-wrap,
.ashade-checkbox-wrap,
input[type='checkbox'],
input[type='radio'] {
  display: inline-block;
  vertical-align: middle;
  min-width: 15px;
  width: 15px;
  height: 15px;
  border: 2px solid #313133;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: border 0.3s, background 0.3s;
}
input[type='checkbox'],
input[type='radio'] {
  margin-top: 8px;
  margin-bottom: 8px;
}
.ashade-radio-wrap:hover,
.ashade-checkbox-wrap:hover,
input[type='checkbox']:hover,
input[type='radio']:hover {
  background: rgba(0,0,0,0.5);
  border-color: #5C5C60;
}
.ashade-radio-wrap,
input[type='radio'] {
  border-radius: 50%;
}
.ashade-radio-wrap input,
.ashade-checkbox-wrap input {
  border: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  height: 25px;
  width: 25px;
}
.ashade-checkbox-wrap:before,
.ashade-checkbox-wrap:after,
input[type='checkbox']:before,
input[type='radio']:before,
input[type='checkbox']:after,
input[type='radio']:after {
  content: '';
  width: 19px;
  height: 2px;
  background: #313133;
  display: block;
  position: absolute;
  transform-origin: 50% 50%;
  left: 1px;
  top: 10px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s, background 0.3s;
  transform: rotate(0);
}
.ashade-checkbox-wrap.is-checked:before {
  transform: rotate(45deg);
  opacity: 1;
}
.ashade-checkbox-wrap.is-checked:after {
  transform: rotate(-45deg);
  opacity: 1;
}
.ashade-radio-wrap:before {
  content: '';
  width: 9px;
  height: 9px;
  background: #313133;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 6px;
  pointer-events: none;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s, transform 0.3s, background 0.3s;
}
.ashade-radio-wrap.is-checked:before {
  transform: scale(1);
  opacity: 1;
}
.ashade-checkbox-wrap:hover:before,
.ashade-checkbox-wrap:hover:after,
.ashade-radio-wrap:hover:before {
  background: #5C5C60;
}
.loginbtn-wrapper {
  padding: 0 0 0 20px;
  float: right;
}
.loginbtn-wrapper a {
  border: 1px solid #00A6EC;
  padding: 3px 15px;
  font-size: 12px;
  border-radius: 10px;
  color: #00A6EC;
}
.loginbtn-wrapper a:hover {
  background: #00A6EC;
  color: white;
}
