@font-face {
  font-family: sitka;
  src: url('../fonts/2ccd84a4-0fdc-43df-99d1-8422efa9edff.woff2') format("woff2"), url('../fonts/3abfdc99-d16a-4ea0-8f39-e9699c16eccc.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #87d5f4;
  --white: #000;
  --new-link: #fff;
  --borders: #eee;
  --link: #061b88;
  --backgrund: #87d5f4;
  --grey: #929292;
}

.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;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 300;
  line-height: 1.4;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 1.4;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.4;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.4;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 300;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--new-link);
  text-decoration: none;
}

a:hover {
  color: var(--white);
}

.container {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7%;
  padding-right: 7%;
}

.size_detail {
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 600;
}

.block {
  border-bottom: 1px solid var(--borders);
  margin-bottom: 24px;
}

.text_4 {
  font-size: 4em;
  font-weight: 300;
  line-height: 1.1;
}

.text_3 {
  font-size: 3em;
  font-weight: 300;
  line-height: 1.1;
}

.text_3.c_white {
  color: var(--white);
}

.text_2 {
  font-size: 2em;
}

.text_1-5 {
  font-size: 1.2em;
}

.text_1-5.extraaa {
  margin-top: 2rem;
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.strikethrough {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.highlight {
  background-color: #ffd6e3;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 3px;
  padding-right: 3px;
}

.list_none {
  list-style-type: none;
}

.list_alphabet {
  list-style-type: lower-alpha;
}

.list_number {
  padding-left: 20px;
  list-style-type: decimal;
}

.list_square {
  list-style-type: square;
}

.list_roman {
  list-style-type: lower-roman;
}

.margin_bottom_25 {
  margin-bottom: 25px;
}

.grid_2_2_1_1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.row {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.button {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  height: 65px;
  padding: 30px;
  font-weight: 500;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--white);
  color: var(--black);
}

.ratio_box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.ratio_box._16-9 {
  padding-top: 56.25%;
}

.ratio_box._8-5 {
  padding-top: 62.5%;
}

.ratio_box._21-9 {
  padding-top: 42.85%;
}

.ratio_box._4-3 {
  padding-top: 75%;
}

.ratio_box._3-2 {
  padding-top: 66.66%;
}

.ratio_box._150 {
  padding-top: 150%;
}

.img_container {
  background-image: url('../images/240041705_383101066501604_3205367829457885106_n.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.img_container.img_container02 {
  background-image: url('../images/238865622_2121872527959986_6373855737093883520_n.jpg');
}

.content_block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hide {
  display: none;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.margin_bottom_50 {
  margin-bottom: 50px;
}

.margin_bottom_100 {
  margin-bottom: 100px;
}

.margin_bottom_75 {
  margin-bottom: 75px;
}

.text_0-8 {
  letter-spacing: 1px;
  border-color: #222;
  font-size: .8em;
  font-weight: 700;
}

.footer_link {
  color: var(--link);
  letter-spacing: 1px;
  line-height: 1.7;
  transition: all .2s;
  display: inline-block;
}

.footer_link:hover {
  color: var(--white);
}

.footer_block {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.side_side {
  align-items: center;
  display: flex;
}

.grid_footer {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.projects_wrap {
  overflow: hidden;
}

.container_padding {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 10vh 7%;
}

.text_1 {
  font-size: 1em;
}

.works_container {
  justify-content: center;
  width: 100%;
  display: flex;
}

.image_60w {
  width: 60%;
}

.image_70w {
  width: 70%;
}

.right-align {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.left-align {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.split-align {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_create {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.divide {
  padding-left: 10px;
  padding-right: 10px;
}

.create {
  color: var(--link);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-color: #222;
  font-size: .8em;
  font-weight: 600;
}

.create:hover {
  color: var(--white);
}

.footer_header {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-color: #222;
  font-size: .7em;
  font-weight: 700;
}

.margin_bottom_15 {
  margin-bottom: 15px;
}

.text_0-8_light {
  letter-spacing: 1px;
  border-color: #222;
  font-size: .8em;
  font-weight: 400;
}

.margin_50_10 {
  margin-top: 50px;
  margin-bottom: 10px;
}

.text_large {
  text-align: justify;
  margin-bottom: 20px;
  margin-left: -3px;
  padding-top: 20px;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1;
}

.image_90w {
  width: 90%;
}

.image_90w.moreeeeee {
  background-color: #62bce0;
  border-radius: 2rem;
  padding: 1rem 1rem 2rem;
}

.top10vh {
  margin-top: 10vh;
}

.top20vh {
  margin-top: 20vh;
}

.top5vh {
  margin-top: 5vh;
}

.top15vh {
  margin-top: 15vh;
}

.top25vh {
  margin-top: 25vh;
}

.margin_top_25 {
  margin-top: 25px;
}

.image_75w {
  width: 75%;
}

.add2perecnt {
  padding-left: 2%;
  padding-right: 2%;
}

.add10padd {
  padding-left: 10px;
  padding-right: 10px;
}

.column25l {
  padding-left: 50px;
}

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

.container_vertical {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-image-frame {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hero-image-frame.align-70 {
  width: 70%;
}

.section-zero {
  position: relative;
}

.section-zero.bg-pink {
  background-color: var(--black);
}

.overflow-wrapper {
  width: 100%;
  overflow: hidden;
}

.overflow-wrapper.flex-vertical {
  flex-direction: column;
  display: flex;
}

.overflow-wrapper.flex-vertical-letters {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.main-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.main-grid.hero {
  height: 100vh;
  padding-left: 1%;
  padding-right: 1%;
  position: relative;
  overflow: hidden;
}

.hero-vertical-forward, .hero-vertical-reverse {
  z-index: 2;
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 180vh;
  padding-top: 1vh;
  padding-bottom: 1vh;
  display: flex;
  position: relative;
}

.fixed-ilink {
  z-index: 6;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 60px;
  font-weight: 600;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 0;
}

.fixed-ilink:hover {
  color: var(--white);
}

.fixed-ilink.fixed-bl {
  left: 0;
  right: auto;
}

.fixed-ilink.fixed-tr {
  top: 0;
  bottom: auto;
}

.fixed-ilink.fixed-tl {
  inset: 0 auto auto 0;
}

.fixed-ilink.fixed-s {
  position: absolute;
  inset: 40% 0% auto;
}

.text-link {
  text-transform: capitalize;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1;
}

.loader {
  z-index: 9999;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader-text {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

.loader-text.bolderrr {
  font-weight: 500;
}

.loader-image {
  width: 100%;
  max-width: 100px;
  margin-bottom: 20px;
}

.loader-ab {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.margin_top_50 {
  margin-top: 50px;
}

.cursor-wrap {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-wrap.mbm-ex {
  opacity: 0;
  mix-blend-mode: difference;
  transition: opacity .2s;
}

.cursor-dot {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
}

.ivy-xl {
  z-index: 5;
  transform-origin: 50% 0;
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12.54em;
  font-style: italic;
  font-weight: 300;
  line-height: .9em;
  position: relative;
}

.clash-xl {
  z-index: 5;
  transform-origin: 50% 0;
  color: #fff;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 13.7em;
  font-weight: 400;
  line-height: .9em;
  position: relative;
}

.slider {
  z-index: 1;
  width: 100%;
  height: auto;
}

.right_arrow {
  display: none;
}

.slide_nav {
  justify-content: center;
  font-size: .7rem;
  display: none;
}

.second_section {
  z-index: 3;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.background {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/SHIPYARD-HATCH-PHOTOS-01692.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.background._01 {
  background-image: url('../images/SHIPYARD-SPICEBAG-00981_b.jpg');
}

.background._02 {
  background-image: url('../images/SHIPYARD-SPICEBAG-00981.jpg');
}

.first_section {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left_arrow {
  display: none;
}

.section_slide {
  z-index: 3;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.splitscreen {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-image {
  width: 100%;
  max-width: 200px;
}

.margin-10-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5em;
  }

  h2 {
    font-size: 3em;
  }

  h3 {
    font-size: 2.5em;
  }

  h4 {
    font-size: 2em;
  }

  h5 {
    font-size: 1.5em;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text_4 {
    font-size: 3.5em;
  }

  .text_3 {
    font-size: 2.5em;
  }

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

  .footer_link {
    line-height: 1.5;
  }

  .grid_footer {
    grid-template-columns: 1fr 1fr;
  }

  .container_padding {
    padding: 1vh 5%;
  }

  .image_60w {
    width: 100%;
  }

  .text_large {
    font-size: 2.5em;
  }

  .image_90w {
    width: 100%;
  }

  .top10vh {
    margin-top: 5vh;
  }

  .top20vh {
    margin-top: 10vh;
  }

  .top15vh {
    margin-top: 8vh;
  }

  .top25vh {
    margin-top: 13vh;
  }

  .image_75w {
    width: 100%;
  }

  .column25l {
    padding-left: 20px;
  }

  .column25r {
    padding-right: 0;
  }

  .main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .main-grid.hero {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fixed-ilink {
    padding: 20px;
  }

  .cursor-wrap.mbm-ex {
    display: none;
  }

  .ivy-xl {
    font-size: 11.7em;
  }

  .clash-xl {
    font-size: 12.7em;
  }

  .second_section {
    padding-bottom: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .menu-image {
    max-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 2em;
  }

  .container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .size_detail {
    margin-top: 5px;
  }

  .text_4 {
    font-size: 2.5em;
  }

  .text_3 {
    font-size: 2em;
  }

  .text_2 {
    font-size: 1.5em;
  }

  .grid_2_2_1_1 {
    grid-template-columns: 1fr;
  }

  .footer_link {
    line-height: 1.4;
  }

  .footer_block {
    flex-wrap: nowrap;
  }

  .grid_footer {
    grid-template-columns: 1fr;
  }

  .container_padding {
    padding-left: 3%;
    padding-right: 3%;
  }

  .works_container {
    margin-bottom: 30px;
  }

  .image_70w {
    width: 100%;
  }

  .footer_create {
    flex-direction: column;
  }

  .text_large {
    font-size: 2em;
  }

  .top10vh, .top20vh, .top5vh, .top15vh, .top25vh {
    margin-top: 3vh;
  }

  .column25l {
    padding-left: 10px;
  }

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

  .main-grid.hero {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fixed-ilink {
    padding: 10px;
  }

  .cursor-wrap, .cursor-dot {
    display: none;
  }

  .second_section {
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-image {
    max-width: 100px;
  }
}

@media screen and (max-width: 479px) {
  h1, .text_4 {
    font-size: 2.5em;
  }

  .grid_2_2_1_1 {
    grid-template-columns: 1fr;
  }

  .hide_mobile_sml {
    display: none;
  }

  .footer_block {
    margin-top: 0;
  }

  .grid_footer {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .create {
    margin-top: 10px;
  }

  .text_large {
    font-size: 1.5em;
  }

  .fixed-ilink {
    padding: 5px;
  }

  .text-link {
    font-size: 1em;
  }

  .right_arrow {
    display: none;
  }

  .second_section {
    padding-bottom: 4rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .left_arrow {
    display: none;
  }
}

#w-node-e0e561a0-082a-0b58-066c-861c0b32e71a-0b32e6ef {
  justify-self: stretch;
}

#w-node-e0e561a0-082a-0b58-066c-861c0b32e72e-0b32e6ef {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end stretch;
}

#w-node-aecc1b4d-ef57-94c1-af31-2b946b4d14b0-530c2d99, #w-node-aecc1b4d-ef57-94c1-af31-2b946b4d14b8-530c2d99, #w-node-aecc1b4d-ef57-94c1-af31-2b946b4d14c0-530c2d99, #w-node-aecc1b4d-ef57-94c1-af31-2b946b4d14c8-530c2d99, #w-node-aecc1b4d-ef57-94c1-af31-2b946b4d14d0-530c2d99, #w-node-aecc1b4d-ef57-94c1-af31-2b946b4d14d8-530c2d99, #w-node-aecc1b4d-ef57-94c1-af31-2b946b4d14e0-530c2d99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-e0e561a0-082a-0b58-066c-861c0b32e71a-0b32e6ef, #w-node-e0e561a0-082a-0b58-066c-861c0b32e72e-0b32e6ef {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e0e561a0-082a-0b58-066c-861c0b32e71a-0b32e6ef, #w-node-e0e561a0-082a-0b58-066c-861c0b32e72e-0b32e6ef {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e0e561a0-082a-0b58-066c-861c0b32e71a-0b32e6ef, #w-node-e0e561a0-082a-0b58-066c-861c0b32e72e-0b32e6ef, #w-node-aecc1b4d-ef57-94c1-af31-2b946b4d14b0-530c2d99, #w-node-aecc1b4d-ef57-94c1-af31-2b946b4d14b8-530c2d99, #w-node-aecc1b4d-ef57-94c1-af31-2b946b4d14c0-530c2d99, #w-node-aecc1b4d-ef57-94c1-af31-2b946b4d14c8-530c2d99, #w-node-aecc1b4d-ef57-94c1-af31-2b946b4d14d0-530c2d99, #w-node-aecc1b4d-ef57-94c1-af31-2b946b4d14d8-530c2d99, #w-node-aecc1b4d-ef57-94c1-af31-2b946b4d14e0-530c2d99 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'sitka';
  src: url('../fonts/2ccd84a4-0fdc-43df-99d1-8422efa9edff.woff2') format('woff2'), url('../fonts/3abfdc99-d16a-4ea0-8f39-e9699c16eccc.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}