/* 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;
}

:root {
  --yellow: #FEDF00;
  --green: #00A551;
  --blue: #6639B7;
  --notyellow: #C4871F;
  --blackgreen: #53655B;
  --text: #2B1016;
  --notgreen: #866B3E;
  --orange: #DF5015;
  --gray: #efefef;
  --pink: #ede5d8;
  --red: #53190C;
  --back: #f4efe7;
}
#svgmenu {
  width: 33px;
  height: 22px;
  position: absolute;
  top: 70px;
  right: 0px;
  border: 0px solid darkred;
  cursor: pointer;
}
#svgmenu img:nth-child(2) {
  opacity: 0;
}
.menu-opened #svgmenu {
  top: 30px;
}
.menu-opened #svgmenu img:nth-child(2) {
  opacity: 1;
}
.menu-opened #svgmenu img:nth-child(1) {
  opacity: 0;
  position: absolute;
}
.st0 {
  transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  /** Chrome & Safari **/
  -moz-transition: all 1.5s ease-in-out;
  /** Firefox **/
  -o-transition: all 1.5s ease-in-out;
  /** Opera **/
}
.menu-closed #menu1 {
  transform: translate(0px, 0px) rotate(0deg) !important;
}
.menu-closed #menu3 {
  transform: translate(0px, 0px) rotate(0deg) !important;
}
.menu-opened #menu1 {
  t1ransform: translate(6px, 1px) rotate(40deg);
}
.menu-opened #menu2 {
  t1ransform: translate(-24px, 0px);
}
.menu-opened #menu3 {
  t1ransform: translate(-11px, 5px) rotate(-40deg);
}
.spinit {
  transform: translate(-170px, 264px) rotate(18deg) scale(2.9);
  opacity: 0.2;
}
.roundleft .spinit {
  transform: translate(170px, 264px) rotate(18deg) scale(2.9);
}
.unspin,
.roundleft .unspin {
  transform: translate(0, 0) rotate(0deg) scale(1);
  opacity: 0.2;
}
#navigation {
  position: absolute;
  bottom: calc(59 * calc(100vw/1920));
  left: 0px;
  z-index: -1;
  width: 100%;
  padding-left: calc(200 * calc(100vw/1920));
  padding-right: calc(0 * calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  #navigation {
    opacity: 0;
    position: fixed;
    top: 83px;
    background-color: var(--green);
    padding: 0px 0 0;
    left: -9999px;
    bottom: 0;
  }
}
#nav {
  font-weight: 400;
  margin: 0 auto;
  padding-bottom: 0px;
  width: 100%;
  position: relative;
  z-index: 100;
  display: table;
}
@media only screen and (min-width: 800px) {
  #nav ul {
    display: table-row;
  }
}
#nav ul li {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
@media only screen and (min-width: 800px) {
  #nav ul li {
    display: table-cell;
  }
}
@media only screen and (max-width: 799px) {
  #nav ul li {
    padding-bottom: 0px;
  }
}
#nav ul li a {
  height: 100%;
  text-align: center;
  font-weight: 700;
  font-size: calc(24 * calc(100vw/1920));
  line-height: 18px;
  color: #ffffff;
  letter-spacing: calc(1 * calc(100vw/1920));
  display: inline-block;
  padding-left: calc(80 * calc(100vw/1920));
  min-width: calc(50 * calc(100vw/1920));
  position: relative;
  white-space: nowrap;
}
#nav ul li a:hover {
  color: var(--yellow);
}
@media only screen and (max-width: 799px) {
  #nav ul li a {
    color: #ffffff;
    height: auto;
    font-size: 35px;
    line-height: 42px;
    padding: 30px 40px 15px;
    display: block;
  }
}
li.dropdown {
  position: relative;
}
li.dropdown > a:after {
  content: '';
  background-image: url('/front/images/menu-arrow.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: calc(5 * calc(100vw/1920));
  margin-left: calc(5 * calc(100vw/1920));
  width: calc(20 * calc(100vw/1920));
  height: calc(15 * calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  li.dropdown > a:after {
    width: 25px;
    height: 20px;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
    right: 25px;
  }
}
li.dropdown ul {
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  left: calc(-40 * calc(100vw/1920));
  right: 0;
  top: 100%;
  margin-top: -1000px;
  border-radius: 0;
}
@media only screen and (max-width: 799px) {
  li.dropdown ul {
    left: 0;
  }
}
li.dropdown ul li {
  display: block !important;
  margin-bottom: 1px !important;
}
li.dropdown ul li a {
  display: block;
  color: #f5f5f5 !important;
  text-align: center !important;
  padding: calc(15 * calc(100vw/1920)) calc(10 * calc(100vw/1920)) !important;
  font-size: calc(22 * calc(100vw/1920)) !important;
  line-height: calc(26 * calc(100vw/1920)) !important;
  background-color: #a5b9ae;
  white-space: normal !important;
}
@media only screen and (min-width: 1200px) {
  li.dropdown ul li a:hover {
    background-color: var(--blackgreen);
  }
}
@media only screen and (max-width: 799px) {
  li.dropdown ul li a {
    font-size: 24px !important;
    line-height: 30px !important;
    padding: 15px 40px !important;
    display: block;
    text-align: left !important;
  }
}
@media only screen and (min-width: 800px) {
  li.dropdown ul li a {
    width: calc(290 * calc(100vw/1920)) !important;
  }
}
li.dropdown:hover ul {
  opacity: 1;
  margin-top: 0px;
}
@media only screen and (max-width: 799px) {
  li.dropdown:hover ul {
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  li.dropdown:hover ul > li:first-child {
    margin-top: 45px !important;
  }
}
@media only screen and (min-width: 800px) {
  #nav ul li.active a {
    color: var(--yellow);
  }
}
@media only screen and (max-width: 799px) {
  .menu-opened #navigation {
    opacity: 1;
    left: 0;
  }
  .menu-opened.menu-closed #navigation {
    opacity: 0.1 !important;
    left: 0;
  }
  .menu-opened .head {
    background-color: var(--green);
  }
  .menu-opened .logo {
    display: none;
  }
  .active a:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 4px;
    background-color: #ffffff;
    display: block;
    left: 50%;
    margin-left: -50px;
    margin-top: 10px;
  }
}
/* header image */
.cookiebar {
  background-color: var(--green);
  position: absolute;
  z-index: 9;
  width: 100%;
  opacity: 1;
}
@media only screen and (min-width: 800px) {
  .cookiebar .btn-holder {
    position: absolute;
    right: calc(98 * calc(100vw/1920));
    top: calc(35 * calc(100vw/1920));
  }
}
@media only screen and (max-width: 799px) {
  .cookiebar .btn-holder {
    margin-top: 10px;
  }
}
.cookiebar .container {
  font-size: calc(24 * calc(100vw/1920));
  line-height: calc(28 * calc(100vw/1920));
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: calc(28 * calc(100vw/1920)) calc(300 * calc(100vw/1920)) calc(28 * calc(100vw/1920)) calc(170 * calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  .cookiebar .container {
    font-size: 18px;
    line-height: 22px;
    padding: 20px 9px;
  }
}
.cookiebar .container > a {
  font-size: calc(24 * calc(100vw/1920));
  color: var(--yellow);
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (max-width: 799px) {
  .cookiebar .container > a {
    font-size: 18px;
    line-height: 22px;
  }
}
.header-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--notyellow);
}
.home .header-image .container {
  height: calc(900 * calc(100vw/1920)) !important;
  width: inherit;
}
@media only screen and (max-width: 799px) {
  .home .header-image .container {
    height: 274px !important;
  }
}
.home .header-image .container .header-text {
  position: absolute;
  top: calc(270 * calc(100vw/1920));
  color: #ffffff;
  z-index: 1;
  font-size: calc(130 * calc(100vw/1920));
  line-height: calc(138 * calc(100vw/1920));
  font-weight: 800;
  text-shadow: 7px 7px 15px #00000099;
  padding-left: 50%;
  text-align: left;
}
@media only screen and (max-width: 799px) {
  .home .header-image .container .header-text {
    top: 50px;
    left: 30px;
    font-size: 42px;
    line-height: 44px;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.header-image .container {
  height: calc(688 * calc(100vw/1920));
  width: calc(788 * calc(100vw/1920));
}
@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/1920));
  color: #ffffff;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-size: calc(36 * calc(100vw/1920));
  line-height: calc(48 * calc(100vw/1920));
  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/1920));
  box-shadow: 0px 6px 21px #00000029;
  background-color: #ffffff;
  position: absolute;
  bottom: calc(50 * calc(100vw/1920));
  padding: calc(26 * calc(100vw/1920)) calc(30 * calc(100vw/1920));
}
@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/1920));
  line-height: calc(42 * calc(100vw/1920));
  display: block;
  padding-bottom: calc(16 * calc(100vw/1920));
}
@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/1920));
  line-height: calc(35 * calc(100vw/1920));
  font-weight: 300;
  padding: calc(20 * calc(100vw/1920));
  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/1920));
  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/1920));
  height: calc(32 * calc(100vw/1920));
  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/1920));
  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/1920)) !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.caseheadholder {
  padding-top: calc(240 * calc(100vw/1920)) !important;
}
@media only screen and (max-width: 799px) {
  .caseheadholder {
    padding-top: 100px !important;
  }
}
.caseheadholder .btn-holder {
  margin-top: 0;
}
.mixin {
  width: 1920;
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
  .mixin {
    width: 1920 / 1400;
  }
}
.privacyok {
  text-decoration: none !important;
  display: block;
  margin: 0 auto;
}
.bgwhite {
  background-color: #ffffff;
}
.bgblue {
  background-image: linear-gradient(90deg, #1C518D, #0e366a);
}
.bgblue * {
  color: #ffffff !important;
}
.bgblue .button {
  background-color: #ffffff;
  color: var(--blue) !important;
}
.gratop {
  margin-top: calc(220 * calc(100vw/1920));
  z-index: 1 !important;
}
.grabottom {
  margin-bottom: calc(120 * calc(100vw/1920));
}
.contactgratop {
  margin-top: calc(160 * calc(100vw/1920));
  padding-top: calc(80 * calc(100vw/1920)) !important;
  z-index: 1  !important;
}
@media only screen and (max-width: 799px) {
  .contactgratop {
    padding-top: 40px !important;
  }
}
.faqinner {
  background-image: url('/front/images/faqbg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: calc(55 * calc(100vw/1920));
  padding-bottom: calc(95 * calc(100vw/1920));
}
.faqinner .container {
  text-align: center;
  max-width: calc(1083 * calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  .faqinner .container {
    max-width: 350px;
  }
  .faqinner .container p {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.faq {
  border-radius: calc(10 * calc(100vw/1920)) calc(10 * calc(100vw/1920)) 0 0;
  overflow: hidden;
  margin-bottom: calc(60 * calc(100vw/1920));
  margin-top: calc(60 * calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  .faq {
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 10px 10px 0 0;
  }
}
.faq div {
  background-color: #ffffff;
  color: var(--green) !important;
  padding: calc(28 * calc(100vw/1920));
  padding-right: 10%;
  position: relative;
  text-align: left;
  font-size: calc(30 * calc(100vw/1920));
  line-height: calc(38 * calc(100vw/1920));
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (max-width: 799px) {
  .faq div {
    padding: 35px 74px 35px 25px;
    font-size: 19px;
    line-height: 30px;
  }
}
.faq div:after {
  content: '';
  background-image: url('/front/images/faq-arrow.svg');
  color: var(--blue);
  width: calc(41 * calc(100vw/1920));
  height: calc(20 * calc(100vw/1920));
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: calc(-17 * calc(100vw/1920));
  right: 4%;
  transform: rotate(0deg);
  transition-duration: 1s;
  transition-property: transform;
}
@media only screen and (max-width: 799px) {
  .faq div:after {
    width: 20px;
    height: 20px;
    right: 25px;
  }
}
.faq span {
  display: none;
  font-size: calc(30 * calc(100vw/1920));
  line-height: calc(38 * calc(100vw/1920));
  font-weight: 500;
  padding: calc(28 * calc(100vw/1920));
  color: #ffffff;
  background-color: var(--green);
  text-align: left;
  border-radius: 0 0 calc(10 * calc(100vw/1920)) calc(10 * calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  .faq span {
    padding: 35px 25px;
    font-size: 19px;
    line-height: 30px;
    border-radius: 0 0 10px 10px;
  }
}
.faqopen div:after {
  transform: rotate(180deg) !important;
}
.faqopen span {
  display: block;
}
.twocols {
  display: block;
  padding: calc(50 * calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  .twocols {
    text-align: center;
  }
}
@media only screen and (min-width: 800px) {
  .twocols {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: calc(122 * calc(100vw/1920));
    column-gap: calc(122 * calc(100vw/1920));
  }
}
@media only screen and (min-width: 800px) {
  .short {
    max-width: calc(1180 * calc(100vw/1920)) !important;
  }
}
.cam-holder {
  text-align: center;
  margin: calc(30*calc(100vw/1920)) 0 calc(30*calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  .cam-holder {
    margin: 0;
  }
}
.cam-holder a:nth-child(3) span {
  padding-left: calc(14 * calc(100vw/1920));
  padding-right: calc(14 * calc(100vw/1920));
}
.cam-holder a {
  width: calc(221*calc(100vw/1920));
  display: inline-block;
  margin: 0 calc(50*calc(100vw/1920));
}
.cam-holder a:first-child {
  margin-left: 0 !important;
}
.cam-holder a:nth-child(4) {
  margin-right: 0 !important;
}
@media only screen and (max-width: 799px) {
  .cam-holder a {
    width: 126px;
    margin-bottom: 10px;
  }
  .cam-holder a:nth-child(2) {
    margin-right: 0 !important;
  }
  .cam-holder a:nth-child(3) {
    margin-left: 0 !important;
  }
}
.cam-holder a img {
  display: block;
  height: calc(221*calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  .cam-holder a img {
    width: 126px;
    height: 126px;
  }
}
.cam-holder a span {
  font-size: calc(28 * calc(100vw/1920));
  line-height: calc(28 * calc(100vw/1920));
  letter-spacing: 1;
  color: #000000;
  font-weight: 600;
  text-align: center;
  padding: calc(28 * calc(100vw/1920));
  display: block;
}
@media only screen and (max-width: 799px) {
  .cam-holder a span {
    font-size: 17px;
    line-height: 20px;
    padding: 15px;
  }
}
.itemsholder {
  padding-top: 0 !important;
}
.itemsholder .item {
  position: relative;
}
@media only screen and (max-width: 799px) {
  .itemsholder .item {
    padding-top: 50px;
  }
  .itemsholder .item:first-child {
    padding-top: 0px;
  }
}
.itemsholder .item .itemhead {
  font-weight: 800;
}
.itemsholder .item .itemhead span {
  font-weight: 800;
  color: var(--blue);
}
@media only screen and (max-width: 799px) {
  .itemsholder .item .itemhead span {
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  .itemsholder .item .itemhead span:before {
    content: ' - ';
  }
}
@media only screen and (min-width: 800px) {
  .itemsholder .item {
    padding-left: calc(258 * calc(100vw/1920));
    min-height: calc(260 * calc(100vw/1920));
  }
  .itemsholder .item > a {
    position: absolute;
    width: calc(260 * calc(100vw/1920));
    left: calc(-10 * calc(100vw/1920));
    top: calc(-10 * calc(100vw/1920));
  }
  .itemsholder .item .itemcontent {
    text-align: left;
  }
  .itemsholder .item .itembody,
  .itemsholder .item .itembody p,
  .itemsholder .item .itembody a {
    font-size: calc(20 * calc(100vw/1920));
    line-height: calc(32 * calc(100vw/1920));
  }
}
@media only screen and (max-width: 799px) {
  .itemsholder .item a img {
    width: 280px;
    margin: 0 auto;
  }
}
.itemsholder .container .item:nth-child(2n) .itemhead span {
  color: var(--green) !important;
}
.werkholder .item a {
  width: calc(220 * calc(100vw/1920));
  left: 0 !important;
  top: 0 !important;
}
@media only screen and (max-width: 799px) {
  .werkholder .item a img {
    width: 120px;
    padding-bottom: 20px;
  }
}
.vimeov p {
  display: none;
}
.vimeov iframe {
  width: 100% !important;
  min-height: 56.25vw !important;
  height: 100% !important;
  aspect-ratio: 16/9 !important;
  display: block;
}
.overlayWrapper {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  right: 0;
  z-index: 100;
  position: fixed;
}
.overlay {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px calc(1 * calc(100vw/1920)) calc(40 * calc(100vw/1920)) #6639B7;
  border-radius: calc(35 * calc(100vw/1920));
  opacity: 1;
  padding: calc(164 * calc(100vw/1920)) calc(124 * calc(100vw/1920)) calc(124 * calc(100vw/1920));
  z-index: 999999;
  width: calc(900 * calc(100vw/1920));
  margin-top: calc(-400 * calc(100vw/1920));
  left: 50%;
  margin-left: calc(-450 * calc(100vw/1920));
  background-image: url('/front/images/heart.png');
  background-position: center calc(83 * calc(100vw/1920));
  background-repeat: no-repeat;
  background-size: calc(83 * calc(100vw/1920));
}
@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;
}
.hideoverlay {
  display: none;
}
#cform {
  margin: 0px auto;
  max-width: calc(600 * calc(100vw/1920));
  display: block;
  padding-top: calc(20 * calc(100vw/1920));
  padding-bottom: calc(50 * calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  #cform {
    max-width: 320px;
  }
}
form label {
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-size: 19px;
  display: block;
}
form input[type='text'],
form textarea {
  border: 1px solid #D4D4D4;
  padding: calc(20 * calc(100vw/1920));
  font-size: calc(20 * calc(100vw/1920));
  border-radius: calc(10 * calc(100vw/1920));
  width: 100% !important;
  margin-bottom: calc(20 * calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  form input[type='text'],
  form textarea {
    padding: 8px 12px;
    font-size: 15px;
    line-height: 18px;
    border-radius: 7px;
    margin-bottom: 13px;
  }
}
form input[type='text']::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2F2F2F;
  opacity: 1;
}
form input[type='text']::-moz-placeholder,
form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #2F2F2F;
  opacity: 1;
}
form input[type='text']:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #2F2F2F;
  opacity: 1;
}
form input[type='text']:-moz-placeholder,
form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #2F2F2F;
  opacity: 1;
}
form textarea {
  height: 120px;
  margin-bottom: 10px !important;
}
form .button {
  margin: 0 auto;
  position: relative;
}
#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: 1px solid var(--yellow) !important;
  padding: 4px;
  border-radius: 3px;
}
#recaptcha-element > div {
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 799px) {
  #recaptcha-element > div {
    margin-bottom: 20px;
  }
}
.bgblue input[type='text'],
.bgblue textarea {
  color: var(--blue) !important;
}
.checks {
  margin-top: calc(15 * calc(100vw/1920));
  margin-bottom: calc(45 * calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  .checks {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
.checks li {
  position: relative;
  margin-bottom: calc(18 * calc(100vw/1920));
  padding-left: calc(65 * calc(100vw/1920));
  cursor: pointer;
  border: 1px solid transparent;
  color: #ffffff;
  text-align: left;
  font-size: calc(20 * calc(100vw/1920));
  line-height: calc(24 * calc(100vw/1920));
}
.checks li a {
  color: #ffffff;
  font-size: calc(20 * calc(100vw/1920));
  line-height: calc(24 * calc(100vw/1920));
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 799px) {
  .checks li a {
    font-size: 19px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 799px) {
  .checks li {
    margin-bottom: 18px;
    padding-left: 60px;
    padding-right: 25px;
    font-size: 19px;
    line-height: 23px;
  }
}
.checks li:before {
  content: '';
  position: absolute;
  height: calc(20 * calc(100vw/1920));
  font-weight: bold;
  text-align: center;
  width: calc(20 * calc(100vw/1920));
  display: block;
  left: calc(15 * calc(100vw/1920));
  margin-top: calc(3 * calc(100vw/1920));
  border: 1px solid var(--yellow);
  border-radius: calc(8 * calc(100vw/1920));
  padding-bottom: 0;
  padding-top: 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 799px) {
  .checks li:before {
    height: 21px;
    width: 21px;
    margin-top: 7px;
    border-radius: 8px;
    left: 13px;
  }
}
.checks li.checked:before {
  background-color: var(--yellow);
}
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(--text);
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: calc(25 * calc(100vw/1920));
  line-height: calc(40 * calc(100vw/1920));
  letter-spacing: calc(0 * calc(100vw/1920));
}
@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: 20px;
    line-height: 30px;
  }
}
* {
  -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;
  padding-top: calc(160 * calc(100vw/1920));
  background-repeat: no-repeat;
}
@media only screen and (max-width: 799px) {
  body {
    padding-top: 161px;
  }
}
strong {
  font-weight: bold;
}
a {
  text-decoration: none;
  color: var(--blue);
  font-weight: 700;
}
a:hover {
  color: var(--yellow);
}
img {
  display: block;
  width: 100%;
}
.container {
  max-width: calc(1270 * calc(100vw/1920));
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  border: 0px solid #aaaaaa;
}
@media only screen and (max-width: 799px) {
  .container {
    max-width: 320px;
  }
}
.yellow {
  background-color: var(--yellow);
}
.yellow h2 {
  color: #000000;
}
@media only screen and (max-width: 799px) {
  .yellow .container {
    max-width: 340px;
  }
}
.blue {
  background-color: var(--blue);
}
.blue h2 {
  color: #ffffff;
}
.yellowpage {
  background-color: var(--yellow);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
#nav ul {
  list-style: inside none none;
}
ul {
  list-style-type: none;
}
ol {
  margin-left: 15px;
}
@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;
  z-index: 99;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #000000;
}
.head .container {
  z-index: 100;
  height: calc(161 * calc(100vw/1920));
  transition: height 1s ease;
}
@media only screen and (max-width: 799px) {
  .head .container {
    height: 161px;
  }
}
.logo {
  position: absolute;
  top: calc(28 * calc(100vw/1920));
  left: 0;
  width: calc(148 * calc(100vw/1920));
}
.logo a {
  display: block;
}
@media only screen and (max-width: 799px) {
  .logo {
    width: 143px;
    top: 28px;
    left: 50%;
    margin-left: -71px;
  }
}
.icons a {
  display: inline-block;
  width: calc(40 * calc(100vw/1920));
  height: calc(40 * calc(100vw/1920));
  margin-left: calc(20 * calc(100vw/1920));
  margin-top: calc(20 * calc(100vw/1920));
  margin-bottom: calc(15 * calc(100vw/1920));
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@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;
  }
}
.phone {
  background-image: url('/front/images/phone.png');
}
.phone:hover {
  color: var(--text) !important;
}
.email {
  background-image: url('/front/images/mail.png');
}
.location {
  background-image: url('/front/images/location.png');
}
.location:hover {
  color: var(--text) !important;
}
.linkedin {
  background-image: url('/front/images/linkedin.svg');
}
.instagram {
  background-image: url('/front/images/insta.svg');
}
.smallicons a {
  background-size: 14px;
  background-repeat: no-repeat;
  padding-left: calc(28 * calc(100vw/1920));
  background-position: left top;
  font-size: calc(15 * calc(100vw/1920)) !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 799px) {
  .smallicons a {
    padding-left: 30px;
    font-size: 16px !important;
    background-size: 16px;
  }
}
#phoneholder {
  position: absolute;
  left: 485px;
  top: 0px;
  background-color: var(--pink);
  border-radius: 0 0 20px 20px;
  padding: 44px 35px 15px;
}
#phoneholder a {
  color: var(--red);
  font-size: 16px;
  line-height: 36px;
  display: inline-block;
}
.justimage {
  margin-top: calc(20 * calc(100vw/1920));
  margin-bottom: 0;
}
@media only screen and (max-width: 799px) {
  .justimage {
    margin-top: 20px;
  }
}
.btn-holder {
  text-align: center;
  margin: 0 auto 0;
}
.btn {
  background-color: var(--yellow);
  border-radius: calc(9 * calc(100vw/1920));
  text-align: center;
  display: inline-block;
  font-weight: 700;
  color: #000000;
  min-width: calc(160 * calc(100vw/1920));
  padding-left: calc(14 * calc(100vw/1920));
  padding-right: calc(14 * calc(100vw/1920));
  padding-top: calc(4 * calc(100vw/1920));
  padding-bottom: calc(4 * calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  .btn {
    font-size: 20px;
    line-height: 24px;
    padding: 6px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    min-width: 137px;
    border-radius: 6px;
  }
}
.btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn-black {
  background-color: #000000;
  color: #ffffff;
}
.btn-black:hover {
  background-color: #ffffff;
  color: #000000;
}
/* content */
@media only screen and (min-width: 800px) {
  .pagetext {
    width: 80%;
    margin: 0 auto;
  }
}
.pageinner {
  position: relative;
  padding-top: calc(50 * calc(100vw/1920));
  padding-bottom: calc(50 * calc(100vw/1920));
  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/1920)) !important;
  padding-bottom: calc(90 * calc(100vw/1920)) !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;
}
.whitefonts h2,
.whitefonts p {
  color: #ffffff !important;
}
.whiterdescription {
  position: absolute;
  right: calc(112 * calc(100vw/1920));
  width: calc(409 * calc(100vw/1920));
  top: calc(224 * calc(100vw/1920));
  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;
  }
}
@media only screen and (min-width: 800px) {
  .centerdesktop {
    text-align: center;
  }
}
.regular {
  font-weight: 400;
  margin-top: calc(35 * calc(100vw/1920));
  margin-bottom: calc(5 * calc(100vw/1920));
  color: #5D4039;
}
.regular p {
  font-weight: 400;
}
.bgwhite {
  background-color: #ffffff;
}
.h1 {
  color: #000000;
  font-size: calc(135 * calc(100vw/1920));
  line-height: calc(159 * calc(100vw/1920));
  font-weight: bold;
  margin-bottom: calc(20 * calc(100vw/1920));
  background-image: url('/front/images/heart.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: calc(83 * calc(100vw/1920));
  padding-top: calc(33 * calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  .h1 {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 20px;
    background-size: 41px;
    padding-top: 29px;
    font-weight: 800;
  }
}
h1 {
  color: #000000;
  font-size: calc(135 * calc(100vw/1920));
  line-height: calc(159 * calc(100vw/1920));
  font-weight: bold;
  margin-bottom: calc(20 * calc(100vw/1920));
  background-image: url('/front/images/heart.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: calc(83 * calc(100vw/1920));
  padding-top: calc(33 * calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  h1 {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 20px;
    background-size: 41px;
    padding-top: 29px;
    font-weight: 800;
  }
}
.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 + h2 {
  position: relative;
  margin-top: calc(-20 * calc(100vw/1920));
  padding-bottom: calc(40 * calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  h1 + h2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -20px;
    padding-bottom: 20px;
  }
}
h2 {
  font-size: calc(55 * calc(100vw/1920));
  line-height: calc(64 * calc(100vw/1920));
  font-weight: 800;
  color: var(--green);
  padding-bottom: calc(15 * calc(100vw/1920));
  position: relative;
  margin-bottom: calc(15 * calc(100vw/1920));
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width: 799px) {
  h2 {
    font-size: 22px;
    line-height: 25px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 799px) {
  h2.mobilebig {
    font-size: 36px;
    line-height: 42px;
  }
}
h3 {
  font-size: calc(30 * calc(100vw/1920));
  line-height: calc(40 * calc(100vw/1920));
  font-weight: 800;
  color: #000000;
  padding-bottom: calc(10 * calc(100vw/1920));
  position: relative;
  margin-bottom: 0;
}
@media only screen and (max-width: 799px) {
  h3 {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 0px;
  }
}
h4,
h4 span {
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  color: var(--text);
  padding-bottom: 15px;
  padding-top: 0;
}
@media only screen and (max-width: 799px) {
  h4,
  h4 span {
    font-size: 24px;
    line-height: 30px;
  }
}
.pageinner p {
  color: var(--text);
  padding-top: 0px;
  padding-bottom: 20px;
}
/* footer */
#footer {
  background-color: #EAEAEA;
}
#footer .container {
  padding-top: calc(127 * calc(100vw/1920));
  padding-bottom: calc(105 * calc(100vw/1920));
  max-width: calc(1420 * calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  #footer .container {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.plinks {
  float: left;
  width: 23%;
  padding: 0px 0px 0 0;
  margin-top: 2px;
  margin-right: 0;
}
.plinks .btn {
  margin-top: 20px;
}
@media only screen and (max-width: 799px) {
  .plinks .btn {
    margin-top: 40px;
  }
}
.plinks img {
  width: calc(202 * calc(100vw/1920));
}
@media only screen and (max-width: 799px) {
  .plinks img {
    width: 167px;
    margin-bottom: 20px;
  }
}
.plinks .mzoemlink {
  display: inline !important;
  color: #8E8E8E !important;
}
.plinks p {
  margin: 0;
  text-align: right;
}
@media only screen and (max-width: 799px) {
  .plinks p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
  }
}
@media only screen and (max-width: 799px) {
  .plinks {
    width: auto !important;
    float: none;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }
  .plinks .icons {
    text-align: left;
  }
}
.plinks:nth-child(1) {
  width: calc(256 * calc(100vw/1920));
}
.plinks:nth-child(2) {
  width: calc(834 * calc(100vw/1920));
  padding-right: calc(60 * calc(100vw/1920));
}
.plinks:nth-child(3) {
  width: calc(330 * calc(100vw/1920));
  text-align: right;
}
.plinks strong {
  color: var(--green);
  font-weight: 800;
  display: block;
}
@media only screen and (max-width: 799px) {
  .plinks strong {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
#footer a.privacylink {
  font-weight: 500;
  text-align: left !important;
  display: block;
  padding-top: calc(10 * calc(100vw/1920)) !important;
  color: #8E8E8E !important;
  font-style: italic;
}
@media only screen and (max-width: 799px) {
  #footer a.privacylink {
    font-size: 18px;
    line-height: 30px;
    color: var(--text);
    display: inline-block;
  }
}
@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: normal;
  text-align: right;
  color: #000000;
}
@media only screen and (max-width: 799px) {
  #footer .plinks > a {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    font-weight: 400;
    margin: 0 !important;
  }
}
#footer .plinks > a:hover {
  color: var(--yellow) !important;
}
#disclaimer {
  text-align: center;
  font-size: calc(14 * calc(100vw/1920));
  line-height: calc(72 * calc(100vw/1920));
  font-weight: 500;
  opacity: 0.4;
}
@media only screen and (max-width: 799px) {
  #disclaimer {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding-top: 50px;
  }
}
#disclaimer a {
  font-size: calc(14 * calc(100vw/1920));
  color: var(--text);
}
@media only screen and (max-width: 799px) {
  #disclaimer a {
    font-size: 15px;
  }
}
.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/1920));
}
@media only screen and (max-width: 799px) {
  .slider {
    margin-bottom: 40px;
  }
}
.slider div.refitem {
  height: calc(367 * calc(100vw/1920));
  width: calc(664 * calc(100vw/1920));
  box-shadow: 0px calc(1 * calc(100vw/1920)) calc(40 * calc(100vw/1920)) #00A5514D;
  border-radius: calc(35 * calc(100vw/1920));
  padding: calc(34 * calc(100vw/1920)) calc(40 * calc(100vw/1920)) calc(34 * calc(100vw/1920)) calc(209 * calc(100vw/1920));
  background-color: #ffffff;
  margin: calc(30 * calc(100vw/1920)) calc(30 * calc(100vw/1920)) calc(50 * calc(100vw/1920));
  position: relative;
}
.slider div.refitem p {
  color: var(--text) !important;
  font-size: calc(30 * calc(100vw/1920));
  line-height: calc(42 * calc(100vw/1920));
  font-weight: 600;
  color: #656565 !important;
  overflow: hidden;
  max-height: calc(290 * calc(100vw/1920));
}
@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/1920));
  font-weight: 800;
  top: calc(78 * calc(100vw/1920));
  display: block;
  text-align: right;
  min-width: calc(190 * calc(100vw/1920));
}
@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/1920));
}
@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/1920));
  width: calc(478 * calc(100vw/1920));
  margin: calc(30 * calc(100vw/1920)) calc(30 * calc(100vw/1920)) calc(50 * calc(100vw/1920));
  position: relative;
  display: block;
}
@media only screen and (max-width: 799px) {
  .slider .slideitem {
    margin: 0 10px;
    width: 165px;
    height: 332px !important;
  }
}
/* Dots */
.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%;
}
@media only screen and (max-width: 799px) {
  .slick-dots {
    bottom: -50px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  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;
  content: '•';
  width: 20px;
  height: 20px;
  font-family: Arial;
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #aaaaaa;
  opacity: 1;
}

