/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./wp-content/themes/eenvoudiq/assets/source/scss/main.scss ***!
  \***********************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/fbc3vxz.css);
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./wp-content/themes/eenvoudiq/assets/source/scss/main.scss (1) ***!
  \***************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --primair: #001530;
  --secundair: #fffaf3;
  --tertiair: #e0e0e0;
  --blauw: #3273dc;
}

.zwartwit {
  --primair: #000;
  --secundair: #fff;
  --tertiair: #fff;
  --blauw: #000;
}

.min-height-0 {
  min-height: unset;
}

.min-height-1 {
  min-height: 6rem;
}

.min-height-2 {
  min-height: 12rem;
}

.min-height-3 {
  min-height: 24rem;
}

.min-height-4 {
  min-height: 36rem;
}

.min-height-5 {
  min-height: 48rem;
}

.min-height-0 {
  min-height: unset;
}

.min-height-1 {
  min-height: 6rem;
}

.min-height-2 {
  min-height: 12rem;
}

.min-height-3 {
  min-height: 24rem;
}

.min-height-4 {
  min-height: 36rem;
}

.min-height-5 {
  min-height: 48rem;
}

* {
  outline-color: var(--blauw);
}

.skip-to-content-link {
  background: var(--primair);
  left: 2rem;
  padding: 1rem 2rem;
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.3s;
  z-index: 107;
  color: #fff;
  font-size: 1.8rem;
}
.skip-to-content-link:focus {
  transform: translateY(0%);
}

#wpadminbar {
  display: none;
  transition: all 0.2s ease;
}
@media (min-width: 576px) {
  #wpadminbar {
    display: block;
    margin-top: -3.8rem;
  }
}
@media (min-width: 768px) {
  #wpadminbar {
    margin-top: -2.5rem;
  }
}
#wpadminbar:hover {
  margin-top: 0;
}
#wpadminbar::before {
  width: 8rem;
  height: 3rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 2.9rem;
  transform: translateX(-50%);
  content: "";
  background: #23282d;
  clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%);
}
@media (min-width: 768px) {
  #wpadminbar::before {
    height: 1.5rem;
    top: 2.25rem;
  }
}

/* stylelint-disable unit-allowed-list, declaration-no-important, value-no-vendor-prefix */
@media screen and (min-width: 993px) {
  .card-destination {
    margin-top: 2.8rem;
  }
  .card-destination:nth-child(1), .card-destination:nth-child(2), .card-destination:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .card-destination {
    margin-bottom: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .card-destination {
    margin-bottom: 2rem;
  }
}
.card-destination:hover .card-image::before {
  transform: scale(1.2);
}
.card-destination a {
  text-decoration: none;
}
.card-destination a:hover {
  opacity: 1;
}
.card-destination .card-inner {
  background: #fffaf3;
}
.card-destination .card-inner .card-image {
  height: 24.3rem;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.card-destination .card-inner .card-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  transition: inherit;
}
.card-destination .card-inner .card-title {
  padding: 2rem 2.7rem;
  color: #eb690b;
  font-family: "mixta-didone", sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 4rem;
}
@media screen and (max-width: 992px) {
  .card-destination .card-inner .card-title {
    padding: 3.6rem 2.2rem;
  }
}

/* stylelint-enable unit-allowed-list, declaration-no-important, value-no-vendor-prefix */
/* stylelint-disable unit-allowed-list, declaration-no-important, value-no-vendor-prefix */
@media screen and (min-width: 993px) {
  .card-route {
    margin-top: 4rem;
  }
  .card-route:nth-child(1), .card-route:nth-child(2), .card-route:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .card-route {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .card-route {
    margin-bottom: 2rem;
  }
}
.card-route .card-route-inner {
  height: 100%;
  background: #fffaf3;
  padding: 2.1rem 2.2rem 3.1rem;
  position: relative;
}
.card-route .card-route-inner.hasButton {
  padding-bottom: 9.3rem;
}
.card-route .card-route-inner .button {
  position: absolute;
  right: 1.5rem;
  bottom: 2.1rem;
}
.card-route .card-route-inner .route-box {
  padding-left: 3rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
}
.card-route .card-route-inner .route-box .circle-point {
  position: absolute;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
  background-color: #001530;
}
.card-route .card-route-inner .route-box .circle-point.top {
  top: 0.5rem;
}
.card-route .card-route-inner .route-box .circle-point.bottom {
  bottom: 0.5rem;
}
.card-route .card-route-inner .route-box .line-point {
  position: absolute;
  left: 0.65rem;
  width: 0.1rem;
  background-color: #001530;
  top: 0.5rem;
  bottom: 0.5rem;
}
.card-route .card-route-inner .route-box .route-vertrek {
  font-weight: 500;
}
.card-route .card-route-inner .route-box .route-data + .route-stop {
  margin-top: 2.5rem;
}
.card-route .card-route-inner .route-box .route-stop {
  position: relative;
}
.card-route .card-route-inner .route-box .route-stop::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #001530;
  border: 0.1rem solid #fffaf3;
  position: absolute;
  top: 0.8rem;
  left: -2.85rem;
}
.card-route .card-route-inner .route-box .route-bestemming {
  margin-top: 2.5rem;
  font-weight: 500;
}

/* stylelint-enable unit-allowed-list, declaration-no-important, value-no-vendor-prefix */
/* stylelint-disable unit-allowed-list, declaration-no-important, value-no-vendor-prefix */
.col-team {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .col-team {
    margin-bottom: 2rem;
  }
}

.card-team {
  background: #fffaf3;
  height: 100%;
}
.card-team:hover .card-team-image::before {
  transform: scale(1.2);
}
.card-team .card-team-image {
  height: 31.9rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 2.3rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.card-team .card-team-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  transition: inherit;
}
.card-team .card-team-description {
  padding: 0 2rem 2.2rem;
}
.card-team .card-team-description a {
  text-decoration: none;
}
.card-team .card-team-description h3 {
  font-weight: bold;
  color: #eb690b;
  font-size: 2.8rem;
  line-height: 3rem;
  margin-bottom: 1.4rem;
}
.card-team .card-team-description .card-team-email a,
.card-team .card-team-description .card-team-phone a {
  transition: all 0.5s ease 0s;
  text-decoration: none;
  position: relative;
}
.card-team .card-team-description .card-team-email a::before,
.card-team .card-team-description .card-team-phone a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #eb690b;
  transition: width 0.5s ease 0s;
}
.card-team .card-team-description .card-team-email a:hover,
.card-team .card-team-description .card-team-phone a:hover {
  color: #eb690b;
}
.card-team .card-team-description .card-team-email a:hover::before,
.card-team .card-team-description .card-team-phone a:hover::before {
  width: 100%;
}

/* stylelint-enable unit-allowed-list, declaration-no-important, value-no-vendor-prefix */
/* stylelint-disable unit-allowed-list, declaration-no-important, value-no-vendor-prefix */
.component-card.card-post {
  position: relative;
  margin-bottom: 10rem;
}
@media screen and (max-width: 575px) {
  .component-card.card-post {
    margin-bottom: 2rem;
  }
}
.component-card.card-post:last-child {
  margin-bottom: 0;
}
.component-card.card-post:hover .card-box {
  opacity: 1;
}
.component-card.card-post:hover .text-box .text-box-wrap {
  color: #eb690b;
}
@media screen and (min-width: 576px) {
  .component-card.card-post:hover .text-box .text-box-wrap {
    transform: translate(0, -2rem);
  }
}
.component-card.card-post:hover .text-box .text-box-wrap .readmore::before {
  width: 100%;
}
.component-card.card-post:nth-child(even) .image-box {
  margin-left: calc(50% - 9.4rem);
}
@media screen and (max-width: 575px) {
  .component-card.card-post:nth-child(even) .image-box {
    margin-left: 0;
  }
}
.component-card.card-post:nth-child(even) .image-box .categories {
  left: auto;
  right: 1.5rem;
}
@media screen and (max-width: 575px) {
  .component-card.card-post:nth-child(even) .image-box .categories {
    left: 1rem;
    right: auto;
  }
}
.component-card.card-post:nth-child(even) .text-box {
  right: auto;
  left: 0;
}
.component-card.card-post .card-box {
  text-decoration: none;
}
.component-card.card-post .image-box {
  width: calc(50% + 9.4rem);
  position: relative;
}
@media screen and (max-width: 575px) {
  .component-card.card-post .image-box {
    width: 100%;
  }
}
.component-card.card-post .image-box img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 380/243;
  height: 43.3rem;
}
@media screen and (max-width: 575px) {
  .component-card.card-post .image-box img {
    height: 32.1rem;
  }
}
.component-card.card-post .image-box .categories {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 0.6rem 1.5rem;
  font-size: 1.9rem;
  background: #fff;
  color: #001530;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 575px) {
  .component-card.card-post .image-box .categories {
    top: 1rem;
    left: 1rem;
    bottom: auto;
  }
}
.component-card.card-post .text-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 43.3rem;
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 825px) {
  .component-card.card-post .text-box {
    width: 60%;
  }
}
@media screen and (max-width: 575px) {
  .component-card.card-post .text-box {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    height: auto;
    width: auto;
    margin-top: -7.9rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.component-card.card-post .text-box .text-box-wrap {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(2.6rem);
  backdrop-filter: blur(2.6rem);
  padding: 6.8rem 8.4rem 6.8rem 5rem;
  transition: all 0.5s ease 0s !important;
}
@media screen and (max-width: 825px) {
  .component-card.card-post .text-box .text-box-wrap {
    padding: 4.8rem 6.4rem 4.8rem 3rem;
  }
}
@media screen and (max-width: 575px) {
  .component-card.card-post .text-box .text-box-wrap {
    width: 100%;
    padding: 3rem 2.1rem 2.5rem;
  }
}
.component-card.card-post .text-box .text-box-wrap h3 {
  margin-bottom: 1.5rem;
}
.component-card.card-post .text-box .text-box-wrap .readmore {
  display: inline-block;
  width: auto;
  position: relative;
}
.component-card.card-post .text-box .text-box-wrap .readmore::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #eb690b;
  transition: width 0.5s ease 0s;
}
.component-card .card-box {
  border: 0 !important;
}

time {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

/* stylelint-enable unit-allowed-list, declaration-no-important, value-no-vendor-prefix */
/* stylelint-disable unit-allowed-list, declaration-no-important, value-no-vendor-prefix */
footer .footer-top {
  background: #fff5e8;
  padding: 7.8rem 0 7.2rem;
  color: #001530;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
@media screen and (max-width: 768px) {
  footer .footer-top {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  footer .footer-top .footer-top-col:nth-child(3), footer .footer-top .footer-top-col:nth-child(4) {
    margin-top: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-top .footer-top-col {
    margin-bottom: 2.7rem;
  }
  footer .footer-top .footer-top-col:last-child {
    margin-bottom: 0;
  }
}
footer .footer-top .item-title {
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}
footer .footer-top .item-link {
  display: block;
  font-weight: 300;
}
footer .footer-top .item-link a {
  color: #001530;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  position: relative;
}
footer .footer-top .item-link a::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #001530;
  transition: width 0.5s ease 0s;
}
footer .footer-top .item-link a:hover {
  color: #001530;
}
footer .footer-top .item-link a:hover::before {
  width: 100%;
}
footer .footer-down {
  background: #001530;
  color: #fff;
  padding: 12rem 0 5.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .footer-down {
    padding: 4rem 0 5.5rem;
  }
}
footer .footer-down .footer-visual-box {
  position: relative;
  padding-bottom: 8.2rem;
}
@media screen and (max-width: 1279px) {
  footer .footer-down .footer-visual-box {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 992px) {
  footer .footer-down .footer-visual-box {
    padding-bottom: 0;
  }
}
footer .footer-down .footer-visual-box .square-visual {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 1279px) {
  footer .footer-down .footer-visual-box .square-visual {
    display: none;
  }
}
footer .footer-down .footer-visual-box .square-visual .square-visual-inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-down .footer-visual-box .square-visual .square-visual-inner svg {
  width: 100%;
  height: auto;
  opacity: 0.4;
}
footer .footer-down .form-row h3 {
  font-size: 6rem;
  line-height: 6rem;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  footer .footer-down .form-row h3 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
footer .footer-down .form-row .gform_heading {
  display: none;
}
footer .footer-down .menu-col {
  position: relative;
  z-index: 1;
}
footer .footer-down .menu-col.menu-col-top {
  margin-top: 3.57rem;
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 992px) {
  footer .footer-down .menu-col.menu-col-top {
    margin-bottom: 4.5rem;
  }
}
footer .footer-down .menu-col.menu-col-top h4 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7.9rem;
  margin-bottom: 0;
}
footer .footer-down .menu-col.menu-col-top nav,
footer .footer-down .menu-col.menu-col-top ul {
  display: inline-block;
  vertical-align: middle;
}
footer .footer-down .menu-col.menu-col-top nav li,
footer .footer-down .menu-col.menu-col-top ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4.4rem;
}
@media screen and (max-width: 480px) {
  footer .footer-down .menu-col.menu-col-top nav li,
  footer .footer-down .menu-col.menu-col-top ul li {
    margin-right: 1.5rem;
  }
}
footer .footer-down .menu-col.menu-col-top nav li:last-child,
footer .footer-down .menu-col.menu-col-top ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  footer .footer-down .menu-col.menu-col-bot:nth-child(1) {
    margin-bottom: 4.5rem;
  }
}
footer .footer-down .menu-col.menu-col-bot ul {
  column-count: 2;
}
@media screen and (max-width: 480px) {
  footer .footer-down .menu-col.menu-col-bot ul {
    column-count: 1;
  }
}
footer .footer-down .menu-col h4 {
  color: #eb690b;
  font-size: 2.8rem;
  font-weight: 400;
}
footer .footer-down .menu-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-down .menu-col ul li {
  font-size: 1.4rem;
  line-height: 3rem;
}
footer .footer-down .menu-col ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  position: relative;
}
footer .footer-down .menu-col ul li a::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: rgb(255, 255, 255);
  transition: width 0.5s ease 0s;
}
footer .footer-down .menu-col ul li a:hover {
  color: rgb(255, 255, 255);
}
footer .footer-down .menu-col ul li a:hover::before {
  width: 100%;
}
footer .footer-bottom {
  margin-top: 4.2rem;
}
footer .footer-bottom .copyright {
  font-size: 1.4rem;
  line-height: 3rem;
}
@media screen and (max-width: 992px) {
  footer .footer-bottom .copyright {
    margin-top: 2rem;
  }
}
footer .footer-bottom .copyright a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.5s ease 0s;
  position: relative;
}
footer .footer-bottom .copyright a::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.6);
  transition: width 0.5s ease 0s;
}
footer .footer-bottom .copyright a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-bottom .copyright a:hover::before {
  width: 100%;
}
footer .footer-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-bottom ul li {
  font-size: 1.4rem;
  line-height: 3rem;
  display: inline-block;
  margin-right: 1.9rem;
}
@media screen and (max-width: 1279px) {
  footer .footer-bottom ul li {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  footer .footer-bottom ul li {
    display: block;
  }
}
footer .footer-bottom ul li:last-child {
  margin-right: 0;
}
footer .footer-bottom ul li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.5s ease 0s;
  position: relative;
}
footer .footer-bottom ul li a::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.6);
  transition: width 0.5s ease 0s;
}
footer .footer-bottom ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-bottom ul li a:hover::before {
  width: 100%;
}

