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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: #172333;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 3vw;
  font-family: 'Archivo semiexpanded', Verdana, sans-serif;
  font-size: 3.5vw;
  line-height: 1.2em;
  font-weight: 700;
}

h2 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-family: 'Archivo semiexpanded', Verdana, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: 'Archivo semiexpanded', Verdana, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: 'Archivo semiexpanded', Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 3vw;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 1.2vw;
  line-height: 1.2em;
  font-weight: 200;
  text-align: justify;
}

p {
  margin-bottom: 1em;
  font-family: Lato, sans-serif;
  /* color: #c7c7c7; */
  line-height: 1.6em;
  font-weight: 300;
}

a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: var(--theme-color);
  font-size: 0.9vw;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: none;
}

a.w--current {
  padding: 10px;
  background-color: var(--theme-color);
  color: #000;
}

ol {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 14px;
  list-style-type: square;
}

li {
  padding-bottom: 7px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 300;
}

.intro-image {
  position: relative;
  right: 0px;
  display: flex;
  overflow: hidden;
  width: 70vw;
  height: 40vw;
  margin-right: 0px;
  margin-left: auto;
  flex-direction: row;
}

.intro-picture {
  position: relative;
  right: 0px;
  display: inline-block;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}

.hero-bckg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.hero-image {
  overflow: hidden;
  height: 100%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}

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

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

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

.ink-hero-header {
  position: relative;
  z-index: 5;
  margin-bottom: 0vw;
  font-family: Oswald, sans-serif;
  font-size: 5.5vw;
  text-transform: uppercase;
}

