*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msgs label {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin:20px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@font-face {
  font-family: "Maison Mono";
  src: url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/Hiroki_April2022/fonts/MaisonMono-Regular.woff") format("woff"),
  url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/Hiroki_April2022/fonts/MaisonMono-Regular.otf") format("opentype"),
  url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/Hiroki_April2022/fonts/MaisonMono-Regular.ttf") format("truetype");
  font-style: normal;
}

html,
body {
  height: 100%;
}

html {
  background-color: #231F20;
  color: #D9D9D9;
  font-family: "Maison Mono", sans-serif;
}

a {
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: none;
}

.body-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  min-height: 100%;
}

.splash_content {
  align-items: center;
  display: grid;
  gap: 0 20px;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto 1fr auto;
  margin: 0 auto;
  max-width: 1440px;
  padding: 37px 75px 41px;
  width: 100%;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: transparent !important;
  border-color: #D9D9D9;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  color: #D9D9D9 !important;
  font-size: 11.667px;
  letter-spacing: 0.7px;
  line-height: normal;
  padding: 1px 40px 12px 0;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #D9D9D9;
  outline: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #D9D9D9;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #D9D9D9;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #D9D9D9;
}

::placeholder {
  color: #D9D9D9;
}

form label {
  font-size: 11.667px;
  letter-spacing: 0.7px;
  line-height: normal;
}

.hs-button {
  border: 1px solid #D9D9D9;
  color: #D9D9D9;
  display: inline-block;
  font-size: 13.333px;
  letter-spacing: 1.333px;
  line-height: normal;
  padding: 12px 19px;
  text-decoration: none;
  text-transform: uppercase;
}

.hs-button:hover,
.hs-button:focus {
  background-color: #D9D9D9;
  color: #231F20;
}

#hs_cos_wrapper_rich_text,
#hs_cos_wrapper_logo,
#hs_cos_wrapper_button {
  align-self: center;
}

#hs_cos_wrapper_rich_text {
  font-size: 14px;
  line-height: 142.857%;
  letter-spacing: 1.82px;
}

#hs_cos_wrapper_rich_text p {
  margin: 0 0 1.42em;
}

#hs_cos_wrapper_rich_text p:last-child {
  margin-bottom: 0;
}

#hs_cos_wrapper_logo {
  text-align: center;
}

#hs_cos_wrapper_logo a {
  display: inline-block;
}

#hs_cos_wrapper_logo img {
  display: inline-block;
  vertical-align: top;
}

#hs_cos_wrapper_button {
  text-align: right;
}

#hs_cos_wrapper_image {
  grid-column: span 3;
  padding-bottom: 55px;
  padding-top: 65px;
}

#hs_cos_wrapper_image img {
  display: block;
  margin: 0 auto;
  max-height: 623px;
  max-width: 494px !important;
  min-height: 149px;
  width: 100%;
}

@media (min-width: 1025px) {
  #hs_cos_wrapper_image img {
    height: calc(100vh - 303px) !important;
    max-width: none !important;
    width: auto;
  }
}

.splash_footer {
  align-items: center;
  display: flex;
  gap: 35px 26px;
  grid-column: span 3;
}

#hs_cos_wrapper_form {
  flex: 0 1 50%;
}

.splash_footer-links {
  align-items: center;
  display: flex;
  flex: 0 1 50%;
  gap: 21px;
  justify-content: flex-end;
}

#hs_cos_wrapper_form form {
  max-width: 344px;
  position: relative;
}

#hs_cos_wrapper_form .hs-form-field {
  margin-bottom: 0;
  position: relative;
}

#hs_cos_wrapper_form .hs_error_rollup {
  display: none;
}

#hs_cos_wrapper_form .hs-error-msgs {
  left: 0;
  position: absolute;
  top: 100%;
}

#hs_cos_wrapper_form .hs-submit {
  bottom: 5.5px;
  position: absolute;
  right: -4px;
}

#hs_cos_wrapper_form form input[type=submit],
#hs_cos_wrapper_form form .hs-button {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 10'%3E%3Cpath fill='%23D9D9D9' d='M21.253 5.256a.598.598 0 0 0 0-.845L17.448.605a.598.598 0 0 0-.846.846l3.383 3.382-3.383 3.383a.598.598 0 1 0 .846.845l3.805-3.805ZM.5 5.431h20.33V4.235H.5v1.196Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  font-size: 0;
  height: 30px;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 30px;
}

