/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/
:root {
  --primary-color: #46D6F7;
  --secondary-color: #37AFCA;
  --accent-color: #FF0100;
  --normal-color: #333333;
  --light-color: #777777;
  --bg-color: #F7F7F7;
  --divider-color: #CACACA;
  --icon-color: #999999;
  --font-en-serif: "Cormorant Garamond", serif;
  --font-en: "DM Sans", sans-serif;
  --transition-1: cubic-bezier(.16,1,.3,1);
  --transition-2: cubic-bezier(0.645, 0.045, 0.355, 1);
}


/* Generic
This is where reset, normalize & box-sizing styles go.
*/

body {
  position: relative;
}

*, *:before, *:after {
  box-sizing: border-box;
}

figure {
  line-height: 0;
  margin: 0;
}
/*! 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 {
  background: #fbfbfb;
  margin: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

img {
  width: 100%;
  height: auto;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 769px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

@media (min-width: 769px) {
  .for-sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .for-pc {
    display: none;
  }
}

[aria-hidden="true"] {
  display: none;
}

.body-container-wrapper {
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

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

@media (min-width: 769px) {
  .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .inner {
    margin: 0 2rem;
  }
}

.pages {
  padding: 9rem 0 0;
}

.page-head {
  margin-bottom: 12rem;
}

.page-text {
  width: 66.8rem;
  margin: 0 0 0 auto;
}

@media (max-width: 768px) {
  .pages {
    padding: 7rem 0 0;
  }
  .page-text {
    width: 100%;
  }
}

.section {
  position: relative;
}

/* animation */
[data-fade-in] {
  opacity: 0;
  transform: translateY(2rem);
  transition: 2s var(--transition-1);
  &.is-show {
    opacity: 1;
    transform: none;
  }
}


/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", heisei-kaku-gothic-std, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-size-adjust: 100%;
  color: var(--normal-color);
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  color: var(--color-black);
}

/* Lists */

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

/* 英語 */
.en {
  font-family: var(--font-en);
}
.en-serif {
  font-family: var(--font-en-serif);
}

/* 見出し */
.headline {
  margin: 0;
}

.headline span.-en {
  display: block;
  position: relative;
  &::before {
    content: "";
    display: block;
    width: calc(100% + ((100vw - 960px)/2));
    height: 1rem;
    background: var(--primary-color);
    border-bottom: solid 1px #333;
    position: absolute;
    right: 0;
    bottom: 2.7rem;
    transform: var(--transformX);
    transition: transform .8s;
  }
}

.headline em {
  display: block;
  font-family: var(--font-en-serif);
  font-size: 10rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.2;
  position: relative;
  transform: var(--transformY);
  transition: transform .8s;
}

.headline span.-en span {
  display: block;
  width: 102%;
  margin-bottom: -2.7rem;
  overflow: hidden;
  /* height: 93px; */
}

.headline span.-jp {
  display: block;
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 1.5rem 0 0;
}

[data-show-in] {
  --transformX: translateX(-100%);
}

[data-show-up] {
  --transformY: translateY(100%);
}

[data-show-in].is-show {
  --transformX: none;
}

[data-show-in].is-show [data-show-up] {
  --transformY: none;
}

.pages-hero {
  padding: 8rem 0 0;
}

.pages-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 769px) {
  a:hover {
    transition: .3s;
  }
}
@media (max-width: 768px) {
  .headline {
    font-size: 2.4rem;
  }

  .headline span.-jp {
    margin: 1rem 0 0;
  }

  .headline span.-en {
    &::before {
      width: calc(100% + 20px);
      bottom: 1.5rem;
    }
  }

  .headline span.-en span {
    /* height: 56px; */
    margin-bottom: -1.5rem;
  }

  .headline em {
    font-size: 6.0rem;
  }

  .pages-hero {
    padding: 0;
  }
}

.lead {
  font-size: 1.6rem;
  line-height: 2.1875;
}

