:root {
  --ecl-highlighter: #fff927;
  --light-grey-copy: #a6a8ab;
  --grey-copy: #7f7f7f;
  --cyan: #00adee;
  --dark-grey: #1a1a1a;
  --light-light-grey: #f8f8f8;
  --magenta: #eb008b;
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.intro {
  width: 100%;
  height: 100vh;
  background-image: url('../images/ecl_site_2024_CLR_BG_V1.svg'), linear-gradient(#f2f2f2, #f2f2f2);
  background-position: 50%, 0 0;
  background-size: 3%, auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro.success {
  background-image: url('../images/ecl_site_2024_CLR_BG_V1.svg'), linear-gradient(to bottom, var(--ecl-highlighter), var(--ecl-highlighter));
  background-position: 50%, 0 0;
  background-size: 3%, auto;
}

.intro.secret {
  background-image: url('../images/ecl_site_2024_CLR_BG_V1.svg'), linear-gradient(to bottom, var(--light-grey-copy), var(--light-grey-copy));
  background-position: 50%, 0 0;
  background-size: 3%, auto;
}

.name-box-holder {
  background-color: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 2px;
  margin: 100px;
  padding: 60px 140px;
  position: relative;
}

.name-box-holder.success {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-alpha-text {
  color: var(--light-grey-copy);
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.small-alpha-text.w--current {
  background-image: linear-gradient(to bottom, var(--ecl-highlighter), var(--ecl-highlighter));
  color: var(--grey-copy);
}

.small-alpha-text.jpn {
  font-family: "M PLUS 1p", sans-serif;
}

.small-alpha-text.list {
  margin-top: 0;
  line-height: 18px;
}

.small-alpha-text.contact {
  max-width: 80ch;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.small-alpha-text.error {
  color: #eb008b;
}

.small-alpha-text.success {
  color: var(--cyan);
  text-align: center;
}

.small-alpha-text.footer {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
}

.small-alpha-text.menu {
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 5px;
  line-height: 10px;
}

.small-alpha-text.secret {
  max-width: 80%;
  text-align: center;
}

.eng-name-copy {
  color: var(--grey-copy);
  padding-bottom: 8px;
  font-family: Trendslab One, sans-serif;
  font-size: 28px;
}

.jpn-small-copy-mplus {
  color: #a6a8ab;
  letter-spacing: 2px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}

.name-text-container {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.alpha-big-name-container {
  margin-right: 20px;
}

.small-text-container {
  margin-top: 5px;
  margin-bottom: 5px;
}

.highlight {
  background-image: linear-gradient(to bottom, var(--ecl-highlighter), var(--ecl-highlighter));
  color: #7f7f7f;
  -webkit-text-stroke-color: #7f7f7f;
}

.takachan-image {
  width: 150px;
  position: absolute;
  top: -15%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.video {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info {
  width: 100%;
  background-image: url('../images/ecl_site_2024_CLR_BG_V1.svg'), linear-gradient(#f2f2f2, #f2f2f2);
  background-position: 50%, 0 0;
  background-size: 3%, auto;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.eng-headline {
  color: #7f7f7f;
  padding-bottom: 8px;
  font-family: Trendslab One, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.eng-headline.darkbg {
  color: #f2f2f2;
}

.eng-headline.contact {
  text-align: center;
  padding-top: 0;
}

.eng-headline.worked {
  color: var(--grey-copy);
  text-align: center;
  font-size: 80px;
  line-height: 100px;
}

.eng-headline.goback {
  color: var(--grey-copy);
  padding: 10px 40px 18px;
}

.eng-headline.secret {
  text-align: center;
  margin-bottom: 20px;
}

.info-box-holder {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 2px;
  padding: 40px 3vw;
  position: relative;
}

.left-cell {
  padding-right: 20px;
}

.right-cell {
  padding-left: 20px;
}

.list-item {
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.small-text-list-item {
  min-width: 50%;
}

.dot-holder {
  width: 6px;
  height: 6px;
  margin-left: 5px;
  margin-right: 5px;
}

.image {
  display: block;
}

.paragraph-copy-container {
  margin-top: 10px;
  margin-bottom: 5px;
}

.list {
  margin-top: 10px;
}

.quickstack-3-2, .quickstack-1-1 {
  width: 100%;
  max-width: 2400px;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

._3col-cell {
  padding-left: 2vw;
  padding-right: 2vw;
}

.work_header_div {
  background-color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.work {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.work_container_div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f2f2f2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.case-study-holder {
  background-color: #fff;
  border: 2px solid #e6e6e6;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}

.case-study-image {
  width: 100%;
  height: 50%;
  min-height: 14svw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.case-study-image.uns {
  background-image: url('../images/ECL_UNS_Cover.jpg');
  position: absolute;
}

.case-study-image.pmi {
  background-image: url('../images/ECL_PMI_Cover.jpg');
}

.case-study-image.imm {
  background-image: url('../images/ECL_ImmNat_Cover.jpg');
}

.case-study-image.olympic {
  background-image: url('../images/ECL_2020_USAT_OLYMPIC_TRI_SUIT_DESIGN.jpg');
}

.case-study-image.thrive {
  background-image: url('../images/ECL_Strive_Cover.jpg');
}

.case-study-image.ync {
  background-image: url('../images/ECL_YnC_Cover.jpg');
}

.casestudy-headline {
  color: #7f7f7f;
  text-align: center;
  padding-bottom: 8px;
  font-family: Trendslab One, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.casestudy-headline.darkbg {
  color: #f2f2f2;
}

.casestudy-copy {
  color: #a6a8ab;
  text-align: center;
  font-family: roc-grotesk, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

.casestudy-copy.jpn {
  font-family: "M PLUS 1p", sans-serif;
}

.casestudy-copy.list {
  margin-top: 0;
  line-height: 18px;
}

.case-study-quick-stack-3-1 {
  width: 100%;
  max-width: 2400px;
  position: relative;
}

.disclaimer-copy {
  color: #a6a8ab;
  text-align: center;
  margin-top: 20px;
  font-family: roc-grotesk, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

.disclaimer-copy.jpn {
  font-family: "M PLUS 1p", sans-serif;
}

.disclaimer-copy.list {
  margin-top: 0;
  line-height: 18px;
}

.contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.contact-entry-container {
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.form-block {
  color: var(--light-grey-copy);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.form-block.formspree {
  display: none;
}

.text-field {
  height: 175px;
}

.submit-button {
  background-color: #1a1a1a;
  margin-top: 40px;
  padding: 10px 60px;
  font-family: roc-grotesk, sans-serif;
  line-height: 24px;
}

.form {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.inkie-cmyk {
  width: 100px;
  margin-top: 20px;
}

.success-message {
  background-color: rgba(255, 255, 255, 0);
}

.success-message._w-form-done {
  color: var(--ecl-highlighter);
}

.success-taka-wink {
  width: 100%;
  padding-top: 40px;
}

.taka_wink {
  width: 100px;
  text-align: center;
}

.error-message {
  background-color: rgba(255, 255, 255, 0);
}

.footer {
  background-color: var(--light-light-grey);
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.inkie-holder {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -50%;
  left: 0%;
  right: 0%;
}

.inkie-holder._404 {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.inkie-holder.success {
  bottom: 5%;
}

.inkie-holder.link {
  width: 50px;
  position: relative;
}

.inkie {
  width: 10px;
}

.brand {
  width: 75px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.navbar {
  background-color: var(--light-light-grey);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.div-block-3 {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

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

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

.little_me_pic {
  min-height: 22vw;
  background-image: url('../images/29.jpg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
}

.html-embed {
  width: 80%;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.success_section {
  width: 100vw;
  height: 100vh;
  background-color: var(--ecl-highlighter);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_link {
  border: 2px solid var(--grey-copy);
  background-color: var(--ecl-highlighter);
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.home_link.w--current {
  border-color: var(--grey-copy);
  background-color: var(--ecl-highlighter);
}

.success_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 100px;
  display: flex;
}

.html-embed-2 {
  min-width: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inkie-linkie {
  width: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  bottom: -50%;
  left: 0%;
  right: 0%;
}

.inkie-linkie._404 {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.inkie-linkie.success {
  bottom: 5%;
}

.inkie-linkie.link {
  width: 50px;
  position: relative;
}

.background_video {
  width: 102%;
  height: 102%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  position: absolute;
  top: -1%;
  bottom: 0%;
  left: -1%;
  right: 0%;
}

.background_video.uns {
  background-image: url('../images/ECL_UNS_Cover.jpg');
}

.background_video.pmi {
  background-image: url('../images/ECL_PMI_Cover.jpg');
}

.background_video.imm {
  background-image: url('../images/ECL_ImmNat_Cover.jpg');
}

.background_video.olympic {
  background-image: url('../images/ECL_2020_USAT_OLYMPIC_TRI_SUIT_DESIGN.jpg');
}

.background_video.thrive {
  background-image: url('../images/ECL_Strive_Cover.jpg');
}

.background_video.ync {
  background-image: url('../images/ECL_YnC_Cover.jpg');
}

.big_video_holder {
  width: 100%;
  height: 14vw;
  margin-bottom: 20px;
  position: relative;
}

.big_video_holder.uns {
  background-image: url('../images/ECL_UNS_Cover.jpg');
}

.big_video_holder.pmi {
  background-image: url('../images/ECL_PMI_Cover.jpg');
}

.big_video_holder.imm {
  background-image: url('../images/ECL_ImmNat_Cover.jpg');
}

.big_video_holder.olympic {
  background-image: url('../images/ECL_2020_USAT_OLYMPIC_TRI_SUIT_DESIGN.jpg');
}

.big_video_holder.thrive {
  background-image: url('../images/ECL_Strive_Cover.jpg');
}

.big_video_holder.ync {
  background-image: url('../images/ECL_YnC_Cover.jpg');
}

.bg_vid {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  width: 100%;
  height: 35vw;
}

@media screen and (max-width: 991px) {
  .name-box-holder.success {
    padding-left: 50px;
    padding-right: 50px;
  }

  .small-alpha-text.menu {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 24px;
    text-decoration: none;
  }

  .eng-headline.worked {
    font-size: 3.2rem;
    line-height: 4rem;
  }

  .eng-headline.secret {
    font-size: 2rem;
    line-height: 2.5rem;
  }

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

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

  .quickstack-3-2, .quickstack-1-1 {
    padding-left: 0;
    padding-right: 0;
  }

  ._3col-cell {
    padding-bottom: 2vw;
  }

  .case-study-image {
    height: 40vw;
  }

  .brand {
    width: 50px;
  }

  .nav-menu {
    background-color: var(--dark-grey);
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--dark-grey);
  }

  .icon {
    color: #999;
  }

  .little_me_pic {
    min-height: 40vw;
  }

  .background_video, .big_video_holder {
    height: 40vw;
  }
}

@media screen and (max-width: 767px) {
  .name-box-holder {
    padding: 80px 10%;
  }

  .name-box-holder.success {
    margin-left: 40px;
    margin-right: 40px;
    padding: 50px 20px;
  }

  .takachan-image {
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    top: -20%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .contact-entry-container {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-block-3 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .image-4 {
    height: 100px;
  }

  .icon {
    color: #999;
  }
}

@media screen and (max-width: 479px) {
  .name-box-holder {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .name-box-holder.success {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 10px;
  }

  .small-alpha-text.contact {
    padding-bottom: 20px;
  }

  .small-alpha-text.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .small-alpha-text.secret {
    max-width: none;
    font-size: 13px;
    line-height: 19px;
  }

  .eng-name-copy {
    font-size: 26px;
  }

  .info {
    padding: 5%;
  }

  .eng-headline {
    font-size: 17px;
  }

  .eng-headline.darkbg {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .eng-headline.contact {
    padding: 5%;
  }

  .eng-headline.worked {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .eng-headline.goback {
    font-size: 13px;
    line-height: 24px;
  }

  .eng-headline.secret {
    margin-bottom: 10px;
    font-size: 1.1rem;
    line-height: 2rem;
  }

  .info-box-holder {
    padding-left: 5%;
    padding-right: 5%;
  }

  ._3col-cell {
    text-align: center;
    align-items: center;
  }

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

  .case-study-quick-stack-3-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact {
    padding: 40px 5%;
  }

  .form {
    width: 100%;
  }

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

  .little_me_pic {
    min-height: 80vw;
  }

  .html-embed-2 {
    min-width: auto;
  }
}

#w-node-_74f05fe3-2d72-4ad4-13d5-20d9f9b90122-791e4a9c {
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr;
}

#w-node-_706fc0af-395d-3813-b9e4-823eaf7a6d01-791e4a9c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-b1adb316-9491-c0be-42a2-f0695d22d2de-791e4a9c {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

#w-node-f0e125cf-08c3-b7cb-bcec-a80c7e05e6cf-791e4a9c, #w-node-_8a58ddc6-ab39-8923-a022-ecf2b7fabd0a-791e4a9c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_74f05fe3-2d72-4ad4-13d5-20d9f9b90122-791e4a9c {
    grid-template-rows: auto;
    grid-template-columns: 3fr;
  }

  #w-node-b1adb316-9491-c0be-42a2-f0695d22d2de-791e4a9c, #w-node-f0e125cf-08c3-b7cb-bcec-a80c7e05e6cf-791e4a9c, #w-node-_8a58ddc6-ab39-8923-a022-ecf2b7fabd0a-791e4a9c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Trendslab One';
  src: url('../fonts/TrendSlab-One.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}