*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
    color:var(--color-gray-dk);
  }
  
  /**
   * 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;
  }
  
[x-cloak] { display: none !important; }
.hs-inline-edit .header__container {
    display:none;
}

// sprocket menu in browser conflicts with mobile nav
button.hs-tools-menu.hs-collapsed {
    display:none!important;
    position:static!important;
}
:root {
	--black: #000;
	--white: #fff;
	--white-20: rgba(255,255,255,0.2);
	--error: #f00;
	--primary: oklch(28.55% 0.126 262.79);
	--tt-gray: oklch(68.3% 0 0);
	--tt-gray-dk: oklch(42.02% 0 0);
	--tt-gray-lt: oklch(90.37% 0 0);
	--tt-beige: oklch(84.3% 0.037 83.76);
	--tt-beige-dk: oklch(71.56% 0.047 82.49);
	--tt-beige-20: rgba(215, 202, 177, 0.2);
	--tt-beige-10: rgba(215, 202, 177, 0.1);
	--tt-dark-navy: oklch(28.55% 0.126 262.79);
	--tt-accent-blue-dk: oklch(52.02% 0.171 265.02);
	--tt-accent-blue: oklch(56.21% 0.187 264.89);
	--tt-accent-blue-20: rgba(61, 107, 225, 0.2);
	--tt-sus-green: rgba(39,134,55, 1.0);
	--tt-teal: oklch(71.76% 0.092 221.71);

	--buttonNotch:.75rem;
	--toutNotch:1rem;

    --tt-product-swiper-navigation-size: 1.5rem;

}
/* oklch alphas don't work on borders; they come out opaque */
.content-custom-spacer.spacer-height-16px { height:8px; }
.content-custom-spacer.spacer-height-32px { height:16px; }
.content-custom-spacer.spacer-height-64px { height:32px; }
.content-custom-spacer.spacer-height-104px { height:52px; }
.content-custom-spacer.spacer-height-144px { height:72px; }
@media (min-width: 1024px) {
    .content-custom-spacer.spacer-height-16px { height:16px; }
    .content-custom-spacer.spacer-height-32px { height:32px; }
    .content-custom-spacer.spacer-height-64px { height:64px; }
    .content-custom-spacer.spacer-height-104px { height:104px; }
    .content-custom-spacer.spacer-height-144px { height:144px; }
}

.content-wrapper { margin-left:auto; margin-right:auto; max-width:78rem; padding-left:2rem; padding-right:2rem; }
@media (min-width: 1024px) {
 .content-wrapper-lg { margin-left:auto; margin-right:auto; max-width:78rem; padding-left:2rem; padding-right:2rem; } }
.content-wrapper-blog { margin-left:auto; margin-right:auto; max-width:56rem; padding-left:2rem; padding-right:2rem; }
.content-wrapper-thin { margin-left:auto; margin-right:auto; max-width:48rem; padding-left:2rem; padding-right:2rem; }
.content-wrapper .content-wrapper,
.content-wrapper .content-wrapper-blog, 
.content-wrapper .content-wrapper-thin { padding-left:0px; padding-right:0px; }

header { top:0px; background-color:transparent; color:var(--white); transition-property:all; transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1); transition-duration:300ms;
    transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300 ms cubic-bezier(0.4, 0, 0.2, 1), top 300ms linear; }

header.rolled-off { top:-200px; }

header .reverse-logo, header .reverse-icon {
        display:block;
    }

header .standard-logo, header .standard-icon {
        display:none;
    }

header.header-reverse { color:var(--primary); }

header.header-reverse { transition-property:all; transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1); transition-duration:300ms; }

header.header-reverse {
        background:rgba(255,255,255,1.0);
    }

header.header-reverse .reverse-logo, header.header-reverse .reverse-icon {
            display:none;
        }

header.header-reverse .standard-logo, header.header-reverse .standard-icon {
            display:block;
        }

header.header-reverse.glassy-header {
            background:rgba(255,255,255,0.75);
            -webkit-backdrop-filter: blur(5px);
                    backdrop-filter: blur(5px);
        }

header.header-reverse.glassy-header .expand-border {
                border-bottom-width:3px;
            }
div.bottom-tab { padding-bottom:2rem; }
@media (min-width: 1024px) {
 div.bottom-tab { padding-bottom:4rem; } }
