/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


.btn-century{display:inline-flex;align-items:center;gap:30px;padding:13px 20px 13px 24px;border:2px solid #fff;color:#fff;text-decoration:none;font-size:16px;font-weight:bold;background-color:rgba(0,0,0,0)}.btn-century:hover{background-color:#fff;color:#0014dc;transition:all .3s ease-in-out;cursor:pointer}.btn-century:hover span svg{transform:translateX(4px)}.btn-century.disabled{border:2px solid #6e8cc8;color:#6e8cc8;pointer-events:none;background-color:rgba(0,0,0,0)}.btn-century span{font-size:20px}.btn-century span svg{display:block;transition:transform .2s ease-in-out}.industry{position:relative;width:100%;height:100vh;display:flex;align-items:center;overflow:hidden;background-color:#fff}@media only screen and (max-width: 1024px){.industry{flex-direction:column;gap:30px}}.industry__bg{position:absolute;inset:0;z-index:1}.industry__mask{position:relative;width:100%;height:100%;overflow:hidden;display:flex}.industry__image{width:100vw;height:auto;object-fit:contain;will-change:transform}.industry__image--overlay{mix-blend-mode:normal}.industry__container{width:100%;max-width:82.5rem;padding:0 0 0 7.5rem}@media only screen and (max-width: 820px){.industry__container{padding:0 1.5rem}}@media only screen and (max-width: 1024px){.industry__container{padding-left:1rem;padding-top:6.25rem}}.industry__content{display:flex;flex-direction:column;gap:2rem;max-width:30.375rem;position:relative;z-index:2}.industry__header{display:flex;flex-direction:column;gap:1rem}.industry__eyebrow{color:#0014dc;font-family:"SLBSans",sans-serif;font-weight:700;font-size:.875rem;letter-spacing:.0125rem;text-transform:none;opacity:0;transform:translateY(20px)}.industry__title{color:#000;font-family:"SLBSans-Book",sans-serif;font-weight:450;font-size:3rem;line-height:1.1666666667;margin:0;letter-spacing:0;opacity:0;transform:translateY(20px)}@media only screen and (max-width: 768px){.industry__title{font-size:2.5rem}}.industry__body{display:flex;flex-direction:column;gap:2rem}.industry__description{color:#6c6969;font-family:"SLBSans-Book",sans-serif;font-weight:450;font-size:1rem;line-height:1.5;margin:0;opacity:0;transform:translateY(20px)}@media only screen and (max-width: 820px){.industry__description{padding-right:0}}.industry__actions{opacity:0;transform:translateY(20px)}.industry__button{display:inline-flex;align-items:center;gap:.9375rem;padding:.875rem 1.25rem .875rem 1.5625rem;border:2px solid #0014dc;color:#0014dc;text-decoration:none;font-weight:700;transition:all .3s ease-out}.industry__button:hover{background-color:#0014dc;color:#fff}.industry__button:hover .industry__button-icon{transform:translateX(4px)}.industry__button-icon{display:flex;transition:transform .3s ease-out}.industry__button-icon svg{display:block}.decade-modal{position:fixed;inset:0;z-index:9999;overflow-y:auto;visibility:hidden;opacity:0;background-color:#0014dc}.decade{position:relative;width:100%;height:auto;margin:0 auto;z-index:1;color:#fff;font-family:"SLBSans",sans-serif;padding:2rem 1.5rem 7.5rem;display:flex;flex-direction:column}@media only screen and (min-width: 1280px){.decade{padding:0 2.5rem 8.75rem}}@media only screen and (max-width: 1024px){.decade{padding-bottom:50px;height:auto;padding-top:0;padding-left:20px;padding-right:20px;gap:0;background-color:#0014dc}}.decade--1920{z-index:1}.decade__sticky-header{position:sticky;top:0;padding:40px 0 20px;z-index:999;background-color:#0014dc}@media only screen and (max-width: 1024px){.decade__sticky-header{padding-top:0;padding-bottom:0}}.decade__topbar{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:10}@media only screen and (max-width: 1024px){.decade__topbar{flex-wrap:wrap;padding:16px 0 0;background-color:#0014dc}}.decade__nav{display:flex;align-items:center;justify-content:center;gap:4rem;position:sticky;top:104px;left:0;right:0;pointer-events:none;padding-bottom:50px;padding-top:20px;transform:translateY(-82px);z-index:999}.decade__nav>*{pointer-events:auto}@media only screen and (min-width: 1199px){.decade__nav::after{content:"";position:absolute;top:80px;left:0;right:0;height:60px;background:linear-gradient(to bottom, #0014dc, rgba(0, 20, 220, 0));pointer-events:none}}@media only screen and (max-width: 1024px){.decade__nav{position:relative;top:auto;left:auto;right:auto;transform:none;pointer-events:auto;width:100%;justify-content:center;padding-bottom:1.25rem}}@media only screen and (max-width: 480px){.decade__nav{justify-content:space-around;gap:0;z-index:0}}.decade__back-container{display:none}@media only screen and (max-width: 1024px){.decade__back-container{display:flex;width:100%}}.decade__back{display:none}@media only screen and (max-width: 1024px){.decade__back{display:flex;align-items:center;gap:10px;background:none;border:none;color:#fff;font-family:"SLBSans",sans-serif;font-size:1rem;font-weight:700;cursor:pointer;width:fit-content;padding:1.5625rem 0 1.25rem}.decade__back svg{flex-shrink:0}.decade__back:hover{opacity:.8}}.decade__logo{width:7.75rem;height:auto;display:block}@media only screen and (min-width: 1280px){.decade__logo{width:9.75rem}}@media(max-width: 375px){.decade__logo{width:5rem}}.decade__header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;text-align:center;opacity:1;min-height:2.4rem}@media only screen and (max-width: 1024px){.decade__header{width:160px}}@media only screen and (min-width: 1199px){.decade__header{min-width:154px}}.decade__close{border:0;border-radius:50%;background:#3343e3;display:inline-flex;align-items:center;justify-content:center;padding:.5rem;cursor:pointer;color:#fff;width:42px;height:42px;flex-shrink:0}@media only screen and (max-width: 1024px){.decade__close{display:none}}.decade__close svg{fill:currentColor}.decade__close:hover{background:#fff;color:#3343e3}.decade__home-mobile{display:none}@media only screen and (max-width: 1024px){.decade__home-mobile{display:flex;align-items:center;margin-left:auto}.decade__home-mobile img{width:16px;height:16px}}.decade__arrow{width:1.5rem;height:1.5rem;border:0;background:#3343e3;padding:7px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;flex-shrink:0;transition:background .2s ease}.decade__arrow img{width:100%;height:100%;display:block}.decade__arrow:hover{background:#fff;color:#0014dc}@media only screen and (max-width: 1024px){.decade__arrow{width:36px;height:36px;background:rgba(255,255,255,.15);padding:0}.decade__arrow:hover,.decade__arrow:active{background:rgba(255,255,255,.3);color:#fff}}.decade__hero{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;min-height:0}@media only screen and (min-width: 1280px){.decade__hero{flex-direction:row;align-items:flex-start;gap:3.75rem}}@media only screen and (max-width: 1024px){.decade__hero{align-items:center}}.decade__content{display:flex;flex-direction:column;justify-content:center;gap:2.5rem;margin:0 auto;min-height:0}@media only screen and (min-width: 1280px){.decade__content{transform:translateY(-60px)}}.decade__card{margin:0;width:100%;max-width:20.125rem;flex:0 0 auto}@media only screen and (max-width: 1024px){.decade__card{max-width:100%}}.decade__card img{display:block;width:100%;aspect-ratio:325/200;object-fit:cover}@media only screen and (min-width: 1199px){.decade__card img{height:180px}}@media only screen and (min-width: 1199px){.decade__card{position:sticky;top:210px}}.decade__intro{width:100%;max-width:32.1875rem;display:flex;flex-direction:column;gap:1rem}@media only screen and (min-width: 1199px){.decade__intro{position:sticky;top:210px}}@media only screen and (max-width: 1024px){.decade__intro{max-height:none;overscroll-behavior-y:auto;max-width:100%}}.decade__intro::-webkit-scrollbar{width:2px}.decade__intro::-webkit-scrollbar-track{background-color:rgba(255,255,255,.2)}.decade__intro::-webkit-scrollbar-thumb{background-color:#fff;border-radius:4px}.decade__milestones{width:100%;display:flex;flex-direction:column;gap:1.25rem}.decade__milestone{display:grid;grid-template-columns:3.5rem 1fr;gap:.75rem;align-items:start}.decade__tagline{font-family:"SLBSans-Book",sans-serif;font-size:1rem;font-weight:450;line-height:1rem;color:#fff}@media only screen and (max-width: 1024px){.decade__tagline{color:rgba(255,255,255,.75);line-height:1.3}}.decade__display{font-family:"SLBSans",sans-serif;font-weight:700;font-size:1rem;line-height:1.2857142857;margin:0;color:#fff}@media only screen and (max-width: 1024px){.decade__display{font-size:30px;letter-spacing:-0.02em;line-height:1}}.decade__title{font-family:"SLBSans",sans-serif;font-weight:500;font-size:2rem;line-height:1.3125;margin:0;color:#fff}@media only screen and (max-width: 1024px){.decade__title{font-size:1.75rem}}.decade__description{font-family:"SLBSans-Book",sans-serif;font-weight:450;font-size:1rem;line-height:1.4285714286;margin:0 0 1rem 0;color:#fff;opacity:.85;white-space:pre-line}.decade__description:last-child{margin-bottom:0}.decade__year{font-family:"SLBSans",sans-serif;font-weight:700;font-size:1rem;line-height:1.3846153846;color:#fff;opacity:.9}.decade__year--active{position:relative;opacity:1}@media only screen and (min-width: 1199px){.decade__year--active::before{content:"";position:absolute;left:-14px;top:.3em;width:7px;height:7px;border-radius:50%;background-color:#00d2dc}}.decade__event{font-family:"SLBSans-Book",sans-serif;font-weight:450;font-size:1rem;line-height:1.3846153846;margin:0;color:#fff;opacity:.92;white-space:pre-line}.decade__bullets{list-style:none;margin:0 0 1rem 0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.decade__bullets:last-child{margin-bottom:0}.decade__bullet{display:flex;padding-left:10px;align-items:start;gap:.625rem}.decade__bullet p{font-family:"SLBSans-Book",sans-serif;font-weight:450;font-size:.875rem;line-height:1.4285714286;margin:0;color:#fff;opacity:.85}.decade__bullet-arrow{display:inline-flex;align-items:center;padding-top:.125rem}.decade__bullet-arrow::before{content:"";display:block;width:.75rem;height:.75rem;background-image:url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2714%27 viewBox=%270 0 18 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11 1L17 7M17 7L11 13M17 7H1%27 stroke=%27white%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.decade__link{color:#00d2dc;text-decoration:underline;text-underline-offset:2px}.decade__link:hover{opacity:.8}.decade__divider-ray{stroke:url(#decade-divider-ray-gradient);stroke-width:1;stroke-linecap:round;fill:none;opacity:.4}.decade__divider-ray--active{stroke:rgba(255,255,255,.85);stroke-width:1.5;opacity:1}.decade__divider-arc{stroke:rgba(255,255,255,.18);stroke-width:1.5;stroke-linecap:round;fill:none}.explore-decades{position:relative;width:100%;height:100vh;z-index:100;overflow:hidden;background-color:#0014dc;color:#fff;font-family:inherit}@media only screen and (max-width: 1024px){.explore-decades{height:auto;overflow:visible;min-height:100svh}}.explore-decades__video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.explore-decades__video{width:100%;height:100%;object-fit:cover}.explore-decades__topbar{position:absolute;top:0;left:0;width:100%;padding:30px 40px;display:flex;justify-content:space-between;align-items:center;z-index:10;pointer-events:none}@media(max-width: 768px){.explore-decades__topbar{padding:20px}}@media only screen and (max-width: 1024px){.explore-decades__topbar{position:fixed;z-index:100;display:flex}}.explore-decades__link{pointer-events:auto}.explore-decades__logo{width:7.75rem;height:auto;display:block}@media only screen and (min-width: 1280px){.explore-decades__logo{width:9.75rem}}@media(max-width: 375px){.explore-decades__logo{width:5rem}}.explore-decades__home{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff;font-size:.875rem;font-weight:450;transition:opacity .3s ease;font-family:"SLBSans-Book",sans-serif;pointer-events:auto}.explore-decades__home:hover{opacity:.8}@media only screen and (max-width: 1024px){.explore-decades__home-text{display:none}}.explore-decades__home img{width:18px;height:18px}.explore-decades__prompt{width:100%;position:absolute;bottom:100px;z-index:10;opacity:0;transition:opacity .8s ease;display:flex;justify-content:center;flex-direction:column;text-align:center;gap:30px;pointer-events:none}@media only screen and (max-width: 768px){.explore-decades__prompt{display:none}}.explore-decades__prompt.is-visible{opacity:1}.explore-decades__prompt-text{font-size:1rem;font-weight:700;font-family:"SLBSans",sans-serif;color:#fff}.explore-decades__arrow{display:flex;justify-content:center;color:#fff;animation:bounce-up-down 1.5s infinite ease-in-out}.explore-decades__arrow img{background:#3343df;padding:.46875rem;border-radius:100%;cursor:pointer;transform:rotate(180deg)}.explore-decades__blue-state{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0014dc;z-index:5;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;cursor:grab;user-select:none;transition:opacity .8s ease,visibility .8s}.explore-decades__blue-state:active{cursor:grabbing}.explore-decades__blue-state.is-visible{opacity:1;visibility:visible}@media only screen and (max-width: 1024px){.explore-decades__blue-state{cursor:default;position:relative;height:auto;min-height:100svh;flex-direction:column;justify-content:center;align-items:center;padding:100px 24px 80px}.explore-decades__blue-state:active{cursor:default}}.explore-decades__center-content{max-width:530px;text-align:center;position:relative}.explore-decades__title{font-size:3.75rem;line-height:4.625rem;margin-bottom:24px;font-weight:100;opacity:0;transform:translateY(30px);letter-spacing:-3px}@media only screen and (max-width: 1024px){.explore-decades__title{font-size:48px;display:none}}.explore-decades__subtitle{font-size:1.875rem;line-height:2.375rem;font-weight:100;opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;max-width:40%;text-align:center;z-index:3;pointer-events:none}@media only screen and (max-width: 768px){.explore-decades__subtitle{font-size:18px;line-height:26px}}.explore-decades__subtitle-mobile{font-size:1.875rem;line-height:2.375rem;font-weight:100;opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center;z-index:3;pointer-events:none;display:none}@media only screen and (max-width: 1199px){.explore-decades__subtitle-mobile{display:flex;justify-content:center;align-items:center;max-width:90%}}@media only screen and (max-width: 480px){.explore-decades__subtitle-mobile{font-size:1.125rem;line-height:1.625rem}}.explore-decades__decades{position:absolute;inset:0;z-index:2;pointer-events:none;opacity:0}@media only screen and (max-width: 1024px){.explore-decades__decades{display:none}}.explore-decades__decade{position:absolute;transform:translate(-50%, -50%);display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center;color:#6e8cc8;max-width:125px;cursor:pointer;pointer-events:auto;opacity:0;transition:color .2s ease}.explore-decades__decade:hover{color:#fff;text-decoration:underline}.explore-decades__decade-label{font-family:"SLBSans-Book",sans-serif;font-size:1rem;line-height:1.1;font-weight:450}.explore-decades__decade-year{font-family:"SLBSans",sans-serif;font-size:1rem;line-height:1.2;font-weight:700;letter-spacing:-0.5px}.explore-decades__radial-container{position:absolute;top:0;bottom:0;width:100%;height:100%;z-index:-1;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transform-origin:center center;will-change:transform}@media only screen and (max-width: 1024px){.explore-decades__radial-container{top:60px;height:100%;overflow:hidden}}.explore-decades__mobile-nav{display:none}@media only screen and (max-width: 1024px){.explore-decades__mobile-nav{display:flex;align-items:center;justify-content:center;gap:40px;opacity:0;pointer-events:none;position:absolute;top:10%;left:50%;transform:translateX(-50%);width:320px;z-index:10}}@media only screen and (max-width: 768px){.explore-decades__mobile-nav{top:100px}}.explore-decades__mobile-arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.15);border:none;color:#fff;cursor:pointer;flex-shrink:0;transition:background .2s ease}.explore-decades__mobile-arrow:hover,.explore-decades__mobile-arrow:active{background:rgba(255,255,255,.3)}.explore-decades__mobile-label{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:161px;gap:2px}.explore-decades__mobile-label-name{font-family:"SLBSans-Book",sans-serif;font-size:1rem;font-weight:450;color:rgba(255,255,255,.75);line-height:1.3}.explore-decades__mobile-label-year{font-family:"SLBSans",sans-serif;font-size:30px;font-weight:700;color:#fff;letter-spacing:-0.02em}.explore-decades__radial{width:min(50vw,80vh);height:min(50vw,80vh);flex-shrink:0;overflow:visible;opacity:.8}@media only screen and (max-width: 1024px){.explore-decades__radial{width:auto;height:113vw;overflow:hidden}}@media only screen and (max-width: 480px){.explore-decades__radial{width:125vw;height:137vw}}.explore-decades__radial-ray{stroke:url(#explore-decades-ray-gradient);stroke-width:1.5;stroke-linecap:round;vector-effect:non-scaling-stroke;fill:none}.explore-decades__navigate{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;flex-direction:column;align-items:center;gap:10px;opacity:0;z-index:3;pointer-events:none}.explore-decades__navigate-icon{width:18px;height:26px}.explore-decades__navigate-text{font-family:"SLBSans-Book",sans-serif;font-weight:450;font-size:.875rem;line-height:1rem;letter-spacing:-0.01em;text-align:center;color:#fff}.explore-decades__share{display:flex;align-items:flex-end;justify-content:space-between;opacity:0;z-index:6;width:100%;position:absolute;bottom:0;right:0;padding:1.875rem 2.5rem;pointer-events:none}@media only screen and (max-width: 1024px){.explore-decades__share{justify-content:space-between;align-items:flex-end;opacity:1;padding:1rem}}.explore-decades__share-content{max-width:300px;color:#fff;font-size:.875rem;line-height:1.3}@media only screen and (max-width: 1024px){.explore-decades__share-content{max-width:178px}}.explore-decades__share-title{font-family:"SLBSans",sans-serif;font-weight:bold}.explore-decades__share p{font-family:"SLBSans-Book",sans-serif;font-weight:450;margin-top:10px}.explore-decades__share-decade-info{display:none;color:#fff}@media only screen and (max-width: 1024px){.explore-decades__share-decade-info{max-width:100%}}.explore-decades__share-decade-title{display:block;font-family:"SLBSans-Book",sans-serif;font-weight:450;font-size:.875rem;line-height:1.3;margin-bottom:.5rem}.explore-decades__share-decade-desc{font-family:"SLBSans-Book",sans-serif;font-weight:450;font-size:.875rem;line-height:1.3;margin-top:0;margin-bottom:.75rem}.explore-decades__share-decade-cta{display:inline-flex;align-items:center;gap:.375rem;font-family:"SLBSans-Book",sans-serif;font-weight:450;font-size:.875rem;line-height:1.3;color:#fff;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;pointer-events:auto;transition:opacity .2s ease}.explore-decades__share-decade-cta:hover{opacity:.75}.explore-decades__share-decade-cta svg{flex-shrink:0}.explore-decades__share-text{display:none;font-size:.875rem;margin-right:.75rem;font-weight:450;font-family:"SLBSans-Book",sans-serif}.explore-decades__social{display:flex;gap:10px;pointer-events:auto}.explore-decades__social a{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.explore-decades__social a:hover{transform:scale(1.1)}.explore-decades__social img{width:20px;height:20px}.explore-decades__highlight-ray{stroke:rgba(255,255,255,.9);stroke-width:2;stroke-linecap:round;fill:none;opacity:0}.explore-decades__decade--active{color:#fff}.explore-decades__active-header{position:absolute;top:80px;left:50%;transform:translateX(-50%);text-align:center;z-index:10;opacity:0;pointer-events:none;white-space:nowrap}.explore-decades__active-label{display:block;font-family:"SLBSans-Book",sans-serif;font-size:.875rem;font-weight:450;color:#fff;line-height:1.4;opacity:.75}.explore-decades__active-year{display:block;font-family:"SLBSans",sans-serif;font-size:1.375rem;font-weight:700;color:#fff;letter-spacing:-0.02em}.explore-decades__panel{position:absolute;left:0;right:0;display:flex;z-index:8;opacity:0;pointer-events:none;max-width:322px;max-height:180px;margin:auto;width:322px}@media only screen and (max-width: 1024px){.explore-decades__panel{position:relative;left:auto;right:auto;width:80%;max-width:100%;height:100%;flex-direction:column;gap:16px;margin:0;top:0}}.explore-decades__panel-text{position:absolute;left:-55px;opacity:0;z-index:2}@media only screen and (max-width: 1024px){.explore-decades__panel-text{position:relative}}@media only screen and (max-width: 480px){.explore-decades__panel-text{left:-40px}}.explore-decades__panel-title{font-family:"SLBSans",sans-serif;font-weight:400;font-size:1.75rem;line-height:2rem;letter-spacing:0;color:#fff;font-variant-numeric:lining-nums tabular-nums;max-width:236px}@media only screen and (max-width: 1024px){.explore-decades__panel-title{max-width:100%}}@media only screen and (max-width: 768px){.explore-decades__panel-title{font-size:22px;line-height:28px}}.explore-decades__panel-cta{flex-shrink:0;position:relative;margin:auto;text-decoration:none;cursor:pointer;display:block}.explore-decades__panel-cta:hover .explore-decades__button-icon{transform:translateX(4px)}@media only screen and (max-width: 1024px){.explore-decades__panel-cta{display:flex;flex-direction:column;gap:16px;width:100%;max-width:100%;height:auto;margin:0}}.explore-decades__panel-cta-text{display:inline-flex;gap:8px;font-family:"SLBSans",sans-serif;font-weight:700;font-size:1rem;line-height:1.5rem;color:#fff;position:absolute;bottom:-45px;right:0}@media only screen and (max-width: 1024px){.explore-decades__panel-cta-text{position:relative;bottom:auto;right:auto;justify-content:end}}.explore-decades__button-icon{transition:transform .3s ease-out}.explore-decades__panel-media{position:relative;overflow:hidden;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.explore-decades__panel-media::after{content:"";width:100%;height:100%;top:0;position:absolute;z-index:1;background-blend-mode:color;background:linear-gradient(306.32deg, rgba(0, 20, 220, 0) 42.3%, rgba(0, 20, 220, 0.8) 105.92%)}@media only screen and (max-width: 1024px){.explore-decades__panel-media{max-width:100%;width:100%;height:360px}}@media only screen and (max-width: 820px){.explore-decades__panel-media{height:276px}}@media only screen and (max-width: 480px){.explore-decades__panel-media{max-height:146px}}.explore-decades__panel-image{width:100%;height:100%;object-fit:cover;display:block}@keyframes bounce-up-down{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:"SLBSans",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:opacity .3s ease}.century-page{min-height:100vh}.hero{position:relative;min-height:70vh}.hero::before{content:"";position:absolute;inset:0;background-color:#03136f;z-index:0}.hero video{position:absolute;width:100%;height:100%;object-fit:cover;background-color:#03136f;z-index:1}.century{background-color:#03136f;color:#fff;text-align:center;margin-bottom:-100px;margin-top:-2px;position:relative;min-height:190vh;padding-top:10%}@media only screen and (max-width: 640px){.century{padding-top:0px}}@media only screen and (max-width: 768px){.century{min-height:120vh}}@media only screen and (max-width: 1199px){.century{min-height:100vh}}@media only screen and (max-width: 1024px){.century{min-height:130vh;padding-top:0px}}.century__image-container img{width:100%;height:100%;object-fit:contain}.century__image-container:has(#image-1){position:absolute;top:150px;left:0;max-width:426px;aspect-ratio:426/279}@media only screen and (max-width: 1024px){.century__image-container:has(#image-1){width:45%;height:auto}}@media only screen and (max-width: 480px){.century__image-container:has(#image-1){width:132px;height:77px;aspect-ratio:132/77}}.century__image-container:has(#image-2){position:absolute;transform:translateX(-50%);width:588px;height:280px;aspect-ratio:588/280;right:10%;top:-100px;z-index:2}@media only screen and (max-width: 1024px){.century__image-container:has(#image-2){top:-100px;transform:translateX(0);width:45%;height:auto}}@media only screen and (max-width: 480px){.century__image-container:has(#image-2){width:170px;height:147px;right:0px !important;top:0px;transform:none;aspect-ratio:170/147}}.century__image-container:has(#image-3){position:absolute;width:282px;height:226px;aspect-ratio:282/226;right:calc(49% - 282px);top:20%;max-width:282px}@media only screen and (max-width: 768px){.century__image-container:has(#image-3){width:50%;height:auto}}@media only screen and (max-width: 480px){.century__image-container:has(#image-3){width:155px;height:97px;right:20px;aspect-ratio:155/97}}.century__image-container:has(#image-4){position:absolute;bottom:40%;right:0;max-width:504px;height:270px;aspect-ratio:504/270}@media only screen and (max-width: 768px){.century__image-container:has(#image-4){width:50%;height:auto}}.century__text h1,.century__text p{opacity:0}.century__text h1{font-size:100px;line-height:105px;font-weight:100;margin:0px;margin-bottom:60px;letter-spacing:-4px}@media only screen and (max-width: 640px){.century__text h1{letter-spacing:-1px}}.century__text h1 span{letter-spacing:-10px;padding-right:7px}@media only screen and (max-width: 1024px){.century__text h1{font-size:60px;line-height:62px;padding-left:16px;padding-right:16px}}.century__text p{font-size:24px;line-height:30px;font-weight:300}@media only screen and (max-width: 1024px){.century__text p{font-weight:300}}.history{position:relative;display:flex;justify-content:space-between;gap:80px;background-color:#f0f0f0;padding:241px 127px 100px 0;margin-bottom:-1px}@media only screen and (max-width: 1024px){.history{padding:188px 30px 0 24px;flex-direction:column}}.history__img{position:absolute;left:0;max-width:100%;height:auto;object-fit:cover;margin:0 auto;right:0;top:-150px;z-index:1;width:588px;height:318px;aspect-ratio:588/318}@media only screen and (max-width: 768px){.history__img{width:327px;height:178px;aspect-ratio:327/178}}@media only screen and (max-width: 1024px){.history__img{top:-160px}}@media only screen and (max-width: 768px){.history__img{top:-100px}}.history__content--left{width:100%;height:auto;object-fit:cover}@media only screen and (max-width: 1199px){.history__content{display:none}}.history__text{display:flex;flex-direction:column;gap:32px;width:100%}@media only screen and (min-width: 1199px){.history__text{width:40%}}.history__text p{font-size:32px;line-height:38px;font-weight:300}@media only screen and (max-width: 1024px){.history__text p{font-size:24px;line-height:30px}}.history__text a{display:flex;align-items:center;gap:24px;font-size:16px;line-height:24px;font-weight:bold;cursor:pointer;transition:transform .2s ease-in-out}.explore__media{position:relative;width:100%;height:100dvh;display:flex;align-items:center;justify-content:center;overflow:clip;background:linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 50%, #0014dc 50%, #0014dc 100%)}.explore__media-pin{width:100%;height:100dvh;margin:auto;display:flex;justify-content:center}.explore__media-frame{position:relative;overflow:hidden;background:#9eaccd;width:100%;height:100dvh;will-change:transform;box-shadow:0 24px 60px rgba(0,0,0,.2)}.explore__media video{position:absolute;inset:0;object-fit:cover;width:100%;height:100%;will-change:transform,width,height;backface-visibility:hidden}.explore__media .explore__play{position:absolute;inset:0;margin:auto;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(10px,2vw,24px);text-align:center;width:100%;max-width:clamp(150px,25vw,334px)}.explore__media .explore__play .explore__cta a{display:block;line-height:0}.explore__media .explore__play .explore__cta a svg{cursor:pointer;transition:transform .3s ease;width:80px;height:80px}@media only screen and (min-width: 768px){.explore__media .explore__play .explore__cta a svg{width:50px;height:50px}}.explore__media .explore__play .explore__cta a svg:hover{transform:scale(1.1)}.explore__media .explore__play .explore__cta__text p{color:#fff;font-size:clamp(.75rem,1.5vw + .5rem,1.5rem);line-height:1.1;font-weight:500;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5)}.explore__media .video-controls{position:absolute;right:0;bottom:0;left:0;z-index:100;pointer-events:none;display:flex;justify-content:center;align-items:flex-end;padding-bottom:40px}.explore__media .video-controls__container{width:clamp(300px,90%,1200px);background:rgba(15,15,15,.6);backdrop-filter:blur(15px);padding:12px 24px;border-radius:16px;display:none;flex-direction:column;gap:12px;transition:opacity .3s ease;border:1px solid rgba(255,255,255,.1);pointer-events:auto}@media only screen and (max-width: 768px){.explore__media .video-controls__container{width:90%;padding:8px 16px;gap:8px}}.explore__media .video-controls__progress{position:relative;width:100%;height:4px;background:rgba(255,255,255,.2);border-radius:2px;cursor:pointer;transition:height .2s ease}.explore__media .video-controls__progress:hover{height:6px}.explore__media .video-controls__seek{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.explore__media .video-controls__progress-bar{position:absolute;inset:0 auto 0 0;width:0%;background:#00dbff;border-radius:2px;z-index:1;box-shadow:0 0 10px rgba(0,219,255,.5)}.explore__media .video-controls__bottom{display:flex;justify-content:space-between;align-items:center}.explore__media .video-controls__left,.explore__media .video-controls__right{display:flex;align-items:center;gap:20px}@media only screen and (max-width: 768px){.explore__media .video-controls__left,.explore__media .video-controls__right{gap:12px}}.explore__media .video-controls__btn{background:none;border:none;color:#fff;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,opacity .2s ease}.explore__media .video-controls__btn:hover{transform:scale(1.1);opacity:1}.explore__media .video-controls__btn:active{transform:scale(0.95)}.explore__media .video-controls__btn svg{display:block;filter:drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3))}.explore__media .video-controls__settings-wrap{position:relative;display:flex;align-items:center}.explore__media .video-controls__settings-panel{position:absolute;bottom:calc(100% + 10px);right:0;background:rgba(15,15,15,.85);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:6px;display:none;flex-direction:column;gap:2px;min-width:100px;z-index:10}.explore__media .video-controls__settings-panel.is-open{display:flex}.explore__media .video-controls__speed-opt{background:none;border:none;color:rgba(255,255,255,.8);font-size:13px;font-family:inherit;padding:6px 12px;border-radius:6px;cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease}.explore__media .video-controls__speed-opt:hover{background:rgba(255,255,255,.1);color:#fff}.explore__media .video-controls__speed-opt--active{color:#00dbff}.explore__media .video-controls__time{color:rgba(255,255,255,.9);font-size:13px;font-family:inherit;font-weight:500;letter-spacing:.5px}@media only screen and (max-width: 768px){.explore__media .video-controls__time{font-size:11px}}.explore{max-width:100%;height:100dvh;position:relative;background-color:#0014dc;padding:100px 24px 80px 24px;display:flex;align-items:end;overflow:hidden}@media only screen and (min-width: 768px){.explore{padding:100px 0 170px 120px;align-items:baseline}}@media only screen and (max-width: 1024px){.explore{display:flex;flex-direction:column-reverse;justify-content:flex-end;padding-left:16px;align-items:flex-start}}@media only screen and (min-width: 1440px){.explore{height:100vh}}.explore__content{position:relative;top:0;display:flex;flex-direction:column;justify-content:center}.explore__subtitle{margin-bottom:24px}.explore__subtitle p{font-size:14px;font-weight:bold;line-height:16px;letter-spacing:.2px;color:#fff}@media only screen and (max-width: 820px){.explore__subtitle{margin-bottom:20px}}.explore__title{width:100%;color:#fff}.explore__title p{font-size:clamp(32px,5vw,96px);font-weight:lighter;line-height:1;letter-spacing:-2px}@media only screen and (min-width: 768px){.explore__title{width:60%}}@media only screen and (max-width: 1024px){.explore__title{width:100%}}.explore__text{max-width:400px;color:#fff;padding:80px 0 32px 0}.explore__text p{font-size:16px;line-height:24px;font-weight:450;font-family:"SLBSans-Book",sans-serif}@media only screen and (max-width: 820px){.explore__text{padding-top:32px}}.explore img{position:absolute;width:100%;max-width:75%;height:auto;object-fit:cover;right:-35px;bottom:0;z-index:1}@media only screen and (max-width: 1024px){.explore img{max-width:99%;right:0}}.museum{width:100%;aspect-ratio:4.5/2;max-height:640px;position:relative}@media only screen and (max-width: 1024px){.museum{aspect-ratio:none;height:100vh;max-height:unset}}.museum__img{width:100%;height:100%;background-color:#fff;position:absolute;object-fit:cover}.museum__img img{width:100%;height:100%;object-fit:cover;object-position:center}.museum__img::after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 88%)}.museum__img--desktop{display:block}.museum__img--mobile{display:none}@media only screen and (max-width: 768px){.museum__img--desktop{display:none}.museum__img--mobile{display:block}}.museum__content{height:100%;position:absolute;top:0;left:0;z-index:2;padding:0 120px;display:flex;flex-direction:column;justify-content:center}@media only screen and (max-width: 1024px){.museum__content{padding:60px 24px;justify-content:flex-start}}.museum__title{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:24px;color:#fff}@media only screen and (max-width: 768px){.museum__title{font-size:32px;margin-bottom:32px}}.museum__text{max-width:400px;color:#fff}.museum__text p{font-size:16px;line-height:24px;margin-bottom:32px}.our-stories{background-color:#f0f0f0}.our-stories__container{display:flex;flex-direction:column;padding:6.875rem 1.5rem 4.6875rem;gap:2.8125rem;height:100dvh}@media only screen and (max-width: 1024px){.our-stories__container{height:auto}}@media only screen and (min-width: 1199px){.our-stories__container{flex-direction:row;align-items:center;padding:0 1.5rem 0 7.5rem;gap:5rem}}.our-stories__content{display:flex;flex-direction:column;flex-shrink:0}@media only screen and (min-width: 768px){.our-stories__content{width:50%}}@media only screen and (max-width: 1024px){.our-stories__content{width:100%}}.our-stories__label{font-size:.875rem;font-weight:700;line-height:1rem;letter-spacing:.0125rem;color:#0014dc}.our-stories__title{font-size:2rem;font-weight:400;line-height:100%;font-family:"SLBSans-Book",sans-serif;color:#000;padding:1rem 0 2rem 0;margin:0}@media only screen and (min-width: 768px){.our-stories__title{max-width:21.25rem;font-size:3.5rem;padding:1rem 0 3.75rem 0}}.our-stories__text{font-size:1rem;line-height:1.5rem;font-weight:450;font-family:"SLBSans-Book",sans-serif;color:#6c6969;margin-bottom:2rem}.our-stories__cta{display:inline-flex;align-items:center;gap:.9375rem;font-size:1rem;line-height:1.5rem;font-weight:700;color:#0014dc;border:2px solid #0014dc;width:fit-content;padding:.8125rem 1.25rem .8125rem 1.5625rem;text-decoration:none;cursor:pointer}@media only screen and (min-width: 768px){.our-stories__cta{padding-right:.8125rem}}.our-stories__cta:hover svg{transform:translateX(5px)}.our-stories svg{transition:all .2s ease-in-out}.our-stories__media{flex:1;display:flex;align-items:center;justify-content:center;margin-left:-1.5rem;margin-right:-1.5rem}.our-stories__media picture{height:100%}@media only screen and (min-width: 1280px){.our-stories__media picture{height:100vh}}.our-stories__image{width:100%;height:100%;display:block;object-fit:cover}

/*# sourceMappingURL=our-marketing-strategy.css.map*/