@import url("https://unpkg.com/css.gg@2.0.0/icons/css/globe-alt.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Serif+Display:wght@600;700;800&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Roboto+Condensed:wght@700&display=swap");
@import url("https://fonts.cdnfonts.com/css/didot-2");
:root {
  --font-big: 'Didot', sans-serif;
  --font-main: 'Open Sans', sans-serif;
  --font-title: 'Roboto Condensed', sans-serif;
  --font-subtitle: 'EB Garamond', serif; }

html {
  scroll-behavior: smooth; }

body {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  background: #000;
  color: #FFFFFF;
  line-height: 1.6;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  padding-top: 90px; }
  body a {
    text-decoration: none; }
  body p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.75; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  display: none;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.error-404.not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82vh; }
  .error-404.not-found h1 {
    text-align: center;
    margin-top: 0;
    font-family: "Didot", sans-serif;
    margin-bottom: 50px; }
    .error-404.not-found h1 span {
      font-size: 90px;
      font-size: 5.625rem;
      display: block;
      font-family: "Didot", sans-serif; }

header.main-header {
  display: flex;
  width: 100%;
  padding: 20px 40px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 3000;
  top: 0;
  background-color: #000;
  transition: background-color 0.2s; }
  @media (max-width: 1024px) {
    header.main-header {
      padding: 10px 20px; } }
  .menu-open header.main-header {
    background-color: transparent; }
  header.main-header .logo {
    font-family: "Didot", sans-serif;
    font-weight: 800;
    font-size: 30px;
    font-size: 1.875rem; }
    @media (max-width: 520px) {
      header.main-header .logo {
        font-size: 24px;
        font-size: 1.5rem; } }
  header.main-header .contact-link {
    width: 20%;
    text-align: right; }
    header.main-header .contact-link a {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      header.main-header .contact-link a img {
        display: none; }
      @media (max-width: 1024px) {
        header.main-header .contact-link a img {
          display: block; }
        header.main-header .contact-link a span {
          display: none; } }
  header.main-header .menu-area {
    width: 20%; }
    header.main-header .menu-area .menu-toggler {
      background: transparent;
      border: 0;
      border-radius: 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      color: #FFFFFF;
      padding: 0;
      line-height: 1.6;
      display: flex;
      align-items: center;
      cursor: pointer; }
      header.main-header .menu-area .menu-toggler:focus {
        outline: none;
        border: 0; }
      header.main-header .menu-area .menu-toggler .text {
        transition: all 0.2s; }
        @media (max-width: 1024px) {
          header.main-header .menu-area .menu-toggler .text {
            display: none; } }
      header.main-header .menu-area .menu-toggler > .bars {
        display: inline-block;
        width: 25px;
        height: 18px;
        position: relative;
        margin-right: 20px;
        transition: all 0.2s; }
        header.main-header .menu-area .menu-toggler > .bars:before {
          content: "";
          width: 100%;
          display: block;
          height: 2px;
          top: 0;
          left: 0;
          background: #FFFFFF;
          border-radius: 3px;
          position: absolute;
          transition: all 0.2s;
          transform-origin: center; }
        header.main-header .menu-area .menu-toggler > .bars:after {
          content: "";
          width: 100%;
          height: 2px;
          display: block;
          bottom: 0;
          left: 0;
          background: #FFFFFF;
          border-radius: 3px;
          position: absolute;
          transition: all 0.2s;
          transform-origin: center; }
        header.main-header .menu-area .menu-toggler > .bars span {
          display: block;
          width: 50%;
          height: 2px;
          background: #FFFFFF;
          border-radius: 3px;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -1px;
          transition: all 0.2s; }
      header.main-header .menu-area .menu-toggler.menu-open .text {
        opacity: 0; }
      header.main-header .menu-area .menu-toggler.menu-open > .bars span {
        opacity: 0; }
      header.main-header .menu-area .menu-toggler.menu-open > .bars:before {
        top: 50%;
        margin-top: -1px;
        transform: rotate(45deg); }
      header.main-header .menu-area .menu-toggler.menu-open > .bars:after {
        bottom: 50%;
        margin-bottom: -1px;
        transform: rotate(-45deg); }

#site-navigation {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background: #1C1C1C;
  padding: 120px 100px; }
  @media (max-width: 1024px) {
    #site-navigation {
      padding: 100px 20px 40px; } }
  .logged-in #site-navigation {
    top: 32px; }
  #site-navigation #primary-menu {
    display: block;
    position: relative;
    width: 33%;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif; }
    @media (max-width: 1024px) {
      #site-navigation #primary-menu {
        width: 40%; } }
    #site-navigation #primary-menu > .menu-item {
      display: block;
      width: 100%; }
      @media (max-width: 1024px) {
        #site-navigation #primary-menu > .menu-item {
          margin-bottom: 20px; } }
      #site-navigation #primary-menu > .menu-item > a {
        font-size: 48px;
        font-size: 2.875rem;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        line-height: 2;
        position: relative; }
        @media (max-width: 1024px) {
          #site-navigation #primary-menu > .menu-item > a {
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 1.2; } }
      #site-navigation #primary-menu > .menu-item.active > a:before {
        content: "";
        display: block;
        width: 22px;
        height: 1px;
        background: #D8D8D8;
        position: absolute;
        right: calc(100% + 20px);
        top: 50%; }
      #site-navigation #primary-menu > .menu-item .sub-menu {
        display: none;
        position: absolute;
        padding: 10px 0 0 20px;
        margin: 0;
        left: 100%;
        width: calc(100% - 100px);
        max-width: 300px;
        top: 0;
        list-style: none; }
        @media (max-width: 1024px) {
          #site-navigation #primary-menu > .menu-item .sub-menu {
            width: 110%;
            padding-top: 0; } }
        #site-navigation #primary-menu > .menu-item .sub-menu li a {
          font-size: 10px;
          font-size: 1.125rem;
          letter-spacing: 0.3px;
          text-transform: uppercase;
          line-height: 2.6;
          display: block;
          position: relative;
          z-index: 1; }
          @media (max-width: 1024px) {
            #site-navigation #primary-menu > .menu-item .sub-menu li a {
              line-height: 1.2;
              margin-bottom: 20px; } }
          #site-navigation #primary-menu > .menu-item .sub-menu li a img {
            position: absolute;
            left: 100%;
            width: 38vw;
            max-width: 200%;
            opacity: 0;
            transition: all 0.2s;
            margin: 0; }
            @media (max-width: 1024px) {
              #site-navigation #primary-menu > .menu-item .sub-menu li a img {
                display: none; } }
          #site-navigation #primary-menu > .menu-item .sub-menu li a:hover {
            z-index: 10;
            text-decoration: underline;
            text-decoration-style: dotted;
            text-underline-offset: 5px; }
            #site-navigation #primary-menu > .menu-item .sub-menu li a:hover img {
              opacity: 1; }