div.form-layout-sidebar>div>div>div>div>div:first-child:not(#__hs-ls-empty-placeholder-sidebar_area) { border-top-width:2px; }
div.form-layout-sidebar>div>div>div>div>div:first-child:not(#__hs-ls-empty-placeholder-sidebar_area) { border-color:var(--tt-accent-blue); }
div.form-layout-sidebar>div>div>div>div>div:first-child:not(#__hs-ls-empty-placeholder-sidebar_area) { padding-top:1rem; }
div.glass-box {
  -webkit-backdrop-filter:blur(15px);
  backdrop-filter: blur(15px);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.05);
}
div.hexagon {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
div.notched {
    -webkit-clip-path: polygon( 0% 0%, 0% 0%, 100% 0%, 100% 0%, 100% calc(100% - var(--toutNotch)), calc(100% - var(--toutNotch)) 100%, 0% 100%, 0% 100%);
    clip-path: polygon( 0% 0%, 0% 0%, 100% 0%, 100% 0%, 100% calc(100% - var(--toutNotch)), calc(100% - var(--toutNotch)) 100%, 0% 100%, 0% 100%);
}
div.notched-sm {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0%, 100% calc(100% - var(--buttonNotch)), calc(100% - var(--buttonNotch)) 100%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0%, 100% calc(100% - var(--buttonNotch)), calc(100% - var(--buttonNotch)) 100%, 0% 100%, 0% 100%);
}

@media screen and (min-width:64rem) {
    div.bottom-tab { position:relative; z-index:1; margin-bottom:-2rem;
        -webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, calc(100% - 268px) 100%, calc(100% - 282px) calc(100% - 24px), 0 calc(100% - 24px));
        clip-path:polygon(0 0, 100% 0, 100% 100%, calc(100% - 268px) 100%, calc(100% - 282px) calc(100% - 24px), 0 calc(100% - 24px)); }
    div:has(div.bottom-tab) + div:has(div.bottom-tab) {
        position:relative;
        z-index:-1;
    }
    div.top-tab { position:relative; margin-top:-2rem;
        -webkit-clip-path:polygon(0 24px, 326px 24px, 342px 0, 100% 0, 100% 100%, 0 100%);
        clip-path:polygon(0 24px, 326px 24px, 342px 0, 100% 0, 100% 100%, 0 100%); }
}
html {
    font-family:itc-avant-garde-gothic-pro, Arial, sans-serif;
    font-weight:300;
}

.content-wrapper p {
    margin-bottom:1.25rem;
}

.footer h2 {
    margin-bottom:0.75rem;
    font-size:1.5rem;
    line-height:2rem;
    text-transform:uppercase;
    color:var(--primary);
}
.footer .legal a {
    border-bottom-width:1px;
    border-color:var(--tt-gray-dk);
    transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:300ms;
}
.footer .legal a:hover {
    border-color:transparent;
}

h1, h2, h3, h4, h5 {
    text-transform:uppercase;
}
h1 em {
    font-weight:600;
    font-style:normal;
    color:var(--tt-accent-blue);
}

.cms-basic-text:not(.no-heading-auto-style) h2 {
    margin-top:1.5rem;
}

.cms-basic-text:not(.no-heading-auto-style) h2 {
    margin-bottom:0.5rem;
}

.cms-basic-text:not(.no-heading-auto-style) h2 {
    font-size:1.5rem;
    line-height:2rem;
}

.cms-basic-text:not(.no-heading-auto-style) h2 {
    text-transform:uppercase;
}

@media (min-width: 1024px) {

    .cms-basic-text:not(.no-heading-auto-style) h2 {
        margin-top:2.5rem;
    }
}

@media (min-width: 1024px) {

    .cms-basic-text:not(.no-heading-auto-style) h2 {
        margin-bottom:0.75rem;
    }
}

@media (min-width: 1024px) {

    .cms-basic-text:not(.no-heading-auto-style) h2 {
        font-size:1.875rem;
        line-height:2.25rem;
    }
}

.cms-basic-text:not(.no-heading-auto-style) h3, .cms-basic-text:not(.no-heading-auto-style) h4, .cms-basic-text:not(.no-heading-auto-style) h5 {
    margin-top:1rem;
}

.cms-basic-text:not(.no-heading-auto-style) h3, .cms-basic-text:not(.no-heading-auto-style) h4, .cms-basic-text:not(.no-heading-auto-style) h5 {
    margin-bottom:0.5rem;
}

.cms-basic-text:not(.no-heading-auto-style) h3, .cms-basic-text:not(.no-heading-auto-style) h4, .cms-basic-text:not(.no-heading-auto-style) h5 {
    font-size:1.25rem;
    line-height:2rem;
}

.cms-basic-text:not(.no-heading-auto-style) h3, .cms-basic-text:not(.no-heading-auto-style) h4, .cms-basic-text:not(.no-heading-auto-style) h5 {
    text-transform:uppercase;
}

@media (min-width: 1024px) {

    .cms-basic-text:not(.no-heading-auto-style) h3, .cms-basic-text:not(.no-heading-auto-style) h4, .cms-basic-text:not(.no-heading-auto-style) h5 {
        margin-top:2rem;
    }
}

@media (min-width: 1024px) {

    .cms-basic-text:not(.no-heading-auto-style) h3, .cms-basic-text:not(.no-heading-auto-style) h4, .cms-basic-text:not(.no-heading-auto-style) h5 {
        font-size:1.5rem;
        line-height:2rem;
    }
}

.cms-basic-text:not(.no-text-auto-style) p {
    margin-bottom:1.5rem;
}

.cms-basic-text:not(.no-text-auto-style) p+ul {
    margin-top:-1rem;
}

/* postcss-nested has to be separate from any comma-delineated items. we're using it for clarity, to keep identical styling together. */

.cms-basic-text a {
    border-bottom-width:2px;
}

.cms-basic-text a {
    transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:300ms;
}

span.cms-basic-text-link {
    border-bottom-width:2px;
}

span.cms-basic-text-link {
    transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:300ms;
}

.cms-basic-text ul, .cms-basic-text ol {
    margin-bottom:1.5rem;
}

.cms-basic-text ul, .cms-basic-text ol {
    list-style-type:disc;
}

.cms-basic-text ul, .cms-basic-text ol {
    padding-left:2rem;
}

.cms-basic-text ul li, .cms-basic-text ol li {
    margin-bottom:2px;
}

.cms-basic-text ul li, .cms-basic-text ol li {
    margin-left:1rem;
}

.cms-basic-text.cms-basic-text-regular {
    color:var(--tt-gray-dk);
}

.cms-basic-text.cms-basic-text-regular h2, .cms-basic-text.cms-basic-text-regular h3 {
    color:var(--tt-accent-blue);
}

.cms-basic-text.cms-basic-text-regular h4 {
    color:var(--tt-sus-green);
}

.cms-basic-text.cms-basic-text-regular h5 {
    color:var(--tt-beige-dk);
}

.cms-basic-text.cms-basic-text-regular a {
    border-color:var(--tt-accent-blue-20);
}

.cms-basic-text.cms-basic-text-regular a {
    color:var(--tt-accent-blue);
}

.cms-basic-text.cms-basic-text-regular a:hover {
    border-color:var(--tt-accent-blue);
}

.cms-basic-text.cms-basic-text-regular span.cms-basic-text-link-regular {
    border-color:var(--tt-accent-blue-20);
}

.cms-basic-text.cms-basic-text-regular span.cms-basic-text-link-regular {
    color:var(--tt-accent-blue);
}

.cms-basic-text.cms-basic-text-regular span.cms-basic-text-link-regular:hover {
    border-color:var(--tt-accent-blue);
}

.cms-basic-text.cms-basic-text-reverse {
    color:var(--white);
}

.cms-basic-text.cms-basic-text-reverse h2, .cms-basic-text.cms-basic-text-reverse h3, .cms-basic-text.cms-basic-text-reverse h4, .cms-basic-text.cms-basic-text-reverse h5 {
    color:var(--white);
}

.cms-basic-text.cms-basic-text-reverse a {
    border-color:var(--white-20);
}

.cms-basic-text.cms-basic-text-reverse a {
    color:var(--white);
}

.cms-basic-text.cms-basic-text-reverse a:hover {
    border-color:var(--white);
}

.cms-basic-text.cms-basic-text-reverse span.cms-basic-text-link-reverse {
    border-color:var(--white-20);
}

.cms-basic-text.cms-basic-text-reverse span.cms-basic-text-link-reverse {
    color:var(--white);
}

.cms-basic-text.cms-basic-text-reverse span.cms-basic-text-link-reverse:hover {
    border-color:var(--white);
}

.cms-basic-text.text-center ul, .cms-basic-text .text-center ul {
    display:inline-block;
}

.cms-basic-text.text-center ul, .cms-basic-text .text-center ul {
    padding-left:0px;
}

.cms-basic-text.text-center ul li, .cms-basic-text .text-center ul li {
    text-align:left;
} 
.mega-menu {
    position: relative;
    margin-top: 1rem;
}
	.mega-menu .main-nav ul, .mega-menu .infonav ul {
    flex: 1 1 auto;
}
	.mega-menu .main-nav ul > li, .mega-menu .infonav ul > li {
    display: block;
}
	.mega-menu .main-nav ul > li, .mega-menu .infonav ul > li {
    font-size: .875rem;
    line-height: 1.375rem;
}
	.mega-menu .main-nav ul > li > a, .mega-menu .main-nav ul > li > button, .mega-menu .infonav ul > li > a, .mega-menu .infonav ul > li > button {
    margin-left: 1rem;
    margin-right: 1rem;
}
	.mega-menu .main-nav ul > li > a, .mega-menu .main-nav ul > li > button, .mega-menu .infonav ul > li > a, .mega-menu .infonav ul > li > button {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
	.mega-menu .main-nav ul > li > a, .mega-menu .main-nav ul > li > button, .mega-menu .infonav ul > li > a, .mega-menu .infonav ul > li > button {
    display: block;
}
	.mega-menu .main-nav ul > li > a, .mega-menu .main-nav ul > li > button, .mega-menu .infonav ul > li > a, .mega-menu .infonav ul > li > button {
    border-bottom-width: 3px;
}
	.mega-menu .main-nav ul > li > a, .mega-menu .main-nav ul > li > button, .mega-menu .infonav ul > li > a, .mega-menu .infonav ul > li > button {
    border-color: transparent;
}
	.mega-menu .main-nav ul > li > a, .mega-menu .main-nav ul > li > button, .mega-menu .infonav ul > li > a, .mega-menu .infonav ul > li > button {
    padding-bottom: 0.25rem;
}
	.mega-menu .main-nav ul > li > a, .mega-menu .main-nav ul > li > button, .mega-menu .infonav ul > li > a, .mega-menu .infonav ul > li > button {
    color: var(--white);
}
	.mega-menu .main-nav ul > li > a, .mega-menu .main-nav ul > li > button, .mega-menu .infonav ul > li > a, .mega-menu .infonav ul > li > button {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
	.mega-menu .main-nav ul > li > a:hover, .mega-menu .main-nav ul > li > a.menu__link--active-branch, .mega-menu .main-nav ul > li > button:hover, .mega-menu .main-nav ul > li > button.menu__link--active-branch, .mega-menu .infonav ul > li > a:hover, .mega-menu .infonav ul > li > a.menu__link--active-branch, .mega-menu .infonav ul > li > button:hover, .mega-menu .infonav ul > li > button.menu__link--active-branch {
    border-color: var(--tt-accent-blue);
}
	.mega-menu .dropdowns ul {
    list-style-type: none;
}
	.mega-menu .dropdowns ul {
    padding-left: 0px;
}
	.mega-menu .dropdowns ul li {
    margin-left: auto;
    margin-right: auto;
}
	.mega-menu .dropdowns ul li {
    width: 100%;
}
	.mega-menu .dropdowns ul li {
    font-size: 1.5rem;
    line-height: 2rem;
}
	.mega-menu .dropdowns ul li {
    font-weight: 300;
}
	.mega-menu .dropdowns ul li {
    text-transform: uppercase;
}
	.mega-menu .dropdowns ul li {
    color: var(--tt-accent-blue);
}
	.mega-menu .dropdowns ul li > a {
    display: inline-block;
}
	.mega-menu .dropdowns ul li > a {
    border-color: transparent;
}
	.mega-menu .dropdowns ul li > a {
    padding-left: 0px;
    padding-right: 0px;
}
	.mega-menu .dropdowns ul li > a {
    padding-top: 0px;
}
	.mega-menu .dropdowns ul li > a {
    padding-bottom: 0.5rem;
}
	.mega-menu .dropdowns ul li > a {
    color: var(--tt-accent-blue);
}
	.mega-menu .dropdowns ul li > a:hover, .mega-menu .dropdowns ul li > a.menu__link--active-branch {
    border-color: var(--tt-accent-blue);
}
	.mega-menu .dropdowns ul li > ul {
    position: static;
}
	.mega-menu .dropdowns ul li > ul {
    margin-top: -2px;
}
	.mega-menu .dropdowns ul li > ul {
    display: flex;
}
	.mega-menu .dropdowns ul li > ul {
    width: auto;
}
	.mega-menu .dropdowns ul li > ul {
    flex-direction: row;
}
	.mega-menu .dropdowns ul li > ul {
    flex-wrap: wrap;
}
	.mega-menu .dropdowns ul li > ul {
    justify-content: flex-start;
}
	.mega-menu .dropdowns ul li > ul {
    -moz-column-gap: 5.625rem;
         column-gap: 5.625rem;
}
	.mega-menu .dropdowns ul li > ul {
    row-gap: 2rem;
}
	.mega-menu .dropdowns ul li > ul {
    border-top-width: 2px;
}
	.mega-menu .dropdowns ul li > ul {
    border-color: var(--tt-accent-blue-20);
}
	.mega-menu .dropdowns ul li > ul {
    padding-top: 1rem;
}
	.mega-menu .dropdowns ul li > ul {
    padding-bottom: 0px;
}
	.mega-menu .dropdowns ul li > ul > li {
    margin-left: 0px;
    margin-right: 0px;
}
	.mega-menu .dropdowns ul li > ul > li {
    width: auto;
}
	.mega-menu .dropdowns ul li > ul > li {
    flex-shrink: 0;
}
	.mega-menu .dropdowns ul li > ul > li {
    flex-grow: 0;
}
	.mega-menu .dropdowns ul li > ul > li {
    flex-basis: auto;
}
	.mega-menu .dropdowns ul li > ul > li {
    font-size: .875rem;
    line-height: 1.375rem;
}
	.mega-menu .dropdowns ul li > ul > li {
    text-transform: none;
}
	.mega-menu .dropdowns ul li > ul > li > a {
    display: block;
}
	.mega-menu .dropdowns ul li > ul > li > a {
    border-color: var(--tt-accent-blue-20);
}
	.mega-menu .dropdowns ul li > ul > li > a {
    padding-bottom: 2px;
}
	.mega-menu .dropdowns ul li > ul > li > ul {
    margin-top: 0px;
    margin-bottom: 0px;
}
	.mega-menu .dropdowns ul li > ul > li > ul {
    display: block;
}
	.mega-menu .dropdowns ul li > ul > li > ul {
    border-width: 0px;
}
	.mega-menu .dropdowns ul li > ul > li > ul {
    padding-top: 0.75rem;
}
	.mega-menu .dropdowns ul li > ul > li > ul > li {
    font-size: .75rem;
    line-height: 1rem;
}
	.mega-menu .dropdowns ul li > ul > li > ul > li > a {
    border-width: 0px;
}
	.mega-menu .dropdowns ul li > ul > li > ul > li > a {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
	.mega-menu .dropdowns ul li > ul > li > ul > li > a:hover {
    color: var(--tt-gray);
}
	.mega-menu.test-width .dropdowns ul li > ul > li {
    width: 19%;
}
	@media (min-width: 1024px) {
    .mega-menu.test-width .dropdowns ul li > ul > li > a {
        display: inline-block;
    }
}
	@media (min-width: 1024px) {
    .mega-menu.test-width .dropdowns ul li > ul > li > ul > li {
        width: auto;
    }
}
	.mega-menu.test-width .dropdowns ul li > ul > li > ul > li > a {
									}
.mobile-menu {
    position: relative;
    margin-top: 1rem;
}
.mobile-menu .main-nav ul > li {
    display: block;
}
.mobile-menu .main-nav ul > li {
    font-size: .875rem;
    line-height: 1.375rem;
}
.mobile-menu .main-nav ul > li > a, .mobile-menu .main-nav ul > li > button {
    display: block;
}
.mobile-menu .info-nav ul > li {
    display: block;
}
.mobile-menu .info-nav ul > li {
    font-size: .875rem;
    line-height: 1.375rem;
}
.mobile-menu .info-nav ul > li > a, .mobile-menu .info-nav ul > li > button {
    display: block;
}
.mobile-menu .dropdowns ul li {
    margin-left: auto;
    margin-right: auto;
}
.mobile-menu .dropdowns ul li {
    width: 100%;
}
.mobile-menu .dropdowns ul li {
    font-size: 1rem;
    line-height: 1.5rem;
}
.mobile-menu .dropdowns ul li {
    font-weight: 300;
}
.mobile-menu .dropdowns ul li {
    text-transform: uppercase;
}
.mobile-menu .dropdowns ul li {
    color: var(--tt-accent-blue);
}
.mobile-menu .dropdowns ul li > a {
    margin-bottom: 0.25rem;
}
.mobile-menu .dropdowns ul li > a {
    display: inline-block;
}
.mobile-menu .dropdowns ul li > a {
    border-bottom-width: 2px;
}
.mobile-menu .dropdowns ul li > a {
    border-color: transparent;
}
.mobile-menu .dropdowns ul li > a {
    padding-left: 0px;
    padding-right: 0px;
}
.mobile-menu .dropdowns ul li > a {
    padding-top: 0.5rem;
}
.mobile-menu .dropdowns ul li > a {
    color: var(--tt-accent-blue);
}
.mobile-menu .dropdowns ul li > a {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.mobile-menu .dropdowns ul li > a:hover {
    border-color: var(--tt-accent-blue);
}
.mobile-menu .dropdowns ul li > ul > li {
    margin-left: 0px;
    margin-right: 0px;
}
.mobile-menu .dropdowns ul li > ul > li {
    font-size: .875rem;
    line-height: 1.375rem;
}
.mobile-menu .dropdowns ul li > ul > li {
    text-transform: none;
}
.mobile-menu .dropdowns ul li > ul > li > a {
    padding-bottom: 1px;
}
.mobile-menu .dropdowns ul li > ul > li > ul {
    display: block;
}
.mobile-menu .dropdowns ul li > ul > li > ul {
    border-width: 0px;
}
.mobile-menu .dropdowns ul li > ul > li > ul > li {
    font-size: .75rem;
    line-height: 1rem;
}
.mobile-menu .dropdowns ul li > ul > li > ul > li > a {
    border-width: 0px;
}
.mobile-menu .dropdowns ul li > ul > li > ul > li > a {
    padding-top: 0px;
}
.mobile-menu .dropdowns ul li > ul > li > ul > li > a {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.mobile-menu .dropdowns ul li > ul > li > ul > li > a:hover {
    color: var(--tt-gray);
}



header.header-reverse .mega-menu .main-nav ul > li > a, header.header-reverse .mega-menu .main-nav ul > li > button, header.header-reverse .mega-menu .info-nav ul > li > a, header.header-reverse .mega-menu .info-nav ul > li > button {
    color: var(--primary);
}
form {
    position:relative;
    margin:0 auto;
}
    form fieldset {
    max-width:none;
}
    form label {
    margin-bottom:0.25rem;
}
    form label {
    display:block;
}
    form label {
    font-size:.875rem;
    line-height:1.375rem;
}
    form label {
    color:var(--tt-gray-dk);
}
    form label.hs-error-msg {
    color:var(--error);
}
    form input, form select, form textarea {
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}
    form input, form select, form textarea {
    padding-left:1rem;
    padding-right:1rem;
}
    form input, form select, form textarea {
    font-size:1rem;
    line-height:1.5rem;
}
    form input, form select, form textarea {
    color:var(--tt-gray-dk);
}
    @media (min-width: 1024px) {
    form input, form select, form textarea {
        font-size:.875rem;
        line-height:1.375rem;
    }
}
    form input::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
    color:var(--tt-gray-dk);
}
    form input::placeholder, form select::placeholder, form textarea::placeholder {
    color:var(--tt-gray-dk);
}
    form span.hs-form-required {
    display:none;
}

#main-content form .hs-form-field {
    margin-bottom:1rem;
}

#main-content form .hs-form-field {
    display:flex;
}

#main-content form .hs-form-field {
    flex-direction:row;
}

#main-content form .hs-form-field {
    flex-wrap:wrap;
}

#main-content form label {
    display:inline-block;
}

