/*
  gss-css_2026_v2.css
  Stage 1 extract from /css/critical2.css for exhibition-props-displays-3d-2026.php.
  Generated from selectors used by the page and its static include chain.
*/

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('/fonts/opensans-condensed/OpenSansCondensed-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('/fonts/opensans-condensed/OpenSansCondensed-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/OpenSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/OpenSans-Italic.woff') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/OpenSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/OpenSans-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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


#panel.sub19_panel {
  display:block !important;        
  max-height:0 !important;
  overflow:hidden !important;
  transition:max-height 0.4s ease !important;
}

#panel.sub19_panel.open {
  max-height:80vh !important;
  overflow:auto !important;
}

#panel.sub19_panel {
  top:auto !important;
  position:relative;
}

.text-block {margin: 10px;}

.white-text {color: white;}

@media only screen and (max-width: 699px) {
.grid-container-template-1l {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: 
        "a"
        "c"
        "b";	}

.grid-container-template-1a { grid-area: a;  margin: 2% 5%;text-align: center; }

.grid-container-template-1b { grid-area: b; margin: 2% 5%;text-align: left; }

.grid-container-template-1c { grid-area: c; margin: 2% 1%;   }
}

@media only screen and (min-width: 700px) and (max-width: 1039px) {
.grid-container-template-1l {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
        "a c"
        "b c";	}
}

.grid-container-template-1a { grid-area: a;  margin: 2% 5%;text-align: left; }

.grid-container-template-1b { grid-area: b; margin: 2% 5%;text-align: left; }

.grid-container-template-1c { grid-area: c; margin: 2% 1%;   }

@media only screen and (min-width: 1040px) {
.grid-container-template-1l {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
        "a c"
        "b c";	}
}

.grid-container-template-1a { grid-area: a;  margin: 2% 5%;text-align: left; }

.grid-container-template-1b { grid-area: b; margin: 2% 5%;text-align: left; }

.grid-container-template-1c { grid-area: c; margin: 2% 1%;   }

.narrow23 {
max-width:1600px;

 margin: 5px auto;
padding: 0;
position: relative;	
overflow:hidden;

}

.flex-section {
  flex: 1 0 300px; /* flex-grow, flex-shrink, flex-basis */
  max-width: 100%;

  /* The sections will try to have a width of 300px but can grow to fill available space */  
}



.cata {padding-bottom: 20px;}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 15px auto; 
}

