/* colours */
/* vendor prefixes */
/* layout */
.constrain {
  position: relative;
}
.center-xy {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.height100 {
  position: relative;
  min-height: -moz-fill-available;
  min-height: fill-available;
  min-height: 100vh;
}
/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  .height100 {
    /* The hack for Safari */
    min-height: -webkit-fill-available;
  }
}
.fullwidth {
  width: 100%;
}
.fullscreen {
  position: relative;
  min-height: -moz-fill-available;
  min-height: fill-available;
  min-height: 100vh;
  width: 100%;
}
/* animation */
.animate__delay-1s {
  --animate-delay: 1s;
}
.animate__animateOnEnter {
  opacity: 0;
}
.animate__animated {
  opacity: 1;
}
html,
body,
html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
}
a:not(.btn),
a:not(.btn):active {
  border: 0;
  outline: 0;
}
img {
  border: 0;
  outline: 0;
  display: block;
  height: auto;
  max-width: 100%;
}
.hidden {
  opacity: 0;
}
/* page layout */
#wrapper {
  margin: 0 auto;
}
/* background image cycler */
.fsSlideshow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fsSlideshow .slide {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  opacity: 0;
}
.fsSlideshow .slide.previous {
  z-index: 1;
  opacity: 0;
  transition: opacity 2s ease-in-out 2s;
}
.fsSlideshow .slide.current {
  z-index: 2;
  opacity: 1;
  transition: opacity 2s ease-in-out;
}
.backgroundImageCycle .fsSlideshow {
  z-index: -1;
}
/* menu */
#navBar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 45px 45px 0 45px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
body.menu-docked #navBar {
  padding: 12px 15px 12px 15px;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.2s ease-in-out;
}
#navBar a[href="#contact"] {
  border: 1px solid var(--wp--preset--color--dark-blue);
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  line-height: 110%;
  display: block;
  margin: 0;
  padding: 4px 18px 3px 18px;
}
body.menu-open #navBar a[href="#contact"],
body.menu-docked #navBar a[href="#contact"],
#navBar a[href="#contact"]:hover {
  border-color: white;
  transition: all 0.2s ease-in-out;
}
#navBar a[href="#home"] img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 24px;
  opacity: 0;
  transition: all 0s ease-in-out;
}
.menu-docked #navBar a[href="#home"] img {
  opacity: 1;
  transition: all 0.2s ease-in-out 0.2s;
}
#top-menu {
  position: absolute;
  top: 120%;
  right: 45px;
  padding: 0;
  transition: padding 0.2s ease-in-out;
}
#top-menu ul {
  overflow: hidden;
  width: 0;
  transition: all 0.2s ease-in-out;
}
#top-menu ul,
#top-menu ul li {
  margin: 0;
  padding: 0;
}
#top-menu ul li {
  list-style: none;
  margin-top: -1px;
  transform: translate(100%);
  transition: all 0.8s ease-in-out;
}
#top-menu ul li:first-child {
  margin-top: 0;
}
body.menu-open #top-menu ul li:nth-of-type(10) {
  transition: transform 3.33333333s ease-in-out 0s;
}
body.menu-open #top-menu ul li:nth-of-type(9) {
  transition: transform 3s ease-in-out 0s;
}
body.menu-open #top-menu ul li:nth-of-type(8) {
  transition: transform 2.66666667s ease-in-out 0s;
}
body.menu-open #top-menu ul li:nth-of-type(7) {
  transition: transform 2.33333333s ease-in-out 0s;
}
body.menu-open #top-menu ul li:nth-of-type(6) {
  transition: transform 2s ease-in-out 0s;
}
body.menu-open #top-menu ul li:nth-of-type(5) {
  transition: transform 1.66666667s ease-in-out 0s;
}
body.menu-open #top-menu ul li:nth-of-type(4) {
  transition: transform 1.33333333s ease-in-out 0s;
}
body.menu-open #top-menu ul li:nth-of-type(3) {
  transition: transform 1s ease-in-out 0s;
}
body.menu-open #top-menu ul li:nth-of-type(2) {
  transition: transform 0.66666667s ease-in-out 0s;
}
body.menu-open #top-menu ul li:nth-of-type(1) {
  transition: transform 0.33333333s ease-in-out 0s;
}
#top-menu ul li a {
  font-family: var(--wp--preset--font-family--fs-benjamin);
  text-transform: uppercase;
  text-align: right;
  font-weight: 600;
  display: block;
  padding: 8px 0;
  line-height: 100%;
  border: 1px solid var(--wp--preset--color--dark-blue);
  border-width: 1px 0;
  border-collapse: collapse;
  position: relative;
}
#top-menu ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 110;
  background-color: white;
  height: 1px;
  width: 0%;
  transition: all 1s ease-in-out;
}
#top-menu ul li a:hover:after {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
body.menu-open #top-menu ul {
  width: auto;
}
body.menu-open #top-menu li {
  transform: translateX(0);
  transition: all 0.2s ease-in-out;
}
body.menu-open.menu-docked #top-menu {
  right: 0;
  top: 100%;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.8);
}
/* menu toggle */
#menu-toggle {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 16px;
  /* toggle link */
  /* menu open */
}
#menu-toggle:hover {
  text-decoration: none !important;
}
#menu-toggle:focus,
#menu-toggle:active {
  text-decoration: none;
}
#menu-toggle i {
  width: 30px;
  position: relative;
  height: 0;
  padding-bottom: 25%;
  display: block;
  /* bar 1 */
  /* bar 2 */
  /* bar 3 */
  /* odd bars */
}
#menu-toggle i span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 0;
  opacity: 1;
  z-index: 999;
  background-color: #ffffff;
  -webkit-transition: background-color 0.5s ease-in-out 0, opacity 0.5s ease-in-out 0.3s;
  -khtml-transition: background-color 0.5s ease-in-out 0, opacity 0.5s ease-in-out 0.3s;
  -moz-transition: background-color 0.5s ease-in-out 0, opacity 0.5s ease-in-out 0.3s;
  transition: background-color 0.5s ease-in-out 0, opacity 0.5s ease-in-out 0.3s;
}
#menu-toggle i span:nth-of-type(1) {
  top: 0;
}
#menu-toggle i span:nth-of-type(2) {
  top: 9px;
  -webkit-transition: background-color 0.2s ease-in-out 0s, opacity 0s ease-in-out 0.5s;
  -khtml-transition: background-color 0.2s ease-in-out 0s, opacity 0s ease-in-out 0.5s;
  -moz-transition: background-color 0.2s ease-in-out 0s, opacity 0s ease-in-out 0.5s;
  transition: background-color 0.2s ease-in-out 0s, opacity 0s ease-in-out 0.5s;
}
#menu-toggle i span:nth-of-type(3) {
  top: 18px;
}
#menu-toggle i span:nth-of-type(odd) {
  -webkit-transition: background-color 0.2s ease-in-out 0s, transform 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s;
  -khtml-transition: background-color 0.2s ease-in-out 0s, transform 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s;
  -moz-transition: background-color 0.2s ease-in-out 0s, transform 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s;
  transition: background-color 0.2s ease-in-out 0s, transform 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s;
}
.menu-open #menu-toggle {
  /* dropdown bars */
}
.menu-open #menu-toggle i {
  /* bar 1 */
  /* bar 2 */
  /* bar 3 */
  /* odd bars */
}
.menu-open #menu-toggle i span {
  background-color: #ffffff;
}
.menu-open #menu-toggle i span:nth-of-type(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-open #menu-toggle i span:nth-of-type(2) {
  opacity: 0;
  -webkit-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -khtml-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -moz-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
}
.menu-open #menu-toggle i span:nth-of-type(3) {
  top: 9px;
  transform: rotate(-45deg);
}
.menu-open #menu-toggle i span:nth-of-type(odd) {
  -webkit-transition: background-color 0.2s ease-in-out 0s, transform 0.1s ease-in-out 0.2s, top 0.1s ease-in-out 0s;
  -khtml-transition: background-color 0.2s ease-in-out 0s, transform 0.1s ease-in-out 0.2s, top 0.1s ease-in-out 0s;
  -moz-transition: background-color 0.2s ease-in-out 0s, transform 0.1s ease-in-out 0.2s, top 0.1s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, transform 0.1s ease-in-out 0.2s, top 0.1s ease-in-out 0s;
}
.modula-best-grid-gallery .fancybox__container:not([aria-hidden]) {
  opacity: 1 !important;
}
div.wpforms-container-full:not(:empty) {
  margin-bottom: 0;
}
div.wpforms-container-full,
div.wpforms-container-full div.wpforms-container-full * {
  width: 100%;
}
div.wpforms-container-full button[type=submit] {
  font-family: var(--wp--preset--font-family--fs-benjamin);
  width: 100%;
  max-width: 170px;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 400;
}
div.wpforms-container-full input[type="text"],
div.wpforms-container-full input[type="email"],
div.wpforms-container-full textarea {
  background-color: transparent;
}
div.wpforms-container-full input[type="text"]:active,
div.wpforms-container-full input[type="email"]:active,
div.wpforms-container-full textarea:active,
div.wpforms-container-full input[type="text"]:focus,
div.wpforms-container-full input[type="email"]:focus,
div.wpforms-container-full textarea:focus {
  border-color: white !important;
}
div.wpforms-container-full .wpforms-field-label {
  font-family: var(--wp--preset--font-family--gotham);
  font-weight: 400;
}
div.wpforms-container-full + .wp-block-buttons a {
  width: 100%;
  display: block;
  min-width: 170px;
  font-size: 17px !important;
}
.popupContainer {
  padding: 0 !important;
}
.popupContainer .airship-form-iframe {
  width: 100%;
  min-height: 1581px;
}