#main-content form label {
    max-width:100%;
}

#main-content form label {
    flex:none;
}

#main-content form label {
    flex-basis:auto;
}

#main-content form label {
    text-transform:uppercase;
}

#main-content form label.hs-error-msg {
    font-size:.75rem;
    line-height:1rem;
}

#main-content form label+ legend {
    margin-left:0.5rem;
}

#main-content form label+ legend {
    padding-top:0.25rem;
}

#main-content form legend {
    width:auto !important;
}

#main-content form legend {
    flex:none;
}

#main-content form legend {
    flex-basis:auto;
}

#main-content form legend {
    font-size:.75rem;
    line-height:1rem;
}

#main-content form legend {
    color:var(--tt-gray);
}

#main-content form div.input {
    flex:none;
}

#main-content form div.input {
    flex-basis:100%;
}

#main-content form input, #main-content form select, #main-content form textarea {
    display:inline-block;
}

#main-content form input, #main-content form select, #main-content form textarea {
    border-width:1px;
}

#main-content form input, #main-content form select, #main-content form textarea {
    border-color:var(--tt-gray-lt);
}

#main-content form input::-moz-placeholder, #main-content form select::-moz-placeholder, #main-content form textarea::-moz-placeholder {
            color:#999;
        }

#main-content form input::placeholder, #main-content form select::placeholder, #main-content form textarea::placeholder {
            color:#999;
        }

#main-content form input:not(:-moz-placeholder-shown), #main-content form select:not(:-moz-placeholder-shown), #main-content form textarea:not(:-moz-placeholder-shown) {
    border-color:var(--tt-gray);
}

#main-content form input:not(:placeholder-shown), #main-content form select:not(:placeholder-shown), #main-content form textarea:not(:placeholder-shown) {
    border-color:var(--tt-gray);
}

#main-content form input[type=text], #main-content form input[type=email], #main-content form select, #main-content form textarea {
    width:100%;
}

#main-content form li label {
    text-transform:none;
}

#main-content form li label.hs-form-booleancheckbox-display>input {
    margin-top:0.25rem;
}

#main-content form li label.hs-form-checkbox-display>input {
    margin-top:2px;
}

#main-content form li label.hs-form-checkbox-display>input {
    margin-right:0.5rem;
}

#main-content form li label.hs-form-radio-display>input {
    margin-right:0.5rem;
}

#main-content form li input {
    margin-bottom:0.25rem;
}

#main-content form .hs-fieldtype-booleancheckbox, #main-content form .hs-fieldtype-checkbox {
    margin-bottom:1rem;
}

.footer-subscribe form {
    display:flex;
    flex-direction:row;
    align-items:flex-end;
}

.footer-subscribe form label {
    font-weight:600;
}

.footer-subscribe form label {
    color:var(--primary);
}

.footer-subscribe form input[type=email] {
    display:inline-block;
}

.footer-subscribe form input[type=email] {
    background-color:var(--tt-beige-20);
}

.footer-subscribe form input[type=submit] {
    white-space:nowrap;
}

.footer-subscribe form  .hs-error-msgs.inputs-list:not([role=alert]) li {
    display:none;
}

.footer-subscribe form  .hs-error-msgs.inputs-list[role=alert] li {
            position:absolute;
        }
.header .header__logo, .header .mobile__header-active .widget-type-logo {
    width: 157px !important
}
@media (min-width: 1024px) {
    .header .header__logo, .header .mobile__header-active .widget-type-logo {
        width: 250px !important
    }
}
.social-links__icon svg {
    max-height: 1.25rem;
    max-width: 1.25rem;
    fill: var(--tt-accent-blue);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms
}
.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
    fill: var(--primary)
}
button.browse, .btn.browse, .has-btn.has-btn-browse button, .has-btn.has-btn-browse a {
  background-color:var(--tt-accent-blue);
  background-repeat:no-repeat;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  padding-right:1rem;
  padding-left:2.5rem;
  text-align:left;
  font-size:.75rem;
  line-height:1rem;
  color:var(--white);
  background-image:url(https://towertechusa.com/hubfs/icons/icon-grid.svg);
  background-position:.75rem center;
  background-size:0.875rem;
}

button.notched, input[type=submit], input[type=cancel], .btn.notched, .has-btn.has-btn-notched button, .has-btn.has-btn-notched .hs-web-interactive-inline a {
  display:inline-block;
  padding-left:1rem;
  padding-right:1rem;
  font-size:.875rem;
  line-height:1.375rem;
  font-weight:600;
  text-transform:uppercase;
  color:var(--white);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0%, 100% calc(100% - var(--buttonNotch)), calc(100% - var(--buttonNotch)) 100%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0%, 100% calc(100% - var(--buttonNotch)), calc(100% - var(--buttonNotch)) 100%, 0% 100%, 0% 100%);
}

button.notched.glass, .btn.notched.glass, .has-btn.has-btn-notched.has-btn-glass button, .has-btn.has-btn-notched.has-btn-glass .hs-web-interactive-inline a {
  position:relative;
  display:inline-block;
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:300ms;
  -webkit-backdrop-filter:blur(3px) brightness(100%);
          backdrop-filter:blur(3px) brightness(100%);
  background-image:linear-gradient(260deg,rgba(90,137,255,.1) 100%,rgba(90,137,255,.2) 0,rgba(196,213,255,.1) 0),linear-gradient(100deg,rgba(144,183,255,.1),rgba(65,111,225,.3) 32%,rgba(78,123,230,.1) 68%,rgba(144,183,255,.5));
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.15);
  border-style:solid;
  border-width:1px;
  border-image-source:linear-gradient(100deg, rgba(144, 183, 255, 0.87) 0%, rgba(65, 111, 225, 0.3) 32%, rgba(78, 123, 230, 0.3) 68%, rgba(144, 183, 255, 0.8) 100%);
  border-image-slice:1;
  transition:backdrop-filter 300ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-backdrop-filter 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