.flex-full {
  flex: 1 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.rounded-button {
            display: inline-block;
            padding: 5px 10px;
            background-color: #0066ff;
            color: white;
            text-align: center;
            border-radius: 18px;
            transition: background-color 0.3s, border-color 0.3s, color 0.3s;
            text-decoration: none;
 				 border: 2px solid white;
        }

.rounded-button:hover {
            background-color: white;
            border: 2px solid #0066ff;
            color: #0066ff;
        }

.buy-button-small {
            display: inline-block;
            padding: 2px 6px;
            background-color: #0066ff;
            color: white;
            text-align: center;
            border-radius: 15px;
            transition: background-color 0.3s, border-color 0.3s, color 0.3s;
            text-decoration: none;
 				 border: 2px solid white;
        }

.buy-button-small:hover {
            background-color: white;
            border: 2px solid #0066ff;
            color: #0066ff;
        }

.sub-menu2019 {
background-color:rgba(0,0,0,0.75);
width: 100%;
min-height: 35px;
border-top: 0px solid white;
border-bottom: 1px solid white;
z-index: 50;
margin-bottom: -1px;


}

.sub19_mob {
background-color:rgba(0,0,0,0.75);
width: 100%;
min-height: 35px;
border-top: 0px solid white;
border-bottom: 1px solid white;
z-index: 50;
margin-bottom: -1px;


}

html,
body {

   width: 100%;
}

.sub19_left {text-align: left;}

.sub19_right {text-align: right;}

.sub19_panel {background-color: #202020; text-align: left;}

.sub19_inner_panel {margin-left:8%; margin-right: 8%;  }

.sub19_panel_menu {width: 85%; padding: 3%; display:inline-block;border-bottom:solid 0.5px #6B6B6B; }

@media only screen and (max-width: 600px) {
.page-width {width:100%;  overflow:hidden;}
}

h1 {font-family: 'Open Sans Condensed','Arial Narrow', sans-serif;font-weight:300;}

h2 {font-family: 'Open Sans Condensed','Arial Narrow', sans-serif;font-weight:300;}

h3 {font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;font-weight:300;}

img { border: none; }

.col {
	padding: 0 1.5em;
}

.row .row {
	margin: 0 -1.5em;
}

.row:before,
.row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

@media only screen {
.col {
		float: left;
		width: 100%;


		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
}

@media only screen and (min-width: 510px) {
#panel {
padding:20px;
display:none;
width: 100%;
height:100%;


}

body {
	font-family: 'Open Sans', sans-serif; font-size: 1em; font-weight: normal; color: #000000; text-decoration: none;
	margin: 0;
}
}

@media only screen and (max-width: 509px) {
#panel {
padding:20px;
display:none;

width: 100%;
height:100%;
overflow-y: auto;
overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
}

body {
	font-family: 'Open Sans', sans-serif; font-size: 1em; font-weight: normal; color: #000000; text-decoration: none;
	margin: 0;
}
}

a {
	color: #06f;text-decoration: none;
}

h1 {font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif; font-size: 3em; font-style: normal; font-weight: 300; color: #454545; text-decoration: none; margin-top:-18px}

h2 {font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif; font-size: 2.25em; font-style: normal; font-weight: 300; color: #454545; text-decoration: none;margin-top: 5px}

h3 {font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif; font-size: 1.75em; font-style: normal; font-weight: 300; color: #454545; text-decoration: none;}

p,
ul {
	font-size: 0.8125em;
	line-height: 1.5;
	margin: 0 0 1.5em;
}

.section-headding-on-black { font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif; font-size: 3em; font-style: normal; font-weight: 300; color:  	#F8F8F8 ; text-decoration: none; margin-top:-25px;}
.section-headding-on-black-26 { font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif; font-size: 2.8em; font-style: normal; font-weight: 300; color:  	#F8F8F8 ; text-decoration: none; margin-top:-25px;}

.prodnav {  font-family: 'Open Sans', sans-serif; font-size: 1em; font-weight: bold; color: #454545; text-decoration: none; margin-top:-5px;}

.prodnav:link {  font-family: 'Open Sans', sans-serif; font-size: 1em; font-weight: bold; color: #454545; text-decoration: none; margin-top:-5px;}

.prodnav:hover {  font-family: 'Open Sans', sans-serif; font-size: 1em; font-weight: bold; color: #0099ff; text-decoration: none; margin-top:-5px;}

.submen_left {font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif; font-size: 1.35em; font-style: normal; font-weight: 300; color: white; text-decoration: none;	margin-top: -0.7em; margin-bottom: 0.5em;}

.submen_left:hover {font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif; font-size: 1.35em; font-style: normal; font-weight: 300; color: white; text-decoration: underline;	margin-top: -0.7em; margin-bottom: 0.5em;}

.submen_right {font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif; font-size: 1.1em; font-style: normal; font-weight: 300; color: white; text-decoration: none;	margin-top: -0.7em; margin-bottom: 0.5em;}

.submen_right_here {font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif; font-size: 1.1em; font-style: normal; font-weight: 300; color: #a5a5a5; text-decoration: none;	margin-top: -0.7em; margin-bottom: 0.5em;}

.submen_mob {font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif; font-size: 1.75em; font-style: normal; font-weight: 300; color: white; text-decoration: none;	margin-top: -0.7em; margin-bottom: 0.5em;}

@media only screen and (max-width: 550px) {
.sub19_mob {display: block;}

.sub19_no_mob {display: none;}

.mob50 {width:50%}

#mobBut {display: inline-block;
margin-top:20px; margin-bottom: 15px;}

#mobBut2 {display: inline-block;
margin-top:20px; margin-bottom: 15px;}

.mobileHeight {min-height: 4000px;}

#side-menu {

height:100%;
width:75%;
max-width: 500px;
text-align: center;
background-color: #ffffff;
overflow:hidden;
display:inline-block;
 top: 0px;
position: fixed;
z-index: 9999999;
border-right: 1px solid blue;
margin-left: -1px;
left: -501px;
}

#holder1 {display: inline-block;
width: 100%;
height:100%;

overflow-y: auto;
overflow-x: hidden;
      -webkit-overflow-scrolling: touch;


 }

.plain50 {  width:100%;  }

.plain33 {  width:100%;  }
}

@media only screen and (min-width: 551px) and (max-width: 990px) {
.sub19_mob {display: block;}

.sub19_no_mob {display: none;}

.mob50 {width:50%}

#mobBut {display: inline-block;
margin-top:20px; margin-bottom: 15px;}

#mobBut2 {display: inline-block;
margin-top:20px; margin-bottom: 15px;}

.mobileHeight {min-height: 4000px;}

#side-menu {

height:100%;
width:75%;
max-width: 500px;
text-align: center;
background-color: #ffffff;
overflow:hidden;
display:inline-block;
 top: 0px;
left: -501px; 
position: fixed;
z-index: 99999;
border-right: 1px solid blue;
margin-left: -1px;
}

#holder1 {display: inline-block;
width: 100%;
height:100%;

overflow-y: auto;
overflow-x: hidden;
      -webkit-overflow-scrolling: touch;


 }

.plain50 {  width:50%;  }

.plain33 {  width:50%;  }
}

@media only screen and (min-width: 991px) {
.sub19_mob {display: none;}

.sub19_no_mob {display: block;}

#mobBut {display: none;}

#mobBut2 {display: none;}

#mobNav1 {display: none;}

#side-menu {

width:100%;
max-width: 2000px;
text-align: right;

overflow:visible;
display:inline-block;
top: 0px;
left: 0px; 
position: relative;
}

#holder1 {display: inline-block;
width: 100%;
overflow-y: visible;
      
 }

.plain50 {  width:50%;  }

.plain33 {  width:50%;  }
}

@media screen and (min-width: 1000px) {
#mobNav1 {display: none;height:0px;}

#side-menu {
    
    width:100%;
    text-align: right;
max-width: 2000px;
    	

    overflow:visible;
 
        display:inline-block;
          
    position: relative;
    }

#holder1 {
				display: inline-block;
     			width: 100%;
     			overflow-y: visible;
     			
      
      
 }

.full { width: 100%;  }

.plain50 {  width:50%;  }

.plain33 {  width:33.3333%;  }
}