@media (max-width: 768px) {
  .lead {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.page-copy {
  font-size: 7.0rem;
  font-weight: 700;
  line-height: 1.22;
}

.page-copy.-en {
  line-height: 1;
  font-variation-settings: "wght" 500;
}

.page-lead {
  font-size: 2.6rem;
  font-variation-settings: "wght" 500;
  font-weight: 700;
  line-height: 1.4;
}

.page-head {
  margin: 0 0 12rem;
}
@media (max-width: 768px) {
  .page-copy {
    font-size: 3.6rem;
  }
  .page-lead {
    font-size: 1.8rem;
  }
  .page-head {
    margin: 0 0 5rem;
  }
}
[data-line-fade] {
  display: block;
  transform: translateY(120%);
}
.icon-arrow-circle {
  transition: stroke-dasharray .3s var(--transition-1);
  position: relative;
  line-height: 0;
}

.icon-arrow-circle .-front {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 769px) {
  .icon-arrow-circle .-front circle {
    stroke:  var(--primary-color);
    stroke-dasharray: 0 var(--circle);
    transition: stroke-dasharray .7s var(--transition-1);
  }

  a:hover .icon-arrow-circle .-front circle {
    transition: stroke-dasharray .3s var(--transition-1);
    stroke-dasharray: var(--circle) var(--circle);
  }
}

@media (max-width: 768px) {

  .icon-arrow-circle .-arrow {
    width: 56px;
    height: 56px;
  }
}

.icon-circle-hover {
  color: var(--primary-color);
  transform: rotate(-90deg);
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
.link {
  --cubic-bezier: cubic-bezier(0.8, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 12px 77px 12px 21px;
  border: solid 1px #333333;
  border-radius: 45px;
  overflow: hidden;
  position: relative;
  &::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .6s var(--cubic-bezier);
  }
}

.link.-en {
  font-family: var(--font-en);
  font-variation-settings: "wght" 700;
}

.link__text {
  position: relative;
  z-index: 1;
}

.link__arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  z-index: 1;
  transition: width .6s var(--cubic-bezier);
  &::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    right: 0;
    transition: background-color .6s var(--cubic-bezier);
  }
}

.link__arrow-icon {
  & path {
    transition: all .6s var(--cubic-bezier);
  }
}

.link__blank {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  & .-stroke {
    stroke: var(--normal-color);
    transition: all .6s var(--cubic-bezier);
  }
  & .-fill {
    fill: var(--normal-color);
    transition: all .6s var(--cubic-bezier);
  }
}

@media (min-width: 769px) {
  .link__text {
    transition: all .6s var(--cubic-bezier);
  }
  .link:hover::before {
    transform-origin:left top;
    transform:scale(1, 1);
  }
  .link:hover {
    & .link__text {
      color: #fff;
      letter-spacing: 0.1em;
    }
    & .link__arrow {
      width: 26px;
      &::before {
        background-color: #fff;
      }
    }
    & .link__arrow-icon path {
      fill: #fff;
      stroke: #fff;
    }

    & .link__blank {
      & .-stroke {
        stroke: #fff;
        transition: all .6s var(--cubic-bezier) 0.2s;
      }
      & .-fill {
        fill: #fff;
        transition: all .6s var(--cubic-bezier) 0.2s;
      }
    }
  }
}

@media (max-width: 768px) {
  .link {
    padding: 8px 60px 8px 17px;
    font-size: 1.4rem;
  }
}
.line {
  margin: 0;
  border-color: #303030;
}
/* Fields */

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

.hs-form-field > label {
  margin-bottom: .2rem;
}

/* Labels */

form label {
  display: flex;
  font-size: clamp(16px,1.8rem,18px);
  font-weight: 700;
  line-height: 1.7;
}

fieldset:has(textarea) label {
  margin: 0 0 1.3rem;
}

@media (max-width: 768px) {
  form label {
    font-size: 1.6rem;
    margin: 0;
  }
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: clamp(14px,1.6rem,16px);
  line-height: 1.7;
}
@media (max-width: 768px) {
  form legend {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: block;
  font-size: clamp(16px,1.8rem,18px);
  line-height: 1.8;
  padding: clamp(7px,.8rem,8px) clamp(10px,1.2rem, 12px);
  width: 100%;
  background: none;
  border: none;
  border-bottom: solid 1px var(--color-gray);
}

form select {
  padding: 1.3rem 1.2rem;
}

form textarea {
  resize: vertical;
  border: solid 1px var(--color-gray);
  padding: 1.2rem 2rem;
  height: 25rem;
}

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

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fbfbfb inset;
}

@media (max-width: 768px) {
  form input[type=text],
  form input[type=search],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea {
    padding: .8rem 1.2rem;
  }
}

.is-confirm form input[type=text],
.is-confirm form input[type=search],
.is-confirm form input[type=email],
.is-confirm form input[type=password],
.is-confirm form input[type=tel],
.is-confirm form input[type=number],
.is-confirm form input[type=file],
.is-confirm form select,
.is-confirm form textarea {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: clamp(18px,2rem,20px);
  pointer-events: none;
  appearance: none;
  border-width: 1px;
}
.is-confirm form select {
  padding: .6rem 0 1.8rem;
}

.is-confirm .text-confirm {
  padding: 0 0 2rem;
  height: auto;
  border: none;
  border-bottom: solid 1px var(--color-gray);
  font-size: clamp(16px,1.8rem,18px);
  line-height: 1.7;
}

.is-confirm .hs-form-radio:not(:has(input:checked)) {
  display: none;
}

.is-confirm input[type=radio] + span {
  padding: 0;
}

.is-confirm input[type=radio] + span::before,
.is-confirm input[type=radio] + span::after,
.is-confirm input[type=radio]:checked + span::after {
  display: none;
}

@media (max-width: 768px) {
  .is-confirm form input[type=text],
  .is-confirm form input[type=search],
  .is-confirm form input[type=email],
  .is-confirm form input[type=password],
  .is-confirm form input[type=tel],
  .is-confirm form input[type=number],
  .is-confirm form input[type=file],
  .is-confirm form select,
  .is-confirm form textarea {
    font-size: 1.6rem;
    padding-bottom: 2rem;
  }
  .is-confirm form select {
    padding: .6rem 0 1.8rem;
  }

  .is-confirm .text-confirm {
    height: auto;
    border: none;
    border-bottom: solid 1px var(--color-gray);
    font-size: 1.6rem;
  }

}

/* Inputs - checkbox/radio */

form .inputs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 4.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

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


form input[type=radio] + span::before {
  width: clamp(23px,2.5rem,25px);
  height: clamp(23px,2.5rem,25px);
  border-radius: 50%;
  top: .1rem;
}

form input[type=radio] + span::after {
  content: "";
  display: block;
  width: clamp(15px,1.7rem,17px);
  height: clamp(15px,1.7rem,17px);
  left: 4px;
  opacity: 0;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 5px;
}

form input[type=radio]:checked + span::after {
  opacity: 1;
}

@media (max-width: 768px) {
  form input[type=checkbox] + span::before {
    width: 2rem;
    height: 2rem;
  }
  form input[type=checkbox] + span::after {
    width: 1.2rem;
    height: 1rem;
    border-left: solid .3rem var(--color-gray);
    border-bottom: solid .3rem var(--color-gray);
    top: .5rem;
    left: .3rem;
  }
  form input[type=radio] + span {
    padding: 0 0 0 3.7rem;
  }
  form input[type=radio] + span::before {
    width: 2.5rem;
    height: 2.5rem;
  }
  form input[type=radio] + span::after {
    width: 1.7rem;
    height: 1.7rem;
    left: .4rem;
    top: .5rem;
  }
}

.hs_contact_sales > label,
.hs_contact_detail > label {
  font-size: clamp(21px,2.4rem,24px);
  line-height: 1.7;
  position: relative;
  margin: 0 0 3rem;
}

.hs_contact_sales > label::before,
.hs_contact_detail > label::before {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background: var(--accent-color);
  border-radius: 1px;
  position: absolute;
  left: -36px;
  top: 14px;
}

.form fieldset:has(.hs_contact_sales),
.form fieldset:has(.hs_contact_detail) {
  margin-bottom: clamp(50px,5.6rem,56px) !important;
}

@media (max-width: 768px) {
  .hs_contact_sales > label,
  .hs_contact_detail > label {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    font-size: 2.0rem;
    margin: 0 0 2.5rem;
  }

  .hs_contact_sales > label::before,
  .hs_contact_detail > label::before {
    content: "";
    display: block;
    width: 1.2rem;
    height: .4rem;
    position: static;
  }

  .form fieldset:has(.hs_contact_sales),
  .form fieldset:has(.hs_contact_detail) {
    margin-bottom: 5.0rem !important;
  }
}

/* Inputs - date picker */

.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: clamp(16px,1.8rem,18px);
  line-height: 1.7;
}

