/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--breakpoint-medium:1080px;--breakpoint-large:1400px;--breakpoint-header:1400px;--color-white-lt:#ffffff;--color-white:#fafafa;--color-black:#1a1a1a;--color-orange:#2fa49f;--color-orange-lt:#83dfdd;--color-orange-md:#29887f;--color-orange-dk:#175959;--color-gray:#ECECEC;--color-gray-md:#6B6B6B;--color-gray-dk:#232323;--color-background:var(--color-white);--color-text:var(--color-gray-dk);--color-primary:var(--color-orange);--color-secondary:var(--color-orange-md);--color-tertiary:var(--color-orange-dk);--color-action:var(--color-primary);--color-heading:var(--color-tertiary);--font-heading:'futura-pt','Futura PT','Futura','Helvetica Neue',sans-serif;--font-body:'DM Sans',sans-serif;--gap:2rem;--margin-xsmall:0.5rem;--margin-small:1rem;--margin-medium:2rem;--margin-large:4rem;--margin-x-large:8rem;--border-width:2px;--width-container:1400px;--max-row-height:1000px;--height-full:80vh;}:root{font-size:16px;}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;}}body{margin:0;font-family:var(--font-body);background-color:var(--color-background);color:var(--color-text);font-size:1.125rem;line-height:1.6;}h1,h2,h3,h4,h5,h6{margin-top:0;font-family:var(--font-heading);text-wrap:balance;text-wrap:pretty;}h1{font-size:2.5rem;line-height:1.2;font-weight:700;margin-bottom:1rem;}h2{font-size:2rem;line-height:1.2;font-weight:700;margin-bottom:0.875rem;}h3{font-size:1.5rem;line-height:1.25;font-weight:700;margin-bottom:0.75rem;}h4{font-size:1.25rem;line-height:1.3;font-weight:700;margin-bottom:0.625rem;text-transform:uppercase;}h5{font-size:1.125rem;line-height:1.4;font-weight:500;margin-bottom:0.5rem;}h6{font-size:1rem;line-height:1.5;font-weight:500;margin-bottom:0.5rem;}hr{border:var(--border-width) solid var(--color-primary);}p{margin-top:0;margin-bottom:1rem;}ul{list-style-type:square;}[hidden]{display:none !important;}a{color:var(--color-primary);}a:hover,a:focus{color:var(--color-secondary);}.node--full p,.node--full ul,.node--full ol{max-width:80ch;}blockquote,p.text--callout{font-family:var(--font-heading);font-weight:500;font-size:1.75rem;line-height:1.3;color:var(--color-secondary);}blockquote strong,p.text--callout strong{font-weight:700;}p.text--overline,h2.text--overline{font-family:var(--font-heading);font-weight:500;font-size:0.9rem;line-height:1;letter-spacing:0.05rem;text-transform:uppercase;}p.text--overline strong,h2.text--overline strong{font-weight:700;}p.text--smallest{font-size:0.625rem;line-height:1.5;}p.text--subheading{font-family:var(--font-heading);font-size:1.5rem;line-height:1.4;font-weight:500;color:var(--color-secondary);}p.text--subheading strong{font-weight:700;}h1.text--jumbo,h2.text--jumbo,p.text--jumbo{font-size:clamp(3rem,6vw,4.25rem);line-height:1.1;font-weight:700;}.layout{box-sizing:border-box;width:100%;max-width:var(--width-container);margin-left:auto;margin-right:auto;padding-left:var(--margin-medium);padding-right:var(--margin-medium);}.text-formatted .field--name-field-media-image picture,.text-formatted .field--name-field-media-image img{width:100%;max-width:100%;height:auto;}.text-formatted picture,.text-formatted img{width:100%;max-width:100%;height:auto;}.button,.button--tertiary,.button--secondary,.button--primary{display:inline-block;box-sizing:border-box;font-family:var(--font-heading);border-radius:var(--border-radius);padding:var(--margin-small) var(--margin-medium);border:var(--border-width) solid transparent;background-color:transparent;text-decoration:none;font-weight:700;font-size:1rem;line-height:1;cursor:pointer;transition:background-color 0.3s ease,box-shadow 0.3s ease;}.button + .button,.button--tertiary + .button,.button + .button--tertiary,.button--tertiary + .button--tertiary,.button--secondary + .button,.button--secondary + .button--tertiary,.button + .button--secondary,.button--tertiary + .button--secondary,.button--secondary + .button--secondary,.button--primary + .button,.button--primary + .button--tertiary,.button--primary + .button--secondary,.button + .button--primary,.button--tertiary + .button--primary,.button--secondary + .button--primary,.button--primary + .button--primary{margin-left:var(--margin-xsmall);}.button--primary{color:var(--color-white);background-image:linear-gradient(var(--color-tertiary),var(--color-tertiary)),linear-gradient(var(--color-primary),var(--color-primary));background-size:100% 0%,100% 100%;background-position:bottom,0 0;background-repeat:no-repeat;transition:background-size 0.35s ease;}.button--primary:hover,.button--primary:focus-visible{color:var(--color-white);background-size:100% 100%,100% 100%;}.button--secondary{border:var(--border-width) solid var(--color-primary);color:var(--color-primary);background-image:linear-gradient(var(--color-tertiary),var(--color-tertiary)),linear-gradient(transparent,transparent);background-size:100% 0%,100% 100%;background-position:bottom,0 0;background-repeat:no-repeat;transition:background-size 0.35s ease,color 0.3s ease;}.button--secondary:hover,.button--secondary:focus-visible,.button--secondary[aria-expanded=true]{color:var(--color-white);background-size:100% 100%,100% 100%;border-color:var(--color-tertiary);}.button--tertiary{background:none;color:var(--color-primary);}.button--tertiary:hover,.button--tertiary:focus-visible{color:var(--color-secondary);background-color:var(--color-white);}.header--masthead{background:rgba(255,255,255,0.6);position:sticky;top:var(--admin-toolbar-top-bar-height,0);left:0;right:0;z-index:100;backdrop-filter:blur(1rem);-webkit-backdrop-filter:blur(1rem);}header .layout{display:flex;align-items:stretch;justify-content:space-between;padding-top:0;padding-bottom:0;padding-left:var(--margin-small);padding-right:var(--margin-small);gap:var(--margin-small);font-family:var(--font-heading);text-transform:uppercase;font-size:0.95em;height:5rem;box-sizing:border-box;}.region-header{display:flex;align-items:center;padding-top:var(--margin-small);padding-bottom:var(--margin-small);}.region-header .site-logo{display:block;line-height:0;}.region-header .site-logo img{height:3rem;width:auto;}.toggle--mobile-menu{align-self:center;cursor:pointer;text-transform:uppercase;}.region-primary-menu{display:flex;flex:1 1 0%;align-items:stretch;margin:0 var(--margin-small);min-height:0;box-sizing:border-box;}@media (max-width:1399px){.region-primary-menu{background:var(--color-background);position:absolute;top:5rem;left:0;right:0;width:100%;max-width:100%;z-index:100;padding:1rem;margin:0;box-sizing:border-box;}}.region-primary-menu .menu{flex-direction:column;}@media (min-width:1400px){.region-primary-menu .menu{flex-direction:row;}}.region-primary-menu .menu--main{width:100%;max-width:100%;height:100%;display:flex;align-items:stretch;box-sizing:border-box;}.region-primary-menu .menu--main .menu{display:flex;align-items:stretch;justify-content:center;list-style:none;margin:0 auto;padding:0;gap:0;width:100%;max-width:100%;box-sizing:border-box;}.region-primary-menu .menu--main .menu .menu-item{margin:0;padding:0;position:relative;display:flex;align-items:stretch;height:100%;box-sizing:border-box;}@media (max-width:1399px){.region-primary-menu .menu--main .menu .menu-item{height:auto;width:100%;max-width:100%;}}.region-primary-menu .menu--main .menu .menu-item a{display:flex;align-items:center;justify-content:center;padding:0 var(--margin-medium);text-decoration:none;color:var(--color-text);font-weight:500;line-height:1;transition:color 0.3s ease,background-size 0.35s ease;height:100%;min-height:2.5rem;position:relative;box-sizing:border-box;background-image:linear-gradient(var(--color-black),var(--color-black)),linear-gradient(transparent,transparent);background-size:100% 0%,100% 100%;background-position:bottom,0 0;background-repeat:no-repeat;}@media (max-width:1399px){.region-primary-menu .menu--main .menu .menu-item a{width:100%;max-width:100%;padding:1rem;height:auto;min-height:auto;justify-content:flex-start;}}@media (min-width:1400px){.region-primary-menu .menu--main .menu .menu-item a{text-align:center;}}.region-primary-menu .menu--main .menu .menu-item a.is-active,.region-primary-menu .menu--main .menu .menu-item a[aria-current=page]{color:var(--color-primary);font-weight:700;border-bottom:2px solid var(--color-primary);}@media (max-width:1399px){.region-primary-menu .menu--main .menu .menu-item a.is-active,.region-primary-menu .menu--main .menu .menu-item a[aria-current=page]{border-bottom:none;background-color:var(--color-primary);color:var(--color-white);}}.region-primary-menu .menu--main .menu .menu-item a:hover,.region-primary-menu .menu--main .menu .menu-item a:focus{color:var(--color-white);background-size:100% 100%,100% 100%;}.region-primary-menu .menu--main .menu .menu-item.menu-item--active-trail > a:not(.is-active):not([aria-current=page]){color:var(--color-primary);font-weight:700;border-bottom:2px solid var(--color-primary);}@media (max-width:1399px){.region-primary-menu .menu--main .menu .menu-item.menu-item--active-trail > a:not(.is-active):not([aria-current=page]){border-bottom:none;}}.region-secondary-menu{display:flex;align-items:center;margin-left:auto;}.region-secondary-menu .menu{display:flex;flex-direction:row;list-style:none;margin:0;padding:0;gap:var(--margin-small);}section.paragraph{padding-top:var(--margin-x-large);padding-bottom:var(--margin-x-large);}.paragraph.has-background-image,.paragraph.has-background-video,.paragraph.is-full-height{min-height:var(--height-full);}.paragraph--hero.has-background-image .layout,.paragraph--hero.has-background-video .layout,.paragraph--layout.has-background-image .layout,.paragraph--slide.has-background-image .field--name-field-body,.paragraph--hero.is-full-height .layout,.paragraph--layout.is-full-height .layout{position:relative;height:var(--height-full);min-height:var(--height-full);z-index:2;}.paragraph--hero.has-background-image:not(.is-full-height) .layout,.paragraph--hero.has-background-video:not(.is-full-height) .layout,.paragraph--layout.has-background-image:not(.is-full-height) .layout,.paragraph--slide.has-background-image .field--name-field-body{max-height:var(--max-row-height);}.paragraph--hero.has-background-image .layout,.paragraph--hero.has-background-video .layout,.paragraph--hero.is-full-height .layout{max-width:var(--width-container);}.paragraph--hero.has-background-image,.paragraph--hero.has-background-video{background-color:var(--color-black);position:relative;overflow:hidden;}.paragraph--hero.has-background-image .hero__background,.paragraph--hero.has-background-video .hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;}.paragraph--hero.has-background-image .hero__background .paragraph__background-image,.paragraph--hero.has-background-video .hero__background .paragraph__background-image{width:100%;height:100%;}.paragraph--hero.has-background-image .hero__background .paragraph__background-image img,.paragraph--hero.has-background-video .hero__background .paragraph__background-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}.paragraph--hero.has-background-image .hero__background .hero__background-video,.paragraph--hero.has-background-video .hero__background .hero__background-video{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);pointer-events:none;overflow:hidden;}.paragraph--hero.has-background-image .hero__background .hero__background-video iframe,.paragraph--hero.has-background-video .hero__background .hero__background-video iframe{position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-height:100%;min-width:177.78vh;transform:translate(-50%,-50%) scale(1.2);border:0;}.paragraph--hero.has-background-image .hero__content,.paragraph--hero.has-background-video .hero__content{position:absolute;bottom:0;left:0;color:var(--color-white);z-index:3;margin:var(--margin-small);padding:var(--margin-large);max-width:80ch;}.paragraph--hero.has-background-image.hero--text-bottom-left .hero__content,.paragraph--hero.has-background-video.hero--text-bottom-left .hero__content{bottom:0;left:0;right:auto;top:auto;transform:none;}.paragraph--hero.has-background-image.hero--text-bottom-center .hero__content,.paragraph--hero.has-background-video.hero--text-bottom-center .hero__content{bottom:0;left:50%;right:auto;top:auto;transform:translateX(-50%);text-align:center;}.paragraph--hero.has-background-image.hero--text-middle-center .hero__content,.paragraph--hero.has-background-video.hero--text-middle-center .hero__content{bottom:auto;left:50%;right:auto;top:50%;transform:translate(-50%,-50%);text-align:center;}.paragraph--card{position:relative;}.paragraph--card .contextual{position:absolute;z-index:10;}.paragraph--card .button{display:inline-block;margin-left:0;}.paragraph--card .card--link-button{margin-top:var(--margin-small);}.paragraph--card.has-link a.card-link-wrapper{text-decoration:none;color:var(--color-text);}.paragraph--card.card--full-link{transition:box-shadow 0.2s ease,transform 0.2s ease;}.paragraph--card.card--full-link:hover{box-shadow:0 4px 12px rgba(0,0,0,0.15);}.paragraph--card a.card__image-link{display:block;}.paragraph--card a.card__image-link img{transition:opacity 0.2s ease;}.paragraph--card a.card__image-link:hover img{opacity:0.85;}.paragraph--card .card__body h3 a{text-decoration:none;color:inherit;}.paragraph--card .card__body h3 a:hover{text-decoration:underline;}.paragraph--card .paragraph__background-image{max-width:100%;}.paragraph--card .paragraph__background-image img{max-width:100%;height:auto;display:block;}.feature__title{margin-bottom:0;}.paragraph--feature.feature--align-left{display:flex;flex-direction:row;align-items:center;gap:var(--margin-small);}.paragraph--feature.feature--align-left .feature__image{flex-shrink:0;}.paragraph--feature.feature--align-left .feature__text{flex:1;}.paragraph--feature.feature--align-center{display:flex;flex-direction:column;align-items:center;text-align:center;}.paragraph--feature.feature--align-center .feature__image{margin-bottom:var(--margin-small);}.paragraph--feature.feature--align-right{display:flex;flex-direction:row-reverse;align-items:center;gap:var(--margin-small);}.paragraph--feature.feature--align-right .feature__image{flex-shrink:0;}.paragraph--feature.feature--align-right .feature__text{flex:1;text-align:right;}.paragraph--feature.feature--align-left .feature__image img,.paragraph--feature.feature--align-left .feature__image svg,.paragraph--feature.feature--align-right .feature__image img,.paragraph--feature.feature--align-right .feature__image svg{width:6rem;height:6rem;object-fit:contain;}.paragraph--feature.feature--align-center .feature__image img,.paragraph--feature.feature--align-center .feature__image svg{width:8rem;height:8rem;object-fit:contain;}#paragraph--12 img{filter:invert(1);}#paragraph--81 .paragraph--card{background-color:var(--color-white-lt);}#paragraph--81 .paragraph--card .card--link-button{display:inline-flex;align-items:center;gap:0.5rem;margin-top:var(--margin-small);}#paragraph--81 .paragraph--card .card--link-button::before{content:"";display:inline-block;width:1.5rem;height:1.5rem;flex-shrink:0;background-image:url("/themes/custom/surfacedesign/images/linkedin.svg");background-repeat:no-repeat;background-position:center;background-size:contain;filter:brightness(0) invert(1);}.view-industries{--card-aspect-ratio:1 / 1;}.view-industries .view-content{display:grid;grid-template-columns:1fr;}@media (min-width:1080px){.view-industries .view-content{grid-template-columns:repeat(3,1fr);}}.view-industries .views-view-grid .views-col .taxonomy-term{height:100%;}.view-industries .taxonomy-term{--card-aspect-ratio:1 / 1;position:relative;aspect-ratio:var(--card-aspect-ratio);width:100%;height:auto;display:flex;flex-direction:column;box-sizing:border-box;background:var(--color-secondary);}.view-industries .taxonomy-term h2{margin:0;position:static;}.view-industries .taxonomy-term h3{z-index:2;position:absolute;inset:0;padding:var(--margin-medium);display:flex;align-items:center;align-content:center;justify-content:center;text-align:center;box-sizing:border-box;font-size:1.5rem;color:var(--color-white);font-weight:500;margin:0;pointer-events:none;}.view-industries .taxonomy-term .taxonomy-term__background-image{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;opacity:0.5;mix-blend-mode:luminosity;z-index:0;}.view-industries .taxonomy-term .taxonomy-term__background-image > *,.view-industries .taxonomy-term .taxonomy-term__background-image .media,.view-industries .taxonomy-term .taxonomy-term__background-image article{position:absolute;inset:0;width:100%;height:100%;}.view-industries .taxonomy-term .taxonomy-term__background-image img,.view-industries .taxonomy-term .taxonomy-term__background-image .taxonomy-term__background-img{transition:transform 1s ease-in-out;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;aspect-ratio:1/1;object-position:center center;display:block;}.view-industries .taxonomy-term a:hover,.view-industries .taxonomy-term a:focus{text-decoration:underline;color:var(--color-white);}.taxonomy-term.has-background-image{position:relative;overflow:hidden;}.taxonomy-term.has-background-image .taxonomy-term__background-image{position:absolute;inset:0;width:100%;height:100%;z-index:0;}.taxonomy-term.has-background-image .taxonomy-term__background-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;}.taxonomy-term.has-background-image > h2,.taxonomy-term.has-background-image > h2 a,.taxonomy-term.has-background-image > .content{position:relative;z-index:1;}
@keyframes gin-throbber{0%{transform:rotateZ(0);}100%{transform:rotateZ(360deg);}}.ajax-progress__throbber,.ajax-progress__throbber--fullscreen,.ui-dialog .ajax-progress__throbber,.media-library-item .ajax-progress__throbber{border:3px solid var(--gin-color-primary);border-inline-end:3px dotted transparent;}.ajax-progress .ajax-progress__message{color:var(--gin-color-text);}[dir].gin--dark-mode .ajax-progress--fullscreen{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber,[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber--fullscreen{border:3px solid var(--gin-bg-app);border-inline-end:3px dotted transparent;}.media-library-widget .ajax-progress__throbber,.media-library-widget .ajax-progress__throbber--fullscreen{border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;}.ui-dialog .ajax-progress-throbber{padding:var(--gin-spacing-xs);background:var(--gin-bg-app);border-radius:50%;box-shadow:0 2px 6px 0 rgba(34,35,48,.1);border:1px solid rgba(216,217,224,.8);}.gin--dark-mode .ui-dialog .ajax-progress-throbber{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}.ui-dialog .ajax-progress-throbber::before,.contextual-links .ajax-progress-throbber::before{content:"";display:block;position:absolute;inset-block-start:var(--gin-spacing-xs);inset-inline-start:var(--gin-spacing-xs);width:1.125rem;height:1.125rem;border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;border-radius:50%;animation:gin-throbber .75s linear infinite;}.gin--dark-mode .ui-dialog .ajax-progress,.gin--dark-mode .media-library-item .ajax-progress.ajax-progress.ajax-progress{background-color:var(--gin-bg-app);border-color:var(--gin-bg-app);}.contextual-links li{position:relative;}.contextual-links .ajax-progress-throbber{position:absolute;inset-block-start:0;inset-inline-end:var(--gin-spacing-xxs);width:24px;height:24px;}.contextual-links .ajax-progress-throbber::before{inset-block-start:0;inset-inline-start:.25em;}.claro-autocomplete__message{color:var(--gin-color-primary);}
