:root {
  --black: #000000;
  --yellow: #d4fd3c;
  --white: #ffffff;
  --blue: #001e3c;
  --herstel: #00D2BE;
  --wordfit: #007DFA;
  --presteer: #FF5E65;
  --b1-font-family: "DINPro-Light", Helvetica;
  --b1-font-weight: 300;
  --b1-font-size: 20px;
  --b1-letter-spacing: 0px;
  --b1-line-height: 30px;
  --b1-font-style: normal;
  --h2-font-family: "DINPro-Regular", Helvetica;
  --h2-font-weight: 400;
  --h2-font-size: 50px;
  --h2-letter-spacing: 0px;
  --h2-line-height: 60px;
  --h2-font-style: normal;
  --h3-font-family: "DINPro-Regular", Helvetica;
  --h3-font-weight: 400;
  --h3-font-size: 36px;
  --h3-letter-spacing: 0px;
  --h3-line-height: 36px;
  --h3-font-style: normal;
  --h4-font-family: "DINPro-Light", Helvetica;
  --h4-font-weight: 300;
  --h4-font-size: 30px;
  --h4-letter-spacing: 0px;
  --h4-line-height: 36px;
  --h4-font-style: normal;
  --b1-mobile-font-family: "DINPro-Light", Helvetica;
  --b1-mobile-font-weight: 300;
  --b1-mobile-font-size: 32px;
  --b1-mobile-letter-spacing: 0px;
  --b1-mobile-line-height: 40px;
  --b1-mobile-font-style: normal;
  --h1-mobile-font-family: "DINPro-Bold", Helvetica;
  --h1-mobile-font-weight: 700;
  --h1-mobile-font-size: 75px;
  --h1-mobile-letter-spacing: 0px;
  --h1-mobile-line-height: 70px;
  --h1-mobile-font-style: normal;
  --h1-font-family: "DINPro-Bold", Helvetica;
  --h1-font-weight: 700;
  --h1-font-size: 75px;
  --h1-letter-spacing: 0px;
  --h1-line-height: 70px;
  --h1-font-style: normal;
  --collection-1-color: #d4fd3c;
}
@font-face {
  font-family: "DINPro";
  src: url("/front/fonts/FF_DIN_Pro_Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "DINPro";
  src: url("/front/fonts/FF_DIN_Pro_Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "DINPro";
  src: url("/front/fonts/FF_DIN_Pro_Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "DINPro";
  src: url("/front/fonts/FF_DIN_Pro_Bold.otf") format("opentype");
  font-weight: 600;
}
.graybg {
  background-color: #f2f2f2;
}
@media only screen and (max-width: 799px) {
  .mobilegraybg {
    background-color: #f2f2f2;
  }
}
.darkblue {
  background-color: #391B51;
  color: #ffffff;
}
.darkblue .btn-holder {
  margin-bottom: 20px;
}
.blue {
  background-color: #D0ADED;
}
.aqua {
  background-color: #E8F9FD;
}
.green {
  background-color: #6F9F69;
  color: #ffffff;
}
.green *,
.darkblue * {
  color: #ffffff;
}
.radius20 {
  border-radius: calc(20 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .radius20 {
    border-radius: 20px;
  }
}
.whiteradius {
  background-color: #ffffff;
  border-radius: calc(20 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .whiteradius {
    border-radius: 20px;
  }
}
.yellowradius {
  background-color: var(--yellow);
  border-radius: calc(20 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .yellowradius {
    border-radius: 20px;
  }
}
.smallpaddingtop {
  padding-top: calc(20 * calc(100vw/1440)) !important;
}
@media only screen and (max-width: 799px) {
  .smallpaddingtop {
    padding-top: 20px !important;
  }
}
.smallpaddingbottom {
  padding-bottom: calc(20 * calc(100vw/1440)) !important;
}
@media only screen and (max-width: 799px) {
  .smallpaddingbottom {
    padding-bottom: 20px !important;
  }
}
.bigpaddingtop {
  padding-top: calc(170 * calc(100vw/1440)) !important;
}
@media only screen and (max-width: 799px) {
  .bigpaddingtop {
    padding-top: 20px !important;
  }
}
.nopaddingtop {
  padding-top: 0 !important;
}
.paddingtop {
  padding-top: calc(70 * calc(100vw/1440)) !important;
}
@media only screen and (max-width: 799px) {
  .paddingtop {
    padding-top: 40px !important;
  }
}
.paddingbottom {
  padding-bottom: calc(70 * calc(100vw/1440)) !important;
}
@media only screen and (max-width: 799px) {
  .paddingbottom {
    padding-bottom: 40px !important;
  }
}
.bigpaddingbottom {
  padding-bottom: calc(190 * calc(100vw/1440)) !important;
}
@media only screen and (max-width: 799px) {
  .bigpaddingbottom {
    padding-bottom: 150px !important;
  }
}
#abutton {
  position: fixed;
  left: 20px;
  bottom: 25px;
  width: 60px;
  border: 0px solid darkred;
  cursor: pointer;
  z-index: 999999;
  background-color: var(--yellow);
  color: var(--black);
  font-weight: 400;
  width: 70%;
  border-radius: 30px;
  line-height: 46px;
  text-align: center;
  padding: 1px 4px 5px;
  display: none;
}
@media only screen and (min-width: 800px) {
  #abutton {
    display: none;
    z-index: 999999;
  }
}
@media only screen and (max-width: 799px) {
  #abutton {
    font-size: 17px;
  }
}
.menu-opened #abutton {
  display: none;
}
.svgmenu {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 60px;
  width: 60px;
  border: 0px solid darkred;
  cursor: pointer;
  z-index: 999999;
}
@media only screen and (min-width: 800px) {
  .svgmenu {
    display: none;
    z-index: 999999;
  }
}
.svgmenu img:nth-child(1) {
  opacity: 1;
  position: relative;
  top: 0;
}
.svgmenu img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
}
.menu-opened .svgmenu img:nth-child(1) {
  opacity: 0;
  position: absolute;
  top: 0;
}
.menu-opened .svgmenu img:nth-child(2) {
  opacity: 1;
  position: relative;
  top: 0;
}
.svgmenu {
  z-index: 9999;
}
#nav ul {
  list-style: inside none none;
}
#nav {
  font-weight: 400;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 100;
  padding-right: calc(45 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  #nav {
    display: none;
    position: fixed;
    background-color: #ffffff;
    top: 0;
    z-index: 9000;
    height: 100%;
    padding: 20px 0px;
  }
}
@media only screen and (min-width: 800px) {
  #nav ul {
    border-top: 0;
  }
}
#nav ul li {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
@media only screen and (min-width: 800px) {
  #nav ul li {
    display: inline-block;
    margin-left: calc(0 * calc(100vw/1440));
  }
}
#nav ul li a {
  height: 100%;
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 calc(24 * calc(100vw/1440));
  color: #000000;
  font-size: calc(14 * calc(100vw/1440));
  line-height: calc(51 * calc(100vw/1440));
  white-space: nowrap;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 799px) {
  #nav ul li a {
    height: auto;
    line-height: 24px;
    padding: 16px 50px;
    font-size: 24px;
    display: block;
    text-align: left;
    font-weight: 400;
  }
  #nav ul li a:hover {
    background-color: var(--yellow);
  }
}
#nav ul li.active a {
  font-weight: 500;
}
@media only screen and (max-width: 799px) {
  .langholder {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 800px) {
  .langholder a:hover {
    color: var(--yellow) !important;
  }
}
.langholder a:after {
  display: none !important;
}
.langholder a:before {
  font-weight: 500;
  color: var(--black) !important;
}
.langholder .en:before {
  content: 'NL | ';
}
.langholder .nl:before {
  content: 'EN | ';
}
@media only screen and (min-width: 800px) {
  #nav ul li a:after {
    display: block;
    content: '';
    width: 100%;
    position: absolute;
    height: calc(74 * calc(100vw/1440));
    top: calc(62 * calc(100vw/1440));
    left: 0;
    background-color: var(--yellow);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    z-index: -1;
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(calc(-98 * calc(100vw/1440)));
  }
  30% {
    transform: translateY(calc(-52 * calc(100vw/1440)));
  }
  100%,
  50%,
  80% {
    transform: translateY(calc(-74 * calc(100vw/1440)));
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(calc(-98 * calc(100vw/1440)));
  }
  30% {
    transform: translateY(calc(-52 * calc(100vw/1440)));
  }
  100%,
  50%,
  80% {
    transform: translateY(calc(-74 * calc(100vw/1440)));
  }
}
#nav ul li a:hover:after {
  cursor: pointer;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -moz-animation-name: bounce;
}
@media only screen and (max-width: 799px) {
  .menu-opened #nav {
    opacity: 1;
    left: 0;
    display: block;
  }
  .menu-opened .logo {
    display: none;
  }
  .menu-opened.menu-closed #nav {
    opacity: 0.1 !important;
    left: 0;
  }
}
/* header image */
.cookiebar {
  background-color: #ffffff;
  background-position: 10px center;
  background-size: calc(30 * calc(100vw/1440));
  background-repeat: no-repeat;
  position: fixed;
  z-index: 99999;
  width: 68%;
  left: 50%;
  margin-left: -34%;
  opacity: 1;
  bottom: 150px;
  display: none;
  padding: calc(10 * calc(100vw/1440)) calc(100 * calc(100vw/1440)) calc(10 * calc(100vw/1440)) calc(48 * calc(100vw/1440));
  border-radius: calc(40 * calc(100vw/1440));
  box-shadow: 1px 1px 20px #aaaaaa;
  text-align: center;
}
.cookiebar span {
  font-size: calc(16 * calc(100vw/1440));
  line-height: calc(18 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .cookiebar span {
    font-size: 13px;
    line-height: 17px;
    display: block;
  }
}
@media only screen and (max-width: 799px) {
  .cookiebar {
    width: 90%;
    left: 5%;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 10px;
    padding-top: 10px;
    background-size: 25px;
    background-position: 10px 15px;
  }
}
.cookiebar .btn {
  cursor: pointer;
}
@media only screen and (min-width: 800px) {
  .cookiebar .btn {
    position: absolute;
    right: calc(5 * calc(100vw/1440));
    top: calc(4 * calc(100vw/1440));
    min-width: calc(50 * calc(100vw/1440));
    padding-left: calc(16 * calc(100vw/1440));
    padding-right: calc(16 * calc(100vw/1440));
    padding-top: calc(5 * calc(100vw/1440));
    padding-bottom: calc(5 * calc(100vw/1440));
    font-size: calc(16 * calc(100vw/1440));
    cursor: pointer;
  }
}
@media only screen and (max-width: 799px) {
  .cookiebar .btn {
    position: relative;
    display: block;
    margin: 10px auto 4px;
    right: 0;
    top: 0;
    font-size: 16px;
    padding: 5px 10px;
    min-width: 50px;
    max-width: 60px;
    width: auto;
  }
}
.header-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--notyellow);
}
.home00 .header-image .container {
  height: calc(900 * calc(100vw/1440)) !important;
  width: inherit;
}
@media only screen and (max-width: 799px) {
  .home00 .header-image .container {
    height: 274px !important;
  }
}
.header-image .container {
  height: calc(688 * calc(100vw/1440));
  width: calc(788 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .header-image .container {
    height: 305px;
    width: auto;
  }
}
.header-image .container .header-text {
  position: absolute;
  top: calc(233 * calc(100vw/1440));
  color: #ffffff;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-size: calc(36 * calc(100vw/1440));
  line-height: calc(48 * calc(100vw/1440));
  font-weight: 400;
}
@media only screen and (max-width: 799px) {
  .header-image .container .header-text {
    top: 64px;
    left: 0px;
    font-size: 20px;
    line-height: 30px;
    width: auto;
    font-weight: 400;
  }
}
@media only screen and (max-width: 799px) {
  .search-holder .container {
    height: 120px;
    /* 270 */
    margin-bottom: 30px;
  }
}
.search {
  width: 100%;
  border-radius: calc(10 * calc(100vw/1440));
  box-shadow: 0px 6px 21px #00000029;
  background-color: #ffffff;
  position: absolute;
  bottom: calc(50 * calc(100vw/1440));
  padding: calc(26 * calc(100vw/1440)) calc(30 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .search {
    border-radius: 10px;
    padding: 18px 18px 0 18px;
  }
}
.search .search-title {
  color: #707070;
  font-weight: 800;
  font-size: calc(36 * calc(100vw/1440));
  line-height: calc(42 * calc(100vw/1440));
  display: block;
  padding-bottom: calc(16 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .search .search-title {
    font-size: 22px;
    text-align: center;
    line-height: 26px;
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 800px) {
  .search .searchgrid {
    display: grid;
    width: 100%;
    justify-content: space-between;
    gap: 5%;
    grid-template-columns: 2fr repeat(2, 1fr) 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 3%;
  }
}
.search select,
.search button {
  background-color: var(--blue);
  color: #ffffff;
  border: 0;
  font-size: calc(30 * calc(100vw/1440));
  line-height: calc(35 * calc(100vw/1440));
  font-weight: 300;
  padding: calc(20 * calc(100vw/1440));
  border-radius: 4px;
  width: 100%;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url('/front/images/arrow-down.svg');
  background-position: 90% center;
  background-size: calc(32 * calc(100vw/1440));
  background-repeat: no-repeat;
}
@media only screen and (max-width: 799px) {
  .search select,
  .search button {
    font-size: 20px;
    line-height: 24px;
    padding: 12px 20px;
    border-radius: 7px;
    margin-bottom: 15px;
    background-size: 20px;
    background-position: 94% center;
  }
}
.search select option,
.search button option {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
.search button {
  text-align: left;
  background-image: none;
  position: relative;
}
.search button:after {
  content: '';
  width: calc(32 * calc(100vw/1440));
  height: calc(32 * calc(100vw/1440));
  background-image: url('/front/images/arrow-down.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: calc(22 * calc(100vw/1440));
  transform: rotate(-90deg);
}
@media only screen and (max-width: 799px) {
  .search button:after {
    width: 22px;
    height: 22px;
    right: 15px;
  }
}
.slideritem {
  width: 100%;
  height: 500px;
  height: calc(950 * calc(100vw/1440)) !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.caseheadholder {
  padding-top: calc(240 * calc(100vw/1440)) !important;
}
@media only screen and (max-width: 799px) {
  .caseheadholder {
    padding-top: 100px !important;
  }
}
.caseheadholder .btn-holder {
  margin-top: 0;
}
.mixin {
  width: 1440;
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
  .mixin {
    width: 1440 / 1400;
  }
}
@media only screen and (max-width: 799px) {
  .head .zoek {
    display: none;
  }
}
.zoek {
  position: absolute;
  right: 0;
  border: 0px solid red;
  height: calc(73 * calc(100vw/1440));
  width: calc(73 * calc(100vw/1440));
  top: 0;
  z-index: 99999;
  overflow: hidden;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.zoek:hover {
  width: 100%;
  background-color: var(--yellow);
}
.zoek input {
  height: calc(51 * calc(100vw/1440));
  position: absolute;
  display: block;
  border-radius: calc(25 * calc(100vw/1440));
  top: calc(11 * calc(100vw/1440));
  right: calc(11 * calc(100vw/1440));
  min-width: calc(700 * calc(100vw/1440));
  padding: 0 calc(22 * calc(100vw/1440));
  color: #aaaaaa;
}
.zoomzoek {
  background-image: url('/front/images/zoom.svg');
  background-repeat: no-repeat;
  background-position: contain;
  height: calc(28 * calc(100vw/1440));
  width: calc(28 * calc(100vw/1440));
  position: absolute;
  right: calc(28 * calc(100vw/1440));
  top: calc(28 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .zoomzoek {
    display: none;
  }
}
.privacyok {
  text-decoration: none !important;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 800px) {
  .newsholder .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 799px) {
  .newsholder .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: none !important;
  }
}
.bignewsitem {
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 67%;
  position: relative;
}
.bignewsitem .iholder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 800px) {
  .bignewsitem .iholder {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 67%;
  }
}
@media only screen and (max-width: 799px) {
  .bignewsitem .iholder {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 280px;
    position: absolute;
    width: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 799px) {
  .bignewsitem {
    background-image: none !important;
    padding-top: 280px;
  }
}
@media only screen and (min-width: 800px) {
  .bignewsitem .whiteholder {
    min-height: calc(690 * calc(100vw/1440));
    width: 33.33%;
    padding-top: calc(160 * calc(100vw/1440));
    padding-bottom: calc(130 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .bignewsitem .whiteholder {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    display: block;
    background-color: transparent;
  }
  .bignewsitem .whiteholder strong {
    padding-bottom: 20px;
  }
}
.whiteholder {
  background-color: #ffffff;
}
@media only screen and (min-width: 800px) {
  .whiteholder {
    padding: calc(28 * calc(100vw/1440));
    display: block;
    width: 100%;
  }
}
.whiteholder strong {
  font-size: calc(36 * calc(100vw/1440));
  line-height: calc(36 * calc(100vw/1440));
  font-weight: 400;
  padding-bottom: calc(10 * calc(100vw/1440));
  position: relative;
  margin-bottom: 0;
  display: block;
  margin-bottom: calc(30 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .whiteholder strong {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 20px 40px;
  }
}
.whiteholder strong em {
  font-size: calc(28 * calc(100vw/1440));
  line-height: calc(36 * calc(100vw/1440));
  font-weight: 400;
  color: #00000080;
  display: block;
}
@media only screen and (max-width: 799px) {
  .whiteholder strong em {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 799px) {
  .whiteholder strong {
    margin-bottom: 0;
  }
}
.whiteholder i {
  font-style: normal;
}
.whiteholder b {
  font-weight: 400;
  padding-bottom: calc(30 * calc(100vw/1440));
  display: inline-block;
}
@media only screen and (max-width: 799px) {
  .whiteholder b {
    padding-bottom: 20px;
  }
}
.newsitem {
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.newsitem .iholder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 800px) {
  .newsitem .iholder {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(530 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .newsitem .iholder {
    height: 400px;
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  .newsitem {
    width: 33.33%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    height: calc(670 * calc(100vw/1440));
    overflow: hidden;
  }
}
.newsitem:hover .whiteholder {
  top: calc(180 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .newsitem {
    width: 100%;
    padding-top: 0px;
  }
}
@media only screen and (min-width: 800px) {
  .newsitem .whiteholder {
    position: absolute;
    top: calc(530 * calc(100vw/1440));
    min-height: calc(500 * calc(100vw/1440));
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
}
@media only screen and (max-width: 799px) {
  .newsitem .whiteholder {
    display: block;
  }
}
@media only screen and (max-width: 799px) {
  .newsitem .whiteholder i {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  .newsslider .whiteholder {
    min-height: 100px;
  }
  .slidermobile {
    padding-bottom: 70px !important;
  }
  .slidermobile .newsitem {
    width: 300px;
    padding-top: 0px;
  }
  .slidermobile .newsitem .whiteholder .strong {
    padding: 20px 20px 20px;
  }
  .newsitem {
    background-size: cover;
  }
  .themaholder .slidermobile strong {
    padding-bottom: 20px;
  }
  .themaholder .slidermobile i {
    display: block;
    padding: 0 20px 20px;
    min-height: 70px;
  }
}
.blogimage {
  border-radius: calc(60 * calc(100vw/1440));
  display: block;
  margin-bottom: 80px;
}
@media only screen and (max-width: 799px) {
  .blogimage {
    border-radius: 25px;
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 800px) {
  .single-post .h2 {
    text-align: left;
    margin-top: 80px;
  }
}
.single-post h1 {
  padding-top: 90px;
  margin-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .single-post h1 {
    padding-right: 100px;
    font-size: calc(44 * calc(100vw/1440));
    line-height: calc(50 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .searchzoek + h4 {
    padding-bottom: 30px;
  }
  .zoektitle {
    padding-top: 17px !important;
    margin-bottom: 0px;
  }
  .zoektitle .container h3 {
    padding: 0 0 10px;
  }
}
.zoekflex .zoekleft {
  background-color: #001e3c;
}
@media only screen and (max-width: 799px) {
  .zoekflex .zoekleft {
    display: none;
  }
  .zoekflex .zoekright {
    border-bottom: 1px solid #f2f2f2;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 800px) {
  .zoekflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }
  .zoekflex .zoekleft {
    width: 14%;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    max-height: calc(196 * calc(100vw/1440));
  }
  .zoekflex .zoekleft img {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .zoekflex .zoekright {
    width: 86%;
    padding-left: 3%;
    padding-top: calc(15 * calc(100vw/1440));
    border-bottom: 1px solid #f2f2f2;
    min-height: calc(166 * calc(100vw/1440));
  }
  .zoekflex .zoekright h4:first-letter {
    text-transform: uppercase;
  }
  .zoekflex .zoekright p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(96 * calc(100vw/1440));
    padding-top: calc(5 * calc(100vw/1440));
  }
}
.searchzoek input {
  border-radius: calc(25 * calc(100vw/1440));
  border: 1px solid #000;
  padding: calc(7 * calc(100vw/1440)) calc(22 * calc(100vw/1440)) calc(9 * calc(100vw/1440));
  display: block;
  width: 100%;
  max-width: 80%;
  margin: calc(45 * calc(100vw/1440)) 0 calc(65 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .searchzoek input {
    border-radius: 25px;
    padding: 5px 20px;
    max-width: 100%;
    margin: 30px 0;
  }
}
.makeiframe {
  border: 0;
  width: 100%;
  display: block;
  min-height: calc(645 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .makeiframe {
    min-height: 600px;
  }
}
/* DivTable.com */
.divTable {
  display: table;
  width: 100%;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.divTableCell,
.divTableHead {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}
.contactpage .btn-holder {
  position: absolute;
  right: calc(27 * calc(100vw/1440));
  bottom: calc(40 * calc(100vw/1440));
  min-width: calc(460 * calc(100vw/1440));
  gap: calc(27 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .contactpage .image .container img {
    min-height: 150px;
  }
}
@media only screen and (max-width: 799px) {
  .contactparent {
    margin-top: -50px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .contactparent .whiteradius {
    margin-bottom: 10px;
    padding: 0px 15px 10px;
  }
  .contactparent .whiteradius span {
    min-width: 100px !important;
  }
  .contactparent h3 {
    text-align: center;
  }
}
@media only screen and (min-width: 800px) {
  .contactparent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: relative;
    margin-top: calc(-238 * calc(100vw/1440));
    z-index: 999;
  }
  .contactparent .whiteradius {
    margin-right: calc(34 * calc(100vw/1440));
    margin-bottom: calc(34 * calc(100vw/1440));
    padding: calc(38 * calc(100vw/1440));
  }
  .div1 {
    grid-area: 1 / 1 / 3 / 2;
  }
  .div2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .div3 {
    grid-area: 2 / 2 / 3 / 3;
  }
}
.div4 {
  width: 100%;
  padding: calc(38 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .div4 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 15px 30px;
    width: auto;
  }
  .div4 h3 {
    text-align: center;
    padding-bottom: 20px;
  }
}
.contactparent .whiteradius h3 {
  margin-bottom: calc(38 * calc(100vw/1440));
}
.contactparent .whiteradius a {
  text-decoration: underline;
}
.contactparent .whiteradius span {
  min-width: calc(124 * calc(100vw/1440));
  display: inline-block;
}
.form {
  margin: 0px auto;
  max-width: calc(980 * calc(100vw/1440));
  display: block;
  padding-top: calc(10 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .form {
    max-width: 320px;
  }
}
.form .err {
  border: 1px solid red !important;
}
.form input:nth-child(2),
.form input:nth-child(4) {
  margin-right: 0 !important;
}
.form textarea {
  width: 100% !important;
  clear: both;
}
.form input[type='text'],
.form textarea {
  border-bottom: 2px solid #391B51;
  padding: calc(11 * calc(100vw/1440)) 0;
  font-size: calc(20 * calc(100vw/1440));
  width: 100%;
  display: block;
  margin-bottom: calc(40 * calc(100vw/1440));
  margin-right: 8%;
}
@media only screen and (min-width: 800px) {
  .form input[type='text'],
  .form textarea {
    width: 46%;
    float: left;
  }
}
@media only screen and (max-width: 799px) {
  .form input[type='text'],
  .form textarea {
    padding: 12px 0;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 13px;
    border-bottom: 1px solid;
  }
}
.form input[type='text']::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--black);
  opacity: 1;
}
.form input[type='text']::-moz-placeholder,
.form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--black);
  opacity: 1;
}
.form input[type='text']:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--black);
  opacity: 1;
}
.form input[type='text']:-moz-placeholder,
.form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--black);
  opacity: 1;
}
@media only screen and (min-width: 800px) {
  .form .btn-right {
    text-align: right;
    clear: both;
  }
}
@media only screen and (max-width: 799px) {
  .form .btn-right a {
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  .social-right {
    position: absolute;
    padding-left: 48%;
    margin-top: calc(-40 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .social-right {
    text-align: center;
  }
}
#subhidden {
  opacity: 0.01;
  position: absolute;
  left: -1000px;
}
#errorhold {
  color: var(--yellow) !important;
  font-weight: 700;
  padding-top: 10px;
  display: none;
}
.form-group {
  position: relative;
  clear: both;
}
.alert {
  border-bottom: 2px solid red !important;
  margin-top: -20px;
}
#errorholds {
  position: absolute;
  color: darkred;
  font-weight: 500;
}
#recaptcha-element > div {
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 799px) {
  #recaptcha-element > div {
    margin-bottom: 20px;
  }
}
textarea {
  min-height: 120px;
}
#cfooter {
  background-color: var(--yellow);
  border-radius: calc(100 * calc(100vw/1440));
  padding: calc(40 * calc(100vw/1440));
  margin-top: calc(30 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  #cfooter {
    padding: 20px 30px;
    margin-top: 10px;
    border-radius: 50px;
  }
}
.fcolholder {
  display: flex;
  justify-content: space-between;
}
.fcol {
  padding: 0 30px;
  text-align: left;
  max-width: 33%;
}
@media only screen and (max-width: 799px) {
  .fcol {
    max-width: 50%;
    padding: 0 0px;
  }
}
.fcol strong {
  display: block;
}
.fcol a {
  text-decoration: none;
  font-weight: 300;
}
@media only screen and (max-width: 799px) {
  .fcolholder .fcol:nth-child(3),
  .fcolholder .fcol:nth-child(4) {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  .home .head {
    position: relative;
  }
  .fixedmenu .head {
    position: fixed !important;
  }
}
.home .logo {
  display: none;
}
body.home {
  padding-top: 0;
}
#homeslog {
  padding-top: 40px;
}
.homehead .container {
  padding-top: calc(27 * calc(100vw/1440));
  padding-bottom: 0;
}
@media only screen and (max-width: 799px) {
  .homehead .container {
    padding-top: 0;
  }
}
.homehead .container .btn-holder {
  position: absolute;
  right: calc(27 * calc(100vw/1440));
  top: calc(12 * calc(100vw/1440));
  min-width: calc(490 * calc(100vw/1440));
  gap: calc(7 * calc(100vw/1440));
}
.nelogo {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/front/images/logo.svg');
  padding-left: calc(70 * calc(100vw/1440));
  height: calc(60 * calc(100vw/1440));
  font-size: calc(26 * calc(100vw/1440));
  font-weight: 400;
  display: block;
}
.nelogo:hover {
  color: var(--black);
}
.nelogo span {
  display: block;
  font-size: calc(26 * calc(100vw/1440));
}
.jquery-background-video-pauseplay {
  opacity: 0;
}
video1::-webkit-media-controls {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
}
video1::-webkit-media-controls-start-playback-button {
  display: none !important;
}
video {
  min-width: 100%;
}
.homevideo {
  background-image: url('/front/images/videopre.jpg') !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: calc(20 * calc(100vw/1440));
  margin-top: calc(22 * calc(100vw/1440));
  overflow: hidden;
  position: relative;
  height: calc(100vh - calc(180 * calc(100vw/1440)));
}
@media only screen and (max-width: 799px) {
  .homevideo {
    margin-top: 0;
    border-radius: 0;
    min-height: 500px;
  }
}
.homevideo video {
  display: block;
}
.servicevideo {
  margin-top: calc(22 * calc(100vw/1440));
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 799px) {
  .servicevideo {
    margin-top: 0;
    border-radius: 0;
    min-height: 500px;
  }
}
.servicevideo video {
  height: calc(800 * calc(100vw/1440));
  display: block;
}
#bodypartholder {
  position: relative;
  padding-top: calc(50 * calc(100vw/1440)) !important;
}
.bodytitle {
  position: absolute;
  padding: 3px 24px;
  border: 1px solid var(--black);
  text-align: center;
  border-radius: 15px;
  font-size: 19px;
  background-color: #ffffff;
  display: none;
  white-space: nowrap;
}
.bodytitle:before {
  content: '';
  position: absolute;
  left: -25px;
  bottom: -50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-image: url('/front/images/hand.png');
}
.hidehand .bodytitle {
  display: none;
}
.hidehand .bodytitle:before {
  display: none;
  opacity: 0;
}
.bodypage path,
.bodypage g {
  opacity: 1;
}
.bodypage .body-back {
  right: auto;
  left: 10%;
}
@media only screen and (min-width: 800px) {
  .bodypage .content .container {
    min-height: calc(790 * calc(100vw/1440)) !important;
  }
}
@media only screen and (min-width: 800px) {
  .bodypage h1 {
    padding-top: calc(90 * calc(100vw/1440)) !important;
  }
}
.service-left-col {
  right: auto !important;
  margin-left: calc(-390 * calc(100vw/1440));
  width: calc(190 * calc(100vw/1440)) !important;
}
.bodyparts {
  width: calc(792 * calc(100vw/1440));
  height: calc(740 * calc(100vw/1440));
  position: absolute;
  right: 0;
  background-color: #ffffff;
  border-radius: calc(20 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .bodyparts {
    border-radius: 20px;
  }
}
.bodyparts .bodyskip {
  z-index: -1 !important;
}
.bodyparts .img {
  position: absolute;
  width: calc(261 * calc(100vw/1440));
  top: calc(32 * calc(100vw/1440));
}
.bodyparts .img:hover path,
.bodyparts .img:hover g {
  opacity: 1;
  cursor: pointer;
}
.bodyparts .img .activebody {
  display: block;
}
.bodyparts .img path,
.bodyparts .img g {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.bodyparts #Vector1 {
  pointer-events: none;
}
.bodyparts .body-back {
  right: 10%;
}
.bodyparts .body-back g g g:hover path,
.bodyparts .body-back .activebody,
.bodyparts .body-back g g:hover > path {
  fill: var(--yellow);
  opacity: 1;
}
.bodyparts .body-front {
  left: 10%;
}
.bodyparts .body-front path:hover,
.bodyparts .body-front .activebody,
.bodyparts .body-front g g g:hover path {
  fill: var(--yellow);
  opacity: 1;
}
@media only screen and (min-width: 800px) {
  .leftbody {
    width: calc(556 * calc(100vw/1440));
  }
}
.leftbody .whiteradius {
  padding: calc(61 * calc(100vw/1440)) calc(41 * calc(100vw/1440)) calc(21 * calc(100vw/1440));
  margin-bottom: calc(31 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .leftbody .whiteradius {
    padding: 30px 20px 30px;
    border-radius: 20px;
  }
}
.leftbody .yellowradius {
  padding: calc(71 * calc(100vw/1440)) calc(97 * calc(100vw/1440)) calc(140 * calc(100vw/1440)) calc(71 * calc(100vw/1440));
}
.leftbody .yellowradius .h1 {
  padding-bottom: calc(50 * calc(100vw/1440));
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.bodyparts.animatemove #Aangezicht1 {
  -webkit-animation: colorChange 2s infinite;
          animation: colorChange 2s infinite;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.bodyparts.animatemove #Nek1 path {
  -webkit-animation: colorChange 2s infinite;
          animation: colorChange 2s infinite;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.bodyparts.animatemove #Borst1 path {
  -webkit-animation: colorChange 2s infinite;
          animation: colorChange 2s infinite;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.bodyparts.animatemove #Ribben1 {
  -webkit-animation: colorChange 2s infinite;
          animation: colorChange 2s infinite;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.bodyparts.animatemove #Bovenarm1,
.bodyparts.animatemove #Hamstrings1,
.bodyparts.animatemove #Bovenarm path1,
.bodyparts.animatemove #Hamstrings1 path {
  -webkit-animation: colorChange 2s infinite;
          animation: colorChange 2s infinite;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.bodyparts.animatemove #Schouder1,
.bodyparts.animatemove #Voet1,
.bodyparts.animatemove #Schouder1 path,
.bodyparts.animatemove #Voet1 path {
  -webkit-animation: colorChange 2s infinite;
          animation: colorChange 2s infinite;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.nothoveryet .ahover,
.nothoveryet .ahover path {
  -webkit-animation: colorChange 1.5s infinite;
          animation: colorChange 1.5s infinite;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@-webkit-keyframes colorChange {
  0% {
    fill: #F2F2F2;
    opacity: 1;
  }
  50% {
    fill: var(--yellow);
    opacity: 1;
  }
  100% {
    fill: #F2F2F2;
    opacity: 1;
  }
}
@keyframes colorChange {
  0% {
    fill: #F2F2F2;
    opacity: 1;
  }
  50% {
    fill: var(--yellow);
    opacity: 1;
  }
  100% {
    fill: #F2F2F2;
    opacity: 1;
  }
}
@media only screen and (min-width: 800px) {
  .homesuggestions {
    min-height: calc(81 * calc(100vw/1440));
    transition: min-height 0.5s ease;
    -moz-transition: min-height 0.5s ease;
    -ms-transition: min-height 0.5s ease;
    -webkit-transition: min-height 0.5s ease;
    -o-transition: min-height 0.5s ease;
  }
}
@media only screen and (min-width: 800px) {
  .activehover .homesuggestions {
    min-height: calc(281 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .activehover .homesuggestions {
    text-align: left;
    max-height: 200px;
    overflow: auto;
  }
  .activehover .homesuggestions a.btn-white {
    border: 0;
    display: inline-block;
    border-radius: 0;
    text-align: left;
    position: relative;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 12px;
    margin-bottom: 2px;
    font-size: 16px;
    min-width: 260px;
  }
  .activehover .homesuggestions a.btn-white:hover {
    background-color: #ffffff;
  }
  .activehover .homesuggestions a.btn-white:after {
    content: '';
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/front/images/arrow-top.png');
    margin-left: 10px;
    width: 11px;
    line-height: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    margin-top: 3px;
  }
}
.activehover .yellowradius {
  padding: calc(21 * calc(100vw/1440)) calc(97 * calc(100vw/1440)) calc(20 * calc(100vw/1440)) calc(71 * calc(100vw/1440));
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.activehover .yellowradius .h1 {
  padding-bottom: calc(20 * calc(100vw/1440));
}
.homesearch {
  position: relative;
}
@media only screen and (min-width: 800px) {
  .homesearch {
    border-bottom: 2px solid #818181;
  }
}
.homesearch input {
  line-height: calc(80 * calc(100vw/1440));
  display: block;
  padding: 0 calc(22 * calc(100vw/1440)) 0 0;
  color: #000000;
  width: 100%;
  font-size: 30px;
  font-weight: 300;
}
@media only screen and (max-width: 799px) {
  .homesearch input {
    font-size: 20px;
    line-height: 28px;
    padding: 0 50px 0 10px;
  }
}
@media only screen and (min-width: 800px) {
  .homesearch .zoomzoek {
    right: 0;
    background-position: center center;
    background-size: contain;
    width: calc(22 * calc(100vw/1440));
    height: calc(22 * calc(100vw/1440));
    margin-top: calc(3 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .homesearch .zoomzoek {
    right: 10px;
    background-position: center center;
    display: block;
    width: 24px;
    height: 24px;
    top: 0px;
    background-size: contain;
  }
}
.homesuggestions a.btn-white {
  margin-top: calc(20 * calc(100vw/1440));
  margin-bottom: calc(0 * calc(100vw/1440));
}
@media only screen and (min-width: 800px) {
  .newsitem .whiteholder strong {
    min-height: calc(80 * calc(100vw/1440)) !important;
  }
}
.themaholder .whiteholder {
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  .themaholder .whiteholder {
    min-height: calc(190 * calc(100vw/1440)) !important;
    padding: calc(58 * calc(100vw/1440)) calc(28 * calc(100vw/1440));
  }
  .themaholder .whiteholder strong {
    min-height: calc(60 * calc(100vw/1440)) !important;
  }
  .themaholder .whiteholder i {
    font-size: calc(24 * calc(100vw/1440));
    min-height: calc(60 * calc(100vw/1440)) !important;
    display: inline-block;
  }
}
.themaholder .newsitem:hover .whiteholder {
  top: calc(440 * calc(100vw/1440));
}
.themaholder .newsitem .button-arrow-2 {
  left: auto;
  right: calc(28 * calc(100vw/1440));
  bottom: calc(62 * calc(100vw/1440));
}
@media only screen and (min-width: 800px) {
  #catwordfit:after {
    content: '';
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(148 * calc(100vw/1440));
    height: calc(328 * calc(100vw/1440));
    left: calc(-43 * calc(100vw/1440));
    top: calc(-343 * calc(100vw/1440));
    background-image: url('/front/images/word.png');
    z-index: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
}
#catwordfit:hover:after {
  top: calc(-70 * calc(100vw/1440));
  left: calc(-13 * calc(100vw/1440));
}
@media only screen and (min-width: 800px) {
  #catherstel:after {
    content: '';
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(208 * calc(100vw/1440));
    height: calc(308 * calc(100vw/1440));
    right: calc(-83 * calc(100vw/1440));
    top: calc(-343 * calc(100vw/1440));
    background-image: url('/front/images/her.png');
    z-index: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
}
#catherstel:hover:after {
  top: calc(-123 * calc(100vw/1440));
  right: calc(-40 * calc(100vw/1440));
}
@media only screen and (min-width: 800px) {
  #catpresteer:after {
    content: '';
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(328 * calc(100vw/1440));
    height: calc(228 * calc(100vw/1440));
    right: 0;
    bottom: calc(-43 * calc(100vw/1440));
    background-image: url('/front/images/presteer.svg');
    z-index: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
}
#catpresteer:hover:after {
  bottom: calc(143 * calc(100vw/1440));
}
.rightlink {
  text-decoration: none !important;
  position: absolute;
  right: calc(27 * calc(100vw/1440));
  margin-top: calc(-50 * calc(100vw/1440));
}
.animtext .container {
  min-height: calc(250 * calc(100vw/1440));
  overflow: hidden;
}
@media only screen and (max-width: 799px) {
  .animtext .container {
    min-height: 200px;
    padding-top: 40px;
  }
}
.animtext .animrow {
  font-weight: 600;
  font-size: calc(90 * calc(100vw/1440));
  line-height: calc(90 * calc(100vw/1440));
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 799px) {
  .animtext .animrow {
    font-size: 33px;
    line-height: 36px;
    width: 350px;
  }
}
.animtext .animrow:nth-child(1) {
  text-align: right;
  left: 100%;
}
@media only screen and (max-width: 799px) {
  .animtext .animrow:nth-child(1) {
    text-align: left;
    right: 100%;
    left: auto;
  }
}
.animtext .animrow:nth-child(2) {
  margin-top: calc(90 * calc(100vw/1440));
  right: 100%;
}
@media only screen and (max-width: 799px) {
  .animtext .animrow:nth-child(2) {
    margin-top: 77px;
  }
}
.animactive .animrow {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition-delay: 1s;
}
.animactive .animrow:nth-child(1) {
  left: 0 !important;
  padding-right: calc(27 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .animactive .animrow:nth-child(1) {
    right: 0 !important;
    left: auto !important;
    padding-right: 5px;
  }
}
.animactive .animrow:nth-child(2) {
  right: 0 !important;
  padding-left: calc(27 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .animactive .animrow:nth-child(2) {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 800px) {
  .highp {
    position: absolute;
    right: calc(28 * calc(100vw/1440));
    top: calc(0 * calc(100vw/1440));
    width: calc(235 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .highp {
    width: 185px;
    display: block;
    margin: 40px auto 80px;
  }
}
@media only screen and (min-width: 800px) {
  .shorttext {
    padding-right: calc(400 * calc(100vw/1440)) !important;
  }
}
@media only screen and (max-width: 799px) {
  .shorttext {
    padding-top: 30px !important;
  }
}
.contactfooter {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/front/images/kramer.png');
}
.contactfooter .container {
  height: calc(50 * calc(100vw/1440));
}
@media only screen and (min-width: 800px) {
  .contactfooter .container {
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    overflow: hidden;
  }
}
@media only screen and (max-width: 799px) {
  .contactfooter .container {
    height: 100px;
  }
}
.contactb {
  background-color: #ffffff;
  border-radius: calc(20 * calc(100vw/1440));
  width: calc(450 * calc(100vw/1440));
  padding: calc(40 * calc(100vw/1440));
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
}
@media only screen and (max-width: 799px) {
  .contactb {
    border-radius: 20px;
  }
}
.contactb h4 {
  padding-bottom: calc(30 * calc(100vw/1440));
}
.contactb .btn-white {
  right: calc(40 * calc(100vw/1440));
  position: absolute;
  border-radius: calc(30 * calc(100vw/1440));
}
@media only screen and (min-width: 800px) {
  .animatemove .contactb {
    visibility: visible;
    opacity: 1;
  }
}
.contactfooter .animatemove {
  height: calc(500 * calc(100vw/1440));
}
.checkitimages {
  position: absolute !important;
  right: calc(27 * calc(100vw/1440));
  width: 50%;
  border-radius: calc(23 * calc(100vw/1440));
  overflow: hidden;
}
.checkitimages img {
  display: block;
  height: calc(700 * calc(100vw/1440));
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 799px) {
  .checkit {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .checkit .nopaddingbottom {
    padding-bottom: 40px !important;
  }
  .checkit .whiteradius {
    padding: 20px 20px 40px;
    border-radius: 0 0 20px 20px;
    text-align: center;
  }
  .checkit .button-arrow-2 {
    display: block;
    margin: 30px auto 0;
    position: relative;
    left: auto;
    bottom: auto;
  }
}
@media only screen and (min-width: 800px) {
  .checkit {
    padding-bottom: calc(120 * calc(100vw/1440)) !important;
  }
  .checkit .whiteradius {
    padding: calc(25 * calc(100vw/1440)) calc(91 * calc(100vw/1440)) calc(25 * calc(100vw/1440)) calc(30 * calc(100vw/1440));
    margin-bottom: calc(31 * calc(100vw/1440));
    max-width: 57%;
    position: relative;
  }
  .checkit .button-arrow-2 {
    position: absolute;
    right: calc(30 * calc(100vw/1440));
    left: auto;
  }
}
.checkitout {
  cursor: pointer;
}
@media only screen and (max-width: 799px) {
  .checkitout {
    margin-bottom: 0 !important;
    border-radius: 20px 20px 0 0px !important;
    text-align: center;
    padding-bottom: 0 !important;
  }
  .checkitout .h1 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 800px) {
  .checkitout {
    width: 40%;
    padding: calc(25 * calc(100vw/1440)) calc(25 * calc(100vw/1440)) calc(25 * calc(100vw/1440)) calc(30 * calc(100vw/1440)) !important;
    margin-top: calc(130 * calc(100vw/1440));
  }
  .checkitout:hover:after {
    background: var(--yellow);
    color: var(--black);
  }
  .checkitout:after {
    content: 'CHECK IT OUT';
    background: var(--blue);
    border-radius: calc(20 * calc(100vw/1440));
    padding: calc(50 * calc(100vw/1440)) calc(10 * calc(100vw/1440)) calc(50 * calc(100vw/1440)) calc(30 * calc(100vw/1440));
    display: block;
    width: 30%;
    left: 106%;
    position: absolute;
    top: 0;
    color: #ffffff;
    font-size: calc(40 * calc(100vw/1440));
    line-height: calc(46 * calc(100vw/1440));
    font-weight: 700;
    transition: all 300ms linear;
  }
}
.herstelpage .rectangle,
.herstelpage .animation3d span,
.herstelpage .sselection,
#nav ul li:nth-child(2) a:after {
  background-color: var(--herstel);
}
.wordfitpage .rectangle,
.wordfitpage .animation3d span,
.wordfitpage .sselection,
#nav ul li:nth-child(3) a:after {
  background-color: var(--wordfit);
}
.presteerpage .rectangle,
.presteerpage .animation3d span,
.presteerpage .sselection,
#nav ul li:nth-child(4) a:after {
  background-color: var(--presteer);
}
.homevideo .animation3d:after,
.servicevideo .animation3d:after {
  content: '';
  position: absolute;
  bottom: calc(50 * calc(100vw/1440));
  width: calc(30 * calc(100vw/1440));
  height: calc(50 * calc(100vw/1440));
  margin-left: calc(-15 * calc(100vw/1440));
  left: 50%;
  z-index: 999;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/front/images/scrolldown.svg');
}
@media only screen and (max-width: 799px) {
  .homevideo .animation3d:after,
  .servicevideo .animation3d:after {
    bottom: 160px;
    width: 30px;
    height: 50px;
    margin-left: -15px;
  }
}
.columns2 {
  padding: 40px 0 20px;
}
@media only screen and (min-width: 800px) {
  .columns2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
.hertseltext {
  font-weight: 700;
  font-size: calc(88 * calc(100vw/1440));
  line-height: calc(89 * calc(100vw/1440));
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 799px) {
  .hertseltext {
    font-size: 45px;
    line-height: 45px;
    padding: 10px 20px;
  }
}
.hertseltext span {
  font-weight: 700;
  font-size: calc(88 * calc(100vw/1440));
  line-height: calc(89 * calc(100vw/1440));
  background-color: var(--yellow);
  padding: calc(7 * calc(100vw/1440)) calc(45 * calc(100vw/1440)) calc(7 * calc(100vw/1440));
  display: inline-block;
  text-transform: uppercase;
}
@media only screen and (min-width: 800px) {
  .hertseltext span {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 799px) {
  .hertseltext span {
    font-size: 45px;
    line-height: 45px;
    display: inline-block;
    padding: 5px 5px;
  }
}
.infoitem {
  background-color: var(--white);
  display: block;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .infoitem {
    width: 33.33%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    height: calc(670 * calc(100vw/1440));
    overflow: hidden;
    padding: calc(58 * calc(100vw/1440)) calc(28 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .infoitem {
    width: 100%;
    padding-top: 400px;
    display: none !important;
  }
}
.infoitem .h4 {
  padding-top: calc(58 * calc(100vw/1440));
}
.image .container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 799px) {
  .image .container img {
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.holder3d {
  position: relative;
}
@media only screen and (min-width: 800px) {
  .holder3d img {
    max-height: calc(670 * calc(100vw/1440));
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.holder1d {
  position: relative;
}
@media only screen and (max-width: 799px) {
  .holder1d .animation3d {
    display: block;
  }
}
.holder1d span {
  width: 100% !important;
}
.holder1d span b {
  font-size: calc(75 * calc(100vw/1440));
  font-weight: 700;
  line-height: calc(70 * calc(100vw/1440));
  position: absolute;
  left: calc(114 * calc(100vw/1440));
  bottom: calc(114 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .holder1d span b {
    font-size: 40px;
    line-height: 37px;
    left: 30px;
    bottom: 50px;
  }
}
.animation3d {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 799px) {
  .animation3d {
    display: none;
  }
}
.animation3d span {
  display: block;
  position: absolute;
  width: 33.33%;
  height: 100%;
  top: 0;
  z-index: 999;
  transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  background-color: var(--yellow);
}
.animation3d span:nth-child(1) {
  transition-delay: 0s;
  left: 0;
}
.animation3d span:nth-child(2) {
  transition-delay: 0.15s;
  left: 33.33%;
}
.animation3d span:nth-child(3) {
  transition-delay: 0.3s;
  left: 66.66%;
}
.animatemove .animation3d span,
.animatehomemove .animation3d span {
  top: 100%;
}
@media only screen and (min-width: 800px) {
  .reviews .iholder {
    height: calc(500 * calc(100vw/1440));
  }
}
@media only screen and (min-width: 800px) {
  .reviews .whiteholder {
    top: calc(500 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .reviews .whiteholder {
    padding: 20px 20px 0 !important;
    min-height: 150px;
  }
  .reviews .whiteholder strong {
    padding-bottom: 20px !important;
  }
}
.reviews .newsitem:hover .whiteholder {
  top: calc(300 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .sselection .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
}
.sselection p {
  color: var(--white);
  font-size: calc(30 * calc(100vw/1440));
  line-height: calc(36 * calc(100vw/1440));
  font-weight: 400;
  padding-bottom: calc(66 * calc(100vw/1440)) !important;
  display: block;
}
@media only screen and (min-width: 800px) {
  .sselection p {
    max-width: calc(366 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .sselection p {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 800px) {
  .subsection-holder {
    position: absolute;
    right: calc(29 * calc(100vw/1440));
    text-align: right;
    padding-left: calc(800 * calc(100vw/1440));
    top: calc(29 * calc(100vw/1440));
  }
}
.subsection-holder .btn-white {
  border-radius: calc(30 * calc(100vw/1440));
  border: 0;
  margin-bottom: calc(24 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .subsection-holder .btn-white {
    border-radius: 20px;
    margin-bottom: 14px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 800px) {
  .servicemenu {
    position: -webkit-sticky;
    position: sticky;
    top: calc(114 * calc(100vw/1440));
    z-index: 999;
  }
  .servicemenu .servicemenuhold {
    position: absolute;
    margin-left: calc(-374 * calc(100vw/1440));
    margin-top: calc(20 * calc(100vw/1440));
    width: calc(274 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .servicemenu {
    background-color: var(--yellow);
  }
  .servicemenu .servicemenuhold {
    text-align: left;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 799px) {
  .servicespage h1 {
    text-align: left;
  }
  .servicespage .whiteholder {
    padding: 20px;
  }
}
@media only screen and (max-width: 799px) {
  .teampage {
    background-color: #f2f2f2 !important;
  }
  .teampage .flexright {
    font-size: 19px;
    line-height: 24px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 800px) {
  .flexme {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
    padding-left: 0;
    padding-right: 0;
  }
  .flexme .flexleft {
    width: 40%;
  }
  .flexme .flexright {
    width: 49%;
    padding-top: calc(15 * calc(100vw/1440));
  }
}
.teamholder .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: stretch;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 799px) {
  .teamholder .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: none !important;
  }
}
@media only screen and (max-width: 799px) {
  .teamholder .whiteholder {
    padding: 15px 15px;
  }
}
.teamholder .whiteholder strong {
  padding: 0 0;
}
@media only screen and (min-width: 800px) {
  .teamholder .whiteholder strong {
    margin-bottom: calc(17 * calc(100vw/1440));
    height: calc(41 * calc(100vw/1440));
    overflow: hidden;
  }
}
@media only screen and (max-width: 799px) {
  .teamholder .whiteholder strong {
    margin-bottom: 20px;
  }
}
.teamholder .whiteholder i {
  font-style: normal;
  height: calc(96 * calc(100vw/1440));
  overflow: hidden;
  display: block;
}
.teamitem {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  overflow: hidden;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .teamitem .tfooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: calc(28 * calc(100vw/1440));
  }
  .teamitem .btn-email {
    min-width: calc(304 * calc(100vw/1440));
    max-width: calc(304 * calc(100vw/1440));
    overflow: hidden;
  }
  .teamitem .button-arrow-2 {
    left: auto;
    right: calc(52 * calc(100vw/1440));
    width: calc(48 * calc(100vw/1440));
    height: calc(48 * calc(100vw/1440));
    bottom: 0;
  }
}
@media only screen and (min-width: 800px) {
  .teamitem {
    width: 25%;
    height: calc(440 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .teamitem {
    width: 50%;
    height: 240px;
  }
}
.teamitem:hover .whiteholder {
  top: calc(120 * calc(100vw/1440));
}
@media only screen and (min-width: 800px) {
  .teamitem .whiteholder {
    position: absolute;
    top: calc(354 * calc(100vw/1440));
    height: calc(330 * calc(100vw/1440));
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
}
@media only screen and (max-width: 799px) {
  .teamitem .whiteholder {
    display: block;
    top: 190px;
    position: absolute;
    height: 220px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
  }
}
@media only screen and (max-width: 799px) {
  .teamitem .whiteholder i {
    padding: 0px 0;
    height: 80px;
    overflow: hidden;
    font-size: 14px;
    line-height: 15px;
  }
}
.tphone {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  margin-top: calc(10 * calc(100vw/1440));
  gap: calc(10 * calc(100vw/1440));
}
.tphone .btn-phone {
  text-align: left !important;
  flex: 1 1 auto;
}
@media only screen and (max-width: 799px) {
  .tphone .btn-phone {
    text-align: center !important;
    margin-top: 0 !important;
  }
}
.tphone .tarrow {
  min-width: calc(48 * calc(100vw/1440));
  height: calc(48 * calc(100vw/1440));
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: 0.8s;
  transition-property: transform;
  background-image: url('/front/images/arrow-t.svg');
  background-color: var(--yellow);
  border-radius: calc(10 * calc(100vw/1440));
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tphone .tarrow span {
  white-space: nowrap;
  font-size: calc(18 * calc(100vw/1440));
  line-height: calc(30 * calc(100vw/1440));
  padding-left: calc(12 * calc(100vw/1440));
  padding-right: calc(12 * calc(100vw/1440));
  padding-top: calc(8 * calc(100vw/1440));
  padding-bottom: calc(10 * calc(100vw/1440));
  color: transparent;
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: absolute;
}
.tphone .tarrow:hover {
  flex: 1 1 auto;
  background-color: var(--black);
  background-image: url('/front/images/arrow-white.svg');
}
.tphone .tarrow:hover span {
  color: #ffffff !important;
  position: relative;
  opacity: 1;
  display: block;
}
@media only screen and (max-width: 799px) {
  .tphone .tarrow {
    width: 42px;
    height: 42px;
    display: none;
  }
}
.btn-contact {
  background-color: var(--yellow);
  border-radius: calc(10 * calc(100vw/1440));
  text-align: left;
  display: inline-block;
  font-weight: 400;
  font-size: calc(18 * calc(100vw/1440));
  line-height: calc(30 * calc(100vw/1440));
  color: #000000;
  padding-left: calc(12 * calc(100vw/1440));
  padding-right: calc(12 * calc(100vw/1440));
  padding-top: calc(8 * calc(100vw/1440));
  padding-bottom: calc(10 * calc(100vw/1440));
  text-decoration: none !important;
  transition: background-color 300ms linear;
  cursor: pointer;
}
@media only screen and (max-width: 799px) {
  .btn-contact {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 10px;
    margin: 6px auto;
    display: block;
    border-radius: 5px;
    font-weight: 300;
    max-width: 165px;
    overflow: hidden;
    text-align: center !important;
  }
}
.btn-contact:hover {
  background-color: var(--black);
  color: var(--yellow);
}
@media only screen and (min-width: 800px) {
  .partners .page {
    padding-top: calc(90 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .partners .page {
    background-color: #ffffff !important;
    padding-bottom: 20px !important;
  }
}
.partners .partnersitem {
  padding-bottom: calc(50 * calc(100vw/1440)) !important;
}
@media only screen and (min-width: 800px) {
  .partners .flexleft {
    width: 16%;
  }
}
@media only screen and (max-width: 799px) {
  .partners .flexleft {
    padding-top: 40px;
  }
}
.partners .flexright h4 {
  padding-bottom: calc(20 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .partners .flexright h4 {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 800px) {
  .partners .flexright {
    padding-right: calc(80 * calc(100vw/1440)) !important;
    width: 73%;
  }
}
@media only screen and (max-width: 799px) {
  .partners .flexright {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.partners .flexright .partnerimages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  padding-left: 0;
  padding-right: 0;
  gap: calc(39 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .partners .flexright .partnerimages {
    gap: 30px;
  }
}
.partners .flexright .partnerimages a img {
  display: block;
  width: calc(280 * calc(100vw/1440));
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 799px) {
  .partners .flexright .partnerimages a img {
    width: 150px;
  }
}
.specitem {
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.specitem div {
  padding-top: calc(25 * calc(100vw/1440)) !important;
}
@media only screen and (max-width: 799px) {
  .specitem .flexleft {
    padding: 20px;
    font-size: 25px;
  }
}
.specitem .flexright {
  padding-right: calc(80 * calc(100vw/1440)) !important;
}
@media only screen and (max-width: 799px) {
  .specitem .flexright {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  .specitem:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: var(--yellow);
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    z-index: -1;
    position: absolute;
    background-size: calc(62 * calc(100vw/1440));
    background-position: 99% 90%;
    background-image: url('/front/images/arrow.svg');
    background-repeat: no-repeat;
  }
}
@-webkit-keyframes yellowbounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-115%);
  }
  40% {
    transform: translateY(-50%);
  }
  60% {
    transform: translateY(-110%);
  }
  80% {
    transform: translateY(-103%);
  }
  85% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes yellowbounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-115%);
  }
  40% {
    transform: translateY(-50%);
  }
  60% {
    transform: translateY(-110%);
  }
  80% {
    transform: translateY(-103%);
  }
  85% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.specitem:hover:after {
  cursor: pointer;
  -webkit-animation-name: yellowbounce;
          animation-name: yellowbounce;
  -moz-animation-name: yellowbounce;
}
.overlayWrapper {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  right: 0;
  z-index: 900000;
  position: fixed;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  opacity: 1;
}
.hideoverlay .overlayWrapper {
  visibility: hidden;
  opacity: 0;
}
@-webkit-keyframes overanim {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-106%);
  }
  65% {
    transform: translateX(-101%);
  }
  70% {
    transform: translateX(-102%);
  }
  92% {
    transform: translateX(-102%);
  }
  95% {
    transform: translateX(-102%);
  }
  100% {
    transform: translateX(-102%);
  }
}
@keyframes overanim {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-106%);
  }
  65% {
    transform: translateX(-101%);
  }
  70% {
    transform: translateX(-102%);
  }
  92% {
    transform: translateX(-102%);
  }
  95% {
    transform: translateX(-102%);
  }
  100% {
    transform: translateX(-102%);
  }
}
.overlay {
  position: absolute;
  opacity: 1;
  z-index: 999999;
  width: calc(700 * calc(100vw/1440));
  margin-top: calc(10 * calc(100vw/1440));
  left: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-content: flex-start;
  height: 99vh;
}
.overlay #overlaytit {
  max-height: calc(60 * calc(100vw/1440));
}
.overlay #overtextholder {
  overflow-y: auto;
}
.overlay .whiteoverlay {
  flex: 1 1 auto;
  background-color: #ffffff;
  border-radius: calc(3 * calc(100vw/1440));
  padding: calc(14 * calc(100vw/1440)) calc(25 * calc(100vw/1440)) calc(18 * calc(100vw/1440));
  margin-bottom: calc(9 * calc(100vw/1440));
}
.overlay .whiteoverlay .posholder {
  display: none;
}
.overlay .whiteoverlay .overlaytitle {
  font-size: calc(28 * calc(100vw/1440));
  line-height: calc(28 * calc(100vw/1440));
  font-weight: 400;
}
.overlay .whiteoverlay h4,
.overlay .whiteoverlay .h4 {
  font-size: calc(22 * calc(100vw/1440));
  line-height: calc(28 * calc(100vw/1440));
  padding-bottom: calc(20 * calc(100vw/1440));
}
.overlay .whiteoverlay p {
  font-size: calc(17 * calc(100vw/1440));
  line-height: calc(23 * calc(100vw/1440));
}
.overlay .whiteoverlay .whiteoverlay-btns a {
  font-size: calc(17 * calc(100vw/1440));
  line-height: calc(23 * calc(100vw/1440));
  padding-left: calc(19 * calc(100vw/1440));
  padding-right: calc(19 * calc(100vw/1440));
  border-radius: calc(17 * calc(100vw/1440));
  padding-top: calc(4 * calc(100vw/1440));
  padding-bottom: calc(6 * calc(100vw/1440));
  margin-bottom: calc(6 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .overlay {
    background-size: 63px;
    width: 360px;
    margin-left: -180px;
    padding: 130px 50px 50px;
    border-radius: 35px;
    background-position: center 50px;
    margin-top: -200px;
  }
}
.overlay span {
  color: var(--blue);
  font-weight: 500;
}
.hiddendiv {
  display: none;
}
body:not(.hideoverlay) .overlay {
  -webkit-animation-name: overanim;
          animation-name: overanim;
  -moz-animation-name: overanim;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
.overlayflex {
  flex: 1 1 auto;
}
@media only screen and (min-width: 800px) {
  .overlayflex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: calc(9 * calc(100vw/1440));
  }
  .overlayflex .picimg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .overlayflex .overlayleft {
    width: 40.6%;
    min-height: calc(200 * calc(100vw/1440));
    border-radius: calc(3 * calc(100vw/1440));
  }
  .overlayflex .overlayright {
    width: 58.1%;
    background-color: var(--yellow);
    border-radius: calc(3 * calc(100vw/1440));
    padding: calc(17 * calc(100vw/1440));
  }
  .overlayflex .overlayright h3 {
    margin-bottom: calc(50 * calc(100vw/1440));
  }
  .overlayflex .overlayright .btn {
    margin-top: calc(10 * calc(100vw/1440));
    border-radius: calc(17 * calc(100vw/1440));
    padding: calc(3 * calc(100vw/1440)) calc(12 * calc(100vw/1440)) calc(5 * calc(100vw/1440));
    font-size: calc(17 * calc(100vw/1440));
    text-align: left;
    min-width: calc(100 * calc(100vw/1440));
  }
}
.btn-close {
  position: absolute;
  right: calc(20 * calc(100vw/1440));
  top: calc(10 * calc(100vw/1440));
  width: calc(40 * calc(100vw/1440));
  height: calc(40 * calc(100vw/1440));
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/front/images/close.svg');
}
.btn-close:hover {
  background-image: url('/front/images/menu-hover.svg');
}
.filterdown .tfilter {
  position: absolute;
  top: auto;
  left: calc(30 * calc(100vw/1440));
  top: calc(-90 * calc(100vw/1440));
}
.tfilter {
  background-color: var(--black);
  padding: calc(10 * calc(100vw/1440)) calc(10 * calc(100vw/1440)) calc(10 * calc(100vw/1440));
  border-radius: calc(17 * calc(100vw/1440));
  position: fixed;
  left: calc(30 * calc(100vw/1440));
  top: calc(90 * calc(100vw/1440));
  z-index: 9999;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
}
@media only screen and (max-width: 799px) {
  .tfilter {
    display: none;
  }
}
.tfilter:hover .dropholder {
  opacity: 1;
  position: relative;
  left: 0;
}
.tfilter .ficon {
  color: var(--yellow);
  background-size: calc(22 * calc(100vw/1440));
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('/front/images/filter.svg');
  padding: calc(0 * calc(100vw/1440)) calc(0 * calc(100vw/1440)) calc(0 * calc(100vw/1440)) calc(35 * calc(100vw/1440));
  font-size: calc(15 * calc(100vw/1440));
  line-height: calc(46 * calc(100vw/1440));
  margin-left: calc(15 * calc(100vw/1440));
  margin-right: calc(25 * calc(100vw/1440));
}
.filterover .dropholder {
  opacity: 1;
  position: relative;
  left: 0;
}
.dropholder {
  position: absolute;
  opacity: 0;
}
@media only screen and (min-width: 800px) {
  .dropholder .dfilter {
    display: block;
    float: left;
    margin-left: calc(8 * calc(100vw/1440));
    width: calc(228 * calc(100vw/1440));
  }
  .dropholder .dfilter:first-child {
    margin-left: calc(25 * calc(100vw/1440));
  }
}
.dropholder .dfilter input {
  max-width: 230px;
  overflow: hidden;
  min-width: 203px;
  color: #ffffff;
  font-size: calc(15 * calc(100vw/1440));
  line-height: calc(42 * calc(100vw/1440));
  display: block;
  border: 1px solid #ffffff !important;
  border-radius: calc(10 * calc(100vw/1440)) !important;
  text-transform: uppercase;
  background-color: transparent;
  padding-left: calc(15 * calc(100vw/1440));
  padding-right: calc(15 * calc(100vw/1440));
}
.nice-select {
  line-height: calc(46 * calc(100vw/1440)) !important;
  height: calc(46 * calc(100vw/1440)) !important;
  border: 1px solid #ffffff !important;
  border-radius: calc(10 * calc(100vw/1440)) !important;
  width: 100% !important;
}
.nice-select:after {
  border-bottom: 1px solid var(--yellow);
  border-right: 1px solid var(--yellow);
}
.dfilter .nice-select.open {
  background-color: var(--black);
}
.dropholder .dfilter .nice-select.open:after {
  border-bottom: 1px solid var(--black) !important;
  border-right: 1px solid var(--black) !important;
}
.longfilter .nice-select span {
  max-width: 250px;
  min-width: 223px;
}
.nice-select span {
  overflow: hidden;
  color: #ffffff;
  font-size: calc(15 * calc(100vw/1440));
  line-height: calc(42 * calc(100vw/1440));
  display: block;
  text-transform: uppercase;
}
.nice-select .option {
  font-size: 14px !important;
  color: #ffffff;
}
.nice-select .option:hover {
  background-color: #d4fd3c !important;
  color: var(--black);
}
.open {
  border-radius: calc(10 * calc(100vw/1440)) calc(10 * calc(100vw/1440)) 0 0 !important;
}
.open span {
  color: #ffffff;
}
.nice-select .list {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  max-height: calc(242 * calc(100vw/1440));
  background-color: var(--black) !important;
  border-left: 1px solid #ffffff !important;
  border-right: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
  width: calc(228 * calc(100vw/1440)) !important;
  left: -1px !important;
  transform: none !important;
  border-radius: 0 0 calc(10 * calc(100vw/1440)) calc(10 * calc(100vw/1440)) !important;
  /* Firefox */
  scrollbar-color: #ffffff #000000;
  /* Chrome, Edge, and Safari */
}
.nice-select .list::-webkit-scrollbar {
  width: 2px;
}
.nice-select .list::-webkit-scrollbar-track {
  background: var(--black);
}
.nice-select .list::-webkit-scrollbar-thumb {
  background-color: #ffffff !important;
  background: #ffffff !important;
}
.nice-select .list::-webkit-scrollbar-thumb:hover {
  background-color: #ffffff !important;
  background: #ffffff !important;
}
.nice-select .list:before {
  position: absolute;
}
.nice-select .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.shopheaderitem {
  border-bottom: calc(3 * calc(100vw/1440)) solid #f2f2f2;
  background-color: var(--black);
  position: relative;
  padding-left: calc(27 * calc(100vw/1440));
  padding-top: calc(15 * calc(100vw/1440));
  padding-bottom: calc(13 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .shopheaderitem {
    padding: 0;
    border-bottom: 2px solid #f2f2f2;
  }
}
.shopheaderitem h3 {
  color: #ffffff;
}
@media only screen and (max-width: 799px) {
  .shopheaderitem h3 {
    padding-bottom: 25px;
  }
}
.shopitem {
  border-bottom: calc(3 * calc(100vw/1440)) solid #f2f2f2;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-left: calc(225 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .shopitem {
    padding-left: 0px;
    pointer-events: none;
    border-bottom: 0px solid #f2f2f2;
  }
}
.shopitem .shopimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: calc(225 * calc(100vw/1440));
  left: 0;
}
@media only screen and (max-width: 799px) {
  .shopitem .shopimg {
    width: 150px;
    height: 150px;
  }
}
.shopitem div.shopintro {
  padding-top: calc(15 * calc(100vw/1440));
  padding-bottom: calc(15 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .shopitem div.shopintro {
    text-align: center;
    padding: 20px 20px;
  }
}
.shopitem .flexleft {
  padding-top: calc(30 * calc(100vw/1440)) !important;
  padding-left: calc(135 * calc(100vw/1440));
  min-height: calc(225 * calc(100vw/1440));
  width: 70%;
}
@media only screen and (max-width: 799px) {
  .shopitem .flexleft {
    padding: 0px 0 0 150px !important;
    width: auto;
    height: 80px;
  }
}
.shopitem .flexright {
  padding-top: calc(70 * calc(100vw/1440)) !important;
  padding-right: calc(80 * calc(100vw/1440)) !important;
  text-align: right;
  font-size: calc(36 * calc(100vw/1440));
  width: 20%;
}
.shopitem .flexright span {
  font-size: calc(24 * calc(100vw/1440));
  line-height: calc(40 * calc(100vw/1440));
  display: block;
  padding-top: calc(10 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .shopitem .flexright span {
    font-size: 19px;
    line-heght: 19px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 799px) {
  .shopitem .flexright {
    font-size: 24px;
    text-align: left;
    height: 70px;
    padding: 0 20px 0 170px;
    width: auto;
  }
}
@media only screen and (min-width: 800px) {
  .shopitem:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: var(--yellow);
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    z-index: -1;
    position: absolute;
    background-size: calc(62 * calc(100vw/1440));
    background-position: 99% 90%;
    background-image: url('/front/images/arrow.svg');
    background-repeat: no-repeat;
  }
}
@-webkit-keyframes shopbounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-115%);
  }
  40% {
    transform: translateY(-50%);
  }
  60% {
    transform: translateY(-110%);
  }
  80% {
    transform: translateY(-103%);
  }
  85% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes shopbounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-115%);
  }
  40% {
    transform: translateY(-50%);
  }
  60% {
    transform: translateY(-110%);
  }
  80% {
    transform: translateY(-103%);
  }
  85% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.shopitem:hover:after {
  cursor: pointer;
  -webkit-animation-name: shopbounce;
          animation-name: shopbounce;
  -moz-animation-name: shopbounce;
}
.pageshop .overlayflex .overlayright,
.pageshop .overlayflex .overlayleft {
  background-color: #ffffff;
  width: 49%;
  height: calc(340 * calc(100vw/1440));
}
.pageshop .overlayflex {
  flex: revert;
}
.pageshop .whiteoverlay {
  flex-grow: 2;
}
.pageshop .overlay h3 {
  margin-bottom: calc(10 * calc(100vw/1440));
}
.pageshop .overlay h4 {
  margin-bottom: calc(5 * calc(100vw/1440));
  padding-bottom: calc(5 * calc(100vw/1440));
  font-size: calc(24 * calc(100vw/1440));
}
.selectshop {
  position: relative;
  max-height: calc(78 * calc(100vw/1440));
}
.selectshop a {
  position: absolute;
  right: calc(20 * calc(100vw/1440));
  top: calc(12 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .selectshop a {
    right: 20px;
  }
}
.selectshop .priceholder {
  position: absolute;
  right: calc(170 * calc(100vw/1440));
  top: calc(22 * calc(100vw/1440));
  font-size: calc(28 * calc(100vw/1600));
  line-height: calc(28 * calc(100vw/1600));
  font-weight: 400;
}
@media only screen and (max-width: 799px) {
  .selectshop .priceholder {
    font-size: 28px;
    line-height: 30px;
    right: 30px;
    top: 60px;
  }
}
.selectshop select {
  border: 1px solid var(--black);
  display: block;
  float: right;
  margin-right: 40%;
  padding: calc(13 * calc(100vw/1440)) calc(5 * calc(100vw/1440));
  border-radius: calc(5 * calc(100vw/1440));
  background-color: #ffffff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  min-width: calc(200 * calc(100vw/1440));
  text-align: center;
}
@media only screen and (max-width: 799px) {
  .selectshop select {
    padding: 10px 5px;
    border-radius: 5px;
    min-width: 200px;
    margin-top: 15px;
    font-size: 14px;
  }
}
.disabledhref {
  opacity: 0.4;
  pointer-events: none;
}
.mobileshop {
  display: block;
  width: 100%;
  position: relative;
  height: 120px;
  max-height: 120px;
  border-bottom: 2px solid #f2f2f2;
}
html,
input,
textarea,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  color: var(--black);
  font-family: 'DINPro', Verdana;
  font-weight: 300;
  font-size: calc(20 * calc(100vw/1440));
  line-height: calc(30 * calc(100vw/1440));
  letter-spacing: calc(0 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  html,
  input,
  textarea,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    font-size: 19px;
    line-height: 25px;
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  box-sizing: border-box;
  outline: none !important;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.backcontain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.backcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin: 0;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  background-repeat: no-repeat;
  padding-top: calc(74 * calc(100vw/1440));
}
strong {
  font-weight: bold;
}
a {
  colo1r: #391b51;
  letter-spacing: 0;
  text-decoration: none;
}
a:hover {
  color: var(--yellow);
}
img {
  display: block;
  width: 100%;
}
.container {
  max-width: calc(1440 * calc(100vw/1440));
  width: 100%;
  margin: 0 auto 0;
  position: relative;
  padding-left: calc(27 * calc(100vw/1440));
  padding-right: calc(27 * calc(100vw/1440));
  padding-top: calc(22 * calc(100vw/1440));
  padding-bottom: calc(22 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .container {
    margin: 0 auto 0px;
    max-width: none !important;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
.content .container img {
  display: block;
  margin: calc(100 * calc(100vw/1440)) 0;
}
@media only screen and (max-width: 799px) {
  .content .container img {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 800px) {
  .content .container {
    padding-left: calc(450 * calc(100vw/1440));
    padding-right: calc(100 * calc(100vw/1440));
    min-height: calc(100 * calc(100vw/1440));
  }
  .content .container .subtitle {
    position: absolute;
    left: calc(27 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .content .container {
    margin: 0 auto 20px;
    max-width: 358px !important;
    text-align: center;
  }
}
.content .container h4 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.content .container b {
  font-weight: 500;
}
.content .container ul {
  padding-bottom: 20px;
}
.content .container ul li {
  position: relative;
  padding-left: 20px;
}
.content .container ul li:before {
  content: '•';
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 799px) {
  .home .rcontainer {
    max-width: 320px !important;
  }
}
@media only screen and (min-width: 800px) {
  .width1000 .container {
    max-width: calc(1000 * calc(100vw/1440));
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style-type: none;
}
ol {
  margin-left: 15px;
}
.pagecontent ul li {
  padding-left: 15px;
}
.pagecontent ul li:before {
  content: '•';
  position: absolute;
  margin-left: -15px;
}
@media only screen and (max-width: 799px) {
  .pagecontent ul li {
    text-align: left;
  }
}
.container p,
.rcontainer p {
  padding-bottom: calc(30 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .container p,
  .rcontainer p {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 800px) {
  .show-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 799px) {
  .show-full {
    display: none !important;
  }
}
/* HEADER */
.head {
  margin: 0 auto 0;
  width: 100%;
  top: 0;
  z-index: 800;
}
@media only screen and (min-width: 800px) {
  .head {
    overflow: hidden;
    top: 0;
    height: calc(74 * calc(100vw/1440));
    position: fixed;
    background-color: #ffffff;
  }
}
.head .container {
  z-index: 5000;
  transition: height 1s ease;
  text-align: right;
  padding-top: calc(12 * calc(100vw/1440));
  padding-bottom: calc(12 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .head .container {
    max-width: inherit;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 800px) {
  .home .headimage {
    width: calc(730 * calc(100vw/1440));
  }
}
@media only screen and (min-width: 800px) {
  .home .headimage img {
    height: auto;
  }
}
@media only screen and (min-width: 800px) {
  .headimage {
    width: calc(846 * calc(100vw/1440));
    height: auto;
    display: inline-block;
    overflow: hidden;
    border-radius: 0 0 calc(200 * calc(100vw/1440)) calc(200 * calc(100vw/1440));
    min-height: calc(130 * calc(100vw/1440));
    z-index: 1;
    position: relative;
  }
  .headimage img {
    transition: all 0.6s ease-in-out;
    height: calc(475 * calc(100vw/1440));
    -o-object-fit: cover;
       object-fit: cover;
  }
  .headimage img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
}
@media only screen and (max-width: 799px) {
  .headimage {
    margin-bottom: 40px;
    border-radius: 0 0 100px 100px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 799px) {
  .centermobile {
    text-align: center;
  }
}
.logo {
  position: absolute;
  top: calc(12 * calc(100vw/1440));
  left: calc(40 * calc(100vw/1440));
  width: calc(51 * calc(100vw/1440));
  z-index: 9999999;
}
.logo a {
  display: block;
}
@media only screen and (max-width: 799px) {
  .logo {
    width: 50px;
    position: inherit;
    top: 0;
    left: 0;
    margin: 0 auto;
  }
}
.icons a {
  display: inline-block;
  width: calc(35 * calc(100vw/1440));
  height: calc(35 * calc(100vw/1440));
  margin-right: calc(15 * calc(100vw/1440));
  margin-top: calc(60 * calc(100vw/1440));
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.icons a span {
  position: absolute;
  margin-left: calc(50 * calc(100vw/1440));
  max-width: calc(200 * calc(100vw/1440));
  line-height: calc(22 * calc(100vw/1440));
  margin-top: calc(-10 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .icons a {
    width: 42px;
    height: 42px;
    margin-right: 15px;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 12px;
  }
}
.facebook {
  background-image: url('/front/images/facebook.svg');
}
.twitter {
  background-image: url('/front/images/twitter.svg');
}
.instagram {
  background-image: url('/front/images/insta.svg');
}
.phone {
  background-image: url('/front/images/mobile.svg');
}
.email {
  background-image: url('/front/images/mail.svg');
}
.whatsapp {
  background-image: url('/front/images/whatsapp.svg');
}
.videoicons {
  position: absolute;
  z-index: 100;
  right: 17px;
  background-color: #ffffff;
  border-radius: 30px;
  top: 100px;
}
@media only screen and (min-width: 800px) {
  .videoicons {
    display: none;
  }
}
.videoicons a {
  width: 40px;
  height: 40px;
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 6px 6px;
}
.quote-darkblue blockquote p {
  background-color: #391B51;
  color: #ffffff;
}
.quote-darkblue blockquote p .btn-holder {
  margin-bottom: 20px;
}
.quote-green blockquote p {
  background-color: #6F9F69;
  color: #ffffff;
}
blockquote p {
  background-color: #D0ADED;
  padding: calc(100 * calc(100vw/1440)) calc(50 * calc(100vw/1440)) calc(100 * calc(100vw/1440)) !important;
  border-radius: calc(165 * calc(100vw/1440));
  left: 0;
  text-align: center;
  font-size: calc(50 * calc(100vw/1440));
  line-height: calc(60 * calc(100vw/1440));
  font-weight: 400;
  padding-bottom: calc(8 * calc(100vw/1440));
  padding-top: calc(15 * calc(100vw/1440));
  position: relative;
  margin-bottom: calc(0 * calc(100vw/1440));
  letter-spacing: 0;
}
@media only screen and (min-width: 800px) {
  blockquote p {
    position: absolute !important;
    margin-top: calc(50 * calc(100vw/1440));
    width: 100%;
  }
}
@media only screen and (max-width: 799px) {
  blockquote p {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-align: center;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 799px) {
  blockquote p {
    margin-top: 40px;
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    border-radius: 10px;
  }
}
blockquote cite {
  display: none;
}
@media only screen and (min-width: 800px) {
  .afterblock,
  blockquote {
    display: block;
    width: 100%;
    height: calc(430 * calc(100vw/1440));
  }
}
.btn-holder {
  text-align: center;
  margin: calc(20 * calc(100vw/1440)) auto 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.tags-holder {
  margin: calc(20 * calc(100vw/1440)) auto 0;
}
.btn {
  background-color: var(--black);
  border: calc(1 * calc(100vw/1440)) solid var(--black);
  border-radius: calc(18 * calc(100vw/1440));
  display: inline-block;
  font-weight: 400;
  font-size: calc(20 * calc(100vw/1440));
  line-height: calc(30 * calc(100vw/1440));
  color: var(--white);
  min-width: calc(80 * calc(100vw/1440));
  padding-left: calc(22 * calc(100vw/1440));
  padding-right: calc(25 * calc(100vw/1440));
  padding-top: calc(8 * calc(100vw/1440));
  padding-bottom: calc(10 * calc(100vw/1440));
  text-align: center;
  text-decoration: none !important;
  transition: background-color 300ms linear;
  cursor: pointer;
}
@media only screen and (max-width: 799px) {
  .btn {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    min-width: 100px;
    border-radius: 12px;
    font-weight: 300;
  }
}
.btn:hover {
  background-color: var(--yellow);
  color: #000000;
}
.btn-cal {
  padding-left: calc(58 * calc(100vw/1440));
  background-image: url('/front/images/calendar.png');
  background-size: calc(18 * calc(100vw/1440));
  background-repeat: no-repeat;
  background-position: calc(20 * calc(100vw/1440)) center;
}
.btn-cal:hover {
  background-image: url('/front/images/calendar-black.svg');
}
.btn-white {
  background-color: var(--white);
  border: calc(1 * calc(100vw/1440)) solid var(--black);
  border-radius: calc(30 * calc(100vw/1440));
  margin-bottom: calc(24 * calc(100vw/1440));
  display: inline-block;
  font-weight: 400;
  font-size: calc(20 * calc(100vw/1440));
  line-height: calc(22 * calc(100vw/1440));
  color: var(--black);
  min-width: calc(80 * calc(100vw/1440));
  padding-left: calc(22 * calc(100vw/1440));
  padding-right: calc(25 * calc(100vw/1440));
  padding-top: calc(12 * calc(100vw/1440));
  padding-bottom: calc(14 * calc(100vw/1440));
  text-align: center;
  text-decoration: none !important;
  transition: background-color 300ms linear;
  cursor: pointer;
  margin-right: calc(12 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .btn-white {
    border-radius: 20px;
    margin-bottom: 14px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 799px) {
  .btn-white {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 18px;
    margin-bottom: 8px;
    margin-top: 8px;
    margin-right: 10px;
    min-width: 80px;
    border-radius: 20px;
    font-weight: 300;
  }
}
.btn-white:hover {
  background-color: var(--yellow);
  color: #000000;
}
#fixedfooter {
  background-color: var(--yellow);
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99999;
}
#fixedfooter .container {
  text-align: center;
  font-size: calc(20 * calc(100vw/1440));
  padding-top: calc(5 * calc(100vw/1440));
  padding-bottom: calc(2 * calc(100vw/1440));
}
#fixedfooter .container a {
  text-decoration: underline;
  font-size: inherit;
}
#fixedfooter .container a:hover {
  color: var(--black);
  text-decoration: none;
}
#fixedfooter .container .btn {
  transform: scale(0.8);
  transform-origin: 50% 40%;
  line-height: calc(22 * calc(100vw/1440));
}
.fixedfooterdisplay #fixedfooter {
  display: block;
}
@media only screen and (max-width: 799px) {
  .fixedfooterdisplay #abutton {
    display: block;
  }
}
/* content */
@media only screen and (max-width: 799px) {
  .page .container {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.page .container a,
.content .container a {
  text-decoration: underline;
}
.pageinner {
  position: relative;
  padding-top: calc(50 * calc(100vw/1440));
  padding-bottom: calc(50 * calc(100vw/1440));
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 799px) {
  .pageinner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.toppadding {
  padding-top: calc(90 * calc(100vw/1440)) !important;
  padding-bottom: calc(90 * calc(100vw/1440)) !important;
}
@media only screen and (max-width: 799px) {
  .toppadding {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 799px) {
  .nobottompadding {
    padding-bottom: 0px !important;
  }
}
@media only screen and (max-width: 799px) {
  .mobilewhitebg {
    background-color: #ffffff;
  }
}
.pageinner .container {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.whiterdescription {
  position: absolute;
  right: calc(112 * calc(100vw/1440));
  width: calc(409 * calc(100vw/1440));
  top: calc(224 * calc(100vw/1440));
  font-weight: 400;
}
@media only screen and (max-width: 799px) {
  .whiterdescription {
    padding: 0;
    right: 0;
    position: absolute;
    width: auto;
    top: 360px;
  }
  .whiterdescription p {
    color: var(--text) !important;
    font-weight: 400;
    font-size: 22px;
    padding: 0 40px;
  }
}
.center {
  text-align: center;
}
.regular {
  font-weight: 400;
  margin-top: calc(35 * calc(100vw/1440));
  margin-bottom: calc(5 * calc(100vw/1440));
  color: #5D4039;
}
.regular p {
  font-weight: 400;
}
.bgwhite {
  background-color: #ffffff;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.side-left {
  padding-bottom: 30px;
}
@media only screen and (min-width: 800px) {
  .side2 .pageinner .container {
    max-width: 1110px;
    display: table;
    padding-bottom: 30px;
  }
  .sides {
    display: table-row;
  }
  .side-left {
    display: table-cell;
    padding-right: 60px;
    vertical-align: top;
  }
  .side-right {
    width: 320px;
    display: table-cell;
    padding-top: 40px;
    vertical-align: top;
  }
}
#content {
  padding-bottom: 0px;
}
.h1 {
  font-size: calc(50 * calc(100vw/1440));
  line-height: calc(60 * calc(100vw/1440));
  font-weight: 400;
  padding-bottom: calc(8 * calc(100vw/1440));
  padding-top: calc(15 * calc(100vw/1440));
  position: relative;
  margin-bottom: calc(0 * calc(100vw/1440));
  letter-spacing: 0;
}
@media only screen and (max-width: 799px) {
  .h1 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-align: center;
    padding-top: 20px;
  }
}
h1 {
  font-size: calc(50 * calc(100vw/1440));
  line-height: calc(60 * calc(100vw/1440));
  font-weight: 400;
  padding-bottom: calc(8 * calc(100vw/1440));
  padding-top: calc(15 * calc(100vw/1440));
  position: relative;
  margin-bottom: calc(0 * calc(100vw/1440));
  letter-spacing: 0;
}
@media only screen and (max-width: 799px) {
  h1 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-align: center;
    padding-top: 20px;
  }
}
h2 {
  font-size: calc(50 * calc(100vw/1440));
  line-height: calc(60 * calc(100vw/1440));
  font-weight: 400;
  padding-bottom: calc(8 * calc(100vw/1440));
  padding-top: calc(15 * calc(100vw/1440));
  position: relative;
  margin-bottom: calc(0 * calc(100vw/1440));
  letter-spacing: 0;
}
@media only screen and (max-width: 799px) {
  h2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-align: center;
    padding-top: 20px;
  }
}
em {
  font-style: italic;
  font-size: inherit;
}
.whiteholder strong em {
  font-style: normal;
}
.h3 {
  font-size: calc(36 * calc(100vw/1440));
  line-height: calc(36 * calc(100vw/1440));
  font-weight: 400;
  padding-bottom: calc(10 * calc(100vw/1440));
  position: relative;
  margin-bottom: 0;
}
@media only screen and (max-width: 799px) {
  .h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 20px 40px;
  }
}
.h3 em {
  font-size: calc(28 * calc(100vw/1440));
  line-height: calc(36 * calc(100vw/1440));
  font-weight: 400;
  color: #00000080;
  display: block;
}
@media only screen and (max-width: 799px) {
  .h3 em {
    font-size: 20px;
    line-height: 20px;
  }
}
h3 {
  font-size: calc(36 * calc(100vw/1440));
  line-height: calc(36 * calc(100vw/1440));
  font-weight: 400;
  padding-bottom: calc(10 * calc(100vw/1440));
  position: relative;
  margin-bottom: 0;
}
@media only screen and (max-width: 799px) {
  h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 20px 40px;
  }
}
h3 em {
  font-size: calc(28 * calc(100vw/1440));
  line-height: calc(36 * calc(100vw/1440));
  font-weight: 400;
  color: #00000080;
  display: block;
}
@media only screen and (max-width: 799px) {
  h3 em {
    font-size: 20px;
    line-height: 20px;
  }
}
h1 + h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0px 0px 20px;
}
@media only screen and (min-width: 800px) {
  .h4 {
    font-size: calc(30 * calc(100vw/1440));
    line-height: calc(36 * calc(100vw/1440));
  }
}
.h4 b {
  font-weight: 700;
}
@media only screen and (min-width: 800px) {
  .h4 b {
    font-size: calc(30 * calc(100vw/1440));
    line-height: calc(36 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .h4 b {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 799px) {
  .h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.h4 strong {
  font-weight: 400;
}
@media only screen and (min-width: 800px) {
  .h4 strong {
    font-size: calc(30 * calc(100vw/1440));
    line-height: calc(36 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .h4 strong {
    font-size: 24px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 800px) {
  h4 {
    font-size: calc(30 * calc(100vw/1440));
    line-height: calc(36 * calc(100vw/1440));
  }
}
h4 b {
  font-weight: 700;
}
@media only screen and (min-width: 800px) {
  h4 b {
    font-size: calc(30 * calc(100vw/1440));
    line-height: calc(36 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  h4 b {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 799px) {
  h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
h4 strong {
  font-weight: 400;
}
@media only screen and (min-width: 800px) {
  h4 strong {
    font-size: calc(30 * calc(100vw/1440));
    line-height: calc(36 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  h4 strong {
    font-size: 24px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 799px) {
  .mobileh4 {
    font-size: 24px;
    line-height: 28px;
    padding-top: 40px;
  }
}
.subtitle {
  text-decoration: underline;
  padding-bottom: 30px;
}
.rectangle {
  display: block;
  height: calc(816 * calc(100vw/1440));
  background-color: var(--yellow);
}
@media only screen and (max-width: 799px) {
  .rectangle {
    height: 250px;
  }
}
.pageinner p {
  color: var(--text);
  padding-top: 0px;
  padding-bottom: 20px;
}
/* footer */
#footer {
  background-color: var(--blue);
  z-index: 9999;
}
#footer .container {
  margin-bottom: 0;
  padding-top: calc(60 * calc(100vw/1440));
  padding-bottom: calc(100 * calc(100vw/1440));
  min-height: calc(360 * calc(100vw/1440));
}
#footer .container * {
  color: #ffffff;
}
@media only screen and (max-width: 799px) {
  #footer .container {
    padding-top: 20px;
    padding-bottom: 210px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: inherit;
  }
}
.footerlogo {
  padding-top: calc(100 * calc(100vw/1440));
  background-image: url('/front/images/footerlogo.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: calc(88 * calc(100vw/1440));
  position: absolute;
  width: calc(250 * calc(100vw/1440));
  left: calc(27 * calc(100vw/1440));
  color: #ffffff;
  text-decoration: none;
  font-size: calc(31 * calc(100vw/1440));
  line-height: calc(31 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .footerlogo {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    bottom: 80px;
    left: 20px;
    width: auto;
    background-size: 50px;
    padding-top: 60px;
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 800px) {
  .pholder {
    padding-left: calc(240 * calc(100vw/1440));
    min-height: calc(240 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .pholder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
    padding-bottom: 5px;
  }
}
.plinks {
  float: left;
  padding: 0px 0px 0 0;
  margin-top: 0px;
  margin-right: 0;
  margin-left: calc(97 * calc(100vw/1440));
  padding-bottom: calc(0 * calc(100vw/1440));
}
@media only screen and (min-width: 800px) {
  .plinks {
    min-width: calc(179 * calc(100vw/1440));
  }
}
.plinks strong {
  font-weight: 300;
  font-size: calc(20 * calc(100vw/1440));
  line-height: calc(30 * calc(100vw/1440));
  display: block;
  padding-bottom: calc(40 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .plinks strong {
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding-bottom: 25px;
  }
}
.plinks p {
  margin: 0;
  text-align: right;
}
@media only screen and (max-width: 799px) {
  .plinks p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
  }
}
@media only screen and (max-width: 799px) {
  .plinks {
    width: 50% !important;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 19px;
    line-height: 30px;
  }
  .plinks .icons {
    text-align: left;
  }
}
@media only screen and (max-width: 799px) {
  .fcontentlink {
    text-align: left !important;
    margin-bottom: 5px !important;
  }
}
#footer .plinks a {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: calc(16 * calc(100vw/1440));
  line-height: calc(30 * calc(100vw/1440));
  text-decoration: none;
  padding-bottom: calc(10 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  #footer .plinks a {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    font-weight: 400;
    margin: 0 !important;
    padding-bottom: 10px;
  }
}
#footer .plinks a:hover {
  color: var(--yellow) !important;
}
.footerextra {
  border-top: calc(2 * calc(100vw/1440)) solid #ffffff;
  position: relative;
  clear: both;
  padding-top: calc(12 * calc(100vw/1440));
  padding-bottom: calc(22 * calc(100vw/1440));
  margin-top: calc(22 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .footerextra {
    position: absolute;
    border-top: 0;
    width: 172px;
    margin-left: auto;
    margin-right: auto;
    bottom: 70px;
    right: 20px;
  }
  .footerextra .plinks {
    width: 100% !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footerextra .plinks:nth-child(4) {
    opacity: 0.9;
    margin-top: 10px;
  }
  .footerextra .plinks a {
    padding-bottom: 3px !important;
  }
}
.footerextra .pholder {
  min-height: 0;
}
.footerextra .pholder u {
  font-size: inherit;
}
.footerextra .pholder a:hover u {
  color: var(--yellow) !important;
}
#disclaimer {
  clear: both;
  text-align: center;
  border-top: calc(2 * calc(100vw/1440)) solid #ffffff;
  position: relative;
}
#disclaimer a {
  text-decoration: none;
}
@media only screen and (min-width: 800px) {
  #disclaimer {
    padding-top: calc(56 * calc(100vw/1440));
    padding-bottom: calc(26 * calc(100vw/1440));
    padding-right: calc(250 * calc(100vw/1440));
  }
  #disclaimer .dcolumns {
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #disclaimer .dleft {
    width: 32%;
  }
  #disclaimer .dright {
    width: 68%;
  }
}
#disclaimer .ditem {
  font-size: calc(14 * calc(100vw/1440));
  line-height: calc(30 * calc(100vw/1440));
  min-width: calc(180 * calc(100vw/1440));
  text-align: left;
}
@media only screen and (max-width: 799px) {
  #disclaimer .ditem {
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 799px) {
  #disclaimer {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  #disclaimer a.ditem {
    text-decoration: underline;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.button-arrow-2 {
  position: absolute;
  width: calc(62 * calc(100vw/1440));
  height: calc(62 * calc(100vw/1440));
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition-duration: 0.8s;
  transition-property: transform;
  bottom: calc(28 * calc(100vw/1440));
  left: calc(28 * calc(100vw/1440));
  background-image: url('/front/images/arrow.svg');
}
.button-arrow-2:hover {
  background-image: url('/front/images/arrow-hover.svg');
}
@media only screen and (max-width: 799px) {
  .button-arrow-2 {
    width: 42px;
    height: 42px;
    display: none;
  }
}
.bottom {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  padding-left: 6%;
  padding-right: 6%;
}
.bottom span {
  position: absolute;
  right: 0;
  text-align: right;
}
.bottom * {
  font-size: calc(16 * calc(100vw/1440));
  line-height: calc(40 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .bottom * {
    font-size: 12px;
    line-height: 34px;
  }
}
.splide__arrow {
  background: transparent !important;
  opacity: 1 !important;
}
.splide__arrow svg {
  fill: #ffffff !important;
  width: 2em !important;
  height: 2em !important;
}
.splide__arrow:hover svg {
  fill: var(--green) !important;
}
.splide__arrow--prev {
  left: 3em !important;
}
.splide__arrow--next {
  right: 3em !important;
}
.splide__pagination {
  bottom: 1.5em !important;
}
.splide__pagination__page {
  opacity: 1 !important;
  transform: scale(1) !important;
  border: 2px solid #ffffff !important;
  background: none !important;
  width: 11px !important;
  height: 11px !important;
}
.splide__pagination__page.is-active {
  background: #ffffff !important;
}
.sliderhold {
  padding: 0 0%;
  position: relative;
  height: 36vw;
  overflow: hidden;
}
@media only screen and (max-width: 799px) {
  .sliderhold {
    height: 400px;
  }
}
.sliderhold .slideinner {
  position: absolute;
  width: 140%;
  overflow: hidden;
  left: -20%;
  padding-bottom: 0;
}
@media only screen and (max-width: 799px) {
  .sliderhold .slideinner {
    left: -60%;
    width: 220%;
  }
}
.sliderholdmedia {
  padding: 0 0%;
  position: relative;
  height: 27vw;
  overflow: hidden;
}
@media only screen and (max-width: 799px) {
  .sliderholdmedia {
    height: 490px;
  }
}
.sliderholdmedia .slideinner {
  position: absolute;
  width: 110%;
  overflow: hidden;
  left: -5%;
  padding-bottom: 0;
}
@media only screen and (max-width: 799px) {
  .sliderholdmedia .slideinner {
    left: -60%;
    width: 220%;
  }
}
.slider {
  margin-bottom: calc(40 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .slider {
    margin-bottom: 40px;
  }
}
.slider div.refitem {
  height: calc(367 * calc(100vw/1440));
  width: calc(664 * calc(100vw/1440));
  box-shadow: 0px calc(1 * calc(100vw/1440)) calc(40 * calc(100vw/1440)) #00A5514D;
  border-radius: calc(35 * calc(100vw/1440));
  padding: calc(34 * calc(100vw/1440)) calc(40 * calc(100vw/1440)) calc(34 * calc(100vw/1440)) calc(209 * calc(100vw/1440));
  background-color: #ffffff;
  margin: calc(30 * calc(100vw/1440)) calc(30 * calc(100vw/1440)) calc(50 * calc(100vw/1440));
  position: relative;
}
.slider div.refitem p {
  color: var(--text) !important;
  font-size: calc(30 * calc(100vw/1440));
  line-height: calc(42 * calc(100vw/1440));
  font-weight: 600;
  color: #656565 !important;
  overflow: hidden;
  max-height: calc(290 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .slider div.refitem p {
    font-size: 19px;
    line-height: 30px;
    max-height: 240px;
  }
}
.slider div.refitem strong {
  color: var(--green) !important;
  position: absolute;
  left: 0;
  font-size: calc(175 * calc(100vw/1440));
  font-weight: 800;
  top: calc(78 * calc(100vw/1440));
  display: block;
  text-align: right;
  min-width: calc(190 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .slider div.refitem strong {
    position: relative;
    top: 0;
    font-size: 108px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.slider div.refitem strong:before {
  content: '#';
  font-size: calc(80 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .slider div.refitem strong:before {
    font-size: 55px;
  }
}
@media only screen and (max-width: 799px) {
  .slider div.refitem {
    margin: 20px 15px;
    width: 266px;
    height: 395px !important;
    padding: 45px 25px;
    box-shadow: 0px 1px 15px #00A5514D;
    border-radius: 35px;
  }
}
.slider .slideitem {
  height: calc(597 * calc(100vw/1440));
  width: calc(478 * calc(100vw/1440));
  margin: calc(30 * calc(100vw/1440)) calc(30 * calc(100vw/1440)) calc(50 * calc(100vw/1440));
  position: relative;
  display: block;
}
@media only screen and (max-width: 799px) {
  .slider .slideitem {
    margin: 0 10px;
    width: 165px;
    height: 332px !important;
  }
}
/* Dots */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 30px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.8;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #aaaaaa;
  content: '•';
  width: 20px;
  height: 20px;
  font-family: Arial;
  font-size: 52px;
  line-height: 20px;
  text-align: center;
  opacity: 0.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 1;
}

