@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-size:16px}html{scroll-behavior:smooth;text-size-adjust:100%;-webkit-text-size-adjust:100%;height:100%;background:var(--color-theme)}body{height:100%;font-family:Montserrat,"M PLUS 1",sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeSpeed;color:var(--color-text)}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word;font-weight:400}ul,ol{list-style:none}a{text-decoration:none;color:inherit;background-color:transparent}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;appearance:none}button{background:none;border:none;cursor:pointer;padding:0}input,textarea,button,select,a{-webkit-tap-highlight-color:transparent}table{border-collapse:collapse;border-spacing:0}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@supports (height: 100dvh){html,body{height:100dvh}}:focus{outline:none}:focus-visible{outline:2px solid #2563eb;outline-offset:2px}input:invalid{box-shadow:none}::selection{background-color:#b3d4fc;text-shadow:none}pre{overflow-x:auto;padding:1rem;border-radius:.5rem;margin:1rem 0;background-color:#0d1117;color:#e6edf3;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:.875rem;line-height:1.5;position:relative}code{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:.875em}pre code{background:transparent;padding:0;border-radius:0;font-size:inherit;display:block}:not(pre)>code{background-color:#f6f8fa;color:#d73a49;padding:.2em .4em;border-radius:.25rem;font-size:.875em}.code-has-toolbar{padding-top:2.25rem}.code-toolbar{position:absolute;top:.25rem;left:.5rem;right:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.75rem;line-height:1;color:#9da7b3}.code-lang{padding:.25rem .5rem;border-radius:.375rem;background:#ffffff0f;text-transform:uppercase;letter-spacing:.04em}.code-copy-btn{padding:.25rem .5rem;border-radius:.375rem;background:#ffffff14;color:#e6edf3}.code-has-gutter{display:grid;grid-template-columns:auto 1fr;gap:.75rem}.code-gutter{list-style:decimal-leading-zero;margin:0;padding:2.25rem 0 0 .5rem;color:#6e7681;user-select:none}.code-gutter li{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:.75rem;line-height:1.5}.c-hamburger-menu{position:relative;z-index:1000}.c-hamburger-menu__button{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:2.5rem;height:2.5rem;border:none;background:none;cursor:pointer;z-index:1020;position:relative}.c-hamburger-menu__line{width:1.5rem;height:.0625rem;background-color:var(--color-text);border-radius:.125rem;transition:transform .3s ease,opacity .3s ease,background-color .3s ease;position:absolute}.c-hamburger-menu__line:nth-child(1){top:.625rem}.c-hamburger-menu__line:nth-child(2){top:1.125rem}.c-hamburger-menu__line:nth-child(3){top:1.625rem}.c-hamburger-menu__button--open .c-hamburger-menu__line{background-color:var(--color-text)}.c-hamburger-menu__button--open .c-hamburger-menu__line:nth-child(1){transform:translateY(.5rem) rotate(45deg)}.c-hamburger-menu__button--open .c-hamburger-menu__line:nth-child(2){opacity:0}.c-hamburger-menu__button--open .c-hamburger-menu__line:nth-child(3){transform:translateY(-.5rem) rotate(-45deg)}.c-hamburger-menu__overlay{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:1000}.c-hamburger-menu__overlay--open{opacity:1;visibility:visible}.c-hamburger-menu__menu{position:fixed;top:0;right:-100%;width:15.625rem;height:100vh;height:100dvh;background:#fff;box-shadow:-.3125rem 0 .9375rem #0003;transition:right .3s ease;z-index:1010;display:flex;flex-direction:column;align-items:center;justify-content:center}.c-hamburger-menu__menu--open{right:0}.c-hamburger-menu__list{list-style:none;padding:0;margin:0}.c-hamburger-menu__item{margin:1.25rem 0}.c-hamburger-menu__link{text-decoration:none;color:#333;font-size:var(--text-h5);font-weight:400;transition:opacity .15s ease}.c-hamburger-menu__link:hover{opacity:.5}.l-header{position:fixed;top:0;width:100%;padding:1.5rem 2.5rem;z-index:9999;backdrop-filter:blur(.5rem);background-color:#fafafa1a}.l-header__nav{display:flex;justify-content:space-between}.l-header-logo{width:12rem}.l-header-detail{display:flex;gap:3rem;align-items:center}.l-header-detail-nav{display:none;gap:1.5rem;align-items:center}@media (min-width: 768px){.l-header-detail-nav{display:flex}}.l-header-detail-nav-item{position:relative;font-size:var(--text-sm);color:var(--color-text);text-decoration:none;transition:color .3s ease-in-out}.l-header-detail-nav-item:after{content:"";position:absolute;bottom:-.2rem;left:50%;width:0;height:.1rem;background-color:var(--color-gray-400);transition:all .3s ease-in-out;transform:translate(-50%)}.l-header-detail-nav-item:hover{color:var(--color-gray-400)}.l-header-detail-nav-item:hover:after{width:100%}.l-footer-cards__col{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));border-top:.0625rem solid var(--color-gray-200)}@media (min-width: 768px){.l-footer-cards__col{grid-template-columns:repeat(2,minmax(0,1fr))}}.l-footer-cards__col.--col1{grid-template-columns:repeat(1,minmax(0,1fr))}.l-footer-cards__item{display:grid;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem}.l-footer-cards__item:not(:first-child){border-top:.0625rem solid var(--color-gray-200)}@media (min-width: 768px){.l-footer-cards__item{padding:6.25rem 1.5rem}.l-footer-cards__item:not(:first-child){border-left:.0625rem solid var(--color-gray-200);border-top:none}}.l-footer-cards__item__inner{display:grid;gap:2rem}.l-footer-cards__item-heading{font-size:var(--text-h1);font-weight:100}.l-footer-cards__body{display:grid;gap:1.5rem}.l-footer-cards__body-text{font-size:var(--text-s-xs);line-height:2}@media (min-width: 1024px){.l-footer-cards__body-text{font-size:var(--text-xs)}}.l-footer{background:var(--color-black);color:var(--color-white);padding:1.5rem;text-align:center}.l-footer-copyright{font-size:var(--text-sm)}@media (min-width: 431px){.l-footer-copyright{font-size:var(--text-xxs)}}.c-button__inner{display:inline-flex;position:relative;border:.0625rem solid var(--color-text);transition:all .5s;min-width:10rem;text-align:center}.c-button__inner:hover{background:var(--color-text);color:var(--color-white)}.c-button__inner svg{position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.c-button__inner .c-link{width:100%;padding:.25rem 4rem;font-size:var(--text-s-sm);letter-spacing:.05rem}@media (min-width: 1024px){.c-button__inner .c-link{font-size:var(--text-xs);padding:.25rem 2rem}}:root{--text-h1: clamp(3rem, -6rem + 11.25vw, 7.5rem);--text-h2: clamp(1.75rem, .25rem + 1.875vw, 2.5rem);--text-h3: clamp(1.5rem, .5rem + 1.25vw, 2rem);--text-h4: clamp(1.125rem, .125rem + 1.25vw, 1.625rem);--text-h5: clamp(1.063rem, .438rem + .781vw, 1.375rem);--text-h6: clamp(1rem, .75rem + .313vw, 1.125rem);--text-base: clamp(1rem, .5rem + .625vw, 1.25rem);--text-xl: calc(var(--text-base) * 1.25);--text-2xl: calc(var(--text-base) * 1.5);--text-lg: calc(var(--text-base) * 1.125);--text-sm: calc(var(--text-base) * .875);--text-xs: calc(var(--text-base) * .75);--text-xxs: calc(var(--text-base) * .625);--text-s-base: clamp(.875rem, .5rem + .7813vw, 1rem);--text-s-xl: calc(var(--text-s-base) * 1.25);--text-s-2xl: calc(var(--text-s-base) * 1.5);--text-s-lg: calc(var(--text-s-base) * 1.125);--text-s-sm: calc(var(--text-s-base) * .875);--text-s-xs: calc(var(--text-s-base) * .75);--text-s-xxs: calc(var(--text-s-base) * .625);--color-white: #ffffff;--color-gray-100: #f3f4f6;--color-gray-200: #e5e6e9;--color-gray-300: #d0d3d9;--color-gray-400: #9ba0ab;--color-gray-500: #6b707d;--color-gray-600: #4e5561;--color-gray-700: #3c4250;--color-gray-800: #262d39;--color-gray-900: #191e2a;--color-black: #090000;--color-text: #4b5563;--color-text-thin: #8b90a0;--color-link: #003dff;--color-link-visited: #0400be;--color-error: #EC0000;--color-theme: #FAFAFA}.l-section{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));row-gap:2.5rem;column-gap:0;padding:0 2.5rem 4rem}@media (min-width: 431px){.l-section{gap:2.5rem;padding-bottom:6.5rem}}.l-section-LeftSide{grid-column:span 12/span 12}@media (min-width: 431px){.l-section-LeftSide{grid-column:span 4/span 4}}.l-section-RightSide{grid-column:span 12/span 12}@media (min-width: 431px){.l-section-RightSide{grid-column:span 8/span 8}}.l-section-LeftSide__inner{position:static;top:6.5rem}@media (min-width: 431px){.l-section-LeftSide__inner{position:sticky}}