button.notched.glass::after, .btn.notched.glass::after, .has-btn.has-btn-notched.has-btn-glass button::after, .has-btn.has-btn-notched.has-btn-glass .hs-web-interactive-inline a::after {
    content:'';
  }

button.notched.glass::after, .btn.notched.glass::after, .has-btn.has-btn-notched.has-btn-glass button::after, .has-btn.has-btn-notched.has-btn-glass .hs-web-interactive-inline a::after {
  position:absolute;
}

button.notched.glass::after, .btn.notched.glass::after, .has-btn.has-btn-notched.has-btn-glass button::after, .has-btn.has-btn-notched.has-btn-glass .hs-web-interactive-inline a::after {
  bottom:-.125rem;
}

button.notched.glass::after, .btn.notched.glass::after, .has-btn.has-btn-notched.has-btn-glass button::after, .has-btn.has-btn-notched.has-btn-glass .hs-web-interactive-inline a::after {
  right:0.25rem;
}

button.notched.glass::after, .btn.notched.glass::after, .has-btn.has-btn-notched.has-btn-glass button::after, .has-btn.has-btn-notched.has-btn-glass .hs-web-interactive-inline a::after {
  height:1rem;
}

button.notched.glass::after, .btn.notched.glass::after, .has-btn.has-btn-notched.has-btn-glass button::after, .has-btn.has-btn-notched.has-btn-glass .hs-web-interactive-inline a::after {
  width:0px;
}

button.notched.glass::after, .btn.notched.glass::after, .has-btn.has-btn-notched.has-btn-glass button::after, .has-btn.has-btn-notched.has-btn-glass .hs-web-interactive-inline a::after {
  border-right-width:2px;
}

button.notched.glass::after, .btn.notched.glass::after, .has-btn.has-btn-notched.has-btn-glass button::after, .has-btn.has-btn-notched.has-btn-glass .hs-web-interactive-inline a::after {
    transform:rotate(45deg);
    border-color: rgba(144, 183, 255, 0.8);
  }

button.notched.glass:hover, .btn.notched.glass:hover, .has-btn.has-btn-notched.has-btn-glass button:hover, .has-btn.has-btn-notched.has-btn-glass .hs-web-interactive-inline a:hover {
    -webkit-backdrop-filter:blur(8px) brightness(170%);
            backdrop-filter:blur(8px) brightness(170%);
    border-color:rgba(144, 183, 255, 0.7);
  }

button.notched.glass:hover:after, .btn.notched.glass:hover:after, .has-btn.has-btn-notched.has-btn-glass button:hover:after, .has-btn.has-btn-notched.has-btn-glass .hs-web-interactive-inline a:hover:after {
      border-color:rgba(144, 183, 255, 0.7);
    }

button.notched.outlined, .btn.notched.outlined, .has-btn.has-btn-notched.has-btn-outlined button, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a {
  position:relative;
  border-width:2px;
  background-color:transparent;
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:300ms;
}

button.notched.outlined:after, .btn.notched.outlined:after, .has-btn.has-btn-notched.has-btn-outlined button:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a:after {
    content:'';
  }

button.notched.outlined:after, .btn.notched.outlined:after, .has-btn.has-btn-notched.has-btn-outlined button:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a:after {
  position:absolute;
}

button.notched.outlined:after, .btn.notched.outlined:after, .has-btn.has-btn-notched.has-btn-outlined button:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a:after {
  bottom:-0.25rem;
}

button.notched.outlined:after, .btn.notched.outlined:after, .has-btn.has-btn-notched.has-btn-outlined button:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a:after {
  right:0.25rem;
}

button.notched.outlined:after, .btn.notched.outlined:after, .has-btn.has-btn-notched.has-btn-outlined button:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a:after {
  height:1rem;
}

button.notched.outlined:after, .btn.notched.outlined:after, .has-btn.has-btn-notched.has-btn-outlined button:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a:after {
  width:0px;
}

button.notched.outlined:after, .btn.notched.outlined:after, .has-btn.has-btn-notched.has-btn-outlined button:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a:after {
  border-width:1px;
}

button.notched.outlined:after, .btn.notched.outlined:after, .has-btn.has-btn-notched.has-btn-outlined button:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a:after {
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:300ms;
}

button.notched.outlined:after, .btn.notched.outlined:after, .has-btn.has-btn-notched.has-btn-outlined button:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a:after {
    transform:rotate(45deg);
  }

/* see duplicated below for has-btn outlined */

button.notched.outlined.outlined-white, button.notched.outlined .outlined-white button, button.notched.outlined .outlined-white .hs-web-interactive-inline a, .btn.notched.outlined.outlined-white, .btn.notched.outlined .outlined-white button, .btn.notched.outlined .outlined-white .hs-web-interactive-inline a, .has-btn.has-btn-notched.has-btn-outlined button.outlined-white, .has-btn.has-btn-notched.has-btn-outlined button .outlined-white button, .has-btn.has-btn-notched.has-btn-outlined button .outlined-white .hs-web-interactive-inline a, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a.outlined-white, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-white button, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-white .hs-web-interactive-inline a {
  border-color:var(--white);
}

button.notched.outlined.outlined-white:after, button.notched.outlined .outlined-white button:after, button.notched.outlined .outlined-white .hs-web-interactive-inline a:after, .btn.notched.outlined.outlined-white:after, .btn.notched.outlined .outlined-white button:after, .btn.notched.outlined .outlined-white .hs-web-interactive-inline a:after, .has-btn.has-btn-notched.has-btn-outlined button.outlined-white:after, .has-btn.has-btn-notched.has-btn-outlined button .outlined-white button:after, .has-btn.has-btn-notched.has-btn-outlined button .outlined-white .hs-web-interactive-inline a:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a.outlined-white:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-white button:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-white .hs-web-interactive-inline a:after {
  border-color:var(--white);
}

button.notched.outlined.outlined-white:after, button.notched.outlined .outlined-white button:after, button.notched.outlined .outlined-white .hs-web-interactive-inline a:after, .btn.notched.outlined.outlined-white:after, .btn.notched.outlined .outlined-white button:after, .btn.notched.outlined .outlined-white .hs-web-interactive-inline a:after, .has-btn.has-btn-notched.has-btn-outlined button.outlined-white:after, .has-btn.has-btn-notched.has-btn-outlined button .outlined-white button:after, .has-btn.has-btn-notched.has-btn-outlined button .outlined-white .hs-web-interactive-inline a:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a.outlined-white:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-white button:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-white .hs-web-interactive-inline a:after {
  background-color:var(--white);
}

button.notched.outlined.outlined-white:hover, button.notched.outlined.outlined-white:hover:after, button.notched.outlined .outlined-white button:hover, button.notched.outlined .outlined-white button:hover:after, button.notched.outlined .outlined-white .hs-web-interactive-inline a:hover, button.notched.outlined .outlined-white .hs-web-interactive-inline a:hover:after, .btn.notched.outlined.outlined-white:hover, .btn.notched.outlined.outlined-white:hover:after, .btn.notched.outlined .outlined-white button:hover, .btn.notched.outlined .outlined-white button:hover:after, .btn.notched.outlined .outlined-white .hs-web-interactive-inline a:hover, .btn.notched.outlined .outlined-white .hs-web-interactive-inline a:hover:after, .has-btn.has-btn-notched.has-btn-outlined button.outlined-white:hover, .has-btn.has-btn-notched.has-btn-outlined button.outlined-white:hover:after, .has-btn.has-btn-notched.has-btn-outlined button .outlined-white button:hover, .has-btn.has-btn-notched.has-btn-outlined button .outlined-white button:hover:after, .has-btn.has-btn-notched.has-btn-outlined button .outlined-white .hs-web-interactive-inline a:hover, .has-btn.has-btn-notched.has-btn-outlined button .outlined-white .hs-web-interactive-inline a:hover:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a.outlined-white:hover, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a.outlined-white:hover:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-white button:hover, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-white button:hover:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-white .hs-web-interactive-inline a:hover, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-white .hs-web-interactive-inline a:hover:after {
  border-color:var(--primary);
}

button.notched.outlined.outlined-white:hover, button.notched.outlined.outlined-white:hover:after, button.notched.outlined .outlined-white button:hover, button.notched.outlined .outlined-white button:hover:after, button.notched.outlined .outlined-white .hs-web-interactive-inline a:hover, button.notched.outlined .outlined-white .hs-web-interactive-inline a:hover:after, .btn.notched.outlined.outlined-white:hover, .btn.notched.outlined.outlined-white:hover:after, .btn.notched.outlined .outlined-white button:hover, .btn.notched.outlined .outlined-white button:hover:after, .btn.notched.outlined .outlined-white .hs-web-interactive-inline a:hover, .btn.notched.outlined .outlined-white .hs-web-interactive-inline a:hover:after, .has-btn.has-btn-notched.has-btn-outlined button.outlined-white:hover, .has-btn.has-btn-notched.has-btn-outlined button.outlined-white:hover:after, .has-btn.has-btn-notched.has-btn-outlined button .outlined-white button:hover, .has-btn.has-btn-notched.has-btn-outlined button .outlined-white button:hover:after, .has-btn.has-btn-notched.has-btn-outlined button .outlined-white .hs-web-interactive-inline a:hover, .has-btn.has-btn-notched.has-btn-outlined button .outlined-white .hs-web-interactive-inline a:hover:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a.outlined-white:hover, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a.outlined-white:hover:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-white button:hover, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-white button:hover:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-white .hs-web-interactive-inline a:hover, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-white .hs-web-interactive-inline a:hover:after {
  background-color:var(--primary);
}

button.notched.outlined.outlined-primary, button.notched.outlined .outlined-primary button, button.notched.outlined .outlined-primary .hs-web-interactive-inline a, .btn.notched.outlined.outlined-primary, .btn.notched.outlined .outlined-primary button, .btn.notched.outlined .outlined-primary .hs-web-interactive-inline a, .has-btn.has-btn-notched.has-btn-outlined button.outlined-primary, .has-btn.has-btn-notched.has-btn-outlined button .outlined-primary button, .has-btn.has-btn-notched.has-btn-outlined button .outlined-primary .hs-web-interactive-inline a, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a.outlined-primary, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-primary button, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-primary .hs-web-interactive-inline a {
  border-color:var(--primary);
}