/* stylelint-enable unit-allowed-list, declaration-no-important, value-no-vendor-prefix */
/* stylelint-disable unit-allowed-list, declaration-no-important, value-no-vendor-prefix */
.button {
  text-decoration: none;
  padding: 0;
  display: inline-block;
  font-family: "mixta-didone", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .button {
    margin-top: 1rem;
  }
}
.button:hover {
  text-decoration: none;
}
.button.primary {
  background: transparent;
  color: #eb690b;
  position: relative;
}
.button.primary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #eb690b;
  transition: width 0.5s ease 0s;
}
.button.primary svg .arrow-icon path {
  stroke: #eb690b;
  transition: all 0.5s ease 0s;
}
.button.primary svg .arrow-circle circle:nth-child(2) {
  fill: transparent;
  transition: all 0.5s ease 0s;
}
.button.primary:hover {
  color: #eb690b;
}
.button.primary:hover::before {
  width: 100%;
}
.button.primary:hover svg .arrow-icon path {
  stroke: #fff;
}
.button.primary:hover svg .arrow-circle circle:nth-child(2) {
  fill: #eb690b;
}
.button.secondary {
  background: var(--secundair);
  color: #fff;
}
.button.tertiary {
  background: var(--tertiair);
  color: #000;
}
.button svg {
  display: inline-block;
  margin-left: 2rem;
}

footer .gform-button,
footer .gform_button.gform_image_button {
  background-image: url("https://www.yacht-transport.com/wp-content/uploads/2024/03/form-arrow-dark.svg") !important;
  background-size: auto;
  background-position: center center !important;
  background-repeat: no-repeat;
  background-color: #fff !important;
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  width: 3.5rem !important;
  height: 3.5rem !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 0 0.7rem !important;
  color: transparent !important;
  transition: all 0.5s ease 0s;
}
footer .gform-button:hover,
footer .gform_button.gform_image_button:hover {
  background-color: rgb(247.35, 247.35, 247.35) !important;
  background-position: center right 5px !important;
}

.blok-next-destination .gform-loader,
footer .gform-loader {
  position: absolute !important;
  top: 1.5rem !important;
  right: 1.5rem !important;
}
@media screen and (max-width: 575px) {
  .blok-next-destination .gform_fields,
  footer .gform_fields {
    row-gap: 2.1rem !important;
  }
}
.blok-next-destination .gform_wrapper,
footer .gform_wrapper {
  position: relative !important;
  margin-top: 1rem;
  font-family: "Clear Sans", sans-serif !important;
  background: #203550;
  color: #fff;
  padding: 2.1rem 7rem 2.1rem 2.5rem;
  max-width: 35.4rem;
  border-radius: 0 0 0.6rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .blok-next-destination .gform_wrapper,
  footer .gform_wrapper {
    max-width: none;
  }
}
.blok-next-destination .gform_wrapper .gform_validation_errors,
footer .gform_wrapper .gform_validation_errors {
  color: #fff !important;
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 2rem !important;
  box-shadow: none !important;
  background: transparent !important;
}
.blok-next-destination .gform_wrapper .gform_validation_errors .gform-icon.gform-icon--close,
footer .gform_wrapper .gform_validation_errors .gform-icon.gform-icon--close {
  display: none !important;
}
.blok-next-destination .gform_wrapper .gform_validation_errors .gform_submission_error,
footer .gform_wrapper .gform_validation_errors .gform_submission_error {
  color: #fff !important;
  border: 0 !important;
}
.blok-next-destination .gform_wrapper .validation_message,
footer .gform_wrapper .validation_message {
  color: #fff !important;
  display: none !important;
}
.blok-next-destination .gform_wrapper .gform-field-label,
footer .gform_wrapper .gform-field-label {
  font-size: 1.4rem !important;
  color: #fff !important;
  margin-bottom: 0 !important;
  font-weight: 300 !important;
}
@media screen and (max-width: 768px) {
  .blok-next-destination .gform_wrapper .gform-field-label,
  footer .gform_wrapper .gform-field-label {
    margin-bottom: 0.8rem !important;
  }
}
@media screen and (min-width: 769px) {
  .blok-next-destination .gform_wrapper .quote-departure,
  .blok-next-destination .gform_wrapper .quote-destination,
  footer .gform_wrapper .quote-departure,
  footer .gform_wrapper .quote-destination {
    width: 13rem;
  }
}
@media screen and (min-width: 575px) and (max-width: 768px) {
  .blok-next-destination .gform_wrapper .quote-departure,
  .blok-next-destination .gform_wrapper .quote-destination,
  footer .gform_wrapper .quote-departure,
  footer .gform_wrapper .quote-destination {
    grid-column: span 6 !important;
  }
}
.blok-next-destination .gform_wrapper .chosen-single,
.blok-next-destination .gform_wrapper .select2-selection,
footer .gform_wrapper .chosen-single,
footer .gform_wrapper .select2-selection {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  text-align: left;
  overflow: hidden;
}
.blok-next-destination .gform_wrapper .chosen-single .select2-selection__rendered,
.blok-next-destination .gform_wrapper .select2-selection .select2-selection__rendered,
footer .gform_wrapper .chosen-single .select2-selection__rendered,
footer .gform_wrapper .select2-selection .select2-selection__rendered {
  padding-left: 0;
  max-width: 11rem;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .blok-next-destination .gform_wrapper .chosen-single .select2-selection__rendered,
  .blok-next-destination .gform_wrapper .select2-selection .select2-selection__rendered,
  footer .gform_wrapper .chosen-single .select2-selection__rendered,
  footer .gform_wrapper .select2-selection .select2-selection__rendered {
    max-width: none;
  }
}
.blok-next-destination .gform_wrapper .chosen-single .select2-selection__arrow,
.blok-next-destination .gform_wrapper .select2-selection .select2-selection__arrow,
footer .gform_wrapper .chosen-single .select2-selection__arrow,
footer .gform_wrapper .select2-selection .select2-selection__arrow {
  display: inline-block;
  position: static;
  top: auto;
  right: auto;
  width: auto;
}
.blok-next-destination .gform_wrapper .chosen-single .select2-selection__arrow b,
.blok-next-destination .gform_wrapper .select2-selection .select2-selection__arrow b,
footer .gform_wrapper .chosen-single .select2-selection__arrow b,
footer .gform_wrapper .select2-selection .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: inline-block;
  margin-left: 1rem;
}
.blok-next-destination .gform_wrapper .chosen-single .chosen-chevron,
.blok-next-destination .gform_wrapper .select2-selection .chosen-chevron,
footer .gform_wrapper .chosen-single .chosen-chevron,
footer .gform_wrapper .select2-selection .chosen-chevron {
  display: inline-block !important;
  vertical-align: middle !important;
  background-image: url("https://www.yacht-transport.com/wp-content/uploads/2024/02/chosen-dropdown.svg") !important;
  width: 0.9rem;
  height: 0.6rem;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin-left: 1rem;
  inline-size: 12px !important;
  inset-block-start: 17px !important;
  position: relative !important;
}
.blok-next-destination .gform_wrapper .chosen-single span,
.blok-next-destination .gform_wrapper .select2-selection span,
footer .gform_wrapper .chosen-single span,
footer .gform_wrapper .select2-selection span {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.blok-next-destination .gform_wrapper .gform_footer,
footer .gform_wrapper .gform_footer {
  margin: 0 !important;
}
@media screen and (min-width: 575px) {
  .blok-next-destination .gform_wrapper .chosen-drop,
  footer .gform_wrapper .chosen-drop {
    width: 28rem !important;
  }
}

.blok-next-destination .gform_wrapper {
  float: right;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.06);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}
@media screen and (max-width: 768px) {
  .blok-next-destination .gform_wrapper {
    float: none;
  }
}
.blok-next-destination .gform_button,
.blok-next-destination .gform_button.gform_image_button {
  background-image: url("https://www.yacht-transport.com/wp-content/uploads/2024/03/form-arrow.svg") !important;
  background-size: auto;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  width: 3.5rem !important;
  height: 3.5rem !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 0 0.7rem !important;
  color: transparent !important;
  transition: all 0.5s ease 0s;
}
.blok-next-destination .gform_button:hover,
.blok-next-destination .gform_button.gform_image_button:hover {
  background-color: rgb(252.45, 252.45, 252.45) !important;
  background-position: center right 5px !important;
}