form .hs-richtext a {
  text-decoration: underline;
}

@media (min-width: 769px) {
  form .hs-richtext p {
    margin: 0 0 2rem;
  }
}

@media (max-width: 768px) {
  form .hs-richtext,
  form .hs-richtext p {
    font-size: 1.6rem;
  }
}

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: 5px !important;
}

/* Validation */

.hs-form-required {
  color: var(--color-black);
}

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

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

.is-confirm .hs-form-required {
  display: none;
}

/* Submit button */
.actions:has(.hs-button) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  cursor: pointer;
}
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  padding: 0;
  border: none;
  background: none;
  font-size: 2.0rem;
  font-weight: 700;
}

@media (min-width: 769px) {
  .actions:has(.hs-button) .icon-button-arrow i:first-child {
    transform: translateX(-100%);
    transition-delay: 1s;
    transition: transform .65s var(--transition-2), opacity .65s var(--transition-2);
  }

  .actions:has(.hs-button) .icon-button-arrow i:last-child {
    transition-delay: 0s;
  }

  .actions:has(.hs-button):hover .icon-button-arrow i:first-child {
    transform: translateX(100%);
    transition-delay: 0s;
  }

  .actions:has(.hs-button):hover .icon-button-arrow i:last-child {
    transform: translateX(100%);
    opacity: 0;
    transition-delay: .1s;
  }

}