@media only screen and (min-width: 1040px) {
#side-menu {

width:100%;
text-align: right;
max-width: 2000px;

overflow:visible;
display:inline-block;
top: 0px;
left: 0px; 
position: relative;
}

#holder1 {display: inline-block;
width: 100%;
overflow-y: visible;
      
 }

#mobNav1 {display: none;}

.full { width: 100%;   }

.plain50 {  width:50%;  }

.plain33 {  width:33.3333%;  }
}

nav,
section,
main {display: block;}

.roundpic2 {

border:0px solid #66cccc;
border-radius:30px;
-moz-border-radius:30px;
-webkit-border-radius:30px;
overflow:hidden;
margin:-1px;
overflow:hidden;
width: 100%;

}


.roundpic-500 {

border:0px solid #66cccc;
border-radius:30px;
-moz-border-radius:30px;
-webkit-border-radius:30px;
overflow:hidden;
margin:-1px;
overflow:hidden;
width: 100%;
max-width: 500px;

}

.cata {
text-align: left;
margin-top:-20px;
margin-bottom:60px;
margin-left: -5px;
margin-right: -5px;
background:#ffffff;
border:2px solid #66cccc;
border-radius:30px;
-moz-border-radius:30px;
-webkit-border-radius:30px;
overflow: hidden;
padding-bottom: 0px;
max-width: 550px;
height: 80%;
}

.narrow {
max-width:1600px;

 margin: 1px auto;
padding: 0;
position: relative;	

}

.narrowhead {
max-width:1600px;
 margin: 1px auto;
   padding: 0;
position: relative;	
}

.black-headder {background:#000000;width:100%; border-bottom:1px solid #ffffff;min-height:60px; }

#panel,
#flip {
  padding:5px;
  text-align:center;
  border:solid 0px #000000;
}

#flip {
  padding-left:50px;
}

#panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  position: relative;
  top: 40px;
}

#panel.open {
  max-height: 80vh; 
  overflow: auto;
}

#panel.sub19_panel {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.4s ease !important;
  position: relative;
  top: 40px;
}

#panel.sub19_panel.open {
  max-height: 80vh !important;
  overflow: auto !important;
}

@media print {
#mobNav1 {display: none;height:0px;}

#side-menu {
    
    width:0px;
    text-align: right;

    	

    overflow:hidden;
 
        display:none;
          
    position: relative;
    }

#holder1 {
				display: inline-block;
     			width: 100%;
     			overflow-y: hidden;
     			
      
      
 }

.full { width: 100%;  }

.plain50 {  width:40%;  }

.plain33 {  width:30%;  }

.col {display: inline-block;}
}

.gs_logo_21 {display: inline-block;width:10%;text-align: left; vertical-align: bottom;margin-bottom: -5px !important; padding: 0 !important; margin-top: 0 !important; margin-left: 0 !important;margin-right: 0 !important;}

.gs_search_21_1 {display: inline-block;text-align: right; width:12% ; vertical-align: middle; margin: 0 !important; padding: 0 !important;}

.gs_menu_21 {display: inline-block;width:72%;text-align: center; vertical-align: middle; margin: 0 !important; padding: 0 !important; }

.gs_flags_21 {display: inline-block; width: 100%; text-align: right; margin: 0 !important; padding: 0 !important;}

.gs_resmen_21 {display:block; overflow: hidden;z-index: 999999999999999; margin: 0 !important; padding: 0 !important; min-height:60px; }

@media screen and (min-width: 991px) {
.gs_noMobile_21 {display:block; margin: 0 !important; padding: 0 !important;}

.gs_mobileOnly_21 {width: 0px; display: none; overflow: hidden; visibility:hidden; margin: 0 !important; padding: 0 !important;}

.gs_logo_image_21 { width: 100%; margin: 0 !important; padding: 0 !important;}

.gs_icons {width:28px !important ;padding-left: 7px !important; margin: 0 !important; padding-right: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important;}

.menu_bottom_padding {padding-bottom: 6px !important}
}

@media screen and (max-width: 990px) {
.gs_noMobile_21 {width: 0px; display: none; overflow: hidden; visibility:hidden; padding: 0 !important; margin: 0 !important;}

.gs_mobileOnly_21 {
	display: block; 
	 padding: 0 !important; 
	 margin: 0 !important;
	}

.gs_logo_image_21 { width:100%;max-width: 150px !important; padding: 0 !important; margin: 0 !important;}

.gs_icons {width:35px;padding-left: 0px  !important; padding-bottom: 10px  !important; padding-right: 0 !important; margin: 0 !important;}

.menu_bottom_padding {padding-bottom: 0px !important}
}

.gs_list_12_range {width:18%;}

.gs_list_12 {width:12.5%;}

.mainnav {margin: 0 auto;
}

li {list-style: none;}

.ss_dropdown {z-index:999999; position: absolute; width: 200px; opacity: 0;visibility: hidden;transition: ease-out .35s;-moz-transition: ease-out .35s;-webkit-transition: ease-out .35s;}

.mainnav li {float: left;padding: 4px;background: black;}

.mainnav li:first-child {border: none;}