footer.site-footer {
  background: #1C1C1C;
  text-align: center;
  padding: 24px 0px;
  color: #FFFFFF; }
  .single-3d-design footer.site-footer {
    padding-top: 0;
    margin-top: -60px; }
    @media (max-width: 1024px) {
      .single-3d-design footer.site-footer {
        margin-top: 0;
        padding-top: 24px; } }
  footer.site-footer .site-info {
    font-family: "Didot", sans-serif;
    font-size: 16px;
    font-size: 1rem; }

.single-footer {
  width: 100%;
  padding: 20px;
  background: #1C1C1C;
  color: #FFFFFF; }
  .single-footer .nav-links a {
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-size: .8rem;
    text-transform: uppercase;
    border: 1px solid #979797;
    padding: 12px 30px;
    transition: all 0.2s; }
    .single-footer .nav-links a:hover {
      background-color: #000; }
  .single-footer .nav-links .nav-next a:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url(../images/right-arrow.svg) center center no-repeat;
    margin-left: 8px; }
  .single-footer .nav-links .nav-previous a:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url(../images/left-arrow.svg) center center no-repeat;
    margin-right: 8px; }

.footer-menu {
  display: none;
  width: 100%;
  padding: 300px 20px;
  background: #1C1C1C;
  color: #FFFFFF; }
  @media (max-width: 768px) {
    .footer-menu {
      padding: 60px 20px; } }
  .footer-menu #footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    letter-spacing: -0.3px;
    text-transform: uppercase; }
    .footer-menu #footer-menu a:hover {
      text-decoration: underline;
      text-decoration-style: dotted;
      text-underline-offset: 5px; }