@media (max-width: 768px) {
  .actions:has(.hs-button) {
    gap: 1.6rem;
  }
  .actions:has(.hs-button) .icon-button-arrow {
    width: 8rem;
  }
  form input[type=submit],
  form .hs-button {
    font-size: 1.5rem;
  }
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }



[aria-hidden="true"] {
  display: none;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
.parallax-image {
  position: relative;
  overflow: hidden;
}

.parallax-image::before {
  content: "";
  display: block;
}

.parallax-image img {
  /* transition: transform .3s; */
  position: absolute;
  top: 0;
  left: 0;
}

.video {
  overflow: hidden;
}

.video::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.video iframe {
  min-width: 100%;
  min-height: 100%;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/**/

.header {
  padding: 3.6rem 4.0rem 0;
  position: absolute;
  width: 100%;
  z-index: 998;
}

.header.is-open .header__list {
  opacity: 0;
  visibility: hidden;
}

.header__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1760px;
  margin: 0 auto;
}

.header__logo {
  width: 11rem;
  line-height: 0;
  position: absolute;
  left: 3rem;
  top: 2.8rem;
}

.header__logo svg {
  width: 100%;
}

.header__logo .-color {
  fill: var(--color-black);
  transition: .3s;
}

.header__list {
  display: flex;
  margin: 0 auto;
  gap: 5rem;
}

.header__list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 2rem;
}

.header__list li a {
  display: flex;
  align-items: center;
  font-family: var(--font-en);
  font-variation-settings: "wght" 500;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
}

.header__link {
}

.header__child-list {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  padding: 3rem;
  position: absolute;
  top: 100%;
  margin: 0 auto;
  background: #F7F7F7;
  transition: .3s;
  &[aria-hidden="true"] {
    opacity: 0;
    visibility: hidden;
  }
}

