@font-face {
  font-family: Brandon;
  src: url('../fonts/Brandon_thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .div-block-119 {
    height: 100vh !important;
    position: relative;
    overflow: hidden;
  }
  
  .div-block-119 img.image-7,
  .div-block-119 img.image-8,
  .div-block-119 img.image-9,
  .div-block-119 img.image-10 {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 80% center !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }
  

 /* Individual image adjustments */
  div.div-block-119 img.image-8 {
    object-position: 50% center !important; /* Golden Hinde Ternate */
  }
  div.div-block-119 img.image-10 {
    object-position: 45% center !important; /* Golden Hinde Ternate */
  }
  div.div-block-119 img.image-7 {
    object-position: 70% center !important; /* Golden Hinde Ternate */
  }
 
  .section {
    height: 100vh !important;
    position: re;
  }
  
  .section-11 {
    margin-top: 100vh !important;
  }
}
@media screen and (max-width: 991px) {
  .navbar-copy {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 80px !important;
    padding: 0 20px !important;
  }
  
  .navbar-copy .container-2 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 100% !important;
  }
  
  .div-block-87 {
    order: 1 !important;
    height: 35px !important;
    width: 40% !important;
    background-size: contain !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    margin-top: 0 !important;
    align-self: center !important;
    position: relative !important;
    top: 0 !important;
    margin-right: auto !important; /* Push everything else to the right */
    margin-left: 0 !important; /* Ensure it starts from left edge */
  }
  
  .menu-button {
    order: 2 !important;
    align-self: center !important;
    margin-top: 0 !important;
    position: relative !important;
    top: 0 !important;
    margin-left: auto !important; /* Push menu to far right */
  }
  
  .nav-menu-2 {
    order: 3 !important;
  }
}

/* For smaller screens */
@media screen and (max-width: 767px) {
  .div-block-87 {
    height: 30px !important;
    width: 45% !important;
    margin-left: -10px !important; /* Additional left shift */
  }
}