button.notched.outlined.outlined-primary, button.notched.outlined .outlined-primary button, button.notched.outlined .outlined-primary .hs-web-interactive-inline a, .btn.notched.outlined.outlined-primary, .btn.notched.outlined .outlined-primary button, .btn.notched.outlined .outlined-primary .hs-web-interactive-inline a, .has-btn.has-btn-notched.has-btn-outlined button.outlined-primary, .has-btn.has-btn-notched.has-btn-outlined button .outlined-primary button, .has-btn.has-btn-notched.has-btn-outlined button .outlined-primary .hs-web-interactive-inline a, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a.outlined-primary, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-primary button, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-primary .hs-web-interactive-inline a {
  color:var(--primary);
}

button.notched.outlined.outlined-primary:after, button.notched.outlined .outlined-primary button:after, button.notched.outlined .outlined-primary .hs-web-interactive-inline a:after, .btn.notched.outlined.outlined-primary:after, .btn.notched.outlined .outlined-primary button:after, .btn.notched.outlined .outlined-primary .hs-web-interactive-inline a:after, .has-btn.has-btn-notched.has-btn-outlined button.outlined-primary:after, .has-btn.has-btn-notched.has-btn-outlined button .outlined-primary button:after, .has-btn.has-btn-notched.has-btn-outlined button .outlined-primary .hs-web-interactive-inline a:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a.outlined-primary:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-primary button:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-primary .hs-web-interactive-inline a:after {
  border-color:var(--primary);
}

button.notched.outlined.outlined-primary:after, button.notched.outlined .outlined-primary button:after, button.notched.outlined .outlined-primary .hs-web-interactive-inline a:after, .btn.notched.outlined.outlined-primary:after, .btn.notched.outlined .outlined-primary button:after, .btn.notched.outlined .outlined-primary .hs-web-interactive-inline a:after, .has-btn.has-btn-notched.has-btn-outlined button.outlined-primary:after, .has-btn.has-btn-notched.has-btn-outlined button .outlined-primary button:after, .has-btn.has-btn-notched.has-btn-outlined button .outlined-primary .hs-web-interactive-inline a:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a.outlined-primary:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-primary button:after, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-primary .hs-web-interactive-inline a:after {
  background-color:var(--primary);
}

button.notched.outlined.outlined-primary:hover, button.notched.outlined .outlined-primary button:hover, button.notched.outlined .outlined-primary .hs-web-interactive-inline a:hover, .btn.notched.outlined.outlined-primary:hover, .btn.notched.outlined .outlined-primary button:hover, .btn.notched.outlined .outlined-primary .hs-web-interactive-inline a:hover, .has-btn.has-btn-notched.has-btn-outlined button.outlined-primary:hover, .has-btn.has-btn-notched.has-btn-outlined button .outlined-primary button:hover, .has-btn.has-btn-notched.has-btn-outlined button .outlined-primary .hs-web-interactive-inline a:hover, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a.outlined-primary:hover, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-primary button:hover, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-primary .hs-web-interactive-inline a:hover {
  background-color:var(--primary);
}

button.notched.outlined.outlined-primary:hover, button.notched.outlined .outlined-primary button:hover, button.notched.outlined .outlined-primary .hs-web-interactive-inline a:hover, .btn.notched.outlined.outlined-primary:hover, .btn.notched.outlined .outlined-primary button:hover, .btn.notched.outlined .outlined-primary .hs-web-interactive-inline a:hover, .has-btn.has-btn-notched.has-btn-outlined button.outlined-primary:hover, .has-btn.has-btn-notched.has-btn-outlined button .outlined-primary button:hover, .has-btn.has-btn-notched.has-btn-outlined button .outlined-primary .hs-web-interactive-inline a:hover, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a.outlined-primary:hover, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-primary button:hover, .has-btn.has-btn-notched.has-btn-outlined .hs-web-interactive-inline a .outlined-primary .hs-web-interactive-inline a:hover {
  color:var(--white);
}
/* see duplicated above for non-nested */
.has-btn-outlined.outlined-white button, .has-btn-outlined.outlined-white .hs-web-interactive-inline a {
  border-color:var(--white);
}
.has-btn-outlined.outlined-white button:after, .has-btn-outlined.outlined-white .hs-web-interactive-inline a:after {
  border-color:var(--white);
}
.has-btn-outlined.outlined-white button:after, .has-btn-outlined.outlined-white .hs-web-interactive-inline a:after {
  background-color:var(--white);
}
.has-btn-outlined.outlined-white button:hover, .has-btn-outlined.outlined-white button:hover:after, .has-btn-outlined.outlined-white .hs-web-interactive-inline a:hover, .has-btn-outlined.outlined-white .hs-web-interactive-inline a:hover:after {
  border-color:var(--primary);
}
.has-btn-outlined.outlined-white button:hover, .has-btn-outlined.outlined-white button:hover:after, .has-btn-outlined.outlined-white .hs-web-interactive-inline a:hover, .has-btn-outlined.outlined-white .hs-web-interactive-inline a:hover:after {
  background-color:var(--primary);
}
.has-btn-outlined.outlined-white button:hover, .has-btn-outlined.outlined-white button:hover:after, .has-btn-outlined.outlined-white .hs-web-interactive-inline a:hover, .has-btn-outlined.outlined-white .hs-web-interactive-inline a:hover:after {
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:300ms;
}
.has-btn-outlined.outlined-primary button, .has-btn-outlined.outlined-primary .hs-web-interactive-inline a {
  border-color:var(--primary);
  color:var(--primary);
}
.has-btn-outlined.outlined-primary button:after, .has-btn-outlined.outlined-primary .hs-web-interactive-inline a:after {
  border-color:var(--primary);
}
.has-btn-outlined.outlined-primary button:after, .has-btn-outlined.outlined-primary .hs-web-interactive-inline a:after {
  background-color:var(--primary);
}
.has-btn-outlined.outlined-primary button:hover, .has-btn-outlined.outlined-primary .hs-web-interactive-inline a:hover {
  background-color:var(--primary);
}
.has-btn-outlined.outlined-primary button:hover, .has-btn-outlined.outlined-primary .hs-web-interactive-inline a:hover {
  color:var(--white);
}

button.slidebg, input[type=submit], input[type=cancel], .btn.slidebg, .has-btn.has-btn-slidebg .hs-web-interactive-inline a {
  font-weight:600;
  text-transform:uppercase;
  color:var(--white);
  transition-duration:300ms;
  background-image:linear-gradient(to right, var(--tt-accent-blue) 0%, var(--primary) 50%, var(--tt-accent-blue) 100%);
  background-size: 200% auto;
  box-shadow: inset 0px -1px 10px var(--primary);
}
button.slidebg:hover, input[type=submit]:hover, input[type=cancel]:hover, .btn.slidebg:hover, .has-btn.has-btn-slidebg .hs-web-interactive-inline a:hover {
  background-position: right center;
}


.button-bar .has-btn a {
  text-align:center;
  min-width:240px;
}
.is-video a, .is-video button {
  width:auto;
}
.is-video a:before, .is-video button:before {
  position:relative;
}
.is-video a:before, .is-video button:before {
  z-index:100;
}
.is-video a:before, .is-video button:before {
  display:inline-block;
}
.is-video a:before, .is-video button:before {
  border-radius:9999px;
}
.is-video a:before, .is-video button:before {
  border-width:4px;
}
.is-video a:before, .is-video button:before {
  border-color:var(--tt-accent-blue);
}
.is-video a:before, .is-video button:before {
  background-color:var(--white);
}
.is-video a:before, .is-video button:before {
  background-position:center;
}
.is-video a:before, .is-video button:before {
  background-repeat:no-repeat;
}
.is-video a:before, .is-video button:before {
  padding:1.5rem;
}
.is-video a:before, .is-video button:before {
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:300ms;
}
.is-video a:before, .is-video button:before {
    content:'';
    z-index:0;
  }
.is-video a:after, .is-video button:after {
  position:absolute;
}
.is-video a:after, .is-video button:after {
  left:calc(50% - 6px);
}
.is-video a:after, .is-video button:after {
  top:calc(50% - 10px);
}
.is-video a:after, .is-video button:after {
  height:0.5rem;
}
.is-video a:after, .is-video button:after {
  width:0.5rem;
}
.is-video a:after, .is-video button:after {
    content:url(https://towertechusa.com/hubfs/icons/play-triangle.svg);
    transition:filter 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }
.is-video a:hover:before, .is-video button:hover:before {
  border-color:var(--primary);
}
.is-video a:hover:after, .is-video button:hover:after {
      filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1709%) hue-rotate(211deg) brightness(91%) contrast(110%);
    }
.content-two-column .content-wrapper.cms-basic-text div div:last-child ul:first-child, .content-two-column .content-wrapper.cms-basic-text div div:last-child ol:first-child {
                margin-top:-2rem;
}
                @media (min-width: 1024px) {
                .content-two-column .content-wrapper.cms-basic-text div div:last-child ul:first-child, .content-two-column .content-wrapper.cms-basic-text div div:last-child ol:first-child {
                                margin-top:0px;
                }
}

.has-list-checkboxes ul {
                list-style-type:none;
}

.has-list-checkboxes ul {
                padding-left:0px;
}

.has-list-checkboxes ul li {
                position:relative;
}

.has-list-checkboxes ul li {
                padding-left:2.5rem;
}

.has-list-checkboxes ul li:before {
                position:absolute;
}

.has-list-checkboxes ul li:before {
                left:0px;
}

.has-list-checkboxes ul li:before {
                top:0px;
}

.has-list-checkboxes ul li:before {
                height:26px;
}

.has-list-checkboxes ul li:before {
                width:24px;
}

.has-list-checkboxes ul li:before {
                background-size:cover;
}

.has-list-checkboxes ul li:before {
                background-position:center;
}