.header__child-list li a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.9;
  position: relative;
  margin: 0 2.1rem 0 0;
}

.header__child-list li a[target]::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.7rem;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.9606 9.75474C13.9606 10.7105 13.9606 11.482 13.9606 12.1017C13.9606 13.4047 12.9044 14.4606 11.6015 14.4606H5.02566C3.72273 14.4606 2.6665 13.4044 2.6665 12.1015V5.52566C2.6665 4.22273 3.72273 3.1665 5.02566 3.1665H7.84297" stroke="%23333333" stroke-width="0.94694"/><line x1="8.15837" y1="9.45329" x2="13.8152" y2="3.79644" stroke="%23333333" stroke-width="1.11405"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.5278 3.92858L11.221 4.03056L11.2498 3.3781L14.018 3.25573L14.209 3.24735L14.2006 3.43838L14.0783 6.20653L13.4258 6.23537L13.5278 3.92858Z" fill="%23333333" stroke="%23333333" stroke-width="0.278512"/></svg>') no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: -2.1rem;
  top: .4rem;
}

.header__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .422rem;
  width: 4.5rem;
  height: 4.5rem;
  background: var(--normal-color);
  border: none;
  border-radius: 50%;
  padding: 0;
  z-index: 2;
  position: fixed;
  top: 2.3rem;
  right: 3rem;
  transition: .3s .2s;
}

.header__menu-icon {
  width: 1.688rem;
  height: 0.05rem;
  background: #fff;
  transition: .3s;
}

.header__menu[aria-expanded="true"] {
  gap: 0;
  transition: .3s;
}

.header__menu[aria-expanded="true"] .header__menu-icon:first-child {
  transform: rotate(42.71deg) translateX(1px);
  transition: .3s .2s;
  width: 1.769rem;
}
.header__menu[aria-expanded="true"] .header__menu-icon:last-child {
  transform: rotate(-42.71deg);
  transition: .3s .2s;
  width: 1.769rem;
}

@media (max-width: 1080px) {
  .header__list {
    display: none;
  }
}

@media (min-width: 769px) {
  a.header__logo:hover {
    opacity: 1;
  }

  .header__list > li {
    &::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: var(--normal-color);
      position: relative;
      bottom: 0;
      opacity: 0;
      transition: .3s;
      will-change: bottom;
    }
    &:hover {
      &::after {
        bottom: -0.2rem;
        opacity: 1;
      }
    }
  }

  .header__child-list li a {
    position: relative;
    &::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: var(--normal-color);
      position: absolute;
      left: 0;
      bottom: .4rem;
      opacity: 0;
      transition: .3s;
    }
    &:hover {
      &::after {
        bottom: .2rem;
        opacity: 1;
      }
    }
  }
}

@media (max-width: 768px) {
  .header {
    padding: 2rem;
  }
  .header__container {
    justify-content: space-between;
  }
  .header__logo {
    width: 9.7rem;
    top: 2rem;
    left: 2rem;
  }
  .header__list {
    display: none;
  }
  .header__menu {
    width: 3rem;
    height: 3rem;
    gap: .281rem;
    margin: 0;
    top: 2rem;
    right: 2rem;
  }
  .header__menu-icon {
    width: 1.125rem;
    background: #fff;
  }
  .header__menu[aria-expanded="true"] .header__menu-icon:first-child {
    transform: rotate(45deg) translate(.5px, -.5px);
    width: 1.131rem;
  }
  .header__menu[aria-expanded="true"] .header__menu-icon:last-child {
    transform: rotate(-45deg);
    width: 1.131rem;
  }
}

.drawer {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transform: none;
  overscroll-behavior: contain;
  z-index: 1;
  transform: none;
  overflow: auto;
}

.drawer.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: transform 0.6s var(--transition-1);
}