@media screen and (max-width: 479px) {
  .div-block-87 {
    height: 25px !important;
    width: 50% !important;
    margin-left: -5px !important; /* Smaller shift for very small screens */
  }
}
@media screen and (max-width: 991px) {
  .nav-menu-2 {
    background-color: #121418 !important;
    min-height: 50vh !important;
  }
  
  .w-nav-menu {
    overflow: visible !important;
  }
  
  .nav-menu-2 .nav-link,
  .nav-menu-2 .nav-link-2,
  .nav-menu-2 .nav-link-3 {
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* Target specific problematic aspect ratios */
@media screen and (max-width: 991px) and (max-height: 700px) {
  .nav-menu-2 {
    min-height: 70vh !important;
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 991px) and (max-height: 600px) {
  .nav-menu-2 {
    min-height: 80vh !important;
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 991px) and (max-height: 500px) {
  .nav-menu-2 {
    min-height: 90vh !important;
    padding-bottom: 80px !important;
  }
}

/* Target very wide but short screens */
@media screen and (max-width: 991px) and (min-width: 768px) and (max-height: 400px) {
  .nav-menu-2 {
    min-height: 100vh !important;
    position: fixed !important;
    top: 80px !important;
    left: 0 !important;
    width: 100vw !important;
    height: calc(100vh - 80px) !important;
  }
}

/* Target very narrow but tall screens */
@media screen and (max-width: 400px) and (min-height: 800px) {
  .nav-menu-2 {
    min-height: 40vh !important;
  }
}
@media screen and (max-width: 991px) {
  .image-14,.image-15 {
    display: none !important;
  }
  
  /* Optional: Adjust the grid layout to account for the hidden image */
  .grid-8 {
    grid-template-columns: 1fr !important; /* Single column */
    grid-template-rows: auto !important;
  }
  
  /* Ensure the remaining images take full width */
  .grid-8 img:not(.image-14,.image-15) {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .nav-menu-2 {
    grid-column-gap: 15px !important; /* Reduce spacing between items */
  }
  
  .nav-link, .nav-link-2, .nav-link-3 {
    font-size: 18px !important; /* Slightly smaller font */
    white-space: nowrap !important; /* Prevent text wrapping */
  }
  
  /* Specifically target the Case Studies link if needed */
  .nav-menu-2 .w-nav-link:nth-child(2) {
    font-size: 17px !important; /* Even smaller if needed */
    letter-spacing: -0.2px !important; /* Slightly condensed */
  }
}
@media screen and (max-width: 991px) {
  .text-block-109 {
    font-weight: 300 !important; /* Increase from 100 to 300 */
    line-height: 1.4 !important; /* Improve readability */
  }
}

@media screen and (max-width: 767px) {
  .text-block-109 {
    font-weight: 400 !important; /* Even bolder on smaller screens */
    font-size: 18px !important; /* Slightly larger if needed */
    line-height: 1.5 !important;
  }
}

@media screen and (max-width: 479px) {
  .text-block-109 {
    font-weight: 500 !important; /* Boldest on very small screens */
    font-size: 16px !important; /* Adjust size for mobile */
    letter-spacing: 2px !important; /* Slightly less spacing for better fit */
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 767px) {
  .exhibition_list {
    display: block !important;
    padding-left: 25px !important;
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
    position: relative;
  }
  
  
  .exhibition_list::before {
    content: "-" !important;
    position: absolute !important;
    left: 8px !important;
    top: 0 !important;
  }
  
  /* Shift the entire text content to the right to hide the original dash */
  .exhibition_list {
    margin-left: 15px !important;
    text-indent: -15px !important;
  }
}
/* For desktop - show the original dash spans normally */
@media screen and (min-width: 768px) {
  .exhibition_list .dash {
    display: inline !important;
  }
}

/* For mobile - hide original dashes and use CSS-generated ones */
@media screen and (max-width: 767px) {
  .exhibition_list .dash {
    display: none !important;
  }
  
  .exhibition_list {
    display: block !important;
    padding-left: 20px !important;
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
    position: relative;
  }
  
  .exhibition_list::before {
    content: "-" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .award-line {
    display: block !important;
    padding-left: 20px !important;
    text-indent: -20px !important;
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
  }
}
/* Disable phone number styling for pricing section */
.text-block-126,
.text-block-129 {
    color: inherit !important; /* Use normal text color instead of blue */
    text-decoration: none !important; /* Remove underline */
    pointer-events: none !important; /* Prevent clicking */
    -webkit-tap-highlight-color: transparent !important; /* Remove tap highlight */
    cursor: default !important; /* Show default cursor instead of pointer */
}

/* Specifically target any elements that Safari might be styling as links */
.text-block-126 a,
.text-block-129 a,
.text-block-126[href],
.text-block-129[href] {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none !important;
}


.section {
  z-index: -5;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #303133;
  background-clip: content-box;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
}

.section-2 {
  z-index: -4;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #949494;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #967878;
  background-image: url('../images/00_Building-a-Leviathan---Great-Eastern-under-construction.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  height: 100vh;
  margin-top: 0;
  position: sticky;
  top: 80px;
  overflow: visible;
}

.section-3 {
  z-index: -3;
  background-color: #1b3168;
  background-image: url('../images/Calshot_Spit.jpg');
  background-position: 50%;
  background-size: cover;
  height: 50vh;
  position: sticky;
  top: -6px;
}

.section-4 {
  background-image: url('../images/HMS_Sphinx_GS-lr.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  position: sticky;
  top: 80px;
}

.section-5 {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  margin-top: auto;
  padding-top: 0;
  display: block;
  position: relative;
}

.div-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  width: 50%;
  padding-right: 50px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  height: 500px;
  margin-top: 0;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.div-block-6 {
  width: 100%;
  height: 500px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  height: 500px;
}

.div-block-9 {
  background-color: #fff;
  height: 500px;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  background-color: #fff;
  margin-top: auto;
  padding-top: 150px;
  display: block;
  position: relative;
}

.div-block-11 {
  width: 30%;
}

.div-block-12 {
  background-image: url('../images/Painted_Ship.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  width: 58%;
  margin-top: 5px;
  margin-left: -64px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-13 {
  background-color: #27525d;
}

.div-block-14 {
  object-fit: fill;
  background-image: url('../images/HMS_Dreadnought_GS-lr.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 695px;
  padding-left: 0;
}

.section-7 {
  background-color: #000;
  padding-top: 40px;
  display: block;
  position: relative;
}

.div-block-15 {
  background-image: url('../images/HMS_Beagle_GS-lr.jpg');
  background-position: 65%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: auto;
  padding-top: 0;
  display: none;
}

.div-block-16 {
  background-image: url('../images/01_Top_Left.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin-top: auto;
  padding-top: 0;
  padding-right: 0;
}

.div-block-17 {
  background-image: url('../images/02_Mid_Left.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
}

.div-block-18 {
  background-image: url('../images/03_Top_Right.jpg');
  background-position: 0%;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin-top: 25px;
}

.div-block-19 {
  background-image: url('../images/04_Mid_Right.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-20 {
  background-image: url('../images/05_Lower_Left.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80%;
  height: 700px;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-21 {
  padding: 0 100px 0 0;
}

.text-block {
  color: #8b8b8b;
  margin-top: auto;
  font-family: Lato, sans-serif;
  font-size: 41.5px;
  font-weight: 300;
}

.text-block-2 {
  margin-top: 25px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.text-block-3 {
  margin-top: 40px;
  margin-right: -15px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
}

.text-block-4, .text-block-5 {
  margin-top: 20px;
  font-size: 18px;
}

.div-block-22 {
  margin-top: 50px;
  margin-left: -24px;
  padding: 0 50px 0 0;
}

.text-block-6 {
  margin-top: auto;
  margin-left: 70px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
}

.text-block-7, .text-block-8, .text-block-9 {
  margin-top: 20px;
  font-size: 18px;
}

.text-block-10 {
  margin-top: auto;
  margin-left: 73px;
  padding-bottom: 32px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 34px;
}

.div-block-23 {
  margin-top: 40px;
  padding-top: 0;
  font-family: Lato, sans-serif;
}

.text-block-11 {
  margin-top: auto;
  padding-bottom: 27px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 34px;
}

.text-block-12 {
  margin-top: 0;
  padding-right: 30px;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
}

.text-block-13, .text-block-14 {
  margin-top: 20px;
  font-size: 18px;
}

.div-block-24 {
  background-image: url('../images/06_Lower_Right.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  margin-top: 0;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 167px;
}

.div-block-25 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-15 {
  color: #363636;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  padding-bottom: 27px;
  display: flex;
}

.div-block-27 {
  background-image: url('../images/Spring-Icon.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin-bottom: 19px;
  margin-right: 0;
  padding-right: 0;
}

.div-block-28 {
  background-image: url('../images/SCBS-Icon.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin-bottom: 19px;
}

.div-block-29 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: -11px;
  margin-bottom: 0;
  padding: 0 100px;
  display: flex;
  position: relative;
}

.div-block-30 {
  background-color: #adadad;
  width: 100%;
  height: 2px;
}

.div-block-31 {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.text-block-16 {
  margin-top: 30px;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  overflow: visible;
}

.text-block-17 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-size: 22px;
  display: flex;
}

.text-block-18 {
  margin-top: 10px;
  font-size: 22px;
}

.text-block-19 {
  margin-top: 30px;
  font-size: 20px;
  line-height: 30px;
}

.div-block-32 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-20 {
  text-align: left;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 48px;
  display: flex;
}

.text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30 {
  margin-top: 20px;
}

.section-8 {
  background-color: #fff;
  padding-top: 50px;
  position: relative;
}

.text-block-31 {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #9695c1ab;
  min-width: auto;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  padding: 0 100px;
}

.div-block-34 {
  background-image: url('../images/Maiden_Small.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 530px;
  padding-left: 0;
}

.div-block-35 {
  object-fit: fill;
  background-image: url('../images/Takao_Small.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 530px;
}

.div-block-36 {
  background-image: url('../images/03_Block-in.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.div-block-37 {
  background-image: url('../images/04_Details.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.div-block-38 {
  background-image: url('../images/05_Varnishing_Framing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.div-block-39 {
  background-image: url('../images/06_Shipping.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.div-block-40 {
  margin-top: 150px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.lightbox-link-32 {
  background-image: url('../images/Balmoral.jpg');
  background-position: 50%;
  background-size: cover;
}

.nav-link-4 {
  border-bottom: 2px solid #304d79;
  flex: 0 auto;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.lightbox-link-33 {
  background-image: url('../images/High-Maintenance.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.grid-4 {
  grid-template-rows: 256px auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lightbox-link-53 {
  background-image: url('../images/Maiden_in_Ocean_Village.jpg');
  background-position: 50%;
  background-size: cover;
}

.container-5 {
  max-width: 90%;
  overflow: visible;
}

.lightbox-link-29 {
  background-image: url('../images/Town-Quay-from-Mayflower.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-44 {
  background-image: url('../images/Maiden_6.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-7 {
  background-image: url('../images/HMS-Warrior.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-37 {
  background-image: url('../images/HMS-Illustrious.jpg');
  background-position: 50%;
  background-size: cover;
}

.nav-menu {
  justify-content: space-around;
  width: 80%;
  margin-top: 26px;
  display: flex;
}

.lightbox-link-35 {
  background-image: url("https://cdn.prod.website-files.com/68ea2bb931d5f5ba7cd27248/68ea2bb931d5f5ba7cd27283_Queen%20Mary's%20First%20Approach%20to%20Southampton.jpg");
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.lightbox-link-5 {
  background-image: url('../images/Calshot_Spit.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-30 {
  background-image: url('../images/Ottoman-Kitchen.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.heading-15 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.lightbox-link-47 {
  background-image: url('../images/Maiden.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.lightbox-link-2 {
  background-image: url('../images/Beagle.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.gallerysection {
  padding-top: 33px;
  padding-bottom: 0;
}

.gallerysection.f {
  background-color: #fff;
  padding-bottom: 100px;
  position: relative;
}

.lightbox-link-19 {
  background-image: url('../images/Summer-Light-Ocean-Village-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-25 {
  background-image: url('../images/Town-Quay-Southampton.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-56 {
  background-image: url('../images/Maiden_at_the_OGR_Start.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.lightbox-link-8 {
  background-image: url('../images/Building-a-Leviathan---Great-Eastern-under-construction.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-42 {
  background-image: url('../images/Norwegian-Getaway.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link-46 {
  background-image: url('../images/Explorer.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-25 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.lightbox-link-20 {
  background-image: url('../images/Capricho.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-34 {
  background-image: url('../images/Shadow.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.grid-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lightbox-link-13 {
  background-image: url('../images/A-Quiet-Berth.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-22 {
  background-image: url('../images/SIBS.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.lightbox-link-28 {
  background-image: url('../images/Overlooking-Mayflower.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-24 {
  background-image: url('../images/Queen_Anne.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-2 {
  grid-template: "Area"
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-rows: 210px;
}

.lightbox-link-43 {
  background-image: url('../images/Godspeed.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.lightbox-link-50 {
  background-image: url('../images/Private_Commission.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.lightbox-link-15 {
  background-image: url('../images/Ocean-Village.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-26 {
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.lightbox-link-9 {
  background-image: url('../images/Ocean-Village-Marina-Office.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.lightbox-link-14 {
  background-image: url('../images/Ocean-Village-2.png');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-48 {
  background-image: url('../images/Sterna.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-51 {
  background-image: url('../images/Maiden_alongside_the_Harbour_Hotel.jpg');
  background-position: 50%;
  background-size: cover;
}

.nav-link-5 {
  border-bottom: 2px solid #304d79;
  flex: 0 auto;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.lightbox-link-26 {
  background-image: url('../images/Queen-Victoria.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-17 {
  background-image: url('../images/Summer-Light-Ocean-Village-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-52 {
  background-image: url("https://cdn.prod.website-files.com/68ea2bb931d5f5ba7cd27248/68ea2bb931d5f5ba7cd272a4_How's_That.jpg");
  background-position: 50%;
  background-size: cover;
}

.container-4 {
  max-width: 90%;
  overflow: visible;
}

.lightbox-link-10 {
  background-image: url('../images/Returning-to-Ocean-Village.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.lightbox-link-18 {
  background-image: url('../images/Brave-Challenger-and-Harbour-Lights.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-45 {
  background-image: url('../images/OGR_Start.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-6 {
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
}

.lightbox-link-39 {
  background-image: url('../images/HMS-Majestic.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-40 {
  background-image: url('../images/Rising-Seas.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link-11 {
  background-image: url('../images/The-South-Coast-and-Green-Tech-Boat-Show.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.lightbox-link-3 {
  background-image: url('../images/Vanguard.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-38 {
  background-image: url('../images/Mayflower.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-41 {
  background-color: #8597ab;
  width: 100%;
  height: 2px;
  margin-top: 20px;
}

.nav-link-7 {
  border-bottom: 2px solid #304d79;
  flex: 0 auto;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.lightbox-link-36 {
  background-image: url('../images/Fading-Light-Town-Quay.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-23 {
  background-image: url('../images/Town-Quay-Evening.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.navbar-2 {
  z-index: 2;
  background-color: #0000;
}

.lightbox-link-12 {
  background-image: url('../images/Lady-Louise.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-4 {
  background-image: url('../images/HMS_Royal_William.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-49 {
  background-image: url('../images/White_Shadow.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-6 {
  background-image: url('../images/Dreadnought.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.lightbox-link {
  background-image: url('../images/Queen_Mary_Maiden_Voyage.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-31 {
  background-image: url('../images/Town-Quay-Summer.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-27 {
  background-image: url('../images/Oxford-Street.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-3 {
  grid-template-rows: auto auto 233px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lightbox-link-41 {
  background-image: url('../images/Town-Quay.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.lightbox-link-16 {
  background-image: url('../images/For-Sale.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-21 {
  background-image: url('../images/Southampton-Grain-Terminal.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.div-block-70 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.div-block-57 {
  background-color: #000;
  flex: 1;
  padding: 0 17px 118px 64px;
}

.orangedivider {
  background-color: #f48e80;
  width: 100%;
  height: 3px;
  display: block;
  position: relative;
}

.orangedivider.white {
  background-color: #fafcfe;
}

.div-block-58 {
  background-color: #000;
  justify-content: space-between;
  max-width: 100%;
  padding-left: 80px;
  padding-right: 60px;
  display: flex;
}

.form {
  background-color: #000;
  border-radius: 0;
  padding: 0 35px 35px;
  font-weight: 300;
}

.div-block-68 {
  background-image: url('../images/Email_Symbol_1Email_Symbol.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.div-block-71 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-59 {
  flex: 0 auto;
  width: 40%;
  margin-top: 9px;
}

.div-block-72 {
  margin-top: 39px;
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.field-label-3 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.div-block-73 {
  display: flex;
}

.heading-24 {
  color: #fff;
  border: 1px solid #000;
  border-bottom-color: #647391;
  margin-top: 47px;
  padding-bottom: 16px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.text-block-32 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.contactsection {
  color: #36373a;
  margin-top: -24px;
  position: relative;
}

.paragraph-2 {
  margin-top: 19px;
  padding-right: 135px;
  font-size: 18px;
  line-height: 25px;
}

.div-block-69 {
  background-image: url('../images/Instagram_Symbol_1Instagram_Symbol.png');
  background-position: 0 0;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.div-block-69.number {
  background-image: url('../images/Phone_Symbol_1Phone_Symbol.png');
}

.tabletimage {
  display: block;
}

.text-block-33 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.text-block-33.number {
  font-size: 23px;
}

.div-block-62 {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 71px;
  margin-right: 64px;
}

.div-block-76 {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.div-block-77 {
  width: 100%;
}

.div-block-78 {
  margin-top: 41px;
  display: flex;
}

.div-block-79 {
  width: 50%;
  font-size: 24px;
}

.div-block-80 {
  width: 50%;
}

.text-block-34 {
  margin-top: 36px;
  font-size: 22px;
  line-height: 36px;
}

.text-block-35 {
  width: 100%;
  margin-top: 30px;
  padding-right: 0;
  font-size: 22px;
  line-height: 36px;
}

.image {
  width: 90%;
  max-width: 100%;
  height: 90%;
  margin-top: 39px;
  padding-left: 0;
}

.section-9 {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 200px;
  padding-top: 0;
  display: flex;
  position: absolute;
}

.div-block-81 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 50%;
  padding-left: 100px;
  display: flex;
}

.div-block-82 {
  flex: 0 auto;
  width: 20%;
  margin-left: 100px;
}

.div-block-83 {
  margin-top: 20px;
  display: flex;
}

.div-block-84, .div-block-85 {
  width: 50%;
}

.text-block-36 {
  color: #fff;
  text-align: center;
}

.text-block-37 {
  color: #fff;
  text-align: left;
}

.div-block-86 {
  background-image: url('../images/Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 40px;
}

.text-block-38, .text-block-39, .text-block-40 {
  color: #fff;
  font-size: 16px;
}

.menu-button {
  display: none;
}

.nav-link-3 {
  color: #fff;
  margin-right: auto;
  font-size: 20px;
}

.nav-link-3.w--current {
  color: #fff9a0;
}

.nav-link {
  color: #fff;
  margin-right: auto;
  font-size: 20px;
  transition: opacity .2s;
}

.nav-link.w--current {
  color: #fff9a0;
}

.nav-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 64%;
  height: 100%;
  margin-top: 17px;
  padding-left: 0;
  display: flex;
  bottom: 0;
}

.div-block-87 {
  opacity: 1;
  background-image: url('../images/Logo_White.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 45px;
  margin-top: 19px;
  padding-top: 0;
  display: block;
  position: relative;
  left: 0;
  overflow: hidden;
}

.nav-link-2 {
  color: #fff;
  margin-right: auto;
  font-size: 20px;
}

.nav-link-2.w--current {
  color: #fff9a0;
}

.text-block-41 {
  color: #daedfe;
  margin-left: 5px;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 25px;
  display: block;
}

.container-2 {
  color: #303133;
  max-width: 90%;
  margin-bottom: 0;
  overflow: visible;
}

.navbar {
  color: #888e9c;
  background-color: #101113;
  height: 80px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.text-block-42 {
  color: #fedcb2;
  padding: 20px 0 15px;
  font-size: 35px;
}

.div-block-88 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.text-block-43 {
  margin-top: 26px;
  padding-left: 50px;
  padding-right: 100px;
  font-size: 36px;
  line-height: 20px;
}

.text-block-44 {
  margin-top: 52px;
  padding-left: 50px;
  padding-right: 98px;
  font-size: 22px;
  line-height: 36px;
}

.text-block-45 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 36px;
  margin-left: 17px;
  font-size: 34px;
  line-height: 36px;
}

.text-block-46 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 36px;
  padding-left: 24px;
  font-size: 34px;
}

.text-block-47 {
  margin-top: 20px;
  margin-bottom: 36px;
  padding-left: 24px;
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.text-block-48, .text-block-49, .text-block-50 {
  margin-top: 20px;
  margin-bottom: 36px;
  margin-left: 17px;
  font-size: 24px;
}

.text-block-51 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 17px;
  padding-right: 27px;
  font-size: 22px;
  line-height: 30px;
}

.text-block-52 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 22px;
  font-size: 22px;
  line-height: 30px;
}

.text-block-53 {
  margin-top: 10px;
  padding-left: 24px;
  font-size: 22px;
  line-height: 30px;
}

.text-block-54, .text-block-55, .text-block-56 {
  margin-top: 10px;
  margin-left: 17px;
  font-size: 22px;
  line-height: 30px;
}

.text-block-57 {
  font-size: 36px;
}

.text-block-58, .text-block-59 {
  margin-top: 3px;
  margin-bottom: -11px;
  font-size: 24px;
}

.text-block-60 {
  margin-top: 45px;
  font-size: 22px;
  line-height: 36px;
}

.text-block-61, .text-block-62, .text-block-63, .text-block-64, .text-block-65 {
  margin-top: 10px;
  font-size: 22px;
  line-height: 36px;
}

.text-block-66 {
  margin-top: 25px;
  font-size: 22px;
  line-height: 36px;
}

.text-block-67, .text-block-68, .text-block-69, .text-block-70, .text-block-71 {
  margin-top: 10px;
  font-size: 22px;
  line-height: 36px;
}

.text-block-72 {
  margin-top: 30px;
  padding-right: 105px;
  font-size: 22px;
  line-height: 36px;
}

.div-block-91 {
  background-color: #fff;
  margin-top: auto;
  padding-top: 50px;
  padding-left: 50px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  position: relative;
}

.text-block-73 {
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 36px;
  line-height: 36px;
}

.text-block-74, .text-block-75 {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-right: 0;
  font-size: 22px;
  line-height: 36px;
}

.text-block-76 {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: -34px;
  padding-bottom: 60px;
  padding-right: 0;
  font-size: 24px;
  line-height: 36px;
}

.section-10 {
  background-color: #fff;
}

.body {
  color: #36373a;
  background-color: #fff0;
}

.div-block-92 {
  background-color: var(--black);
  min-height: 80px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.div-block-93 {
  margin-left: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  overflow: visible;
}

.div-block-94 {
  padding-right: 50px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.div-block-95 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.div-block-96 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.div-block-97, .div-block-98 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.div-block-99 {
  margin-left: -50px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.image-3 {
  max-width: 90%;
  margin-right: 0;
  padding-right: 0;
}

.div-block-100 {
  width: 100%;
}

.image-4 {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 32px;
}

.div-block-101 {
  grid-template-rows: auto;
  grid-template-columns: 1.05fr 1fr;
  width: 100%;
  margin-left: 0;
}

.takao_div {
  background-color: #fff;
  width: 45%;
  height: 69vh;
  margin-top: -104px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  overflow: visible;
}

.takao_div.right-cs {
  height: 75%;
  display: none;
  overflow: visible;
}

.div-block-103 {
  z-index: 10;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 45px;
  height: 45px;
  max-height: 50px;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: relative;
  top: auto;
}

.text-block-77 {
  text-align: center;
  font-size: 36px;
}

.text-block-78 {
  text-align: center;
  margin-top: 15px;
}

.text-block-79 {
  text-align: center;
  padding-top: 36px;
  font-size: 22px;
}

.text-block-80 {
  margin-top: 10px;
  padding-top: 17px;
}

.div-block-104 {
  object-fit: fill;
  background-image: url('../images/Takao_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 100%;
  height: 0;
  margin-top: 20px;
  padding-bottom: 230px;
}

.text-block-81 {
  text-align: center;
  padding-top: 24px;
}

.text-block-82 {
  margin-top: 27px;
}

.div-block-105 {
  background-image: url('../images/Takao_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  margin-top: 40px;
  padding-bottom: 194px;
}

.text-block-83 {
  text-align: center;
  padding-top: 200px;
}

.text-block-84 {
  padding-top: 30px;
}

.div-block-106 {
  background-image: url('../images/Takao_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  margin-top: 39px;
  padding-bottom: 233px;
}

.text-block-85 {
  text-align: center;
  padding-top: 40px;
}

.text-block-86 {
  padding-top: 25px;
}

.div-block-107 {
  background-image: url('../images/Takao_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  margin-top: 29px;
  padding-bottom: 273px;
}

.text-block-87 {
  text-align: center;
  padding-top: 303px;
}

.text-block-88 {
  padding-top: 33px;
}

.div-block-108 {
  background-image: url('../images/Takao_5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  margin-top: 30px;
  padding-bottom: 354px;
}

.text-block-89 {
  margin-top: 23px;
}

.text-block-90 {
  text-align: center;
  padding-top: 366px;
}

.text-block-91 {
  margin-top: 17px;
}

.div-block-109 {
  background-image: url('../images/Takao_6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  margin-top: 23px;
  margin-left: 0;
  padding-bottom: 318px;
}

.text-block-92 {
  text-align: center;
  padding-top: 331px;
}

.maiden_div {
  background-color: #ececec;
  width: 45%;
  height: 75%;
  margin-top: -104px;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  overflow: visible;
}

.div-block-111 {
  z-index: auto;
  background-color: #bfc162;
  width: 45px;
  height: 45px;
  min-height: 0;
  max-height: 50px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 2% 2% 0% auto;
}

.text-block-93 {
  text-align: center;
  font-size: 36px;
}

.text-block-94 {
  text-align: center;
  margin-top: 29px;
  font-size: 22px;
}

.text-block-95 {
  text-align: center;
  margin-top: 36px;
  font-size: 22px;
}

.text-block-96 {
  margin-top: 34px;
  font-size: 22px;
}

.div-block-112 {
  background-image: url('../images/Maiden_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  margin-top: 24px;
  padding-bottom: 204px;
}

.text-block-97 {
  text-align: center;
  margin-top: 25px;
  font-size: 22px;
}

.text-block-98 {
  margin-top: 27px;
  font-size: 22px;
}

.div-block-113 {
  background-image: url('../images/Maiden_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  margin-top: 24px;
  padding-bottom: 300px;
}

.text-block-99 {
  text-align: center;
  margin-top: 16px;
  font-size: 22px;
}

.text-block-100 {
  margin-top: 21px;
  font-size: 22px;
}

.div-block-114 {
  background-image: url('../images/Maiden_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  margin-top: 23px;
  padding-bottom: 300px;
}

.text-block-101 {
  text-align: center;
  margin-top: 22px;
  font-size: 22px;
}

.text-block-102 {
  margin-top: 19px;
  font-size: 22px;
}

.div-block-115 {
  background-image: url('../images/Maiden_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  margin-top: 31px;
  padding-bottom: 300px;
}

.text-block-103 {
  text-align: center;
  margin-top: 25px;
  font-size: 22px;
}

.text-block-104 {
  margin-top: 19px;
  font-size: 22px;
}

.div-block-116 {
  background-image: url('../images/Maiden_5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  margin-top: 15px;
  padding-bottom: 300px;
}

.text-block-105 {
  text-align: center;
  margin-top: 22px;
  font-size: 22px;
}

.text-block-106 {
  margin-top: 16px;
  font-size: 22px;
}

.text-block-107 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 22px;
}

.text-block-108 {
  margin-top: 16px;
}

.lightbox-link-55 {
  background-image: url('../images/Takao_Commission.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.lightbox-link-58 {
  background-image: url('../images/Celandine_wm.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.div-block-117 {
  background-color: #d80000;
  width: 100%;
  height: 100%;
}

.lightbox-link-2-copy {
  background-image: url('../images/Sphinx.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.lightbox-link-8-copy {
  background-image: url('../images/KGV.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.lightbox-link-8-copy-copy {
  background-image: url('../images/Warspite_Narvik.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.lightbox-link-24-copy {
  background-image: url('../images/Britannia.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-24-copy-copy {
  background-image: url('../images/Balmoral_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-118 {
  display: flex;
}

.lightbox-link-39-copy {
  background-image: url('../images/HMS-Majestic.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-39-copy-copy {
  background-image: url('../images/Cutty-Sark---Gregory-Smith-lr.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-45-copy {
  background-image: url('../images/OGR_Departures-lr.jpg');
  background-position: 50%;
  background-size: cover;
}

.container-6 {
  background-image: url('../images/Menu_Line.png');
  background-position: 0 0;
  background-size: auto;
  margin-left: 0;
  margin-right: 0;
}

.image-5 {
  position: relative;
}

.section-11 {
  background-color: #000;
  width: auto;
  height: auto;
  margin-top: 95vh;
  margin-bottom: 0;
  padding-bottom: 10vh;
  display: block;
}

.text-block-109 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 70%;
  margin-top: 10%;
  padding-top: 100px;
  padding-left: 10%;
  font-family: Brandon, sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 60px;
}

.section-12 {
  background-color: #fff;
  height: auto;
}

.image-6 {
  border-radius: 0;
  width: 100%;
  margin-top: 32px;
  position: static;
}

.container-7 {
  text-align: left;
  object-fit: fill;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.container-8 {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.grid-7 {
  grid-row-gap: 295px;
}

.grid-8 {
  grid-column-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 3.3fr 1.5fr;
  margin-top: 0;
  margin-left: 4%;
  margin-right: 4%;
}

.section-13 {
  height: 30px;
}

.image-7 {
  opacity: 1;
  object-fit: cover;
  background-image: url('../images/Golden_Hinde_Ternate.jpg');
  background-position: 0 0;
  background-size: auto;
  flex: 0 auto;s
  order: 0;
  min-width: 100%;
  max-width: 250%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  overflow: visible;
}

.div-block-119 {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.image-7,
.image-8,
.image-9,
.image-10 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  object-fit: cover;
  padding: 0;
  margin: 0;
  transition: opacity 1s;
}

.navbar-copy {
  color: #0d0d0e;
  background-color: #131414;
  height: 80px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.section-14 {
  background-color: #a24747;
  margin-top: auto;
}

.div-block-120 {
  height: 500px;
  padding-left: 0;
  position: static;
}

.container-9 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #f8f5f500;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 96%;
  height: auto;
  margin-top: 0;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 0;
  display: block;
}

.section-15 {
  aspect-ratio: auto;
  background-color: #fff;
  display: block;
}

.div-block-121 {
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 2vh;
}

.container-10 {
  background-color: #f8f5f5;
  width: 100%;
  max-width: 96%;
  height: 100%;
  margin-top: 50px;
  padding-top: 0;
}

.text-block-110 {
  text-transform: uppercase;
  padding-top: 5%;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 100;
}

.text-block-111 {
  text-transform: uppercase;
}

.text-block-112 {
  text-transform: uppercase;
  padding-top: 29px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 30px;
}

.container-11 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-113 {
  padding-top: 60px;
}

.text-block-114 {
  -webkit-text-stroke-width: 0px;
  text-overflow: clip;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  padding-top: 45px;
  padding-right: 0;
  font-family: Brandon, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 30px;
}

.container-12 {
  max-width: 55%;
  height: 100%;
  position: static;
}

.section-16 {
  background-color: #fff;
}

.image-11 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  position: absolute;
  top: auto;
}

.container-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 55%;
  padding-top: 0;
  display: block;
}

.section-17 {
  background-color: #fff;
}

.text-block-115 {
  text-transform: uppercase;
  border-bottom: 1px solid #555c86;
  padding-top: 80px;
  padding-bottom: 33px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 300;
}
.text-block-116 {
  padding-top: 50px;
  font-family: Brandon, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 42px;
  max-width: 100%;             /* Prevents exceeding container width */
  overflow-wrap: break-word;  /* Allows breaking long words onto next line */
  word-break: break-word;     /* Ensures text wraps within container */
  box-sizing: border-box;     /* Includes padding in width calculation */
  white-space: normal;        /* Allows lines to wrap normally */
}


.div-block-122 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  max-width: 100%;
  display: block;
}

.container-14 {
  max-width: 55%;
}

.section-18 {
  background-color: #fff;
  padding-top: 0;
}

.text-block-117 {
  text-transform: uppercase;
  border-bottom: 1px solid #555c86;
  padding-top: 30px;
  padding-bottom: 28px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.text-block-118 {
  padding-top: 37px;
  padding-bottom: 46px;
  font-family: Brandon, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 30px;
}

.text-block-119 {
  padding-top: 35px;
  font-family: Brandon, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 30px;
}

.text-block-120 {
  padding-top: 50px;
  font-family: Brandon, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.container-15 {
  background-color: #f8f4f0;
  max-width: 60%;
}

.section-19 {
  background-color: #fff;
}

.image-12 {
  overflow-wrap: normal;
  width: 90%;
  max-width: 90%;
  position: relative;
  inset: 0% 0% 0% 5%;
}

.text-block-121 {
  text-transform: uppercase;
  width: auto;
  max-width: 80%;
  padding-top: 145px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 100;
}

.div-block-123 {
  width: 80%;
  max-width: 80%;
}

.container-16 {
  max-width: 85%;
}

.text-block-122 {
  text-transform: uppercase;
  border: 1px #565570;
  border-bottom: 1px solid #555c86;
  padding-top: 40px;
  padding-bottom: 36px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.text-block-123 {
  padding-top: 0;
  font-family: Brandon, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 100;
  line-height: 30px;
}

.section-20 {
  background-color: #fff;
}

.container-17 {
  max-width: 55%;
}

.text-block-124 {
  text-transform: uppercase;
  border-bottom: 1px solid #555c86;
  padding-bottom: 13px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.text-block-125 {
  font-family: Brandon, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 35px;
}

.grid-9 {
  border: 0 solid #000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.25fr;
  margin-top: 0;
}

.text-block-126 {
  border-left: 0 #000;
  font-family: Brandon, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 40px;
}

.text-block-127 {
  border-bottom: 1px solid #7e7c85;
  padding-bottom: 5px;
  font-family: Brandon, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 40px;
}

.text-block-128 {
  text-transform: none;
  border-bottom: 1px solid #7e7c85;
  padding-bottom: 5px;
  font-family: Brandon, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.text-block-129 {
  font-family: Brandon, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.container-18 {
  max-width: 55%;
  padding-top: 0;
}

.text-block-130 {
  font-family: Brandon, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  line-height: 40px;
}

.div-block-124 {
  background-color: #000;
}

.text-field, .text-field-2 {
  background-color: #414141;
}

.select-field {
  background-color: #4e4e4e;
}

.textarea {
  background-color: #414141;
}

.submit-button {
  color: #000;
  background-color: #f1d532;
}

.container-19 {
  max-width: 63%;
}

.container-20 {
  max-width: 100%;
}

.div-block-125 {
  background-color: #000;
  min-height: 80px;
}

.div-block-126 {
  background-color: var(--black);
  min-height: 80px;
}

.section-21 {
  background-color: #000;
}

.image-13 {
  opacity: 1;
  object-fit: fill;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: auto;
}

.div-block-127 {
  object-fit: contain;
  position: relative;
}

.div-block-128 {
  min-height: 80px;
}

.div-block-129 {
  min-height: 70px;
}

.div-block-130, .div-block-131 {
  min-height: 80px;
}

.div-block-132 {
  min-height: 20px;
}

.div-block-133 {
  min-height: 80px;
}

.lightbox-link-59 {
  background-image: url('../images/Takao_Commission.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-60 {
  background-image: url('../images/Commission_WIP_30lr.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.div-block-134 {
  min-height: 60px;
}

.container-21 {
  max-width: 55%;
}

.grid-10 {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template: "."
                 "."
                 "Area"
                 "."
                 / 1.25fr 2.5fr;
  padding-top: 20px;
}

.text-block-131 {
  font-family: Brandon, sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 30px;
}

.text-block-132, .text-block-133, .text-block-134 {
  font-family: Brandon, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.text-block-135, .text-block-136, .text-block-137, .text-block-138 {
  font-family: Brandon, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 30px;
}

.image-14 {
  object-fit: cover;
  width: 110%;
  overflow: visible;
}

.image-15 {
  object-fit: cover;
  width: 120%;
}

.container-22, .section-22 {
  min-height: 10px;
}

.text-block-139 {
  color: var(--white);
  padding-right: 19px;
  font-family: Brandon, sans-serif;
  font-weight: 100;
  line-height: 30px;
}

.container-23 {
  max-width: 84%;
}

.div-block-135 {
  min-height: 70px;
}

.exhibition_list {
  font-family: Brandon, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 40px;
  display: inline;
}

.container-24 {
  min-width: 100%;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
}

.list-item, .list-item-2 {
  display: inline-block;
}

.list {
  margin-top: 54px;
  list-style-type: square;
}

.list-2 {
  list-style-type: disc;
}

.slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  justify-content: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
}

.slide {
  background-color: var(--white);
}

.container-25 {
  background-color: var(--black);
  max-width: 100%;
  min-height: 14%;
  display: block;
}

.text-block-140 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  background-color: #adba5400;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.text-block-141 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
  position: absolute;
  inset: 2% 0% auto;
}

.text-block-142 {
  color: #fff;
  text-align: center;
  text-transform: none;
  position: absolute;
  inset: 8% 0% auto;
}

.left-arrow {
  color: #000;
  max-height: 100%;
}

.right-arrow {
  color: #000;
  max-height: 70%;
}

.container-26 {
  max-width: 80%;
  min-height: 80%;
  max-height: 80%;
}

.div-block-136 {
  min-height: 20px;
}

.image-16 {
  vertical-align: middle;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: auto 0% 0% 127px;
}

.text-block-143 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 34px;
  line-height: 35px;
}

.text-block-144 {
  margin-top: 23px;
}

.div-block-137 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 75%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.div-block-138 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  color: #fff0;
  font-size: 0;
}

.slide-2 {
  width: 100%;
  height: 100%;
}

.left-arrow-2 {
  color: #000;
  max-height: 100%;
}

.right-arrow-2 {
  color: #000;
  max-height: 70%;
}

.slider-2 {
  background-color: #fff;
  height: 100%;
}

.div-block-139 {
  background-color: #bfc162;
  width: 45px;
  height: 45px;
  max-height: 50px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 2px;
}

.text-block-145 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-140 {
  background-color: red;
  width: 40px;
  height: 40px;
}

.text-block-146 {
  text-align: center;
  background-color: red;
  width: 45px;
  height: 45px;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-141 {
  min-height: 40px;
}

.div-block-142 {
  height: 5vh;
  line-height: 60px;
}

.image-17 {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.image-18 {
  object-fit: cover;
  width: 150%;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 991px) {
  .section {
    height: 100%;
  }

  .section-2 {
    background-position: 90% 30%;
  }

  .section-4 {
    background-position: 48%;
  }

  .div-block {
    margin-top: -40px;
  }

  .div-block-3, .div-block-4, .div-block-5, .div-block-6, .div-block-7 {
    height: 300px;
  }

  .div-block-8 {
    height: 350px;
  }

  .div-block-9, .div-block-10 {
    height: 300px;
  }

  .section-6 {
    padding-top: 30px;
  }

  .div-block-11 {
    width: 45%;
  }

  .div-block-12 {
    width: 70%;
    height: auto;
    min-height: 500px;
    margin-top: -72px;
    margin-bottom: -108px;
    margin-left: 0;
  }

  .div-block-14 {
    height: 350px;
    padding-top: 0;
    padding-bottom: 348px;
  }

  .section-7 {
    margin-top: -31px;
    padding-top: 30px;
  }

  .div-block-15 {
    background-position: 68%;
    background-size: cover;
    flex: 0 auto;
    align-self: auto;
  }

  .div-block-16 {
    width: 100%;
    height: 300px;
  }

  .div-block-17 {
    width: 100%;
    height: 300px;
    margin-top: auto;
    margin-left: 0;
  }

  .div-block-18 {
    background-position: 25%;
    height: 80%;
    margin-top: -21px;
  }

  .div-block-20 {
    height: 300px;
    margin-top: auto;
  }

  .text-block {
    margin-top: -75px;
    font-size: 20px;
  }

  .text-block-2 {
    margin-top: 20px;
    font-size: 20px;
  }

  .text-block-3 {
    margin-top: 25px;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-22 {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-6 {
    margin-left: 0;
    padding-left: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-10 {
    margin-top: auto;
    margin-left: 0;
    padding-bottom: 21px;
    padding-left: 20px;
    font-size: 20px;
  }

  .div-block-23 {
    margin-top: -123px;
    padding-top: 0;
  }

  .text-block-11 {
    margin-top: 0;
    padding-bottom: 46px;
    font-size: 20px;
  }

  .text-block-12 {
    margin-top: -39px;
    margin-right: auto;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-24 {
    height: 0;
  }

  .div-block-25 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-15 {
    margin-bottom: -3px;
    font-size: 30px;
  }

  .div-block-27, .div-block-28 {
    height: 300px;
  }

  .div-block-29 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-30 {
    align-self: center;
  }

  .text-block-16 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-17 {
    font-size: 15px;
  }

  .text-block-18 {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 17px;
    font-size: 14px;
  }

  .text-block-19 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-20 {
    text-align: center;
    margin-bottom: 21px;
    font-size: 15px;
    line-height: 30px;
  }

  .section-8 {
    padding-top: 0;
  }

  .text-block-31 {
    margin-top: 20px;
    margin-bottom: -11px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 30px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: center;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-34 {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: left;
    object-fit: fill;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    padding-bottom: 362px;
    text-decoration: none;
  }

  .div-block-35 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 300%;
    height: 0;
    padding-bottom: 360px;
    display: block;
  }

  .div-block-36, .div-block-37, .div-block-38, .div-block-39 {
    height: 200px;
  }

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

  .grid-4 {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }

  .container-5 {
    justify-content: space-between;
    display: block;
  }

  .lightbox-link-2, .lightbox-link-19, .lightbox-link-25, .lightbox-link-8 {
    height: 250px;
  }

  .heading-25 {
    font-size: 26px;
  }

  .lightbox-link-20, .lightbox-link-34 {
    height: 250px;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-link-13, .lightbox-link-22, .lightbox-link-28 {
    height: 250px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .menu-button-2 {
    margin-top: 10px;
    display: none;
  }

  .lightbox-link-9, .lightbox-link-52, .lightbox-link-10, .lightbox-link-45 {
    height: 250px;
  }

  .grid-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-link-39, .lightbox-link-40, .lightbox-link-11, .lightbox-link-38, .lightbox-link-36, .lightbox-link-23, .lightbox-link-4, .lightbox-link-49, .lightbox-link-6, .lightbox-link, .lightbox-link-31 {
    height: 250px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-link-16, .lightbox-link-21 {
    height: 250px;
  }

  .div-block-57 {
    align-self: auto;
    width: 100%;
    padding: 0;
  }

  .div-block-58 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-68 {
    background-attachment: scroll;
  }

  .div-block-59 {
    align-self: auto;
    width: 100%;
    padding-bottom: 0;
    display: block;
  }

  .div-block-72 {
    margin-top: 51px;
  }

  .field-label-3 {
    font-size: 15px;
    line-height: 22px;
  }

  .heading-24 {
    text-align: center;
    -webkit-text-stroke-color: #43506b;
    border: 1px solid #000;
    border-bottom-color: #88879b;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .text-block-32 {
    margin-left: 0;
    font-size: 20px;
  }

  .div-block-75 {
    width: 60%;
  }

  .paragraph-2 {
    padding-right: 0;
    font-size: 16px;
  }

  .div-block-74 {
    text-align: center;
    max-width: 85%;
    margin-top: 0;
    margin-left: 40px;
    padding: 0;
  }

  .tabletimage {
    width: 400px;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-33, .text-block-33.number {
    font-size: 20px;
  }

  .div-block-62 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-76 {
    align-items: center;
  }

  .text-block-34 {
    margin-right: 0;
    font-size: 15px;
  }

  .text-block-35 {
    width: auto;
    margin-right: 0;
    padding-right: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .image {
    width: 79%;
    height: 230px;
    margin-top: -12px;
    margin-bottom: 34px;
    margin-right: 60px;
  }

  .div-block-81 {
    padding-left: 0;
  }

  .div-block-82 {
    width: 30%;
  }

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

  .div-block-85 {
    width: 30%;
  }

  .menu-button {
    color: #fff;
    background-color: #0000;
    display: none;
    top: 15px;
  }

  .menu-button.w--open {
    background-color: #121418;
  }

  .nav-link-3 {
    flex: 1;
    margin-left: 0;
    margin-right: auto;
    position: static;
  }

  .nav-link {
    flex: 1;
    margin-left: 0;
    position: static;
  }

  .nav-menu-2 {
    background-color: #121418;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 40%;
    height: 30vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .div-block-87 {
    width: 40%;
    height: 40px;
    margin-top: 19px;
  }

  .nav-link-2 {
    flex: 1;
    margin-left: 0;
    position: static;
  }

  .div-block-88 {
    margin-top: 10px;
  }

  .text-block-43 {
    padding-left: 60px;
    font-size: 20px;
  }

  .text-block-44 {
    padding-left: 55px;
    padding-right: 57px;
    font-size: 15px;
    line-height: 25px;
  }

  .text-block-45 {
    text-align: left;
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 20px;
  }

  .text-block-46 {
    text-align: left;
    margin-top: 8px;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 20px;
  }

  .text-block-47 {
    margin-top: 8px;
    margin-bottom: 25px;
    padding-left: 0;
    font-size: 18px;
  }

  .text-block-48 {
    margin-top: 8px;
    margin-bottom: 22px;
    margin-left: 0;
    font-size: 18px;
  }

  .text-block-49, .text-block-50 {
    margin-top: 8px;
    margin-bottom: 19px;
    margin-left: 0;
    font-size: 18px;
  }

  .text-block-51 {
    margin-left: auto;
    padding-left: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .text-block-52 {
    padding-left: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .text-block-53 {
    padding-left: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .text-block-54, .text-block-55 {
    margin-left: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .text-block-56 {
    margin-top: 19px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .text-block-57 {
    margin-top: -68px;
    font-size: 20px;
  }

  .text-block-58, .text-block-59 {
    font-size: 20px;
  }

  .text-block-60, .text-block-61, .text-block-62, .text-block-63, .text-block-64, .text-block-65, .text-block-66, .text-block-67, .text-block-68, .text-block-69, .text-block-70, .text-block-71 {
    font-size: 15px;
    line-height: 25px;
  }

  .text-block-72 {
    margin-top: 20px;
    margin-right: 0;
    padding-right: 12px;
    font-size: 15px;
    line-height: 36px;
  }

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

  .text-block-73 {
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 20px;
  }

  .text-block-74, .text-block-75 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 15px;
  }

  .text-block-76 {
    margin-top: 10px;
    margin-left: 5px;
    padding-bottom: 7px;
    font-size: 15px;
  }

  .div-block-92 {
    min-height: 5px;
  }

  .div-block-93 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    min-width: 80%;
    max-width: 80%;
    padding-left: 0;
    display: block;
    overflow: visible;
  }

  .div-block-94 {
    min-width: 80%;
    max-width: 80%;
    padding-right: 0;
  }

  .div-block-99 {
    margin-left: 20px;
    margin-right: 10px;
  }

  .div-block-100 {
    text-align: left;
    padding-left: 20px;
    padding-right: 50px;
  }

  .image-4 {
    width: 75%;
    padding-top: 60px;
    padding-left: 0;
  }

  .div-block-101 {
    grid-template-columns: 1fr;
  }

  .takao_div {
    width: 95%;
    height: 80vh;
    display: none;
  }

  .takao_div.right-cs {
    width: 80%;
    height: 48vh;
    display: none;
  }

  .div-block-103 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    position: sticky;
    top: 0;
  }

  .maiden_div {
    width: 80%;
    height: 45vh;
    display: none;
  }

  .div-block-111 {
    position: sticky;
    top: 0;
    left: 2px;
  }

  .lightbox-link-2-copy, .lightbox-link-8-copy, .lightbox-link-8-copy-copy, .lightbox-link-39-copy, .lightbox-link-39-copy-copy, .lightbox-link-45-copy {
    height: 250px;
  }

  .section-11 {
    margin-top: 43vh;
    padding-bottom: 5vh;
  }

  .text-block-109 {
    margin-top: 0%;
    padding-top: 60px;
    padding-bottom: 0;
    font-size: 22px;
  }

  .section-12 {
    overflow: visible;
  }

  .grid-8 {
    grid-row-gap: 0px;
    grid-template: "."
                   "Area"
                   / 3.3fr;
    grid-auto-rows: 0;
    margin-left: 8%;
    margin-right: 8%;
    overflow: visible;
  }

  .image-7 {
    object-fit: cover;
    min-width: 0;
    max-width: 150%;
    height: 50vh;
    min-height: 0;
    max-height: none;
  }

  .div-block-119 {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.image-7,
.image-8,
.image-9,
.image-10 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  object-fit: cover;
  padding: 0;
  margin: 0;
  transition: opacity 1s;
}


  .text-block-110 {
    font-size: 35px;
  }

  .text-block-112 {
    font-size: 30px;
  }

  .container-11 {
    max-width: 85%;
  }

  .text-block-114 {
    font-size: 20px;
  }

  .container-12 {
    max-width: 85%;
  }

  .container-13 {
    max-width: 85%;
    padding-top: 0;
  }

  .text-block-115 {
    padding-top: 5px;
    font-size: 30px;
  }

  .text-block-116 {
    padding-bottom: 21px;
    font-size: 20px;
    line-height: 35px;
  }

  .container-14 {
    max-width: 85%;
  }

  .text-block-117 {
    font-size: 30px;
  }

  .text-block-118 {
    font-size: 20px;
  }

  .container-15 {
    max-width: 85%;
  }

  .text-block-122 {
    padding-bottom: 21px;
    font-size: 30px;
  }

  .text-block-123 {
    margin-top: -28px;
    padding-top: 0;
    font-size: 20px;
  }

  .container-17 {
    max-width: 85%;
  }

  .text-block-124 {
    font-size: 30px;
  }

  .text-block-125, .text-block-126 {
    font-size: 20px;
  }

  .text-block-127, .text-block-128 {
    font-size: 22px;
  }

  .text-block-129 {
    font-size: 20px;
  }

  .container-18 {
    max-width: 85%;
  }

  .text-block-130 {
    font-size: 20px;
  }

  .container-19 {
    max-width: 80%;
  }

  .div-block-127 {
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-128 {
    background-color: #fff;
    min-height: 40px;
  }

  .container-21 {
    max-width: 85%;
  }

  .grid-10 {
    grid-column-gap: 50px;
    grid-template-columns: 1.5fr 2.5fr;
  }

  .text-block-131, .text-block-132, .text-block-133, .text-block-134 {
    font-size: 24px;
  }

  .text-block-135, .text-block-136, .text-block-137, .text-block-138 {
    font-size: 20px;
  }

  .image-14 {
    box-sizing: border-box;
    aspect-ratio: auto;
    opacity: 1;
    object-fit: fill;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .image-15 {
    overflow: hidden;
  }

  .text-block-139 {
    text-align: left;
    padding-right: 0;
    font-size: 20px;
  }

  .container-23 {
    max-width: 80%;
  }

  .div-block-135 {
    min-height: 20px;
  }

  .exhibition_list {
    font-size: 20px;
  }

  .container-24 {
    min-width: 98%;
    max-width: 98%;
  }

  .italic-text {
    font-size: 20px;
  }

  .text-block-141 {
    top: 1%;
  }

  .text-block-142 {
    top: 7%;
  }

  .left-arrow {
    max-height: 70%;
  }

  .div-block-136 {
    min-height: 10px;
  }

  .image-16 {
    max-width: 90%;
  }

  .text-block-143 {
    font-size: 28px;
  }

  .text-block-144 {
    font-size: 20px;
  }

  .left-arrow-2 {
    max-height: 70%;
  }

  .div-block-139 {
    left: 2px;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .section-5 {
    padding-top: 0;
  }

  .div-block {
    width: 90%;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
  }

  .div-block-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3, .div-block-4 {
    height: 200px;
  }

  .div-block-5, .div-block-7 {
    height: auto;
  }

  .div-block-8 {
    height: 200px;
  }

  .div-block-10 {
    height: auto;
  }

  .div-block-12 {
    margin-top: -105px;
  }

  .div-block-14 {
    height: 300px;
    padding-bottom: 303px;
  }

  .div-block-15 {
    background-position: 68%;
  }

  .div-block-16 {
    height: 200px;
    margin-right: -15px;
  }

  .div-block-17 {
    width: 150%;
    height: 200px;
    margin-top: 4px;
    display: block;
  }

  .div-block-18 {
    background-position: 50% 0;
    height: 250px;
    margin-top: auto;
  }

  .div-block-19 {
    height: 100%;
  }

  .div-block-20 {
    height: 200px;
    margin-top: 33px;
    position: static;
    top: 116px;
  }

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

  .text-block {
    margin-top: auto;
  }

  .text-block-3 {
    margin-right: 20px;
  }

  .div-block-22 {
    margin-top: -12px;
    padding-left: 10px;
    padding-right: 0;
    display: block;
  }

  .text-block-6 {
    margin-top: 15px;
    margin-left: auto;
    line-height: 18px;
  }

  .text-block-10 {
    margin-top: 28px;
    margin-left: auto;
    padding-bottom: 5px;
    line-height: 10px;
  }

  .div-block-23 {
    margin-top: auto;
    padding-top: 0;
  }

  .text-block-11 {
    margin-top: auto;
    padding-bottom: 0;
  }

  .text-block-12 {
    margin-top: 15px;
    margin-right: auto;
    padding-right: 20px;
    line-height: 18px;
  }

  .div-block-25 {
    margin-top: 20px;
    margin-right: auto;
  }

  .text-block-15 {
    margin-bottom: 8px;
    font-size: 28px;
  }

  .div-block-27, .div-block-28 {
    height: 200px;
  }

  .div-block-29 {
    margin-top: -47px;
  }

  .text-block-17 {
    padding-right: 0;
  }

  .text-block-19 {
    margin-top: 30px;
  }

  .text-block-20 {
    margin-top: -34px;
    line-height: 29px;
  }

  .text-block-31 {
    margin-bottom: 0;
    padding-left: 35px;
    font-size: 25px;
  }

  .div-block-34 {
    background-position: 70%;
    height: 150px;
  }

  .div-block-35, .div-block-36, .div-block-37, .div-block-38, .div-block-39 {
    height: 150px;
  }

  .div-block-57 {
    width: 100%;
  }

  .div-block-58 {
    flex-flow: column;
  }

  .form {
    padding-top: 31px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-59 {
    width: 100%;
  }

  .div-block-73 {
    flex-direction: column;
  }

  .heading-24 {
    font-size: 30px;
  }

  .text-block-32 {
    font-size: 20px;
  }

  .div-block-75 {
    width: 100%;
  }

  .div-block-74 {
    margin-top: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabletimage {
    width: 100%;
  }

  .text-block-33, .text-block-33.number {
    font-size: 20px;
  }

  .div-block-76 {
    flex-wrap: nowrap;
  }

  .text-block-34 {
    margin-right: 0;
  }

  .text-block-35 {
    width: 100%;
    padding-right: 70px;
  }

  .image {
    width: auto;
    max-width: 120%;
    height: 36%;
    margin: -20px 39px 12px 4px;
  }

  .div-block-81 {
    object-fit: fill;
    padding-left: 25px;
    position: static;
  }

  .div-block-82 {
    width: 40%;
    margin-left: 30px;
  }

  .text-block-38, .text-block-39, .text-block-40 {
    font-size: 14px;
  }

  .div-block-87 {
    width: 50%;
    height: 35px;
    margin-top: 21px;
  }

  .text-block-43 {
    padding-left: 34px;
  }

  .text-block-44 {
    padding-left: 35px;
  }

  .text-block-45 {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .text-block-46 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .text-block-47 {
    margin-top: 10px;
    padding-left: 0;
  }

  .text-block-48, .text-block-49, .text-block-50 {
    margin-left: 0;
  }

  .text-block-51 {
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    font-size: 15px;
  }

  .text-block-52, .text-block-53 {
    padding-left: 0;
    font-size: 15px;
  }

  .text-block-54, .text-block-55, .text-block-56 {
    margin-left: 0;
    font-size: 15px;
  }

  .text-block-57 {
    margin-top: -103px;
  }

  .text-block-59 {
    font-size: 16px;
  }

  .text-block-72 {
    margin-right: 0;
    line-height: 25px;
  }

  .text-block-74, .text-block-75 {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .text-block-76 {
    font-size: 15px;
  }

  .image-2, .takao_div, .maiden_div {
    display: none;
  }

  .div-block-118 {
    flex-flow: row-reverse wrap-reverse;
  }

  .section-11 {
    margin-top: 42vh;
  }

  .text-block-109 {
    width: 90%;
    padding-top: 47px;
    font-size: 18px;
  }

  .image-7 {
    padding-right: 0;
    inset: 0% 0% 0% -33%;
  }

  .div-block-119 {
    width: 150%;
  }

  .image-8 {
    padding-right: 0;
    inset: 0% 0% 0% -18%;
  }

  .image-10 {
    padding-right: 0;
  }

  .container-10 {
    margin-top: 30px;
  }

  .text-block-110 {
    font-size: 32px;
  }

  .text-block-112 {
    font-size: 28px;
  }

  .text-block-115, .text-block-117 {
    font-size: 30px;
  }

  .text-block-118 {
    font-size: 20px;
  }

  .text-block-122 {
    font-size: 30px;
  }

  .text-block-123 {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-124 {
    font-size: 30px;
  }

  .text-block-125, .text-block-126, .text-block-129, .text-block-130 {
    font-size: 20px;
  }

  .div-block-129 {
    min-height: 30px;
  }

  .div-block-130 {
    min-height: 40px;
  }

  .grid-10 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-131, .text-block-132, .text-block-133, .text-block-134 {
    font-size: 24px;
  }

  .text-block-135, .text-block-136, .text-block-137, .text-block-138, .text-block-139 {
    font-size: 20px;
  }

  .div-block-135 {
    min-height: 10px;
  }

  .container-24 {
    min-width: 100%;
  }

  .italic-text {
    font-size: 20px;
  }

  .div-block-136 {
    min-height: 8px;
  }

  .text-block-143 {
    margin-top: 10px;
    font-size: 25px;
  }

  .icon {
    margin-left: 5px;
    margin-right: 5px;
  }

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

@media screen and (max-width: 479px) {
  .section {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
  }

  .section-2, .section-4 {
    height: 60vh;
  }

  .section-5 {
    flex-direction: column-reverse;
    padding-top: 5px;
  }

  .div-block {
    width: 100%;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2 {
    width: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6 {
    height: auto;
  }

  .div-block-11 {
    width: 100%;
  }

  .div-block-12 {
    width: 100%;
    margin-top: -94px;
    margin-bottom: -121px;
  }

  .div-block-14 {
    height: 200px;
    padding-bottom: 205px;
  }

  .div-block-15 {
    width: 100%;
    height: 100%;
  }

  .div-block-17 {
    display: none;
  }

  .div-block-18, .div-block-20, .text-block {
    margin-top: auto;
  }

  .div-block-22 {
    margin-top: -313px;
    padding-left: 0;
  }

  .text-block-6 {
    margin-top: auto;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 17px;
    padding-left: 0;
  }

  .text-block-10 {
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-12 {
    margin-right: 0;
  }

  .div-block-24 {
    width: 50%;
    display: none;
  }

  .div-block-25 {
    flex-direction: column;
    margin-top: -10px;
    margin-left: -6px;
    margin-right: 0;
  }

  .text-block-15 {
    font-size: 24px;
  }

  .div-block-28 {
    object-fit: fill;
  }

  .div-block-29 {
    margin-top: -40px;
    padding-left: 48px;
    padding-right: 45px;
  }

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

  .text-block-20 {
    margin-top: -23px;
    font-size: 14px;
    line-height: 29px;
  }

  .text-block-31 {
    max-width: 100%;
    margin-top: 10px;
    padding-left: 10px;
  }

  .grid {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-block-34 {
    margin-top: 31px;
    margin-left: 0;
  }

  .div-block-35 {
    height: 100px;
    margin-top: 31px;
    padding-top: 0;
  }

  .div-block-40 {
    flex-direction: column;
    margin-top: 302px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .gallerysection.f {
    padding-top: 0;
  }

  .div-block-57 {
    width: 100%;
    margin-bottom: -71px;
    padding-bottom: 20px;
  }

  .div-block-58 {
    flex-flow: column;
  }

  .form {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-68 {
    margin-left: -16px;
    padding-left: 30px;
  }

  .div-block-59 {
    width: 100%;
  }

  .div-block-72 {
    margin-left: 0;
  }

  .heading-24 {
    font-size: 22px;
  }

  .text-block-32 {
    max-width: 100%;
    margin-left: 0;
    font-size: 18px;
  }

  .div-block-69 {
    margin-left: -16px;
  }

  .div-block-74 {
    max-width: 100%;
    margin-top: -32px;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-33, .text-block-33.number {
    font-size: 18px;
  }

  .div-block-62 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-76 {
    width: 100%;
    margin-top: 25px;
    display: block;
  }

  .div-block-77 {
    width: 100%;
  }

  .div-block-79 {
    font-size: 12px;
  }

  .text-block-34 {
    margin-right: 3px;
    padding-left: 10px;
    line-height: 28px;
  }

  .text-block-35 {
    width: 100%;
    padding-left: 10px;
    padding-right: 9px;
    line-height: 28px;
  }

  .image {
    width: 100%;
    margin-top: 9px;
    display: block;
  }

  .div-block-81 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 60%;
    padding-left: 0;
  }

  .div-block-82 {
    width: 30%;
    margin-left: 10px;
  }

  .div-block-85 {
    width: 40%;
  }

  .text-block-36, .text-block-37, .text-block-38, .text-block-39, .text-block-40 {
    font-size: 10px;
  }

  .menu-button {
    display: none;
  }

  .div-block-87 {
    width: 70%;
    height: 12vh;
    margin-top: 0;
    top: -25px;
  }

  .navbar {
    width: 100%;
  }

  .text-block-43 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-44 {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-45 {
    margin-left: 2px;
  }

  .text-block-46 {
    padding-left: 0;
  }

  .text-block-47 {
    padding-left: 3px;
  }

  .text-block-51 {
    margin-left: 2px;
    padding-right: 0;
  }

  .text-block-52 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .text-block-53 {
    padding-left: 5px;
  }

  .text-block-57 {
    margin-top: -270px;
    padding-left: 10px;
  }

  .text-block-58 {
    height: 20px;
    margin-left: 0;
    font-size: 11px;
  }

  .text-block-59 {
    height: 20px;
    margin-bottom: -11px;
    padding-left: 10px;
    font-size: 11px;
  }

  .text-block-60 {
    margin-top: 35px;
    font-size: 12px;
  }

  .text-block-61, .text-block-62, .text-block-63, .text-block-64, .text-block-65 {
    font-size: 12px;
  }

  .text-block-66 {
    margin-top: 35px;
    padding-left: 10px;
    font-size: 12px;
  }

  .text-block-67, .text-block-68, .text-block-69, .text-block-70, .text-block-71 {
    padding-left: 10px;
    font-size: 12px;
  }

  .text-block-72 {
    margin-right: 3px;
    padding-left: 10px;
    padding-right: 0;
    line-height: 28px;
  }

  .text-block-73 {
    margin-top: -21px;
  }

  .div-block-99 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-4 {
    width: 95%;
    padding-top: 61px;
  }

  .takao_div {
    background-color: #e4e4e4;
    height: 62vh;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .takao_div.right-cs {
    z-index: 8;
    width: 100%;
    height: 42vh;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
    inset: 55% 0% 0%;
  }

  .div-block-103 {
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-left: 0;
    display: block;
    top: 10px;
  }

  .text-block-80, .text-block-82 {
    font-size: 18px;
  }

  .text-block-83 {
    overflow-wrap: normal;
    font-size: 22px;
  }

  .text-block-84, .text-block-86, .text-block-89, .text-block-91 {
    font-size: 18px;
  }

  .maiden_div {
    z-index: 5;
    background-color: #e4e4e4;
    width: 100%;
    height: 42.5vh;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
    inset: 10% 0% 0%;
  }

  .div-block-111 {
    z-index: 99999;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-left: 0;
    top: 10px;
  }

  .text-block-96, .text-block-98, .text-block-100, .text-block-102, .text-block-104, .text-block-106, .text-block-107, .text-block-108 {
    font-size: 18px;
  }

  .div-block-118 {
    flex-flow: row-reverse wrap-reverse;
  }

  .section-11 {
    margin-top: 60vh;
  }

  .text-block-109 {
    width: 95%;
    font-size: 14px;
  }


  .navbar-copy {
    width: 100%;
  }

  .text-block-110, .text-block-112 {
    font-size: 22px;
  }

  .text-block-114 {
    font-size: 18px;
  }

  .text-block-115 {
    font-size: 22px;
  }

  .text-block-116 {
    font-size: 18px;
  }

  .text-block-117 {
    font-size: 22px;
  }

  .text-block-118 {
    font-size: 18px;
  }

  .text-block-122 {
    font-size: 22px;
  }

  .text-block-123 {
    font-size: 18px;
  }

  .text-block-124 {
    margin-top: -22px;
    padding-bottom: 13px;
    font-size: 22px;
  }

  .text-block-125 {
    font-size: 18px;
  }

  .grid-9 {
    grid-template-columns: 1.25fr 2.25fr;
  }

  .text-block-126, .text-block-127, .text-block-128, .text-block-129, .text-block-130 {
    font-size: 18px;
  }

  .container-20 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-130 {
    min-height: 40px;
  }

  .container-21 {
    max-width: 90%;
  }

  .grid-10 {
    grid-column-gap: 35px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-131, .text-block-132, .text-block-133, .text-block-134 {
    font-size: 22px;
  }

  .text-block-135, .text-block-136, .text-block-137, .text-block-138, .text-block-139 {
    font-size: 18px;
  }

  .exhibition_list {
    font-size: 18px;
    display: block;
  }

  .list {
    padding-left: 0;
  }

  .text-block-140 {
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    overflow: visible;
  }

  .text-block-141 {
    font-size: 25px;
  }

  .text-block-142 {
    font-size: 18px;
  }

  .div-block-136 {
    min-height: 6px;
  }

  .text-block-143 {
    font-size: 23px;
  }

  .text-block-144 {
    font-size: 18px;
  }

  .icon {
    margin-left: 10px;
    font-size: 30px;
  }

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

  .div-block-139 {
    width: 30px;
    height: 30px;
  }

  .text-block-145 {
    font-size: 30px;
    line-height: 30px;
    display: block;
    position: static;
  }

  .icon-3, .icon-4 {
    font-size: 30px;
  }
}

#w-node-_1ec45873-4d8c-f84e-ea0b-0f2aeaf822fc-7cd27247 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_15ec72f1-09a0-d4f5-50f4-abd0381378e9-7cd27247 {
  align-self: auto;
}

#w-node-bb1f5d1c-bac1-9384-dc92-f8f89c7f81ad-7cd27247 {
  place-self: auto;
}

#w-node-f2a9605a-bab0-0124-e7f0-e18e63ccf306-7cd27247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-fe809899-ef34-3d78-edc1-e4ead4388f6c-7cd27247, #w-node-_62b95925-6ed1-8880-33fc-fa2f8ba6a324-7cd27247, #w-node-_5ab02cc7-b59c-96fd-b5e2-8ce165526736-7cd27247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1ec45873-4d8c-f84e-ea0b-0f2aeaf822fc-7cd27247, #w-node-_15ec72f1-09a0-d4f5-50f4-abd0381378e9-7cd27247 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f2a9605a-bab0-0124-e7f0-e18e63ccf306-7cd27247 {
    place-self: auto;
  }
}


@font-face {
  font-family: 'Brandon';
  src: url('../fonts/Brandon_thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Only prevent horizontal scroll without affecting vertical scroll or layout */
body {
  overflow-x: hidden !important;
  position: relative;
}

/* Specifically fix any elements that might be causing horizontal overflow */
.section:first-of-type {
  overflow: hidden !important;
}

.div-block-119 {
  overflow: hidden !important;
}
/* Case Study Popup Overlay - Works with Webflow Interactions */
.div-block-93, .div-block-94 {
  position: relative !important;
  min-height: 600px !important; /* Ensure consistent card height */
}

.maiden_div, .takao_div {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: white !important;
  z-index: 100 !important;
  /* Remove display: none - let Webflow handle visibility */
}

/* Ensure the slider takes full card space */
.maiden_div .slider,
.takao_div .slider-2 {
  height: 100% !important;
  background: white !important;
}

.maiden_div .w-slider-mask,
.takao_div .w-slider-mask {
  height: 100% !important;
}

/* Make content properly fill the space */
.maiden_div .container-26,
.takao_div .container-26 {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.maiden_div .div-block-137,
.takao_div .div-block-137 {
  flex: 1 !important;
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.maiden_div .image-16,
.takao_div .image-16 {
  max-height: 100% !important;
  object-fit: contain !important;
}
/* Fix Webflow slider movement without hiding content */
.maiden_div .w-slider-mask,
.takao_div .w-slider-mask {
  height: 100% !important;
}

.maiden_div .w-slide,
.takao_div .w-slide {
  width: 100% !important;
  flex-shrink: 0 !important;
  height: 100% !important;
  background: white !important; /* Ensure slides have background */
}

/* Specifically target the slide containers to ensure content is visible */
.maiden_div .container-25,
.takao_div .container-25 {
  width: 100% !important;
  background: #000 !important; /* Match your header background */
  color: white !important; /* Ensure text is visible */
}

.maiden_div .container-26,
.takao_div .container-26 {
  width: 100% !important;
  height: calc(100% - 80px) !important; /* Account for header */
  background: white !important;
  color: black !important; /* Ensure text is visible */
}

/* Make sure images and text are visible */
.maiden_div .image-16,
.takao_div .image-16 {
  background: white !important;
}

.maiden_div .text-block-144,
.takao_div .text-block-144 {
  color: black !important;
}
.case-study-swiper {
  height: 100%;
  width: 100%;
}

.case-study-swiper .swiper-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
    .div-block-119 {
        overflow: hidden;
        width: 100%;
    }
}
/* Override all animation durations globally */
*[style*="animation-duration"] {
    animation-duration: 0.1s !important;
}

/* Also target opacity transitions */
*[style*="opacity"] {
    transition-duration: 0.1s !important;
}

/* Specifically target Webflow animated elements */
[data-w-id] {
    animation-duration: 0.1s !important;
    transition-duration: 0.1s !important;
}
/* Make main text thicker on mobile */
@media (max-width: 767px) {
  /* Target all paragraph text and span elements */
  p, span, div, .slider-description, .popup-slider-right p {
    font-weight: 200 !important;
    font-family: "Lato", sans-serif !important;
  }
  
  /* Specifically target any elements with thin font weights */
  [class*="thin"], 
  [class*="light"],
  .slider-card h4,
  .popup-slider p {
    font-weight: 300 !important;
  }
  
  /* Force all text elements except headings to be normal weight */
  body *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-weight: 300 !important;
  }
}

/* Option C - try 200px */
.main-slider .swiper-custom-left,
.main-slider .swiper-custom-right {
  top: 265px !important;
}
