/*
Theme Name: NSG
Version: 1.0
Author: Creed Comms
Description: Custom theme built for NSG
*/
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.u-sr-only:focus, .u-sr-only:active {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
  padding: 0.5rem 1rem;
  background: #000;
  color: #fff;
  z-index: 1000;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  box-sizing: border-box;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
:root {
  --c-body: #000000;
  --c-black: #000000;
  --c-white: #ffffff;
  --c-blue: #009FE3;
  --c-lighter-blue: #d9f1fb;
  --c-light-blue: #f2fafe;
  --f-primary: "Saira Semi Condensed", sans-serif;
  --f-special: "Oxanium", sans-serif;
  --fw-primary-regular: 400;
  --fw-primary-medium: 500;
  --fw-primary-semibold: 600;
  --fw-primary-bold: 700;
  --fw-special-semibold: 600;
  --fs-primary: 1.9rem;
  --fs-primary-small: 1.7rem;
  --fs-primary-xsmall: 1.4rem;
}
html {
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 62.5%;
  scroll-padding-top: 9rem;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 9.8rem;
  }
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: var(--f-primary);
  font-weight: var(--fw-primary-regular);
  font-size: var(--fs-primary);
  line-height: 1.5;
  color: var(--c-body);
}
@media (max-width: 576px) {
  body {
    font-size: var(--fs-primary-small);
  }
}
ul, ol {
  margin-left: 2rem;
  padding: 0;
}
li {
  margin-bottom: 1rem;
}
.ul-reset, nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul-reset li, nav ul li {
  margin: 0;
}
.ul-reset li a, nav ul li a {
  text-decoration: none;
}
.container {
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  max-width: 134rem;
}
video {
  display: block;
  width: 100%;
}
img {
  display: block;
  width: 100%;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.embed-container--border-radius {
  border-radius: 1.5rem;
}
.standard-page {
  padding: 4rem 0;
}
.featherlight .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  height: 0;
}
.featherlight .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.featherlight .featherlight-content {
  min-width: 100rem;
  max-width: 100rem;
  width: 100%;
  padding: 4rem;
  background: #d9f1fb;
  border-bottom: none;
  border-radius: 1.2rem;
}
@media (max-width: 1100px) {
  .featherlight .featherlight-content {
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .featherlight .featherlight-content {
    padding: 2rem;
  }
}
.featherlight .video-wrapper iframe {
  border-radius: 1.2rem !important;
}
.featherlight .featherlight-close-icon {
  line-height: 4rem;
  width: 4rem;
  background: #fff;
  border-bottom-left-radius: 1.2rem;
}
.u-jumbo, h1, .u-h1, h2, .u-h2, h3, .u-h3, h4, .u-h4, h5, .u-h5, h6, .u-h6 {
  margin: 0 0 2.5rem 0;
  padding: 0;
  font-family: var(--f-primary);
  font-weight: var(--fw-primary-medium);
  line-height: 1.2;
}
h1, .u-h1 {
  margin-bottom: 2.5rem;
  font-size: clamp(3.8rem, 7vw, 4.8rem);
  line-height: 1.2;
}
@media (max-width: 576px) {
  h1, .u-h1 {
    margin-bottom: 2rem;
  }
}
h2, .u-h2 {
  margin-bottom: 2rem;
  font-size: clamp(2.8rem, 5vw, 3.8rem);
  line-height: 1.2;
}
@media (max-width: 576px) {
  h2, .u-h2 {
    margin-bottom: 1.5rem;
  }
}
h3, .u-h3, h4, .u-h4, h5, .u-h5, h6, .u-h6 {
  margin-bottom: 2rem;
  font-size: clamp(2rem, 3.8vw, 2.8rem);
  line-height: 1.3;
}
@media (max-width: 576px) {
  h3, .u-h3, h4, .u-h4, h5, .u-h5, h6, .u-h6 {
    margin-bottom: 1.5rem;
  }
}
p {
  margin: 0 0 2.5rem 0;
}
a {
  color: var(--c-body);
}
.site-header {
  margin-top: 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .site-header {
    margin-top: 3rem;
    padding: 1rem;
  }
}
.site-header:before {
  position: absolute;
  top: -4rem;
  left: 0;
  content: "";
  width: 100%;
  height: 4rem;
  background: #FFAA4C;
  background: linear-gradient(90deg, #ffaa4c 2%, #009ba4 22%, #009fe3 48%, #009de0 100%);
}
@media (max-width: 767px) {
  .site-header:before {
    top: -3rem;
    height: 3rem;
  }
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 9rem;
}
@media (max-width: 767px) {
  .site-header__inner {
    flex-direction: column;
    min-height: unset;
    gap: 0.75rem;
  }
}
.site-header__link {
  display: flex;
  justify-content: center;
}
.site-header__logo {
  width: 11rem;
}
@media (max-width: 767px) {
  .site-header__logo {
    width: 9rem;
  }
}
.site-header__nav {
  min-height: 9rem;
}
@media (max-width: 767px) {
  .site-header__nav {
    min-height: unset;
    text-align: center;
  }
}
.site-header__nav ul {
  display: flex;
  height: 100%;
}
@media (max-width: 767px) {
  .site-header__nav ul {
    gap: 1.5rem;
    justify-content: center;
  }
}
.site-header__nav ul li {
  display: block;
  height: 100%;
}
.site-header__nav ul li a {
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .site-header__nav ul li a {
    padding: 0;
    font-size: 1.3rem;
  }
}
.site-header__nav ul li a span {
  position: relative;
}
.site-header__nav ul li a:hover span:after {
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  content: "";
  height: 0.2rem;
  width: 100%;
  background: #009CDD;
  background: linear-gradient(90deg, #009cdd 1%, #109e9c 75%, #cea65a 90%);
}
.site-footer {
  background: #FFAA4C;
  background: linear-gradient(90deg, #ffaa4c 2%, #009ba4 22%, #009fe3 48%, #009de0 100%);
}
.site-footer__upper {
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  background: var(--c-white);
}
.site-footer__back-to-top {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.site-footer__content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 576px) {
  .site-footer__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-footer__legal-content-area {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
}
@media (max-width: 992px) {
  .site-footer__legal-content-area {
    flex-direction: column;
  }
}
.site-footer__footer-menu ul {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 992px) {
  .site-footer__footer-menu ul {
    flex-direction: column;
  }
}
.site-footer__footer-menu ul li:after {
  padding-left: 0.5rem;
  content: ".";
}
@media (max-width: 992px) {
  .site-footer__footer-menu ul li:after {
    display: none;
  }
}
.site-footer__footer-menu ul li:last-child:after {
  display: none;
}
.site-footer__footer-menu ul li a {
  font-size: var(--fs-primary-small);
}
.site-footer__footer-menu ul li a:hover {
  text-decoration: underline;
}
.site-footer__copyright {
  margin-bottom: 0;
  font-size: var(--fs-primary-small);
}
.site-footer__copyright:after {
  padding-left: 0.5rem;
  content: ".";
}
@media (max-width: 992px) {
  .site-footer__copyright:after {
    display: none;
  }
}
.social-menu__list {
  display: flex;
  gap: 1.5rem;
}
.social-menu__link {
  display: inline-block;
}
.social-menu__link:hover {
  opacity: 0.8;
}
.btn {
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #009cdd, #cea65a) border-box;
  border-radius: 5.5rem;
  border: 0.3rem solid transparent;
  padding: 1.1rem 2rem;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-weight: var(--fw-primary-semibold);
}
.btn__inner {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.btn:hover, .btn:focus {
  background: #a9dffc;
}
.site-hero {
  height: calc(100vh - 9rem);
  overflow: hidden;
}
.site-hero__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.site-hero__wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.site-hero__loop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.site-hero__bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-hero__play {
  width: 20rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .site-hero__play {
    width: 17.5rem;
  }
}
@media (max-width: 767px) {
  .site-hero__play {
    width: 15rem;
  }
}
.b-jumbo-intro {
  color: var(--c-black);
  background: var(--c-lighter-blue);
}
.b-jumbo-intro__flex-container {
  padding: 9rem 0;
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 992px) {
  .b-jumbo-intro__flex-container {
    padding: 4rem 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.b-jumbo-intro__heading-section {
  flex: 4;
}
.b-jumbo-intro__text-section {
  flex: 6;
}
.b-jumbo-intro__text-section p:last-of-type {
  margin-bottom: 0;
}
.b-jumbo-intro__heading {
  margin-bottom: 0;
  font-family: var(--f-special);
  font-size: clamp(4rem, 12vw, 10rem);
  font-weight: var(--fw-special-semibold);
  text-transform: uppercase;
}
.b-jumbo-intro__heading span {
  display: block;
}
@media (max-width: 992px) {
  .b-jumbo-intro__heading span {
    display: inline;
  }
}
.b-cards {
  padding: 14rem 0 4rem 0;
}
@media (max-width: 767px) {
  .b-cards {
    padding: 4rem 0;
  }
}
.b-cards__intro-section {
  margin-bottom: 4rem;
  max-width: 75%;
}
@media (max-width: 767px) {
  .b-cards__intro-section {
    max-width: 100%;
  }
}
.b-cards__button-section {
  padding: 3rem 0;
  text-align: center;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 992px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.card-grid__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
}
.card-grid__image-container {
  position: relative;
  aspect-ratio: 0.8;
}
.card-grid__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.card-grid__heading-container {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-left: 0.2rem solid var(--c-blue);
  border-right: 0.2rem solid var(--c-blue);
  border-bottom: 0.2rem solid var(--c-blue);
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  background: #FFFFFF;
  background: linear-gradient(135deg, white 0%, #daf1fb 100%);
}
.card-grid__heading {
  margin-bottom: 0;
  padding: 15% 12% 15% 12%;
  font-weight: var(--fw-primary-regular);
}
@media (max-width: 576px) {
  .card-grid__heading {
    padding: 2.5rem 1.5rem;
  }
}
.b-map-section {
  margin-bottom: 8rem;
  padding: 8rem 0 8rem 0;
  background: #DAF1FB;
  background: linear-gradient(320deg, #daf1fb 0%, white 100%);
}
@media (max-width: 767px) {
  .b-map-section {
    padding: 4rem 0;
  }
}
.b-map-section__intro-section {
  margin-bottom: 4rem;
  max-width: 75%;
}
@media (max-width: 767px) {
  .b-map-section__intro-section {
    max-width: 100%;
  }
}
.b-map__container {
  display: flex;
  height: 64rem;
  overflow: hidden;
  transition: width 0.3s ease;
  position: relative;
}
@media (max-width: 1024px) {
  .b-map__container {
    height: initial;
    flex-direction: column;
  }
}
.b-map__container.sidebar-open .b-map__sidebar {
  width: 50%;
}
.b-map__container.sidebar-open .b-map__view {
  width: 50%;
}
.b-map__view {
  flex: 1;
  height: 100%;
  width: 100%;
  transition: width 0.3s ease;
  background-color: #f8f9fa;
}
@media (max-width: 1024px) {
  .b-map__view {
    width: 100% !important;
    height: 50vh !important;
    flex: initial;
  }
}
.b-map__hover-label {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 0.6rem 1rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  pointer-events: none;
  z-index: 10000;
  white-space: nowrap;
}
.b-map #map {
  width: 100%;
  height: 100%;
  background-color: #f8f9fa;
}
.b-map .mapboxgl-canvas-container {
  background-color: #f8f9fa !important;
}
.b-map .mapboxgl-canvas {
  width: 100% !important;
  height: 100% !important;
  transition: none !important;
  background-color: #f8f9fa !important;
}
.b-map .mapboxgl-map {
  background-color: #f8f9fa !important;
}
.b-map__sidebar {
  width: 0;
  background: var(--c-lighter-blue);
  background: linear-gradient(140deg, white 0%, #daf1fb 15%);
  border-left: 0.1rem solid #fff;
  color: var(--c-black);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .b-map__sidebar {
    width: 100% !important;
    height: 100% !important;
  }
}
.b-map__sidebar-header {
  position: relative;
}
.b-map__sidebar-title {
  margin-bottom: 0;
  padding: 2.5rem 5rem;
  font-size: 3.2rem;
  font-weight: var(--fw-primary-medium);
  text-align: center;
  line-height: 1.3;
  color: var(--c-black);
}
@media (max-width: 767px) {
  .b-map__sidebar-title {
    font-size: 2.8rem;
  }
}
.b-map__close-btn {
  padding: 0;
  line-height: 1;
  width: 5rem;
  height: 4.5rem;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 5rem;
  font-weight: 100;
  color: var(--c-black);
  background: none;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.b-map__close-btn:hover {
  opacity: 0.8;
}
.b-map__business-unit-section-header {
  border-top: 0.1rem solid #fff;
}
.b-map__sidebar-header .b-map__business-unit-selector {
  width: 100%;
  padding: 1.6rem 1rem;
  font-weight: bold;
  color: var(--c-black);
  background: transparent;
  cursor: pointer;
}
.b-map__sidebar-content {
  flex: 1;
  overflow-y: auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .b-map__sidebar-content {
    overflow: initial;
  }
}
.b-map__location-details p {
  margin: 0 0 2rem 0;
  color: #555;
}
.b-map__videos-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 420px) {
  .b-map__videos-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.b-map__video-item {
  padding: 0;
  height: 35rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  color: var(--c-black);
  background: transparent;
  position: relative;
  border: none;
  cursor: pointer;
  border: 0.5px solid white;
}
@media (max-width: 576px) {
  .b-map__video-item {
    height: 30rem;
  }
}
.b-map__video-image {
  position: relative;
  height: 75%;
  width: 100%;
}
.b-map__video-item-content-inner {
  padding: 2rem;
  background: var(--c-lighter-blue);
}
.b-map__video-item img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-map__video-item-heading {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: var(--fw-primary-bold);
}
.b-map__video-item p {
  margin: 0.5rem 0;
  font-size: 1.3rem;
}
.b-map__video-link {
  margin-top: 1rem;
  padding: 0.8rem 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.b-map__video-popup-details {
  margin-top: 1rem;
  background-color: #d9f1fb;
}
.b-map__video-popup-title {
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: var(--fw-primary-bold);
}
@media (max-width: 767px) {
  .b-map__video-popup-title {
    font-size: 2.5rem;
  }
}
.b-map__video-popup-subtitle, .b-map__video-popup-location {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: var(--fw-primary-regular);
}
@media (max-width: 767px) {
  .b-map__video-popup-subtitle, .b-map__video-popup-location {
    font-size: 2rem;
  }
}
.b-map__video-popup-metadata {
  margin-top: 0;
  font-size: 2.1rem;
}
@media (max-width: 576px) {
  .b-map__video-popup-metadata {
    font-size: 1.7rem;
  }
}
.b-map__video-popup-metadata dd {
  margin-left: 0;
}
.ts-control {
  padding: 1.2rem 0.8rem 1.2rem 0.8rem;
  border: none;
}
.ts-control input::placeholder {
  font-size: 1.6rem;
  color: var(--c-black);
}
.ts-dropdown {
  position: static;
  margin-top: 0 !important;
  font-size: var(--fs-primary);
  font-weight: var(--fw-primary-regular);
  color: var(--c-black);
}
.ts-dropdown .option, .ts-dropdown .no-results {
  font-size: 1.6rem;
}
.ts-dropdown, .ts-control, .ts-control input {
  font-size: 1.6rem;
}
.ts-wrapper.multi .ts-control > div {
  font-weight: var(--fw-primary-regular);
  font-size: 1.6rem !important;
  background: var(--c-light-blue);
  color: var(--c-black);
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#map-marker-keyboard-nav {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}
.map-marker-nav-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: inherit;
}
.map-marker-nav-button:focus {
  outline: 3px solid #009fe3;
  outline-offset: 2px;
}
.map-marker-nav-button:focus:not(:focus-visible) {
  outline: none;
}
.map-marker-nav-button:focus-visible {
  outline: 3px solid #009fe3;
  outline-offset: 2px;
}
/* Focus label styling for keyboard navigation */
.b-map__focus-label {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  pointer-events: none;
  z-index: 100;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.b-map__close-btn:focus {
  outline: 3px solid #fff;
  outline-offset: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.b-map__close-btn:focus:not(:focus-visible) {
  outline: none;
  background-color: transparent;
}
.b-map__close-btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.b-map__business-unit-section-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 8px;
}
.b-map__tom-select-clear-btn {
  flex-shrink: 0;
  padding: 8px 16px;
  margin: 0;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  white-space: nowrap;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .b-map__tom-select-clear-btn {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .b-map__business-unit-section-header {
    flex-direction: column;
    align-items: center;
  }
}
.b-map__tom-select-clear-btn:hover {
  background-color: #333;
  border-color: #333;
}
.b-map__tom-select-clear-btn:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
  background-color: #333;
}
.b-map__tom-select-clear-btn:active {
  background-color: #000;
  transform: scale(0.98);
}
.b-video {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: var(--c-lighter-blue);
  background: #DAF1FB;
  background: linear-gradient(40deg, #daf1fb 0%, white 100%);
}
.b-video__intro-section {
  margin-bottom: 4rem;
  max-width: 75%;
}
@media (max-width: 767px) {
  .b-video__intro-section {
    max-width: 100%;
  }
}
.c-video {
  position: relative;
  width: 100%;
  aspect-ratio: 1.7777777778;
  overflow: hidden;
  cursor: pointer;
}
.c-video--playing .c-video__poster, .c-video--playing .c-video__play {
  display: none;
}
.c-video__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.c-video__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.c-video__play img {
  width: 20rem;
  height: auto;
  pointer-events: none;
}
@media (max-width: 576px) {
  .c-video__play img {
    width: 15rem;
  }
}
.c-video__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