.drawer[aria-hidden="true"] {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 0.6s var(--transition-1), opacity 0s .6s, visibility 0s .6s;
  & .drawer__list::before {
    transform: translateX(-100%);
    transition: transform 0.6s var(--transition-1);
  }
  & .drawer__item::after {
    transform: translateX(-100%);
  }
  & .drawer__link {
    transform: translateY(100%);
    transition: transform 0.6s var(--transition-1);
  }

  & .drawer__overlay {
    opacity: 0;
    transition: opacity .6s var(--transition-1);
  }
}

.drawer__overlay {
  background: #00000066;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  transition: opacity .6s var(--transition-1) .6s;
}

.drawer__inner {
  padding: 9rem 0 0;
  background: var(--bg-color);
  position: relative;
  overflow: auto;
}

.drawer__nav {
}

.drawer__list {
  position: relative;
  &::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-bottom: solid 1px var(--divider-color);
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.6s var(--transition-1) 0.6s;
  }
}

.drawer__item {
  display: flex;
  align-items: center;
  padding: 2.5rem min(9.736456808%,13.3rem);
  position: relative;
  &::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-bottom: solid 1px var(--divider-color);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: transform 0.6s var(--transition-1) 0.6s;
  }
}

.drawer__link-wrap {
  flex-basis: 36rem;
  flex-shrink: 0;
  overflow: hidden;
}

.drawer__link {
  display: inline-flex;
  flex-direction: column;
  font-family: var(--font-en);
  font-variation-settings: "wght" 600;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  transition: transform 0.6s var(--transition-1) 1.2s;
}

.drawer__link span {
  transition: opacity 0.3s var(--transition-2), transform 0.3s var(--transition-2);
}

.drawer__link span:nth-child(2) {
  font-family: var(--font-en-serif);
  font-style: italic;
  position: absolute;
  transform: translateY(100%);
  opacity: 0;
  white-space: nowrap;
}

.drawer__child-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 4.5rem;
  flex: 1;
}

.drawer__child-list li {
  font-size: 1.6rem;
  line-height: 1.9;
  overflow: hidden;
}

.drawer__child-list li:has(a[target]) {
  padding-right: 2.1rem;
}

.drawer__child-list li a {
  display: inline-block;
  font-family: var(--font-en);
  font-variation-settings: "wght" 400;
  transition: transform 0.6s var(--transition-1) 1.4s;
  position: relative;
}

.drawer[aria-hidden="true"] .drawer__child-list li a {
  transform: translateY(100%);
  transition: transform 0.6s var(--transition-1);
}

.drawer__child-list li a[target]::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.7rem;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.9606 9.75474C13.9606 10.7105 13.9606 11.482 13.9606 12.1017C13.9606 13.4047 12.9044 14.4606 11.6015 14.4606H5.02566C3.72273 14.4606 2.6665 13.4044 2.6665 12.1015V5.52566C2.6665 4.22273 3.72273 3.1665 5.02566 3.1665H7.84297" stroke="%23333333" stroke-width="0.94694"/><line x1="8.15837" y1="9.45329" x2="13.8152" y2="3.79644" stroke="%23333333" stroke-width="1.11405"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.5278 3.92858L11.221 4.03056L11.2498 3.3781L14.018 3.25573L14.209 3.24735L14.2006 3.43838L14.0783 6.20653L13.4258 6.23537L13.5278 3.92858Z" fill="%23333333" stroke="%23333333" stroke-width="0.278512"/></svg>') no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: -2.1rem;
  top: .5rem;
}


.drawer__sub-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 3.3rem 3.3rem 3.8rem;
}

.drawer__sub-list li {
  font-size: 1.6rem;
  line-height: 1;
  overflow: hidden;
}

.drawer__sub-list li a {
  display: block;
  font-family: var(--font-en);
  font-variation-settings: "wght" 400;
  font-size: 1.2rem;
  line-height: 1.2;
  transition: transform 0.6s var(--transition-1) 1.8s;
}

.drawer[aria-hidden="true"] .drawer__sub-list li a {
  transform: translateY(100%);
  transition: transform 0.6s var(--transition-1);
}

