@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  outline: 0 none;
  border: 0 none;
  padding: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
body {
  margin: 0;
  line-height: 1.5;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
hr {
  margin: 1rem 0;
  border: 0;
  opacity: 0.25;
  color: inherit;
}
hr:not([size]) {
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 500;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  line-height: inherit;
  font-style: normal;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
sub,
sup {
  position: relative;
  line-height: 0;
  font-size: 0.75em;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:not([href]),
a:not([href]):hover {
  text-decoration: none;
  color: inherit;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
}
pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
  display: block;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  word-break: normal;
  color: inherit;
}
code {
  font-size: 0.875em;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  border-radius: 0.2rem;
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  caption-side: bottom;
  text-align: left;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: textfield;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  margin: 0;
  min-width: 0;
  border: 0;
  padding: 0;
}
legend {
  margin-bottom: 0.5rem;
  width: 100%;
  padding: 0;
  float: left;
  line-height: inherit;
  font-size: 1.5rem;
  white-space: normal;
  color: inherit;
}
mark {
  padding: 0.2em;
}
progress {
  vertical-align: baseline;
}
::-webkit-datetime-edit {
  overflow: visible;
  line-height: 0;
}
[type="search"] {
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
main {
  display: block;
}
[hidden] {
  display: none !important;
}
select:-moz-focusring {
  text-shadow: 0 0 0 #000;
  color: transparent;
}
select {
  background: transparent;
}
a:focus,
button:focus,
input:focus,
select:focus {
  outline: 0;
}
a:active,
a:hover {
  outline: 0;
}
a,
a:visited {
  color: inherit;
}
:root {
  --primary-latin-font-family: "Noto Sans", sans-serif;
  --secondary-latin-font-family: "Noto Sans", sans-serif;
  --tertiary-latin-font-family: "Noto Sans", sans-serif;
  --primary-japanese-font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  --secondary-japanese-font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  --tertiary-japanese-font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  --mono-font-family: MonoFontFamily;
  --base-color: #fff;
  --base-color-200: #666;
  --base-color-300: #999;
  --base-color-400: #ccc;
  --base-color-600: #fff;
  --base-color-700: #fff;
  --base-color-800: #fff;
  --base-contrast-color: #000;
  --neutral-color: #808080;
  --neutral-color-50: #0d0d0d;
  --neutral-color-100: #1a1a1a;
  --neutral-color-150: #262626;
  --neutral-color-200: #333;
  --neutral-color-250: #404040;
  --neutral-color-300: #4d4d4d;
  --neutral-color-350: #5a5a5a;
  --neutral-color-400: #666;
  --neutral-color-450: #737373;
  --neutral-color-600: #999;
  --neutral-color-650: #a6a6a6;
  --neutral-color-700: #b3b3b3;
  --neutral-color-750: #c0c0c0;
  --neutral-color-800: #ccc;
  --neutral-color-850: #d9d9d9;
  --neutral-color-900: #e6e6e6;
  --neutral-color-950: #f2f2f2;
  --neutral-contrast-color: #000;
  --primary-color: #2f2f2f;
  --primary-color-200: #131313;
  --primary-color-300: #1c1c1c;
  --primary-color-400: #262626;
  --primary-color-600: #595959;
  --primary-color-700: #828282;
  --primary-color-800: #acacac;
  --primary-contrast-color: #000;
  --secondary-color: #2f2f2f;
  --secondary-color-200: #131313;
  --secondary-color-300: #1c1c1c;
  --secondary-color-400: #262626;
  --secondary-color-600: #595959;
  --secondary-color-700: #828282;
  --secondary-color-800: #acacac;
  --secondary-contrast-color: #000;
  --tertiary-color: #2f2f2f;
  --tertiary-color-200: #131313;
  --tertiary-color-300: #1c1c1c;
  --tertiary-color-400: #262626;
  --tertiary-color-600: #595959;
  --tertiary-color-700: #828282;
  --tertiary-color-800: #acacac;
  --tertiary-contrast-color: #000;
  --accent-color: #fbbd23;
  --accent-color-200: #705102;
  --accent-color-300: #a97903;
  --accent-color-400: #e1a104;
  --accent-color-600: #fcca4f;
  --accent-color-700: #fdd77b;
  --accent-color-800: #fde5a7;
  --accent-contrast-color: #000;
  --info-color: #001f6a;
  --info-color-200: #000c2a;
  --info-color-300: #001340;
  --info-color-400: #001955;
  --info-color-600: #0037bb;
  --info-color-700: #0d53ff;
  --info-color-800: #5d8dff;
  --info-contrast-color: #000;
  --success-color: #359708;
  --success-color-200: #153c03;
  --success-color-300: #205b05;
  --success-color-400: #2a7906;
  --success-color-600: #4cda0c;
  --success-color-700: #73f437;
  --success-color-800: #a1f87a;
  --success-contrast-color: #000;
  --warning-color: #fbbd23;
  --warning-color-200: #705102;
  --warning-color-300: #a97903;
  --warning-color-400: #e1a104;
  --warning-color-600: #fcca4f;
  --warning-color-700: #fdd77b;
  --warning-color-800: #fde5a7;
  --warning-contrast-color: #000;
  --error-color: #e30047;
  --error-color-200: #5b001c;
  --error-color-300: #88002b;
  --error-color-400: #b60039;
  --error-color-600: #ff1d63;
  --error-color-700: #ff558a;
  --error-color-800: #ff8eb1;
  --error-contrast-color: #000;
  --tiny-button-border-radius: 0.5rem;
  --small-button-border-radius: 0.5rem;
  --button-border-radius: 0.5rem;
  --large-button-border-radius: 0.5rem;
  --big-button-border-radius: 0.5rem;
  --huge-button-border-radius: 0.5rem;
  --pill-button-border-radius: 100vmax;
  --tiny-button-padding: 0.125rem 0.25rem;
  --small-button-padding: 0.25rem 0.5rem;
  --button-padding: 0.5rem 1rem;
  --large-button-padding: 1rem 2rem;
  --big-button-padding: 1.5rem 3rem;
  --huge-button-padding: 2rem 4rem;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  background-color: #fff;
  color: #000;
}
body,
button,
input,
textarea {
  font-family: "Noto Sans", sans-serif;
}
:lang(ja) body,
:lang(ja) button,
:lang(ja) input,
:lang(ja) textarea {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  border: none;
  padding: 0;
  display: block;
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
}
sup {
  position: relative;
  top: -0.7em;
  font-size: 0.5em;
  vertical-align: baseline;
}
table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-collapse: collapse;
}
table tr:first-child {
  font-size: var(--block-text-font-size);
  color: #2f2f2f;
}
td {
  border: 1px solid #888;
  padding: 0.5rem;
}
a,
a:link,
a:visited {
  text-decoration-line: underline;
  color: #001f6a;
}
a:active,
a:hover {
  color: #9066ee;
}
.extended-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.margin-left-auto\! {
  margin-left: auto !important;
}
.margin-right-auto\! {
  margin-right: auto !important;
}
.overflow-scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.overflow-scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.scroll-snap-type-y-mandatory {
  scroll-snap-type: mandatory;
  scroll-snap-type: y mandatory;
}
.scroll-snap-align-start {
  scroll-snap-align: start;
}
.scroll-snap-align-end {
  scroll-snap-align: end;
}
html {
  font-size: 0.9rem;
}
@media (min-width: 90em) {
  html {
    font-size: 1rem;
  }
}
@media (min-width: 100em) {
  html {
    font-size: 1.1rem;
  }
}
@media (min-width: 110em) {
  html {
    font-size: 1.2rem;
  }
}
@media (min-width: 120em) {
  html {
    font-size: 1.3rem;
  }
}
.scaled-button {
  cursor: pointer;
  transition: transform 0.25s ease;
}
.scaled-button:hover {
  transform: scale(1.1);
}
.zoomed-button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.zoomed-button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: inherit;
  transition: transform 0.8s ease;
}
.zoomed-button:hover::after {
  transform: scale(1.05);
}
.zoomed-button > * {
  z-index: 1;
  position: relative;
}
.opacity-transition {
  opacity: 10%;
  transition: opacity 1.8s ease;
}
.opacity-transition.is-visible {
  opacity: 1;
}
.y-translation-opacity-transition {
  transform: translateY(10%);
  opacity: 0;
  transition: transform 1.8s ease, opacity 1.8s ease;
}
.y-translation-opacity-transition.is-visible {
  transform: translateY(0);
  opacity: 1;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.is-hidden {
  display: none !important;
}
.button {
  cursor: pointer;
}
.link-button {
  text-decoration-line: underline;
  color: #001f6a;
  cursor: pointer;
}
.link-button:hover {
  color: #9066ee;
}
.paragraph {
  min-height: 1em;
}
.paragraph + .paragraph {
  margin-top: 0.8em;
}
.linebreak {
  margin-bottom: 0.8em;
  display: block;
  content: "";
}
.white {
  color: #fff;
}
.black {
  color: #fff;
}
.red {
  color: #e30047;
}
.green {
  color: #359708;
}
.blue {
  color: #001f6a;
}
.orange {
  color: #fbbd23;
}
.text-50 {
  font-size: 0.5rem;
}
.text-60 {
  font-size: 0.6rem;
}
.text-70 {
  font-size: 0.7rem;
}
.text-80 {
  font-size: 0.8rem;
}
.text-90 {
  font-size: 0.9rem;
}
.text-100 {
  font-size: 1rem;
}
.text-125 {
  font-size: 1.25rem;
}
.text-150 {
  font-size: 1.5rem;
}
.text-175 {
  font-size: 1.75rem;
}
.text-200 {
  font-size: 2rem;
}
.title-1 {
  font-size: 2rem;
}
.title-2 {
  font-size: 1.75rem;
}
.title-3 {
  font-size: 1.5rem;
}
.title-4 {
  font-size: 1.25rem;
}
.dash-1 {
  margin-left: 1em;
}
.dash-2 {
  margin-left: 2em;
}
.dash-3 {
  margin-left: 3em;
}
.dash-4 {
  margin-left: 4em;
}
.dash-1::before,
.dash-2::before,
.dash-3::before,
.dash-4::before {
  position: absolute;
  transform: translateX(-0.9em);
  content: "-";
}
.bullet-1 {
  margin-left: 1em;
}
.bullet-2 {
  margin-left: 2em;
}
.bullet-3 {
  margin-left: 3em;
}
.bullet-4 {
  margin-left: 4em;
}
.bullet-1::before,
.bullet-2::before,
.bullet-3::before,
.bullet-4::before {
  position: absolute;
  transform: translateX(-0.9em);
  content: "\2022";
}
.filled-bullet-1 {
  margin-left: 1em;
}
.filled-bullet-2 {
  margin-left: 2em;
}
.filled-bullet-3 {
  margin-left: 3em;
}
.filled-bullet-4 {
  margin-left: 4em;
}
.filled-bullet-1::before,
.filled-bullet-2::before,
.filled-bullet-3::before,
.filled-bullet-4::before {
  position: absolute;
  transform: translate(-1.25em, 0.25em);
  height: 1em;
  width: 1em;
  content: "";
  background: url("/static/image/base/blue_filled_bullet_icon.svg") no-repeat center center/contain;
}
.hollow-bullet-1 {
  margin-left: 1em;
}
.hollow-bullet-2 {
  margin-left: 2em;
}
.hollow-bullet-3 {
  margin-left: 3em;
}
.hollow-bullet-4 {
  margin-left: 4em;
}
.hollow-bullet-1::before,
.hollow-bullet-2::before,
.hollow-bullet-3::before,
.hollow-bullet-4::before {
  position: absolute;
  transform: translate(-1.25em, 0.25em);
  height: 1em;
  width: 1em;
  content: "";
  background: url("/static/image/base/blue_hollow_bullet_icon.svg") no-repeat center center/contain;
}
.checkmark-1 {
  padding-left: 1.5em;
}
.checkmark-2 {
  padding-left: 3.25em;
}
.checkmark-3 {
  padding-left: 5em;
}
.checkmark-4 {
  padding-left: 6.75em;
}
.checkmark-1::before,
.checkmark-2::before,
.checkmark-3::before,
.checkmark-4::before {
  position: absolute;
  transform: translate(-1.35em, 0.25em);
  margin-left: -0.2em;
  height: 1em;
  width: 1em;
  content: "";
  background: url("/static/image/base/green_checkmark_icon.svg") no-repeat center center/contain;
}
.view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  flex-shrink: 0;
}
.page {
  --page-margin: 1rem;
  --page-padding: 1rem;
  --page-heading-title-font-size: 0.8rem;
  --page-heading-teaser-font-size: 1rem;
  --page-heading-subtitle-font-size: 0.8rem;
  --page-heading-button-font-size: 0.8rem;
  --page-heading-footer-font-size: 0.6rem;
  position: relative;
  height: auto;
  min-height: var(--viewport-height);
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 35em) {
  .page {
    --page-heading-title-font-size: 1rem;
    --page-heading-teaser-font-size: 1.5rem;
    --page-heading-subtitle-font-size: 1rem;
    --page-heading-footer-font-size: 1rem;
    --page-heading-button-font-size: 1rem;
  }
}
@media (min-width: 65em) {
  .page {
    --page-margin: 2rem;
    --page-padding: 2rem;
    --page-heading-title-font-size: 1.5rem;
    --page-heading-teaser-font-size: 2rem;
  }
}
.block {
  --block-margin: 1rem;
  --block-padding: 1rem;
  --block-title-font-size: 1.6rem;
  --block-teaser-font-size: 1.2rem;
  --block-subtitle-font-size: 1.2rem;
  --block-subtitle-2-font-size: 1.1rem;
  --block-subtitle-3-font-size: 1rem;
  --block-subtitle-4-font-size: 0.9rem;
  --block-text-font-size: 1rem;
  --block-link-button-font-size: 0.8rem;
  --block-link-font-size: 0.875rem;
}
@media (min-width: 65em) {
  .block {
    --block-margin: 2rem;
    --block-padding: 2rem;
    --block-title-font-size: 2rem;
    --block-link-font-size: 0.875rem;
  }
}
.block-title {
  font-size: var(--block-title-font-size);
  font-weight: 400;
  color: #001f6a;
}
.block-title + * {
  margin-top: 1em;
}
@media (min-width: 65em) {
  .block-title + * {
    margin-top: 2em;
  }
}
.block-teaser {
  font-size: var(--block-teaser-font-size);
  font-weight: 400;
  color: #e30047;
}
.block-teaser + * {
  margin-top: 1em;
}
@media (min-width: 65em) {
  .block-teaser + * {
    margin-top: 2em;
  }
}
.block-subtitle {
  font-size: var(--block-subtitle-font-size);
  font-weight: 400;
  color: #001f6a;
}
.block-subtitle-2 {
  font-size: var(--block-subtitle-2-font-size);
  font-weight: 400;
  color: #001f6a;
}
.block-subtitle-3 {
  font-size: var(--block-subtitle-3-font-size);
  font-weight: 400;
  color: #001f6a;
}
.block-subtitle-4 {
  font-size: var(--block-subtitle-4-font-size);
  font-weight: 400;
  color: #001f6a;
}
.block-text {
  font-size: var(--block-text-font-size);
  color: #2f2f2f;
}
.block-text + * {
  margin-top: 1em;
}
@media (min-width: 65em) {
  .block-text + * {
    margin-top: 2em;
  }
}
.block-link {
  font-size: var(--block-text-font-size);
  text-decoration-line: underline;
  color: #001f6a;
  cursor: pointer;
}
.block-link:hover {
  color: #9066ee;
}
.block-link + * {
  margin-top: 1em;
}
@media (min-width: 65em) {
  .block-link + * {
    margin-top: 2em;
  }
}
.block-action-link {
  font-size: var(--block-text-font-size);
  text-decoration-line: underline;
  color: #e30047;
  cursor: pointer;
}
.block-action-link:hover {
  color: #ee6690;
}
.block-action-link + * {
  margin-top: 1em;
}
@media (min-width: 65em) {
  .block-action-link + * {
    margin-top: 2em;
  }
}
.block-link-button {
  font-size: var(--block-link-button-font-size);
  white-space: nowrap;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #001f6a;
  cursor: pointer;
}
.block-link-button::after {
  transform-origin: right;
  transform: translate(0, 0.2em);
  height: 1em;
  width: 4em;
  display: inline-block;
  content: '';
  background: url("/static/image/base/red_right_arrow_icon.svg") no-repeat center right/contain;
  transition: transform 0.25s ease;
}
.block-link-button:hover::after {
  transform: translate(0.5rem, 0.2em);
}
.block-link-button + * {
  margin-top: 1rem;
}
@media (min-width: 65em) {
  .block-link-button + * {
    margin-top: 2rem;
  }
}
.block-row {
  --row-gap: 0;
  --column-gap: 0;
  --bar-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 65em) {
  .block-row {
    flex-direction: row;
  }
}
@media (min-width: 65em) {
  .block-row.has-three-desktop-columns {
    flex-direction: row;
  }
}
.block-row > * {
  margin-top: 0 !important;
  border-top: 1px solid var(--bar-color);
  padding-top: calc(var(--row-gap) * 0.5);
  padding-bottom: calc(var(--row-gap) * 0.5);
  padding-left: 0;
  padding-right: 0;
  flex-grow: 1;
}
@media (min-width: 65em) {
  .block-row.has-three-desktop-columns > * {
    border-top: none;
    border-left: 1px solid var(--bar-color);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: calc(var(--column-gap) * 0.5);
    padding-right: calc(var(--column-gap) * 0.5);
    flex-basis: 33.333333%;
  }
}
.block-row > :first-child {
  border-top: none;
  border-left: none;
  padding-top: 0;
  padding-left: 0;
}
.block-row > :last-child {
  padding-bottom: 0;
  padding-right: 0;
}
.block-row.has-gray-bar {
  --bar-color: #dadada;
}
.block-grid {
  --row-gap: 0;
  --column-gap: 0;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  gap: var(--row-gap) var(--column-gap);
  justify-content: start;
  align-items: stretch;
}
.block-grid.has-auto-grow-columns {
  grid-template-columns: auto 1fr;
}
.block-grid.has-two-columns {
  grid-template-columns: 1fr 1fr;
}
.block-grid.has-three-columns {
  grid-template-columns: 1fr 1fr 1fr;
}
.block-grid.has-four-columns {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (min-width: 35em) {
  .block-grid.has-two-tablet-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 35em) {
  .block-grid.has-three-tablet-columns {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 65em) {
  .block-grid.has-two-desktop-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 65em) {
  .block-grid.has-three-desktop-columns {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 65em) {
  .block-grid.has-four-desktop-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.block-grid > * {
  margin-top: 0 !important;
}
.has-row-gap-25 {
  --row-gap: 0.25em;
}
.has-row-gap-50 {
  --row-gap: 0.5em;
}
.has-row-gap-100 {
  --row-gap: 1em;
}
.has-row-gap-200 {
  --row-gap: 2em;
}
.has-column-gap-25 {
  --column-gap: 0.25em;
}
.has-column-gap-50 {
  --column-gap: 0.5em;
}
.has-column-gap-100 {
  --column-gap: 1em;
}
.has-column-gap-200 {
  --column-gap: 2em;
}
.has-gap-25 {
  --row-gap: 0.25em;
  --column-gap: 0.25em;
}
.has-gap-50 {
  --row-gap: 0.5em;
  --column-gap: 0.5em;
}
.has-gap-100 {
  --row-gap: 1em;
  --column-gap: 1em;
}
.has-gap-200 {
  --row-gap: 2em;
  --column-gap: 2em;
}
.block-gallery {
  --gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.block-image {
  --image-height: 10rem;
  height: auto;
  width: 100%;
}
@media (min-width: 35em) {
  .block-image {
    height: var(--image-height);
    width: auto;
  }
}
.side-margined-container {
  margin-left: var(--page-padding);
  margin-right: var(--page-padding);
}
.margined-container {
  margin: var(--page-padding);
}
.side-padded-container {
  padding-left: var(--page-padding);
  padding-right: var(--page-padding);
}
.padded-container {
  padding: var(--page-padding);
}
.top-border {
  border-top: 1px solid #dadada;
}
.bottom-border {
  border-bottom: 1px solid #dadada;
}
.left-border {
  border-left: 1px solid #dadada;
}
.right-border {
  border-right: 1px solid #dadada;
}
.appearing-top-border {
  position: relative;
}
.appearing-top-border::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform-origin: left;
  transform: scaleX(0);
  height: 1px;
  content: '';
  background-color: #dadada;
  transition: transform 1s ease-out 0.5s;
}
.appearing-top-border.is-visible::before,
.is-visible .appearing-top-border::before {
  transform: scaleX(1);
}
.appearing-bottom-border {
  position: relative;
}
.appearing-bottom-border::before {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: left;
  transform: scaleX(0);
  height: 1px;
  content: '';
  background-color: #dadada;
  transition: transform 1s ease-out 0.5s;
}
.appearing-bottom-border.is-visible::before,
.is-visible .appearing-bottom-border::before {
  transform: scaleX(1);
}
.appearing-left-border {
  position: relative;
}
.appearing-left-border::before {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform-origin: center;
  transform: scaleY(0);
  width: 1px;
  content: '';
  background-color: #dadada;
  transition: transform 1s ease-out 1s;
}
.appearing-left-border.is-visible::before,
.is-visible .appearing-left-border::before {
  transform: scaleY(1);
}
.appearing-right-border {
  position: relative;
}
.appearing-right-border::before {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform-origin: center;
  transform: scaleY(0);
  width: 1px;
  content: '';
  background-color: #dadada;
  transition: transform 1s ease-out 1s;
}
.appearing-right-border.is-visible::before,
.is-visible .appearing-right-border::before {
  transform: scaleY(1);
}
.appearing-left-image {
  position: relative;
  overflow: hidden;
}
.appearing-left-image::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #fff;
}
.appearing-left-image::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  right: 100%;
  content: "";
  background: inherit;
  transition: right 1.5s ease-out, left 3s ease-out;
}
.appearing-left-image.is-visible::after,
.is-visible .appearing-left-image::after {
  left: 0;
  right: 0;
}
.appearing-left-image > * {
  z-index: 1;
  position: relative;
}
.appearing-right-image {
  position: relative;
  overflow: hidden;
}
.appearing-right-image::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #fff;
}
.appearing-right-image::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 20%;
  content: "";
  background: inherit;
  transition: left 1.5s ease-out, right 3s ease-out;
}
.appearing-right-image.is-visible::after,
.is-visible .appearing-right-image::after {
  left: 0;
  right: 0;
}
.appearing-right-image > * {
  z-index: 1;
  position: relative;
}
.appearing-top-content > * {
  transform: translateY(-30vmin);
  opacity: 0;
  transition: opacity 1s ease-out 0.5s, transform 3s cubic-bezier(0.22, 0.68, 0.04, 1.03);
}
.appearing-top-content.is-visible > *,
.is-visible .appearing-top-content > * {
  transform: translateY(0);
  opacity: 1;
}
.appearing-bottom-content > * {
  transform: translateY(30vmin);
  opacity: 0;
  transition: opacity 1s ease-out 0.5s, transform 3s cubic-bezier(0.22, 0.68, 0.04, 1.03);
}
.appearing-bottom-content.is-visible > *,
.is-visible .appearing-bottom-content > * {
  transform: translateY(0);
  opacity: 1;
}
.appearing-left-content > * {
  transform: translateX(-60vw);
  opacity: 0;
  transition: opacity 1s ease-out 0.5s, transform 3s cubic-bezier(0.22, 0.68, 0.04, 1.03);
}
.appearing-left-content.is-visible > *,
.is-visible .appearing-left-content > * {
  transform: translateX(0);
  opacity: 1;
}
.appearing-right-content > * {
  transform: translateX(60vw);
  opacity: 0;
  transition: opacity 1s ease-out 0.5s, transform 3s cubic-bezier(0.22, 0.68, 0.04, 1.03);
}
.appearing-right-content.is-visible > *,
.is-visible .appearing-right-content > * {
  transform: translateX(0);
  opacity: 1;
}
.no-top-border {
  border-top: none !important;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_thin.woff2") format("woff2"), url("font/noto_sans_thin.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_thin_italic.woff2") format("woff2"), url("font/noto_sans_thin_italic.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 100;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_extra_light.woff2") format("woff2"), url("font/noto_sans_extra_light.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 200;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_extra_light_italic.woff2") format("woff2"), url("font/noto_sans_extra_light_italic.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 200;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_light.woff2") format("woff2"), url("font/noto_sans_light.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_light_italic.woff2") format("woff2"), url("font/noto_sans_light_italic.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_regular.woff2") format("woff2"), url("font/noto_sans_regular.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_italic.woff2") format("woff2"), url("font/noto_sans_italic.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_medium.woff2") format("woff2"), url("font/noto_sans_medium.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_medium_italic.woff2") format("woff2"), url("font/noto_sans_medium_italic.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 500;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_semi_bold.woff2") format("woff2"), url("font/noto_sans_semi_bold.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_semi_bold_italic.woff2") format("woff2"), url("font/noto_sans_semi_bold_italic.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 600;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_bold.woff2") format("woff2"), url("font/noto_sans_bold.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_bold_italic.woff2") format("woff2"), url("font/noto_sans_bold_italic.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 700;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_extra_bold.woff2") format("woff2"), url("font/noto_sans_extra_bold.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_extra_bold_italic.woff2") format("woff2"), url("font/noto_sans_extra_bold_italic.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 800;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_black.woff2") format("woff2"), url("font/noto_sans_black.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans";
  src: url("font/noto_sans_black_italic.woff2") format("woff2"), url("font/noto_sans_black_italic.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2190-22FF, U+2934-2937, U+F6D5-F6D8;
  font-weight: 900;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("font/noto_sans_jp_thin.woff2") format("woff2"), url("font/noto_sans_jp_thin.woff") format("woff");
  unicode-range: U+3000-30FF, U+4E00-9FFF, U+FF00-FFEF;
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("font/noto_sans_jp_extra_light.woff2") format("woff2"), url("font/noto_sans_jp_extra_light.woff") format("woff");
  unicode-range: U+3000-30FF, U+4E00-9FFF, U+FF00-FFEF;
  font-weight: 200;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("font/noto_sans_jp_light.woff2") format("woff2"), url("font/noto_sans_jp_light.woff") format("woff");
  unicode-range: U+3000-30FF, U+4E00-9FFF, U+FF00-FFEF;
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("font/noto_sans_jp_regular.woff2") format("woff2"), url("font/noto_sans_jp_regular.woff") format("woff");
  unicode-range: U+3000-30FF, U+4E00-9FFF, U+FF00-FFEF;
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("font/noto_sans_jp_medium.woff2") format("woff2"), url("font/noto_sans_jp_medium.woff") format("woff");
  unicode-range: U+3000-30FF, U+4E00-9FFF, U+FF00-FFEF;
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("font/noto_sans_jp_semi_bold.woff2") format("woff2"), url("font/noto_sans_jp_semi_bold.woff") format("woff");
  unicode-range: U+3000-30FF, U+4E00-9FFF, U+FF00-FFEF;
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("font/noto_sans_jp_bold.woff2") format("woff2"), url("font/noto_sans_jp_bold.woff") format("woff");
  unicode-range: U+3000-30FF, U+4E00-9FFF, U+FF00-FFEF;
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("font/noto_sans_jp_extra_bold.woff2") format("woff2"), url("font/noto_sans_jp_extra_bold.woff") format("woff");
  unicode-range: U+3000-30FF, U+4E00-9FFF, U+FF00-FFEF;
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("font/noto_sans_jp_black.woff2") format("woff2"), url("font/noto_sans_jp_black.woff") format("woff");
  unicode-range: U+3000-30FF, U+4E00-9FFF, U+FF00-FFEF;
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
.font-family-noto-sans {
  font-family: "Noto Sans", sans-serif;
}
.font-family-noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.loader-page {
  z-index: 10000;
  position: fixed;
  height: var(--viewport-height);
  width: 100%;
  background: #fff;
}
body.is-appearing .loader-page {
  background: transparent;
}
.loader-page-slider {
  position: absolute;
  top: 0;
  bottom: 50vh;
  left: 0;
  right: 0;
  background: linear-gradient(#fff, #fff);
  background-size: auto var(--viewport-height);
  animation: loader-page-slider-appearing-animation 1s;
}
body.is-appearing .loader-page-slider {
  animation: loader-page-slider-disappearing-animation 1s forwards;
}
.loader-page-logo {
  --progress: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 15rem;
  width: 15rem;
  animation: loader-page-logo-appearing-animation 1s;
}
body.is-appearing .loader-page-logo {
  display: none;
}
.loader-page-logo-upper-slider {
  position: absolute;
  top: 0;
  bottom: var(--progress);
  left: 0;
  right: 0;
  overflow: hidden;
}
.loader-page-logo-lower-slider {
  position: absolute;
  top: calc(100% - var(--progress));
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.loader-page-logo-background {
  height: 15rem;
  width: 15rem;
}
.loader-page-logo-upper-slider .loader-page-logo-background {
  transform: translateY(0);
  background: url("/static/image/loader/initial_logo.svg") no-repeat center center/contain;
}
.loader-page-logo-lower-slider .loader-page-logo-background {
  transform: translateY(calc(0% - calc(100% - var(--progress))));
  background: url("/static/image/loader/final_logo.svg") no-repeat center center/contain;
}
@-moz-keyframes loader-page-slider-appearing-animation {
  0% {
    opacity: 0;
    background: linear-gradient(#fff, #fff);
  }
  100% {
    opacity: 1;
    background: linear-gradient(#fff, #fff);
  }
}
@-webkit-keyframes loader-page-slider-appearing-animation {
  0% {
    opacity: 0;
    background: linear-gradient(#fff, #fff);
  }
  100% {
    opacity: 1;
    background: linear-gradient(#fff, #fff);
  }
}
@-o-keyframes loader-page-slider-appearing-animation {
  0% {
    opacity: 0;
    background: linear-gradient(#fff, #fff);
  }
  100% {
    opacity: 1;
    background: linear-gradient(#fff, #fff);
  }
}
@keyframes loader-page-slider-appearing-animation {
  0% {
    opacity: 0;
    background: linear-gradient(#fff, #fff);
  }
  100% {
    opacity: 1;
    background: linear-gradient(#fff, #fff);
  }
}
@-moz-keyframes loader-page-slider-disappearing-animation {
  0% {
    bottom: 0;
  }
  100% {
    bottom: var(--viewport-height);
  }
}
@-webkit-keyframes loader-page-slider-disappearing-animation {
  0% {
    bottom: 0;
  }
  100% {
    bottom: var(--viewport-height);
  }
}
@-o-keyframes loader-page-slider-disappearing-animation {
  0% {
    bottom: 0;
  }
  100% {
    bottom: var(--viewport-height);
  }
}
@keyframes loader-page-slider-disappearing-animation {
  0% {
    bottom: 0;
  }
  100% {
    bottom: var(--viewport-height);
  }
}
@-moz-keyframes loader-page-logo-appearing-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loader-page-logo-appearing-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes loader-page-logo-appearing-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader-page-logo-appearing-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.product-page-section-title {
  font-size: 1.5rem;
  color: #001f6a;
}
.product-page-spaced-section-title {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #001f6a;
}
.product-page-section-text {
  font-size: 0.8rem;
  color: #2e2e2e;
}
.search-page-heading {
  padding-top: 7rem;
}
.search-page-heading-title {
  font-size: 1.5rem;
  text-align: center;
  color: #001f6a;
}
.search-page-form {
  display: flex;
}
.search-page-result-list {
  margin-bottom: 1rem;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 35em) {
  .search-page-result-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 17.95rem);
  }
}
.search-page-result {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  cursor: pointer;
}
.search-page-result-image {
  width: 100%;
  padding-top: 56.25%;
}
.search-page-result-content {
  padding: 0.5rem 0;
}
.search-page-result-content-title {
  font-size: 0.8rem;
  color: #001f6a;
}
.vacancy-page-container {
  display: grid;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-template-areas: "heading" "introduction" "description" "responsibilities" "skills" "location-and-offer" "contact";
}
@media (min-width: 65em) {
  .vacancy-page-container {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 18rem;
    grid-template-areas: "heading heading" "introduction contact" "description contact" "responsibilities contact" "skills contact" "location-and-offer location-and-offer";
    column-gap: 2rem;
  }
}
.vacancy-page-heading {
  grid-area: heading;
  border-bottom: 1px solid #dadada;
}
.vacancy-page-heading-title {
  padding-top: 4rem;
  padding-bottom: 1rem;
  font-size: 1.7rem;
  color: #001f6a;
}
.vacancy-page-heading-city {
  padding-bottom: 2rem;
  font-size: 1rem;
  color: #e30047;
}
.vacancy-page-title {
  padding-top: 2rem;
  font-size: 1.2rem;
  color: #001f6a;
}
.vacancy-page-text {
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-size: 1rem;
  color: #2f2f2f;
}
.vacancy-page-text .paragraph.block-title {
  font-size: 1.2rem;
}
.vacancy-page-text .paragraph.block-title:not(:first-child) {
  margin-top: 1.5rem;
}
.vacancy-page-introduction {
  grid-area: introduction;
  margin-top: 1rem;
}
.vacancy-page-description {
  grid-area: description;
  border-top: 1px solid #dadada;
}
.vacancy-page-responsibilities {
  grid-area: responsibilities;
  border-top: 1px solid #dadada;
}
.vacancy-page-skills {
  grid-area: skills;
  border-top: 1px solid #dadada;
}
.vacancy-page-location-and-offer {
  grid-area: location-and-offer;
  display: grid;
  border-top: 1px solid #dadada;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-template-areas: "location" "offer";
}
@media (min-width: 65em) {
  .vacancy-page-location-and-offer {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "location offer";
  }
}
.vacancy-page-location {
  grid-area: location;
}
.vacancy-page-location-container {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.vacancy-page-location-image {
  height: 1.2rem;
  width: auto;
}
.vacancy-page-offer {
  grid-area: offer;
}
@media (max-width: 64.98em) {
  .vacancy-page-offer {
    border-top: 1px solid #dadada;
  }
}
@media (min-width: 65em) {
  .vacancy-page-offer {
    border-left: 1px solid #dadada;
    padding-left: 2rem;
  }
}
.vacancy-page-contact {
  grid-area: contact;
}
@media (min-width: 65em) {
  .vacancy-page-contact {
    padding-top: 2rem;
  }
}
.vacancy-page-contact-container {
  padding: 1rem;
  background: #f7f7f7;
}
.vacancy-page-contact-text {
  font-size: 1.2rem;
  color: #2f2f2f;
}
.vacancy-page-contact-email-list {
  margin-top: 1rem;
}
.vacancy-page-contact-email {
  font-size: 1rem;
  color: #e30047;
}
.announcement {
  display: grid;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "date" "title" "button";
  background-color: #f7f7f7;
}
.announcement-image {
  grid-area: image;
}
.announcement-image-background {
  padding-top: 60%;
}
.announcement-date {
  grid-area: date;
  padding: 1rem 1rem 0 1rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #e30047;
}
.announcement-title {
  grid-area: title;
  padding: 1rem 1rem;
  display: flex;
  font-size: 0.8rem;
  color: #001f6a;
}
.announcement-button {
  padding: 0 1rem 1rem 1rem;
}
.announcement-button .block-link-button {
  font-size: 0.8rem;
}
.announcement-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  row-gap: 2rem;
}
@media (min-width: 35em) {
  .announcement-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 65em) {
  .announcement-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.announcement-filter {
  border-bottom: 1px solid #dadada;
  padding-top: 0;
  padding-bottom: 0;
  color: #001f6a;
}
.announcement-filter-container {
  position: relative;
}
.announcement-filter-menu {
  z-index: 1;
  position: absolute;
  transform: translateX(-1rem) translateY(3rem);
  padding-left: 1rem;
  padding-right: 1rem;
  background: #f7f7f7;
}
.announcement-filter-menu-button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  color: #2f2f2f;
  user-select: none;
  cursor: pointer;
}
.announcement-filter-menu-button {
  border-top: 1px solid #dadada;
}
.announcement-filter-button-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (min-width: 35em) {
  .announcement-filter-button-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.announcement-filter-button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex: 1;
  justify-content: space-between;
  user-select: none;
  cursor: pointer;
}
.announcement-filter-button-text {
  font-size: 1rem;
}
.announcement-filter-button-image {
  height: 1.4rem;
  width: auto;
}
.announcement-filter-selected-button-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.announcement-filter-selected-button {
  padding: 0.5rem 1rem;
  display: flex;
  flex: 0 0 auto;
  gap: 1rem;
  align-items: center;
  background-color: #f7f7f7;
  cursor: pointer;
}
.announcement-filter-selected-button-text {
  font-size: 0.8rem;
  white-space: nowrap;
  color: #2f2f2f;
}
.announcement-filter-selected-button-image {
  height: 0.8rem;
  width: auto;
  transition: transform 0.25s ease;
}
.announcement-filter-selected-button:hover .announcement-filter-selected-button-image {
  transform: scale(1.2);
}
.announcement-page-heading {
  margin-top: 5rem;
  display: grid;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-template-areas: "image" "content";
}
@media (min-width: 65em) {
  .announcement-page-heading {
    border-top: 1px solid #dadada;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "content image";
  }
}
.announcement-page-heading-content {
  padding: var(--block-padding);
}
@media (min-width: 65em) {
  .announcement-page-heading-content {
    border-right: 1px solid #dadada;
  }
}
.announcement-page-heading-content-date {
  grid-area: date;
  border-top: 1px solid #dadada;
  padding-top: var(--block-padding);
  text-transform: uppercase;
  color: #e30047;
}
@media (min-width: 65em) {
  .announcement-page-heading-content-date {
    border-top: none;
  }
}
.announcement-page-heading-content-title {
  grid-area: title;
  display: flex;
}
@media (max-width: 64.98em) {
  .announcement-page-heading-content-title {
    margin-top: 0.5rem;
  }
}
@media (max-width: 64.98em) {
  .announcement-page-heading-content-title .block-title {
    font-size: 1rem;
  }
}
.announcement-page-heading-image {
  grid-area: image;
  padding: var(--block-padding);
}
.announcement-page-heading-image-background,
.announcement-page-heading-video-background {
  padding-top: 60%;
}
.announcement-page-heading-video-background-video {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.careers-page-heading-menu {
  margin-top: 2rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 65em) {
  .careers-page-heading-menu {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: none;
    justify-content: start;
  }
}
.careers-page-heading-menu-button {
  padding: 1rem 2rem;
  background-color: rgba(255,255,255,0.4);
  text-align: center;
  color: #000;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.careers-page-heading-menu-button:hover,
.careers-page-heading-menu-button.is-selected {
  background-color: #e30047;
  color: #fff;
}
.contact-page-heading-menu {
  margin-top: 2rem;
  width: 100%;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  justify-content: start;
}
@media (min-width: 65em) {
  .contact-page-heading-menu {
    display: flex;
    grid-template-columns: none;
  }
}
.contact-page-heading-menu-button {
  padding: 1rem 2rem;
  background-color: rgba(255,255,255,0.4);
  color: #000;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.contact-page-heading-menu-button:hover,
.contact-page-heading-menu-button.is-selected {
  background-color: #e30047;
  color: #fff;
}
.contact-us-card {
  min-height: 12rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
}
.contact-us-card-title {
  border-bottom: 1px solid #dadada;
  padding-bottom: 1rem;
  font-size: 1rem;
  color: #001f6a;
}
.contact-us-card-text {
  border-top: 1px solid #dadada;
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex-grow: 1;
  font-size: 0.7rem;
  color: #2f2f2f;
}
.contact-us-card-button {
  text-align: center;
}
.cookie-consent-banner {
  z-index: 10000;
  position: fixed;
  bottom: 0;
  left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 20rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0.25rem 0.5rem rgba(128,128,128,0.5);
  font-size: 0.9rem;
  color: #333;
}
.cookie-consent-banner.is-wide {
  max-width: 30rem;
}
.cookie-consent-banner .link {
  text-decoration: none;
  color: #001f6a;
}
.cookie_consent-banner .link:hover {
  color: #9066ee;
}
.cookie-consent-banner-title {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
}
.cookie-consent-banner-text {
  color: #333;
}
.cookie-consent-banner-text.is-small {
  font-size: 0.8rem;
}
.cookie-consent-banner-button-list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 30em) {
  .cookie-consent-banner.is-wide .cookie-consent-banner-button-list {
    flex-direction: row;
    justify-content: space-between;
  }
}
.cookie-consent-banner-button {
  border-radius: 0.25rem;
  padding: 0.25rem 1rem;
  background-color: #001955;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.cookie-consent-banner-button:hover {
  background-color: #001f6a;
  color: #fff;
}
.cookie-consent-banner-cookies-settings-button {
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  color: #808080;
}
.cookie-consent-banner-cookies-settings-button:hover {
  background-color: #fff;
  color: #808080;
}
.cookie-consent-button {
  z-index: 10000;
  position: fixed;
  bottom: 0.5rem;
  left: 0.5rem;
  height: 2rem;
  width: 2rem;
  opacity: 0.5;
  background: url("/static/image/cookie_consent/cookie_button.svg") no-repeat center center/contain;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0,0,0,0.4));
  cursor: pointer;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.cookie-consent-button:hover {
  transform: scale(1.05);
  opacity: 1;
}
.cookie-consent-button-tooltip {
  position: absolute;
  top: 0.5rem;
  left: 2.5rem;
  padding: 0.125rem 0.25rem;
  display: none;
  opacity: 0;
  background-color: #000c2a;
  font-size: 0.6rem;
  white-space: nowrap;
  color: #fff;
  transition: opacity 0.25s ease;
}
.cookie-consent-button:hover .cookie-consent-button-tooltip {
  display: block;
  opacity: 1;
}
.cookie-consent-dialog-container {
  z-index: 10000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.2);
}
.cookie-consent-dialog {
  margin-left: 1rem;
  margin-right: 1rem;
  max-height: 80vh;
  max-width: 32rem;
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #fff;
  font-size: 0.9rem;
  color: #333;
}
.cookie-consent-dialog .link {
  text-decoration: none;
  color: #001f6a;
}
.cookie_consent-dialog .link:hover {
  color: #9066ee;
}
.cookie-consent-dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.cookie-consent-dialog-header-image {
  height: 2rem;
  width: auto;
}
.cookie-consent-dialog-header-title {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}
.cookie-consent-dialog-header-close-button {
  height: 1rem;
  width: 1rem;
  background: url("/static/image/cookie_consent/close_icon.svg") no-repeat center center/contain;
  cursor: pointer;
  transition: transform 0.25s ease;
}
.cookie-consent-dialog-header-close-button:hover {
  transform: scale(1.1);
}
.cookie-consent-dialog-content {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #666;
}
.cookie-consent-dialog-description {
  font-size: 0.8rem;
  color: #666;
}
.cookie-consent-dialog-left-button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: start;
}
.cookie-consent-dialog-right-button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: end;
}
.cookie-consent-dialog-button {
  border-radius: 0.25rem;
  padding: 0.25rem 1rem;
  display: inline-block;
  background-color: #001955;
  color: #fff;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.cookie-consent-dialog-button:hover {
  background-color: #001f6a;
  color: #fff;
}
.cookie-consent-dialog-setting-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cookie-consent-dialog-setting-list-title {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}
.cookie-consent-dialog-setting {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "title . value" "description description description";
  align-items: center;
}
.cookie-consent-dialog-setting-title-image {
  margin-right: 0.5rem;
  height: 0.5rem;
  width: auto;
}
.cookie-consent-dialog-setting-title {
  grid-area: title;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: flex;
  align-items: center;
  color: #333;
  cursor: pointer;
}
.cookie-consent-dialog-setting-title:hover {
  color: #666;
}
.cookie-consent-dialog-setting-title.is-grayed {
  opacity: 0.6;
}
.cookie-consent-dialog-setting-title:hover .cookie-consent-dialog-setting-title-image {
  opacity: 0.8;
}
.cookie-consent-dialog-setting-value {
  grid-area: value;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #359708;
}
.cookie-consent-dialog-setting-description {
  grid-area: description;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #f2f2f2;
  font-size: 0.8rem;
  color: #666;
  cursor: pointer;
}
.cookie-consent-dialog-setting-switch {
  position: relative;
  height: 1.5rem;
  width: 2.5rem;
  display: inline-block;
}
.cookie-consent-dialog-setting-input {
  height: 0;
  width: 0;
  opacity: 0;
}
.cookie-consent-dialog-setting-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 1rem;
  background-color: #b3b3b3;
  cursor: pointer;
  transition: 0.4s;
}
.cookie-consent-dialog-setting-slider.is-readonly {
  cursor: not-allowed;
}
.cookie-consent-dialog-setting-slider:before {
  position: absolute;
  bottom: 0.25rem;
  left: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  content: "";
  background-color: #fff;
  transition: 0.4s;
}
.cookie-consent-dialog-setting-input:checked + .cookie-consent-dialog-setting-slider {
  background-color: #359708;
}
.cookie-consent-dialog-setting-input:checked + .cookie-consent-dialog-setting-slider:before {
  transform: translateX(1rem);
}
.footer-menu {
  display: grid;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-template-areas: "left" "middle" "right" "bottom";
  background-color: #fff;
  font-size: 0.7rem;
  color: #000;
}
@media (min-width: 65em) {
  .footer-menu {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "left middle right" "bottom bottom bottom";
  }
}
.footer-menu-left-container {
  grid-area: left;
  border-top: 1px solid #dadada;
  display: flex;
  justify-content: start;
  align-items: start;
  color: #000;
}
.footer-menu-home-button {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.footer-menu-home-button-image {
  height: 1.5rem;
  width: auto;
}
.footer-menu-middle-container {
  grid-area: middle;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: start;
  font-size: 0.9rem;
  color: #001f6a;
}
@media (min-width: 65em) {
  .footer-menu-middle-container {
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
  }
}
.footer-menu-right-container {
  grid-area: right;
  border-top: 1px solid #dadada;
  display: grid;
  grid-template-rows: auto 1.5rem auto 1.5rem auto auto;
  grid-template-columns: 1fr;
  grid-template-areas: "search-field" "." "language-menu" "." "left-menu" "right-menu";
}
@media (min-width: 65em) {
  .footer-menu-right-container {
    border-left: 1px solid #dadada;
    grid-template-rows: auto 1.5rem auto 1.5rem auto;
    grid-template-columns: auto 2rem auto;
    grid-template-areas: "search-field search-field search-field" ". . ." "language-menu language-menu language-menu" ". . ." "left-menu . right-menu";
  }
}
.footer-menu-right-container-search-field {
  grid-area: search-field;
}
.footer-menu-right-container-language-menu {
  grid-area: language-menu;
  margin-top: 0.5rem;
}
.footer-menu-right-container-menu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: start;
  color: #e30047;
}
.footer-menu-right-container-left-menu {
  grid-area: left-menu;
}
.footer-menu-right-container-right-menu {
  grid-area: right-menu;
}
.footer-menu-bottom-container {
  grid-area: bottom;
  border-top: 1px solid #dadada;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
}
.footer-menu-button-icons {
  display: flex;
  gap: 1rem;
}
.footer-menu-button-icons img {
  height: 1.5rem;
  width: auto;
  cursor: pointer;
}
.header-menu {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 1rem;
  color: #000;
  transition: background-color 0.25s ease;
}
body.is-scrolled .header-menu:not(.is-open) {
  background-color: rgba(255,255,255,0.7);
}
.header-menu.is-open {
  min-height: var(--viewport-height);
  background-color: #fff;
}
.header-menu.is-open ~ * {
  display: none !important;
}
.header-menu-button-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-menu.is-open .header-menu-button-container {
  display: none;
}
.header-menu-button {
  user-select: none;
}
.header-menu-button.is-selected > span,
.header-menu-button.is-used > span {
  color: #e30047;
}
.header-menu-home-button {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  cursor: pointer;
}
.header-menu-home-button-image {
  height: 2.5rem;
  width: auto;
}
@media (max-width: 24.98em) {
  .header-menu-home-button-text {
    display: none;
  }
}
.header-menu-desktop-menu-text {
  font-size: 0.8rem;
  color: #000;
}
@media (min-width: 65em) {
  .header-menu-desktop-menu-text {
    font-size: 1rem;
  }
}
.header-menu-desktop-button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  user-select: none;
  cursor: pointer;
}
@media (max-width: 64.98em) {
  .header-menu-desktop-button {
    display: none;
  }
}
.header-menu-desktop-button-text {
  transform-origin: center;
  display: inline-block;
}
.header-menu-desktop-menu-button:hover .header-menu-desktop-menu-button-text {
  color: #e30047;
}
.header-menu-right-button-container {
  display: flex;
  align-items: center;
}
.header-menu-icon-button {
  height: 3rem;
  width: 3rem;
}
.header-menu-search-button {
  margin-left: 1rem;
  height: 1.2rem;
  width: 1.2rem;
  display: none;
  background: url("/static/image/base/black_search_icon.svg") no-repeat center center/contain;
}
@media (min-width: 65em) {
  .header-menu-search-button {
    display: block;
  }
}
.header-menu-open-button {
  margin-left: 1rem;
  height: 3rem;
  width: 3rem;
  background: url("/static/image/base/black_menu_icon.svg") no-repeat center center/contain;
}
@media (min-width: 65em) {
  .header-menu-open-button {
    display: none;
  }
}
.header-menu-dropdown-button {
  position: relative;
  cursor: pointer;
}
.header-menu-dropdown-menu {
  position: absolute;
  top: 3rem;
  left: -1.5rem;
  padding-top: 1rem;
  display: none;
}
.header-menu-dropdown-menu.is-open,
.header-menu-dropdown-button:hover .header-menu-dropdown-menu,
.header-menu-dropdown-button:focus-within .header-menu-dropdown-menu {
  display: block;
}
.header-menu-dropdown-menu-button-container {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: #fff;
}
.header-menu-dropdown-menu-button {
  position: relative;
  min-width: 13rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-right: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header-menu-dropdown-menu-button:not(:first-child) {
  border-top: 1px solid #dadada;
}
.header-menu-dropdown-button.is-selected > span,
.header-menu-dropdown-button.is-used > span {
  color: #e30047;
}
.header-menu-dropdown-menu-button-text {
  transform-origin: left;
  display: inline-block;
}
.header-menu-dropdown-menu-button:hover .header-menu-dropdown-menu-button-text {
  color: #e30047;
}
.header-menu-dropdown-menu-button-image {
  position: absolute;
  right: 0;
  height: 1rem;
  width: auto;
}
.header-menu-mobile-button-container {
  height: 100%;
  width: 100%;
  display: none;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr auto;
  grid-template-areas: "home close" "middle middle" "bottom bottom";
  background-color: #fff;
  font-size: 0.7rem;
  color: #000;
}
.header-menu.is-open .header-menu-mobile-button-container {
  display: grid;
}
.header-menu-mobile-button {
  padding-bottom: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
}
.header-menu-mobile-button.is-selected > span,
.header-menu-mobile-button.is-active > span {
  color: #e30047;
}
.header-menu-mobile-button-text {
  transform-origin: left;
  display: inline-block;
}
.header-menu-mobile-menu-button:hover .header-menu-mobile-menu-button-text {
  color: #e30047;
}
.header-menu-mobile-home-button {
  grid-area: home;
  height: 4rem;
  display: flex;
  align-items: center;
}
.header-menu-mobile-close-button {
  grid-area: close;
  margin-top: 1rem;
  margin-right: 1.5rem;
  height: 2rem;
  width: 2rem;
  background: url("/static/image/base/black_close_icon.svg") no-repeat center center/contain;
}
.header-menu-mobile-button-middle-container {
  grid-area: middle;
  overflow-y: scroll;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  color: #001f6a;
}
.header-menu-mobile-button-middle-container-content {
  width: 100%;
  max-width: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: stretch;
}
.header-menu-mobile-button-middle-container-search-field {
  margin-bottom: 1rem;
  width: 100%;
}
.header-menu-detail-button {
  position: relative;
  display: flex;
  cursor: pointer;
}
.header-menu-detail-button.is-selected > span,
.header-menu-detail-button.is-used > span {
  color: #e30047;
}
.header-menu-detail-button-text {
  transform-origin: left;
  flex-grow: 1;
}
.header-menu-detail-button:hover .header-menu-detail-button-text {
  color: #e30047;
}
.header-menu-detail-button-image {
  z-index: 1;
  height: 1rem;
  width: auto;
}
.header-menu-detail-button.is-open .header-menu-detail-button-image {
  transform: rotate(90deg);
}
.header-menu-detail-menu {
  margin-bottom: 0.5rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: #f7f7f7;
}
.header-menu-detail-button.is-open + .header-menu-detail-menu {
  display: flex;
}
.header-menu-detail-menu-button {
  position: relative;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-right: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
}
.header-menu-detail-menu-button:not(:first-child) {
  border-top: 1px solid #dadada;
}
.header-menu-detail-menu-button-text {
  transform-origin: left;
  display: inline-block;
}
.header-menu-detail-menu-button:hover .header-menu-detail-menu-button-text {
  color: #e30047;
}
.header-menu-mobile-button-bottom-container {
  grid-area: bottom;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "left-menu . right-menu";
}
.header-menu-mobile-button-bottom-container-menu {
  font-size: 0.7rem;
  color: #e30047;
}
.header-menu-mobile-button-bottom-container-left-menu {
  grid-area: left-menu;
}
.header-menu-mobile-button-bottom-container-right-menu {
  grid-area: right-menu;
}
.home-page-heading {
  position: relative;
}
.home-page-heading .page-heading {
  min-height: var(--viewport-height);
}
.image {
  width: 100%;
  border-top: 1px solid #dadada;
}
.image-image {
  max-height: var(--viewport-height);
  width: 100%;
}
.image-link-image {
  cursor: pointer;
}
.image-legend-container {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.image-legend {
  font-size: 0.8rem;
  font-style: italic;
  text-align: center;
}
.image-and-legend-list {
  border-top: 1px solid #dadada;
}
.image-and-legend-list-container {
  display: grid;
  gap: 1rem;
  justify-content: center;
}
.image-and-legend-list-legend {
  font-weight: 700;
  text-align: center;
}
.image-and-legend-list-image {
  height: auto;
  max-width: 100%;
}
.image-list {
  border-top: 1px solid #dadada;
}
.image-list-container {
  display: grid;
  grid-template-rows: auto 1rem auto;
  grid-template-columns: 1fr 1rem auto;
  grid-template-areas: "content . button" ". . ." "carousel carousel carousel";
}
.image-list-content-container {
  grid-area: content;
}
.image-list-button-container {
  grid-area: button;
  display: flex;
  gap: 1rem;
}
.image-list-button {
  border: 1px solid #dadada;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.image-list-button-image {
  height: 1rem;
  width: auto;
  transition: transform 0.25s ease;
}
.image-list-button:hover .image-list-button-image {
  transform: scale(1.1);
}
.image-list-carousel-container {
  grid-area: carousel;
}
.image-list-carousel {
  position: relative;
  overflow-x: hidden;
}
.image-list-carousel-strip {
  position: relative;
  left: 0;
  margin: 0;
  display: flex;
}
.image-list-carousel-slide {
  min-height: 10rem;
  border-right: 1rem solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
.language-menu {
  position: relative;
  display: flex;
  justify-content: start;
}
.language-menu-button-container {
  position: absolute;
  transform: translateX(-1rem) translateY(4rem);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
.language-menu-button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
}
.language-menu-button-text {
  transition: transform 0.25s ease;
}
.language-menu-button:hover .language-menu-button-text {
  transform: scale(1.1);
}
.language-menu-button-image {
  margin-left: 0.25rem;
  height: 1.5em;
  width: auto;
}
.language-menu-dropdown-button {
  padding: 0.5rem;
  background: #fff;
  cursor: pointer;
}
.language-menu-dropdown-button:not(:first-child) {
  border-top: 1px solid #dadada;
}
.language-menu-dropdown-button-text {
  transition: transform 0.25s ease;
}
.language-menu-dropdown-button:hover .language-menu-dropdown-button-text {
  transform: scale(1.1);
}
.link-card {
  position: relative;
  min-height: 21rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
}
.link-card-top {
  position: relative;
  width: 100%;
  padding-top: 64%;
}
.link-card-top-usage {
  position: absolute;
  top: 0;
  left: 0.4rem;
  display: flex;
  gap: 0.25rem;
}
.link-card-top-usage-image {
  z-index: 2;
  height: 2rem;
  width: auto;
}
.link-card-bottom {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.link-card-bottom-title {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-size: 1rem;
  color: #001f6a;
}
.link-card-bottom-teaser {
  flex-grow: 1;
  font-size: 0.8rem;
  color: #2f2f2f;
}
.link-card-bottom-button {
  margin-top: 1rem;
  border-top: 1px solid #dadada;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.link-card-bottom-button-text {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #e30047;
}
.link-card-bottom-button-image {
  height: 0.8rem;
  width: auto;
  transition: transform 0.25s ease;
}
.link-card-bottom-button:hover .link-card-bottom-button-image {
  transform: translateX(0.5rem);
}
.link-card-list {
  margin-bottom: 2rem;
  border-top: 1px solid #dadada;
}
.link-card-list-title {
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  color: #001f6a;
}
.link-card-list-container {
  margin: var(--block-padding);
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 1rem;
}
@media (min-width: 35em) {
  .link-card-list-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 45em) {
  .link-card-list-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 65em) {
  .link-card-list-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.location {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  background-color: #f7f7f7;
}
.location-image-container {
  padding: 0.7rem;
}
@media (min-width: 35em) {
  .location-image-container {
    padding: 1rem;
  }
}
.location-image {
  height: 100%;
  width: 7rem;
  background-color: #ccc;
}
@media (min-width: 35em) {
  .location-image {
    width: 10rem;
  }
}
.location-description {
  padding: 0.7rem 0.7rem 0.7rem 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 35em) {
  .location-description {
    padding: 1rem 1rem 1rem 0.5rem;
  }
}
.location-description-name {
  font-size: 1rem;
  color: #001f6a;
}
@media (min-width: 35em) {
  .location-description-name {
    font-size: 1.2rem;
  }
}
.location-description-city {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e30047;
}
@media (min-width: 35em) {
  .location-description-city {
    font-size: 1rem;
  }
}
@media (min-width: 35em) {
  .location-description-contact {
    margin-top: auto;
  }
}
.location-description-contact-button {
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  background: url("/static/image/base/blue_email_icon.svg") no-repeat center center/contain;
}
@media (min-width: 35em) {
  .location-description-contact-button {
    height: 2rem;
    width: 2rem;
  }
}
.location-category-menu {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: #f7f7f7;
  transition: bottom 0.5s ease;
}
.location-category-menu.is-translated {
  bottom: 9rem;
}
.location-category-menu-button {
  position: relative;
  padding: 0.7rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.location-category-menu-button.is-selected:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  opacity: 0.15;
  background-color: var(--background-color);
}
.location-category-menu-button:not(:first-child) {
  border-top: 1px solid #dadada;
}
.location-category-menu-button-image {
  height: 1rem;
  width: 1rem;
  border-radius: 0.5rem;
  background-color: var(--background-color);
  transition: transform 0.25s ease;
}
.location-category-menu-button:hover .location-category-menu-button-image {
  transform: scale(1.1);
}
.location-category-menu-button-text {
  font-size: 0.7rem;
  color: #2f2f2f;
  user-select: none;
}
.location-list {
  grid-area: location-list;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8rem;
}
.location-map-container {
  grid-area: location-map;
  position: absolute;
  top: 4rem;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: #cdd8e0;
  cursor: move;
}
.location-map {
  --map-height: calc(var(--viewport-width) * 0.5);
  --map-width: calc(var(--viewport-width));
  --map-scale: 1;
  --map-top-offset: calc(var(--viewport-height) * 0.5 - var(--viewport-width) * 0.25);
  --map-left-offset: 0;
  --map-button-size: 0.5rem;
  transform: translate(var(--map-left-offset), var(--map-top-offset));
  height: var(--map-height);
  width: var(--map-width);
  background: url("/static/image/worldwide_operations/equirectangular_world_map.svg") no-repeat center center/contain;
}
.location-map-button {
  --color: #000;
  --top-position: 0;
  --left-position: 0;
  position: absolute;
  top: calc(var(--top-position) * var(--map-height));
  left: calc(var(--left-position) * var(--map-width));
  transform: translate(-50%, -50%);
  height: var(--map-button-size);
  width: var(--map-button-size);
  border-radius: var(--map-button-size);
  background-color: var(--color);
  cursor: pointer;
}
.location-mobile {
  display: block;
}
@media (min-width: 65em) {
  .location-mobile {
    display: none;
  }
}
.location-desktop {
  display: none;
}
@media (min-width: 65em) {
  .location-desktop {
    display: block;
  }
}
.location-map-preset-button {
  --top-position: 0;
  --left-position: 0;
  position: absolute;
  top: calc(var(--top-position) * var(--map-height));
  left: calc(var(--left-position) * var(--map-width));
  transform: translate(-50%, -50%);
  height: 4rem;
  width: 4rem;
  opacity: 0.5;
  background: url("/static/image/base/black_zoom_in_icon.svg") no-repeat center center/contain;
  cursor: pointer;
  transition: transform 0.25s ease;
}
.location-map-preset-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.location-map.is-zoomed .location-map-preset-button {
  display: none;
}
.location-map-zoom-button {
  z-index: 1;
  position: absolute;
  right: 1rem;
  height: 2rem;
  width: 2rem;
  border: 0.25rem solid #f7f7f7;
  cursor: pointer;
}
.location-map-zoom-in-button {
  top: 5rem;
  background: url("/static/image/base/black_zoom_in_icon.svg") no-repeat center center/contain, linear-gradient(#f7f7f7, #f7f7f7);
}
.location-map-zoom-out-button {
  top: 8rem;
  background: url("/static/image/base/black_zoom_out_icon.svg") no-repeat center center/contain, linear-gradient(#f7f7f7, #f7f7f7);
}
.menu-page-heading-footer {
  grid-area: footer;
  overflow-x: scroll;
  min-height: 5rem;
  display: flex;
  background-color: #f7f7f7;
}
@media (min-width: 65em) {
  .menu-page-heading-footer {
    overflow-x: hidden;
    display: block;
  }
}
.menu-page-heading-footer::-webkit-scrollbar {
  display: none;
}
.menu-page-heading-footer-container {
  height: 100%;
  display: flex;
}
.menu-page-heading-footer-button {
  height: 100%;
  width: 15rem;
  border-right: 1px solid #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #001f6a;
  cursor: pointer;
}
.numbered-card {
  min-height: 12rem;
  padding: 1rem;
  background-color: #f7f7f7;
}
.numbered-card-number {
  font-size: 1rem;
  text-align: right;
  color: #e30047;
}
.numbered-card-title {
  border-bottom: 1px solid #dadada;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  color: #001f6a;
}
.numbered-card-text {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.7rem;
  color: #2f2f2f;
}
.numbered-card-list {
  margin-bottom: 2rem;
  border-top: 1px solid #dadada;
}
.numbered-card-list-title {
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  color: #001f6a;
}
.numbered-card-list-container {
  margin: var(--block-padding);
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 1rem;
}
@media (min-width: 35em) {
  .numbered-card-list-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 45em) {
  .numbered-card-list-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 65em) {
  .numbered-card-list-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-breadcrumb {
  z-index: 90;
  position: absolute;
  top: 5rem;
  left: var(--page-padding);
  width: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.7rem;
  color: #fff;
}
.page-breadcrumb-button {
  cursor: pointer;
}
.page-breadcrumb-button:hover {
  text-decoration: underline;
}
:root {
  --page-heading-height: clamp( 22rem, calc( var( --viewport-height ) * 0.8 ), 44rem );
  --page-heading-width: var(--viewport-width);
  --page-heading-width-aspect-ratio: var(--viewport-width-aspect-ratio);
}
.page-heading {
  position: relative;
  min-height: var(--page-heading-height);
  display: grid;
  grid-template-rows: 5rem 1fr auto 1rem auto;
  grid-template-columns: 1rem 1fr 1rem;
  grid-template-areas: ". . ." ". . ." ". content ." ". . ." "footer footer footer";
}
@media (min-width: 65em) {
  .page-heading {
    grid-template-rows: 5rem 1fr 1rem auto;
    grid-template-columns: 1rem 1fr 1rem;
    grid-template-areas: ". . ." ". content ." ". . ." "footer footer footer";
  }
}
.page-heading-background {
  --container-width-aspect-ratio: 1;
  --clip-path-width-aspect-ratio: var(--page-heading-width-aspect-ratio);
  --clip-path-basis: 0.43;
  --clip-path-scale: 0.12;
  --clip-path-top-width-ratio: calc(var(--clip-path-basis) + (var(--clip-path-scale) / var(--clip-path-width-aspect-ratio)));
  --clip-path-bottom-width-ratio: calc(var(--clip-path-basis) - (var(--clip-path-scale) / var(--clip-path-width-aspect-ratio)));
  --clip-path-top-position: calc(var(--viewport-width) * var(--clip-path-top-width-ratio));
  --clip-path-bottom-position: calc(var(--viewport-width) * var(--clip-path-bottom-width-ratio));
  grid-area: content;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(0.5rem);
}
@media (min-width: 65em) {
  .page-heading-background {
    clip-path: polygon(var(--clip-path-top-position) 0, 100% 0, 100% 100%, var(--clip-path-bottom-position) 100%);
  }
}
.page-heading-content {
  grid-area: content;
  z-index: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media (min-width: 65em) {
  .page-heading-content {
    padding-left: 53%;
  }
}
.page-heading-title + .page-heading-teaser {
  margin-top: 0.5rem;
}
.page-heading-content-title {
  font-size: var(--page-heading-title-font-size);
  text-transform: uppercase;
  color: #e30047;
}
.page-heading-content-teaser {
  max-width: 32rem;
  line-height: 1.4;
  font-size: var(--page-heading-teaser-font-size);
  color: #000;
}
.page-heading-content-title + .page-heading-content-teaser {
  margin-top: 0.5rem;
}
.page-heading-content-teaser .block-subtitle {
  font-size: var(--page-heading-subtitle-font-size);
  color: #000;
}
.page-heading-content-button {
  margin-top: 1rem;
  padding: 0.8rem 1.6rem;
  background-color: #e30047;
  font-size: var(--page-heading-button-font-size);
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease;
}
@media (min-width: 35em) {
  .page-heading-content-button {
    padding: 1rem 2rem;
  }
}
.page-heading-footer {
  grid-area: footer;
  min-height: 5rem;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: auto 1fr auto auto;
  grid-template-areas: "right-arrow teaser button image" "left-arrow teaser button image";
  background-color: #f7f7f7;
}
@media (min-width: 65em) {
  .page-heading-footer {
    grid-template-rows: 1fr;
    grid-template-columns: auto auto 1fr auto auto;
    grid-template-areas: "left-arrow right-arrow teaser button image";
  }
}
.page-heading-footer-arrow {
  position: relative;
  height: 100%;
  width: 2.5rem;
  border-right: 1px solid #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 65em) {
  .page-heading-footer-arrow {
    height: 5rem;
    width: 5rem;
  }
}
.page-heading-footer-left-arrow {
  grid-area: left-arrow;
}
@media (max-width: 64.98em) {
  .page-heading-footer-left-arrow {
    border-top: 1px solid #dadada;
  }
}
.page-heading-footer-right-arrow {
  grid-area: right-arrow;
}
.page-heading-footer-arrow-image {
  height: 1rem;
  width: auto;
  transition: transform 0.25s ease;
}
.page-heading-footer-arrow:hover .page-heading-footer-arrow-image {
  transform: scale(1.1);
}
.page-heading-footer-arrow-number {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-size: 0.5rem;
  color: #b3b3b3;
}
@media (max-width: 64.98em) {
  .page-heading-footer-arrow-number {
    display: none;
  }
}
.page-heading-footer-teaser {
  grid-area: teaser;
  padding: 0.5rem 0.5rem;
  font-size: var(--page-heading-footer-font-size);
  color: #001f6a;
}
@media (min-width: 65em) {
  .page-heading-footer-teaser {
    padding: 0.5rem 2rem;
  }
}
.page-heading-footer-button {
  grid-area: button;
  padding: 1rem;
  display: flex;
  align-items: end;
  font-size: 0.7rem;
  white-space: nowrap;
  text-transform: uppercase;
  color: #e30047;
  cursor: pointer;
}
@media (max-width: 64.98em) {
  .page-heading-footer-button {
    display: none;
  }
}
.page-heading-footer-button-image {
  transform: translateY(-0.1rem);
  margin-left: 1.8rem;
  margin-right: 0.5rem;
  height: 1rem;
  width: auto;
  transition: transform 0.25s ease;
}
.page-heading-footer-button:hover .page-heading-footer-button-image {
  transform: translateX(0.5rem) translateY(-0.1rem);
}
.page-heading-footer-image {
  grid-area: image;
  height: 100%;
  width: 8rem;
  aspect-ratio: 16/9;
  border: 0.3rem solid #f7f7f7;
}
@media (min-width: 65em) {
  .page-heading-footer-image {
    height: 5rem;
    width: auto;
  }
}
.page-heading-footer-slide {
  grid-area: slide;
}
.page-heading-slide {
  grid-area: slide;
}
.page-heading-slideshow {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: 'slide';
}
.page-padding {
  flex-grow: 1;
}
.plant {
  display: grid;
  align-items: end;
}
.plant.image-side-left {
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-template-areas: "image" "text";
}
@media (min-width: 65em) {
  .plant.image-side-left {
    grid-template-rows: 1fr;
    grid-template-columns: 45fr 55fr;
    grid-template-areas: "image text";
  }
}
.plant.image-side-right {
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-template-areas: "text" "image";
}
@media (min-width: 65em) {
  .plant.image-side-right {
    grid-template-rows: 1fr;
    grid-template-columns: 55fr 45fr;
    grid-template-areas: "text image";
  }
}
.plant-text {
  grid-area: text;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 65em) {
  .plant.image-side-right .plant-text {
    padding-right: var(--block-padding);
  }
}
.plant-text {
  grid-area: text;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.plant-text-container {
  max-width: 90%;
}
.plant-text-container .plant-name {
  font-size: 1.6rem;
  font-weight: 400;
  color: #001f6a;
}
.plant-text-container .plant-country {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #e30047;
}
.plant-text-text {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "address-linkedin" "phone-email-website";
  grid-gap: 3rem;
  font-size: 0.8rem;
}
@media (min-width: 65em) {
  .plant-text-text {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "address-linkedin phone-email-website";
  }
}
.plant-text-information {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
}
.plant-address-linkedin {
  grid-area: address-linkedin;
}
.plant-address-linkedin div + div {
  margin-top: 1.2em;
}
.plant-phone-email-website {
  grid-area: phone-email-website;
  font-size: 0.8rem;
}
.plant-phone-email-website div + div {
  margin-top: 1.2em;
}
.plant-phone-email-website .plant-email {
  margin-top: 0;
}
.plant-phone-email-website .plant-email-website::before {
  transform-origin: right;
  transform: translateY(0.3em);
  height: 1.5em;
  width: 1.5em;
  display: inline-block;
  content: '';
  background: url("/static/image/base/blue_email_icon.svg") no-repeat center right/contain;
}
.plant-image {
  grid-area: image;
  height: 100%;
}
.plant-image-image {
  min-height: 100%;
}
.plant-image-image-legend {
  position: absolute;
  bottom: 0;
  left: 1.5rem;
}
.plant-image-image-legend .block-title {
  margin-top: 0.5rem;
  font-size: 2rem;
  color: #001f6a;
}
.plant-image-image-legend .block-teaser {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  color: #e30047;
}
.plant-linkedin {
  text-decoration-line: underline;
  color: #001f6a;
  cursor: pointer;
}
.plant-linkedin::before {
  transform-origin: right;
  transform: translateY(0.3em);
  height: 1.5em;
  width: 1.5em;
  display: inline-block;
  content: '';
  background: url("/static/image/base/blue_linkedin_icon.svg") no-repeat center right/contain;
}
.plant-website {
  text-decoration-line: underline;
  color: #001f6a;
  cursor: pointer;
}
.plant-website::before {
  transform-origin: right;
  transform: translateY(0.3em);
  height: 1.5em;
  width: 1.5em;
  display: inline-block;
  content: '';
  background: url("/static/image/base/blue_website_icon.svg") no-repeat center right/contain;
}
.plant-industry {
  position: relative;
  border-right: 1px solid #dadada;
  padding: 1rem 2rem;
  flex: 1;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
.plant-industry:hover,
.plant-industry.is-selected {
  background-color: #e30047;
}
.plant-industry:hover .plant-industry-name,
.plant-industry.is-selected .plant-industry-name {
  color: #fff;
}
.plant-industry-name {
  font-size: 1rem;
  color: #001f6a;
  transition: color 0.25s ease;
}
.plant-industry-message {
  z-index: 2;
  position: absolute;
  bottom: 0;
  transform: translateY(1.2rem);
  height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: inline-block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #2f2f2f;
  pointer-events: none;
}
.plant-industry-message-image {
  position: absolute;
  top: 0;
  transform: translateY(-0.3rem);
  height: 0.3rem;
  width: auto;
}
.plant-industry-message-text {
  font-size: 0.7rem;
  color: #fff;
}
.plant-industry-list {
  border-bottom: 1px solid #dadada;
  display: flex;
}
.plant-inquiry {
  padding: 1rem 2rem;
  background-color: #fff;
  font-size: 1rem;
  color: #001f6a;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.plant-inquiry:hover,
.plant-inquiry.is-selected {
  background-color: #e30047;
  color: #fff;
}
.plant-inquiry-list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
.product {
  position: relative;
  min-height: 21rem;
  width: 100%;
  display: none;
  flex-direction: column;
  background-color: #f7f7f7;
}
.product-top {
  position: relative;
  width: 100%;
  padding-top: 64%;
}
.product-bottom {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-bottom-title {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-size: 1rem;
  color: #001f6a;
}
.product-bottom-teaser {
  flex-grow: 1;
  font-size: 0.8rem;
  color: #2f2f2f;
}
.product-bottom-button {
  margin-top: 1rem;
  border-top: 1px solid #dadada;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.product-bottom-button-text {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #e30047;
}
.product-bottom-button-image {
  height: 0.8rem;
  width: auto;
  transition: transform 0.25s ease;
}
.product-bottom-button:hover .product-bottom-button-image {
  transform: translateX(0.5rem);
}
.product-badge-list {
  position: absolute;
  top: 0;
  left: 0.4rem;
  display: flex;
  gap: 0.25rem;
}
.product-badge {
  height: 2rem;
  width: 1.4rem;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  padding-bottom: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.product-badge-image {
  height: 1.2rem;
  width: 1.1rem;
}
.product-benefits {
  border-bottom: 1px solid #dadada;
  padding-top: var(--page-padding);
  padding-bottom: var(--page-padding);
}
.product-benefits-title {
  margin-left: var(--page-padding);
}
.product-benefits-benefit-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}
.product-benefits-benefit-list::after {
  z-index: 1;
  position: absolute;
  inset: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  pointer-events: none;
}
.product-benefits-benefit {
  border-right: 1px solid #dadada;
  padding: 1rem var(--page-padding);
}
.product-benefits-benefit-icon {
  margin-bottom: 1rem;
  height: 2rem;
  width: 2rem;
  background: url("/static/image/product_content/red_benefits_icon.svg") no-repeat center center/contain;
}
.product-challenges {
  margin-top: 1rem;
  border-bottom: 1px solid #dadada;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 45em) {
  .product-challenges {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.product-contact {
  border-bottom: 1px solid #dadada;
}
.product-contact-container {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.product-contact-image {
  background: url("/static/image/product/contact.avif.medium.avif") no-repeat center center/cover;
}
.product-contact-content-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #001f6a;
}
.product-contact-content-button {
  max-width: 20rem;
  padding: 1rem;
  background-color: #e30047;
  text-align: center;
  color: #fff;
  user-select: none;
  cursor: pointer;
}
.product-definition {
  margin-top: 1rem;
  border-bottom: 1px solid #dadada;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 45em) {
  .product-definition {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.product-definition-content {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 1rem;
}
.product-definition-gallery-button {
  border: 1px solid #e30047;
  padding: 1rem 5rem;
  justify-self: start;
  text-align: center;
  color: #e30047;
  user-select: none;
  cursor: pointer;
}
@media (max-width: 44.98em) {
  .product-definition-gallery-button {
    margin-bottom: 2rem;
  }
}
.product-definition-image {
  height: 100%;
}
.product-definition-image-image {
  position: relative;
  min-height: 100%;
}
.product-definition-image-video {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-features {
  border-bottom: 1px solid #dadada;
  padding-top: var(--page-padding);
  padding-bottom: var(--page-padding);
}
.product-features-title {
  margin-left: var(--page-padding);
}
.product-features-feature-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}
.product-features-feature-list::after {
  z-index: 1;
  position: absolute;
  inset: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  pointer-events: none;
}
.product-features-feature {
  border-right: 1px solid #dadada;
  padding: 1rem var(--page-padding);
}
.product-features-feature-icon {
  margin-bottom: 1rem;
  height: 2rem;
  width: 2rem;
  background: url("/static/image/product_content/red_features_icon.svg") no-repeat center center/contain;
}
.product-gallery {
  border-bottom: 1px solid #dadada;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.product-gallery-container {
  margin-top: 1rem;
  display: grid;
  grid-template-rows: auto 1rem auto;
  grid-template-columns: 1fr 1rem auto;
  grid-template-areas: "title . button" ". . ." "carousel carousel carousel";
}
.product-gallery-title-container {
  grid-area: title;
}
.product-gallery-button-container {
  grid-area: button;
  display: flex;
  gap: 1rem;
}
.product-gallery-button {
  border: 1px solid #dadada;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-gallery-button-image {
  height: 1rem;
  width: auto;
  transition: transform 0.25s ease;
}
.product-gallery-button:hover .product-gallery-button-image {
  transform: scale(1.1);
}
.product-gallery-carousel-container {
  grid-area: carousel;
}
.product-gallery-carousel {
  position: relative;
  overflow-x: hidden;
}
.product-gallery-carousel-strip {
  position: relative;
  left: 0;
  margin: 0;
  display: flex;
}
.product-gallery-carousel-slide {
  position: relative;
  min-height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
.product-gallery-carousel-slide-video {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-gallery-carousel-slide-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 3rem;
  width: 3rem;
  background-image: url("/static/image/base/play_video_icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.product-gallery-carousel-slide-legend {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.product-gallery-carousel-slide-title {
  font-size: 1rem;
  color: #001f6a;
}
.product-gallery-carousel-slide-title .block-link {
  color: #ff558a;
}
.product-gallery-carousel-slide-text {
  font-size: 0.8rem;
  color: #666;
}
.product-gallery-carousel-slide-text .block-link {
  color: #ff558a;
}
.product-links {
  border-bottom: 1px solid #dadada;
}
@media (min-width: 45em) {
  .product-links-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.product-links-link + .product-links-link {
  margin-top: 2rem;
}
.product-links-link-image {
  padding-bottom: 56%;
}
.product-links-link-title {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #001f6a;
}
@media (max-width: 44.98em) {
  .product-links-link-title {
    margin-top: 1rem;
  }
}
.product-links-link-button {
  margin-top: 1rem;
  border-top: 1px solid #dadada;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.product-links-link-button-text {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #e30047;
}
.product-links-link-button-image {
  height: 0.8rem;
  width: auto;
  transition: transform 0.25s ease;
}
.product-links-link-button:hover .product-links-link-button-image {
  transform: translateX(0.5rem);
}
.product-menu {
  border-bottom: 1px solid #dadada;
  display: grid;
  grid-template-columns: 0.5fr max-content 0.5fr 0.5fr max-content 0.5fr 0.5fr max-content 0.5fr;
}
@media (min-width: 45em) {
  .product-menu {
    grid-template-columns: 0.5fr max-content 0.5fr 0.5fr max-content 0.5fr 0.5fr max-content 0.5fr 0.5fr max-content 0.5fr 0.5fr max-content 0.5fr;
  }
}
@media (min-width: 65em) {
  .product-menu {
    grid-template-columns: 0.5fr max-content 0.5fr 0.5fr max-content 0.5fr 0.5fr max-content 0.5fr 0.5fr max-content 0.5fr 0.5fr max-content 0.5fr 0.5fr max-content 0.5fr 0.5fr max-content 0.5fr 0.5fr max-content 0.5fr 0.5fr max-content 0.5fr 0.5fr max-content 0.5fr;
  }
}
.product-menu-button {
  padding: 1rem;
  font-size: 0.8rem;
  color: #e30047;
  user-select: none;
  cursor: pointer;
}
@media (max-width: 44.98em) {
  .product-menu > div:nth-child(-n + 27) {
    border-bottom: 1px solid #dadada;
  }
  .product-menu > div:nth-child(3n):not(:nth-child(9n)) {
    border-right: 1px solid #dadada;
  }
}
@media (min-width: 45em) {
  .product-menu > div:nth-child(-n + 15) {
    border-bottom: 1px solid #dadada;
  }
  .product-menu > div:nth-child(3n):not(:nth-child(15n)) {
    border-right: 1px solid #dadada;
  }
}
@media (min-width: 65em) {
  .product-menu-button-right-spacing + .product-menu-button-left-spacing {
    border-left: 1px solid #dadada;
  }
}
.product-questions {
  border-bottom: 1px solid #dadada;
}
.product-questions-question + .product-questions-question {
  margin-top: 2rem;
}
.product-questions-question-button {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.product-questions-question-icon {
  height: 2rem;
  width: 2rem;
  background: url("/static/image/product_content/red_questions_icon.svg") no-repeat center center/contain;
}
.product-questions-question-title {
  font-size: 1rem;
  color: #001f6a;
}
.product-questions-question-toggle-icon {
  margin-left: auto;
  height: 1rem;
  width: 1rem;
  background: url("/static/image/product_content/red_down_carret.svg") no-repeat center center/contain;
}
.product-questions-question-button.is-open .product-questions-question-toggle-icon {
  background: url("/static/image/product_content/red_up_carret.svg") no-repeat center center/contain;
}
.product-questions-question-text {
  margin-bottom: 1rem;
  display: none;
}
.product-questions-question-button.is-open + .product-questions-question-text {
  display: block;
}
.product-segment-and-position {
  border-bottom: 1px solid #dadada;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 65em) {
  .product-segment-and-position {
    grid-template-columns: max-content 1fr max-content 1fr;
  }
}
@media (max-width: 64.98em) {
  .product-segment-and-position-position {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top: 1px solid #dadada;
  }
}
@media (min-width: 65em) {
  .product-segment-and-position-position {
    border-left: 1px solid #dadada;
  }
}
.product-segment-and-position-title {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.product-segment-and-position-list {
  display: flex;
  gap: 1rem;
}
.product-segment-and-position-item {
  border: 1.25px solid #e30047;
  border-radius: 1.5rem;
  padding: 0.75rem;
}
.product-segment-and-position-item-icon {
  height: 1.5rem;
  width: 1.5rem;
  background-color: #e30047;
}
.product-segment-and-position-item-text {
  font-size: 0.8rem;
  text-align: center;
  color: #e30047;
}
.product-vehicles {
  border-bottom: 1px solid #dadada;
  padding-top: var(--page-padding);
  padding-bottom: var(--page-padding);
}
.product-vehicles-title {
  margin-left: var(--page-padding);
}
.product-vehicles-vehicle-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}
.product-vehicles-vehicle-list::after {
  z-index: 1;
  position: absolute;
  inset: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  pointer-events: none;
}
.product-vehicles-vehicle {
  border-right: 1px solid #dadada;
  padding: 1rem var(--page-padding);
}
.product-vehicles-vehicle-icon {
  margin-bottom: 1rem;
  height: 2rem;
  width: 2rem;
  background: url("/static/image/product_content/red_vehicles_icon.svg") no-repeat center center/contain;
}
.product-finder {
  z-index: 2;
  position: relative;
  border-bottom: 1px solid #dadada;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #001f6a;
}
.product-finder-name {
  margin-bottom: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #e30047;
}
.product-finder-title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #001f6a;
}
.product-finder-text {
  margin-bottom: 2rem;
  font-size: 0.9rem;
  color: #2e2e2e;
}
.product-finder-menu-list {
  overflow: visible;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 45em) {
  .product-finder-menu-list {
    grid-template-columns: 1fr 1fr;
  }
}
.product-finder-menu-container {
  z-index: 1;
  position: relative;
  overflow: visible;
  margin-bottom: 1rem;
  min-height: 5rem;
  box-shadow: inset 1px 0 0 #dadada, inset -1px 0 0 #dadada, inset 0 1px 0 #dadada, inset 0 -1px 0 #dadada;
}
.product-finder-menu-container.is-open {
  z-index: 3;
}
.product-finder-menu {
  padding: 1rem;
}
.product-finder-menu-title {
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
}
.product-finder-menu-title-icon {
  height: 2rem;
  width: 2rem;
}
.product-finder-menu-title-icon.is-segment-filter-list {
  background: url("/static/image/product_finder/red_segment_list_icon.svg") no-repeat center center/contain;
}
.product-finder-menu-title-icon.is-improvement-filter-list {
  background: url("/static/image/product_finder/red_improvement_list_icon.svg") no-repeat center center/contain;
}
.product-finder-menu-title-text {
  font-size: 1.2rem;
  font-weight: 600;
  color: #001f6a;
}
.product-finder-menu-text {
  margin-bottom: 1rem;
  font-size: 0.8rem;
  color: #2e2e2e;
}
.product-finder-menu-toggle-container {
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.product-finder-menu-toggle-button {
  z-index: 2;
  position: relative;
  padding: 0.25rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f0f6ff;
  user-select: none;
  cursor: pointer;
}
.product-finder-menu-toggle-button-text {
  font-size: 0.8rem;
}
.product-finder-menu-toggle-button-icon {
  height: 1rem;
  width: 1rem;
  background: url("/static/image/product_finder/blue_down_carret.svg") no-repeat center center/contain;
}
.product-finder-menu-toggle-button.is-open .product-finder-menu-toggle-button-icon {
  background: url("/static/image/product_finder/blue_up_carret.svg") no-repeat center center/contain;
}
.product-finder-filter-menu {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 1rem;
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  background-color: #fff;
  box-shadow: inset 1px 0 0 #dadada, inset -1px 0 0 #dadada, inset 0 -1px 0 #dadada;
}
.product-finder-filter-menu.is-open {
  display: flex;
}
.product-finder-filter-button-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.product-finder-filter-button {
  outline: 1px solid #dadada;
  padding: 0.5rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  background-color: #fff;
  user-select: none;
  cursor: pointer;
}
.product-finder-filter-button.is-selected {
  outline: none;
  background-color: #f0f6ff;
}
.product-finder-filter-button-icon {
  height: 1.5rem;
  width: 1.5rem;
  background-color: #001f6a;
}
.product-finder-filter-button-text {
  font-size: 0.8rem;
  color: #001f6a;
}
.product-finder-menu-action-button-list {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.product-finder-menu-action-button {
  padding: 0.5rem;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  user-select: none;
  cursor: pointer;
}
.product-finder-menu-action-button.is-select-all-button {
  background-color: #001f6a;
}
.product-finder-menu-action-button.is-clear-selection-button {
  background-color: #e30047;
}
.product-finder-selection {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.8rem;
}
.product-finder-selection-text {
  padding: 0.5rem;
  color: #001f6a;
}
.product-finder-selected-filter-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}
.product-finder-selected-filter-card {
  padding: 0.5rem;
  display: none;
  background-color: #f0f6ff;
  color: #001f6a;
}
.product-finder-selected-filter-card.is-selected {
  display: block;
}
.product-finder-selection-clear-button {
  border: 1px solid #e30047;
  padding: 0.5rem;
  color: #e30047;
  user-select: none;
  cursor: pointer;
}
.product-list-category {
  margin-top: 2rem;
  display: none;
}
.product-list-category:first-child {
  margin-top: 1rem;
}
.product-list-category-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #001f6a;
}
.product-list-category-product-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 35em) {
  .product-list-category-product-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 17.95rem);
  }
}
.scroll-down-reminder {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
body.is-scrolled .scroll-down-reminder {
  z-index: -1000;
  opacity: 0;
}
.scroll-down-reminder-text {
  line-height: 1rem;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.scroll-down-reminder-icon {
  margin-top: 1rem;
  height: 0.8rem;
  width: 0.8rem;
  opacity: 1;
  background: url("/static/image/base/scroll_down_icon.svg") no-repeat center center/contain;
  transition: all 0.25s ease;
  animation: scroll-down-reminder-icon-animation 1s ease infinite;
}
@keyframes scroll-down-reminder-icon-animation {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
}
.scroll-top-button {
  z-index: 999;
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  overflow: visible;
  height: 3rem;
  width: 1.25rem;
  opacity: 1;
  background: url("/static/image/base/scroll_top_icon.svg") no-repeat center center/contain;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
body:not(.is-scrolled) .scroll-top-button {
  opacity: 0;
  pointer-events: none;
}
.search-field {
  height: 2rem;
  width: 100%;
  border: 1px solid #dadada;
  display: flex;
}
.search-field-input {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex-grow: 1;
  font-size: 1rem;
  font-size: 0.7rem;
  color: #001f6a;
}
.search-field-input::placeholder {
  font-size: 1rem;
  font-size: 0.7rem;
  color: #6a6a6a;
}
.search-field-button {
  width: 2rem;
  border-left: 1px solid #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-field-button-image {
  height: 1rem;
  width: auto;
  transition: transform 0.25s ease;
}
.search-field-button:hover .search-field-button-image {
  transform: scale(1.1);
}
.site-map {
  padding-bottom: 2rem;
  display: grid;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-template-areas: "column-1" "column-2";
}
@media (min-width: 65em) {
  .site-map {
    padding-bottom: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto 0.2fr auto 1fr;
    grid-template-areas: ". column-1 . column-2 .";
    gap: 1rem;
  }
}
.site-map-column-1 {
  grid-area: column-1;
}
.site-map-column-2 {
  grid-area: column-2;
}
.site-map-label-0 {
  font-size: 1rem;
  font-weight: 700;
}
* > .site-map-label-0 {
  margin-top: 1rem;
}
.site-map-label-1 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
* > .site-map-label-1 {
  margin-top: 1rem;
}
.site-map-label-2 {
  margin-left: 1rem;
  font-size: 1rem;
  font-weight: 400;
}
* > .site-map-label-2 {
  margin-top: 0.5rem;
}
.site-map-label-3 {
  margin-left: 2rem;
  font-size: 1rem;
  font-weight: 400;
}
.site-map-link {
  cursor: pointer;
}
.site-map-link:hover {
  color: #e30047;
}
.slideshow-page-heading-footer {
  grid-area: footer;
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: 'slide';
}
.text {
  border-top: 1px solid #dadada;
}
.text-and-image {
  --image-width: 45fr;
  --text-width: 55fr;
  --text-vertical-position: flex-end;
  display: grid;
  align-items: end;
}
.text-and-image.image-side-left {
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-template-areas: "image" "text";
}
@media (min-width: 65em) {
  .text-and-image.image-side-left {
    grid-template-rows: 1fr;
    grid-template-columns: var(--image-width) var(--text-width);
    grid-template-areas: "image text";
  }
}
.text-and-image.image-side-right {
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-template-areas: "image" "text";
}
@media (min-width: 65em) {
  .text-and-image.image-side-right {
    grid-template-rows: 1fr;
    grid-template-columns: var(--text-width) var(--image-width);
    grid-template-areas: "text image";
  }
}
.text-and-image-text {
  grid-area: text;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: var(--text-vertical-position);
}
@media (min-width: 65em) {
  .text-and-image.image-side-left .text-and-image-text {
    padding-left: var(--block-padding);
  }
}
@media (min-width: 65em) {
  .text-and-image.image-side-right .text-and-image-text {
    padding-right: var(--block-padding);
  }
}
@media (min-width: 65em) {
  .text-and-image-text-container {
    max-width: 90%;
  }
}
.text-and-image-image {
  grid-area: image;
  height: 100%;
}
.text-and-image-image-image {
  position: relative;
  min-height: 100%;
}
.text-and-image-image-video {
  object-fit: cover;
}
.text-and-image-image-image-legend {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  background-color: rgba(255,255,255,0.5);
}
@media (min-width: 65em) {
  .text-and-image-image-image-legend {
    left: 1.5rem;
  }
}
.text-and-image-image-image-legend .block-title {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #001f6a;
}
.text-and-image-image-image-legend .block-teaser {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #e30047;
}
.text-and-image-list {
  border-top: 1px solid #dadada;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 65em) {
  .text-and-image-list .block-title {
    max-width: 30rem;
  }
}
.text-and-image-list-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 65em) {
  .text-and-image-list-container {
    flex-direction: row;
    gap: 4rem;
  }
}
.text-and-image-list-container-block {
  display: grid;
  flex: 1;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-template-areas: "image" "text";
}
@media (min-width: 65em) {
  .text-and-image-list-container-block {
    grid-template-rows: 1fr;
    grid-template-columns: 50fr 50fr;
    grid-template-areas: "image text";
  }
}
@media (max-width: 64.98em) {
  .text-and-image-list-container-block:not(:first-child) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 64.98em) {
  .text-and-image-list-container-block:not(:last-child) {
    border-bottom: 1px solid #dadada;
    padding-bottom: 1.5rem;
  }
}
.text-and-image-list-image {
  grid-area: image;
}
.text-and-image-list-text-block {
  grid-area: text;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  justify-content: flex-end;
}
@media (min-width: 65em) {
  .text-and-image-list-text-block {
    padding-left: 2rem;
    gap: 1.9rem;
  }
}
.text-and-image-list-text-block-title {
  font-size: 1.6rem;
  font-weight: 400;
  color: #001f6a;
}
.text-and-image-list-text-block-text {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
.text-and-image-list-text-block-link {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 400;
  white-space: nowrap;
  color: #e30047;
  cursor: pointer;
}
.text-and-image-three-column-list {
  border-top: 1px solid #dadada;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 65em) {
  .text-and-image-three-column-list {
    gap: 4rem;
  }
}
@media (min-width: 65em) {
  .text-and-image-three-column-list .block-title {
    max-width: 30rem;
  }
}
.text-and-image-three-column-list-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 65em) {
  .text-and-image-three-column-list-container {
    flex-direction: row;
    gap: 0rem;
  }
}
.text-and-image-three-column-list-container-block {
  border-top: 1px solid #dadada;
  padding-top: 1.5rem;
  display: grid;
  flex: 1;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
}
@media (min-width: 65em) {
  .text-and-image-three-column-list-container-block {
    border-top: none;
    border-right: 1px solid #dadada;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.text-and-image-three-column-list-container-block:first-child {
  border-top: none;
}
.text-and-image-three-column-list-container-block:last-child {
  border-right: none;
}
.text-and-image-three-column-list-image {
  height: 9.625rem;
  width: 7.5rem;
}
@media (min-width: 65em) {
  .text-and-image-three-column-list-image {
    height: 18rem;
    width: auto;
  }
}
.text-and-image-three-column-list-text {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  justify-content: flex-end;
}
@media (min-width: 65em) {
  .text-and-image-three-column-list-text {
    padding-left: 1.5rem;
  }
}
.text-and-image-three-column-list-text-block-text .block-title {
  font-size: var(--block-text-font-size);
  font-weight: 400;
  color: #001f6a;
}
.text-and-image-three-column-list-text-block-text .block-teaser {
  font-size: var(--block-link-button-font-size);
  font-weight: 400;
  color: #e30047;
}
.text-and-image-three-column-list-text-block-link {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 400;
  white-space: nowrap;
  color: #e30047;
  cursor: pointer;
}
.text-and-image-five-column-list {
  border-top: 1px solid #dadada;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 65em) {
  .text-and-image-five-column-list {
    gap: 4rem;
  }
}
@media (min-width: 65em) {
  .text-and-image-five-column-list .block-title {
    max-width: 30rem;
  }
}
.text-and-image-five-column-list-container {
  display: grid;
  flex: 1;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 65em) {
  .text-and-image-five-column-list-container {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.text-and-image-five-column-list-container-block {
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  flex: 1;
}
@media (min-width: 65em) {
  .text-and-image-five-column-list-container-block {
    border-bottom: none;
  }
}
.text-and-image-five-column-list-image {
  height: 5.5rem;
  width: 5.5rem;
}
.text-and-image-five-column-list-link-block-link .block-link {
  font-size: 0.9rem;
  font-weight: 400;
  color: #001f6a;
  cursor: pointer;
}
.text-and-image-five-column-list-title {
  margin-top: 3.125rem;
}
.text-and-image-five-column-list-link {
  margin-top: 1.125rem;
}
.text-and-video {
  display: grid;
  align-items: end;
}
.text-and-video.image-side-left {
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-template-areas: "image" "text";
}
@media (min-width: 35em) {
  .text-and-video.image-side-left {
    grid-template-rows: 1fr;
    grid-template-columns: 60fr 40fr;
    grid-template-areas: "image text";
  }
}
.text-and-video.image-side-right {
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-template-areas: "image" "text";
}
@media (min-width: 35em) {
  .text-and-video.image-side-right {
    grid-template-rows: 1fr;
    grid-template-columns: 40fr 60fr;
    grid-template-areas: "text image";
  }
}
.text-and-video-text {
  grid-area: text;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 65em) {
  .text-and-video.image-side-left .text-and-video-text {
    padding-left: var(--block-padding);
  }
}
@media (min-width: 65em) {
  .text-and-video.image-side-right .text-and-video-text {
    padding-right: var(--block-padding);
  }
}
.text-and-video-text-container {
  max-width: 90%;
}
.text-and-video-image {
  grid-area: image;
  height: 100%;
}
.text-and-video-image-image {
  position: relative;
  min-height: 100%;
}
.text-and-video-image-video {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.text-list {
  border-top: 1px solid #dadada;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 65em) {
  .text-list .block-title {
    max-width: 30rem;
  }
}
.text-list-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 65em) {
  .text-list-container {
    flex-direction: row;
    gap: 4rem;
  }
}
.text-list-container-block {
  border-top: 1px solid #dadada;
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex: 1;
}
@media (min-width: 65em) {
  .text-list-container-block {
    border-top: none;
    border-right: 1px solid #dadada;
  }
}
.text-list-container-block:last-child {
  border-right: none;
}
.text-list-text {
  padding-top: 1.5rem;
}
.text-list-text-block-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #001f6a;
}
.text-list-text-block-link {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 400;
  white-space: nowrap;
  color: #e30047;
  cursor: pointer;
}
.title-and-image-list {
  border-top: 1px solid #dadada;
}
.title-and-image-list-container {
  display: grid;
  gap: 1rem;
  justify-content: center;
}
.title-and-image-list-title {
  color: #001f6a;
}
.title-and-image-list-image {
  height: auto;
  max-width: 100%;
}
.title-and-text {
  display: grid;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-template-areas: "title" "text";
  align-items: start;
}
@media (min-width: 65em) {
  .title-and-text {
    grid-template-rows: 1fr;
    grid-template-columns: 30fr 70fr;
    grid-template-areas: "title text";
  }
}
.title-and-text-title {
  grid-area: title;
}
.title-and-text-text {
  grid-area: text;
}
.vacancy-container {
  border-top: 1px solid #dadada;
}
.vacancy-title {
  margin-bottom: 1rem;
}
.vacancy-city {
  font-size: 1rem;
  color: Red;
}
.vacancy-button {
  margin-top: 2rem;
}
.vacancy-list-container {
  border-top: 1px solid #dadada;
}
.vacancy-list-button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.vacancy-list-button {
  position: relative;
  user-select: none;
}
.vacancy-list-button-content {
  display: flex;
  gap: 0.8rem;
  cursor: pointer;
}
.vacancy-list-button-text {
  font-size: 1rem;
  color: #2f2f2f;
}
.vacancy-list-button-image {
  height: 1.4rem;
  width: auto;
  align-self: center;
}
.vacancy-list-button-menu {
  z-index: 1;
  position: absolute;
  top: 2rem;
  left: 0;
  transform: translateX(-1rem);
  min-width: 15rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #f7f7f7;
}
.vacancy-list-menu-button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.vacancy-list-menu-button:not(:first-child) {
  border-top: 1px solid #dadada;
}
.vacancy-list-menu-button-name {
  font-size: 1rem;
  color: #2f2f2f;
}
.vacancy-list-menu-button.is-selected .vacancy-list-menu-button-name {
  color: #e30047;
}
.vacancy-list-menu-button-count {
  font-size: 1rem;
  color: #e30047;
}
.worldwide-operations-page-heading {
  position: relative;
  overflow: hidden;
  height: var(--viewport-height);
}
.worldwide-operations-page-heading-message {
  position: absolute;
  top: 6rem;
  left: 120vw;
  font-size: 3rem;
  white-space: nowrap;
  color: #001f6a;
  user-select: none;
  pointer-events: none;
  animation: worldwide-operations-page-heading-message-animation 30s linear 0s infinite;
}
@keyframes worldwide-operations-page-heading-message-animation {
  0% {
    left: 120vw;
  }
  100% {
    left: -120vw;
  }
}