.gform_wrapper .gform_button {
  background: var(--primair);
  color: #fff;
  box-shadow: none;
  border: 0;
}

@media screen and (min-width: 769px) {
  body:not(.page-template-template-quote) .select2-dropdown {
    width: 29rem !important;
  }
  body:not(.page-template-template-quote) .select2-dropdown.select2-dropdown--below {
    margin-top: 1rem;
  }
  body:not(.page-template-template-quote) .select2-dropdown.select2-dropdown--above {
    margin-bottom: 1rem;
  }
}
body:not(.page-template-template-quote) .select2-results__option {
  font-family: "Clear Sans", sans-serif !important;
  font-size: 1.6rem !important;
  color: #001530;
}

/* stylelint-enable unit-allowed-list, declaration-no-important, value-no-vendor-prefix */
/* stylelint-disable unit-allowed-list, declaration-no-important, value-no-vendor-prefix */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #001530;
  font-family: "Clear Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

main {
  flex-grow: 1;
}

.screen-reader,
.screen-reader-text {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.container.extraspace,
.container-fluid.extraspace,
.container-lg.extraspace,
.container-md.extraspace,
.container-sm.extraspace,
.container-xl.extraspace {
  max-width: 1183px;
}
@media screen and (min-width: 1000px) {
  .container.mediumspace,
  .container-fluid.mediumspace,
  .container-lg.mediumspace,
  .container-md.mediumspace,
  .container-sm.mediumspace,
  .container-xl.mediumspace {
    max-width: 980px;
  }
}
@media screen and (min-width: 900px) {
  .container.smallspace,
  .container-fluid.smallspace,
  .container-lg.smallspace,
  .container-md.smallspace,
  .container-sm.smallspace,
  .container-xl.smallspace {
    max-width: 868px;
  }
}
.container.smaller-grid,
.container-fluid.smaller-grid,
.container-lg.smaller-grid,
.container-md.smaller-grid,
.container-sm.smaller-grid,
.container-xl.smaller-grid {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
@media screen and (max-width: 768px) {
  .container.smaller-grid,
  .container-fluid.smaller-grid,
  .container-lg.smaller-grid,
  .container-md.smaller-grid,
  .container-sm.smaller-grid,
  .container-xl.smaller-grid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.container.smaller-grid .row,
.container-fluid.smaller-grid .row,
.container-lg.smaller-grid .row,
.container-md.smaller-grid .row,
.container-sm.smaller-grid .row,
.container-xl.smaller-grid .row {
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}
@media screen and (max-width: 768px) {
  .container.smaller-grid .row,
  .container-fluid.smaller-grid .row,
  .container-lg.smaller-grid .row,
  .container-md.smaller-grid .row,
  .container-sm.smaller-grid .row,
  .container-xl.smaller-grid .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.container.smaller-grid .smaller-col,
.container-fluid.smaller-grid .smaller-col,
.container-lg.smaller-grid .smaller-col,
.container-md.smaller-grid .smaller-col,
.container-sm.smaller-grid .smaller-col,
.container-xl.smaller-grid .smaller-col {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
@media screen and (max-width: 768px) {
  .container.smaller-grid .smaller-col,
  .container-fluid.smaller-grid .smaller-col,
  .container-lg.smaller-grid .smaller-col,
  .container-md.smaller-grid .smaller-col,
  .container-sm.smaller-grid .smaller-col,
  .container-xl.smaller-grid .smaller-col {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1316px;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

main img {
  max-width: 100%;
  height: auto;
}

.row > *,
.col,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-12,
.col-12 {
  padding-right: 20px;
  padding-left: 20px;
}

.subtitel {
  font-size: 2rem;
  line-height: 2.1rem;
  color: #eb690b;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "mixta-didone", sans-serif;
}

h1,
.h1 {
  font-size: 7rem;
  line-height: 7rem;
  font-weight: bold;
}
h1.huge,
.h1.huge {
  font-size: 10rem;
  line-height: 10rem;
}
@media screen and (max-width: 768px) {
  h1.huge,
  .h1.huge {
    font-size: 5.8rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

h2,
.h2 {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: bold;
}
h2.big,
.h2.big {
  font-size: 7rem;
  line-height: 7rem;
}
@media screen and (max-width: 768px) {
  h2.big,
  .h2.big {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

h3,
.h3 {
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 4rem;
}
@media screen and (max-width: 768px) {
  h3,
  .h3 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

h4,
.h4 {
  font-size: 2.16rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}

h6,
.h6 {
  font-size: 1.4994rem;
}

a {
  color: #001530;
  transition: all 0.5s ease 0s;
}
a:hover {
  color: #eb690b;
}

.page-block ul:not(.chosen-results) {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-block ul:not(.chosen-results) li {
  padding-left: 2.3rem;
  position: relative;
}
.page-block ul:not(.chosen-results) li::before {
  content: "•";
  font-size: 3.2rem;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #eb690b;
}

.back-col {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 575px) {
  .back-col {
    margin-top: 1.5rem;
    text-align: left;
  }
}

/* stylelint-enable unit-allowed-list, declaration-no-important, value-no-vendor-prefix */
/* stylelint-disable unit-allowed-list, declaration-no-important */
header {
  min-height: 6rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
header.full-height {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  header.full-height {
    height: 39.4rem;
  }
}
header.full-height .video-div {
  background: #001530;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
header.half-height {
  height: 65rem;
}
@media screen and (max-width: 768px) {
  header.half-height {
    height: 39.4rem;
  }
}
header.half-height .video-div {
  background: #001530;
}
header.half-height .video-div iframe {
  transform: scale(2);
}
header .video-div {
  height: 100%;
  overflow: hidden !important;
  position: relative;
  z-index: -1;
}
header .video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 2s ease-in;
}
header .video-container.loaded {
  opacity: 1;
}
header iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  transform: scale(1.5);
  z-index: -1;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  header iframe {
    transform: scale(2.3);
  }
}
@media screen and (max-width: 640px) {
  header iframe {
    transform: scale(2.4);
  }
}
header .header-mask-up {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  height: 20.2rem;
  opacity: 0.4;
}
header .header-mask {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
  background: rgb(0, 21, 48);
  background: linear-gradient(0deg, rgb(0, 21, 48) 0%, rgba(255, 255, 255, 0) 100%);
  height: 31.1rem;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  header .header-mask {
    display: none;
  }
}
header .header-text {
  z-index: 2;
  position: absolute;
  bottom: 4.4rem;
  left: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  header .header-text + .scrolldown {
    display: none;
  }
}
header .header-text .header-text-inner {
  max-width: 62.3rem;
}
@media screen and (max-width: 768px) {
  header .header-text .header-text-inner {
    max-width: none;
  }
}
header .header-text h2 {
  font-size: 10rem;
  line-height: 10rem;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  header .header-text h2 {
    font-size: 5.8rem;
    line-height: 6rem;
    margin-bottom: 1.5rem;
  }
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 106;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lightbox.open {
  opacity: 1;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}
.lightbox .close {
  color: #fff;
  font-weight: normal;
  top: 2rem;
  right: 2rem;
  float: none;
  position: absolute;
  text-decoration: none;
}
.lightbox .close::before {
  content: "Close";
}
.lightbox > * > .row {
  max-height: 90vh;
}
.lightbox.video h3 {
  margin-bottom: 2rem;
}
.lightbox.video .caption {
  margin-top: 2rem;
}
.lightbox.gallery img {
  max-width: 100%;
  max-height: 100%;
}

body header .logo-pop-up {
  z-index: 2;
  position: fixed;
  top: 15rem;
  right: 5rem;
  transition: top 0.3s ease;
}
body header .logo-pop-up:hover {
  top: 14.8rem;
}
@media (max-width: 767.98px) {
  body header .logo-pop-up {
    top: 11rem;
    right: 1rem;
  }
  body header .logo-pop-up:hover {
    top: 11rem; /* Keep the same top on hover for smaller screens */
  }
}
body header .logo-pop-up img {
  width: 15rem;
  height: auto;
}
@media (max-width: 767.98px) {
  body header .logo-pop-up img {
    width: 9rem;
  }
}
body.scrolled header .logo-pop-up {
  top: 16rem;
}
body.scrolled header .logo-pop-up:hover {
  top: 15.8rem;
}
@media (max-width: 767.98px) {
  body.scrolled header .logo-pop-up {
    top: 17rem;
  }
  body.scrolled header .logo-pop-up:hover {
    top: 17rem; /* Keep the same top on hover for smaller screens */
  }
}

/* stylelint-disable unit-allowed-list, declaration-no-important */
@media screen and (max-width: 992px) {
  .menu-contact-desktop {
    display: none;
  }
}
@media screen and (max-height: 830px) {
  .menu-contact-desktop {
    display: none;
  }
}

.menu-contact-mobile {
  font-family: "Clear Sans", sans-serif;
  font-size: 1.8rem;
}
@media screen and (min-width: 993px) {
  .menu-contact-mobile {
    display: none;
  }
}
@media screen and (max-height: 830px) {
  .menu-contact-mobile {
    display: block;
  }
}

.menu-contact {
  position: absolute;
  bottom: 3.5rem;
  left: calc(33.33% + 12.15rem);
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .menu-contact {
    left: calc(33.33% + 8.15rem);
  }
}
@media screen and (max-width: 992px) {
  .menu-contact {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 7rem;
  }
}
@media screen and (max-height: 830px) {
  .menu-contact {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 7rem;
  }
}
.menu-contact .company-title {
  font-size: 2.2rem;
  color: #eb690b;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
.menu-contact .phone-box a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin-right: 1rem;
  position: relative;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 992px) {
  .menu-contact .phone-box a {
    display: block;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media screen and (max-height: 830px) {
  .menu-contact .phone-box a {
    display: block;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.menu-contact .phone-box a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .menu-contact .phone-box a:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-height: 830px) {
  .menu-contact .phone-box a:last-child {
    margin-bottom: 0;
  }
}
.menu-contact .phone-box a::before {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #eb690b;
  transition: width 0.5s ease 0s;
}
.menu-contact .phone-box a:hover {
  color: #eb690b;
}
.menu-contact .phone-box a:hover::before {
  width: 100%;
}
.menu-contact .phone-box a svg path {
  fill: #eb690b;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.scrolled .menu-overlay-circle {
  top: 4.5rem;
  right: 8.8rem;
}
@media screen and (max-width: 768px) {
  .scrolled .menu-overlay-circle {
    top: 4.5rem;
    right: 4.1rem;
  }
}

.menu-overlay-circle {
  position: fixed;
  top: 9rem;
  right: 8rem;
  width: 0;
  height: 0;
  background: #001530;
  border-radius: 100%;
  transition: all 0.6s ease 0.3s;
  z-index: 9998;
}
@media screen and (max-width: 768px) {
  .menu-overlay-circle {
    top: 6rem;
    right: 4.1rem;
  }
}
.menu-overlay-circle.active {
  width: 50rem;
  height: 50rem;
  transform: scale(11);
  transition: all 1s ease 0s;
}
@media screen and (max-width: 768px) {
  .menu-overlay-circle.active {
    width: 30rem;
    height: 30rem;
    transform: scale(6);
  }
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #001530;
  color: #fff;
  padding: 0 4.7rem;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .menu-overlay {
    padding: 0;
  }
}
.menu-overlay.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease 0.6s;
}
.menu-overlay .overlay-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(33.33% + 1.5rem);
  width: 0.1rem;
  background: rgba(255, 255, 255, 0.12);
}
@media screen and (max-height: 830px) {
  .menu-overlay .overlay-line {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .menu-overlay .overlay-line {
    display: none;
  }
}
.menu-overlay .overlay-visual {
  z-index: 0;
  position: absolute;
  top: 10.6rem;
  bottom: 4.4rem;
  right: -32.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-overlay .overlay-visual img {
  width: auto;
  max-height: 75.2rem;
}
.menu-overlay .container-fluid {
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .menu-overlay .container-fluid {
    padding: 0 2rem;
  }
}
.menu-overlay .container-fluid .row:nth-child(1) {
  height: 20%;
}
@media screen and (max-height: 830px) {
  .menu-overlay .container-fluid .row:nth-child(1) {
    height: auto;
  }
}
@media screen and (max-height: 1024px) {
  .menu-overlay .container-fluid .row:nth-child(1) {
    height: auto;
  }
}
.menu-overlay .container-fluid .row:nth-child(2) {
  height: 80%;
}
@media screen and (max-height: 830px) {
  .menu-overlay .container-fluid .row:nth-child(2) {
    height: auto;
  }
}
@media screen and (max-height: 1024px) {
  .menu-overlay .container-fluid .row:nth-child(2) {
    height: auto;
  }
}
@media screen and (max-height: 830px) {
  .menu-overlay .logo-box a svg {
    width: 13.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .menu-overlay .logo-box a svg {
    width: 13.8rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-overlay .logo-box a svg {
    width: 9.2rem;
  }
}
@media screen and (max-width: 992px) {
  .menu-overlay .socials-desktop {
    display: none;
  }
}
@media screen and (max-height: 830px) {
  .menu-overlay .socials-desktop {
    display: none;
  }
}
.menu-overlay .socials-desktop .socials {
  left: 6.7rem;
}
@media screen and (min-width: 993px) {
  .menu-overlay .socials-mobile {
    display: none;
  }
}
@media screen and (max-height: 830px) {
  .menu-overlay .socials-mobile {
    display: block;
  }
}
.menu-overlay .menu-but.close:hover svg {
  transform: scale(1.3);
}
.menu-overlay .menu-but.close svg {
  width: 1.9rem;
  height: 1.6rem;
  transition: all 0.5s ease 0s;
}
.menu-overlay .menu-col {
  margin-top: 5.5rem;
  font-family: "mixta-didone", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  position: relative;
}
@media screen and (max-height: 830px) {
  .menu-overlay .menu-col {
    margin-top: 3.8rem;
    font-size: 2.5rem;
  }
}
.menu-overlay .menu-col ul {
  max-width: calc(33.33% - 9.2rem);
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .menu-overlay .menu-col ul {
    max-width: calc(33.33% - 7.2rem);
  }
}
@media screen and (max-height: 830px) {
  .menu-overlay .menu-col ul {
    max-width: none;
  }
}
@media screen and (max-width: 992px) {
  .menu-overlay .menu-col ul {
    max-width: none;
  }
}
.menu-overlay .menu-col ul li {
  margin-bottom: 2rem;
}
@media screen and (max-height: 830px) {
  .menu-overlay .menu-col ul li {
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .menu-overlay .menu-col ul li {
    margin-bottom: 1.4rem;
  }
}
.menu-overlay .menu-col ul li:last-child {
  margin-bottom: 0;
}
.menu-overlay .menu-col ul li.clicked .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transform: translate(0, 0);
}
.menu-overlay .menu-col ul li.menu-item-has-children a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.4rem;
  width: 0.837rem;
  height: 0.998rem;
  background-image: url("https://www.yacht-transport.com/wp-content/uploads/2024/02/menu-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-height: 830px) {
  .menu-overlay .menu-col ul li.menu-item-has-children .sub-menu li.small-item {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .menu-overlay .menu-col ul li.menu-item-has-children .sub-menu li.small-item {
    display: none;
  }
}
.menu-overlay .menu-col ul li.menu-item-has-children .sub-menu li.small-item a {
  font-family: "Clear Sans", sans-serif;
  font-weight: 400;
  color: #eb690b;
  font-size: 1.4rem;
  line-height: 3.2rem;
  text-decoration: none;
}
.menu-overlay .menu-col ul li.menu-item-has-children .sub-menu li.small-item a:hover {
  transform: translate(0, 0);
}
.menu-overlay .menu-col ul li.menu-item-has-children .sub-menu li a::after {
  display: none;
}
.menu-overlay .menu-col ul li a {
  line-height: 3rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  position: relative;
  transform: translate(0, 0);
}
@media screen and (max-height: 830px) {
  .menu-overlay .menu-col ul li a {
    width: auto !important;
  }
}
@media screen and (max-width: 992px) {
  .menu-overlay .menu-col ul li a {
    width: auto !important;
  }
}
.menu-overlay .menu-col ul li a::before {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #eb690b;
  transition: width 0.5s ease 0s;
}
.menu-overlay .menu-col ul li a:hover {
  color: #eb690b;
}
.menu-overlay .menu-col ul li a:hover::before {
  width: 100%;
}
@media screen and (max-height: 830px) {
  .menu-overlay .menu-col ul li a:hover {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 992px) {
  .menu-overlay .menu-col ul li a:hover {
    width: calc(100% - 2rem);
  }
}
.menu-overlay .menu-col ul li .sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
  max-width: none;
  position: absolute;
  top: 0;
  left: calc(100% + 19.2rem);
  z-index: -1;
  white-space: nowrap;
  transform: translate(-3rem, 0);
  width: 80rem;
  padding-right: 3rem;
}
@media screen and (max-width: 1476px) {
  .menu-overlay .menu-col ul li .sub-menu {
    width: 60rem;
  }
}
@media screen and (max-width: 1100px) {
  .menu-overlay .menu-col ul li .sub-menu {
    left: calc(100% + 13.2rem);
    width: 40rem;
  }
}
@media screen and (max-height: 830px) {
  .menu-overlay .menu-col ul li .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding-right: 0;
    display: none;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 992px) {
  .menu-overlay .menu-col ul li .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding-right: 0;
    display: none;
    transform: translate(0, 0);
  }
}
.menu-overlay .menu-col ul li .sub-menu.open {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.3s;
  transform: translate(0, 0);
}
@media screen and (max-height: 830px) {
  .menu-overlay .menu-col ul li .sub-menu.open {
    transform: translate(2rem, 0);
    display: block;
    margin-top: 2rem;
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 992px) {
  .menu-overlay .menu-col ul li .sub-menu.open {
    transform: translate(2rem, 0);
    display: block;
    margin-top: 2rem;
    width: calc(100% - 2rem);
  }
}
.menu-overlay .menu-col ul li .sub-menu li a {
  white-space: normal;
}
@media screen and (max-width: 992px) {
  .menu-overlay .menu-col ul li .sub-menu li a {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-height: 830px) {
  .menu-overlay .menu-col ul li .sub-menu li a {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.pagination {
  display: block;
  text-align: center;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 2rem;
  }
}
.pagination .nav-links a {
  text-decoration: none;
}
.pagination .page-numbers {
  padding: 0 0.5rem;
  display: inline-block;
}
.pagination .page-numbers.current {
  font-weight: bold;
  color: #eb690b;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.home .scrolldown {
  display: block;
}

.scrolldown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8.6rem;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .scrolldown {
    height: 4.4rem;
  }
}
.scrolldown .scrolldown-clickarea {
  width: 4rem;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.scrolldown .scrolldown-clickarea .scrolldown-box {
  height: 100%;
  width: 0.3rem;
  background: rgba(255, 255, 255, 0.3);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.scrolldown .scrolldown-clickarea .scrolldown-box .scrolldown-line {
  width: 0.3rem;
  top: 0;
  left: 0;
  background: #fff;
  height: 2.1rem;
  animation: scrolldownline 1.8s infinite;
}
@media screen and (max-width: 768px) {
  .scrolldown .scrolldown-clickarea .scrolldown-box .scrolldown-line {
    animation: scrolldownlinemobile 1.8s infinite;
  }
}
@keyframes scrolldownline {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(6.5rem);
  }
}
@keyframes scrolldownlinemobile {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(2.3rem);
  }
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
.component-search .component-search-results ul {
  padding-left: 0;
}
.component-search .component-search-results li {
  list-style: none;
}
.component-search .component-search-results a {
  display: block;
  text-decoration: none;
}
.component-search .component-search-results a h3 {
  text-decoration: underline;
}

.social-media .social {
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-width: 2.5rem;
}

/* stylelint-disable unit-allowed-list, declaration-no-important */
footer .socials {
  position: relative;
  left: auto;
  bottom: auto;
  float: right;
}
@media screen and (max-width: 992px) {
  footer .socials {
    float: none;
    margin-top: 4.5rem;
    padding-bottom: 0;
  }
}
@media screen and (max-height: 830px) {
  footer .socials {
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-height: 830px) and (max-width: 992px) {
  footer .socials {
    margin-top: 4.1rem;
    padding-bottom: 0;
  }
}

.socials {
  position: absolute;
  left: 0;
  bottom: 3.5rem;
  z-index: 20;
}
@media screen and (max-height: 830px) {
  .socials {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 4.1rem;
    padding-bottom: 6.5rem;
  }
}
@media screen and (max-width: 992px) {
  .socials {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 4.1rem;
    padding-bottom: 6.5rem;
  }
}
.socials a {
  margin-right: 0.7rem;
  text-decoration: none !important;
}
.socials a:last-child {
  margin-right: 0;
}
.socials a:hover circle {
  fill: #eb690b;
}
.socials a circle {
  transition: all 0.3s ease 0s;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.scrolled .topbar-up {
  z-index: 100;
  position: fixed;
  height: 9.2rem;
  animation: slide-down 0.7s;
  background-color: rgb(255, 255, 255);
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    background-color: rgb(255, 255, 255);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scrolled .topbar-up .contact-cta {
  visibility: visible;
  opacity: 1;
}
.scrolled .topbar-up .menu-middle .menu-middle-box {
  visibility: visible;
  opacity: 1;
  transform: translate(0, -4.7rem);
  transition: all 0.3s ease 0s;
}
.scrolled .topbar-up .menu-middle .menu-middle-box ul li a {
  color: #001530;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  position: relative;
}
.scrolled .topbar-up .menu-middle .menu-middle-box ul li a::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: rgb(0, 21, 48);
  transition: width 0.5s ease 0s;
}
.scrolled .topbar-up .menu-middle .menu-middle-box ul li a:hover {
  color: rgb(0, 21, 48);
}
.scrolled .topbar-up .menu-middle .menu-middle-box ul li a:hover::before {
  width: 100%;
}
.scrolled .topbar-up .logo-box {
  transform: translate(0, -6rem);
}
@media screen and (max-width: 768px) {
  .scrolled .topbar-up .logo-box {
    transform: translate(0, -1.7rem);
  }
}
.scrolled .topbar-up .logo-box a svg {
  width: 9.7rem;
  transition: none;
}
@media screen and (max-width: 768px) {
  .scrolled .topbar-up .logo-box a svg {
    width: 9.2rem;
  }
}
.scrolled .topbar-up .logo-box a svg .logo-text {
  fill: #001530;
}
.scrolled .topbar-up .menu-box {
  transform: translate(0, -4.7rem);
}
@media screen and (max-width: 768px) {
  .scrolled .topbar-up .menu-box {
    transform: translate(0, -1.5rem);
  }
}
.scrolled .topbar-up .menu-box .menu-text {
  color: #001530;
  font-weight: 400;
}
.scrolled .topbar-up .menu-box .menu-but-box .menu-but {
  background-color: #001530;
}
.scrolled .topbar-up .menu-box .menu-but-box .menu-but .menu-but-lines .menu-but-line {
  background-color: #fff;
}

.topbar-up {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 0 4.7rem;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 768px) {
  .topbar-up {
    padding: 0;
  }
}
.topbar-up .topcol {
  position: relative;
}
.topbar-up .contact-cta {
  position: absolute;
  top: 9.2rem;
  right: 1.5rem;
  background-color: #eb690b;
  color: #fff;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding: 1.2rem 1.9rem;
  visibility: hidden;
  opacity: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .topbar-up .contact-cta {
    top: 11.2rem;
    right: 0;
  }
}
.topbar-up .contact-cta:hover {
  background-color: #f7941d;
}
.topbar-up .menu-middle {
  position: absolute;
  top: 0;
  left: 18.3rem;
  right: 15.8rem;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .topbar-up .menu-middle {
    display: none;
  }
}
.topbar-up .menu-middle .menu-middle-box {
  margin-top: 8rem;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: none;
}
.topbar-up .menu-middle .menu-middle-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.topbar-up .menu-middle .menu-middle-box ul li {
  display: inline-block;
  margin: 0 2rem;
}
.topbar-up .menu-middle .menu-middle-box ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0);
  transition: all 0.3s ease 0s;
}
.topbar-up .menu-middle .menu-middle-box ul li a:hover {
  border-bottom: 0.1rem solid rgb(255, 255, 255);
}

.logo-box {
  transform: translate(0, 0);
  margin-top: 8rem;
  float: left;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .logo-box {
    margin-top: 3.7rem;
  }
}
.logo-box a svg {
  width: 16.8rem;
  height: auto;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .logo-box a svg {
    width: 9.2rem;
  }
}
.logo-box a svg .logo-text {
  fill: #fff;
  transition: all 0.3s ease 0s;
}

.menu-box {
  float: right;
  margin-top: 6.6rem;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .menu-box {
    margin-top: 3.4rem;
  }
}
.menu-box:hover .menu-but-box .menu-but .menu-but-line:nth-child(2), .menu-box:hover .menu-but-box .menu-but .menu-but-line:nth-child(3) {
  width: 100%;
}
.menu-box .menu-text {
  font-size: 2.2rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-right: 2.2rem;
}
@media screen and (max-width: 320px) {
  .menu-box .menu-text {
    margin-right: 1rem;
  }
}
.menu-box .menu-but-box {
  display: inline-block;
  vertical-align: middle;
}
.menu-box .menu-but-box .menu-but {
  width: 5.3rem;
  height: 5.4rem;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-box .menu-but-box .menu-but .menu-but-lines {
  width: 2rem;
  text-align: right;
}
.menu-box .menu-but-box .menu-but .menu-but-line {
  background-color: #001530;
  height: 0.2rem;
  margin-bottom: 0.6rem;
}
.menu-box .menu-but-box .menu-but .menu-but-line:last-child {
  margin-bottom: 0;
}
.menu-box .menu-but-box .menu-but .menu-but-line:nth-child(1) {
  width: 100%;
}
.menu-box .menu-but-box .menu-but .menu-but-line:nth-child(2) {
  width: 1.6rem;
  margin-left: auto;
  margin-right: 0;
  transition: all 0.3s ease 0s;
}
.menu-box .menu-but-box .menu-but .menu-but-line:nth-child(3) {
  width: 1.2rem;
  margin-left: auto;
  margin-right: 0;
  transition: all 0.3s ease 0s;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
.accordion h2 {
  margin-bottom: 3.5rem;
}
.accordion h3 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 0;
}
.accordion dl {
  width: 100%;
}
.accordion .heading {
  position: relative;
  transition: all 0.4s ease;
  border: 0.1rem solid transparent;
}
.accordion .heading::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.1rem;
  bottom: -0.1rem;
  left: -0.1rem;
  right: -0.1rem;
  border: 0.1rem solid #001530;
  border-bottom: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  transition: all 0.4s ease;
  z-index: -1;
}
.accordion .heading.closed::before {
  bottom: 0.6rem;
}
.accordion .heading.closed .fa-chevron-down {
  opacity: 1;
}
.accordion .heading:not(.closed) .fa-times-circle {
  opacity: 1;
}
.accordion .heading .fa-chevron-down,
.accordion .heading .fa-times-circle {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  font-size: 3.1104rem;
  opacity: 0;
}
.accordion .trigger {
  border-color: transparent;
  background: #fff;
  color: #000;
  border-radius: 1rem;
  box-shadow: none;
  width: 100%;
  padding: 1rem;
}
.accordion .panel {
  background: #fff;
  border: 0.1rem solid #001530;
  border-top: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
  max-height: 100vh;
  padding: 0 2rem;
  margin-top: 0;
  transition: all 0.4s ease;
}
.accordion .panel.closed {
  max-height: 1rem;
  padding-bottom: 0;
  margin-top: -1rem;
}

.blok-afbeelding .center {
  text-align: center;
}
.blok-afbeelding .center img {
  max-width: 100%;
  height: auto;
}
.blok-afbeelding .center img.klein {
  max-width: 50%;
}
.blok-afbeelding .center img.normaal {
  max-width: 80%;
}
.blok-afbeelding .center img p {
  margin: 0;
  padding: 0;
}

/* stylelint-disable unit-allowed-list, declaration-no-important */
.blogposts h2 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .blogposts h2 {
    margin-bottom: 2rem;
  }
}
.blogposts .more-col {
  margin-top: 7.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .blogposts .more-col {
    margin-top: 2rem;
  }
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
.blok-destinations h2 {
  margin-bottom: 3.5rem;
}

/* stylelint-disable unit-allowed-list, declaration-no-important */
@media screen and (max-width: 575px) {
  .blok-download .container,
  .blok-download .row,
  .blok-download .col-lg-12 {
    padding: 0;
    margin: 0;
  }
}
.blok-download .download-box {
  position: relative;
  height: 44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .blok-download .download-box {
    height: 19.8rem;
  }
}
.blok-download .download-box:hover {
  opacity: 1;
}
.blok-download .download-box:hover .cta-download {
  transform: translate(0, 1rem);
}
.blok-download .download-box:hover .cta-download .download-button svg rect {
  fill: rgb(200.8963414634, 89.762195122, 9.4036585366);
}
.blok-download .download-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.blok-download .download-box .cta-download {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  text-align: center;
  padding: 3.1rem;
  max-width: 31.3rem;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 575px) {
  .blok-download .download-box .cta-download {
    padding: 1.9rem;
    max-width: 21.3rem;
  }
}
@media screen and (max-width: 575px) {
  .blok-download .download-box .cta-download .download-button svg {
    width: 4rem;
    height: 4rem;
  }
}
.blok-download .download-box .cta-download .download-button svg rect {
  transition: all 0.3s ease 0s;
}
.blok-download .download-box .cta-download .download-text {
  font-family: "mixta-didone", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 575px) {
  .blok-download .download-box .cta-download .download-text {
    font-size: 2rem;
    line-height: 2.1rem;
  }
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.featured-blocks {
  background-color: #000;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.featured-blocks.overlay::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
}
.featured-blocks.overlay.light::before {
  background: rgba(0, 0, 0, 0.7);
}
.featured-blocks.overlay a {
  color: #eb690b;
}
.featured-blocks.dark h1,
.featured-blocks.dark h2,
.featured-blocks.dark h3,
.featured-blocks.dark h4,
.featured-blocks.dark h5,
.featured-blocks.dark p {
  color: #001530;
  margin-bottom: 3.5rem;
}
.featured-blocks.light h1,
.featured-blocks.light h2,
.featured-blocks.light h3,
.featured-blocks.light h4,
.featured-blocks.light h5,
.featured-blocks.light p {
  color: #fff;
  margin-bottom: 3.5rem;
}

.cta {
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
}
.cta .button {
  margin-top: 3rem;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.blok-formulier h2 {
  margin-bottom: 3.5rem;
}
.blok-formulier .gform_wrapper .gform_footer .button-form-wrap {
  display: flex;
  position: relative;
}
.blok-formulier .gform_wrapper .gform_footer .button-form-wrap:hover::before {
  width: 100%;
}
.blok-formulier .gform_wrapper .gform_footer .button-form-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #eb690b;
  transition: width 0.5s ease 0s;
}
.blok-formulier .gform_wrapper .gform_footer .button,
.blok-formulier .gform_wrapper .gform_footer input[type=submit] {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #eb690b !important;
  font-size: 2.4rem !important;
  font-family: "mixta-didone", sans-serif !important;
  font-weight: 400 !important;
  padding: 0 !important;
}
.blok-formulier .gform_wrapper .gform_fields {
  grid-row-gap: 1.6rem;
}
.blok-formulier .gform_wrapper label,
.blok-formulier .gform_wrapper legend {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 0.4rem;
  gap: 0.3rem;
}
.blok-formulier .gform_wrapper label.gform-field-label--type-sub,
.blok-formulier .gform_wrapper legend.gform-field-label--type-sub {
  color: #001530;
}
.blok-formulier .gform_wrapper input,
.blok-formulier .gform_wrapper select,
.blok-formulier .gform_wrapper textarea {
  font-family: "Clear Sans", sans-serif !important;
  font-size: 1.6rem !important;
  border: 0.1rem solid #98a0ab !important;
  background-color: #fff;
  border-radius: 0;
  color: #001530;
  box-shadow: none;
  font-weight: 400;
}
.blok-formulier .gform_wrapper input::placeholder,
.blok-formulier .gform_wrapper select::placeholder,
.blok-formulier .gform_wrapper textarea::placeholder {
  color: rgba(0, 21, 48, 0.4);
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.page-block.colored.highlights {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 37%, rgb(255, 250, 243) 52%, rgb(255, 250, 243) 100%);
}

.highlights {
  position: relative;
  overflow: hidden;
}
.highlights.in-viewport .blue-underwater {
  transition: all 1s ease 0.3s;
  opacity: 1;
}
.highlights.in-viewport .blok-highlights .title-up h2 {
  color: #fff;
}
.highlights.in-viewport .blok-highlights .photo-row .phototekst-col .tekst {
  color: #fff;
}
.highlights.in-viewport .blok-highlights .bottom-tekst-col h3,
.highlights.in-viewport .blok-highlights .bottom-tekst-col .tekst {
  color: #fff;
}
.highlights.in-viewport .blok-highlights .bottom-tekst-col .button:hover {
  color: rgb(244.7914634146, 124.1451219512, 36.9085365854);
  border-bottom: 0.1rem solid rgb(244.7914634146, 124.1451219512, 36.9085365854);
}
.highlights.in-viewport .blok-highlights .bottom-tekst-col .button:hover svg .arrow-icon path {
  stroke: #fff;
}
.highlights.in-viewport .blok-highlights .bottom-tekst-col .button:hover svg .arrow-circle circle:nth-child(2) {
  fill: rgb(244.7914634146, 124.1451219512, 36.9085365854);
}
.highlights.in-viewport .blok-highlights .latest-blogpost-row h2 {
  color: #fff;
}
.highlights .box {
  will-change: transform;
}
.highlights .box::before {
  content: attr(data-timing);
}
.highlights .easeBox {
  transform: translateY(var(--ty));
}
.highlights .blue-underwater {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001530;
  z-index: 0;
  opacity: 0;
  transition: all 1s ease 0.3s;
}
.highlights .blue-underwater.active {
  opacity: 1;
}
.highlights .blok-highlights {
  position: relative;
  z-index: 1;
}
.highlights .blok-highlights .title-up {
  position: relative;
  padding-left: 1.6rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .highlights .blok-highlights .title-up {
    padding-bottom: 1rem;
  }
}
.highlights .blok-highlights .title-up .title-inner-text {
  max-width: 29rem;
}
@media screen and (max-width: 768px) {
  .highlights .blok-highlights .title-up .title-inner-text {
    max-width: 16.7rem;
  }
}
.highlights .blok-highlights .title-up .subtitle {
  position: relative;
  z-index: 1;
}
.highlights .blok-highlights .title-up h2 {
  font-size: 7rem;
  line-height: 7rem;
  position: relative;
  z-index: 1;
  transition: all 1s ease 0.3s;
}
@media screen and (max-width: 768px) {
  .highlights .blok-highlights .title-up h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.highlights .blok-highlights .title-up svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .highlights .blok-highlights .title-up svg {
    width: 19.7rem;
  }
}
.highlights .blok-highlights .photo-row {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .highlights .blok-highlights .photo-row {
    margin-top: 4rem;
  }
}
.highlights .blok-highlights .photo-row .phototekst-col {
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .highlights .blok-highlights .photo-row .phototekst-col {
    margin-bottom: 2rem;
  }
}
.highlights .blok-highlights .photo-row .phototekst-col:nth-child(even) {
  margin-top: -15rem;
}
@media screen and (max-width: 768px) {
  .highlights .blok-highlights .photo-row .phototekst-col:nth-child(even) {
    margin-top: 0;
  }
}
.highlights .blok-highlights .photo-row .phototekst-col:nth-child(even) .image {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .highlights .blok-highlights .photo-row .phototekst-col.tekst-col {
    margin-top: 5rem;
  }
}
.highlights .blok-highlights .photo-row .phototekst-col .image {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 380/243;
  height: 60rem;
}
@media screen and (max-width: 768px) {
  .highlights .blok-highlights .photo-row .phototekst-col .image {
    height: 41rem;
  }
}
.highlights .blok-highlights .photo-row .phototekst-col .tekst {
  text-align: left;
  transition: all 1s ease 0.3s;
}
.highlights .blok-highlights .photo-row img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .highlights .blok-highlights .bottom-photo-col {
    order: 2;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .highlights .blok-highlights .bottom-photo-col img {
    height: 40rem;
    width: auto;
    margin: 3.5rem auto 0;
  }
}
.highlights .blok-highlights .bottom-tekst-col {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .highlights .blok-highlights .bottom-tekst-col {
    order: 1;
    margin-top: 3.5rem;
  }
}
.highlights .blok-highlights .bottom-tekst-col h3,
.highlights .blok-highlights .bottom-tekst-col .tekst {
  transition: all 1s ease 0.3s;
}
.highlights .blok-highlights .bottom-tekst-col h3 {
  font-size: 5rem;
  line-height: 5rem;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 768px) {
  .highlights .blok-highlights .bottom-tekst-col h3 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.highlights .blok-highlights .bottom-tekst-col .tekst {
  margin-bottom: 2rem;
}
.highlights .blok-highlights .latest-blogpost-row {
  margin-top: 25rem;
}
@media screen and (max-width: 992px) {
  .highlights .blok-highlights .latest-blogpost-row {
    margin-top: 15rem;
  }
}
.highlights .blok-highlights .latest-blogpost-row h2 {
  transition: all 1s ease 0.3s;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .highlights .blok-highlights .latest-blogpost-row h2 {
    margin-bottom: 2rem;
  }
}
.highlights .blok-highlights .more-col {
  margin-top: 7.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .highlights .blok-highlights .more-col {
    margin-top: 2rem;
  }
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.blok-horizontal-slider .slider-outerWrap {
  position: relative;
  cursor: none;
}
.blok-horizontal-slider .slider-outerWrap .cursor,
.blok-horizontal-slider .slider-outerWrap .cursorRight {
  position: absolute;
  z-index: 999;
  width: 7.3rem;
  height: 7.3rem;
}
.blok-horizontal-slider .container-fluid {
  padding: 0;
}
.blok-horizontal-slider .container-fluid .row {
  padding: 0;
  margin: 0;
}
.blok-horizontal-slider .container-fluid .col-lg-12 {
  padding: 0;
  position: relative;
}
.blok-horizontal-slider .container-fluid .col-lg-12 .slide-arrow {
  position: absolute;
  bottom: 17rem;
  right: calc(50% - 35rem);
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .blok-horizontal-slider .container-fluid .col-lg-12 .slide-arrow {
    right: calc(50% - 25rem);
  }
}
@media screen and (max-width: 992px) {
  .blok-horizontal-slider .container-fluid .col-lg-12 .slide-arrow {
    right: calc(50% - 18rem);
  }
}
@media screen and (max-width: 768px) {
  .blok-horizontal-slider .container-fluid .col-lg-12 .slide-arrow {
    right: 10rem;
    bottom: 9rem;
  }
}
@media screen and (max-width: 575px) {
  .blok-horizontal-slider .container-fluid .col-lg-12 .slide-arrow {
    width: 4.7rem;
    height: 4.7rem;
    right: 7rem;
    bottom: 7rem;
  }
}
@media screen and (max-width: 400px) {
  .blok-horizontal-slider .container-fluid .col-lg-12 .slide-arrow {
    right: 5rem;
  }
}
.blok-horizontal-slider .container-fluid .col-lg-12 .slide-arrow:hover circle {
  fill: rgb(200.8963414634, 89.762195122, 9.4036585366);
}
.blok-horizontal-slider .container-fluid .col-lg-12 .slide-arrow circle {
  transition: all 0.3s ease 0s;
}
.blok-horizontal-slider .carousel {
  overflow: hidden;
  outline: none;
  text-align: center;
}
.blok-horizontal-slider .carousel .carousel-cell {
  width: 52%;
  height: 53.8rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .blok-horizontal-slider .carousel .carousel-cell {
    width: 85%;
    height: 38rem;
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 575px) {
  .blok-horizontal-slider .carousel .carousel-cell {
    height: 25.5rem;
  }
}
.blok-horizontal-slider .carousel .carousel-cell img {
  height: 53.8rem;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .blok-horizontal-slider .carousel .carousel-cell img {
    height: 38rem;
  }
}
@media screen and (max-width: 575px) {
  .blok-horizontal-slider .carousel .carousel-cell img {
    height: 25.5rem;
  }
}
.blok-horizontal-slider .carousel .flickity-page-dots {
  text-align: center;
  margin: 5rem auto 0;
  padding: 0;
  display: inline-block;
  background: #ffdec6;
  height: 0.4rem;
  line-height: 0;
}
@media screen and (max-width: 575px) {
  .blok-horizontal-slider .carousel .flickity-page-dots {
    margin: 3.5rem auto 0;
  }
}
.blok-horizontal-slider .carousel .flickity-page-dots li {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 2.1rem;
  background: transparent;
  line-height: 0;
  cursor: pointer;
}
.blok-horizontal-slider .carousel .flickity-page-dots li.is-selected {
  background: #eb690b;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.blok-next-destination {
  position: relative;
}
.blok-next-destination .container-top {
  position: relative;
  z-index: 1;
}
.blok-next-destination .container-top .form-col {
  padding-left: 2rem;
  padding-right: 9.4rem;
  color: #fff;
  text-align: right;
  min-height: 75rem;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1300px) {
  .blok-next-destination .container-top .form-col {
    min-height: 65rem;
  }
}
@media screen and (max-width: 1100px) {
  .blok-next-destination .container-top .form-col {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 992px) {
  .blok-next-destination .container-top .form-col {
    min-height: 55rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .blok-next-destination .container-top .form-col {
    align-items: end;
    text-align: left;
    position: relative;
    padding-top: 5rem;
    padding-right: 2rem;
  }
}
.blok-next-destination .container-top .form-col .form-wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .blok-next-destination .container-top .form-col .form-wrap {
    width: 100% !important;
    margin-bottom: 6.4rem;
  }
}
.blok-next-destination .container-top .form-col h2.big {
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .blok-next-destination .container-top .form-col h2.big {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 992px) {
  .blok-next-destination .container-top .form-col h2.big {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.blok-next-destination .container-top .form-col .gform_heading {
  display: none;
}
@media screen and (max-width: 575px) {
  .blok-next-destination .container-top .form-col .gform_footer.top_label {
    padding: 15px;
  }
}
.blok-next-destination .container-top .map-col {
  padding-left: 9.4rem;
  padding-right: 2rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .blok-next-destination .container-top .map-col {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 992px) {
  .blok-next-destination .container-top .map-col {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .blok-next-destination .container-top .map-col {
    height: 43.7rem;
  }
}
.blok-next-destination .container-top .map-col .button {
  position: absolute;
  left: 9.4rem;
  bottom: 5rem;
}
@media screen and (max-width: 1100px) {
  .blok-next-destination .container-top .map-col .button {
    left: 5rem;
  }
}
@media screen and (max-width: 992px) {
  .blok-next-destination .container-top .map-col .button {
    left: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .blok-next-destination .container-top .map-col .button {
    left: auto;
    right: 2rem;
  }
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.quote blockquote {
  max-width: 65rem;
  text-align: center;
  margin: 7rem auto;
  position: relative;
}
@media screen and (max-width: 575px) {
  .quote blockquote {
    margin: 6rem auto;
  }
}
.quote blockquote::before {
  position: absolute;
  top: -1.9rem;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center;
  content: "";
  display: block;
  background-image: url("https://www.yacht-transport.com/wp-content/uploads/2024/03/quotes.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 5.5rem;
}
.quote blockquote p {
  font-family: "mixta-didone", sans-serif;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .quote blockquote p {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.blok-route h2 {
  margin-bottom: 4.5rem;
  font-size: 3rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .blok-route h2 {
    margin-bottom: 1.8rem;
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
.blok-route h2 svg {
  display: inline-block;
  margin: 0 0.7rem;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.blok-tekstintro-v2 .tekst-col {
  margin-top: 3rem;
  column-count: 2;
}
@media screen and (max-width: 768px) {
  .blok-tekstintro-v2 .tekst-col {
    column-count: 1;
  }
}
.blok-tekstintro-v2 .tekst-col p {
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .blok-tekstintro-v2 .tekst-col p {
    padding-right: 0;
  }
}
.blok-tekstintro-v2 .tekst-col-volledig {
  margin-top: 3.5rem;
}
.blok-tekstintro-v2 .tekst-col-volledig strong {
  font-weight: 500;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.blok-tekstintro .square-box {
  position: relative;
  padding-bottom: 9rem;
}
@media screen and (max-width: 992px) {
  .blok-tekstintro .square-box {
    padding-bottom: 0;
  }
}
.blok-tekstintro .square-box .square-visual {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .blok-tekstintro .square-box .square-visual {
    display: none;
  }
}
.blok-tekstintro .square-box .square-visual-inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.blok-tekstintro .square-box .square-visual-inner svg {
  width: 100%;
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .blok-tekstintro .square-box .square-visual-inner svg.square-orange-desktop {
    display: none;
  }
}
.blok-tekstintro .square-box .square-visual-inner svg.square-orange-mob {
  display: none;
}
@media screen and (max-width: 992px) {
  .blok-tekstintro .square-box .square-visual-inner svg.square-orange-mob {
    display: block;
  }
}
.blok-tekstintro .container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blok-tekstintro .container h2 {
    padding-left: 3rem;
  }
}
.blok-tekstintro .container .tekst-col {
  margin-top: 3.3rem;
  column-count: 2;
}
@media screen and (max-width: 992px) {
  .blok-tekstintro .container .tekst-col {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .blok-tekstintro .container .tekst-col {
    column-count: 1;
  }
}
.blok-tekstintro .container .tekst-col p {
  padding-left: 3rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blok-tekstintro .container .tekst-col p {
    padding-left: 0;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .blok-tekstintro .container .tekst-col p {
    padding-left: 0;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .blok-tekstintro .container .tekst-col p {
    padding-left: 0;
  }
}
.blok-tekstintro .container .tekst-col .button {
  margin-top: 1rem;
  margin-left: 3rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blok-tekstintro .container .tekst-col .button {
    margin-left: 0;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .blok-tekstintro .container .tekst-col .button {
    margin-left: 0;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .blok-tekstintro .container .tekst-col .button {
    margin-left: 0;
  }
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
@media screen and (min-width: 993px) {
  .blok-testimonials .col-testi {
    margin-top: 1.6rem;
  }
  .blok-testimonials .col-testi:nth-child(1), .blok-testimonials .col-testi:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .blok-testimonials .col-testi {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .blok-testimonials .col-testi {
    margin-bottom: 2rem;
  }
}
.blok-testimonials .testimonial {
  height: 100%;
  background: #fffaf3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.85rem 3.15rem;
}
@media screen and (max-width: 575px) {
  .blok-testimonials .testimonial {
    padding: 2.2rem;
  }
}
.blok-testimonials .testimonial .testimonial-wrap {
  text-align: center;
  max-width: 36.5rem;
  margin: 0 auto;
}
.blok-testimonials .testimonial .testimonial-wrap h3 {
  font-family: "Clear Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: 0.3rem;
}
.blok-testimonials .testimonial .testimonial-wrap .company {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 1.8rem;
}
.blok-testimonials .testimonial .testimonial-wrap .sterren {
  margin-bottom: 2rem;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.text-image.right .image-wrapper {
  order: 2;
}
@media screen and (max-width: 768px) {
  .text-image.right .image-wrapper {
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  .text-image.right .image-wrapper .image-wrapper-inner img {
    float: right;
  }
}
.text-image.right .content-wrapper {
  order: 1;
  padding-left: 2rem;
  padding-right: 5rem;
}
@media screen and (max-width: 768px) {
  .text-image.right .content-wrapper {
    order: 2;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .text-image .image-wrapper {
    margin-bottom: 3rem;
  }
}
.text-image .image-wrapper-inner {
  position: relative;
  height: 35rem;
}
@media screen and (max-width: 768px) {
  .text-image .image-wrapper-inner.normaal-style {
    height: auto;
  }
}
.text-image .image-wrapper-inner.video {
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
}
.text-image .image-wrapper-inner.video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.text-image .image-wrapper-inner.video .wrapper,
.text-image .image-wrapper-inner.video .background-image {
  position: absolute;
  inset: 0;
  transition: opacity 0.35s ease;
}
.text-image .image-wrapper-inner.video .wrapper {
  background-color: rgba(0, 21, 48, 0.6);
  z-index: 2;
}
.text-image .image-wrapper-inner.video .wrapper .flex-wrapper {
  display: flex;
  align-items: center;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  text-align: center;
}
.text-image .image-wrapper-inner.video .wrapper .flex-wrapper a {
  margin: 0 auto;
  transition: all 0.3s ease;
}
.text-image .image-wrapper-inner.video .wrapper .flex-wrapper a:hover {
  transform: scale(1.1);
}
.text-image .image-wrapper-inner.video .wrapper .flex-wrapper a svg {
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
}
.text-image .image-wrapper-inner.video .wrapper .flex-wrapper a svg path {
  fill: #eb690b;
}
.text-image .image-wrapper-inner.video .background-image {
  z-index: 0;
}
.text-image .image-wrapper-inner.video.playing {
  background-color: #000;
}
.text-image .image-wrapper-inner.video.playing iframe {
  opacity: 1;
  pointer-events: auto;
}
.text-image .image-wrapper-inner.video.playing .wrapper,
.text-image .image-wrapper-inner.video.playing .background-image {
  opacity: 0;
  pointer-events: none;
}
.text-image .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  z-index: 0;
}
.text-image .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .text-image .content-wrapper {
    padding-left: 2rem;
  }
}
.text-image .content-wrapper h2 {
  margin-bottom: 3rem;
}
.text-image .content-wrapper .testimonial .sterren {
  margin-top: 2.5rem;
}
.text-image .content-wrapper .testimonial .onderschrift {
  font-size: 2.1rem;
  margin-top: 2.5rem;
}
.text-image .content-wrapper .testimonial .onderschrift .persoon {
  font-weight: 400;
  display: inline-block;
}
.text-image .content-wrapper .testimonial .onderschrift .bedrijf {
  display: inline-block;
}
.text-image .content-wrapper .buttoncontainer {
  margin-top: 3rem;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
.blok-text h2 {
  margin-bottom: 3.5rem;
}
.blok-text h3 {
  font-weight: bold;
}
.blok-text .button {
  margin-top: 2rem;
}

/* stylelint-disable unit-allowed-list, declaration-no-important */
.block-video .video-inner {
  height: 63.4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .block-video .video-inner {
    height: 30rem;
  }
}
.block-video .video-inner a:hover svg rect {
  fill: rgb(200.8963414634, 89.762195122, 9.4036585366);
}
.block-video .video-inner svg rect {
  transition: all 0.3s ease 0s;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.page-block.colored {
  background-color: var(--secundair);
}
.page-block.colored + .colored > * {
  padding-top: 0 !important;
}
.page-block.colored + .download-block {
  margin-top: -4rem;
}
@media screen and (max-width: 768px) {
  .page-block.colored + .download-block {
    margin-top: -2rem;
  }
}
.page-block.filled + .colored .py-5,
.page-block.filled + .transparent .py-5 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 768px) {
  .page-block.filled + .colored .py-5,
  .page-block.filled + .transparent .py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
.page-block.routes + .routes {
  margin-top: -3rem;
}
@media screen and (max-width: 768px) {
  .page-block.routes + .routes {
    margin-top: -1rem;
  }
}
.page-block.tekstintro .py-5 {
  padding-top: 13.2rem !important;
  padding-bottom: 13.2rem !important;
}
@media screen and (max-width: 768px) {
  .page-block.tekstintro .py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
.page-block.highlights {
  padding-top: 5rem;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-block.highlights {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
}
.page-block.latest-blogposts {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .page-block.latest-blogposts {
    padding-top: 2.5rem;
  }
}
.page-block .py-5 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 768px) {
  .page-block .py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
.page-block .py-5.blok-next-destination {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.page-block:not(.colored) + :not(.colored) > * {
  padding-top: 0 !important;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.blok-post-accordion h3 {
  font-size: inherit !important;
  line-height: inherit !important;
  margin-bottom: inherit !important;
}
.blok-post-accordion p:last-child {
  margin-bottom: 3rem !important;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.blok-post-download img {
  margin: 0 !important;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
.blok-post-formulier {
  max-width: 53rem;
  margin: 0 auto;
}
.blok-post-formulier h2 {
  text-align: center;
}

/* stylelint-disable unit-allowed-list, declaration-no-important */
.blok-post-quote blockquote {
  margin: 7rem auto !important;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
@media screen and (min-width: 769px) {
  .blok-post-video div.video-inner {
    height: 45rem;
  }
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.single-post main .container div.post-inner h1,
.single-post main .container div.post-inner h2:not(.news-title),
.single-post main .container div.post-inner h3,
.single-post main .container div.post-inner h4,
.single-post main .container div.post-inner h5,
.single-post main .container div.post-inner h6 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 575px) {
  .single-post main .container div.post-inner h1,
  .single-post main .container div.post-inner h2:not(.news-title),
  .single-post main .container div.post-inner h3,
  .single-post main .container div.post-inner h4,
  .single-post main .container div.post-inner h5,
  .single-post main .container div.post-inner h6 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
.single-post main .container div.post-inner h1.gform_submission_error,
.single-post main .container div.post-inner h2:not(.news-title).gform_submission_error,
.single-post main .container div.post-inner h3.gform_submission_error,
.single-post main .container div.post-inner h4.gform_submission_error,
.single-post main .container div.post-inner h5.gform_submission_error,
.single-post main .container div.post-inner h6.gform_submission_error {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
}
.single-post main .container div.post-inner p:last-child {
  margin-bottom: 0;
}
.single-post main .container div.post-inner .blok-post {
  margin-bottom: 3rem;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.blog main .container.extraspace.py-5,
.post-type-archive-events main .container.extraspace.py-5 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 575px) {
  .blog main .container.extraspace.py-5,
  .post-type-archive-events main .container.extraspace.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.post-type-archive-team header.half-height {
  height: 49.9rem;
}
@media screen and (max-width: 768px) {
  .post-type-archive-team header.half-height {
    height: 39.4rem;
  }
}
.post-type-archive-team main {
  padding-top: 11.7rem;
  padding-bottom: 11.7rem;
}
@media screen and (max-width: 992px) {
  .post-type-archive-team main {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 575px) {
  .post-type-archive-team main {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.single-team header.half-height {
  height: 49.9rem;
}
@media screen and (max-width: 768px) {
  .single-team header.half-height {
    height: 39.4rem;
  }
}
.single-team main {
  padding-top: 11.7rem;
  padding-bottom: 11.7rem;
}
@media screen and (max-width: 992px) {
  .single-team main {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 575px) {
  .single-team main {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }
}
.single-team main .back-button {
  transition: all 0.5s ease 0s;
  text-decoration: none;
  position: relative;
}
.single-team main .back-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #eb690b;
  transition: width 0.5s ease 0s;
}
.single-team main .back-button:hover {
  color: #eb690b;
}
.single-team main .back-button:hover::before {
  width: 100%;
}
.single-team main .card-team-single:hover .text-box .text-box-wrap {
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .single-team main .card-team-single .image-box {
    width: 100%;
  }
}
.single-team main .card-team-single .image-box img {
  height: 50rem;
}
@media screen and (max-width: 768px) {
  .single-team main .card-team-single .image-box img {
    height: 34.5rem;
  }
}
.single-team main .card-team-single .text-box {
  height: 50rem;
}
@media screen and (max-width: 825px) {
  .single-team main .card-team-single .text-box {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .single-team main .card-team-single .text-box {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    height: auto;
    margin-top: -7.9rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .single-team main .card-team-single .text-box .text-box-wrap {
    padding: 3rem 2.1rem 2.5rem;
  }
}
@media screen and (max-width: 825px) {
  .single-team main .card-team-single .text-box .text-box-wrap {
    width: 100%;
  }
}
.single-team main .card-team-single .text-box .text-box-wrap a {
  transition: all 0.5s ease 0s;
  text-decoration: none;
  position: relative;
}
.single-team main .card-team-single .text-box .text-box-wrap a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #eb690b;
  transition: width 0.5s ease 0s;
}
.single-team main .card-team-single .text-box .text-box-wrap a:hover {
  color: #eb690b;
}
.single-team main .card-team-single .text-box .text-box-wrap a:hover::before {
  width: 100%;
}
.single-team main .card-team-single .text-box h3 {
  font-weight: bold;
  color: #eb690b;
  font-size: 2.8rem;
  line-height: 3rem;
  margin-bottom: 1.4rem;
}
.single-team main .team-inner {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .single-team main .team-inner {
    margin-top: 1.5rem;
  }
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.single-post header .scrolldown,
.single-events header .scrolldown {
  display: none;
}
.single-post main .container,
.single-events main .container {
  margin-top: -16.4rem;
}
.single-post main .container .post-inner,
.single-events main .container .post-inner {
  max-width: 97.5rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(2.6rem);
  backdrop-filter: blur(2.6rem);
  padding: 3.4rem 11.3rem 11.3rem 5.1rem;
}
@media screen and (max-width: 992px) {
  .single-post main .container .post-inner,
  .single-events main .container .post-inner {
    padding: 3.4rem 5.1rem;
  }
}
@media screen and (max-width: 768px) {
  .single-post main .container .post-inner,
  .single-events main .container .post-inner {
    padding: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .single-post main .container .post-inner,
  .single-events main .container .post-inner {
    padding: 2rem;
  }
}
.single-post main .container .post-inner time,
.single-events main .container .post-inner time {
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .single-post main .container .post-inner time,
  .single-events main .container .post-inner time {
    margin-bottom: 0;
  }
}
.single-post main .container .post-inner h2,
.single-events main .container .post-inner h2 {
  font-size: 5.5rem;
  line-height: 6rem;
  font-weight: 500;
  margin-bottom: 5.7rem;
}
@media screen and (max-width: 575px) {
  .single-post main .container .post-inner h2,
  .single-events main .container .post-inner h2 {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 3.2rem;
  }
}
.single-post main .container .post-inner p,
.single-events main .container .post-inner p {
  margin-bottom: 3rem;
}
@media screen and (max-width: 575px) {
  .single-post main .container .post-inner p,
  .single-events main .container .post-inner p {
    margin-bottom: 2rem;
  }
}
.single-post main .container .post-inner blockquote,
.single-events main .container .post-inner blockquote {
  max-width: 65rem;
  text-align: center;
  margin: 7rem auto;
  position: relative;
}
@media screen and (max-width: 575px) {
  .single-post main .container .post-inner blockquote,
  .single-events main .container .post-inner blockquote {
    margin: 6rem auto;
  }
}
.single-post main .container .post-inner blockquote::before,
.single-events main .container .post-inner blockquote::before {
  position: absolute;
  top: -1.9rem;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center;
  content: "";
  display: block;
  background-image: url("https://www.yacht-transport.com/wp-content/uploads/2024/03/quotes.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 5.5rem;
}
.single-post main .container .post-inner blockquote p,
.single-events main .container .post-inner blockquote p {
  font-family: "mixta-didone", sans-serif;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .single-post main .container .post-inner blockquote p,
  .single-events main .container .post-inner blockquote p {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.single-post main .container .post-inner img,
.single-events main .container .post-inner img {
  margin: 1.5rem auto;
}
@media screen and (max-width: 575px) {
  .single-post main .container .post-inner img,
  .single-events main .container .post-inner img {
    margin: 1rem auto;
  }
}
.single-post main .container .post-inner .back-button,
.single-events main .container .post-inner .back-button {
  text-decoration: none;
  position: relative;
}
.single-post main .container .post-inner .back-button::before,
.single-events main .container .post-inner .back-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #eb690b;
  transition: width 0.5s ease 0s;
}
.single-post main .container .post-inner .back-button:hover,
.single-events main .container .post-inner .back-button:hover {
  color: #eb690b;
}
.single-post main .container .post-inner .back-button:hover::before,
.single-events main .container .post-inner .back-button:hover::before {
  width: 100%;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
/* stylelint-disable unit-allowed-list, declaration-no-important */
.page-template-template-quote main .quote-form {
  padding: 10rem 0 15rem;
  background: #fffaf3;
}
@media screen and (max-width: 768px) {
  .page-template-template-quote main .quote-form {
    padding: 4rem 0 6.7rem;
  }
}
.page-template-template-quote main .quote-form .gform_confirmation_wrapper {
  background: #fff;
  padding: 4.7rem 4.05rem 4.05rem 3rem;
}
@media screen and (max-width: 768px) {
  .page-template-template-quote main .quote-form .gform_confirmation_wrapper {
    padding: 3.5rem 2rem 4.3rem;
  }
}
.page-template-template-quote main .quote-form .gform_confirmation_wrapper h2 {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: bold;
  margin-bottom: 0;
}
.page-template-template-quote main .quote-form .gform_wrapper .gform_heading {
  display: none;
}
.page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps {
  margin-bottom: 0 !important;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps {
    gap: 0.9rem;
  }
}
.page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps .gf_step {
  padding: 1.7rem 0 2rem;
  gap: 1.1rem;
}
.page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps .gf_step .gf_step_number {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: rgba(0, 21, 48, 0.4);
  border: 0.1rem solid rgba(0, 21, 48, 0.4);
}
.page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps .gf_step .gf_step_label {
  font-size: 1.8rem;
  color: rgba(0, 21, 48, 0.4);
  line-height: 2.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps .gf_step .gf_step_label {
    display: none;
  }
}
.page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps .gf_step.gf_step_completed + .gf_step_active,
.page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps .gf_step.gf_step_completed + .gf_step_completed {
  margin-left: -3rem;
}
@media screen and (max-width: 768px) {
  .page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps .gf_step.gf_step_completed + .gf_step_active,
  .page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps .gf_step.gf_step_completed + .gf_step_completed {
    margin-left: -0.9rem;
  }
}
.page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps .gf_step.gf_step_completed .gf_step_number::after {
  top: 1.7rem;
  left: 1.5rem;
  background: #fff;
  color: #001530;
  border: 0 !important;
}
.page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps .gf_step.gf_step_active, .page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps .gf_step.gf_step_completed {
  background: #001530;
  padding: 1.7rem 1.5rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps .gf_step.gf_step_active, .page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps .gf_step.gf_step_completed {
    padding: 1.7rem 1.5rem 2rem;
  }
}
.page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_number, .page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
  font-weight: 500;
  background-color: #fff;
  border: 0.1rem solid #fff;
  color: #001530;
}
.page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_label, .page-template-template-quote main .quote-form .gform_wrapper .gf_page_steps .gf_step.gf_step_completed .gf_step_label {
  color: #fff;
}
.page-template-template-quote main .quote-form .gform_wrapper .gform-body {
  background: #fff;
  padding: 4.7rem 4.05rem 4.05rem 3rem;
}
@media screen and (max-width: 768px) {
  .page-template-template-quote main .quote-form .gform_wrapper .gform-body {
    padding: 3.5rem 2rem 4.3rem;
  }
}
.page-template-template-quote main .quote-form .gform_wrapper .gform-body .gform_page_fields {
  padding-right: 6.5rem;
  min-height: 35rem;
}
@media screen and (max-width: 575px) {
  .page-template-template-quote main .quote-form .gform_wrapper .gform-body .gform_page_fields {
    padding-right: 0;
  }
}
.page-template-template-quote main .quote-form .gform_wrapper .gform-body .gform_page_footer {
  position: relative;
}
.page-template-template-quote main .quote-form .gform_wrapper .gform-body .gform_page_footer .gform-loader {
  position: absolute !important;
  top: 1.6rem !important;
  right: 15rem !important;
}
@media screen and (max-width: 320px) {
  .page-template-template-quote main .quote-form .gform_wrapper .gform-body .gform_page_footer .gform-loader {
    top: 5rem !important;
    right: 0 !important;
  }
}
.page-template-template-quote main .quote-form .gform_wrapper .gform-body .gform_page_footer .button-form-wrap {
  display: flex;
  position: relative;
}
.page-template-template-quote main .quote-form .gform_wrapper .gform-body .gform_page_footer .button-form-wrap.button-container-previous:hover::before {
  width: 100%;
}
.page-template-template-quote main .quote-form .gform_wrapper .gform-body .gform_page_footer .button-form-wrap.button-container-previous::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #eb690b;
  transition: width 0.5s ease 0s;
}
.page-template-template-quote main .quote-form .gform_wrapper .gform-body .gform_page_footer .button-form-wrap.button-container-previous input {
  border: 0;
}
.page-template-template-quote main .quote-form .gform_wrapper .gform-body .gform_page_footer .button-form-wrap.button-container-next {
  margin-left: auto;
}
.page-template-template-quote main .quote-form .gform_wrapper .gform-body .gform_page_footer .button-form-wrap.button-container-next:hover::before {
  width: 100%;
}
.page-template-template-quote main .quote-form .gform_wrapper .gform-body .gform_page_footer .button-form-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #eb690b;
  transition: width 0.5s ease 0s;
}
.page-template-template-quote main .quote-form .gform_wrapper .gform-body .gform_page_footer .button,
.page-template-template-quote main .quote-form .gform_wrapper .gform-body .gform_page_footer input[type=submit] {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #eb690b;
  font-size: 2.4rem;
  font-family: "mixta-didone", sans-serif;
  font-weight: 400;
  padding: 0;
}
.page-template-template-quote main .quote-form .gform_wrapper .gform-body .gform_page_footer .gform_next_button,
.page-template-template-quote main .quote-form .gform_wrapper .gform-body .gform_page_footer input[type=submit] {
  margin-left: auto;
  background-image: url("https://www.yacht-transport.com/wp-content/uploads/2024/02/next.svg") !important;
  background-repeat: no-repeat !important;
  background-position: top right !important;
  padding-right: 4.9rem;
  padding-bottom: 1rem;
  padding-top: 0.6rem;
}
.page-template-template-quote main .quote-form .gform_wrapper .gform_fields {
  grid-row-gap: 1.6rem;
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield.no-label label {
  visibility: hidden;
}
@media screen and (max-width: 640px) {
  .page-template-template-quote main .quote-form .gform_wrapper .gfield.no-label label {
    display: none;
  }
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-heading h2 {
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 0;
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-dimensions-length, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-dimensions-beam, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-dimensions-draft, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-draft, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-draft-units, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-draft-weight, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-gender, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-first-name, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-city, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-phone, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-phone-number, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-address {
    grid-column: span 6;
  }
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-dimensions-height, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-dimensions-units, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-middle-name, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-last-name {
    grid-column: span 6;
  }
  .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-dimensions-height label, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-dimensions-units label, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-middle-name label, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-last-name label {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-country, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-postal-code {
    grid-column: span 12;
  }
}
@media screen and (min-width: 641px) {
  .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-customer-type, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-organisation, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-organisation.nr {
    grid-column: span 6;
  }
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-departure .select2-selection, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-destination .select2-selection {
  border: 0.1rem solid #98a0ab !important;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  padding: 0.3rem 1rem 0.1rem;
  height: auto;
  position: relative;
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-departure .select2-selection__rendered, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-destination .select2-selection__rendered {
  font-family: "Clear Sans", sans-serif !important;
  font-size: 1.6rem !important;
  color: #001530;
  box-shadow: none;
  font-weight: 400;
  padding: 0;
  display: inline-block;
  width: calc(100% - 1.5rem);
  overflow: hidden;
  line-height: 30px;
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-departure .select2-selection__arrow, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-destination .select2-selection__arrow {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-departure .select2-selection__arrow b, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-destination .select2-selection__arrow b {
  border-color: #001530 transparent transparent transparent !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: inline-block;
  margin-left: 1rem;
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-departure .chosen-container, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-destination .chosen-container {
  border: 0 !important;
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-departure .chosen-container .chosen-single, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-destination .chosen-container .chosen-single {
  border: 0.1rem solid #98a0ab !important;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-departure .chosen-container .chosen-single span, .page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-destination .chosen-container .chosen-single span {
  font-family: "Clear Sans", sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 3.5rem;
  font-weight: 400;
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-consent legend {
  display: inline-block;
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-consent .gfield_required {
  margin-left: 0.3rem;
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-consent .gfield_radio {
  flex-direction: row;
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield.quote-consent .gfield_radio .gfield-choice-input {
  margin-top: 0.5rem;
  border-radius: 100%;
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield label,
.page-template-template-quote main .quote-form .gform_wrapper .gfield legend {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 0.4rem;
  gap: 0.3rem;
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield label.gform-field-label--type-sub,
.page-template-template-quote main .quote-form .gform_wrapper .gfield legend.gform-field-label--type-sub {
  color: #001530;
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield input,
.page-template-template-quote main .quote-form .gform_wrapper .gfield select,
.page-template-template-quote main .quote-form .gform_wrapper .gfield textarea {
  font-family: "Clear Sans", sans-serif !important;
  font-size: 1.6rem !important;
  border: 0.1rem solid #98a0ab !important;
  background-color: #fff;
  border-radius: 0;
  color: #001530;
  box-shadow: none;
  font-weight: 400;
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield input::placeholder,
.page-template-template-quote main .quote-form .gform_wrapper .gfield select::placeholder,
.page-template-template-quote main .quote-form .gform_wrapper .gfield textarea::placeholder {
  color: rgba(0, 21, 48, 0.4);
}
@media screen and (max-width: 575px) {
  .page-template-template-quote main .quote-form .gform_wrapper .ginput_container_date input {
    width: 100%;
  }
}
.page-template-template-quote main .quote-form .gform_wrapper .ginput_container_number .gfield_description.instruction {
  display: none;
}
.page-template-template-quote main .quote-form .gform_wrapper .gfield_required span {
  color: #001530;
}
.page-template-template-quote .select2-results__option {
  font-family: "Clear Sans", sans-serif !important;
  font-size: 1.6rem !important;
  color: #001530;
}

.select2-search__field {
  padding: 0.5rem 1rem !important;
  font-family: "Clear Sans", sans-serif !important;
  font-size: 1.6rem !important;
  color: #001530;
}

/* stylelint-enable unit-allowed-list, declaration-no-important */