.has-list-checkboxes ul li:before {
                content:'';
                background-image:url(https://towertechusa.com/hubfs/icons/icon-check-octagon.svg);
            }

.hover-card {
    position:relative;
}
    .hover-card .hover-card-link {
    position:absolute;
}
    .hover-card .hover-card-link {
    bottom:0px;
}
    .hover-card .hover-card-link {
    right:0px;
}
    .hover-card .hover-card-link {
    display:flex;
}
    .hover-card .hover-card-link {
    height:4rem;
}
    .hover-card .hover-card-link {
    width:4rem;
}
    .hover-card .hover-card-link {
    align-items:flex-end;
}
    .hover-card .hover-card-link {
    justify-content:flex-end;
}
    .hover-card .hover-card-link {
    background-color:var(--tt-accent-blue);
}
    .hover-card .hover-card-link {
    padding-right:0.5rem;
}
    .hover-card .hover-card-link {
    padding-bottom:0.5rem;
}
    .hover-card .hover-card-link {
    font-size:1.875rem;
    line-height:2.25rem;
}
    .hover-card .hover-card-link {
    line-height:1;
}
    .hover-card .hover-card-link {
    color:var(--white);
}
    .hover-card .hover-card-link {
    transition-property:all;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:300ms;
}
    @media (min-width: 1024px) {
    .card-with-thumbnail .hover-card > a.hover-card .hover-card-link, .card-with-thumbnail .hover-card div.no-link.hover-card .hover-card-link {
        /* height:12.5rem; */
    }
}
    @media (min-width: 1024px) {
    .card-with-thumbnail .hover-card > a.hover-card .hover-card-link, .card-with-thumbnail .hover-card div.no-link.hover-card .hover-card-link {
        /* height:12.5rem; */
    }
}
    .hover-card .hover-card-link {
        /* need 101% to keep clip-path from showing a fractional pixel border of color beneath */
        -webkit-clip-path:polygon( 101% 0, 101% 101%, 0 101% );
        clip-path:polygon( 101% 0, 101% 101%, 0 101% );
    }
    @media (min-width: 1024px) {
    .hover-card .hover-card-link {
            -webkit-clip-path:polygon( 101% calc(101% - 1rem), 101% 101%, calc(101% - 1rem) 101% );
            clip-path:polygon( 101% calc(101% - 1rem), 101% 101%, calc(101% - 1rem) 101% )
    }
        }
    .hover-card .hover-card-link.link-white {
    background-color:var(--white);
}
    @media (min-width: 1024px) {
    .hover-card:hover .hover-card-link {
                -webkit-clip-path:polygon( 101% 0, 101% 101%, 0 101% );
                clip-path:polygon( 101% 0, 101% 101%, 0 101% )
        }
            }
    .hover-card.hover-to-white:hover .hover-card-link {
    background-color:var(--white);
}
    .hover-card.hover-to-white:hover .hover-card-link {
    color:var(--tt-accent-blue);
}
    @media screen and (max-width:1023px) {
            .hover-card.hover-to-white .hover-card-link {
        background-color:var(--white);
    }
            .hover-card.hover-to-white .hover-card-link {
        color:var(--tt-accent-blue);
    }
        }

.card-with-icon .hover-card .hover-card-link {
    padding-right:0.75rem;
}

.card-with-icon .hover-card .hover-card-link {
    padding-bottom:0.75rem;
}

@media (min-width: 1024px) {
    .d-across-2 .hover-card {
        flex:0 0 calc(50% - 1rem);
    }
        .d-across-3 .hover-card {
            flex:0 0 calc(33% - 1rem);
        }
        .d-across-3.no-gap .hover-card {
            flex:0 0 33%;
        }
    .card-with-date .hover-card > div {
        height:7.75rem;
    }
        .card-with-date .hover-card > div .card-text {
            overflow-y:hidden;
        }
    .card-with-icon .hover-card > div {
        height:4.375rem;
    }
        .card-with-icon .hover-card > div .card-text {
            overflow-y:hidden;
        }
    @media (min-width: 1024px) {
        .card-with-thumbnail .hover-card {
            display:flex;
        }
    }
        /* height:12.5rem; */
        .card-with-thumbnail .hover-card > a.flex .card-text, .card-with-thumbnail .hover-card div.no-link.flex .card-text {
            overflow-y:hidden;
        }
}
.notched-tout {
position:relative;
margin-left:auto;
margin-right:auto;
margin-top:1.5rem;
display:flex;
width:100%;
max-width:360px;
flex-direction:row;
align-items:stretch;
justify-content:stretch;
gap:1.5rem;
background-color:var(--tt-accent-blue);
color:var(--white)
}@media (min-width: 1024px) {.notched-tout {
margin-left:0px;
margin-right:0px
}
}.notched-tout .text-block {
flex-shrink:1
}.notched-tout .text-block {
flex-grow:0
}.notched-tout .text-block {
flex-basis:66.666667%
}.notched-tout .text-block {
padding-top:1rem;
padding-bottom:1rem
}.notched-tout .text-block {
padding-left:1.5rem
}.notched-tout .text-block .tout-text {
margin-bottom:1rem
}.notched-tout .text-block .tout-text {
font-size:.75rem;
line-height:1rem
}@media (min-width: 1024px) {.notched-tout .text-block .tout-text {
margin-bottom:1.5rem
}
}.notched-tout .text-block .tout-cta {
font-size:.875rem;
line-height:1.375rem
}.notched-tout .text-block .tout-cta {
font-weight:600
}.notched-tout .text-block .tout-cta {
text-transform:uppercase
}.notched-tout .text-block .tout-cta {
color:var(--white)
}.notched-tout .link-block {
position:relative
}.notched-tout .link-block {
display:flex
}.notched-tout .link-block {
flex:none
}.notched-tout .link-block {
flex-basis:33.333333%
}.notched-tout .link-block {
align-items:stretch
}.notched-tout .link-block {
justify-content:stretch
}.notched-tout .link-block {
text-align:right
}.notched-tout .link-block a, .notched-tout .link-block button {
display:flex
}.notched-tout .link-block a, .notched-tout .link-block button {
align-items:center
}.notched-tout .link-block a, .notched-tout .link-block button {
justify-content:center
}.notched-tout .link-block a, .notched-tout .link-block button {
background-size:cover
}.notched-tout .link-block a, .notched-tout .link-block button {
background-position:left
}.notched-tout .link-block a, .notched-tout .link-block button {
background-repeat:no-repeat
}.notched-tout .link-block a img, .notched-tout .link-block button img {
position:relative
}.notched-tout .link-block a img, .notched-tout .link-block button img {
inset:0px
}

@media screen and (min-width:64rem) {

.tout-with-angled-image .tout-img {
            -webkit-clip-path:polygon(100% 0%, 100% 100%, 0 100%, 25% 0%);
            clip-path:polygon(100% 0%, 100% 100%, 0 100%, 25% 0%)
    }
        }

.tout-gradient-bar, .tout-gradient-with-hexagon .tout-bottom .tout-with-octagon-clip, .tout-gradient-with-hexagon .tout-bottom .octagon-clip {
    background-image: radial-gradient(circle at 38% 80%, var(--tt-sus-green), var(--tt-dark-navy) 97%);
}
@media screen and (max-width:1023px) {
    .tout-gradient-bar {
        background-image: radial-gradient(circle at 38% 80%, var(--tt-sus-green), var(--tt-dark-navy) 130%);
    }
    .tout-gradient-with-hexagon .tout-bottom .tout-with-octagon-clip, .tout-gradient-with-hexagon .tout-bottom .octagon-clip {
        background-image: radial-gradient(circle at 140% 20%, #259637, #319b42 21%, var(--tt-dark-navy) 96%);
    }
}

.tout-gradient-with-hexagon .tout-bottom .tout-with-octagon-clip {
position:absolute
}

.tout-gradient-with-hexagon .tout-bottom .tout-with-octagon-clip {
inset:0px
}

.tout-gradient-with-hexagon .tout-bottom .tout-with-octagon-clip {
            opacity:0.9;
            -webkit-clip-path:polygon(0 34px, 32px 34px, 54px 70px, 95px 70px, 117px 34px, 158px 34px, 180px 70px, 220px 70px, 234px 96px, 100% 96px, 100% 100%, 0 100%); 
            clip-path:polygon(0 34px, 32px 34px, 54px 70px, 95px 70px, 117px 34px, 158px 34px, 180px 70px, 220px 70px, 234px 96px, 100% 96px, 100% 100%, 0 100%);
        }

@media (min-width: 1024px) {

.tout-gradient-with-hexagon .tout-bottom .tout-with-octagon-clip {
                -webkit-clip-path:polygon(0 50px, 164px 50px, 196px 102px, 258px 102px, 292px 50px, 352px 50px, 384px 100px, 446px 100px, 468px 142px, 100% 142px, 100% 100%, 0 100%);
                clip-path:polygon(0 50px, 164px 50px, 196px 102px, 258px 102px, 292px 50px, 352px 50px, 384px 100px, 446px 100px, 468px 142px, 100% 142px, 100% 100%, 0 100%)
        }
            }

.tout-gradient-with-hexagon .tout-bottom .octagon-clip {
position:absolute
}

.tout-gradient-with-hexagon .tout-bottom .octagon-clip {
inset:0px
}

.tout-gradient-with-hexagon .tout-bottom .octagon-clip {
            opacity:0.9;
            /* -webkit-clip-path:polygon(200px 0, 172px 50px, 200px 95px, 255px 95px, 284px 50px, 255px 0); */
            -webkit-clip-path:polygon(56px 0, 38px 32px, 56px 64px, 92px 64px, 110px 32px, 92px 0);
                    clip-path:polygon(56px 0, 38px 32px, 56px 64px, 92px 64px, 110px 32px, 92px 0);
        }

@media (min-width: 1024px) {

.tout-gradient-with-hexagon .tout-bottom .octagon-clip {
                -webkit-clip-path:polygon(200px 0, 172px 50px, 200px 95px, 255px 95px, 284px 50px, 255px 0);
                clip-path:polygon(200px 0, 172px 50px, 200px 95px, 255px 95px, 284px 50px, 255px 0)
        }
            }
.accordion .item-content span {
            display:block;
        }
.tower-tab-1 .item-content li {
            margin-bottom:0.5rem;
}
.tower-tab-1 .item-content li {
            font-size:.875rem;
            line-height:1.375rem;
}
iframe.bg-video-iframe {
    position:absolute;
    inset:0px;
    /* width:100%; */
    min-height:100%;
    min-width:600vw; 
    left: 50%; 
    top: 50%; 
    transform:translate(-50%,-50%);
}
    @media (min-width: 1024px) {iframe.bg-video-iframe {
        min-width:150vw;
        min-height:100vw;
    }
    }
.swiper, .swiper-static-image {
  width: 100%;    
  margin-left: auto;
  margin-right: auto;
}
  .swiper .swiper-slide, .swiper-static-image .swiper-slide {
    background-size: cover;
    background-position: center;
    display: flex;
  }
  .swiper .swiper-slide img, .swiper-static-image .swiper-slide img {
      display: block;
      position:absolute;
      inset:0;
      width: 100%;
    }
  .swiper.product-swiper, .swiper-static-image.product-swiper {
  height: auto;
}
  .swiper.product-swiper, .swiper-static-image.product-swiper {
  align-items: center;
}
  .swiper.product-swiper, .swiper-static-image.product-swiper {
  justify-content: center;
}
  .swiper.product-swiper, .swiper-static-image.product-swiper {
    aspect-ratio:117/85;
  }
  .swiper.product-swiper-thumbs, .swiper-static-image.product-swiper-thumbs {
    height:auto;
  }
  .swiper.product-swiper-thumbs .swiper-slide, .swiper-static-image.product-swiper-thumbs .swiper-slide {
  position: relative;
}
  .swiper.product-swiper-thumbs .swiper-slide, .swiper-static-image.product-swiper-thumbs .swiper-slide {
  align-items: center;
}
  .swiper.product-swiper-thumbs .swiper-slide, .swiper-static-image.product-swiper-thumbs .swiper-slide {
  justify-content: center;
}
  .swiper.product-swiper-thumbs .swiper-slide, .swiper-static-image.product-swiper-thumbs .swiper-slide {
      aspect-ratio:117/85;
      max-width:69px;
      height:50px;
    }
  .swiper.product-swiper-thumbs .swiper-slide div, .swiper-static-image.product-swiper-thumbs .swiper-slide div {
  position: absolute;
}
  .swiper.product-swiper-thumbs .swiper-slide div, .swiper-static-image.product-swiper-thumbs .swiper-slide div {
  inset: 0px;
}
  .swiper.product-swiper-thumbs .swiper-slide div, .swiper-static-image.product-swiper-thumbs .swiper-slide div {
  border-width: 3px;
}
  .swiper.product-swiper-thumbs .swiper-slide div, .swiper-static-image.product-swiper-thumbs .swiper-slide div {
  border-color: transparent;
}
  .swiper.product-swiper-thumbs .swiper-slide.swiper-slide-thumb-active div, .swiper-static-image.product-swiper-thumbs .swiper-slide.swiper-slide-thumb-active div {
  border-color: var(--tt-accent-blue);
}
  .swiper.testimonial-swiper, .swiper-static-image.testimonial-swiper {
  height: 29.375rem;
}
  @media (min-width: 768px) {
  .swiper.testimonial-swiper, .swiper-static-image.testimonial-swiper {
    height: 13.125rem;
  }
}

.tt-swiper-controls {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
    --tt-swiper-navigation-size: 1.5rem;
}

.tt-swiper-controls .swiper-button-prev, .tt-swiper-controls .swiper-button-next {
  position: relative;
}

.tt-swiper-controls .swiper-button-prev, .tt-swiper-controls .swiper-button-next {
  top: 0px;
}

.tt-swiper-controls .swiper-button-prev, .tt-swiper-controls .swiper-button-next {
  margin-top: 0px;
}

.tt-swiper-controls .swiper-button-prev, .tt-swiper-controls .swiper-button-next {
  flex: none;
}

.tt-swiper-controls .swiper-button-prev, .tt-swiper-controls .swiper-button-next {
  color: var(--tt-accent-blue);
}

.tt-swiper-controls .swiper-button-prev, .tt-swiper-controls .swiper-button-next {
        width:var(--tt-swiper-navigation-size);
        height:var(--tt-swiper-navigation-size);
    }

.tt-swiper-controls .swiper-button-prev:before, .tt-swiper-controls .swiper-button-prev:after, .tt-swiper-controls .swiper-button-next:before, .tt-swiper-controls .swiper-button-next:after {
            font-size:var(--tt-swiper-navigation-size);
        }

.tt-swiper-controls.product-swiper-controls .swiper-button-prev, .tt-swiper-controls.product-swiper-controls .swiper-rtl .swiper-button-next {
  left: -1.5rem;
}

@media (min-width: 768px) {
  .tt-swiper-controls.product-swiper-controls .swiper-button-prev, .tt-swiper-controls.product-swiper-controls .swiper-rtl .swiper-button-next {
    left: 0px;
  }
}

.tt-swiper-controls.product-swiper-controls .swiper-button-next, .tt-swiper-controls.product-swiper-controls .swiper-rtl .swiper-button-prev {
  right: -1.5rem;
}

@media (min-width: 768px) {
  .tt-swiper-controls.product-swiper-controls .swiper-button-next, .tt-swiper-controls.product-swiper-controls .swiper-rtl .swiper-button-prev {
    right: 0px;
  }
}


.testimonials .convo-balloon span:after {
        content:'';
      }


.testimonials .convo-balloon span:after {
  position: absolute;
}


.testimonials .convo-balloon span:after {
  left: 2rem;
}


.testimonials .convo-balloon span:after {
  height: 0px;
}


.testimonials .convo-balloon span:after {
  width: 0px;
}


.testimonials .convo-balloon span:after {
        bottom:-12px;
        border-top:12px solid var(--tt-beige);
        border-right:12px solid var(--tt-beige);
        border-bottom:12px solid transparent;
        border-left:12px solid transparent;
      }


.testimonials .swiper-pagination-fraction, .testimonials .swiper-pagination-custom, .testimonials .swiper-horizontal > .swiper-pagination-bullets, .testimonials .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
}


.testimonials .swiper-pagination-fraction, .testimonials .swiper-pagination-custom, .testimonials .swiper-horizontal > .swiper-pagination-bullets, .testimonials .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
}