.main-hero {
  position: relative; }
  .main-hero .wp-block-getwid-section__content {
    position: relative; }
    .main-hero .wp-block-getwid-section__content .vertical h1 {
      font-family: "Didot", sans-serif;
      font-size: 200px;
      font-size: 12.5rem;
      line-height: 1;
      position: absolute;
      left: 0;
      top: 0;
      transform-origin: left;
      margin: 0;
      transform: rotate(90deg);
      white-space: nowrap;
      margin-left: -120px;
      margin-top: -110px; }
      @media (max-width: 1024px) {
        .main-hero .wp-block-getwid-section__content .vertical h1 {
          display: none; } }
    .main-hero .wp-block-getwid-section__content .vertical.right h1 {
      margin-left: calc(100% + 120px); }
  .main-hero h4 {
    font-family: "EB Garamond", serif;
    font-size: 18px;
    font-size: 1.125rem; }

.wp-block-heading:has(+ .wp-block-heading) {
  margin-bottom: 0; }

.wp-block-heading + .wp-block-heading {
  margin-top: 0; }

.text-with-image .has-small-font-size {
  line-height: 21px; }
  .text-with-image .has-small-font-size.top {
    margin: 0 0 -40px 0;
    display: block;
    width: 50%; }
    @media (max-width: 1024px) {
      .text-with-image .has-small-font-size.top {
        width: 100%;
        margin: 0;
        text-align: center; } }
  .text-with-image .has-small-font-size.bottom {
    margin: 0; }

.size-overflowing {
  width: 110%; }

.z-index-1 {
  z-index: -1; }

p.big-info {
  font-family: "EB Garamond", serif;
  font-size: 65px;
  font-size: 4.0625rem;
  line-height: 78px; }
  @media (max-width: 520px) {
    p.big-info {
      font-size: 38px;
      font-size: 2.375rem;
      line-height: 1.4;
      display: block;
      padding: 0px 20px; } }

.padding-top-210 {
  padding-top: 210px; }

.padding-top-150 {
  padding-top: 150px; }

.partners figure {
  margin: 0 0 5px; }

.mt-negative-135 {
  margin-top: -135px; }
  @media (max-width: 768px) {
    .mt-negative-135 {
      margin-top: 0; } }

body.page-template-page-home, body.page-template-page-home-alt {
  padding-top: 0; }
  body.page-template-page-home::-webkit-scrollbar, body.page-template-page-home-alt::-webkit-scrollbar {
    width: 0px;
    height: 0px; }
  body.page-template-page-home::-webkit-scrollbar-button, body.page-template-page-home-alt::-webkit-scrollbar-button {
    width: 0px;
    height: 0px; }
  body.page-template-page-home .footer-menu, body.page-template-page-home .site-footer, body.page-template-page-home-alt .footer-menu, body.page-template-page-home-alt .site-footer {
    display: none; }
  @media (min-width: 1024px) {
    body.page-template-page-home header.main-header, body.page-template-page-home-alt header.main-header {
      background-color: transparent; } }

