<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: graphik !important
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like &lt;details&gt; where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e0e0e0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  cursor: pointer;
  text-decoration: inherit;
  text-decoration: underline solid transparent;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  height: auto;
}
@font-face {
  font-display: swap;
  font-family: Graphik;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Graphik-Medium.woff2') format('woff2'),
  url('../fonts/Graphik-Medium.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: Graphik;
  font-style: italic;
  font-weight: 300;
  src: url(clientlib-site/resources/fonts/Graphik-LightItalic.woff2) format("woff2"),url(clientlib-site/resources/fonts/Graphik-LightItalic.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Graphik;
  font-style: normal;
  font-weight: 300;
  src: url(clientlib-site/resources/fonts/Graphik-Light.woff2) format("woff2"),url(clientlib-site/resources/fonts/Graphik-Light.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Graphik;
  font-style: italic;
  font-weight: 900;
  src: url(clientlib-site/resources/fonts/Graphik-BlackItalic.woff2) format("woff2"),url(clientlib-site/resources/fonts/Graphik-BlackItalic.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Graphik;
  font-style: italic;
  font-weight: 200;
  src: url(clientlib-site/resources/fonts/Graphik-ExtralightItalic.woff2) format("woff2"),url(clientlib-site/resources/fonts/Graphik-ExtralightItalic.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Graphik;
  font-style: italic;
  font-weight: 700;
  src: url(clientlib-site/resources/fonts/Graphik-BoldItalic.woff2) format("woff2"),url(clientlib-site/resources/fonts/Graphik-BoldItalic.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Graphik;
  font-style: normal;
  font-weight: 200;
  src: url(clientlib-site/resources/fonts/Graphik-Extralight.woff2) format("woff2"),url(clientlib-site/resources/fonts/Graphik-Extralight.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Graphik;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Graphik-Bold.woff2') format('woff2'),
  url('../fonts/Graphik-Bold.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: Graphik;
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Graphik-Black.woff2') format('woff2'),
  url('../fonts/Graphik-Black.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: Graphik;
  font-style: italic;
  font-weight: 500;
  src: url(clientlib-site/resources/fonts/Graphik-MediumItalic.woff2) format("woff2"),url(clientlib-site/resources/fonts/Graphik-MediumItalic.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Graphik;
  font-style: italic;
  font-weight: 100;
  src: url(clientlib-site/resources/fonts/Graphik-ThinItalic.woff2) format("woff2"),url(clientlib-site/resources/fonts/Graphik-ThinItalic.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Graphik;
  font-style: normal;
  font-weight: 100;
  src: url(clientlib-site/resources/fonts/Graphik-Thin.woff2) format("woff2"),url(clientlib-site/resources/fonts/Graphik-Thin.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Graphik;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Graphik-Regular.woff2') format('woff2'),
  url('../fonts/Graphik-Regular.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: Graphik;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Graphik-Semibold.woff2') format('woff2'),
  url('../fonts/Graphik-Semiboldwoff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: Graphik;
  font-style: italic;
  font-weight: 400;
  src: url(clientlib-site/resources/fonts/Graphik-RegularItalic.woff2) format("woff2"),url(clientlib-site/resources/fonts/Graphik-RegularItalic.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Graphik Super;
  font-style: normal;
  font-weight: 900;
  src: url(clientlib-site/resources/fonts/Graphik-Super.woff2) format("woff2"),url(clientlib-site/resources/fonts/Graphik-Super.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Graphik Super;
  font-style: italic;
  font-weight: 900;
  src: url(clientlib-site/resources/fonts/Graphik-SuperItalic.woff2) format("woff2"),url(clientlib-site/resources/fonts/Graphik-SuperItalic.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Graphik;
  font-style: italic;
  font-weight: 600;
  src: url(clientlib-site/resources/fonts/Graphik-SemiboldItalic.woff2) format("woff2"),url(clientlib-site/resources/fonts/Graphik-SemiboldItalic.woff) format("woff")
}

body {
  font-family: graphik;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 768px) {
  body {
  }
}

h1, h2, h3, h4 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 30px;
  line-height: 36px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 50px;
    line-height: 45px;
  }
}

h2 {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

h3 {
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1024px) {
  h3 {
    font-size: 36px;
    line-height: 44px;
  }
}

h4 {
  font-size: 18px;
  line-height: 26px;
}

@media (min-width: 768px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

.content-wrap ul {
    list-style-type: initial;
    margin-bottom: 1.5rem;
    padding-left: 1.3rem;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex:1;
}

a:hover {
}

.heading p {
  font-size: 18px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .heading p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  .heading p {
    font-size: 20px;
    line-height: 30px;
  }
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.btn {
  font-size: .9em;
  line-height: .9em;
  font-weight: 600;
  padding-top: 0.85rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition-property: all;
  transition-duration: 300ms;
  width: 100%;
  max-width: 250px;
}

.btn-yellow {
  --bg-opacity: 1;
  background-color: #ffc800;
  background-color: rgba(255, 200, 0, var(--bg-opacity));
  border-width: 2px;
  --border-opacity: 1;
  border-radius: 50px;
  border-color: #ffc800;
  border-color: rgba(255, 200, 0, var(--border-opacity));
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

a.btn-yellow, a.btn-yellow-outline {
  display: inline-block;
  text-align: center;
}

.btn-yellow-outline {
  background-color: transparent;
  --text-opacity: 1;
  color: #ffc800;
  color: rgba(255, 200, 0, var(--text-opacity));
  border-width: 2px;
  --border-opacity: 1;
  border-radius: 50px;
  border-color: #ffc800;
  border-color: rgba(255, 200, 0, var(--border-opacity));
}

.btn-yellow:hover {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.btn-yellow-outline:hover {
  --bg-opacity: 1;
  background-color: #ffc800;
  background-color: rgba(255, 200, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.btn-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-width: 2px;
  --border-opacity: 1;
  border-radius: 50px;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}
a.btn-white {
  display: inline-block;
  text-align: center;
}
.btn-white:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.text-cta {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  font-weight: 700;
  transition: 0.3s all ease-in-out;
}

@media (min-width: 355px) {
  .text-cta {
    white-space: nowrap;
  }
}

.text-cta svg {
  transition: 0.3s transform ease-in-out;
}

.text-cta:hover svg {
  transform: translate3d(5px, 0, 0);
}

.heading {
  margin-bottom: 2.5rem;
  text-align: center;
}

.bg-black {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-gray-200 {
  --bg-opacity: 1;
  background-color: #eeeeee;
  background-color: rgba(238, 238, 238, var(--bg-opacity));
}

.bg-ctl-gray-light {
  --bg-opacity: 1;
  background-color: #eeeeee;
  background-color: rgba(238, 238, 238, var(--bg-opacity));
}
.bg-yellow {
  background-color: #ffc800;
  background-color: rgba(255, 200, 0, var(--border-opacity));
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.border-gray-200 {
  --border-opacity: 1;
  border-color: #eeeeee;
  border-color: rgba(238, 238, 238, var(--border-opacity));
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.text-sm {
  font-size: 0.875rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-6xl {
  font-size: 4rem;
}

.text-8xl {
  font-size: 6rem;
}

.text-10xl {
  font-size: 10rem;
}

.leading-normal {
  line-height: 1.5;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.fill-current {
  fill: currentColor;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-yellow {
  --text-opacity: 1;
  color: #ffc800;
  color: rgba(255, 200, 0, var(--text-opacity));
}

.text-orange {
  --text-opacity: 1;
  color: #fa783c;
  color: rgba(250, 120, 60, var(--text-opacity));
}

.text-red {
  --text-opacity: 1;
  color: #fa4628;
  color: rgba(250, 70, 40, var(--text-opacity));
}

.text-ctl-gray {
  --text-opacity: 1;
  color: #BEBEBE;
  color: rgba(190, 190, 190, var(--text-opacity));
}

.text-ctl-gray-darkest {
  --text-opacity: 1;
  color: #595959;
  color: rgba(89, 89, 89, var(--text-opacity));
}


.hover\:text-ctl-blue:hover {
  --text-opacity: 1;
  color: #ffc800;
  color: rgba(255, 200, 0, var(--text-opacity));
}

.underline {
  text-decoration: underline;
}

.w-6 {
  width: 1.5rem;
}

.w-40 {
  width: 10rem;
}

.w-full {
  width: 100%;
}

.z-10 {
  z-index: 10;
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.rotate-90 {
  --transform-rotate: 90deg;
}

.translate-y-0 {
  --transform-translate-y: 0;
}

.-translate-y-2 {
  --transform-translate-y: -0.5rem;
}

.-translate-y-3 {
  --transform-translate-y: -0.75rem;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.transition-opacity {
  transition-property: opacity;
}

.transition-transform {
  transition-property: transform;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.duration-300 {
  transition-duration: 300ms;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

/* Custom Base Styles */

/* Extracted Components */

/* Custom Utilities */

/** Custom CSS **/

/* Accessibility Support: If not tabbing, remove outline for buttons, inputs, selects, textareas */

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: 0;
}

/* Font Awesome pseudo elements */

.angle-right::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

.check-circle {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  margin-right: 0.5rem;
}

.check-circle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
}

.fa-map-marker-alt {
  --text-opacity: 1;
  color: #ffc800;
  color: rgba(255, 200, 0, var(--text-opacity));
}

.arrow-right {
  --text-opacity: 1;
  color: #fa783c;
  color: rgba(250, 120, 60, var(--text-opacity));
  margin-left: 0.25rem;
}

.arrow-green {
  --text-opacity: 1;
  color: #49d598;
  color: rgba(73, 213, 152, var(--text-opacity));
  margin-left: 0.25rem;
}

.arrow-right::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
}

.icon::before {
  display: none;
}

/* HorizontalStripe Divider */

.horizontalStripe {
  height: 5px;
  width: 100%;
}

.navyStripe, .vibrantStripe, .mintStripe {
  height: 5px;
  float: left;
}

.navyStripe {
  width: 15%;
  --bg-opacity: 1;
  background-color: #001e60;
  background-color: rgba(0, 30, 96, var(--bg-opacity));
}

.vibrantStripe {
  width: 35%;
  --bg-opacity: 1;
  background-color: #ffc800;
  background-color: rgba(255, 200, 0, var(--bg-opacity));
}

.mintStripe {
  width: 50%;
  --bg-opacity: 1;
  background-color: #49d598;
  background-color: rgba(73, 213, 152, var(--bg-opacity));
}

/* IE11 Banner */
.ie-11-banner {
  width:100%;
  padding-top: 1rem;
  padding-bottom: 1rem;

}

.ie-11-banner svg {
  margin-right: 0.5rem;
  color: #ff0000;
}

 .ie-11-banner span {
  font-weight: 600;
  color: #ff0000;
}

/* Navigation */

.nav-link {
  font-size: 0.875rem;
  font-weight: 500;
}

.nav-link-bold {
  font-weight: 600;
}

.nav-link:hover {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.inline-nav-link {
  display: inline-block;
  margin-right: 1rem;
}

.navigation {
  height: 100%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
}

.secondary-nav {
  display: none;
  --bg-opacity: 1;
  background-color: #eeeeee;
  background-color: rgba(238, 238, 238, var(--bg-opacity));
  padding: 0 0.5rem;
}

@media (min-width: 768px) {
  .secondary-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

.secondary-nav .nav-link {
  font-size: 12px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .main-nav .container {
    max-width: 1280px;
  }
}

.main-nav .nav-link {
  white-space: nowrap
}

.nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 1.5rem;
}

.nav-logo img {
  height: 1.5rem;
}

@media (min-width: 1024px) {
  .nav-logo img {
    height: 2rem;
  }
}

.main-nav-items-wrap {
  display: block;
}

@media (min-width: 1024px) {
  .main-nav-items-wrap {
    display: flex;
    align-items: center;
    width: auto;
    flex-grow: 1;
  }
}

.main-nav-items-left {
  display: none;
  align-items: center;
  flex-grow: 1;
}

@media (min-width: 1024px) {
  .main-nav-items-left {
    display: block;
    display: flex;
  }
}

.main-nav-city-block {
  font-size: 12px;
  margin-right: 1.5rem;
  font-weight: 500;
  max-width: 33%;
}

@media (min-width: 1280px) {
  .main-nav-city-block {
    margin-right: 2.5rem;
    width:max-content;
  }
}

.main-nav-city-block a {
  white-space: nowrap;
}

.main-nav-services-wrap {
  flex-grow: 1;
  display: inline-flex;
}

.main-nav-has-dropdown {
  position: relative;
  font-size: 0.875rem;
  text-align: center;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 1024px) {
  .main-nav-has-dropdown {
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.main-nav-has-dropdown &gt; button {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-nav-dropdown-content {
  position: absolute;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  padding: 1rem;
  font-size: 0.875rem;
  width: 100%;
  top:53px;
}

.main-nav-dropdown-content .nav-link {
  display: block;
}

.main-nav-items-right {
  display: flex;
  align-items: center;
}

.main-nav-right-wrap {
  display: none;
}

@media (min-width: 1024px) {
  .main-nav-right-wrap {
    /* display: block; */
    display: inline-flex;
  }
}

.nav-search-button-wrap {
  display: inline-block;
}

@media (min-width: 768px) {
  .nav-search-button-wrap {
    display: block;
  }
}

.nav-search-button {
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.hamburger-nav-wrap {
  display: inline-block;
}

@media (min-width: 768px) {
  .hamburger-nav-wrap {
    position: relative;
  }
}

@media (min-width: 1024px) {
  .hamburger-nav-wrap {
    display: block;
  }
}

.nav-hamburger-button {
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.hamburger-nav {
  position: absolute;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  width: 100%;
  left: 0;
  top: 57px;
}

@media (min-width: 768px) {
  .hamburger-nav {
    left: auto;
    right: 0;
    width: 24rem;
  }
}

.hamburger-nav-city-block {
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --bg-opacity: 1;
  background-color: #ebf8ff;
  background-color: rgba(235, 248, 255, var(--bg-opacity));
}

.hamburger-nav-has-dropdown-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #eeeeee;
  border-color: rgba(238, 238, 238, var(--border-opacity));
}

.hamburger-nav .dropdown-content .nav-link {
  display: block;
}

.hamburger-nav .nav-link {
  font-size: 1rem;
}

.hamburger-nav button .nav-link {
  font-weight: 600;
}

.hamburger-nav div {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hamburger-nav {
  font-size: 1rem;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5rem;
  border-width: 1px;
  border-top-width: 1px;
  --border-opacity: 1;
  border-color: #eeeeee;
  border-color: rgba(238, 238, 238, var(--border-opacity));
}

.breadcrumb {
  font-size: 0.75rem;
  font-weight: 500;
}

.breadcrumb a {
  font-size: 0.75rem;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .breadcrumb-left a {
  margin-right: 0.75rem;
}

.breadcrumb .icon {
  margin-right: 0.5rem;
}


/* Hero */

@media (min-width: 768px) {
  .hero {
    position: relative;
  }
}

.hero-wrap {
  width: 100%;
  overflow: hidden;
}

#hero-image {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height:200px;
  transform: scale(1.0);
}

@media (min-width: 768px) {
  .hero-wrap {
    position: absolute;
    z-index: -1;
    height: 100%;
  }
  #hero-image {
    height:100%;
  }
  #hero-image::before {
    content: "";
    display: block;
    position: absolute;
    height:100%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .hero-wrap.gradient-white &gt; div::before {
    background-image: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 70%);
  }
}

@media (min-width: 768px) {
  .hero-wrap.gradient-black &gt; div::before {
    background-image: linear-gradient(90deg, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 70%);
  }
}

.hero-wrap.gradient-black {
  background-color: #000000;
}

@media (min-width: 1024px) {
  #hero-image.bus-img {
    background-position: right !important;
  }
}


.hero-content-wrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 768px), (max-width: 824px) and (orientation: landscape) {
  .hero-content-wrap {
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .phone-number {
    display: inline-block;
    font-size: 120%;
    color: #ffc800;
    margin-top: 4px;
  }
}

@media (min-width: 768px) {
  .hero-copy-wrap {
    width: 66.666667%;
  }
}

@media (min-width: 1024px) {
  .hero-copy-wrap {
    width: 50%;
  }
}

.hero img {
  display: block;
}

@media (min-width: 768px) {
  .hero img {
    display: none;
  }
}

.hero-copy-wrap h1 {
  padding-bottom: 0.5rem;
}

.hero-copy-wrap p {
  padding-bottom: 2rem;
}

/* Product Boxes */

.product-boxes {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
}

.product {
  border-width: 2px;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  padding: 1.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  width: 10rem;
  text-align: center;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition-property: box-shadow;
  transition-duration: 300ms;
  margin: 1rem;
}

.product:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.product-boxes img {
  height: 4rem;
  margin-bottom: 1rem;
}

.product-boxes div {
  min-width: 50px;
}

.product span {
  font-weight: 500;
  margin-top: 0.5rem;
}

/* Offers */

.offers-grid {
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(auto, 100%));
  justify-content: center;
}

@media (min-width: 1024px) {
  .offers-grid {
    grid-template-columns: repeat(auto-fit, minmax(auto, 375px));
  }
}

@media (min-width: 1024px) {
  .offers-grid.bus-offer {
    grid-template-columns: 1fr 1fr;
  }
}

.offer-wrap {
  display: flex;
  position: relative;
  flex-flow: column;
}

.offer-wrap &gt; div {
  flex: 1;
}

.offer-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.offer {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-width: 2px;
  --border-opacity: 1;
  border-color: #ffc800;
  border-color: rgba(255, 200, 0, var(--border-opacity));
  padding: 1rem;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .offer {
    padding: 2rem;
  }
}

.offer-heading {
  text-align: center;
}
.offer-heading p {
  font-size: 14px;
  line-height: 22px;
}

.offer-pricing-wrap {
  margin-top: 1rem;
    margin-bottom: 1rem;
}

.offer-pricing-wrap.bus-offer {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.offer-price {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}

.offer-btn {
  margin-bottom: 1rem;
  width: 80%;
  text-align: center;
}

.offer-details-link img {
  display: inline-block;
    width: 15px;
}

/* Tooltip container */
.offer-details-link.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  cursor: pointer;
}

/* Tooltip text */
.offer-details-link.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #000;
  color: #fff;
  text-align: left;
  padding: 10px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 125%;
  left: 50%;
  margin-left: -125px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.offer-details-link.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.offer-details-link.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.offer-features-list {
  margin-bottom: 1rem;
  width: 100%;
}

.offer-disclaimer {
  font-size: 0.7rem;
  --text-opacity: 1;
}

.offer-heading h4 {
  margin-bottom: 0.75rem;
}

.offer-heading p {
  margin-left: auto;
  margin-right: auto;
}

.offer-price span {
  font-size: 1rem;
}

.offer-pricing-wrap p {
  font-size: 0.875rem;
  text-align: center;
}

.offer-features-list li {
  margin-bottom: 0.5rem;
  display: flex;
}

.offer-features-list li:last-child {
  margin-bottom: 0;
}

.phone-number-cta {
  text-align: center;
  padding: 2.5rem .5rem 0;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}

.phone-number-cta a:hover {
  text-decoration: underline;
}

.phone-number {
  white-space: nowrap;
}

/* Local Listings */

.local-listings {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min-content, 150px));
  justify-content: center;
  max-width:1024px;
  margin: 0 auto;
  grid-column-gap: 1rem;
}

.local-listings a:hover {
  text-decoration: underline;
}


/* Image Content Blocks (Image + Copy + CTA) */

.content-block  {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.content-block-honors-promo  {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.content-block.copy-block {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.block-reverse .content-wrap, .block-reverse .bus-content-wrap {
    flex-direction: row-reverse;
  }

@media (min-width: 768px) {
  .img-content-block .content-wrap {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .img-content-block .bus-content-wrap {
    display: flex;
  }
}

.content-block-copy-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .content-block-copy-wrap {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .bus-content-wrap .content-block-copy-wrap {
    margin-left:0;
  }
}

@media (min-width: 1024px) {
  .content-block-copy-wrap {
    width: 50%;
  }
}

.bus-content-wrap .content-block-copy-wrap {
  padding-top:3rem;
  padding-bottom:3rem;
  text-align: left;
}

@media (min-width: 1024px) {
  .bus-content-wrap .content-block-copy-wrap {
    padding:4rem;
  }
}

.content-block-copy-wrap-full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

@media (min-width: 768px) {
    .img-content-block .content-block-copy-wrap {
      margin-left: 2.5rem;
    }
    .img-content-block.block-reverse .content-block-copy-wrap {
      margin-left: 0 !important;
      margin-right: 2.5rem;
    }
    .img-content-block .block-reverse .img-content-wrap {
      margin-left: auto;
    }
}

.content-block-img-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  width: 100%;
}

.bus-content-block-img-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height:400px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .content-block-img-wrap {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .bus-content-block-img-wrap {
    height: 500px;
  }
}

@media (min-width: 1024px) {
  .bus-content-block-img-wrap {
    height: auto;
  }
}


@media (min-width: 1024px) {
  .content-block-img-wrap {
    width: 50%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px) {
  .bus-content-block-img-wrap {
    width: 50%;
  }
}

.content-block-copy-wrap p, .content-block-copy-wrap-full p {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem
}

@media (min-width: 768px) {
  .content-block-copy-wrap p {
    margin-top: 1.5rem;
    margin-bottom: 2rem
  }

  .content-block-copy-wrap-full h2, .content-block-copy-wrap-full p {
      margin-top: 0;
      margin-bottom: 1.5rem;
  }
}

.content-block-img-wrap img {
  margin-left: auto;
  margin-right: auto;
}

/* More about CTL Services Block */
.more-services-wrap a:hover {
  text-decoration: underline;
}

/* Footer */

.footer {
  --bg-opacity: 1;
  border-top: 1px solid #aaa;
}

.footer-wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .footer-wrap {
    text-align: left;
    flex-direction: row;
  }
}

.footer-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .footer-logo {
  }
}

.footer-links {
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-links .column-links &gt; div {
  margin-right: 0px;
}
.footer-links .column-links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-links li a {
  margin-top: 0px;
  padding-top: 20px;
  line-height: 20px;
  display: inline-block;
  width: 100%;
}
.footer-links li a:hover {
  text-decoration: underline;
}
.footer-links li span.bold {
  font-weight: 600;
}
.footer-links .social-links span {
  font-size: .75em;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer-links .social-icons {
  display: flex;
    flex-direction: row;
}
.footer-links .social-icons div {
  padding: 10px 20px 50px 0;
}
.footer-links .social-icons img {
  max-width: 35px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.footer-links .social-icons img:hover {
  opacity: .7;
}

.footer.bg-white .footer-links {
  color:#000000;
}

.footer.bg-black .footer-links {
  color:#ffffff;
}

.footer-links a:not(:last-child)::after {
  content: "|";
  margin-left: 0.6rem;
  margin-right: 0.5rem;
}

.footer-logo img {
  max-width: 320px;
    width: 100%;
}

.footer-mobile {
  display: block;
}
.footer-desktop {
  display: none;
}

@media (min-width: 768px) {
  .footer-mobile {
    display: none;
  }
  .footer-desktop {
    display: block;
  }
  .footer-half-desktop {
    min-width: 50%;
  }
  .footer-links {
    flex-direction: row;
  }
  .footer-links li a {
    margin-top: 20px;
    padding-top: 0px;
    width: auto;
  }
  .footer-links .column-links &gt; div {
    margin-right: 60px;
  }
}

@media (max-width: 1023px) {
  .footer-links .column-links &gt; div {
    margin-bottom: 50px;
}
  .footer-links .column-links &gt; div:last-of-type {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .footer-logo img {
    height: 3rem;
  }
  .footer-links .column-links {
  flex-direction: row;
  justify-content: space-between;
}
}

.footer-pattern {
  width: 100%;
  height: 50px;
  background-image: url('../img/footer-pattern.png');
  background-size: contain;
  background-repeat-x: repeat;
}

/* iFrame Overlay */

#iframe_container {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  padding: 10px 0 10px 10px;
}

@media (min-width: 768px) {
  #iframe_container {
    width: 70%;
    height: 800px;
    margin: 20px auto;
  }
}

#overlay-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}

#overlay-container iframe {
  width: 100%;
  height: 100%;
}

#iframe_container #closeBtn {
  position: absolute;
  right: 15px;
  margin: 10px;
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-10xl {
    font-size: 10rem;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:vertical-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:text-xxl {
    font-size: 18rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }
}

[x-cloak] { display: none; }

/* FAQ Section */

.faq-set {
  max-width: 1240px;
  margin: 0 auto;
}
.section-headline {
  padding: 30px 10px;
  font-size: 2.25rem;
  border-bottom: 1px solid #bfbfbf;
}
.collapsible-pair {
  width: 100%;
}
.faq-pair {
  font-size: 1em;
  border-bottom: 1px solid #bfbfbf;
  padding: 15px 0;
}
.faq-pair .collapsible-container {
  background-color: #fff;
  font-weight: 700;
}
.collapsible-container {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  border: none;
  padding: 15px 0;
  margin: 0;
}
.collapsible {
  padding: 0 0 10px;
  margin: 0;
  font-size: 90%;
}
.collapsible a {
  color: #fa783c;
}
.collapsible a:hover {
  color: #fa4628;
  text-decoration: underline;
}
.collapsible p {
  margin-top: 1rem;
}
.collapsible p:first-child {
  margin-top: initial;
}
.collapsible-icon {
  float: right;
  width: 1pc; /* Adjust as needed */
  height: 1pc;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Arrow pointing down (default/closed state) */
.collapsible-icon.closed {
  background-image: url('https://www.brightspeed.com/etc.clientlibs/brightspeed-brspd/clientlibs/clientlib-site/resources/images/accordion-down.svg');
}

/* Arrow pointing up (open state) */
.collapsible-icon.open {
  background-image: url('https://www.brightspeed.com/etc.clientlibs/brightspeed-brspd/clientlibs/clientlib-site/resources/images/accordion-up.svg');
}

/* Support links */
.support-links {
  background-color: #ffc800;
  color: #fff;
  padding: 40px 20px;
}
.support-links .heading {
  text-align: center;
  font-weight: 500;
  font-size: 1.5em;
  margin-bottom: 2rem;
}
.support-links nav {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
.support-links nav &gt; div {
  margin-bottom: 30px;
}
.support-links nav &gt; div:last-child {
  margin-bottom: 0px;
}
.support-links .links-heading {
  font-weight: 500;
  font-size: 1.1em;
  margin: 15px 0 10px;
}
.support-links img {
  margin: 0 auto;
}
.support-links a {
  font-size: .85em;
  line-height: 2em;
}
.support-links a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 640px) {
  .support-links nav {
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: left;
  }
  .support-links nav &gt; div {
    margin-bottom: 0px;
  }
  .support-links img {
    margin: 0;
  }
}</pre></body></html>