/* ==========================================================================
   Factory Data Systems - site theme
   Rebuilt from the GoDaddy Website Builder theme the site used until 2026
   (header-9, content, about, contact, introduction, terms, shop, footer-4
   widgets). Values - sizes, colours, spacing, breakpoints - were measured
   from the live GoDaddy pages so the static site looks the same.

   Breakpoints (GoDaddy's):  768px tablet | 1024px desktop | 1280px | 1536px
   Fonts:  Archivo Black (display, uppercase) | Montserrat (everything else)

   The product pages (Event Engine, IntelliTrack, home and about body copy)
   carry their own scoped stylesheets (#ee-page, #it-page, #fds-home,
   #fds-about). Nothing here targets those ids.
   ========================================================================== */

:root{
  --bg:#161616;            /* page ground, header, footer, odd sections   */
  --bg-alt:#000000;        /* alternating sections                        */
  --ink:#F7F7F7;           /* headings / primary text                     */
  --ink-alt:#E2E2E2;       /* headings on a black band                    */
  --muted:#A4A4A4;         /* body copy on #161616                        */
  --muted-alt:#919191;     /* body copy on #000                           */
  --small:#A9A9A9;         /* copyright, fine print                       */
  --accent:#7891A8;        /* titles, links, buttons                      */
  --accent-hover:#8FACC7;  /* button hover                                */
  --accent-press:#576A7C;  /* button active                               */
  --link-hover:#91AFCA;    /* rich-text link hover                        */
  --link-press:#B6C9DB;
  --nav-hover:#ACC1D6;     /* nav + footer link hover                     */
  --nav-press:#D1DCE8;
  --field-label:#ABABAB;
  --field-text:#BFBFBF;
  --f-display:"Archivo Black", arial, sans-serif;
  --f-text:Montserrat, arial, sans-serif;
  --hdr-h:148px;           /* header bar height at the top of the page    */
}