.testimonials .swiper-pagination-fraction, .testimonials .swiper-pagination-custom, .testimonials .swiper-horizontal > .swiper-pagination-bullets, .testimonials .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}


.testimonials .testimonial-bg-block-primary {
    width:100%;
  }


.testimonials .testimonial-bg-block-accent {
    width:80%;
    -webkit-clip-path:polygon(85px 0, 100% 0, 100% 100%, 85px 100%, 0 50%);
    clip-path:polygon(85px 0, 100% 0, 100% 100%, 85px 100%, 0 50%);
  }


@media screen and (min-width:768px) {
    .testimonials .testimonial-bg-block-primary {
      /* width:calc((100vw - 2rem) - 150px); */
      width:calc(100vw - 11.375rem);
      -webkit-clip-path:polygon(0 0, calc(100% - 85px) 0, 100% 50%, calc(100% - 85px) 100%, 0 100%);
      clip-path:polygon(0 0, calc(100% - 85px) 0, 100% 50%, calc(100% - 85px) 100%, 0 100%);
    }
    .testimonials .testimonial-bg-block-accent {
      width:calc(100vw - 11.375rem);
      max-width:87.5rem;
    }
}
@media screen and (min-width:1312px) {
    .testimonials .testimonial-bg-block-primary {
      /* width:calc(((100vw - 82rem) / 2) + 78rem - 150px); */
      width:calc(((100vw - 82rem) / 2) + 68.625rem);
    }
}


.no-js {
    position: fixed;
    z-index: 10000;
    width: 100vw;
    background-color: var(--tt-teal);
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--black)
}

@media (min-width: 1024px) {
        .home-hero h1 {
            max-width:80%;
            font-size:clamp(3rem, 3rem + ((1vw - 0.48rem) * 3.846), 4.25rem);
        }
    }
/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: itc-avant-garde-gothic-pro, Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {

  a {
    transition: color .3s ease-in-out;
  }
}

html {
  font-family: itc-avant-garde-gothic-pro, Arial, sans-serif;
}