.drawer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 0 0;
  margin: 4rem 0 0;
  border-top: solid 1px #0000001A;
}

.drawer__copyright {
  font-size: 1.4rem;
  line-height: 1.0;
  color: var(--color-gs-tertiary);
}

.drawer__sns {
  display: flex;
  gap: 8px;
}

.drawer__sns li a .-opacity {
  fill-opacity: 0.35;
}

@media (min-width: 769px) {
  a.drawer__link:hover span:first-child{
    transform: translateY(-100%);
    opacity: 0;
  }
  a.drawer__link:hover span:nth-child(2){
    transform: none;
    opacity: 1;
  }
  .drawer__child-list li a {
    position: relative;
    &::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: var(--normal-color);
      position: absolute;
      left: 0;
      bottom: .2rem;
      opacity: 0;
      transition: .3s;
    }
    &:hover {
      &::after {
        bottom: 0;
        opacity: 1;
      }
    }
  }
  .drawer__sub-list li a {
    position: relative;
    &::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: var(--normal-color);
      position: absolute;
      left: 0;
      bottom: .2rem;
      opacity: 0;
      transition: .3s;
    }
    &:hover {
      &::after {
        bottom: 0rem;
        opacity: 1;
      }
    }
  }

  .sp-toggle-button {
    display: none;
  }
}

@media (max-width: 768px) {

  .drawer {
    width: 100%;
    overflow: auto;
  }

  .drawer__inner {
    padding: 9rem 0 3rem;
  }
  
  .drawer__bg {
    display: none;
  }

  .drawer__nav {
    gap: 4rem;
  }

  .drawer__list {
  }

  .drawer__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 2rem 5rem;
    position: relative;
  }

  .drawer__link-wrap {
    flex-basis: auto;
  }

  .drawer__link {
    font-size: 2.4rem;
  }

  .drawer__child-wrap {
    display: block;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }

  .drawer__child-list {
    flex: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem 0 0;
  }

  .drawer__sub-list {
    flex-direction: column;
    gap: 1.5rem;
    padding: 3.2rem 5rem 10rem;
  }

  .sp-toggle-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    right: 2rem;
    top: .8rem;
    opacity: 0;
    transition: opacity 0.6s var(--transition-1) 1.2s;
    &::before,
    &::after {
      content: "";
      display: block;
      width: 1.8rem;
      height: .2rem;
      background: #333;
      position: absolute;
      transition: .3s;
    }
    &::after {
      transform: rotate(90deg);
    }
    &[aria-expanded="true"] {
      &::before {
        transform: rotate(-180deg);
      }
      &::after {
        opacity: 0;
      }
    }
  }
  .drawer.is-open .sp-toggle-button {
    opacity: 1;
  }
  
}
.footer {
  padding: 3rem 3rem 2rem;
  border-top: solid 1px #CACACA;
  position: relative;
  z-index: 1;
}

.footer__column {
  display: flex;
  flex-direction: column;
}

.footer__logo {
  width: 12rem;
  margin: 0 0 12.3rem;
}

.footer__container {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  margin: 0 auto 19rem;
  max-width: 1100px;
}

.footer__nav {
  order: 1;
}

.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 0;
}

.footer__nav-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

.footer__nav-list li {
  line-height: 1.2;
}

.footer__nav-list > li {
  width: 23rem;
}

.footer__nav-link {
  font-family: var(--font-en);
  font-variation-settings: "wght" 600;
  font-weight: 600;
  font-size: 1.8rem;
}

.footer__child-list li a {
  font-size: 1.6rem;
  line-height: 1.9;
  position: relative;
}

