/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss ***!
  \***************************************************************************************************************/
/* imports */
html {
  box-sizing: border-box;
  font-size: 16px;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

ol,
ul {
  list-style: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

:root {
  --font-dazzle: "dazzle-unicase", sans-serif;
  --font-forma: "forma-djr-display", sans-serif;
  --color-white: #ffffff;
  --color-1: #213E60;
  --color-2: #E68C3A;
  --color-3: #D8D1BD;
  --color-4: #F4F2EF;
  --ease: cubic-bezier(.64, .15, .15, .86);
}

html {
  font-size: 6.944vw;
  background-color: var(--color-4);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  html {
    font-size: 25.445vw;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 1;
  font-smoothing: antialiased;
  font-family: var(--font-forma);
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 1.2em;
}

.main {
  overflow: hidden;
}
.main.header_sticky {
  padding-top: 0.95rem;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main.header_sticky {
    padding-top: unset;
  }
}
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

[reveal-piece] {
  padding-top: 0.2rem;
  margin-top: -0.2rem;
}

[reveal-fade-x] {
  opacity: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  [reveal-fade-x][data-no-mobile] {
    opacity: 1;
  }
}

[reveal-scale] {
  transition: opacity 300ms var(--ease);
  opacity: 0;
}
[reveal-scale].animated {
  opacity: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  [reveal-scale][data-no-mobile] {
    opacity: 1;
  }
}

[reveal-clip] {
  opacity: 0;
}
[reveal-clip].animated {
  opacity: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  [reveal-clip][data-no-mobile] {
    opacity: 1;
  }
}

[mouse_parallax] {
  transition: transform 300ms ease-out;
}

.sticky_active .site_badge {
  opacity: 0;
}

.site_badge {
  display: block;
  cursor: pointer;
  position: fixed;
  transition: opacity 300ms var(--ease);
  z-index: 250;
  right: 0.24rem;
  bottom: 0.24rem;
  width: 1.11rem;
  height: 1.11rem;
  mix-blend-mode: multiply;
}
.site_badge svg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.overflow_hidden {
  overflow: hidden;
}

.gallery_frame {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.24rem 0;
  background-color: rgba(217, 217, 217, 0.6);
  backdrop-filter: blur(10px);
  transition: opacity 600ms ease, visibility 600ms ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.gallery_frame.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.gallery_frame .aligner {
  display: block;
  width: 100%;
}
.gallery_frame .thumbnail_slider {
  display: block;
  margin: auto;
}
.gallery_frame .thumbnail_slider .splide__track--nav > .splide__list > .splide__slide {
  transition: opacity 300ms ease;
  opacity: 0.6;
  border: none;
}
.gallery_frame .thumbnail_slider .splide__track--nav > .splide__list > .splide__slide.is-active {
  opacity: 1;
}
.gallery_frame .thumbnail_slider .splide__track--nav > .splide__list > .splide__slide.is-active .small_media {
  width: 1.34rem;
}
.gallery_frame .thumbnail_slider .small_media {
  display: block;
  transition: width 300ms ease;
  width: 0.72rem;
  height: 0.96rem;
  object-fit: cover;
}
.gallery_frame .slider {
  display: block;
  width: 11.56rem;
  margin: auto;
  margin-bottom: 0.24rem;
}
.gallery_frame .slider .splide__track {
  overflow: visible;
  cursor: grab;
}
.gallery_frame .slider .splide__track:active {
  cursor: grabbing;
}
.gallery_frame .slider .splide__track .splide__slide {
  transition: opacity 300ms ease;
  opacity: 0;
}
.gallery_frame .slider .splide__track .splide__slide.is-active {
  opacity: 1;
}
.gallery_frame .slider .media {
  display: block;
  width: auto;
  max-width: 100%;
  height: calc(100vh - 1.68rem);
  object-fit: cover;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}
.gallery_frame .close {
  display: block;
  cursor: pointer;
  position: absolute;
  transition: transform 150ms var(--ease);
  top: 0.24rem;
  right: 0.24rem;
  width: 0.4rem;
}
.gallery_frame .close svg {
  display: block;
  width: 100%;
}
.gallery_frame .close:active {
  transform: scale(0.75);
}
.gallery_frame .btn {
  display: block;
  position: absolute;
  top: calc(50% - 0.8rem);
  cursor: pointer;
  width: 0.85rem;
  height: 0.46rem;
}
.gallery_frame .btn > div {
  transition: width 300ms ease, background-color 300ms ease;
  width: 0.85rem;
  height: 0.46rem;
  background-color: var(--color-1);
  border-radius: 0.4rem;
  margin: auto;
}
.gallery_frame .btn svg {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: block;
  width: 0.36rem;
}
.gallery_frame .btn.prev {
  left: 0.24rem;
}
.gallery_frame .btn.prev svg {
  transform: translate(-50%, -50%) rotate(180deg);
}
.gallery_frame .btn.next {
  right: 0.24rem;
}
@media screen and (hover: hover) {
  .gallery_frame .btn:hover > div {
    width: 0.66rem;
    background-color: var(--color-2);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .gallery_frame {
    justify-content: center;
  }
  .gallery_frame .slider {
    width: 90%;
  }
  .gallery_frame .slider .media {
    height: 3rem;
  }
  .gallery_frame .thumbnail_slider {
    width: 90%;
  }
  .gallery_frame .thumbnail_slider .splide__track--nav > .splide__list > .splide__slide.is-active .small_media {
    width: 0.6rem;
  }
  .gallery_frame .thumbnail_slider .small_media {
    width: 0.6rem;
    height: 0.5rem;
  }
  .gallery_frame .btn {
    top: calc(50% + 2.4rem);
  }
}

.container {
  width: 100%;
  max-width: 13.92rem;
  margin: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .container {
    max-width: 3.3rem;
  }
}

.container_2 {
  width: 100%;
  max-width: 11.56rem;
  margin: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .container_2 {
    max-width: 3.3rem;
  }
}

.link {
  display: block;
  position: relative;
  width: fit-content;
  font-family: var(--font-forma);
  font-size: 0.18rem;
  line-height: 1.56em;
  letter-spacing: 0;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
}
.link span {
  display: block;
  transition: transform 700ms var(--ease);
  backface-visibility: hidden;
}
.link::before {
  content: attr(data-text);
  display: block;
  position: absolute;
  transition: transform 700ms var(--ease);
  transform: translateY(-100%) scale(0.8);
  top: 0;
  left: 0;
  backface-visibility: hidden;
  color: var(--color-2);
}
@media screen and (hover: hover) {
  .link:hover::before {
    transform: translateY(0%) scale(1);
  }
  .link:hover span {
    transform: translateY(100%);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .link {
    font-size: 0.12rem;
  }
}

.button {
  display: flex;
  align-items: center;
  position: relative;
  gap: 0.16rem;
  width: fit-content;
  transition: color 400ms var(--ease);
  font-family: var(--font-forma);
  font-size: 0.18rem;
  line-height: 1.56em;
  letter-spacing: 0;
  font-weight: 800;
  text-align: center;
  padding: 0.07rem 0.24rem 0.11rem;
  text-transform: uppercase;
  border-radius: 0.4rem;
  color: var(--color-white);
  overflow: hidden;
}
.button span {
  display: block;
  position: relative;
  z-index: 5;
}
.button svg {
  display: block;
  position: relative;
  transition: transform 600ms var(--ease);
  z-index: 5;
  width: 0.37rem;
  top: 0.0125rem;
}
.button svg path {
  transition: fill 400ms var(--ease);
}
.button::before {
  content: "";
  display: block;
  position: absolute;
  transition: transform 600ms var(--ease);
  transform: scale(0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-2);
  border-radius: 0.4rem;
}
.button::after {
  content: "";
  display: block;
  position: absolute;
  transition: transform 600ms var(--ease);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-1);
  border-radius: 0.4rem;
}
.button.color_2 {
  background-color: transparent;
}
.button.color_2::before {
  background-color: var(--color-1);
}
.button.color_2::after {
  background-color: var(--color-2);
}
@media screen and (hover: hover) {
  .button:hover {
    color: var(--color-white) !important;
  }
  .button:hover svg {
    transform: translateX(0.08rem);
  }
  .button:hover svg path {
    fill: var(--color-white) !important;
  }
  .button:hover::before {
    transform: scale(1);
  }
  .button:hover::after {
    transform: translate(calc(100% - 0.46rem), 0);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .button {
    font-size: 0.13rem;
    padding-bottom: 0.1rem;
  }
  .button svg {
    width: 0.28rem;
  }
}

.apple_os .button {
  padding: 0.11rem 0.24rem;
}
.apple_os .button svg {
  top: 0;
}

.text_base {
  font-family: var(--font-forma);
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 1.444em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .text_base {
    font-size: 0.15rem;
  }
}

.title_scalable {
  font-family: var(--font-dazzle);
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  width: max-content;
}

.title_base {
  font-family: var(--font-dazzle);
  font-size: 1rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .title_base {
    font-size: 0.7rem;
  }
}

.title_s {
  font-family: var(--font-dazzle);
  font-size: 0.6rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .title_s {
    font-size: 0.4rem;
  }
}

.title_xs {
  font-family: var(--font-dazzle);
  font-size: 0.24rem;
  line-height: 1.333em;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .title_xs {
    font-size: 0.17rem;
  }
}

.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6 {
  font-family: var(--font-dazzle);
  line-height: 1.333em;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.user-content h1:not(:last-child),
.user-content h2:not(:last-child),
.user-content h3:not(:last-child),
.user-content h4:not(:last-child),
.user-content h5:not(:last-child),
.user-content h6:not(:last-child) {
  margin-bottom: 0.24rem;
}
.user-content h1 {
  font-size: 0.36rem;
}
.user-content h2 {
  font-size: 0.32rem;
}
.user-content h3 {
  font-size: 0.28rem;
}
.user-content h4 {
  font-size: 0.24rem;
}
.user-content h5 {
  font-size: 0.2rem;
}
.user-content h6 {
  font-size: 0.18rem;
}
.user-content p,
.user-content a,
.user-content ul,
.user-content ol,
.user-content blockquote,
.user-content table {
  font-family: var(--font-forma);
  font-size: 0.18rem;
  line-height: 1.444em;
  letter-spacing: 0;
  font-weight: 600;
}
.user-content p:not(:last-child),
.user-content a:not(:last-child) {
  margin-bottom: 0.24rem;
}
.user-content a {
  text-decoration: underline;
}
.user-content ul {
  padding-left: 0.24rem;
}
.user-content ul:not(:last-child) {
  margin-bottom: 0.24rem;
}
.user-content ul li {
  list-style: disc;
  position: relative;
}
.user-content ul li:last-of-type {
  margin-bottom: 0;
}
.user-content ol {
  padding-left: 0.24rem;
}
.user-content ol:not(:last-child) {
  margin-bottom: 0.24rem;
}
.user-content ol li {
  list-style: decimal;
}
.user-content ol li:last-of-type {
  margin-bottom: 0;
}
.user-content span {
  display: inline-block;
}
.user-content blockquote {
  font-style: italic;
  margin: 0.5rem 0;
  padding-left: 0.5rem;
  border-left: 3px solid #ccc;
}
.user-content figure {
  margin: 0.5rem 0;
  text-align: center;
}
.user-content figure img {
  max-width: 100%;
  height: auto;
}
.user-content figure figcaption {
  font-size: 0.14rem;
  color: #666;
  margin-top: 0.2rem;
}
.user-content table {
  width: 100%;
  border-collapse: collapse;
}
.user-content th,
.user-content td {
  padding: 0.5rem;
  border: 1px solid #ccc;
}
.user-content th {
  font-weight: 700;
  background-color: #f5f5f5;
}
.user-content td {
  font-weight: 400;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .user-content h1 {
    font-size: 0.26rem;
  }
  .user-content h2 {
    font-size: 0.23rem;
  }
  .user-content h3 {
    font-size: 0.2rem;
  }
  .user-content h4 {
    font-size: 0.17rem;
  }
  .user-content h5 {
    font-size: 0.15rem;
  }
  .user-content h6 {
    font-size: 0.13rem;
  }
  .user-content p,
  .user-content a,
  .user-content ul,
  .user-content ol,
  .user-content blockquote,
  .user-content table {
    font-size: 0.15rem;
  }
  .user-content figcaption {
    font-size: 0.12rem;
  }
}

body.loaded .page_header .layout {
  transform: translateY(0%);
  opacity: 1;
}
body.loaded .page_header .layout .inner {
  transform: translateY(0%);
  opacity: 1;
}

body.scroll-past-top .layout:after {
  width: 100vw;
}
body.scroll-down .page_header {
  transform: translateY(-103%);
}
body.scroll-up .page_header {
  transform: translateY(0);
}

.page_header {
  display: block;
  position: relative;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 700ms var(--ease), opacity 700ms var(--ease);
}
.page_header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-4);
}
.page_header .layout {
  display: flex;
  justify-content: space-between;
  transition: transform 700ms var(--ease), opacity 700ms var(--ease);
  transform: translateY(-90%);
  opacity: 0;
  align-items: center;
  padding: 0.24rem 0;
  position: relative;
}
.page_header .layout:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--color-1);
  transition: width 700ms var(--ease), opacity 700ms var(--ease);
}
.page_header .layout .inner {
  transition: transform 700ms var(--ease), opacity 700ms var(--ease);
  transform: translateY(-90%);
  opacity: 0;
  flex-shrink: 0;
  flex-grow: 0;
}
.page_header .layout .inner:nth-child(1) {
  transition-delay: 100ms;
}
.page_header .layout .inner:nth-child(2) {
  transition-delay: 200ms;
}
.page_header .layout .inner:nth-child(3) {
  transition-delay: 300ms;
}
.page_header .logo {
  display: block;
  width: 1.04rem;
}
.page_header .logo svg {
  display: block;
  width: 100%;
}
.page_header .nav {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0.24rem;
  left: 0.6rem;
}
.page_header .nav .link {
  flex-shrink: 0;
  flex-grow: 0;
  color: var(--color-1);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page_header {
    position: absolute;
    top: 0;
    left: 0;
  }
  .page_header .logo {
    width: 0.8rem;
  }
  .page_header .layout .inner:nth-child(3) {
    display: none;
  }
  .page_header .nav {
    left: auto;
    gap: 0.18rem;
  }
}

.page_footer {
  display: block;
  position: relative;
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
}
.page_footer .marquee {
  margin-bottom: 1.7rem;
  overflow: hidden;
}
.page_footer .marquee .track {
  display: flex;
  align-items: center;
  transform: translateX(-25%);
  width: max-content;
}
.page_footer .marquee a.inner:hover .logo {
  transform: scale(0.95);
}
.page_footer .marquee a.inner .logo {
  transition: transform 400ms ease;
}
.page_footer .marquee .list {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 0.8rem;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0 0.4rem;
}
.page_footer .marquee .list .logo {
  display: block;
  width: auto;
  height: auto;
  max-height: 1rem;
  max-width: 100%;
}
.page_footer .aligner {
  text-align: center;
}
.page_footer .aligner .title {
  color: var(--color-2);
  max-width: 4.72rem;
  margin: auto;
  margin-bottom: 0.4rem;
}
.page_footer .aligner .button {
  margin: auto;
}
.page_footer .aligner .big_title {
  color: var(--color-1);
  margin: 0.94rem 0 0.2rem;
}
.page_footer .aligner .social-icons-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.16rem;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.page_footer .aligner .social-icons-wrap .social-icon {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
}
.page_footer .aligner .social-icons-wrap .social-icon:hover img {
  transform: scale(1.1);
}
.page_footer .aligner .social-icons-wrap .social-icon img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  transition: transform 400ms ease;
}
.page_footer .aligner .copy {
  color: var(--color-1);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.04rem;
  justify-content: center;
}
.page_footer .aligner .copy .copy-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page_footer {
    padding-top: 0.8rem;
  }
  .page_footer .marquee {
    margin-bottom: 0.8rem;
  }
  .page_footer .aligner .title {
    margin-bottom: 0.3rem;
  }
  .page_footer .aligner .big_title {
    margin: 0.8rem 0 0.4rem;
  }
}

.page_footer.beige {
  background-color: var(--color-3);
}

.page_footer.indigo {
  background-color: var(--color-1);
}
.page_footer.indigo .marquee .list .logo {
  filter: invert(1);
}
.page_footer.indigo .aligner .button::before {
  background-color: var(--color-white);
}
.page_footer.indigo .aligner .button::after {
  background-color: var(--color-2);
}
@media screen and (hover: hover) {
  .page_footer.indigo .aligner .button:hover {
    color: var(--color-1) !important;
  }
  .page_footer.indigo .aligner .button:hover svg path {
    fill: var(--color-1) !important;
  }
}
.page_footer.indigo .aligner .big_title {
  color: var(--color-3);
}
.page_footer.indigo .aligner .social-icons-wrap .social-icon img {
  filter: invert(1);
}
.page_footer.indigo .aligner .copy {
  color: var(--color-4);
}

.apple_os .page_footer .aligner .title {
  padding-bottom: 0.2em;
  margin-top: -0.2em;
}
.apple_os .page_footer .aligner .big_title > div {
  padding-bottom: 0.2em;
  margin-top: -0.4em;
}

.scoff_timeline_section {
  display: block;
  position: relative;
  overflow: hidden;
}
.scoff_timeline_section .track {
  height: 275vh;
}
.scoff_timeline_section .track .sticky {
  position: relative;
}
.scoff_timeline_section .timeline {
  display: block;
  position: relative;
}
.scoff_timeline_section .timeline .logo_frame {
  display: flex;
  position: relative;
  z-index: 10;
  align-items: center;
  min-height: 100dvh;
  padding: 1rem 0;
}
.scoff_timeline_section .timeline .logo_frame .aligner {
  width: 100%;
}
.scoff_timeline_section .timeline .media {
  display: block;
  position: relative;
  transition: opacity 300ms var(--ease);
  opacity: 0;
  width: 100%;
  backface-visibility: hidden;
}
.scoff_timeline_section .timeline .media.animated {
  opacity: 1;
}
.scoff_timeline_section .timeline .media img, .scoff_timeline_section .timeline .media svg {
  display: block;
  transform-origin: 51% 26%;
  width: 100%;
  backface-visibility: hidden;
}
.scoff_timeline_section .timeline .background_video {
  display: block;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  z-index: 5;
  top: 0.24rem;
  left: 0.24rem;
  width: calc(100% - 0.48rem);
  height: calc(100% - 0.48rem);
  object-fit: cover;
  border-radius: 0.9rem;
}
.scoff_timeline_section .timeline .background_video.animated {
  transition: opacity 300ms var(--ease);
  opacity: 1;
}
.scoff_timeline_section .content {
  display: block;
  position: relative;
  padding: 1rem 0 1.54rem;
  min-height: 9.3rem;
}
.scoff_timeline_section .content .cnt {
  max-width: 4.48rem;
}
.scoff_timeline_section .content .cnt .text {
  color: var(--color-1);
  margin-bottom: 0.4rem;
}
.scoff_timeline_section .content .letter_frame {
  display: block;
  position: absolute;
}
.scoff_timeline_section .content .letter_frame svg {
  display: block;
  width: 100%;
}
.scoff_timeline_section .content .letter_frame:nth-child(1) {
  width: 2.6rem;
  top: calc(50% - 0.2rem);
  left: calc(50% - 5.7rem);
}
.scoff_timeline_section .content .letter_frame:nth-child(2) {
  width: 2.3rem;
  top: calc(50% - 2.2rem);
  left: calc(50% - 2.4rem);
}
.scoff_timeline_section .content .letter_frame:nth-child(3) {
  width: 2.19rem;
  top: calc(50% + 0.6rem);
  left: calc(50% - 0.2rem);
}
.scoff_timeline_section .content .letter_frame:nth-child(4) {
  width: 3.52rem;
  top: calc(50% - 3.4rem);
  left: calc(50% + 0.2rem);
}
.scoff_timeline_section .content .letter_frame:nth-child(5) {
  width: 2.62rem;
  top: calc(50% - 4.2rem);
  left: calc(50% + 4.3rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .scoff_timeline_section .track {
    overflow: hidden;
  }
  .scoff_timeline_section .timeline .logo_frame {
    height: 100vh;
    min-height: auto;
  }
  .scoff_timeline_section .timeline .background_video {
    border-radius: 0.2rem;
  }
  .scoff_timeline_section .content {
    min-height: auto;
    padding-top: 0.4rem;
    padding-bottom: 3rem;
  }
  .scoff_timeline_section .flying_letters {
    transform: scale(0.25) translateY(6rem);
  }
}

.home_work_section {
  display: block;
  position: relative;
  background-color: var(--color-3);
  padding-top: 1.4rem;
  padding-bottom: 0.5rem;
}
.home_work_section .title {
  color: var(--color-1);
  margin-bottom: 0.8rem;
}
.home_work_section .title div {
  border-bottom: 2px solid var(--color-1);
}
.home_work_section .card_grid {
  margin-bottom: 0.4rem;
}
.home_work_section .button {
  color: var(--color-1);
  margin: auto;
}
.home_work_section .button svg path {
  fill: var(--color-1);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home_work_section {
    padding-top: 0.8rem;
    padding-bottom: 0.4rem;
  }
  .home_work_section .title {
    margin-bottom: 0.6rem;
  }
}

.apple_os .home_work_section .title > div {
  padding-bottom: 0.2em;
  margin-top: -0.4em;
}

.home_mailers_section {
  display: block;
  position: relative;
  background-color: var(--color-3);
  padding-top: 0.7rem;
  padding-bottom: 1.2rem;
}
.home_mailers_section .title {
  color: var(--color-1);
  margin-bottom: 0.8rem;
}
.home_mailers_section .title div {
  border-bottom: 2px solid var(--color-1);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home_mailers_section {
    padding-top: 0.8rem;
    padding-bottom: 0.4rem;
  }
  .home_mailers_section .title {
    margin-bottom: 0.6rem;
  }
}

.apple_os .home_mailers_section .title > div {
  padding-bottom: 0.2em;
  margin-top: -0.4em;
}

.about_hero {
  display: block;
  padding-top: 1.3rem;
  padding-bottom: 0.6rem;
}
.about_hero .title {
  color: var(--color-1);
}
.about_hero .letter_track {
  display: block;
  position: relative;
  min-height: 8rem;
}
.about_hero .letter_track .cnt {
  max-width: 4.48rem;
}
.about_hero .letter_track .cnt .text {
  color: var(--color-1);
  margin-bottom: 0.4rem;
}
.about_hero .letter_track .letter_frame {
  display: block;
  position: absolute;
}
.about_hero .letter_track .letter_frame svg {
  display: block;
  width: 100%;
}
.about_hero .letter_track .letter_frame:nth-child(1) {
  width: 2.6rem;
  top: calc(50% - 0.2rem);
  left: calc(50% - 5.7rem);
}
.about_hero .letter_track .letter_frame:nth-child(2) {
  width: 2.3rem;
  top: calc(50% - 2.2rem);
  left: calc(50% - 2.4rem);
}
.about_hero .letter_track .letter_frame:nth-child(3) {
  width: 2.19rem;
  top: calc(50% + 0.6rem);
  left: calc(50% - 0.2rem);
}
.about_hero .letter_track .letter_frame:nth-child(4) {
  width: 3.52rem;
  top: calc(50% - 3.4rem);
  left: calc(50% + 0.2rem);
}
.about_hero .letter_track .letter_frame:nth-child(5) {
  width: 2.62rem;
  top: calc(50% - 4.2rem);
  left: calc(50% + 4.3rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about_hero {
    padding-top: 1.4rem;
  }
  .about_hero .letter_track {
    min-height: 3rem;
  }
  .about_hero .flying_letters {
    transform: scale(0.25) translateY(6rem);
  }
}

.apple_os .about_hero .title {
  padding-bottom: 0.2em;
  margin-top: -0.2em;
}

.who_we_are_section {
  display: block;
  position: relative;
  background-color: var(--color-1);
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.who_we_are_section .title {
  color: var(--color-2);
  margin-bottom: 0.8rem;
}
.who_we_are_section .content {
  display: flex;
  justify-content: space-between;
}
.who_we_are_section .content .inner:first-child {
  width: 4.48rem;
}
.who_we_are_section .content .inner:last-child {
  width: 5.66rem;
}
.who_we_are_section .content .small_title {
  color: var(--color-3);
}
.who_we_are_section .content .text {
  color: var(--color-4);
}
.who_we_are_section .content .text:first-child {
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .who_we_are_section {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .who_we_are_section .title {
    margin-bottom: 0.4rem;
  }
  .who_we_are_section .content {
    display: block;
  }
  .who_we_are_section .content .inner:first-child {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .who_we_are_section .content .inner:last-child {
    width: 100%;
  }
}

.apple_os .who_we_are_section .title > div {
  padding-bottom: 0.2em;
  margin-top: -0.4em;
}

.more_than_section {
  display: block;
  padding: 1.2rem 0;
}
.more_than_section .title {
  font-family: var(--font-dazzle);
  text-align: center;
  font-size: 0.84rem;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.more_than_section .title span {
  display: block;
}
.more_than_section .title span:nth-child(odd) {
  color: var(--color-1);
}
.more_than_section .title span:nth-child(even) {
  color: var(--color-2);
}
.more_than_section .text {
  color: var(--color-1);
  width: 5.65rem;
  margin-left: auto;
  margin-right: 1.2rem;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .more_than_section {
    padding: 0.8rem 0;
  }
  .more_than_section .title {
    font-size: 0.22rem;
    margin-bottom: 0.24rem;
  }
  .more_than_section .text {
    width: 100%;
    text-align: center;
  }
}

.apple_os .more_than_section .title {
  padding-bottom: 0.2em;
  margin-top: -0.2em;
}

.how_can_we_help {
  display: block;
  background-color: var(--color-3);
  padding: 1.4rem 0 1.2rem;
}
.how_can_we_help .title {
  text-align: center;
  color: var(--color-1);
  margin-bottom: 0.8rem;
}
.how_can_we_help .grid {
  display: flex;
  justify-content: space-between;
}
.how_can_we_help .grid .inner {
  position: relative;
  width: 5.66rem;
}
.how_can_we_help .grid .inner:first-child {
  min-height: 6.23rem;
  overflow: hidden;
}
.how_can_we_help .grid .inner:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.how_can_we_help .grid .inner:last-child > div {
  width: 100%;
}
.how_can_we_help .media {
  display: block;
  transition: opacity 300ms var(--ease);
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.how_can_we_help .media.animated {
  opacity: 1;
}
.how_can_we_help .small_title {
  color: var(--color-1);
  margin-bottom: 0.4rem;
}
.how_can_we_help .text {
  color: var(--color-1);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .how_can_we_help {
    padding: 0.8rem 0;
  }
  .how_can_we_help .title {
    font-size: 0.6rem;
    text-align: left;
    margin-bottom: 0.4rem;
  }
  .how_can_we_help .grid {
    display: block;
  }
  .how_can_we_help .grid .inner:first-child {
    width: 100%;
    min-height: auto;
    margin-bottom: 0.4rem;
  }
  .how_can_we_help .grid .inner:last-child {
    width: 100%;
  }
  .how_can_we_help .small_title {
    font-size: 0.22rem;
  }
}

.apple_os .how_can_we_help .title > div {
  padding-bottom: 0.2em;
  margin-top: -0.4em;
}

.work_section {
  display: block;
  position: relative;
  padding-top: 1.1rem;
  padding-bottom: 1.2rem;
}
.work_section .title {
  color: var(--color-1);
  margin-bottom: 0.5rem;
}
.work_section .card_grid {
  margin-bottom: 0.4rem;
}
.work_section .button {
  color: var(--color-1);
  margin: auto;
}
.work_section .button svg path {
  fill: var(--color-1);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .work_section {
    padding-top: 1.3rem;
    padding-bottom: 0.5rem;
  }
  .work_section .title {
    margin-bottom: 0.3rem;
  }
}

.apple_os .work_section .title {
  padding-bottom: 0.2em;
  margin-top: -0.2em;
}

.single_case_hero {
  display: block;
  position: relative;
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}
.single_case_hero .content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}
.single_case_hero .content .inner:first-child {
  width: 6.85rem;
}
.single_case_hero .content .inner:last-child {
  width: calc(100% - 7.1rem);
}
.single_case_hero .small_title {
  color: var(--color-2);
  margin-bottom: 0.34rem;
}
.single_case_hero .title {
  position: relative;
  color: var(--color-1);
  top: 0.1rem;
}
.single_case_hero .text {
  color: var(--color-1);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .single_case_hero {
    padding-top: 1.3rem;
    padding-bottom: 0.8rem;
  }
  .single_case_hero .content {
    display: block;
    margin-bottom: 0.4rem;
  }
  .single_case_hero .content .inner:first-child {
    width: 100%;
  }
  .single_case_hero .content .inner:last-child {
    width: 100%;
  }
  .single_case_hero .small_title {
    margin-bottom: 0.14rem;
  }
  .single_case_hero .title {
    font-size: 0.55rem;
    margin-bottom: 0.14rem;
  }
  .single_case_hero .text {
    font-size: 0.14rem;
  }
}

.apple_os .single_case_hero .title {
  padding-bottom: 0.2em;
  margin-top: -0.3em;
}

.next_project_preview {
  display: block;
  padding: 1.2rem 0;
  background-color: var(--color-3);
}
.next_project_preview .layout {
  display: flex;
  justify-content: space-between;
}
.next_project_preview .layout .inner {
  width: 5.66rem;
  overflow: hidden;
}
.next_project_preview .layout .inner:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.next_project_preview .layout .inner:last-child > div {
  width: 100%;
}
.next_project_preview .media {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.next_project_preview .title {
  color: var(--color-1);
}
.next_project_preview .text {
  color: var(--color-1);
  margin-bottom: 0.4rem;
}
.next_project_preview .button {
  color: var(--color-1);
}
.next_project_preview .button svg path {
  fill: var(--color-1);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .next_project_preview {
    padding: 0.8rem 0;
  }
  .next_project_preview .layout {
    display: block;
  }
  .next_project_preview .layout .inner {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .next_project_preview .layout .inner:last-child {
    display: block;
    width: 100%;
    margin: 0;
  }
  .next_project_preview .title {
    margin-bottom: 0.24rem;
  }
  .next_project_preview .text {
    margin-bottom: 0.24rem;
  }
}

.mailers_hero {
  display: block;
  padding: 1.2rem 0 1rem;
}
.mailers_hero .title {
  color: var(--color-1);
  margin-bottom: -0.2rem;
}
.mailers_hero .content {
  max-width: 9.1rem;
  margin-left: auto;
  margin-right: 0;
}
.mailers_hero .content .big_text {
  text-transform: uppercase;
  color: var(--color-1);
  line-height: 1.55em;
  font-weight: 800;
  margin-bottom: 0.4rem;
}
.mailers_hero .content .text {
  color: var(--color-1);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .mailers_hero {
    padding-top: 1.4rem;
    padding-bottom: 0.8rem;
  }
  .mailers_hero .title {
    margin-bottom: 0.3rem;
  }
}

.apple_os .mailers_hero .title {
  padding-bottom: 0.2em;
  margin-top: -0.2em;
}

.mailers_grid_section {
  display: block;
  padding-bottom: 1.2rem;
}
.mailers_grid_section .card_grid_small {
  margin-bottom: 0.4rem;
}
.mailers_grid_section .button {
  margin: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .mailers_grid_section {
    padding-bottom: 0.8rem;
  }
}

.card_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.24rem;
}
.card_grid .card {
  display: block;
  position: relative;
  width: 4.48rem;
  aspect-ratio: 448/623;
  overflow: hidden;
}
.card_grid .card .media {
  position: absolute;
  transition: height 700ms var(--ease);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
}
.card_grid .card .cnt {
  display: block;
  position: absolute;
  transition: transform 700ms var(--ease);
  transform: translateY(100%);
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0.24rem;
  background-color: var(--color-2);
  text-align: center;
  backface-visibility: hidden;
  min-height: 1.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card_grid .card .card_title {
  font-family: var(--font-dazzle);
  transition: transform 700ms var(--ease);
  transform: translateY(0.4rem);
  font-size: 0.24rem;
  line-height: 1.333em;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-4);
  text-transform: uppercase;
}
.card_grid .card .card_text {
  font-family: var(--font-forma);
  font-size: 0.18rem;
  line-height: 1.444em;
  font-weight: 600;
  color: var(--color-4);
  margin-top: 0.1rem;
}
@media screen and (hover: hover) {
  .card_grid .card:hover .media {
    height: calc(100% - 1rem);
  }
  .card_grid .card:hover .cnt {
    transform: translateY(0%);
  }
  .card_grid .card:hover .card_title {
    transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card_grid .card {
    width: 100%;
  }
  .card_grid .card .media {
    height: calc(100% - 1rem);
  }
  .card_grid .card .cnt {
    transform: translateY(0%);
  }
  .card_grid .card .card_title {
    transform: translateY(0%);
  }
}

.card_grid_small {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.24rem;
}
.card_grid_small .card {
  display: block;
  position: relative;
  width: 4.48rem;
  aspect-ratio: 448/450;
  overflow: hidden;
}
.card_grid_small .card .media {
  position: absolute;
  transition: height 700ms var(--ease);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
}
.card_grid_small .card .cnt {
  display: block;
  position: absolute;
  transition: transform 700ms var(--ease);
  transform: translateY(100%);
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0.24rem;
  background-color: var(--color-1);
  text-align: center;
  backface-visibility: hidden;
  min-height: 1.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card_grid_small .card .card_title {
  font-family: var(--font-dazzle);
  transition: transform 700ms var(--ease);
  transform: translateY(0.4rem);
  font-size: 0.24rem;
  line-height: 1.333em;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-4);
  text-transform: uppercase;
}
.card_grid_small .card .card_text {
  font-family: var(--font-forma);
  font-size: 0.18rem;
  line-height: 1.444em;
  font-weight: 600;
  color: var(--color-4);
  margin-top: 0.1rem;
}
@media screen and (hover: hover) {
  .card_grid_small .card:hover .media {
    height: calc(100% - 1rem);
  }
  .card_grid_small .card:hover .cnt {
    transform: translateY(0%);
  }
  .card_grid_small .card:hover .card_title {
    transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card_grid_small .card {
    width: 100%;
  }
  .card_grid_small .card .media {
    height: calc(100% - 1rem);
  }
  .card_grid_small .card .cnt {
    transform: translateY(0%);
  }
  .card_grid_small .card .card_title {
    transform: translateY(0%);
  }
}

.case_grid {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 0.24rem;
}
.case_grid .inner {
  display: block;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
}
.case_grid .inner.w1-1 {
  width: 100%;
}
.case_grid .inner.w1-3 {
  width: calc(33.3333333333% - 0.12rem);
}
.case_grid .inner.w2-3 {
  width: calc(66.6666666667% - 0.12rem);
}
.case_grid .media {
  display: block;
  width: 100%;
  height: 4.82rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case_grid .inner.w1-3 {
    width: 100%;
  }
  .case_grid .inner.w2-3 {
    width: 100%;
  }
  .case_grid .media {
    height: 3.6rem;
  }
}

.contact_hero {
  display: block;
  padding: 1rem 0;
}
.contact_hero .title {
  color: var(--color-1);
  margin-bottom: 0.1rem;
}
.contact_hero .title.animated {
  opacity: 1;
}
.contact_hero .subtitle {
  text-align: center;
  color: var(--color-2);
  max-width: 8rem;
  margin: auto;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contact_hero {
    padding-top: 1.5rem;
    padding-bottom: 0.7rem;
  }
  .contact_hero .subtitle,
  .contact_hero .label {
    font-size: 0.16rem;
  }
}

.apple_os .contact_hero .title {
  padding-bottom: 0.2em;
  margin-top: -0.2em;
}

.contact_list {
  display: block;
}
.contact_list .row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.contact_list .row:not(:last-child) {
  border-bottom: 2px solid var(--color-1);
}
.contact_list .label {
  position: relative;
  top: 0.21rem;
  flex-shrink: 0;
  flex-grow: 0;
  color: var(--color-1);
}
.contact_list .social-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0.08rem;
  flex-wrap: wrap;
}
.contact_list .extern {
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
  color: var(--color-1);
  font-family: var(--font-forma);
  font-weight: 600;
  font-size: 0.58rem;
  line-height: 1em;
  letter-spacing: 0;
  text-align: right;
}
.contact_list .extern.no_link {
  cursor: default;
}
@media screen and (hover: hover) {
  .contact_list .extern.no_link:hover {
    text-decoration: none;
  }
}
.contact_list .extern span {
  display: block;
}
@media screen and (hover: hover) {
  .contact_list .extern:hover {
    text-decoration: underline;
  }
}
.contact_list input,
.contact_list textarea {
  all: unset;
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
  color: var(--color-1);
  font-family: var(--font-forma);
  font-weight: 600;
  font-size: 0.58rem;
  line-height: 1.333em;
  letter-spacing: 0;
  text-align: right;
}
.contact_list input::placeholder,
.contact_list textarea::placeholder {
  color: rgba(244, 242, 239, 0.3);
}
.contact_list textarea {
  position: relative;
  top: 0.24rem;
  width: 100%;
  font-size: 0.24rem;
  max-width: 6.84rem;
  min-height: 1.3rem;
  resize: vertical;
}
.contact_list .gform_confirmation_message {
  color: var(--color-4);
  font-family: var(--font-forma);
  font-weight: 600;
  font-size: 0.44rem;
  line-height: 1.333em;
  padding: 0.4rem 0;
}
.contact_list .gform_wrapper .gform_validation_errors {
  display: none;
}
.contact_list .gform_wrapper form .gform_body .gform_fields {
  grid-row-gap: 0;
}
.contact_list .gform_wrapper form .gform_body .gform_fields .gfield {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 0;
  position: relative;
}
.contact_list .gform_wrapper form .gform_body .gform_fields .gfield:not(:last-child) {
  border-bottom: 2px solid var(--color-4);
}
.contact_list .gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 0.3rem;
}
.contact_list .gform_wrapper form .gform_body .gform_fields .gfield label {
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  color: var(--color-4);
  font-family: var(--font-dazzle);
  font-size: 0.24rem;
  line-height: 1.333em;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  top: 0.28rem;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contact_list .gform_wrapper form .gform_body .gform_fields .gfield label {
    font-size: 0.17rem;
    top: 0;
  }
}
.contact_list .gform_wrapper form .gform_body .gform_fields .gfield label .gfield_required {
  display: none;
}
.contact_list .gform_wrapper form .gform_body .gform_fields .gfield input,
.contact_list .gform_wrapper form .gform_body .gform_fields .gfield textarea {
  all: unset;
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
  color: var(--color-4);
  font-family: var(--font-forma);
  font-weight: 600;
  font-size: 0.58rem;
  line-height: 1.333em;
  letter-spacing: 0;
  text-align: right;
}
.contact_list .gform_wrapper form .gform_body .gform_fields .gfield input::placeholder,
.contact_list .gform_wrapper form .gform_body .gform_fields .gfield textarea::placeholder {
  color: rgba(244, 242, 239, 0.3);
}
.contact_list .gform_wrapper form .gform_body .gform_fields .gfield textarea {
  position: relative;
  top: 0.24rem;
  width: 100%;
  font-size: 0.24rem;
  max-width: 6.84rem;
  min-height: 1.3rem;
  resize: vertical;
  overflow-y: auto;
  overflow-wrap: break-word;
  height: 0.96rem;
}
.contact_list .gform_wrapper form .gform_footer .gform_button {
  border: none;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.contact_list .gform_wrapper form .gform_footer .gform_button::before {
  background-color: var(--color-3);
}
@media screen and (hover: hover) {
  .contact_list .gform_wrapper form .gform_footer .gform_button:hover {
    color: var(--color-1) !important;
  }
  .contact_list .gform_wrapper form .gform_footer .gform_button:hover svg path {
    fill: var(--color-1) !important;
  }
}
.contact_list .gform_wrapper form .gform_footer .gform_ajax_spinner {
  margin-left: 0.2rem;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contact_list .row {
    display: block;
    padding: 0.26rem 0 0.2rem;
  }
  .contact_list .label {
    top: auto;
  }
  .contact_list .social-wrap {
    justify-content: flex-start;
  }
  .contact_list .extern {
    font-size: 0.28rem;
    text-align: left;
  }
  .contact_list input,
  .contact_list textarea {
    top: auto;
    font-size: 0.28rem;
    text-align: left;
  }
  .contact_list textarea {
    font-size: 0.28rem;
    min-height: auto;
  }
  .contact_list .gform_wrapper form .gform_footer {
    padding: 0;
    margin: 0;
  }
  .contact_list .gform_wrapper form .gform_body .gform_fields .gfield {
    display: block;
    padding: 0.26rem 0 0.2rem;
  }
  .contact_list .gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    position: relative;
    top: 0;
  }
  .contact_list .gform_wrapper form .gform_body .gform_fields .gfield label {
    top: auto;
  }
  .contact_list .gform_wrapper form .gform_body .gform_fields .gfield input,
  .contact_list .gform_wrapper form .gform_body .gform_fields .gfield textarea {
    top: auto;
    font-size: 0.28rem;
    text-align: left;
    min-height: auto !important;
    line-height: 1.333em !important;
  }
  .contact_list .gform_wrapper form .gform_body .gform_fields .gfield textarea {
    font-size: 0.28rem;
    min-height: auto;
  }
  .contact_list .gform_wrapper form .gform_footer .gform_button {
    margin-left: 0;
    margin-right: auto;
  }
  .contact_list .gform_wrapper form .gform_footer .gform_ajax_spinner {
    margin-left: 0.2rem;
  }
}

.apple_os .contact_list .gform_wrapper form .gform_body .gform_fields .gfield label {
  padding-bottom: 0.3em;
  margin-top: -0.3em;
}

.credentials_section {
  display: block;
  padding: 1.2rem 0;
  background-color: var(--color-1);
}
.credentials_section .contact_list {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .credentials_section {
    padding: 0.8rem 0;
  }
}

.section_404 {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 0.96rem);
  padding: 1.6rem 0 1rem;
}
.section_404 .aligner {
  width: 100%;
}
.section_404 .container {
  max-width: 12.5rem;
}
.section_404 .title {
  font-family: var(--font-dazzle);
  font-size: 5.24rem;
  line-height: 1em;
  text-align: center;
  color: var(--color-1);
  margin-bottom: -0.8rem;
  display: inline-block;
}
.section_404 .grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 95%;
  margin: auto;
}
.section_404 .grid .subtitle {
  position: relative;
  top: 0.14rem;
  flex-grow: 0;
  flex-shrink: 0;
  color: var(--color-1);
}
.section_404 .grid .text {
  width: 4.48rem;
  color: var(--color-2);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .section_404 .title {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .section_404 .grid {
    display: block;
  }
  .section_404 .grid .subtitle {
    font-size: 0.24rem;
    text-align: center;
    top: auto;
    margin-bottom: 0.1rem;
  }
  .section_404 .grid .text {
    text-align: center;
    width: 100%;
  }
}

.error404 .page_footer {
  display: none;
}

.privacy, .default-page {
  display: block;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}
.privacy .title, .default-page .title {
  position: relative;
  top: 0.1rem;
  color: var(--color-1);
}
.privacy .content, .default-page .content {
  display: block;
  color: var(--color-1);
}
.privacy .grid, .default-page .grid {
  display: flex;
  justify-content: space-between;
}
.privacy .grid .inner:first-child, .default-page .grid .inner:first-child {
  width: 4.62rem;
}
.privacy .grid .inner:last-child, .default-page .grid .inner:last-child {
  width: 8.02rem;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .privacy, .default-page {
    padding-top: 1.4rem;
    padding-bottom: 0.8rem;
  }
  .privacy .grid, .default-page .grid {
    display: block;
  }
  .privacy .grid .inner:first-child, .default-page .grid .inner:first-child {
    width: 100%;
    margin-bottom: 0.24rem;
  }
  .privacy .grid .inner:last-child, .default-page .grid .inner:last-child {
    width: 100%;
  }
  .privacy .content, .default-page .content {
    display: block;
    color: var(--color-1);
  }
}

.apple_os .privacy .title, .default-page .title {
  padding-bottom: 0.2em;
  margin-top: -0.2em;
}
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@splidejs/splide/dist/css/splide.min.css ***!
  \************************************************************************************************************************************************/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