mark {
  background-color: var(--primary);
  color: var(--white);
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-top-\[2rem\] {
  top: -2rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-8 {
  left: 2rem;
}
.left-\[-144px\] {
  left: -144px;
}
.right-0 {
  right: 0px;
}
.right-\[144px\] {
  right: 144px;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[3\.75rem\] {
  top: 3.75rem;
}
.top-\[4\.375rem\] {
  top: 4.375rem;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[99999\] {
  z-index: 99999;
}
.m-0 {
  margin: 0px;
}
.\!-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mt-\[1px\] {
  margin-top: -1px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[100\/65\] {
  aspect-ratio: 100/65;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[5\/3\] {
  aspect-ratio: 5/3;
}
.aspect-\[7\/8\] {
  aspect-ratio: 7/8;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-0 {
  height: 0px;
}
.h-4 {
  height: 1rem;
}
.h-\[1\.5rem\] {
  height: 1.5rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[28\.75rem\] {
  height: 28.75rem;
}
.h-\[36\.25rem\] {
  height: 36.25rem;
}
.h-full {
  height: 100%;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[268px\] {
  min-height: 268px;
}
.min-h-full {
  min-height: 100%;
}
.w-0 {
  width: 0px;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-\[\.875rem\] {
  width: .875rem;
}
.w-\[1\.5rem\] {
  width: 1.5rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[262px\] {
  width: 262px;
}
.w-\[calc\(100\%-3rem\)\] {
  width: calc(100% - 3rem);
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[1120px\] {
  max-width: 1120px;
}
.max-w-\[210px\] {
  max-width: 210px;
}
.max-w-content {
  max-width: 78rem;
}
.max-w-content-blog {
  max-width: 56rem;
}
.max-w-content-thin {
  max-width: 48rem;
}
.max-w-footer-content {
  max-width: 20rem;
}
.max-w-site {
  max-width: 160rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-2\/3 {
  flex-basis: 66.666667%;
}
.basis-2\/5 {
  flex-basis: 40%;
}
.basis-\[100px\] {
  flex-basis: 100px;
}
.basis-\[16px\] {
  flex-basis: 16px;
}
.basis-\[1rem\] {
  flex-basis: 1rem;
}
.basis-\[20\%\] {
  flex-basis: 20%;
}
.basis-\[231px\] {
  flex-basis: 231px;
}
.basis-\[25\%\] {
  flex-basis: 25%;
}
.basis-\[33\%\] {
  flex-basis: 33%;
}
.basis-\[3rem\] {
  flex-basis: 3rem;
}
.basis-\[40\%\] {
  flex-basis: 40%;
}
.basis-\[450px\] {
  flex-basis: 450px;
}
.basis-\[47\%\] {
  flex-basis: 47%;
}
.basis-\[50\%\] {
  flex-basis: 50%;
}
.basis-\[60\%\] {
  flex-basis: 60%;
}
.basis-\[64px\] {
  flex-basis: 64px;
}
.basis-\[auto\] {
  flex-basis: auto;
}
.basis-\[calc\(100\%-3rem\)\] {
  flex-basis: calc(100% - 3rem);
}
.basis-auto {
  flex-basis: auto;
}
.-translate-y-24 {
  --tw-translate-y: -6rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-stretch {
  justify-content: stretch;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.\!border-tt-accent-blue {
  border-color: var(--tt-accent-blue) !important;
}
.border-transparent {
  border-color: transparent;
}
.border-tt-accent-blue {
  border-color: var(--tt-accent-blue);
}
.border-tt-accent-blue-dk {
  border-color: var(--tt-accent-blue-dk);
}
.border-tt-gray {
  border-color: var(--tt-gray);
}
.border-tt-gray-lt {
  border-color: var(--tt-gray-lt);
}
.border-white {
  border-color: var(--white);
}
.border-white-20 {
  border-color: var(--white-20);
}
.bg-black {
  background-color: var(--black);
}
.bg-primary {
  background-color: var(--primary);
}
.bg-transparent {
  background-color: transparent;
}
.bg-tt-accent-blue {
  background-color: var(--tt-accent-blue);
}
.bg-tt-beige {
  background-color: var(--tt-beige);
}
.bg-tt-beige-10 {
  background-color: var(--tt-beige-10);
}
.bg-tt-beige-20 {
  background-color: var(--tt-beige-20);
}
.bg-tt-gray-lt {
  background-color: var(--tt-gray-lt);
}
.bg-tt-primary {
  background-color: var(--primary);
}
.bg-tt-sus-green {
  background-color: var(--tt-sus-green);
}
.bg-white {
  background-color: var(--white);
}
.bg-none {
  background-image: none;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[2\.5rem\] {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-parallax-mobile {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[188px\] {
  padding-bottom: 188px;
}
.pb-\[calc\(1rem-3px\)\] {
  padding-bottom: calc(1rem - 3px);
}
.pl-16 {
  padding-left: 4rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-44 {
  padding-top: 11rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[14rem\] {
  padding-top: 14rem;
}
.pt-\[4\.375rem\] {
  padding-top: 4.375rem;
}
.pt-\[7rem\] {
  padding-top: 7rem;
}
.pt-header-mobile {
  padding-top: 100px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.text-sm {
  font-size: .875rem;
  line-height: 1.375rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 2rem;
}
.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}
.text-xxs {
  font-size: .6875rem;
  line-height: .75rem;
}
.font-bold {
  font-weight: 600;
}
.font-normal {
  font-weight: 300;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.leading-none {
  line-height: 1;
}
.\!text-tt-accent-blue {
  color: var(--tt-accent-blue) !important;
}
.text-primary {
  color: var(--primary);
}
.text-tt-accent-blue {
  color: var(--tt-accent-blue);
}
.text-tt-accent-blue-20 {
  color: var(--tt-accent-blue-20);
}
.text-tt-gray-dk {
  color: var(--tt-gray-dk);
}
.text-tt-primary {
  color: var(--primary);
}
.text-white {
  color: var(--white);
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-\[\.85\] {
  opacity: .85;
}
.opacity-\[\.95\] {
  opacity: .95;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-primary {
  --tw-ring-color: var(--primary);
}
.ring-tt-sus-green {
  --tw-ring-color: var(--tt-sus-green);
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.transition-\[border\] {
  transition-property: border;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}
.after\:top-\[calc\(50\%-\.5rem\)\]::after {
  content: var(--tw-content);
  top: calc(50% - .5rem);
}
.after\:top-\[calc\(50\%-1\.375rem\)\]::after {
  content: var(--tw-content);
  top: calc(50% - 1.375rem);
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:h-\[1rem\]::after {
  content: var(--tw-content);
  height: 1rem;
}
.after\:h-\[2\.75rem\]::after {
  content: var(--tw-content);
  height: 2.75rem;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:border-b-2::after {
  content: var(--tw-content);
  border-bottom-width: 2px;
}
.after\:border-l::after {
  content: var(--tw-content);
  border-left-width: 1px;
}
.after\:border-tt-beige-20::after {
  content: var(--tw-content);
  border-color: var(--tt-beige-20);
}
.after\:border-tt-beige-dk::after {
  content: var(--tw-content);
  border-color: var(--tt-beige-dk);
}
.after\:border-tt-gray::after {
  content: var(--tw-content);
  border-color: var(--tt-gray);
}
.last\:mb-\[2px\]:last-child {
  margin-bottom: 2px;
}
.last\:mr-0:last-child {
  margin-right: 0px;
}
.last\:border-b:last-child {
  border-bottom-width: 1px;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last\:after\:border-0:last-child::after {
  content: var(--tw-content);
  border-width: 0px;
}
.focus-within\:overflow-y-visible:focus-within {
  overflow-y: visible;
}
.hover\:cursor-default:hover {
  cursor: default;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-tt-accent-blue:hover {
  border-color: var(--tt-accent-blue);
}
.hover\:border-white:hover {
  border-color: var(--white);
}
.hover\:bg-tt-beige-20:hover {
  background-color: var(--tt-beige-20);
}
.hover\:text-primary:hover {
  color: var(--primary);
}
.hover\:text-tt-accent-blue:hover {
  color: var(--tt-accent-blue);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ml-1:focus-visible {
  margin-left: 0.25rem;
}
.focus-visible\:translate-y-0:focus-visible {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.focus-visible\:overflow-visible:focus-visible {
  overflow: visible;
}
.focus-visible\:opacity-100:focus-visible {
  opacity: 1;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.active\:bg-tt-beige-20:active {
  background-color: var(--tt-beige-20);
}
.group:hover .group-hover\:border-white {
  border-color: var(--white);
}
@media (prefers-reduced-motion: no-preference) {

  .motion-safe\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
}
@media (min-width: 640px) {

  .sm\:\!mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:basis-\[312px\] {
    flex-basis: 312px;
  }

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

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {

  .md\:top-0 {
    top: 0px;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:h-\[16\.25rem\] {
    height: 16.25rem;
  }

  .md\:h-\[20\.625rem\] {
    height: 20.625rem;
  }

  .md\:max-w-\[calc\(100\%-275px\)\] {
    max-width: calc(100% - 275px);
  }

  .md\:pt-0 {
    padding-top: 0px;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:inset-0 {
    inset: 0px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

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

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

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

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[2\/1\] {
    aspect-ratio: 2/1;
  }

  .lg\:aspect-\[5\/2\] {
    aspect-ratio: 5/2;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

  .lg\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .lg\:h-\[172px\] {
    height: 172px;
  }

  .lg\:min-h-\[400px\] {
    min-height: 400px;
  }

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:max-w-\[66\.666\%\] {
    max-width: 66.666%;
  }

  .lg\:max-w-\[900px\] {
    max-width: 900px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-1\/4 {
    flex-basis: 25%;
  }

  .lg\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .lg\:basis-2\/5 {
    flex-basis: 40%;
  }

  .lg\:basis-3\/5 {
    flex-basis: 60%;
  }

  .lg\:basis-\[100px\] {
    flex-basis: 100px;
  }

  .lg\:basis-\[246px\] {
    flex-basis: 246px;
  }

  .lg\:basis-\[45\%\] {
    flex-basis: 45%;
  }

  .lg\:basis-\[55\%\] {
    flex-basis: 55%;
  }

  .lg\:basis-\[680px\] {
    flex-basis: 680px;
  }

  .lg\:basis-\[calc\(50\%-1rem\)\] {
    flex-basis: calc(50% - 1rem);
  }

  .lg\:basis-auto {
    flex-basis: auto;
  }

  .lg\:basis-full {
    flex-basis: 100%;
  }

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

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

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

  .lg\:items-start {
    align-items: flex-start;
  }

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

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

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

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

  .lg\:justify-stretch {
    justify-content: stretch;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[2\.5rem\] {
    gap: 2.5rem;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-b-\[3px\] {
    border-bottom-width: 3px;
  }

  .lg\:border-l-0 {
    border-left-width: 0px;
  }

  .lg\:border-r-0 {
    border-right-width: 0px;
  }

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

  .lg\:border-tt-gray-lt {
    border-color: var(--tt-gray-lt);
  }

  .lg\:border-tt-primary {
    border-color: var(--primary);
  }

  .lg\:bg-tt-beige {
    background-color: var(--tt-beige);
  }

  .lg\:bg-tt-beige-20 {
    background-color: var(--tt-beige-20);
  }

  .lg\:bg-tt-primary {
    background-color: var(--primary);
  }

  .lg\:bg-white {
    background-color: var(--white);
  }

  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:from-black {
    --tw-gradient-from: var(--black) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
  }

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

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

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

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .lg\:py-parallax-desktop {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

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

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-\[12rem\] {
    padding-top: 12rem;
  }

  .lg\:pt-\[78px\] {
    padding-top: 78px;
  }

  .lg\:pt-header-desktop {
    padding-top: 200px;
  }

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

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

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .lg\:text-7xl {
    font-size: 4.25rem;
    line-height: 4rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .lg\:text-sm {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .lg\:text-xs {
    font-size: .75rem;
    line-height: 1rem;
  }

  .lg\:text-tt-gray-dk {
    color: var(--tt-gray-dk);
  }

  .lg\:text-tt-primary {
    color: var(--primary);
  }

  .lg\:opacity-90 {
    opacity: 0.9;
  }

  .lg\:after\:border-b-0::after {
    content: var(--tw-content);
    border-bottom-width: 0px;
  }

  .lg\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .group:hover .group-hover\:lg\:border-tt-accent-blue {
    border-color: var(--tt-accent-blue);
  }

  .group:hover .group-hover\:lg\:bg-tt-accent-blue {
    background-color: var(--tt-accent-blue);
  }

  .group:hover .lg\:group-hover\:bg-tt-sus-green {
    background-color: var(--tt-sus-green);
  }

  .group:hover .group-hover\:lg\:text-tt-accent-blue {
    color: var(--tt-accent-blue);
  }

  .group:hover .group-hover\:lg\:text-white {
    color: var(--white);
  }

  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-90 {
    opacity: 0.9;
  }
}