.home-wrapper {
  width: 100%;
  background: #000;
  height: 100%;
  max-height: calc(100vh) !important;
  overflow-y: hidden;
  display: flex;
  max-width: 100%;
  overflow-x: scroll;
  color: #FFFFFF; }
  .home-wrapper::-webkit-scrollbar {
    width: 0px;
    height: 0px; }
  .home-wrapper::-webkit-scrollbar-button {
    width: 0px;
    height: 0px; }
  @media (max-width: 1024px) {
    .home-wrapper {
      height: auto;
      max-height: unset !important;
      flex-direction: column; } }

.home-child-wrapper {
  min-width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  position: relative;
  overflow-y: auto;
  background-color: #000000;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow-x: hidden; }

.home-child .best-of {
  max-width: 70px; }

@media (max-width: 1024px) {
  .home-child {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-direction: column !important; } }

.home-child .scrollbar-track {
  display: none !important; }

.home-child#first .in-view {
  display: none; }

.home-child:first-child {
  position: relative;
  z-index: 100;
  background: #000; }

.home-child.imagefirst {
  flex-direction: row-reverse;
  padding-left: 60px; }
  @media (max-width: 1024px) {
    .home-child.imagefirst {
      padding-left: 0;
      flex-direction: column !important; } }

.home-child > div {
  width: 50%; }
  @media (max-width: 1024px) {
    .home-child > div {
      width: 100%; } }

.home-child__images {
  max-height: 100%;
  overflow-y: auto;
  cursor: ns-resize; }
  .home-child__images a:not(:first-child) {
    display: none; }
  .home-child__images a:first-child {
    display: block; }
  .home-child__images img {
    height: auto;
    display: block;
    margin-inline: auto; }
  .home-child__images.img-left img {
    margin-left: 0; }
  .home-child__images.img-right img {
    margin-right: 0; }
  .home-child__images.image-100 img {
    width: 100%; }
  .home-child__images.auto-scroll {
    cursor: default;
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    .home-child__images.auto-scroll img {
      margin-top: -1px; }
  @media (max-width: 1024px) {
    .home-child__images--wrapper {
      display: flex;
      overflow-x: auto; }
      .home-child__images--wrapper a {
        min-width: 75%;
        display: flex; } }
  .home-child__images.bleed-top {
    overflow: hidden;
    padding-bottom: 80px; }
    .home-child__images.bleed-top .home-child__images--wrapper {
      overflow: hidden; }
  .home-child__images.bleed-bottom {
    overflow: hidden;
    padding-top: 100px; }
    .home-child__images.bleed-bottom .home-child__images--wrapper {
      overflow: hidden; }
  .home-child__images.bleed-none {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 80px; }
    .home-child__images.bleed-none .home-child__images--wrapper {
      overflow: hidden; }
  @media (max-width: 1024px) {
    .home-child__images {
      order: -1; } }

.home-child .home-intro {
  width: 100%;
  max-width: 1340px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 1.5s;
  opacity: 0;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-backface-visibility: hidden; }
  .home-child .home-intro.loaded {
    opacity: 1; }
  .home-child .home-intro p {
    font-family: "Didot", sans-serif;
    font-weight: 800;
    font-size: 80px;
    font-size: 5rem;
    line-height: 1.8;
    text-align: left;
    margin-top: 0;
    margin-bottom: 90px; }
    @media (max-height: 840px) {
      .home-child .home-intro p {
        font-size: 74px;
        font-size: 4.625rem;
        line-height: 1.6; } }
  .home-child .home-intro-link {
    display: block;
    position: absolute;
    right: 80px;
    bottom: 20px;
    padding-right: 105px;
    font-size: 16px;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 22px;
    letter-spacing: -0.4px;
    text-align: left;
    font-weight: 700; }
    .home-child .home-intro-link:after {
      content: "";
      display: block;
      width: 73px;
      height: 10px;
      background: url(../images/long-arrow.svg) right center no-repeat;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -2.5px;
      animation: arrow 1.7s ease-in-out 0s infinite alternate; }

@keyframes arrow {
  from {
    right: 10px; }
  to {
    right: -20px; } }
  @media (max-width: 1024px) {
    .home-child .home-intro {
      padding: 80px 30px;
      min-height: calc(100vh - 60px); }
      .home-child .home-intro p {
        font-size: 36px !important;
        text-align: center;
        margin-bottom: 0; }
      .home-child .home-intro-link {
        display: none; } }
  @media (max-width: 520px) {
    .home-child .home-intro {
      padding: 30px;
      min-height: calc(100vh - 50px); }
      .home-child .home-intro p {
        font-size: 30px !important; } }

.home-child__text {
  padding: 30px 60px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border-left: 1px solid #000000;
  -webkit-backface-visibility: hidden;
  position: sticky;
  top: 0; }
  @media (max-width: 1024px) {
    .home-child__text {
      margin-inline: auto; } }
  @media (max-width: 520px) {
    .home-child__text {
      padding: 30px; } }
  .home-child__text.top {
    justify-content: flex-start;
    padding-top: 60px; }
  .home-child__text.bottom {
    justify-content: flex-end;
    padding-bottom: 70px; }
  .home-child__text--content {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: sticky;
    top: 0; }
    .home-child__text--content .float-left {
      align-self: flex-start;
      margin-top: 170px;
      margin-right: 60px; }
  @media (max-height: 840px) {
    .home-child__text {
      padding-top: 5px;
      padding-bottom: 5px; } }
  .home-child__text .in-view {
    display: block;
    width: 60px;
    height: 30%;
    top: 30%;
    right: 0;
    position: absolute; }

.home-child--year {
  font-size: 90px;
  font-size: 5.625rem;
  font-family: "Didot", sans-serif;
  font-weight: 800; }
  @media (max-width: 520px) {
    .home-child--year {
      font-size: 60px;
      font-size: 3.75rem; } }

.home-child--title {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Roboto Condensed", sans-serif; }
  .home-child--title span {
    display: block;
    font-family: "EB Garamond", serif;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 400;
    font-style: italic; }
  @media (max-height: 840px) {
    .home-child--title {
      margin: 0; } }

.home-child--viewproject {
  font-size: 16px;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 22px;
  letter-spacing: -0.4px;
  text-align: left;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  padding-right: 30px;
  background: url(../images/short-arrow.svg) right center no-repeat;
  margin-bottom: 20px; }

.home-child--description img {
  display: block; }
  .home-child--description img.float-right {
    float: right;
    margin-top: 30px;
    margin-left: 60px;
    margin-bottom: 60px; }

@media (max-height: 840px) {
  .home-child--description p {
    margin-top: 5px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5; } }

.home-child.bigger-images {
  min-width: calc(max(2000px, 100vw)); }
  .home-child.bigger-images > .home-child__text {
    width: 30%;
    min-width: calc(max(600px, 30vw)); }
  .home-child.bigger-images > .home-child__images {
    width: 70%;
    min-width: calc(max(1400px, 70vw)); }
  @media (max-width: 1024px) {
    .home-child.bigger-images {
      min-width: unset; }
      .home-child.bigger-images > .home-child__text {
        width: 100%;
        min-width: 100%; }
      .home-child.bigger-images > .home-child__images {
        width: 100%;
        min-width: 100%; } }

.timeline {
  list-style: none;
  position: fixed;
  z-index: 1;
  bottom: 10px;
  left: 60px;
  width: calc(100% - 120px);
  display: flex;
  margin: 0;
  padding: 0 20px;
  align-items: flex-start;
  justify-content: space-between; }
  .timeline:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #FFFFFF;
    position: absolute;
    z-index: 1; }
  .timeline li {
    padding-top: 20px;
    position: relative;
    font-family: "EB Garamond", serif;
    font-style: italic; }
    .timeline li.current:before {
      content: "";
      width: 30px;
      height: 30px;
      display: block;
      border-radius: 50%;
      border: 1px solid #FFFFFF;
      position: absolute;
      top: -15px; }
    .timeline li a {
      display: block;
      position: relative; }
      .timeline li a:before {
        content: "";
        display: block;
        width: 100%;
        height: 54px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2; }
  @media (max-width: 1024px) {
    .timeline {
      display: none; } }

.home-child {
  position: relative; }

.home-child__headline {
  position: absolute;
  z-index: 997;
  left: 13%;
  width: 87% !important;
  height: 100%; }
  .home-child__headline .headline_one,
  .home-child__headline .headline_two,
  .home-child__headline .headline_three {
    position: absolute;
    font-family: var(--font-big); }

.cursor {
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 999;
  border-radius: 50%;
  color: #fff;
  background: #df3a1a;
  width: 20px;
  height: 20px;
  transition: all 0.2s; }

.cursor--hover {
  border: 2px solid #df3a1a;
  background: rgba(0, 0, 0, 0);
  width: 100px;
  height: 100px;
  transform: translate(-40px, -40px); }

@media (max-width: 768px) {
  .size-overflowing {
    width: 100% !important; }
  .home-child__headline {
    display: none; }
  .home-child-wrapper {
    flex-direction: column; }
    .home-child-wrapper .home-child__images {
      padding: 0 !important;
      order: 2;
      width: 100%; }
    .home-child-wrapper .home-child__text {
      order: 1;
      width: 100%;
      padding-top: 0; }
  .home-child.not-first .home-child-wrapper .home-child__text {
    padding-top: 40px;
    padding-bottom: 40px; }
  .home-child__text--content {
    max-width: 100% !important;
    width: 100%; } }

.page-template-page-contact .footer-menu {
  display: none; }

.page-template-page-contact .entry-content .wp-block-columns {
  column-gap: 0; }
  .page-template-page-contact .entry-content .wp-block-columns .wp-block-image img {
    max-width: 135%;
    position: relative;
    margin-top: 60px; }
  .page-template-page-contact .entry-content .wp-block-columns h1 {
    font-family: "EB Garamond", serif;
    font-size: 58px;
    font-size: 3.625rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3; }
  .page-template-page-contact .entry-content .wp-block-columns hr {
    border: 0; }
  .page-template-page-contact .entry-content .wp-block-columns h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 10px; }
  .page-template-page-contact .entry-content .wp-block-columns .wpforms-form {
    color: #FFFFFF; }
    .page-template-page-contact .entry-content .wp-block-columns .wpforms-form .wpforms-field-container .wpforms-field-label {
      color: #FFFFFF;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 400; }
    .page-template-page-contact .entry-content .wp-block-columns .wpforms-form .wpforms-field-container .wpforms-required-label {
      display: none; }
  .page-template-page-contact .entry-content .wp-block-columns div.wpforms-container-full input[type=date], .page-template-page-contact .entry-content .wp-block-columns div.wpforms-container-full input[type=datetime], .page-template-page-contact .entry-content .wp-block-columns div.wpforms-container-full input[type=datetime-local], .page-template-page-contact .entry-content .wp-block-columns div.wpforms-container-full input[type=email], .page-template-page-contact .entry-content .wp-block-columns div.wpforms-container-full input[type=month], .page-template-page-contact .entry-content .wp-block-columns div.wpforms-container-full input[type=number], .page-template-page-contact .entry-content .wp-block-columns div.wpforms-container-full input[type=password], .page-template-page-contact .entry-content .wp-block-columns div.wpforms-container-full input[type=range], .page-template-page-contact .entry-content .wp-block-columns div.wpforms-container-full input[type=search], .page-template-page-contact .entry-content .wp-block-columns div.wpforms-container-full input[type=tel], .page-template-page-contact .entry-content .wp-block-columns div.wpforms-container-full input[type=text], .page-template-page-contact .entry-content .wp-block-columns div.wpforms-container-full input[type=time], .page-template-page-contact .entry-content .wp-block-columns div.wpforms-container-full input[type=url], .page-template-page-contact .entry-content .wp-block-columns div.wpforms-container-full input[type=week], .page-template-page-contact .entry-content .wp-block-columns div.wpforms-container-full select, .page-template-page-contact .entry-content .wp-block-columns div.wpforms-container-full textarea {
    border-radius: 0;
    border: 0; }
  .page-template-page-contact .entry-content .wp-block-columns input[type=email], .page-template-page-contact .entry-content .wp-block-columns input[type=text], .page-template-page-contact .entry-content .wp-block-columns input[type=tel] {
    height: 50px; }
  .page-template-page-contact .entry-content .wp-block-columns button[type="submit"] {
    background: transparent !important;
    border-radius: 0;
    border: 1px solid #FFFFFF;
    font-family: "Roboto Condensed", sans-serif;
    padding-left: 30px;
    padding-right: 30px; }

/*# sourceMappingURL=maps/kevin.css.map */