.thin-line-txt {
  position: absolute;
  left: -1%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-direction: column;
  font-family: Oswald, sans-serif;
  color: transparent;
  font-size: 17vw;
  line-height: 1em;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.thin-line-txt-left {
  position: absolute;
  left: auto;
  top: auto;
  right: -1.5%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: transparent;
  font-size: 17vw;
  line-height: 1em;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0em;
  text-transform: uppercase;
  white-space: normal;
}

.ink-sd {
  position: absolute;
  left: 3%;
  bottom: 0%;
  z-index: 10;
  display: flex;
  width: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  perspective-origin: 0% 100%;
  transform: rotate(270deg);
  transform-origin: 0% 100%;
}

.ink-sd:hover {
  text-decoration: none;
}

.thin-line.outline-heading {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 25vw;
  flex-direction: column;
  justify-content: center;
  color: rgba(0, 0, 0, 0.2);
}

.ink-hero-bckg-txt {
  position: absolute;
  top: 0px;
  z-index: 2;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
}

.logo {
  position: relative;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  width: 8vw;
  height: 8vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.ink-svg {
  position: fixed;
  right: 2.5vw;
  bottom: 2vw;
  z-index: 10;
  cursor: pointer;
}

.ink-svg:hover .termin {
  display: none;
}

.ink-svg:hover .termin + .termin {
  display: block;
}

.ink-logo {
  position: relative;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.ink-logo.w--current {
  padding: 0px;
  background-color: transparent;
}

.scroll-down {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 1em;
  font-weight: 200;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ink-slogan {
  position: absolute;
  bottom: 12vh;
  z-index: 2;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  grid-row-gap: 30px;
}

.sd-line {
  width: 2vw;
  height: 1px;
  background-color: #fff;
}

.ink-menu {
  position: relative;
  z-index: 4;
  display: flex;
  grid-column-gap: 4vw;
}

.ink-head {
  position: absolute;
  left: 5%;
  top: 2vw;
  right: 5%;
  z-index: 10;
  display: flex;
  width: 90%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

.ink-body {
  background-color: #131313;
  font-family: Lato, sans-serif;
}

.ink-intro-header {
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 8vw;
  line-height: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
}

.ink-3-pieces {
  position: relative;
  display: flex;
  width: 70.1vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  grid-column-gap: 5vw;
}

.ink-intro {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 10vw;
  margin-bottom: 10vw;
}

.ink-intro-content {
  position: absolute;
  top: 0%;
  bottom: 0%;
  z-index: 2;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  grid-row-gap: 5vw;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.ink-hero {
  position: relative;
  display: flex;
  overflow: visible;
  height: 100vh;
  align-items: center;
}

.ink-txt {
  width: 100%;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #c7c7c7;
  /*font-size: 1vw;*/
  line-height: 1.8em;
  font-weight: 300;
  font-size: clamp(16px, 2vw, 18px);
}

.ink-txt-block {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.ink-h3-link {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 2vw;
  font-family: Oswald, sans-serif;
  color: var(--theme-color);
  font-size: 1.8vw;
  font-weight: 200;
  text-decoration: none;
  text-transform: uppercase;
}

.ink-h3-link a {
  all: unset;
  cursor: pointer;
  display: inline-block;
}

.ink-h3-link a:hover {
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
  text-decoration-color: currentColor;
}

.ink-content-hero {
  position: relative;
  z-index: 5;
  width: 90%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.ink-content {
  position: relative;
  width: 90%;
  margin: 0vw auto 12vw;
}

.ink-mid-slogan {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10vw;
  margin-bottom: 10vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.ink-mid-slogan-txt {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 70%;
  height: auto;
  font-family: Lato, sans-serif;
  font-size: 2.5vw;
  line-height: 1.4em;
  font-weight: 300;
}

.slogan-logo {
  position: relative;
  display: flex;
  width: 30vw;
  height: 30vw;
  margin-left: 50vw;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.22);
  border-radius: 100vw;
}

.slogan-txt {
  position: absolute;
  display: flex;
  height: 100%;
  align-items: center;
  grid-column-gap: 7vw;
}

.html-embed {
  width: 18vw;
  margin-top: 2vw;
  color: transparent;
}

.grid-3c {
  position: relative;
  width: 100%;
  grid-column-gap: 5vw;
  grid-row-gap: 7vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ink-pic-sq {
  margin-bottom: 2.5vw;
}

.ink-learn {
  position: sticky;
  top: 50px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.ink-chapter-content {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 7vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.learn-more {
  font-family: Oswald, sans-serif;
  color: var(--theme-color);
  font-size: 1.2vw;
  line-height: 1.4em;
  font-weight: 200;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.learn-more-line {
  width: 4vw;
  height: 1px;
  background-color: var(--theme-color);
}

.chapter {
  position: relative;
}

.ink-sticky-column {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 20%;
  height: auto;
}

.ink-port-pic {
  overflow: hidden;
  background-color: #000;
  background-image: url('../images/inkworld-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-2c {
  position: relative;
  width: 100%;
  grid-column-gap: 5vw;
  grid-row-gap: 7vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.footer-pic {
  display: block;
  overflow: hidden;
  width: auto;
  height: 100%;
  max-width: none;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.column {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
  align-items: stretch;
  background-color: var(--theme-color);
}

.ink-footer-txt {
  position: relative;
  top: 0px;
  bottom: 0px;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--theme-color);
}

.rt {
  padding: 3vw;
  text-transform: none;
}

.rt.footer-info {
  position: relative;
  top: 0px;
  bottom: 0px;
  width: 100%;
  margin-top: 1.5vw;
  padding: 0px 4vw;
}

.rt.footer-info p {
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 1.4vw;
  line-height: 1.4em;
}

.column-txt {
  position: relative;
  top: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
  align-items: stretch;
  background-color: #44d38a;
}

.footer-3-blocks {
  position: relative;
  display: flex;
  height: 25vw;
  align-items: stretch;
}

.ink-section-sep {
  width: 100%;
  height: 0px;
}

.ink-h2 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 2vw;
  font-family: Oswald, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.ink-inner-cont {
  position: relative;
  display: block;
  margin-top: 5vw;
  margin-bottom: 7vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.ink-inner-txt-block {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10vw;
  margin-bottom: 12vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.text-span {
  color: var(--theme-color);
}

.text-span-2 {
  color: var(--theme-color);
}

.text-span-3 {
  color: var(--theme-color);
}

.inner-txt-stack {
  width: 65%;
}

.grid-inner-3 {
  position: relative;
  margin-top: 6vw;
  grid-column-gap: 5vw;
  grid-row-gap: 7vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ink-h3 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 2vw;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1.8vw;
  font-weight: 200;
  text-decoration: none;
  text-transform: uppercase;
}

.inner-part {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.thin-line-studio {
  position: absolute;
  left: -1%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-direction: column;
  font-family: Oswald, sans-serif;
  color: transparent;
  font-size: 14vw;
  line-height: 1em;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.thin-line-studio-left {
  position: absolute;
  left: auto;
  top: auto;
  right: -1.5%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: transparent;
  font-size: 14vw;
  line-height: 1em;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0em;
  text-transform: uppercase;
  white-space: normal;
}

.page-content {
  position: relative;
  width: 90%;
  margin: 16vw auto 12vw;
}

.grid-4c {
  position: relative;
  margin-top: 6vw;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ink-frame-txt {
  position: relative;
  display: flex;
  width: 100%;
  height: 22vw;
  padding: 4vw 3vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  text-align: left;
}

.thin-line-team {
  position: absolute;
  left: -1%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-direction: column;
  font-family: Oswald, sans-serif;
  font-size: 14vw;
  line-height: 1em;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.thin-line-team-left {
  position: absolute;
  left: auto;
  top: auto;
  right: -1.5%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  font-size: 14vw;
  line-height: 1em;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0em;
  text-transform: uppercase;
  white-space: normal;
}

.ink-menu-d {
  position: relative;
  z-index: 4;
  display: flex;
  grid-column-gap: 4vw;
  color: #000;
}

.link-d {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.thin-line-studio-copy {
  position: absolute;
  left: -1%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-direction: column;
  font-family: Oswald, sans-serif;
  color: transparent;
  font-size: 13vw;
  line-height: 1em;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.thin-line-port-left {
  position: absolute;
  left: auto;
  top: auto;
  right: -1.5%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: transparent;
  font-size: 13vw;
  line-height: 1em;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0em;
  text-transform: uppercase;
  white-space: normal;
}

.grid-inner-portfolio {
  width: 100%;
  margin-top: 6vw;
  justify-content: start;
  align-content: start;
  grid-auto-rows: 22vw;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 22vw;
  grid-template-rows: 22vw;
}

.home-content-col {
  display: block;
  width: 70vw;
}

.grid-wrap {
  margin-top: 6vw;
}

.thin-line-blog {
  position: absolute;
  left: -1%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-direction: column;
  font-family: Oswald, sans-serif;
  color: transparent;
  font-size: 13vw;
  line-height: 1em;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.thin-line-blog-left {
  position: absolute;
  left: auto;
  top: auto;
  right: -1.5%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: transparent;
  font-size: 13vw;
  line-height: 1em;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0em;
  text-transform: uppercase;
  white-space: normal;
}

.termin {
  position: relative;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  width: 6vw;
  height: 6vw;
  object-fit: contain;
}

.termin + .termin {
  display: none;
}

.logo-copy {
  position: relative;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  width: 8vw;
  height: 8vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.ink-header-page {
  position: relative;
  top: auto;
  z-index: 2;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  grid-row-gap: 30px;
}

.page-txt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  grid-row-gap: 4vw;
}

.page-intro {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 7vw;
  margin-bottom: 10vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-column-gap: 5vw;
}

.page-intro-txt {
  position: relative;
  width: auto;
  margin-bottom: 0.5em;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 2.2vw;
  line-height: 1.4em;
  font-weight: 100;
}

.page-intro-pic {
  position: static;
  top: 0px;
  right: 0px;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.div-block {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  flex: 0 auto;
}

.page-pic {
  position: relative;
  top: 0px;
  right: 0px;
  display: flex;
  width: 40vw;
  height: auto;
  min-height: 40vw;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex: 0 auto;
}

.page-text {
  width: 66%;
}

.page-header {
  position: relative;
  z-index: 5;
  margin-bottom: 0vw;
  font-family: Oswald, sans-serif;
  font-size: 5.5vw;
  text-transform: uppercase;
}

.tab-link {
  margin-bottom: 2vw;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: var(--theme-color);
  font-size: 1.8vw;
  line-height: 1.2em;
  font-weight: 200;
  text-transform: uppercase;
}

.footer-menu-part {
  height: 10vw;
  background-color: #000;
}

.footer-cont {
  display: flex;
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
}

.p-footer {
  margin-bottom: 0px;
  color: #919191;
  font-size: 14px;
}

.link-footer {
  padding-top: 0px;
  padding-bottom: 0px;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
}

.footer-menu {
  display: flex;
  grid-column-gap: 20px;
}

.minusart {
  display: flex;
  margin-right: 7vw;
  align-items: center;
  grid-column-gap: 4px;
}

.menu-link {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-link.w--current {
  padding-right: 20px;
  padding-left: 20px;
}

.link-large {
  display: block;
  margin-bottom: 0.5em;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 2.4vw;
  line-height: 1.4em;
  font-weight: 100;
}

.field {
  height: 50px;
  margin-bottom: 30px;
  padding: 0px 20px;
  border: 1px none #000;
  background-color: #2b2b2b;
  font-size: 1.2vw;
  font-weight: 300;
}

.field-label {
  color: #fff;
  font-size: 1vw;
  font-weight: 300;
}

.submit-button {
  height: 55px;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 0px 60px;
  background-color: var(--theme-color);
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 1.4vw;
  font-weight: 600;
  text-transform: uppercase;
}

.textarea {
  margin-bottom: 30px;
  padding: 15px 20px;
  border: 1px none #000;
  background-color: #2b2b2b;
  font-size: 1.2vw;
  font-weight: 300;
  resize: vertical;
  min-height: 200px;
}

.form-block {
  margin-top: 4vw;
}

.menu-link-dark {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-link-dark.w--current {
  padding-right: 20px;
  padding-left: 20px;
}

.hero-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.ink-hero-page {
  position: relative;
  display: flex;
  overflow: visible;
  align-items: center;
}

.skintones {
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}

.skintones > .radio-button-field {
  margin-bottom: 20px;
}

.radio-button {
  width: 18px;
  height: 18px;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0);
  flex: none;
  margin-top: 0;
  margin-left: 0;
}

.radio-button.w--redirected-checked {
  border-style: solid;
  border-color: var(--theme-color);
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0);
}

.radio-label {
  flex: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
}

.radio-button-field {
  grid-column-gap: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: -5px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.skin {
  width: 40px;
  height: 40px;
  background-color: #f1ceb3;
}

.skin-i {
  width: 40px;
  height: 40px;
  background-color: #faf0e9;
}

.skin-ii {
  width: 40px;
  height: 40px;
  background-color: #f1ceb3;
}

.skin-iii {
  width: 40px;
  height: 40px;
  background-color: #ddaa83;
}

.skin-iv {
  width: 40px;
  height: 40px;
  background-color: #c28557;
}

.skin-v {
  width: 40px;
  height: 40px;
  background-color: #6e4b30;
}

.skin-vi {
  width: 40px;
  height: 40px;
  background-color: #4e3522;
}

.checkbox {
  width: 30px;
  height: 30px;
  background-color: #2b2b2b;
  border-style: none;
  border-color: #2b2b2b;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: var(--theme-color);
  border-color: rgba(0, 0, 0, 0);
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0);
}

.checkbox-field {
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.check-down {
  margin-top: 40px;
}

.upload {
  height: 50px;
  color: var(--theme-color);
  text-transform: uppercase;
  background-color: #2b2b2b;
  padding: 0 60px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.file-select {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.select-files {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.page-form {
  width: 66%;
}

.txt-label {
  flex: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
}

.splash-hero {
  height: 100vh;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.splash-head {
  z-index: 10;
  width: 90%;
  color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 2vw;
  left: 5%;
  right: 5%;
}

.splash-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4vw;
}

.splash-content-hero {
  z-index: 5;
  width: 90%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.splash-slogan {
  z-index: 2;
  width: 100%;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 4vw;
  display: flex;
  position: relative;
}

.splash-bckg {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.splash-image {
  height: 100%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  opacity: .2;
  object-fit: cover;
  object-position: 0% 50%;
  overflow: hidden;
}

.splash-grid {
  width: 100%;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: 20vw;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 20vw;
  position: relative;
}

.frame-splash {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4vw 3vw;
  display: flex;
  position: relative;
}

.splash-header {
  z-index: 5;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 5.5vw;
  position: relative;
}

@media screen and (min-width: 1280px) {
  h2 {
    margin-top: 4.5vw;
    margin-bottom: 1.8vw;
    font-size: 2vw;
  }

  h3 {
    margin-top: 2.5vw;
    margin-bottom: 1.5vw;
    font-size: 1.3vw;
  }

  h4 {
    margin-top: 1.5vw;
    margin-bottom: 1vw;
    font-size: 1vw;
  }

  h5 {
    font-size: 1.2vw;
  }

  ol {
    padding-left: 12px;
    list-style-type: square;
  }

  li {
    padding-bottom: 1em;
  }

  .intro-picture {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .thin-line-txt {
    font-size: 17vw;
  }

  .thin-line-txt-left {
    font-size: 17vw;
  }

  .link-large {
    margin-bottom: 1vw;
  }
}

@media screen and (min-width: 1440px) {
  a {
    font-size: 0.75vw;
  }

  .intro-image {
    width: 70vw;
    height: 35vw;
  }

  .intro-picture {
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }

  .ink-menu {
    grid-column-gap: 3vw;
  }

  .ink-head {
    left: 5%;
    right: 5%;
    width: 90%;
  }

  .ink-intro {
    margin-bottom: 8vw;
  }

  .ink-hero {
    height: 100vh;
  }

  .ink-content {
    width: 90%;
  }

  .page-content {
    width: 90%;
  }

  .ink-menu-d {
    grid-column-gap: 3vw;
  }

  .page-pic {
    width: 40vw;
    height: auto;
  }

  .menu-link.w--current {
    padding-right: 25px;
    padding-left: 25px;
  }

  .field {
    height: 60px;
  }

  .submit-button {
    height: 60px;
  }

  .menu-link-dark.w--current {
    padding-right: 25px;
    padding-left: 25px;
  }

  .splash-hero {
    height: 100vh;
  }

  .splash-head {
    width: 90%;
    left: 5%;
    right: 5%;
  }

  .splash-grid {
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }

  .frame-splash {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}

@media screen and (min-width: 1920px) {
  label {
    color: #c7c7c7;
    font-weight: 300;
  }

  .intro-picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .ink-body {
    font-family: Lato, sans-serif;
    font-size: 1.2vw;
    font-weight: 300;
  }

  .image-9 {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .menu-link.w--current {
    padding-right: 30px;
    padding-left: 30px;
  }

  .field {
    height: 80px;
    margin-bottom: 40px;
    padding: 0px 25px;
  }

  .submit-button {
    height: 80px;
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 0px 80px;
    background-color: var(--theme-color);
    font-weight: 700;
    text-transform: uppercase;
  }

  .menu-link-dark.w--current {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-content {
    margin-right: auto;
    margin-left: auto;
  }

  .bold-text {
    font-weight: 300;
  }

  .splash-content {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .page-form {
    width: auto;
  }

  h1 {
    margin-bottom: 40px;
    font-size: 40px;
  }

  p {
    /* font-size: 1.75vw; */
  }

  a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.1vw;
  }

  .hero-bckg {
    bottom: 0px;
    display: flex;
    height: auto;
    justify-content: center;
  }

  .hero-image {
    z-index: 1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }

  .ink-hero-header {
    font-size: 5vw;
  }

  .ink-sd {
    left: 53%;
  }

  .logo {
    width: 70px;
    height: 70px;
  }

  .ink-head {
    position: relative;
    left: 0%;
    top: 0px;
    right: 0%;
    margin: 20px 0px;
    justify-content: space-between;
  }

  .ink-intro-header {
    font-size: 8vw;
  }

  .ink-hero {
    display: flex;
    overflow: visible;
    height: 100vh;
    max-height: 100vw;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .ink-txt {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
  }

  .ink-h3-link {
    font-size: clamp(16px, 2vw, 18px);
  }

  .ink-content-hero {
    width: 90%;
    height: 100%;
  }

  .ink-mid-slogan-txt {
    width: 85%;
    font-weight: 300;
    font-size: clamp(20px, 2.8vw, 24px);
  }

  .slogan-logo {
    margin-left: auto;
  }

  .grid-3c {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rt.footer-info p {
    margin-bottom: 0.75em;
    font-size: 1.8vw;
  }

  .footer-3-blocks {
    height: 30vw;
  }

  .ink-h3 {
    font-size: 2vw;
  }

  .page-content {
    margin-top: 40px;
  }

  .grid-wrap {
    margin-top: 60px;
  }

  .termin {
    width: 8vw;
    height: 8vw;
  }

  .page-txt {
    flex-direction: column;
    justify-content: flex-start;
    grid-row-gap: 40px;
  }

  .page-intro {
    margin-top: 0px;
    margin-bottom: 60px;
    grid-column-gap: 10%;
  }

  .page-text {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .tab-link {
    font-size: 2vw;
  }

  .footer-menu-part {
    height: 12vw;
  }

  .p-footer {
    font-size: 14px;
  }

  .link-footer {
    font-size: 14px;
  }

  .minusart {
    margin-right: 0;
  }

  .menu-link {
    line-height: 1em;
  }

  .menu-link.w--current {
    line-height: 1em;
  }

  .field {
    font-size: 16px;
  }

  .field-label {
    font-size: 16px;
  }

  .submit-button {
    font-size: 16px;
  }

  .textarea {
    font-size: 14px;
  }

  .menu-link-dark {
    color: #fff;
    line-height: 1em;
  }

  .hero-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .ink-hero-page {
    display: flex;
    overflow: visible;
    height: auto;
    max-height: 100vw;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-cont {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 20px;
  }

  .splash-hero {
    height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .splash-head {
    justify-content: space-between;
    margin: 20px 0;
    position: relative;
    top: 0;
    left: 0%;
    right: 0%;
  }

  .splash-content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .splash-content-hero {
    width: 90%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .splash-slogan {
    justify-content: center;
  }

  .splash-bckg {
    height: auto;
    justify-content: center;
    display: flex;
    bottom: 0;
  }

  .splash-image {
    z-index: 1;
    object-fit: cover;
    object-position: 50% 50%;
  }

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

  .frame-splash {
    text-align: center;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .splash-header {
    text-align: center;
    font-size: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .skintones {
    justify-content: unset;
  }

  .skintones > .radio-button-field {
    margin-right: 4ex;
  }

  .skintones .radio-label {
    width: 7ex;
  }

  h1 {
    margin-bottom: 35px;
    font-size: 40px;
  }

  h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 12px;
  }

  h5 {
    font-size: 12px;
  }

  p {
    /* font-size: 12px; */
  }

  a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5vw;
  }

  .hero-image {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }

  .ink-sd {
    left: 9%;
    display: none;
  }

  .logo {
    width: 60px;
    height: 60px;
  }

  .ink-svg {
    right: 4vw;
    bottom: 4vw;
  }

  .ink-slogan {
    bottom: 40px;
  }

  .ink-menu {
    grid-column-gap: 5vw;
  }

  .ink-head {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ink-body {
    display: flex;
    flex-direction: column;
  }

  .ink-3-pieces {
    flex-direction: column;
    grid-row-gap: 40px;
  }

  .ink-intro {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .ink-hero {
    overflow: hidden;
    max-height: 100vw;
  }

  .ink-txt-block {
    height: 100%;
  }

  .ink-content {
    margin-bottom: 0vw;
  }

  .ink-mid-slogan {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .grid-3c {
    grid-auto-rows: minmax(50vw, -webkit-max-content);
    grid-auto-rows: minmax(50vw, max-content);
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: minmax(50vw, -webkit-max-content);
    -ms-grid-rows: minmax(50vw, max-content);
    grid-template-rows: minmax(50vw, -webkit-max-content);
    grid-template-rows: minmax(50vw, max-content);
  }

  .ink-pic-sq {
    margin-bottom: 20px;
  }

  .ink-learn {
    grid-row-gap: 10px;
  }

  .ink-chapter-content {
    margin-bottom: 100px;
  }

  .learn-more {
    font-size: 12px;
    font-weight: 400;
  }

  .ink-sticky-column {
    width: 15%;
  }

  .grid-2c {
    grid-column-gap: 6vw;
    grid-row-gap: 8vw;
  }

  .ink-footer-txt {
    width: 100%;
  }

  .rt.footer-info {
    text-align: center;
  }

  .rt.footer-info p {
    font-size: 16px;
  }

  .footer-3-blocks {
    height: 700px;
    flex-direction: column;
  }

  .ink-inner-txt-block {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .ink-h3 {
    font-size: 18px;
  }

  .page-content {
    position: relative;
    margin-bottom: 100px;
  }

  .ink-frame-txt {
    height: auto;
    padding: 25px;
  }

  .grid-wrap {
    position: relative;
    margin-top: 60px;
  }

  .termin {
    width: 100px;
    height: 100px;
  }

  .page-intro {
    grid-column-gap: 5%;
  }

  .page-intro-txt {
    font-size: 3vw;
  }

  .page-text {
    position: relative;
  }

  .tab-link {
    font-size: 18px;
  }

  .footer-menu-part {
    height: auto;
  }

  .minusart {
    margin-right: 0vw;
  }

  .link-large {
    font-size: 3vw;
  }

  .menu-link-dark {
    color: #fff;
  }

  .ink-hero-page {
    overflow: hidden;
    max-height: 100vw;
  }

  .splash-hero {
    overflow: hidden;
  }

  .splash-head {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  .splash-slogan {
    margin-top: 5vh;
  }

  .splash-image {
    object-position: 40% 50%;
  }

  .splash-grid {
    grid-row-gap: 60px;
    grid-template-rows: minmax(auto, max-content);
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(auto, max-content);
  }

  .frame-splash {
    height: auto;
    padding: 25px 40px;
  }
}

@media screen and (max-width: 479px) {
  .skintones {
    justify-content: unset;
  }
  .skintones > .radio-button-field {
    width: 45%;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 14px;
  }

  a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2vw;
  }

  .intro-image {
    height: 70vw;
    justify-content: center;
  }

  .intro-picture {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }

  .hero-bckg {
    display: flex;
    overflow: visible;
    height: 100%;
    justify-content: center;
  }

  .hero-image {
    overflow: visible;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }

  .ink-sd {
    left: 10%;
    display: none;
  }

  .logo {
    width: 60px;
    height: 60px;
  }

  .ink-svg {
    right: 4vw;
    bottom: 4vw;
  }

  .ink-slogan {
    bottom: 30px;
  }

  .ink-menu {
    width: 100%;
    justify-content: space-between;
    grid-column-gap: 0px;
  }

  .ink-head {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 125px;
    padding-left: 5%;
    padding-right: 5%;
    position: fixed;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 0;
    flex-direction: column;
    grid-row-gap: 20px;
    background: #000;
  }

  .ink-body {
    display: flex;
    padding-top: 115px;
    flex-direction: column;
  }

  .ink-intro-header {
    font-size: 10vw;
  }

  .ink-3-pieces {
    width: 100%;
  }

  .ink-intro {
    height: auto;
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .ink-intro-content {
    grid-row-gap: 25px;
  }

  .ink-hero {
    overflow: hidden;
    max-height: 100vw;
  }

  .slogan-logo {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .slogan-txt {
    position: relative;
    height: auto;
  }

  .grid-3c {
    grid-column-gap: 5px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ink-chapter-content {
    margin-top: 40px;
    margin-bottom: 60px;
    flex-direction: column-reverse;
  }

  .ink-sticky-column {
    width: 100%;
    margin-top: 40px;
  }

  .grid-2c {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rt.footer-info {
    margin-top: 15px;
  }

  .rt.footer-info p {
    font-size: 18px;
  }

  .ink-h2 {
    font-size: 7vw;
  }

  .inner-txt-stack {
    width: 100%;
  }

  .ink-h3 {
    font-size: 18px;
  }

  .inner-part {
    flex-direction: column;
    grid-row-gap: 25px;
  }

  .ink-menu-d {
    width: 100%;
    justify-content: space-between;
    grid-column-gap: 0px;
  }

  .link-d {
    padding: 2vw;
    color: #fff;
    font-size: 2.4vw;
    line-height: 1em;
  }

  .home-content-col {
    width: 100%;
  }

  .grid-wrap {
    margin-top: 60px;
    margin-bottom: 0px;
  }

  .page-txt {
    grid-row-gap: 30px;
  }

  .page-intro {
    margin-top: 0vw;
    margin-bottom: 40px;
    flex-direction: column;
    grid-row-gap: 40px;
  }

  .page-intro-txt {
    margin-bottom: 0.5em;
    font-size: 16px;
  }

  .page-pic {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .page-text {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .page-header {
    font-size: 9vw;
  }

  .tab-link {
    font-family: Oswald, sans-serif;
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
  }

  .footer-cont {
    align-items: flex-start;
  }

  .menu-link {
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 2.4vw;
    line-height: 1em;
    letter-spacing: 0.05em;
  }

  .menu-link.w--current {
    padding: 2vw;
  }

  .link-large {
    margin-bottom: 0.5em;
    font-size: 16px;
  }

  .field {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .submit-button {
    width: 100%;
  }

  .textarea {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .link-2 {
    padding-top: 10vw;
  }

  .link-3 {
    padding-top: 2px;
  }

  .link-4 {
    padding-top: 10vw;
  }

  .link-5 {
    padding-top: 2px;
  }

  .link-6 {
    padding-top: 2px;
  }

  .menu-link-dark {
    padding-top: 2vw;
    padding-bottom: 2vw;
    color: #fff;
    font-size: 2.4vw;
    letter-spacing: 0.05em;
  }

  .menu-link-dark.w--current {
    padding: 2vw;
  }

  .ink-hero-page {
    overflow: hidden;
    max-height: 100vw;
  }

  .splash-hero {
    overflow: hidden;
  }

  .splash-head {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 10px;
    position: relative;
  }

  .splash-bckg {
    height: 100%;
    justify-content: center;
    display: flex;
    overflow: visible;
  }

  .splash-image {
    object-position: 50% 50%;
    overflow: visible;
  }

  .splash-grid {
    grid-column-gap: 5px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }
}

.outline-heading {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px #b79170;
}

.portfolio-slider {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: grab;
  z-index: 99999;
  position: fixed;
  display: none;
}

.portfolio-slider.is-visible {
  display: block;
}

.portfolio-slider--close {
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 35px;
  height: 35px;
  position: absolute;
}

.portfolio-slider--close:before,
.portfolio-slider--close:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
  background: var(--theme-color);
}

.portfolio-slider--close:after {
  transform:rotate(45deg);
}

.portfolio-slider .swiper-wrapper {
  height: 100% !important;
}

.portfolio-slider .swiper-slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.portfolio-slider .swiper-slide:after {
  position: absolute;
  left: 1ex;
  bottom: 1em;
  color: #fff;
  font-size: 100px;
}

.portfolio-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.portfolio-slider:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: fixed;
  background: #000;
}

.portfolio-slider .swiper-wrapper {
  height: auto;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--theme-color) !important;
}

.portfolio {
    margin-top: 4em;
}

.portfolio-body {
	position: relative;
}

.portfolio-item {
  cursor: pointer;
  position: relative;
}

@media (max-width: 689px) {
  /* .portfolio-body {
	gap: 4vw;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .portfolio-item {
    width: calc(50% - 2.1vw);
  } */
}

/* @media (min-width: 690px) { */
  .portfolio-item {
    overflow: hidden;
    position: absolute;
  }
/* } */