/* ---------- base ---------- */
*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;}
html,body{background:var(--bg);}
body{
  margin:0;color:var(--ink);font-family:var(--f-text);font-size:16px;line-height:1.5;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
img{max-width:100%;height:auto;vertical-align:middle;border:0;}
a{color:var(--accent);}
button{font:inherit;}
[id]{scroll-margin-top:124px;}
.fds-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.fds-skip-link{position:absolute;left:-9999px;top:0;z-index:20000;background:var(--accent);color:#fff;padding:12px 20px;font-weight:700;text-decoration:none;}
.fds-skip-link:focus{left:0;}
:focus-visible{outline:2px solid var(--nav-hover);outline-offset:2px;}

.fds-container{width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px;}
@media (min-width:1024px){.fds-container{width:984px;}}
@media (min-width:1280px){.fds-container{width:1160px;}}
@media (min-width:1536px){.fds-container{width:1280px;}}

/* ---------- buttons ---------- */
.fds-btn{
  display:inline-flex;align-items:center;justify-content:center;position:relative;
  width:100%;max-width:100%;min-height:56px;padding:8px 32px;border:0;border-radius:0;
  background:var(--accent);color:#fff;font-family:var(--f-text);font-size:14px;font-weight:700;
  line-height:normal;letter-spacing:1px;text-transform:uppercase;text-align:center;text-decoration:none;
  cursor:pointer;text-shadow:none;
}
.fds-btn:hover{background:var(--accent-hover);color:#fff;}
.fds-btn:active{background:var(--accent-press);color:#fff;}
@media (min-width:768px){.fds-btn{width:auto;}}

/* ==========================================================================
   HEADER
   ========================================================================== */
.fds-site-header{position:relative;background:var(--bg);}
.fds-hdr-spacer{height:var(--hdr-h);}
.fds-hdr-bar{
  position:absolute;top:0;left:0;right:0;height:var(--hdr-h);z-index:1000;background:var(--bg);
}
.fds-hdr-inner{display:flex;align-items:center;justify-content:space-between;height:100%;padding:24px 48px;}
.fds-hdr-logo{display:flex;align-items:center;flex:0 0 28%;max-width:28%;}
.fds-hdr-logo a{display:inline-block;line-height:0;}
.fds-hdr-logo img{height:100px;width:auto;max-height:100px;transition:max-height .5s;}
.fds-hdr-right{display:flex;align-items:center;justify-content:flex-end;flex:1 1 auto;min-width:0;}

/* sticky state: a slimmer, slightly translucent bar pinned to the top */
body.is-scrolled .fds-hdr-bar{
  position:fixed;height:112px;background:rgba(22,22,22,.9);
  animation:hdrIn .3s ease-out;
}
body.is-scrolled .fds-hdr-logo img{height:64px;max-height:64px;}
@keyframes hdrIn{from{transform:translateY(-100%);}to{transform:translateY(0);}}

/* main nav */
.fds-hdr-nav{font-size:16px;line-height:24px;padding-top:5px;}
.fds-hdr-nav > ul{list-style:none;margin:0;padding:0;white-space:nowrap;}
.fds-hdr-nav > ul > li{position:relative;display:inline-block;vertical-align:top;padding-left:32px;}
.fds-hdr-nav > ul > li:first-child{padding-left:0;}
.fds-hdr-nav a,.fds-hdr-nav .fds-more-btn{
  display:block;margin:-6px;padding:6px;color:var(--ink);font-family:var(--f-text);font-size:16px;font-weight:400;
  text-transform:uppercase;text-decoration:none;line-height:24px;cursor:pointer;
}
.fds-hdr-nav a:hover,.fds-hdr-nav .fds-more-btn:hover{color:var(--nav-hover);}
.fds-hdr-nav a:active{color:var(--accent);}
.fds-hdr-nav a.is-active{
  color:var(--accent);font-weight:700;border-bottom:1px solid currentColor;
  padding:0 0 2px;margin:0 0 -3px;
}
.fds-hdr-nav .fds-more-btn{display:flex;align-items:center;gap:4px;margin:0;padding:0;background:none;border:0;}
.fds-hdr-nav .fds-more-btn svg{width:16px;height:16px;fill:currentColor;transition:transform .2s;}
.fds-hdr-nav .fds-more.is-open .fds-more-btn svg{transform:rotate(180deg);}
.fds-hdr-nav .fds-dropdown{
  position:absolute;top:36px;right:0;min-width:137px;margin:0;padding:24px;list-style:none;
  background:var(--bg);box-shadow:0 3px 6px 3px rgba(0,0,0,.24);text-align:left;
  opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s,transform .15s,visibility .15s;
  z-index:1001;
}
.fds-hdr-nav .fds-more.is-open .fds-dropdown{opacity:1;visibility:visible;transform:none;}
.fds-hdr-nav .fds-dropdown li{display:block;height:40px;}
.fds-hdr-nav .fds-dropdown a{margin:0;padding:0;display:inline-block;}
.fds-hdr-nav .fds-dropdown a.is-active{padding-bottom:2px;margin-bottom:-3px;}

/* utility icons */
.fds-hdr-icons{display:flex;align-items:center;margin-left:32px;}
.fds-icon-btn{
  display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;
  background:none;border:0;color:var(--ink);cursor:pointer;text-decoration:none;
}
.fds-icon-btn:hover{color:var(--nav-hover);}
.fds-icon-btn svg{width:40px;height:40px;fill:currentColor;}
.fds-menu-btn{display:none;}

/* Licensing gives the bar one item more than the GoDaddy site carried, so on
   the narrower desktop widths the gaps tighten to keep it clear of the logo */
@media (min-width:1024px) and (max-width:1279px){
  .fds-hdr-nav a,.fds-hdr-nav .fds-more-btn{font-size:15px;}
  .fds-hdr-nav > ul > li{padding-left:16px;}
  .fds-hdr-icons{margin-left:24px;}
}

/* search panel */
.fds-search-panel{
  position:absolute;top:100%;right:48px;width:min(420px,calc(100vw - 48px));z-index:1002;
  background:var(--bg);box-shadow:0 3px 6px 3px rgba(0,0,0,.24);padding:16px;display:none;
}
.fds-search-panel.is-open{display:block;}
.fds-search-field{position:relative;}
.fds-search-field svg{position:absolute;left:10px;top:50%;width:24px;height:24px;margin-top:-12px;fill:var(--ink);pointer-events:none;}
.fds-search-field input{
  width:100%;height:53px;padding:16px 16px 16px 44px;background:#000;border:1px solid rgba(119,119,119,.5);
  color:var(--ink);font-family:var(--f-text);font-size:16px;border-radius:0;
}
.fds-search-field input::placeholder{color:var(--field-label);}
.fds-search-results{list-style:none;margin:8px 0 0;padding:0;max-height:60vh;overflow:auto;}
.fds-search-results li a{display:block;padding:10px 4px;color:var(--ink);text-decoration:none;border-bottom:1px solid #2a2a2a;}
.fds-search-results li a:hover{color:var(--nav-hover);}
.fds-search-results li span{display:block;font-size:13px;color:var(--muted);margin-top:2px;}
.fds-search-results .fds-empty{padding:10px 4px;color:var(--muted);font-size:14px;}

/* mobile drawer */
.fds-drawer{
  position:fixed;inset:0;z-index:10002;background:var(--bg);padding:56px 0 24px;overflow-y:auto;
  transform:translateX(100%);transition:transform .3s ease-in-out;visibility:hidden;
}
.fds-drawer.is-open{transform:none;visibility:visible;}
.fds-drawer-close{position:absolute;top:15px;right:15px;width:40px;height:40px;padding:6px;background:none;border:0;color:var(--ink);cursor:pointer;}
.fds-drawer-close svg{width:28px;height:28px;fill:currentColor;}
.fds-drawer ul{list-style:none;margin:0;padding:0 24px;}
.fds-drawer li a{display:block;padding:16px 24px;color:var(--ink);font-size:22px;line-height:27px;text-decoration:none;}
.fds-drawer li a:hover{color:var(--nav-hover);}
.fds-drawer li a.is-active{font-weight:700;}
.fds-drawer .fds-search-field{margin:24px 24px 0;}
.fds-drawer .fds-search-results{margin:8px 24px 0;}

@media (max-width:1023px){
  :root{--hdr-h:96px;}
  .fds-hdr-spacer{height:100px;}
  .fds-hdr-inner{padding:8px 8px 8px 16px;}
  .fds-hdr-logo{flex:1 1 auto;max-width:none;}
  .fds-hdr-logo img{height:80px;max-height:80px;max-width:224px;}
  .fds-hdr-nav{display:none;}
  .fds-hdr-icons{margin-left:0;}
  .fds-hdr-icons .fds-search-btn{display:none;}
  .fds-menu-btn{display:inline-flex;}
  body.is-scrolled .fds-hdr-bar{height:80px;}
  body.is-scrolled .fds-hdr-logo img{height:64px;max-height:64px;}
  .fds-search-panel{display:none!important;}
}

/* ---------- hero slideshow (home) ---------- */
.fds-hero{position:relative;height:560px;min-height:500px;overflow:hidden;background:var(--bg);}
@media (min-width:1024px){.fds-hero{height:75vh;min-height:75vh;}}
.fds-hero .fds-slide{
  position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 1s ease-in-out,visibility 1s;
  background-image:linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)),var(--bg-img);
  background-size:auto,cover;background-position:50% 50%,50% 50%;background-repeat:no-repeat;
  display:flex;align-items:center;justify-content:center;
}
.fds-hero .fds-slide.is-active{opacity:1;visibility:visible;}
.fds-hero .fds-slide-inner{width:100%;max-width:100%;margin:0 auto;padding:0 40px 8px;text-align:center;}
@media (min-width:768px){.fds-hero .fds-slide-inner{padding:0 32px 8px;}}
@media (min-width:1024px){.fds-hero .fds-slide-inner{width:984px;margin-top:16px;}}
@media (min-width:1280px){.fds-hero .fds-slide-inner{width:1160px;}}
@media (min-width:1536px){.fds-hero .fds-slide-inner{width:1280px;}}
.fds-hero-title{
  display:inline-block;max-width:100%;margin:0;font-family:var(--f-display);font-weight:400;font-size:42px;
  line-height:1.2;text-transform:uppercase;color:var(--ink);white-space:pre-line;overflow-wrap:break-word;
}
.fds-hero-sub{margin:8px auto 0;font-size:22px;line-height:1.5;color:var(--ink);text-wrap:pretty;}
.fds-hero-sub p{margin:0;}
.fds-hero .fds-btn{margin-top:16px;}
@media (min-width:768px){.fds-hero-title{font-size:63px;}}
@media (min-width:1280px){.fds-hero-title{font-size:84px;}}
@media (min-width:1536px){.fds-hero-title{font-size:86px;}.fds-hero-sub{font-size:24px;}}
.fds-hero-dots{position:absolute;left:0;right:0;bottom:31px;display:flex;justify-content:center;gap:20px;z-index:2;}
.fds-hero-dots button{
  width:10px;height:10px;padding:0;border:1px solid var(--ink-alt);border-radius:50%;background:transparent;cursor:pointer;
}
.fds-hero-dots button[aria-current="true"]{background:var(--ink-alt);}
.fds-hero-dots button:hover{background:rgba(226,226,226,.5);}

/* ==========================================================================
   SECTIONS
   ========================================================================== */
.fds-section{padding:56px 0;background:var(--bg);color:var(--ink);}
.fds-section.alt{background:var(--bg-alt);}
@media (max-width:767px){.fds-section{padding:40px 0;}}
@media (min-width:1536px){.fds-section{font-size:18px;}}

.fds-section-title{
  margin:0 0 40px;font-family:var(--f-display);font-weight:400;font-size:28px;line-height:1.4;
  color:var(--accent);text-align:center;text-transform:uppercase;overflow-wrap:break-word;
}
@media (min-width:768px){.fds-section-title{font-size:33px;}}
@media (min-width:1280px){.fds-section-title{font-size:39px;}}
@media (min-width:1536px){.fds-section-title{font-size:42px;}}

.fds-headline{margin:0 0 24px;font-size:22px;font-weight:400;line-height:1.25;color:var(--ink);overflow-wrap:break-word;}
.fds-section.alt .fds-headline{color:var(--ink-alt);}
@media (min-width:1536px){.fds-headline{font-size:24px;}}

/* rich text as GoDaddy stores it: paragraphs have no margins; blank
   <p><br></p> lines provide the spacing */
.fds-rte{font-size:16px;line-height:1.5;color:var(--muted);text-wrap:pretty;overflow-wrap:break-word;}
.fds-section.alt .fds-rte{color:var(--muted-alt);}
@media (min-width:1536px){.fds-rte{font-size:18px;}}
.fds-rte p{margin:0;}
.fds-rte ul,.fds-rte ol{margin:0;padding:0 15px 0 37px;}
.fds-rte a{color:var(--accent);text-decoration:underline;}
.fds-rte a:hover{color:var(--link-hover);}
.fds-rte a:active{color:var(--link-press);}
.fds-rte strong{font-weight:700;}
.fds-rte h1,.fds-rte h2,.fds-rte h3,.fds-rte h4{margin:0;font-weight:400;color:var(--ink);font-size:22px;line-height:1.15;}

/* ---------- two cards: headline / image / text (home "Get your plant data in order") ---------- */
.fds-cards2{display:grid;grid-template-columns:1fr;}
.fds-cards2 .fds-card{display:flex;flex-direction:column;padding:0 0 24px;text-align:center;}
.fds-cards2 .fds-headline{margin-bottom:24px;}
.fds-cards2 img{display:block;width:100%;aspect-ratio:2/1;object-fit:cover;margin-bottom:24px;}
/* headlines share a row so both images line up, as on the GoDaddy page */
@media (min-width:768px){
  .fds-cards2{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;grid-auto-flow:column;column-gap:48px;}
  .fds-cards2 .fds-card{display:contents;}
  .fds-cards2 .fds-headline{align-self:start;}
  .fds-cards2 .fds-card > .fds-rte{margin-bottom:24px;}
}

/* ---------- image + centred text (home "About us") ---------- */
.fds-split{display:flex;flex-wrap:wrap;margin:0 -12px;}
.fds-split > div{flex:1 1 100%;max-width:100%;padding:0 12px;}
.fds-split .fds-split-media img{display:block;width:100%;aspect-ratio:2/1;object-fit:cover;}
.fds-split .fds-split-text{display:flex;align-items:center;justify-content:flex-start;}
.fds-split .fds-split-text > div{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;}
@media (max-width:767px){.fds-split .fds-split-media{margin-bottom:24px;}}
@media (min-width:768px){
  .fds-split{margin:0 -24px;}
  .fds-split > div{flex-basis:50%;max-width:50%;padding:0 24px;}
  .fds-split .fds-split-media{align-self:flex-start;}
}

/* ---------- banner image under a title (about page) ---------- */
.fds-banner-img{display:block;width:100%;aspect-ratio:2/1;object-fit:cover;}

/* ---------- media left: 1/3 image, 2/3 stacked text (content-1) ---------- */
.fds-media-left{display:flex;flex-wrap:wrap;margin:0 -12px;}
.fds-media-left > div{flex:1 1 100%;max-width:100%;padding:0 12px;}
.fds-media-left .fds-ml-media{text-align:center;margin-bottom:32px;}
.fds-media-left .fds-ml-media img{width:100%;}
.fds-media-left .fds-ml-block + .fds-ml-block{margin-top:32px;}
.fds-media-left .fds-ml-cta{margin-top:28px;}
@media (min-width:768px){
  .fds-media-left{margin:0 -24px;}
  .fds-media-left > div{padding:0 24px;}
}
@media (min-width:1024px){
  .fds-media-left .fds-ml-media{flex-basis:33.3333%;max-width:33.3333%;margin-bottom:0;}
  .fds-media-left .fds-ml-text{flex-basis:66.6667%;max-width:66.6667%;}
}

/* ---------- media right: 2/3 text, 1/3 image (content-6) ---------- */
.fds-media-right{display:flex;flex-wrap:wrap;margin:0 -12px;}
.fds-media-right > div{flex:1 1 100%;max-width:100%;padding:0 12px;}
.fds-media-right .fds-mr-media{text-align:center;}
.fds-media-right .fds-mr-media img{width:100%;margin-bottom:32px;}
@media (min-width:768px){
  .fds-media-right{margin:0 -24px;justify-content:center;}
  .fds-media-right > div{padding:0 24px;}
  .fds-media-right .fds-mr-media{flex-basis:83.3333%;max-width:83.3333%;}
}
@media (min-width:1024px){
  .fds-media-right .fds-mr-text{flex-basis:66.6667%;max-width:66.6667%;order:0;}
  .fds-media-right .fds-mr-media{flex-basis:33.3333%;max-width:33.3333%;order:1;text-align:left;}
  .fds-media-right .fds-mr-media img{margin-bottom:0;}
}
@media (max-width:1023px){.fds-media-right .fds-mr-media{order:-1;}}

/* ---------- legal / long-form text (terms, travel policy) ---------- */
/* GoDaddy sizes these columns on a grid row that includes the 24px gutters:
   offset = row/6 (or row/12), width = 2/3 row (or 5/6 row) minus the gutters */
.fds-legal-col{padding-bottom:0;}
@media (min-width:768px){.fds-legal-col{margin-left:calc((100% + 48px) / 12);width:calc((100% + 48px) * 5 / 6 - 48px);}}
@media (min-width:1024px){.fds-legal-col{margin-left:calc((100% + 48px) / 6);width:calc((100% + 48px) * 2 / 3 - 48px);}}
.fds-rte-legal h1,.fds-rte-legal h2,.fds-rte-legal h3{
  margin:0 0 40px;font-size:32px;line-height:1.4;font-weight:400;color:var(--accent);text-align:center;
}
@media (min-width:768px){.fds-rte-legal h1,.fds-rte-legal h2,.fds-rte-legal h3{font-size:38px;}}
@media (min-width:1280px){.fds-rte-legal h1,.fds-rte-legal h2,.fds-rte-legal h3{font-size:44px;}}
@media (min-width:1536px){.fds-rte-legal h1,.fds-rte-legal h2,.fds-rte-legal h3{font-size:48px;}}
.fds-rte-legal a:hover{color:var(--nav-hover);}
.fds-rte-legal a:active{color:var(--nav-press);}

/* ---------- centred introduction (licensing) ---------- */
.fds-intro-center{text-align:center;}
.fds-intro-center .fds-section-title{line-height:1.25;margin-bottom:24px;}
.fds-intro-center .fds-rte{margin:0 auto 24px;}
@media (min-width:1024px){.fds-intro-center .fds-rte{width:calc((100% + 48px) * 2 / 3 - 48px);}}

/* ---------- left introduction with button (store) ---------- */
.fds-intro-left{max-width:700px;margin-top:120px;min-height:300px;display:flex;flex-direction:column;justify-content:flex-end;}
.fds-intro-left h1{
  margin:0 0 24px;font-family:var(--f-display);font-weight:400;font-size:28px;line-height:1.25;color:var(--ink);text-transform:uppercase;
}
.fds-intro-left .fds-lead{margin:0 0 32px;font-size:22px;line-height:1.5;color:var(--muted);text-wrap:pretty;}
.fds-intro-left .fds-btn{align-self:flex-start;}
@media (min-width:768px){.fds-intro-left h1{font-size:33px;}}
@media (min-width:1280px){.fds-intro-left h1{font-size:39px;}}
@media (min-width:1536px){.fds-intro-left h1{font-size:42px;}.fds-intro-left .fds-lead{font-size:24px;}}
@media (max-width:767px){.fds-intro-left{margin-top:0;min-height:0;}}

/* ---------- embedded page (product pages carry their own design) ---------- */
.fds-embed-frame{width:100%;container-type:inline-size;}
.fds-portal-frame{display:flex;justify-content:center;}
.fds-portal-frame iframe{width:65%;height:900px;border:0;background:#fff;}
@media (max-width:767px){.fds-portal-frame iframe{width:100%;}}

/* ---------- downloads list (old Event Engine page) ---------- */
.fds-dl-list{list-style:none;margin:0;padding:0;}
@media (min-width:1024px){.fds-dl-list{margin-left:calc((100% + 48px) / 6);width:calc((100% + 48px) * 2 / 3 - 48px);}}
.fds-dl-list li + li{margin-top:4px;}
.fds-dl-list a{
  display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:56px;padding:0 24px;
  color:var(--accent);text-decoration:none;
}
.fds-dl-list .fds-dl-name{max-width:70%;color:var(--ink);line-height:1.5;}
.fds-dl-list .fds-dl-action{display:inline-flex;align-items:center;gap:8px;}
.fds-dl-list .fds-dl-action svg{width:16px;height:16px;fill:currentColor;}
.fds-dl-list a:hover .fds-dl-action{color:var(--nav-hover);}

/* ==========================================================================
   CONTACT
   ========================================================================== */
.fds-contact-grid{display:flex;flex-wrap:wrap;margin:0 -12px;}
.fds-contact-grid > div{flex:1 1 100%;max-width:100%;padding:0 12px;}
@media (min-width:768px){
  .fds-contact-grid{margin:0 -24px;}
  .fds-contact-grid > div{flex-basis:50%;max-width:50%;padding:0 24px;}
}
@media (max-width:767px){.fds-contact-grid .fds-contact-form{margin-bottom:48px;}}
.fds-contact-form .fds-headline{margin-bottom:24px;}
.fds-field{position:relative;margin-bottom:24px;}
.fds-field input,.fds-field textarea{
  display:block;width:100%;margin:0;border:0;border-radius:0;outline:0;
  background:var(--bg);color:var(--field-text);font-family:var(--f-text);font-size:14px;
}
.fds-section:not(.alt) .fds-field input,.fds-section:not(.alt) .fds-field textarea{background:#000;color:var(--field-label);}
.fds-field input{height:47px;padding:23px 16px 7px;}
.fds-field textarea{height:155px;padding:16px;line-height:1.75;resize:vertical;}
.fds-field textarea::placeholder{color:var(--field-text);opacity:1;}
.fds-section:not(.alt) .fds-field textarea::placeholder{color:var(--field-label);}
.fds-field label{
  position:absolute;top:14px;left:15px;color:var(--field-label);font-size:14px;line-height:normal;pointer-events:none;
  transition:top .15s,font-size .15s;
}
.fds-section:not(.alt) .fds-field label{color:var(--field-text);}
.fds-field input:focus + label,.fds-field input:not(:placeholder-shown) + label{top:5px;font-size:10px;}
.fds-field input:focus,.fds-field textarea:focus{box-shadow:inset 0 -2px 0 var(--accent);}
.fds-field.has-error input,.fds-field.has-error textarea{box-shadow:inset 0 -2px 0 #e2665c;}
.fds-field .fds-err{display:block;margin-top:6px;font-size:12px;color:#e2665c;}
/* the "what can we help with" dropdown: same box as the inputs, and its
   label stays in the small position because a select always shows a value */
.fds-field select{
  display:block;width:100%;height:47px;margin:0;border:0;border-radius:0;outline:0;
  padding:23px 40px 7px 16px;background:var(--bg);color:var(--field-text);
  font-family:var(--f-text);font-size:14px;cursor:pointer;color-scheme:dark;
  -webkit-appearance:none;appearance:none;
}
.fds-section:not(.alt) .fds-field select{background:#000;color:var(--field-label);}
.fds-field select:focus{box-shadow:inset 0 -2px 0 var(--accent);}
.fds-field.has-error select{box-shadow:inset 0 -2px 0 #e2665c;}
.fds-field-select{position:relative;}
.fds-field-select label{top:5px;font-size:10px;}
.fds-field-select::after{
  content:"";position:absolute;right:16px;top:calc(50% - 2px);width:10px;height:6px;pointer-events:none;
  color:var(--field-label);background:currentColor;clip-path:polygon(0 0,100% 0,50% 100%);
}
.fds-turnstile{margin-bottom:24px;}
.fds-contact-form .fds-btn{width:100%;margin-top:4px;}
.fds-form-note{margin:32px 0 0;font-size:12px;line-height:18px;text-align:center;color:#969696;}
.fds-section:not(.alt) .fds-form-note{color:var(--small);}
.fds-form-status{margin:24px 0 0;font-size:16px;line-height:1.5;text-align:center;color:var(--ink);}
.fds-form-status.is-error{color:#e2665c;}
.fds-hp-field{position:absolute!important;left:-10000px!important;width:1px;height:1px;overflow:hidden;}
.fds-contact-info .fds-headline{text-align:left;}
.fds-contact-info .fds-rte{text-align:left;margin-bottom:40px;}
.fds-contact-info .fds-biz{margin-bottom:24px;}
.fds-contact-info .fds-lines{margin:0;font-size:16px;line-height:1.5;color:var(--muted);}
.fds-section.alt .fds-contact-info .fds-lines{color:var(--muted-alt);}
.fds-contact-info .fds-lines a{color:var(--accent);text-decoration:none;}
.fds-contact-info .fds-lines a:hover{color:var(--nav-hover);}
@media (min-width:1536px){.fds-contact-info .fds-lines{font-size:18px;}}

/* ==========================================================================
   STORE (static catalogue replacing the GoDaddy Online Store)
   ========================================================================== */
.fds-shop{display:flex;flex-wrap:wrap;margin:0 -12px;}
.fds-shop > div{padding:0 12px;}
.fds-shop-side{flex:1 1 100%;max-width:100%;}
.fds-shop-main{flex:1 1 100%;max-width:100%;}
@media (min-width:768px){.fds-shop{margin:0 -24px;}.fds-shop > div{padding:0 24px;}}
@media (min-width:1024px){.fds-shop-side{flex-basis:25%;max-width:25%;}.fds-shop > .fds-shop-side{padding:0 48px;}.fds-shop-main{flex-basis:75%;max-width:75%;}}
.fds-shop-side h3{margin:0 0 24px;font-size:16px;font-weight:700;line-height:24px;color:var(--muted);}
.fds-filter{margin-bottom:24px;}
.fds-price-vals{display:flex;justify-content:space-between;padding:0 18px 0 22px;font-size:14px;font-weight:700;line-height:18px;color:#fff;margin-bottom:6px;}
.fds-price-vals span{background:var(--accent);padding:2px 8px;border-radius:12px;}
.fds-price-row{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--small);}
.fds-price-range{position:relative;flex:1 1 auto;height:20px;}
.fds-price-range input[type=range]{position:absolute;left:0;top:0;width:100%;margin:0;background:none;pointer-events:none;-webkit-appearance:none;appearance:none;height:20px;}
.fds-price-range input[type=range]::-webkit-slider-thumb{pointer-events:auto;-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--bg);border:2px solid var(--ink);cursor:pointer;}
.fds-price-range input[type=range]::-moz-range-thumb{pointer-events:auto;width:14px;height:14px;border-radius:50%;background:var(--bg);border:2px solid var(--ink);cursor:pointer;}
.fds-price-range::before{content:"";position:absolute;left:0;right:0;top:9px;height:2px;background:#777;}

.fds-check{display:flex;align-items:center;gap:16px;font-size:16px;color:var(--ink);cursor:pointer;}
.fds-check input{width:20px;height:20px;margin:0;accent-color:var(--accent);}
.fds-shop-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;}
.fds-shop-bar h4{margin:0;font-size:22px;font-weight:400;line-height:1.25;color:var(--ink);}
.fds-shop-sort{background:transparent;color:var(--muted);border:0;font-family:var(--f-text);font-size:16px;cursor:pointer;}
.fds-shop-sort option{background:var(--bg);color:var(--ink);}
.fds-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 24px;list-style:none;margin:0;padding:0;}
@media (min-width:1024px){.fds-products{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 48px;}}
.fds-product-card a{display:block;text-decoration:none;color:var(--ink);}
.fds-product-card .fds-thumb{display:block;width:100%;aspect-ratio:1/1;background-size:cover;background-position:50% 50%;}
.fds-product-card .fds-ship{margin:16px 0 0;font-size:12px;line-height:12px;color:var(--small);text-transform:uppercase;}
.fds-product-card h4{margin:24px 0 8px;font-size:16px;font-weight:400;line-height:20px;color:var(--ink);}
.fds-product-card .fds-price{font-size:14px;line-height:21px;color:var(--ink);}
.fds-product-card a:hover h4{color:var(--nav-hover);}
.fds-shop-empty{color:var(--muted);}

.fds-back-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:24px;color:var(--accent);text-decoration:none;font-size:16px;line-height:21px;}
.fds-back-link svg{width:16px;height:16px;fill:currentColor;}
.fds-back-link:hover{color:var(--nav-hover);}
.fds-product{display:flex;flex-wrap:wrap;margin:0 -12px;}
.fds-product > div{flex:1 1 100%;max-width:100%;padding:0 12px;}
@media (min-width:768px){.fds-product{margin:0 -24px;}.fds-product > div{flex-basis:50%;max-width:50%;padding:0 24px;}}
.fds-product-media{margin-top:89px;}
@media (max-width:767px){.fds-product-media{margin:0 0 32px;}}
.fds-product h1{margin:0 0 16px;font-size:32px;font-weight:400;line-height:40px;color:var(--ink);}
.fds-product .fds-price{margin:0 0 16px;font-size:22px;line-height:33px;color:var(--ink);}
.fds-product .fds-ship{margin:0 0 48px;font-size:12px;line-height:12px;color:var(--small);text-transform:uppercase;}
.fds-product label{display:block;margin:0 0 12px;font-size:16px;line-height:normal;color:var(--ink);}
.fds-product select,.fds-product input[type=number]{
  width:100%;height:44px;padding:0 16px;margin-bottom:32px;background:#000;border:1px solid rgba(119,119,119,.5);
  color:var(--ink);font-family:var(--f-text);font-size:16px;border-radius:0;
}
.fds-product input[type=number]{display:block;width:145px;height:49px;margin-bottom:28px;}
.fds-product .fds-btn{margin-bottom:32px;}
.fds-product .fds-rte{max-width:484px;}
.fds-product .fds-purchase-note{margin:-16px 0 32px;font-size:13px;line-height:1.5;color:var(--small);}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.fds-site-footer{background:var(--bg);padding:56px 0 69px;text-align:center;}
@media (max-width:767px){.fds-site-footer{padding:40px 0;}}
.fds-footer-links{list-style:none;margin:0 0 40px;padding:0;}
.fds-footer-links li{display:inline;}
.fds-footer-links a{display:inline-block;padding:8px;color:var(--accent);text-decoration:none;font-size:16px;line-height:normal;}
.fds-footer-links a:hover{color:var(--nav-hover);}
.fds-footer-links a:active{color:var(--nav-press);}
@media (max-width:767px){
  .fds-footer-links{display:flex;flex-direction:column;align-items:center;}
  .fds-footer-links a{padding:4px 8px;}
}
.fds-footer-biz{margin:0 0 16px;font-size:16px;font-weight:700;line-height:1.5;color:var(--ink);}
.fds-footer-phone{margin:0;font-size:16px;line-height:1.5;color:var(--ink);}
.fds-footer-phone a{color:var(--accent);text-decoration:none;}
.fds-footer-phone a:hover{color:var(--nav-hover);}
.fds-footer-copy{margin:36px 0 0;font-size:14px;line-height:1.5;color:var(--small);}
@media (min-width:1536px){.fds-footer-biz,.fds-footer-phone{font-size:18px;}}

/* ==========================================================================
   COOKIE BANNER
   ========================================================================== */
.fds-cookie-banner{
  position:fixed;right:24px;bottom:24px;z-index:10000;width:400px;max-width:calc(100vw - 48px);
  padding:24px;border-radius:7px;background:var(--accent);color:#fff;box-shadow:0 2px 6px 0 rgba(0,0,0,.3);
  display:none;
}
.fds-cookie-banner.is-visible{display:block;animation:cookieIn .4s ease-out;}
@keyframes cookieIn{from{transform:translateY(24px);opacity:0;}to{transform:none;opacity:1;}}
.fds-cookie-banner h4{margin:0 0 4px;font-size:22px;font-weight:400;line-height:1.25;color:#fff;}
.fds-cookie-banner p{margin:0 0 24px;font-size:16px;line-height:1.5;color:#fff;}
.fds-cookie-actions{display:flex;gap:24px;}
.fds-cookie-actions button{
  flex:1 1 0;height:40px;padding:0 16px;border:0;background:#fff;color:#303030;cursor:pointer;
  font-family:var(--f-text);font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;
}
.fds-cookie-actions button:hover{background:#e8edf2;}
@media (max-width:767px){.fds-cookie-banner{left:12px;right:12px;bottom:12px;width:auto;max-width:none;}}

/* ---------- 404 ---------- */
.fds-notfound{text-align:center;padding:40px 0 16px;}
.fds-notfound .fds-rte{max-width:640px;margin:0 auto 32px;}