#hs_cos_wrapper_form:focus-within form input[type=submit],
#hs_cos_wrapper_form:focus-within form .hs-button {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 10'%3E%3Cpath fill='%23231F20' d='M21.253 5.256a.598.598 0 0 0 0-.845L17.448.605a.598.598 0 0 0-.846.846l3.383 3.382-3.383 3.383a.598.598 0 1 0 .846.845l3.805-3.805ZM.5 5.431h20.33V4.235H.5v1.196Z'/%3E%3C/svg%3E");
}

#hs_cos_wrapper_form form input[type=submit]:hover,
#hs_cos_wrapper_form form input[type=submit]:focus,
#hs_cos_wrapper_form form .hs-button:hover,
#hs_cos_wrapper_form form .hs-button:focus {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 10'%3E%3Cpath fill='%23D9D9D9' d='M21.253 5.256a.598.598 0 0 0 0-.845L17.448.605a.598.598 0 0 0-.846.846l3.383 3.382-3.383 3.383a.598.598 0 1 0 .846.845l3.805-3.805ZM.5 5.431h20.33V4.235H.5v1.196Z'/%3E%3C/svg%3E");
  border-color: #D9D9D9;
}

#hs_cos_wrapper_footer_links {
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: normal;
  text-align: right;
}

#hs_cos_wrapper_social_links {
  margin-right: -5px;
}

#hs_cos_wrapper_social_links .social-links__icon {
  background-color: transparent;
  border: 1px solid #D9D9D9;
}

#hs_cos_wrapper_social_links .social-links__icon svg {
  fill: #D9D9D9;
  height: 22px;
}

#hs_cos_wrapper_social_links .social-links__link:hover .social-links__icon,
#hs_cos_wrapper_social_links .social-links__link:focus .social-links__icon {
  background-color: #D9D9D9;
}

#hs_cos_wrapper_social_links .social-links__link:hover .social-links__icon svg,
#hs_cos_wrapper_social_links .social-links__link:focus .social-links__icon svg {
  fill: #231F20;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  flex-direction: row;
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:focus-within>.hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:focus-within>.hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 1024px) {
  .splash_content {
    align-items: start;
    display: flex;
    flex-flow: column wrap;
    padding: 54px 56px 56px;
  }

  .splash_content > div {
    width: 100%;
  }

  #hs_cos_wrapper_rich_text,
  #hs_cos_wrapper_button {
    text-align: center;
  }

  #hs_cos_wrapper_logo {
    order: 1;
  }

  #hs_cos_wrapper_image {
    grid-column: span 1;
    order: 2;
    padding-bottom: 37px;
    padding-top: 48px;
  }

  #hs_cos_wrapper_image img {
    max-width: 532px !important;
  }

  #hs_cos_wrapper_rich_text {
    order: 3;
  }

  #hs_cos_wrapper_rich_text br:first-child {
    display: none;
  }

  #hs_cos_wrapper_button {
    order: 4;
    padding-bottom: 121px;
    padding-top: 36px;
  }

  .splash_footer {
    grid-column: span 1;
    order: 5;
    padding-left: 8px;
    margin-top: auto;
  }
}

@media (max-width: 767px) {
  .splash_content {
    padding: 34px 32px 21px;
  }

  #hs_cos_wrapper_logo img {
    margin: 0 auto;
    max-width: 252px !important;
  }

  #hs_cos_wrapper_image {
    padding: 32px 14px;
  }

  #hs_cos_wrapper_rich_text {
    font-size: 12px;
    letter-spacing: 1.82px;
    line-height: 166.667%;
  }

  #hs_cos_wrapper_rich_text br {
    display: none;
  }

  #hs_cos_wrapper_button {
    order: 4;
    padding-bottom: 104px;
    padding-top: 50px;
  }

  .splash_footer {
    flex-wrap: wrap;
    padding-left: 0;
  }

  #hs_cos_wrapper_form,
  .splash_footer-links {
    flex: 0 1 100%;
  }

  #hs_cos_wrapper_form form {
    max-width: 100%;
  }

  .splash_footer-links {
    justify-content: space-between;
  }

  #hs_cos_wrapper_footer_links {
    text-align: left;
  }

  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}