.footer__child-list li a[target]::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.7rem;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.9606 9.75474C13.9606 10.7105 13.9606 11.482 13.9606 12.1017C13.9606 13.4047 12.9044 14.4606 11.6015 14.4606H5.02566C3.72273 14.4606 2.6665 13.4044 2.6665 12.1015V5.52566C2.6665 4.22273 3.72273 3.1665 5.02566 3.1665H7.84297" stroke="%23333333" stroke-width="0.94694"/><line x1="8.15837" y1="9.45329" x2="13.8152" y2="3.79644" stroke="%23333333" stroke-width="1.11405"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.5278 3.92858L11.221 4.03056L11.2498 3.3781L14.018 3.25573L14.209 3.24735L14.2006 3.43838L14.0783 6.20653L13.4258 6.23537L13.5278 3.92858Z" fill="%23333333" stroke="%23333333" stroke-width="0.278512"/></svg>') no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: -2.1rem;
  top: .1rem;
}

.footer__copy {
  width: 58.4rem;
  max-width: 100%;
  order: 0;
}

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

.footer__sub-list {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.footer__sub-list li a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
}

.footer__copyright {
  font-family: var(--font-en);
  font-variation-settings: "wght" 400;
  font-size: 1.4rem;
  line-height: 1.2;
}

@media (min-width: 769px) {
  .footer__nav-list > li:nth-child(4n) {
    width: 24rem;
  }
  a.footer__nav-link {
    position: relative;
    &::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: var(--normal-color);
      position: absolute;
      left: 0;
      bottom: -.1rem;
      opacity: 0;
      transition: .3s;
    }
    &:hover {
      &::after {
        bottom: -.3rem;
        opacity: 1;
      }
    }
  }
  .footer__child-list li a {
    position: relative;
    &::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: var(--normal-color);
      position: absolute;
      left: 0;
      bottom: 0;
      opacity: 0;
      transition: .3s;
    }
    &:hover {
      &::after {
        bottom: -.2rem;
        opacity: 1;
      }
    }
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 5rem 2rem 2rem;
  }
  .footer__logo {
    margin: 0 0 7rem;
  }
  .footer__container {
    gap: 5rem;
    margin: 0 0 4.7rem;
    width: 100%;
  }
  .footer__nav-list {
    flex-wrap: wrap;
    gap: 4rem 0;
  }

  .footer__nav-list > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    padding: 0;
  }

  .footer__nav-list > li:nth-child(even) {
    padding: 0 0 0 1.9rem;
  }

  .footer__nav-col {
    min-width: 10rem;
    gap: 1rem;
  }
  
  .footer__nav-link {
    font-size: 1.6rem;
  }

  .footer__child-list li {
    line-height: 1.7;
  }
  .footer__child-list li a {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .footer__child-list li a[target]::before {
    width: 1.3rem;
    height: 1.3rem;
    right: -1.6rem;
    top: .3rem;
  }

  .footer__copy {
    width: 26.5rem;
    order: 1;
    margin: 0 auto;
  }

  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 5rem;
  }

  .footer__sub-list {
    align-items: flex-start;
    flex-direction: column;
  }
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-shrink: 0;
  font-size: 1.3rem;
  font-variation-settings: "wght" 500;
  font-weight: 700;
}

.breadcrumb li:not(li:has(a)) {
  position: relative;
}
.breadcrumb li:not(li:has(a)):after {
  content: "";
  display: inline-block;
  border-bottom: solid 1px #303030;
  width: calc(100% - 2rem);
  position: absolute;
  right: 0;
  bottom: .2rem;
}

.breadcrumb li a {
  font-variation-settings: "wght" 500;
  font-weight: 700;
}

.breadcrumb li + li::before {
  content: "";
  display: block;
  width: .8rem;
  height: .2rem;
  background: var(--accent-color);
  margin: 0 0 .4rem;
}

.breadcrumb li:last-child span{
  max-width: 40rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .breadcrumb {
    gap: 1.0rem;
    width: 100%;
    justify-content: flex-end;
  }
  .breadcrumb li {
    gap: 1rem;
  }
  .breadcrumb li:last-child {
    flex-shrink: 1;
    overflow: hidden;
  }
  .breadcrumb li:last-child span{
    width: 100%;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

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

/* 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 {
  left: 0;
  opacity: 1;
  top: 100%;
}

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

@media (max-width: 767px) {
  .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;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 768px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}