.mainnav li a { display: block;padding: 5px 7px;color: #fff;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif; font-size:12px;}

.mainnav li:hover {background: #262626;transition: ease-in .35s;-moz-transition: ease-in .35s;-webkit-transition: ease-in .35s;}

.mainnav li:hover a {color: #fff;transition: ease-in .35s;-moz-transition: ease-in .35s;-webkit-transition: ease-in .35s;}

.ss_subs {z-index:999999; left: -45px;position: relative;top: 11px;width: 175px;border-left: none !important; background:#262626 !important;}

.ss_subs:hover {z-index:999999; background:black !important; ease-in .35s;-moz-transition: ease-in .35s;-webkit-transition: ease-in .35s;}

.ss_subs:last-child {border: none !important;}

.hasss_subs:hover .ss_dropdown,
.hasss_subs .hasss_subs:hover .ss_dropdown {opacity: 1;visibility: visible; transition: ease-in .35s;-moz-transition: ease-in .35s;-webkit-transition: ease-in .35s;}

.mainnav li:hover ul a,
.mainnav li:hover ul li ul li a {color: #fff;}

.mainnav li ul li:hover,
.mainnav li ul li ul li:hover {background: #262626;transition: ease-in-out .35s;-moz-transition: ease-in-out .35s;-webkit-transition: ease-in-out .35s;}

.mainnav li ul li:hover a,
.mainnav li ul li ul li:hover a {color: #3399ff;transition: ease-in-out .35s;-moz-transition: ease-in-out .35s;-webkit-transition: ease-in-out .35s;}

.hasss_subs .hasss_subs .ss_dropdown .ss_subs {left: 25px;position: relative;width: 165px;top: 0px;}

.hasss_subs .hasss_subs .ss_dropdown {z-index:999999; position: absolute;width: 150px;left: 120px;top: 0px;opacity: 0;visibility: hidden;transition: ease-out .35s;-moz-transition: ease-out .35s;-webkit-transition: ease-out .35s;}

.mainnav li:hover ul li ul li a {color: #fff;}

.mainnav li ul li ul li:hover {background: #262626;transition: ease-in-out .35s;-moz-transition: ease-in-out .35s;-webkit-transition: ease-in-out .35s;}

.mainnav li ul li ul li:hover a {color: #3399ff;transition: ease-in-out .35s;-moz-transition: ease-in-out .35s;-webkit-transition: ease-in-out .35s;}

.summary-text {font-size: 1.5em; padding-bottom: 60px; color: #396265}
/* random ones extracted from pages */
.page-headder {background-color:#CCE6FF; /*border-bottom: 2px white solid; border-bottom-left-radius:10px; border-bottom-right-radius:10px;*/}
.break1 {width:90%; height:2px; background-color:#cccccc; margin-left:5%; margin-right:5%; margin-top: 10px; margin-bottom: 10px;}



.topimage-wrapper {
    position: absolute;
    top: 71px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: -10; /* ensures it stays behind other layers */
}

.topimage {
    width: 100%;
    max-width: 2800px;
    min-width: 500px;
    height: auto;
    background-image: url('sf-big-cover2.jpg');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}




/*below is the css for swapping the big pic etc.. */

@media only screen and (min-width: 1040px) {
.topimage{ display:block; }
.clear900-350{ display:block; }
.backingpic-n { display: none;}
	.page-headder {background-color:rgba(100,100,100,0.75); border-bottom: 2px white solid; border-bottom-left-radius:10px; border-bottom-right-radius:10px; }

}

@media only screen and (max-width: 1039px) {
.topimage{ display:none; }
.clear900-350{ display:none; }
.backingpic-n { display:block; padding-top:5px;}
	.page-headder {background-color:#000000;}
	
	
	
	
}

/*  -----------------------GSS CAROUSEL --------------------------- */
  .gss-carousel{position:relative;width:100%;margin:0 auto; --gap:30px;}
  .gss-viewport{
    overflow:hidden; user-select:none;
    /* Desktop: exactly 3 cards (3×200 + 2 gaps) */
    max-width: calc(600px + 2*var(--gap));
    margin: 0 auto;
    cursor: grab;
  }
  .gss-track{display:flex; gap:var(--gap); transition:transform .35s ease}

  /* Items: never exceed 200px */
  .gss-item{
    flex:0 0 min(200px, calc((100% - 2*var(--gap))/3));
    max-width:200px;
  }
  .gss-item a{display:block; width:100%}
  .gss-item img{
    width:100%; height:auto; display:block;
    pointer-events:none; user-select:none;
    -webkit-user-drag:none; user-drag:none;
  }

  /* Dots */
  .gss-nav{display:flex; align-items:center; justify-content:center; gap:12px; margin-top:15px; user-select:none}
  .gss-dots{display:flex; gap:12px}
  .gss-dot{width:16px; height:16px; border-radius:50%; background:#ddd; cursor:pointer; border:0; padding:0}
  .gss-dot.is-active{background:#66cccc}

  /* Mobile: full-width viewport; ~2.5 visible */
  @media (max-width:900px){
    .gss-viewport{max-width:none}
    .gss-item{
      flex:0 0 min(200px, calc((100% - (2*var(--gap))) / 2.5));
      max-width:200px;
    }
  }

  .gss-track.is-dragging{transition:none !important; cursor:grabbing}
  .gss-viewport.is-dragging{cursor:grabbing}
  /* --------------------------------------------------------------------------
   Case study carousel
   Cards with text, separate from the image-only .gss-carousel component.
   -------------------------------------------------------------------------- */
.case-carousel-section {
  width: 100%;
  background: #000;
  margin: 0;
  /* OPTIMIZATION: Skips rendering this entire section if it's offscreen at startup */
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}

.case-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 46px 0 56px;
}

.case-carousel-heading {
  margin: 0 0 18px;
  color: #fff;
  text-align: center;
}

.case-carousel-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 64px 18px;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  /* Allow native horizontal swiping, vertical page scrolling and pinch zoom. */
  touch-action: auto;
  will-change: transform;
}

.case-carousel-track::-webkit-scrollbar {
  display: none;
}

.case-carousel-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.case-card {
  flex: 0 0 min(350px, 78vw);
  min-height: 0;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

.case-card-title {
  min-height: 42px;
  margin: 0;
  padding: 13px 14px 10px;
  color: #222;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  background: #fff;
}

.case-card-link {
  display: block;
}

.case-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 2;
  height: auto;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.case-card-body {
  padding: 15px 18px 20px;
  color: #111;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

.case-card-more {
  text-decoration: underline;
}

.case-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(86, 138, 178, 0.88);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.case-carousel-arrow-left {
  left: 12px;
}

.case-carousel-arrow-right {
  right: 12px;
}

.case-carousel-arrow:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .case-carousel {
    padding: 34px 0 42px;
  }

  .case-carousel-track {
    gap: 16px;
    padding: 0 18px 14px;
  }

  .case-card {
    flex-basis: min(300px, 84vw);
  }

  .case-carousel-arrow {
    display: none;
  }
}
/* --------------------------------------------------------------------------
   FAQ sectiopn
   -------------------------------------------------------------------------- */


.faq-container {
  max-width: 800px;
  margin: 50px auto;
}
.faq-heading {
  font-size: 1.8em;
  margin-bottom: 20px;
}
.faq-item {
  border-bottom: 1px solid #ddd;
}
.faq-question {
  width: 100%;
  text-align: left;
  padding: 15px;
  font-size: 1.1em;
  font-weight: bold;
  border: none;
  background: none;
  cursor: pointer;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
}
.faq-item.active .faq-answer {
  max-height: 600px;
  padding: 15px;
}
  /* --------------------------------------------------------------------------
CALL TO ACTION BLOCKS
   -------------------------------------------------------------------------- */



.cta-section {
    display: inline-block;
    width: 95%;
}

.cta-container {
    max-width: 100%;
    text-align: center;
    background: none;
}

.cta-button {
    color: #fff;
    margin: 5px;
    display: inline-block;
}

/* --------------------------------------------------------------------------
   Exhibition props page refinements
   Page-scoped to avoid changing established product sections.
   -------------------------------------------------------------------------- */

.gss-modern-page {
  --gss-modern-content-width: 1320px;
  --gss-modern-wide-width: 1500px;
  --gss-modern-text-width: 64ch;
  --gss-modern-section-space: clamp(64px, 7vw, 96px);
  --gss-modern-column-gap: clamp(42px, 6vw, 76px);
  --gss-modern-cta-background: #eceff1;
  --gss-modern-accent-on-dark: #9ad7d7;
  --gss-modern-button-background: #0066ff;
  --gss-modern-button-color: #fff;
  --gss-modern-button-border: #0066ff;
  --gss-modern-button-radius: 999px;
  --gss-modern-button-padding-block: 9px;
  --gss-modern-button-padding-inline: 18px;
  --gss-modern-image-radius: 18px;
  background-color: #000;
  text-align: center;
}

/* --------------------------------------------------------------------------
   Reusable hero for the modern page templates
   -------------------------------------------------------------------------- */

.gss-modern-page .gss-hero {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #000;
}

.gss-modern-page .gss-hero--letters {
  height: 450px;
}

.gss-modern-page .gss-hero--exhibition {
  height: 420px;
}

.gss-modern-page .gss-hero--overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.48) 50%, rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.gss-modern-page .gss-hero picture,
.gss-modern-page .gss-hero img {
  display: block;
  width: 100%;
  height: 100%;
}

.gss-modern-page .gss-hero img {
  object-fit: cover;
  object-position: center center;
}

.gss-modern-page .gss-hero__text {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #fff;
  text-align: center;
  pointer-events: none;
}

.gss-modern-page .gss-hero__text h1,
.gss-modern-page .gss-hero__text h3 {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}

.gss-modern-page .gss-hero__text h1 {
  max-width: 1000px;
  margin: 0 0 8px;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 600;
  line-height: 1.08;
}

.gss-modern-page .gss-hero__text h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.4;
}

@media (min-width: 992px) {
  .gss-modern-page .gss-hero--letters {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .gss-modern-page .gss-hero--letters {
    height: 430px;
  }

  .gss-modern-page .gss-hero--exhibition {
    height: 360px;
  }
}

.gss-modern-page main .narrow23 {
  max-width: var(--gss-modern-content-width);
  margin: 0 auto;
  overflow: visible;
}

.gss-modern-page main .flex-container {
  gap: 0;
  margin: 0 auto;
}

.gss-modern-page .gss-content-section {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: var(--gss-modern-section-space) 24px;
}

.gss-modern-page .gss-content-section .grid-container-template-1l {
  align-items: start;
  column-gap: var(--gss-modern-column-gap);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.gss-modern-page .gss-content-section .grid-container-template-1a,
.gss-modern-page .gss-content-section .grid-container-template-1b,
.gss-modern-page .gss-content-section .grid-container-template-1c {
  margin: 0;
  min-width: 0;
}

.gss-modern-page .gss-content-section .grid-container-template-1a {
  padding-bottom: 24px;
}

.gss-modern-page .gss-content-section h1,
.gss-modern-page .gss-content-section h2,
.gss-modern-page .gss-split-section h2,
.gss-modern-page .case-carousel-heading,
.gss-modern-page .faq-heading {
  margin: 0 0 20px;
  font-size: clamp(1.9rem, 2.8vw, 2.6rem);
  line-height: 1.15;
}

.gss-modern-page .gss-content-section .grid-container-template-1a h3 {
  margin: 0;
  font-size: clamp(1.15rem, 1.7vw, 1.35rem);
  line-height: 1.45;
}

.gss-modern-page .gss-content-section .text-block > div > h3 {
  margin: 0 0 18px;
  font-size: clamp(1.15rem, 1.7vw, 1.35rem);
  line-height: 1.45;
}

.gss-modern-page .gss-content-section .text-block,
.gss-modern-page .gss-split-section,
.gss-modern-page .case-card,
.gss-modern-page .faq-container,
.gss-modern-page .gss-cta-band {
  font-family: Arial, Helvetica, sans-serif;
}

.gss-modern-page .gss-content-section .text-block {
  max-width: var(--gss-modern-text-width);
  font-size: 16px;
  line-height: 1.6;
}

.gss-modern-page .gss-content-section .text-block > div {
  padding-bottom: 26px !important;
}

.gss-modern-page .gss-content-section .text-block > span {
  font-size: 16px !important;
  line-height: 1.6;
}

.gss-modern-page .summary-text {
  display: block;
  margin: 0;
  padding: 0 0 28px;
  color: #396265;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.gss-modern-page .summary-text em {
  font-style: normal;
}

.gss-modern-page .gss-content-section--dark .summary-text {
  color: var(--gss-modern-accent-on-dark);
}

.gss-modern-page .gss-content-section--dark .text-block a:not(.rounded-button) {
  color: #79c9ff;
  text-underline-offset: 3px;
}

.gss-modern-page .gss-content-section .grid-container-template-1c img,
.gss-modern-page .gss-split-section img {
  display: block;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 460px !important;
  height: auto;
  margin: 0 auto;
  border-radius: var(--gss-modern-image-radius);
}

.gss-modern-page .gss-content-section .grid-container-template-1c a {
  width: 100% !important;
  max-width: 460px !important;
}

/* Pill buttons are intentionally preserved and controlled here for easy restyling. */
.gss-modern-page main .rounded-button {
  display: inline-flex !important;
  min-height: 40px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin: 8px 6px 8px 0 !important;
  padding: var(--gss-modern-button-padding-block) var(--gss-modern-button-padding-inline);
  border: 2px solid var(--gss-modern-button-border);
  border-radius: var(--gss-modern-button-radius);
  background: var(--gss-modern-button-background);
  color: var(--gss-modern-button-color) !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.gss-modern-page main .rounded-button:hover,
.gss-modern-page main .rounded-button:focus-visible {
  border-color: var(--gss-modern-button-border);
  background: #fff;
  color: var(--gss-modern-button-border) !important;
}

.gss-modern-page main .rounded-button:focus-visible {
  outline: 3px solid rgba(0, 102, 255, 0.3);
  outline-offset: 3px;
}

.gss-modern-page .gss-cta-band {
  position: relative;
  left: 50%;
  flex: 0 0 100vw;
  width: 100vw;
  max-width: none;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  border-top: 2px solid var(--gss-modern-accent-on-dark);
  border-right: 0;
  border-bottom: 2px solid var(--gss-modern-accent-on-dark);
  border-left: 0;
  border-radius: 0;
  background: var(--gss-modern-cta-background);
  color: #17191b;
}

.gss-modern-page .gss-cta-band__inner {
  display: flex;
  box-sizing: border-box;
  max-width: var(--gss-modern-content-width);
  min-height: 148px;
  margin: 0 auto;
  padding: 46px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  text-align: left;
}

.gss-modern-page .gss-cta-band p {
  max-width: 780px;
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 600;
  line-height: 1.45;
}

.gss-modern-page .gss-cta-band .rounded-button {
  flex: 0 0 auto;
  margin: 0 !important;
}

.gss-modern-page .gss-content-section .gss-carousel {
  margin-top: 20px;
}

.gss-modern-page .gss-content-section .gss-item img {
  border-radius: 14px;
}

.gss-modern-page .gss-content-section .gss-nav {
  margin-top: 13px;
}

.gss-modern-page .gss-content-section .gss-dots {
  gap: 8px;
}

.gss-modern-page .gss-content-section .gss-dot {
  width: 9px;
  height: 9px;
}

.gss-modern-page .case-carousel-section {
  position: relative;
  left: 50%;
  width: min(calc(100vw - 32px), var(--gss-modern-wide-width));
  max-width: var(--gss-modern-wide-width);
  transform: translateX(-50%);
  background: #000;
}

.gss-modern-page .case-carousel {
  background: #000;
  padding: 64px 0 72px;
}

.gss-modern-page .case-carousel-heading {
  color: #fff;
  text-align: center;
}

.gss-modern-page .case-carousel-track {
  gap: 26px;
  padding: 0 64px 20px;
}

.gss-modern-page .case-card {
  min-height: 385px;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.gss-modern-page .case-card-title {
  min-height: 48px;
  padding: 16px 18px 12px;
  font-size: 17px;
  line-height: 1.35;
}

.gss-modern-page .case-card-body {
  flex: 1 1 auto;
  padding: 18px 20px 24px;
  font-size: 16px;
  line-height: 1.55;
}

.gss-modern-page .case-card-more {
  font-weight: 700;
  text-underline-offset: 3px;
}

.gss-modern-page .gss-split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  box-sizing: border-box;
  margin: 0 !important;
  padding: var(--gss-modern-section-space) 24px;
  column-gap: var(--gss-modern-column-gap);
  align-items: center;
  text-align: left;
}

.gss-modern-page .gss-split-section::before,
.gss-modern-page .gss-split-section::after {
  display: none;
}

.gss-modern-page .gss-split-section .plain50 {
  float: none;
  width: auto !important;
}

.gss-modern-page .gss-split-section > section > span {
  font-size: 16px !important;
  line-height: 1.6;
}

.gss-modern-page .gss-split-section p {
  font-size: 16px !important;
  line-height: 1.6;
}

.gss-modern-page .gss-faq-section {
  box-sizing: border-box;
  padding: 0 24px;
}

.gss-modern-page .faq-container {
  max-width: 900px;
  margin: 0 auto;
  padding: var(--gss-modern-section-space) 0;
}

.gss-modern-page .faq-heading {
  text-align: center;
}

.gss-modern-page .faq-item {
  border-bottom: 1px solid #cfd4d8;
}

.gss-modern-page .faq-question {
  position: relative;
  box-sizing: border-box;
  padding: 20px 52px 20px 4px;
  color: #17191b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.gss-modern-page .faq-question::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "+";
  transform: translateY(-50%);
  color: #396265;
  font-size: 24px;
  font-weight: 400;
}

.gss-modern-page .faq-item.active .faq-question::after {
  content: "\2212";
}

.gss-modern-page .faq-answer {
  padding: 0 52px 0 4px;
  color: #34383b;
  font-size: 16px;
  line-height: 1.6;
}

.gss-modern-page .faq-item.active .faq-answer {
  padding: 0 52px 20px 4px;
}

@media (min-width: 1040px) {
  .gss-modern-page .gss-content-section .grid-container-template-1l {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  }
}

@media (min-width: 700px) and (max-width: 1039px) {
  .gss-modern-page .gss-content-section .grid-container-template-1l {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 1039px) {
  .gss-modern-page .gss-content-section {
    padding-right: 28px;
    padding-left: 28px;
  }

  .gss-modern-page .gss-split-section {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 699px) {
  .gss-modern-page .gss-content-section {
    padding: 56px 20px;
  }

  .gss-modern-page .gss-content-section .grid-container-template-1a {
    padding-bottom: 8px;
  }

  .gss-modern-page .gss-content-section .grid-container-template-1c {
    margin: 10px 0 30px;
  }

  .gss-modern-page .gss-content-section .text-block,
  .gss-modern-page .gss-split-section > section > span,
  .gss-modern-page .case-card-body,
  .gss-modern-page .faq-answer {
    font-size: 15.5px !important;
  }

  .gss-modern-page .summary-text {
    font-size: 18px;
  }

  .gss-modern-page .gss-cta-band__inner {
    min-height: 0;
    padding: 40px 20px;
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }

  .gss-modern-page .gss-cta-band .rounded-button {
    margin: 0 !important;
  }

  .gss-modern-page .case-carousel {
    padding: 52px 0 58px;
  }

  .gss-modern-page .case-carousel-track {
    gap: 18px;
    padding: 0 20px 16px;
  }

  .gss-modern-page .case-card {
    min-height: 0;
  }

  .gss-modern-page .gss-split-section {
    grid-template-columns: 1fr;
    padding: 56px 20px;
    row-gap: 36px;
  }

  .gss-modern-page .gss-faq-section {
    padding: 0 20px;
  }

  .gss-modern-page .faq-container {
    padding: 56px 0 64px;
  }
}
/* ==========================================================================
   SITE-WIDE MOBILE SIDE MENU
   Markup: /includes/gss_end_code_2026.php
   This complete block is intentionally self-contained so it can be copied
   into the legacy site stylesheet without bringing across page styles.
   ========================================================================== */

:root {
  --gss-mobile-menu-width: 500px;
  --gss-mobile-menu-accent: #9ad7d7;
  --gss-mobile-menu-ink: #171b1e;
  --gss-mobile-menu-muted: #5b666d;
  --gss-mobile-menu-surface: #f3f5f5;
  --gss-mobile-menu-card: #fff;
  --gss-mobile-menu-border: #dce2e4;
}

html.gss-mobile-menu-open,
html.gss-mobile-menu-open body {
  overflow: hidden;
}

.gss-mobile-menu-shell {
  font-family: Arial, Helvetica, sans-serif;
}

.gss-mobile-menu-shell .gss-mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999998;
  display: none;
  background: rgba(6, 9, 11, 0.74);
  opacity: 0;
  transition: opacity 0.3s ease;
}

#side-menu.gss-mobile-menu {
  position: fixed;
  top: 0;
  left: -510px;
  z-index: 999999 !important;
  display: flex;
  width: min(92vw, var(--gss-mobile-menu-width));
  max-width: var(--gss-mobile-menu-width);
  height: 100vh;
  height: 100dvh;
  padding: 0;
  flex-direction: column;
  overflow: hidden;
  border-right: 2px solid var(--gss-mobile-menu-accent);
  background: var(--gss-mobile-menu-surface);
  box-shadow: 16px 0 44px rgba(0, 0, 0, 0.32);
  text-align: left;
  transition: left 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

#mobNav1.gss-mobile-menu__header {
  display: flex;
  min-height: 64px;
  padding: 10px 12px 10px 20px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 2px solid var(--gss-mobile-menu-accent);
  background: #090b0d;
}

.gss-mobile-menu__title {
  color: #fff;
  font-family: 'Open Sans Condensed', 'Arial Narrow', Arial, sans-serif;
  font-size: clamp(1.55rem, 7vw, 2rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.gss-mobile-menu__close {
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 9px;
  flex: 0 0 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.gss-mobile-menu__close img {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.gss-mobile-menu__close:hover,
.gss-mobile-menu__close:focus-visible {
  background: rgba(154, 215, 215, 0.17);
}

#holder1.gss-mobile-menu__scroll {
  display: block;
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--gss-mobile-menu-surface);
  overscroll-behavior: contain;
  scrollbar-color: #9aa6ac transparent;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.gss-mobile-menu__intro {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 30px 20px 38px;
  border: 0;
  background: transparent;
}

.gss-mobile-menu__contact {
  display: grid;
  margin-bottom: 28px;
  gap: 10px;
}

.gss-mobile-menu__contact a {
  width: fit-content;
  color: var(--gss-mobile-menu-ink);
  font-size: clamp(1.05rem, 4.8vw, 1.28rem);
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  text-underline-offset: 4px;
}

.gss-mobile-menu__contact a:hover {
  color: #356d70;
  text-decoration: underline;
}

.gss-mobile-menu__quick-links {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gss-mobile-menu__quick-links a {
  display: flex;
  min-width: 0;
  min-height: 92px;
  padding: 12px 6px 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  border: 1px solid var(--gss-mobile-menu-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--gss-mobile-menu-ink);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.gss-mobile-menu__quick-links a:hover {
  border-color: #7ebfc0;
  background: #edf7f7;
}

.gss-mobile-menu__quick-links img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.gss-mobile-menu__content {
  padding: 32px 18px 44px;
}

.gss-mobile-menu__group {
  margin: 0 0 38px;
}

.gss-mobile-menu__group:last-child {
  margin-bottom: 0;
}

.gss-mobile-menu__group h2 {
  margin: 0 0 16px;
  color: var(--gss-mobile-menu-ink);
  font-family: 'Open Sans Condensed', 'Arial Narrow', Arial, sans-serif;
  font-size: clamp(1.55rem, 6vw, 1.9rem);
  font-weight: 300;
  line-height: 1.15;
}

.gss-mobile-menu__group h2::after {
  display: block;
  width: 44px;
  height: 2px;
  margin-top: 10px;
  background: var(--gss-mobile-menu-accent);
  content: '';
}

.gss-mobile-menu__card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.gss-mobile-menu__card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--gss-mobile-menu-border);
  border-radius: 12px;
  background: var(--gss-mobile-menu-card);
  box-shadow: 0 5px 15px rgba(14, 24, 29, 0.08);
  color: var(--gss-mobile-menu-ink);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.gss-mobile-menu__card:hover {
  border-color: #78bfc1;
  box-shadow: 0 8px 20px rgba(14, 24, 29, 0.13);
  transform: translateY(-2px);
}

.gss-mobile-menu__card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  background: #e4e8e9;
}

.gss-mobile-menu__card span {
  display: flex;
  min-height: 48px;
  padding: 10px 8px 11px;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.gss-mobile-menu__text-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.gss-mobile-menu__text-links a {
  display: flex;
  min-height: 48px;
  padding: 10px 12px;
  align-items: center;
  border: 1px solid #8fcfd0;
  border-radius: 9px;
  background: #fff;
  color: var(--gss-mobile-menu-ink);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.gss-mobile-menu__text-links a:hover {
  background: #eaf6f6;
}

.gss-mobile-menu a:focus-visible,
.gss-mobile-menu button:focus-visible {
  outline: 3px solid rgba(0, 102, 255, 0.55);
  outline-offset: 2px;
}

@media (min-width: 991px) {
  .gss-mobile-menu-shell {
    display: none !important;
  }
}

@media (max-width: 990px) {
  .gss-mobile-menu-shell {
    display: block !important;
  }
}

@media (max-width: 370px) {
  .gss-mobile-menu__intro {
    padding-right: 14px;
    padding-left: 14px;
  }

  .gss-mobile-menu__content {
    padding-right: 13px;
    padding-left: 13px;
  }

  .gss-mobile-menu__quick-links,
  .gss-mobile-menu__card-grid,
  .gss-mobile-menu__text-links {
    gap: 8px;
  }

  .gss-mobile-menu__card span,
  .gss-mobile-menu__text-links a {
    font-size: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  #side-menu.gss-mobile-menu,
  .gss-mobile-menu-shell .gss-mobile-menu-backdrop,
  .gss-mobile-menu__card {
    transition: none;
  }
}
/* ======================== END MOBILE SIDE MENU ======================== */
