.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

a{
  all: unset;
  cursor:pointer;
}

.main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  position: relative;
  z-index: 10;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  font-size: 140px;
  line-height: 130px;
  font-weight: 800;
}

.image-2 {
  position: relative;
  z-index: 10;
  margin-top: 80vh;
  opacity: 1;
}

.image-3 {
  position: relative;
  margin-top: 80vh;
}

.body {
  padding-bottom: 35px;
  background-color: #002334;
  font-family: Montserrat, sans-serif;
}

.image-4 {
  z-index: 50;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: opacity 2000ms ease, -webkit-filter 2000ms ease;
  transition: opacity 2000ms ease, -webkit-filter 2000ms ease;
  transition: filter 2000ms ease, opacity 2000ms ease;
  transition: filter 2000ms ease, opacity 2000ms ease, -webkit-filter 2000ms ease;
}

.image-4:hover {
  opacity: 0.3;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.heading-2 {
  z-index: 20;
  margin-top: 150px;
  margin-bottom: 0px;
  opacity: 0.6;
  -webkit-transition: opacity 2000ms ease, color 2000ms ease, -webkit-filter 2000ms ease;
  transition: opacity 2000ms ease, color 2000ms ease, -webkit-filter 2000ms ease;
  transition: filter 2000ms ease, opacity 2000ms ease, color 2000ms ease;
  transition: filter 2000ms ease, opacity 2000ms ease, color 2000ms ease, -webkit-filter 2000ms ease;
  font-family: Montserrat, sans-serif;
  color: #002334;
  font-size: 9vw;
  line-height: 160px;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 0 80px #02a9e9;
  cursor: default;
}

.heading-2:hover {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #02a9e9;
}

.heading-2.ham_presents {
  margin-top: 5%;
  margin-bottom: 0px;
  opacity: 0.5;
  color: #02a9e9;
  font-size: 1.5vw;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 10px;
  text-shadow: none;
}

.div-block-101{
  height:0px;
}

.heading-2.basic-title-style {
  position: relative;
  z-index: 50;
  width: 70%;
  margin-top: 5%;
  padding-top: 25px;
  opacity: 1;
  -webkit-transition: opacity 2000ms ease, color 2000ms ease;
  transition: opacity 2000ms ease, color 2000ms ease;
  color: #002334;
  font-size: 100px;
  line-height: 110px;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 0 40px #02a9e9;
}

.heading-2.basic-title-style:hover {
  opacity: 1;
  color: #02a9e9;
}

.html-embed-2 {
  display: block;
}

.gradient-bloc-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 100%;
  height: 180px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(95%, #002334));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #002334 95%);
}

.gradient-bloc-1.gb-top {
  left: 0%;
  top: -5px;
  right: 0%;
  bottom: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #002334), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #002334 5%, hsla(0, 0%, 100%, 0));
}

.div-block {
  position: relative;
  width: 50vw;
}

.heading-3 {
  color: #02a9e9;
  font-size: 17vw;
  text-align: center;
}

.div-block-2 {
  z-index: 50;
  width: 800px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-main-hover {
  margin-left: 30px;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: opacity 2000ms ease, -webkit-filter 2000ms ease;
  transition: opacity 2000ms ease, -webkit-filter 2000ms ease;
  transition: filter 2000ms ease, opacity 2000ms ease;
  transition: filter 2000ms ease, opacity 2000ms ease, -webkit-filter 2000ms ease;
}

.div-block-3 {
  position: relative;
  width: 100%;
  margin-top: 200px;
  margin-bottom: 100px;
  padding-left: 50px;
}

.div-block-4 {
  width: 70%;
}

.paragraph {
  margin-top: 100px;
  opacity: 0.8;
  font-family: Montserrat, sans-serif;
  color: #cdf1ff;
  font-size: 50px;
  line-height: 60px;
  text-shadow: 1px 1px 50px #cdf1ff;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5.custom_block_1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor:pointer;
}

.img-hover-shadow {
  width: 100%;
  position: relative;
  z-index: 20;
  -webkit-transition: opacity 1000ms ease, -webkit-filter 1000ms ease;
  transition: opacity 1000ms ease, -webkit-filter 1000ms ease;
  transition: filter 1000ms ease, opacity 1000ms ease;
  transition: filter 1000ms ease, opacity 1000ms ease, -webkit-filter 1000ms ease;
}

.img-hover-shadow:hover {
  opacity: 0.15;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.div-block-7 {
  position: absolute;
  left: 50px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 2px;
  background-color: #ff5e00;
}

.div-block-7.right-side {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 50px;
}

.paragraph-2 {
  position: absolute;
  z-index: 10;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #ff5e00;
  font-size: 2vw;
  line-height: 2.5vw;
  font-weight: 500;
  text-align: center;
  margin-bottom: 100px;
}

.image-5 {
  position: absolute;
  z-index: 2000;
}

.button {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 90;
  width: 200px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  padding: 15px 35px;
  border-style: solid;
  border-width: 2px;
  border-color: #02a9e9;
  border-radius: 200px;
  background-color: #002334;
  box-shadow: 1px 1px 100px 0 #02a9e9;
  -webkit-transition: box-shadow 1000ms ease, color 200ms ease, border-color 200ms ease;
  transition: box-shadow 1000ms ease, color 200ms ease, border-color 200ms ease;
  font-family: Oswald, sans-serif;
  color: #02a9e9;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.button:hover {
  background-color: #002334;
  box-shadow: 1px 1px 20px 0 #02a9e9;
  color: #02a9e9;
}

.button:active {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  width: 165px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding: 15px 35px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff5e00;
  border-radius: 200px;
  -webkit-transition: box-shadow 1000ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: box-shadow 1000ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  font-family: Oswald, sans-serif;
  color: #ff5e00;
  font-weight: 400;
  text-align: center;
  cursor: pointer;

}

a{
  text-decoration: none;
}

.text-block-3:hover {
  border-color: #02a9e9;
  background-color: #002334;
  box-shadow: 1px 1px 100px 0 #02a9e9;
  color: #02a9e9;
}

.heading-4 {
  position: relative;
  z-index: 5000;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
}

.slider {
  width: 100%;
  height: 1080px;
  margin-top: 100px;
}

.slide {
  background-image: url('../images/PF_slider_img_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/PF_slider_img_12.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/PF_slider_img_13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/PF_slider_img_14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.slide-5 {
  background-image: url('../images/PF_slider_img_15.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-4 {
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  color: #cdf1ff;
  font-weight: 400;
}

.icon {
  font-size: 20px;
}

.icon-2 {
  font-size: 20px;
}

.dropdown {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  opacity: 0.6;
}

.icon-5 {
  color: #fff;
}

.text-block-5 {
  color: #fff;
  font-size: 10px;
}

.dropdown-list-2 {
  color: #fff;
}

.dropdown-list-2.w--open {
  background-color: #000;
}

.dropdown-link-6 {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  font-size: 10px;
}

.dropdown-link-24 {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  font-size: 10px;
}

@media screen and (max-width: 1080px) {
  .heading-2 {
    top: 3vh;
    font-size: 13vw;
    line-height: 100px;
  }

  .heading-2.ham_presents {
    top: 1vh;
    font-size: 3vw;
    line-height: 20px;
  }

  .heading-2.basic-title-style {
    width: 90%;
    font-size: 60px;
    line-height: 70px;
  }


  .div-block-2 {
    width: 500px;
    height: auto;
  }

  .div-block-4 {
    width: 90%;
  }

  .paragraph {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph.style_2345 {
    margin-top: 50px;
  }

  .div-block-5 {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-5.custom_block_1 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .div-block-6 {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-2 {
    position: relative;
    z-index: 100;
    width: 85%;
    padding: 25px 30px;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .button {
    z-index: 200;
  }

  .text-block-3 {
    position: relative;
  }

  .slider {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    line-height: 80px;
  }

  .heading-2.basic-title-style {
    width: 90%;
    font-size: 50px;
    line-height: 60px;
  }

  .div-block-2 {
    width: 400px;
    background-image: none;
  }

  .div-block-3 {
    padding-left: 25px;
  }

  .div-block-3.style_block_2 {
    padding-left: 25px;
  }

  .div-block-4 {
    width: 90%;
  }

  .div-block-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-5.custom_block_1 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .paragraph-2 {
    top: 10px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .dropdown-toggle-2 {
    padding-top: 5px;
  }

  .icon-5 {
    margin-top: 8.5px;
  }

  .image-main-hover{
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-bottom: 150px;
  }

  .heading-2 {
    opacity: 1;
    color: #02a9e9;
    line-height: 50px;
    text-shadow: 0 0 20px #02a9e9;
  }

  .heading-2.ham_presents {
    margin-top: 10px;
  }

  .heading-2.basic-title-style {
    margin-top: 10%;
    padding-top: 0px;
    color: #02a9e9;
    font-size: 30px;
    line-height: 40px;
    text-shadow: 0 0 20px #02a9e9;
  }

  .heading-2.title-nl {
    font-size: 22px!important;
  }

  .heading-2.title-de {
    font-size: 25px!important;
  }


  .div-block-2 {
    width: 95%;
    margin-top: 15%;
  }

  .image-main-hover:hover {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  .div-block-3 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 25px;
  }

  .div-block-3.style_block_2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .paragraph {
    margin-top: 60px;
    padding-top: 25px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph.style_2345 {
    margin-top: 0px;
  }

  .div-block-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-5.custom_block_1 {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-hover-shadow:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
  }

  .div-block-7 {
    left: 10px;
  }

  .div-block-7.right-side {
    margin-right: 10px;
  }

  .paragraph-2 {
    width: 95%;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px;
    line-height: 20px;
  }

  .image-5 {
    max-width: 60%;
    margin-top: 30px;
  }

  .button {
    z-index: 3000;
    margin-bottom: 55px;
    border-color: #02a9e9;
    box-shadow: 1px 1px 100px 0 #02a9e9;
    color: #02a9e9;
  }

  .text-block-3 {
    margin-bottom: 10px;
    padding: 10px 25px;
  }

  .slider {
    height: 300px;
    margin-top: 50px;
  }

  .text-block-4 {
    text-align: center;
  }

  .icon {
    margin-left: 10px;
  }

  .icon-2 {
    margin-right: 10px;
  }

  .dropdown-toggle-2 {
    width: 100%;
    padding-top: 5px;
    padding-left: 10px;
  }

  .icon-5 {
    margin-top: 7.5px;
  }

  .text-block-5 {
    font-size: 10px;
  }
}