/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Spangler Restoration
Theme URI: https://underscoretw.com
Description: A custom tailwind based block theme for WordPress.
Version: 0.1.0
Author: Lazarus Design Team
Author URI: https://underscoretw.com/
Text Domain: spangler_restoration
Requires at least: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Spangler Restoration is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --radius-md: 0.375rem;
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --color-secondary: var(--wp--preset--color--secondary);
  --color-tertiary: var(--wp--preset--color--tertiary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
:root {
  --font-primary: "interstate", sans-serif;
  --font-text: "proxima-nova", sans-serif;
  --font-secondary: "schoolbook", sans-serif;
  --plyr-color-main: #C90D00;
  --color-white: #FFFFFF;
  --color-primary: #012D86;
  --color-secondary: #C90D00;
  --color-tertiary: #FFCC4B;
  --color-quartary: #0066CA;
  --color-foreground: #000000;
  --color-accent: #F7F7F7;
}
.font-primary {
  font-family: var(--font-primary) !important;
}
.font-text {
  font-family: var(--font-text) !important;
}
.font-secondary {
  font-family: var(--font-secondary) !important;
}
body {
  background-color: var(--color-white);
  font-size: 16px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-foreground);
}
@media (width >= 64rem) {
  body {
    font-size: 18px;
  }
}
@media (width >= 80rem) {
  body {
    font-size: 20px;
  }
}
body {
  font-family: var(--font-text) !important;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body,	html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  overflow-y: hidden !important;
}
[data-aos] {
  will-change: transform, opacity;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-thumb {
  background-color: #0066CA;
  border-radius: 20px;
}
body::-webkit-scrollbar-track {
  background-color: rgba(0, 150, 250, 0.10);
  border-radius: 20px;
}
#location-list::-webkit-scrollbar {
  width: 5px;
}
#location-list::-webkit-scrollbar-thumb {
  background-color: #0066CA;
  border-radius: 10px;
}
#location-list::-webkit-scrollbar-track {
  background-color: rgba(0, 150, 250, 0.10);
  border-radius: 10px;
}
.container {
  padding-inline: 1.5rem;
}
.gform_ajax_spinner {
  display: none !important;
}
body.mobile-menu-open {
  overflow: hidden;
}
a {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
p {
  margin-block-start: 0;
  margin-bottom: 1.2em;
}
p:last-of-type {
  margin-bottom: calc(var(--spacing) * 0);
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
}
.style-disc ul {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 1.5em;
  list-style-type: disc;
  font-size: 16px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-foreground);
}
@media (width >= 64rem) {
  .style-disc ul {
    font-size: 18px;
  }
}
@media (width >= 80rem) {
  .style-disc ul {
    font-size: 20px;
  }
}
.style-disc ul {
  font-family: var(--font-text) !important;
}
.style-disc ul li {
  margin-bottom: 0.5em;
}
.style-disc a {
  color: var(--color-foreground);
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
@media (hover: hover) {
  :is(.style-disc a):hover {
    color: var(--color-primary);
  }
}
@media (hover: hover) {
  :is(.style-disc a):hover {
    text-decoration-line: none;
  }
}
.style-disc.link-blue a {
  color: #012D86;
}
@media (hover: hover) {
  :is(.style-disc.link-blue a):hover {
    color: var(--color-black);
  }
}
.style-disc strong,	.style-disc b {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.no-scroll {
  overflow: hidden;
}
section#shadow-host-companion {
  padding: 0;
  margin: 0;
}
p {
  font-size: 16px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
@media (width >= 64rem) {
  p {
    font-size: 18px;
  }
}
@media (width >= 80rem) {
  p {
    font-size: 20px;
  }
}
p {
  font-family: var(--font-text) !important;
  margin-top: 0 !important;
}
.text-sub p, .text-sub, .ez-toc-title {
  font-size: 16px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: 0.42px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}
@media (width >= 64rem) {
  .text-sub p, .text-sub, .ez-toc-title {
    font-size: 19px;
  }
}
@media (width >= 80rem) {
  .text-sub p, .text-sub, .ez-toc-title {
    font-size: 21px;
  }
}
.text-sub.special-sub *, .text-sub.special-sub p, .text-sub.special-sub {
  font-family: var(--font-secondary) !important;
  text-transform: none;
  font-style: italic;
}
.text-sub-medium p, .text-sub-medium, div#ez-toc-container ul li, div#ez-toc-container ul li a {
  font-size: 18px;
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
@media (width >= 48rem) {
  .text-sub-medium p, .text-sub-medium, div#ez-toc-container ul li, div#ez-toc-container ul li a {
    font-size: 20px;
  }
}
@media (width >= 64rem) {
  .text-sub-medium p, .text-sub-medium, div#ez-toc-container ul li, div#ez-toc-container ul li a {
    font-size: 22px;
  }
}
@media (width >= 80rem) {
  .text-sub-medium p, .text-sub-medium, div#ez-toc-container ul li, div#ez-toc-container ul li a {
    font-size: 24px;
  }
}
.text-sub-large p, .text-sub-large {
  font-size: 20px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: 0.56px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
@media (width >= 48rem) {
  .text-sub-large p, .text-sub-large {
    font-size: 22px;
  }
}
@media (width >= 64rem) {
  .text-sub-large p, .text-sub-large {
    font-size: 26px;
  }
}
@media (width >= 80rem) {
  .text-sub-large p, .text-sub-large {
    font-size: 28px;
  }
}
.info, .info p {
  font-size: 18px;
}
@media (width >= 48rem) {
  .info, .info p {
    font-size: 20px;
  }
}
@media (width >= 64rem) {
  .info, .info p {
    font-size: 22px;
  }
}
@media (width >= 80rem) {
  .info, .info p {
    font-size: 28px;
  }
}
.subheading {
  font-size: 17px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: 0.42px;
  letter-spacing: 0.42px;
  font-style: italic;
}
@media (width >= 64rem) {
  .subheading {
    font-size: 19px;
  }
}
@media (width >= 80rem) {
  .subheading {
    font-size: 21px;
  }
}
.subheading {
  font-family: var(--font-secondary) !important;
}
h1 {
  font-size: 30px;
  --tw-leading: 1.1;
  line-height: 1.1;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: 0.01em;
  letter-spacing: 0.01em;
}
@media (width >= 48rem) {
  h1 {
    font-size: 42px;
  }
}
@media (width >= 64rem) {
  h1 {
    font-size: 50px;
  }
}
@media (width >= 80rem) {
  h1 {
    font-size: 70px;
  }
}
@media (width >= 96rem) {
  h1 {
    font-size: 84px;
  }
}
h1 {
  font-family: var(--font-primary) !important;
}
h2, .number, .box-counters span {
  font-size: 28px;
  --tw-leading: 1.1;
  line-height: 1.1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: -1px;
  letter-spacing: -1px;
}
@media (width >= 48rem) {
  h2, .number, .box-counters span {
    font-size: 30px;
  }
}
@media (width >= 64rem) {
  h2, .number, .box-counters span {
    font-size: 35px;
  }
}
@media (width >= 80rem) {
  h2, .number, .box-counters span {
    font-size: 40px;
  }
}
@media (width >= 96rem) {
  h2, .number, .box-counters span {
    font-size: 50px;
  }
}
h2, .number, .box-counters span {
  font-family: var(--font-primary) !important;
}
h3 {
  font-size: 23px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: 0.64px;
  letter-spacing: 0.64px;
}
@media (width >= 48rem) {
  h3 {
    font-size: 24px;
  }
}
@media (width >= 64rem) {
  h3 {
    font-size: 26px;
  }
}
@media (width >= 80rem) {
  h3 {
    font-size: 28px;
  }
}
@media (width >= 96rem) {
  h3 {
    font-size: 32px;
  }
}
h3 {
  font-family: var(--font-primary) !important;
}
h3.title-case {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
h4 {
  font-size: 20px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: 0.29px;
  letter-spacing: 0.29px;
}
@media (width >= 48rem) {
  h4 {
    font-size: 21px;
  }
}
@media (width >= 64rem) {
  h4 {
    font-size: 22px;
  }
}
@media (width >= 80rem) {
  h4 {
    font-size: 24px;
  }
}
@media (width >= 96rem) {
  h4 {
    font-size: 26px;
  }
}
h4 {
  font-family: var(--font-primary) !important;
}
.title-team {
  font-size: 20px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  --tw-tracking: 0.56px;
  letter-spacing: 0.56px;
}
@media (width >= 48rem) {
  .title-team {
    font-size: 20px;
  }
}
@media (width >= 64rem) {
  .title-team {
    font-size: 24px;
  }
}
@media (width >= 80rem) {
  .title-team {
    font-size: 26px;
  }
}
@media (width >= 96rem) {
  .title-team {
    font-size: 28px;
  }
}
.title-team {
  font-family: var(--font-primary) !important;
}
.position-team {
  font-size: 16px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.18px;
  letter-spacing: -0.18px;
}
@media (width >= 64rem) {
  .position-team {
    font-size: 18px;
  }
}
.position-team {
  font-family: var(--font-primary) !important;
}
.style-triangle ul {
  list-style: none;
  padding-left: calc(var(--spacing) * 0);
}
@media (width >= 64rem) {
  .style-triangle ul {
    padding-left: 2em;
  }
}
.style-triangle ul li {
  position: relative;
  padding-left: 20px;
}
.style-triangle ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20' viewBox='0 0 15 20' fill='none'%3e%3cpath d='M13.9078 8.62183C15.0094 9.42035 15.0094 11.0619 13.9078 11.8604L3.46693 19.4291C2.14465 20.3876 0.29309 19.4429 0.29309 17.8098L0.293091 2.67247C0.293091 1.03932 2.14465 0.0946476 3.46693 1.05317L13.9078 8.62183Z' fill='%23C90D00'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
}
.wp-block-table {
  max-width: 80% !important;
}
.single-sidebar #ez-toc-container {
  margin-bottom: 2em;
  border-radius: 0;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
#ez-toc-container {
  display: none;
}
.single-sidebar #ez-toc-container {
  display: block;
}
.ez-toc-title {
  color: var(--color-primary);
  border-bottom: 1px solid #0066CA;
  padding-right: 32px !important;
}
.ez-toc-list {
  margin-top: 20px !important;
}
.single-sidebar .ez-toc-list a {
  font-size: 18px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #0066CA;
}
:is(.single-sidebar .ez-toc-list a):visited {
  color: #0066CA;
}
@media (hover: hover) {
  :is(.single-sidebar .ez-toc-list a):hover {
    color: var(--color-primary);
  }
}
@media (width >= 80rem) {
  .single-sidebar .ez-toc-list a {
    font-size: 20px;
  }
}
.single-sidebar .ez-toc-list a {
  font-family: var(--font-text) !important;
}
.single-sidebar .ez-toc-list a:visited {
  color: #0066CA !important;
}
.single-sidebar .ez-toc-list a:hover {
  text-decoration: none !important;
  color: #C90D00 !important;
}
.ez-toc-list li {
  margin-bottom: 12px !important;
}
.info-blog-section h1, .info-blog-section h2, .info-blog-section h3, .info-blog-section h4, .info-blog-section h5, .info-blog-section h6, .content-section h3 {
  color: #0066CA;
}
.info-blog-section h3, .content-section h3 {
  text-transform: uppercase;
}
.info-blog-section .wp-block-image {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
div#ez-toc-container p.ez-toc-title {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #C90D00 !important;
}
.info-blog-section p, .content-section p {
  color: #3E416C !important;
  line-height: 1.5;
}
ul.wp-block-list, .info-blog-section ul, .content-section ul {
  list-style: disc;
  padding-left: 1.2em;
  padding-bottom: 0.5em;
}
ol {
  list-style: decimal !important;
  padding-left: 1.2em;
  padding-bottom: 0.5em;
}
ul.wp-block-list li, ol li, .info-blog-section ul li, .content-section ul li {
  margin-bottom: 0.5em;
  color: #3E416C !important;
}
.info-blog-section .wp-block-image img {
  height: 15em;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (width >= 64rem) {
  .info-blog-section .wp-block-image img {
    height: 381px;
  }
}
.info-blog-section a {
  text-decoration-line: underline;
}
@media (hover: hover) {
  :is(.info-blog-section a):hover {
    text-decoration-line: none;
  }
}
.info-blog-section p:last-of-type {
  margin-bottom: 1em !important;
}
.logo-header {
  height: 35px;
  max-width: 150px;
}
@media (width >= 48rem) {
  .logo-header {
    height: 54px;
  }
}
@media (width >= 48rem) {
  .logo-header {
    max-width: 230px;
  }
}
.site-navigation a {
  font-family: var(--font-primary) !important;
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.3;
}
.site-navigation .menu-item-has-children {
  padding-inline-end: 36px;
}
.site-navigation .menu-item-has-children > a, .footer-navigation li a, .text-info-footer a, .info-copyright a {
  position: relative;
}
.site-navigation .menu-item-has-children > a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='11' viewBox='0 0 19 11' fill='none'%3e%3cpath d='M1.5 1L9.5 9L17.5 1' stroke='white' stroke-width='2'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -5px;
  transition: all ease .25s;
  position: absolute;
  right: -28px;
  top: 50%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: transform .25s;
  -o-transition: transform .25s;
  -webkit-transition: transform .25s;
  transition: transform .25s ease 0s;
}
.site-navigation .menu-item-has-children.menu-open>a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site-header.site-header-center .site-navigation .menu-item-has-children > a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3e%3cpath d='M17.6537 2.17027L9.83027 10.6269C9.72124 10.7452 9.59169 10.839 9.44905 10.903C9.30641 10.967 9.15347 11 8.99902 11C8.84457 11 8.69164 10.967 8.54899 10.903C8.40635 10.839 8.2768 10.7452 8.16778 10.6269L0.344312 2.17027C0.123853 1.93197 -3.2851e-09 1.60876 0 1.27175C3.2851e-09 0.934743 0.123853 0.611537 0.344312 0.373235C0.564772 0.134934 0.863779 0.00105731 1.17556 0.00105731C1.48733 0.0010573 1.78634 0.134934 2.0068 0.373235L9 7.93241L15.9932 0.372179C16.2137 0.133877 16.5127 0 16.8244 0C17.1362 0 17.4352 0.133877 17.6557 0.372179C17.8761 0.61048 18 0.933687 18 1.2707C18 1.60771 17.8761 1.93091 17.6557 2.16921L17.6537 2.17027Z' fill='%23004C97'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -5px;
  transition: all ease .25s;
  position: absolute;
  right: -28px;
  top: 50%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: transform .25s;
  -o-transition: transform .25s;
  -webkit-transition: transform .25s;
  transition: transform .25s ease 0s;
}
.site-header.site-header-center .site-navigation .menu-item-has-children.menu-open>a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site-navigation li .submenu > li {
  padding-block: 10px;
}
.site-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -o-transition: transform .2s linear;
  -ms-transition: transform .2s linear;
  -moz-transition: transform .2s linear;
  -webkit-transition: transform .2s linear;
  transition: transform .2s linear;
}
.site-navigation li>a::after, .footer-navigation li a::after, .text-info-footer a::after, .info-copyright a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: var(--color-white);
  transform-origin: bottom right;
  transition: transform .25s ease-out;
}
.site-navigation .menu-item-has-children > .submenu .menu-item-has-children {
  position: relative;
}
.site-navigation .menu-item-has-children > .submenu .menu-item-has-children > .submenu {
  opacity: 0;
  width: 13em;
}
.site-navigation .menu-item-has-children > .submenu .menu-item-has-children:hover > .submenu {
  opacity: 1;
  float: left;
  position: absolute;
  top: 0;
  left: 13em;
  z-index: 99999;
}
.site-navigation .menu-item-has-children > a {
  position: relative;
}
.site-navigation .menu-item-has-children > .submenu .menu-item-has-children >a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3e%3cpath d='M15.9 1.72376e-06L18 2.08108L9 11L-1.12763e-06 2.08108L2.1 5.17326e-07L9 6.83784L15.9 1.72376e-06Z' fill='%230D0D0D'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -3px;
  transition: all ease .25s;
  position: absolute;
  right: -19px;
  top: 50%;
  left: unset;
  bottom: unset;
}
.site-navigation .menu-item-has-children > .submenu .menu-item-has-children > a::before {
  top: 6px;
}
.site-navigation .menu-item-has-children > .submenu .menu-item-has-children > a::after {
  transform: rotate(0);
}
.site-navigation .menu-item-has-children > .submenu .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
  transform-origin: center;
}
.simple-link {
  position: relative;
  font-size: 18px;
  font-family: var(--font-primary) !important;
  font-weight: 800;
  text-transform: uppercase;
  color: #C90D00;
}
.simple-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 2px;
  bottom: -2px;
  left: 0;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  background-color: #C90D00;
}
.simple-link:hover::after, .simple-link:focus::after {
  transform: scaleX(0);
  transform-origin: bottom left;
}
ul#menu-mobile-menu ul.sub-menu li.current-menu-item > a {
  color: var(--color-white);
}
.site-header-center ul#menu-mobile-menu ul.sub-menu li.current-menu-item > a {
  color: var(--color-primary);
}
.site-navigation li.current-menu-item>a::after, .site-navigation li>a:focus::after, .site-navigation li>a:hover::after, .footer-navigation li a:hover::after, .footer-navigation li a:focus::after, .footer-navigation li.current-menu-item a::after, .text-info-footer a:hover::after, .text-info-footer a:focus::after, .info-copyright a:hover::after, .info-copyright a:focus::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.site-navigation li.menu-item-has-children a::after {
  display: none;
}
.site-header.header-scrolled {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.site-header .submenu li > a {
  color: var(--color-primary);
}
.site-header .submenu li > a {
  font-size: 14px !important;
}
ul#menu-mobile-menu ul.sub-menu, ul#menu-footer-mobile-menu ul.sub-menu {
  background-color: transparent;
  box-shadow: none;
  width: 100%;
}
ul#menu-mobile-menu ul.sub-menu li {
  padding: 16px 0 16px 16px;
}
ul#menu-mobile-menu li.menu-open ul.sub-menu {
  border-top: 1px solid var(--color-primary);
  margin-top: 10px;
  overflow-y: auto;
  height: 70vh;
}
.site-header-center ul#menu-mobile-menu ul.sub-menu li a {
  font-size: 18px;
  color: var(--color-white);
}
.site-navigation .menu-item-has-children > ul li > a:before {
  right: 0 !important;
}
ul#menu-mobile-menu ul.sub-menu li ul li a {
  font-size: 16px !important;
}
ul#menu-primary-left-menu li.current-menu-item > a, ul#menu-primary-left-menu ul.sub-menu li.current-menu-item > a, ul#menu-primary-right-menu li.current-menu-item > a, ul#menu-primary-right-menu ul.sub-menu li.current-menu-item > a, .current-menu-parent .submenu > a {
  color: var(--color-primary);
}
ul#menu-mobile-menu ul.sub-menu li a {
  color: var(--color-white);
}
ul#menu-mobile-menu li.current-menu-item > a, ul#menu-mobile-menu li .sub-menu li.current-menu-item > a {
  color: var(--color-primary);
}
ul#menu-mobile-menu li.current-menu-item > a::after {
  display: none;
}
#primary-left-navigation > li:first-child {
  padding-left: 0 !important;
}
.site-header .submenu li > a {
  position: relative;
  font-size: 16px;
}
.site-header.site-header-center .submenu li > a {
  position: relative;
  font-size: 20px;
}
.site-header .submenu li > a::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: -12px;
  transform-origin: bottom left;
  transform: scaleY(0) !important;
  transition: transform .5s ease 0s;
  background-color: var(--color-primary);
}
.site-header .submenu li a:hover::before, .site-header .submenu li a:focus::before, .site-header .submenu li.current-menu-item a::before {
  transform: scaleY(1) !important;
}
.site-header.header-scrolled, .site-header.header-scrolled-top {
  background-color: #0066CA;
}
.plyr--video {
  height: 100%;
  width: 100%;
}
.plyr__poster {
  background-size: cover !important;
}
.plyr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.btn, .contact-form .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-inline: 30px;
  padding-block: 15px;
  text-align: center;
  font-size: 16px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: 800;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration-line: none;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 400ms;
  transition-duration: 400ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
@media (width >= 64rem) {
  .btn, .contact-form .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full {
    font-size: 18px;
  }
}
.btn, .contact-form .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full {
  font-family: var(--font-primary) !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn.nav {
  padding-inline: 15px;
  padding-block: 10px;
  font-size: 16px;
}
@media (width >= 64rem) {
  .btn.nav {
    font-size: 17px;
  }
}
.btn_primary {
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--color-white);
  background-color: transparent;
  color: var(--color-white);
}
@media (hover: hover) {
  .btn_primary:hover {
    border-color: var(--color-secondary);
  }
}
@media (hover: hover) {
  .btn_primary:hover {
    background-color: var(--color-secondary);
  }
}
@media (hover: hover) {
  .btn_primary:hover {
    color: var(--color-white);
  }
}
.btn_secondary {
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
  color: var(--color-white);
}
@media (hover: hover) {
  .btn_secondary:hover {
    border-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .btn_secondary:hover {
    background-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .btn_secondary:hover {
    color: var(--color-white);
  }
}
.btn_tertiary {
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--color-tertiary);
  background-color: var(--color-tertiary);
  color: var(--color-primary);
}
@media (hover: hover) {
  .btn_tertiary:hover {
    color: var(--color-primary);
  }
}
.btn_quaternary {
  border-style: var(--tw-border-style);
  border-width: 2px;
  color: var(--color-white);
}
@media (hover: hover) {
  .btn_quaternary:hover {
    background-color: var(--color-white);
  }
}
@media (hover: hover) {
  .btn_quaternary:hover {
    color: #0066CA;
  }
}
.btn_quaternary {
  background-color: var(--color-quartary);
  border-color: var(--color-quartary);
}
.btn_quaternary:hover {
  border-color: var(--color-quartary);
}
.contact-form .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full {
  text-transform: uppercase !important;
  background-color: #012D86 !important;
  color: #fff;
  border-radius: 0 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 25px 30px !important;
}
.contact-form .gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full:hover {
  background-color: #C90D00 !important;
}
.contact-form {
  box-shadow: 0px 1px 11px 3px rgba(0, 0, 0, 0.18);
}
.padding-small {
  padding: 130px 0 !important;
}
.padding-medium {
  padding: 165px 0 !important;
}
.padding-large {
  padding: 220px 0;
}
.padding-xlarge {
  padding: 250px 0;
}
@media (max-width: 960px) {
  .pl-contain:not(.not-lp) {
    padding-left: 1.5rem;
  }
  .pr-contain:not(.not-rp) {
    padding-right: 1.5rem;
  }
  .pl-contain.not-lp {
    padding-left: calc(var(--spacing) * 0);
  }
  .pr-contain.not-rp {
    padding-right: calc(var(--spacing) * 0);
  }
}
@media (min-width: 40rem) {
  .pl-contain {
    padding-left: calc(((100vw - 40rem) / 2) + 1.5rem);
  }
  .pr-contain {
    padding-right: calc(((100vw - 40rem) / 2) + 1.5rem);
  }
}
@media (min-width: 48rem) {
  .pl-contain {
    padding-left: calc(((100vw - 48rem) / 2) + 1.5rem);
  }
  .pr-contain {
    padding-right: calc(((100vw - 48rem) / 2) + 1.5rem);
  }
}
@media (min-width: 64rem) {
  .pl-contain {
    padding-left: calc(((100vw - 64rem) / 2) + 1.5rem);
  }
  .pr-contain {
    padding-right: calc(((100vw - 64rem) / 2) + 1.5rem);
  }
}
@media (min-width: 80rem) {
  .pl-contain {
    padding-left: calc(((100vw - 80rem) / 2) + 1.5rem);
  }
  .pr-contain {
    padding-right: calc(((100vw - 80rem) / 2) + 1.5rem);
  }
}
@media (min-width: 96rem) {
  .pl-contain {
    padding-left: calc(((100vw - 1538px) / 2) + 1.5rem);
  }
  .pr-contain {
    padding-right: calc(((100vw - 1538px) / 2) + 1.5rem);
  }
}
.slider {
  margin: 0 auto;
  max-width: 100%;
}
#team-slider .swiper-button-next.swiper-button-disabled, #team-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
  cursor: auto;
  pointer-events: none;
}
#team-slider .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'%3e%3cpath d='M0.292894 7.29289C-0.0976314 7.68342 -0.0976315 8.31658 0.292894 8.7071L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34314C8.46159 1.95262 8.46159 1.31946 8.07107 0.928931C7.68054 0.538407 7.04738 0.538406 6.65686 0.928931L0.292894 7.29289ZM22 7L1 7L1 9L22 9L22 7Z' fill='white'/%3e%3c/svg%3e") !important;
  left: 10px;
  right: auto;
  z-index: 10 !important;
  background-color: var(--color-primary);
  width: 42px !important;
  height: 42px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: -55px !important;
  background-size: 21px !important;
}
#team-slider .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'%3e%3cpath d='M21.7071 8.70711C22.0976 8.31658 22.0976 7.68342 21.7071 7.2929L15.3431 0.928934C14.9526 0.538409 14.3195 0.538409 13.9289 0.928933C13.5384 1.31946 13.5384 1.95262 13.9289 2.34315L19.5858 8L13.9289 13.6569C13.5384 14.0474 13.5384 14.6805 13.9289 15.0711C14.3195 15.4616 14.9526 15.4616 15.3431 15.0711L21.7071 8.70711ZM-8.74228e-08 9L21 9L21 7L8.74228e-08 7L-8.74228e-08 9Z' fill='white'/%3e%3c/svg%3e") !important;
  right: 10px;
  left: auto;
  z-index: 10 !important;
  background-color: var(--color-primary);
  width: 42px !important;
  height: 42px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: -55px !important;
  background-size: 21px !important;
}
#team-slider .swiper-button-prev:hover, #team-slider .swiper-button-next:hover {
  background-color: var(--color-quartary) !important;
}
#team-slider.swiper-container {
  padding-bottom: 60px;
}
.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 0 !important;
  bottom: 0;
  z-index: 50;
  height: 9px !important;
  width: 100% !important;
  background: rgba(0, 150, 250, 0.10);
  border-radius: 20px;
}
.swiper-scrollbar-drag {
  background: var(--color-quartary) !important;
  border-radius: 20px !important;
}
#testimonials-slider .swiper-button-prev {
  background-image: none !important;
  position: relative;
  right: auto;
  left: auto;
  height: 16px;
}
#testimonials-slider .swiper-button-next {
  background-image: none !important;
  position: relative;
  right: auto;
  left: auto;
  height: 16px;
}
#testimonials-slider .swiper-button-prev:hover, #testimonials-slider .swiper-button-next:hover {
  background-color: none !important;
}
.twentytwenty-container, .box-photo-reel {
  height: 20em;
}
@media (width >= 48rem) {
  .twentytwenty-container, .box-photo-reel {
    height: 30em;
  }
}
@media (width >= 64rem) {
  .twentytwenty-container, .box-photo-reel {
    height: 700px;
  }
}
.twentytwenty-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
  height: 20em;
}
@media (width >= 48rem) {
  .twentytwenty-container img {
    height: 30em;
  }
}
@media (width >= 64rem) {
  .twentytwenty-container img {
    height: 700px;
  }
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  border-radius: 0;
  background-color: var(--color-white);
  padding-inline: 15px;
  padding-block: 10px;
  font-size: 21px;
  --tw-leading: 28px;
  line-height: 28px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: 0.42px;
  letter-spacing: 0.42px;
  color: #0066CA;
  text-transform: uppercase;
}
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 93%;
  margin-top: -19px;
}
.twentytwenty-after-label, .twentytwenty-before-label {
  opacity: 1 !important;
}
.before-slider-slider-prev, .photo-reel-slider-prev {
  left: -70px;
}
.before-slider-slider-next, .photo-reel-slider-next {
  right: -50px;
}
.section-before-after {
  margin-bottom: 0;
  padding-bottom: 0;
}
.before-after-section .swiper-button-prev, .photo-reel-section .swiper-button-prev {
  background-image: none !important;
}
.before-after-section .swiper-button-next, .photo-reel-section .swiper-button-next {
  background-image: none !important;
}
.before-after-section .swiper-button-prev:hover, .before-after-section .swiper-button-next:hover, .photo-reel-section .swiper-button-prev:hover, .photo-reel-section .swiper-button-next:hover {
  background-color: none !important;
}
.swiper-button-next, .swiper-button-prev {
  top: 54% !important;
}
.gform_wrapper.gform-theme .ginput_container_date input {
  width: 100%;
}
.custom-radio input[type="radio"] {
  height: 16px;
  width: 16px;
  appearance: none;
}
:is(.custom-radio input[type="radio"]):checked {
  border-color: var(--color-secondary);
}
:is(.custom-radio input[type="radio"]):checked {
  background-color: var(--color-secondary);
}
:is(.custom-radio input[type="radio"]):focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
:is(.custom-radio input[type="radio"]):focus {
  --tw-ring-color: var(--color-secondary);
}
:is(.custom-radio input[type="radio"]):focus {
  --tw-outline-style: none;
  outline-style: none;
}
.custom-radio input[type="radio"] {
  border: 0 !important;
  border-radius: 0 !important;
}
[type='radio'] {
  border-radius: 100%;
  width: 16px;
  height: 16px;
  background-color: rgba(12, 35, 64, 0.15);
}
.custom-radio .gfield_radio {
  display: flex;
  align-items: center;
  gap: 5px;
}
.gform_wrapper.gform-theme .gfield_label, .gfield--type-html, .gfield--type-html label {
  font-size: 18px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #0066CA;
}
@media (width >= 64rem) {
  .gform_wrapper.gform-theme .gfield_label, .gfield--type-html, .gfield--type-html label {
    font-size: 20px;
  }
}
.gform_wrapper.gform-theme .gfield_label, .gfield--type-html, .gfield--type-html label {
  font-family: var(--font-text) !important;
}
.consent .gform-field-label.gform-field-label--type-inline.gfield_consent_label {
  font-size: 14px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #0066CA;
  font-style: italic;
}
@media (width >= 80rem) {
  .consent .gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    font-size: 17px;
  }
}
.consent .gform-field-label.gform-field-label--type-inline.gfield_consent_label {
  font-family: var(--font-text) !important;
}
.gform_wrapper.gform-theme .custom-radio .gfield_label {
  font-size: 18px;
}
@media (width >= 64rem) {
  .gform_wrapper.gform-theme .custom-radio .gfield_label {
    font-size: 20px;
  }
}
.contact-form .gform_wrapper.gform-theme .ginput_container_date input, .contact-form .gform_wrapper.gform-theme .ginput_container_date {
  display: block;
  width: 100%;
}
.gform_heading {
  display: none !important;
}
.gform_wrapper.gform-theme input[type=color], .gform_wrapper.gform-theme input[type=date], .gform_wrapper.gform-theme input[type=datetime-local], .gform_wrapper.gform-theme input[type=datetime], .gform_wrapper.gform-theme input[type=email], .gform_wrapper.gform-theme input[type=month], .gform_wrapper.gform-theme input[type=number], .gform_wrapper.gform-theme input[type=password], .gform_wrapper.gform-theme input[type=search], .gform_wrapper.gform-theme input[type=tel], .gform_wrapper.gform-theme input[type=text], .gform_wrapper.gform-theme input[type=time], .gform_wrapper.gform-theme input[type=url], .gform_wrapper.gform-theme input[type=week], .gform_wrapper.gform-theme select, .gform_wrapper.gform-theme textarea {
  border-radius: 0;
  border-style: var(--tw-border-style);
  border-width: 0px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
  border-color: #0066CA;
  background-color: transparent;
  padding-inline: 20px;
  font-size: 15px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #00194C;
}
:is(.gform_wrapper.gform-theme input[type=color],.gform_wrapper.gform-theme input[type=date],.gform_wrapper.gform-theme input[type=datetime-local],.gform_wrapper.gform-theme input[type=datetime],.gform_wrapper.gform-theme input[type=email],.gform_wrapper.gform-theme input[type=month],.gform_wrapper.gform-theme input[type=number],.gform_wrapper.gform-theme input[type=password],.gform_wrapper.gform-theme input[type=search],.gform_wrapper.gform-theme input[type=tel],.gform_wrapper.gform-theme input[type=text],.gform_wrapper.gform-theme input[type=time],.gform_wrapper.gform-theme input[type=url],.gform_wrapper.gform-theme input[type=week],.gform_wrapper.gform-theme select,.gform_wrapper.gform-theme textarea)::placeholder {
  color: #00194C;
}
.gform_wrapper.gform-theme input[type=color], .gform_wrapper.gform-theme input[type=date], .gform_wrapper.gform-theme input[type=datetime-local], .gform_wrapper.gform-theme input[type=datetime], .gform_wrapper.gform-theme input[type=email], .gform_wrapper.gform-theme input[type=month], .gform_wrapper.gform-theme input[type=number], .gform_wrapper.gform-theme input[type=password], .gform_wrapper.gform-theme input[type=search], .gform_wrapper.gform-theme input[type=tel], .gform_wrapper.gform-theme input[type=text], .gform_wrapper.gform-theme input[type=time], .gform_wrapper.gform-theme input[type=url], .gform_wrapper.gform-theme input[type=week], .gform_wrapper.gform-theme select, .gform_wrapper.gform-theme textarea {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
:is(.gform_wrapper.gform-theme input[type=color],.gform_wrapper.gform-theme input[type=date],.gform_wrapper.gform-theme input[type=datetime-local],.gform_wrapper.gform-theme input[type=datetime],.gform_wrapper.gform-theme input[type=email],.gform_wrapper.gform-theme input[type=month],.gform_wrapper.gform-theme input[type=number],.gform_wrapper.gform-theme input[type=password],.gform_wrapper.gform-theme input[type=search],.gform_wrapper.gform-theme input[type=tel],.gform_wrapper.gform-theme input[type=text],.gform_wrapper.gform-theme input[type=time],.gform_wrapper.gform-theme input[type=url],.gform_wrapper.gform-theme input[type=week],.gform_wrapper.gform-theme select,.gform_wrapper.gform-theme textarea):focus {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
:is(.gform_wrapper.gform-theme input[type=color],.gform_wrapper.gform-theme input[type=date],.gform_wrapper.gform-theme input[type=datetime-local],.gform_wrapper.gform-theme input[type=datetime],.gform_wrapper.gform-theme input[type=email],.gform_wrapper.gform-theme input[type=month],.gform_wrapper.gform-theme input[type=number],.gform_wrapper.gform-theme input[type=password],.gform_wrapper.gform-theme input[type=search],.gform_wrapper.gform-theme input[type=tel],.gform_wrapper.gform-theme input[type=text],.gform_wrapper.gform-theme input[type=time],.gform_wrapper.gform-theme input[type=url],.gform_wrapper.gform-theme input[type=week],.gform_wrapper.gform-theme select,.gform_wrapper.gform-theme textarea):focus {
  --tw-outline-style: none;
  outline-style: none;
}
@media (width >= 64rem) {
  .gform_wrapper.gform-theme input[type=color], .gform_wrapper.gform-theme input[type=date], .gform_wrapper.gform-theme input[type=datetime-local], .gform_wrapper.gform-theme input[type=datetime], .gform_wrapper.gform-theme input[type=email], .gform_wrapper.gform-theme input[type=month], .gform_wrapper.gform-theme input[type=number], .gform_wrapper.gform-theme input[type=password], .gform_wrapper.gform-theme input[type=search], .gform_wrapper.gform-theme input[type=tel], .gform_wrapper.gform-theme input[type=text], .gform_wrapper.gform-theme input[type=time], .gform_wrapper.gform-theme input[type=url], .gform_wrapper.gform-theme input[type=week], .gform_wrapper.gform-theme select, .gform_wrapper.gform-theme textarea {
    font-size: 17px;
  }
}
.gform_wrapper.gform-theme input[type=color], .gform_wrapper.gform-theme input[type=date], .gform_wrapper.gform-theme input[type=datetime-local], .gform_wrapper.gform-theme input[type=datetime], .gform_wrapper.gform-theme input[type=email], .gform_wrapper.gform-theme input[type=month], .gform_wrapper.gform-theme input[type=number], .gform_wrapper.gform-theme input[type=password], .gform_wrapper.gform-theme input[type=search], .gform_wrapper.gform-theme input[type=tel], .gform_wrapper.gform-theme input[type=text], .gform_wrapper.gform-theme input[type=time], .gform_wrapper.gform-theme input[type=url], .gform_wrapper.gform-theme input[type=week], .gform_wrapper.gform-theme select, .gform_wrapper.gform-theme textarea {
  font-family: var(--font-primary) !important;
}
.contact-form .gform_wrapper.gform-theme input[type=color], .contact-form .gform_wrapper.gform-theme input[type=date], .contact-form .gform_wrapper.gform-theme input[type=datetime-local], .contact-form .gform_wrapper.gform-theme input[type=datetime], .contact-form .gform_wrapper.gform-theme input[type=email], .contact-form .gform_wrapper.gform-theme input[type=month], .contact-form .gform_wrapper.gform-theme input[type=number], .gform_wrapper.gform-theme input[type=password], .contact-form .gform_wrapper.gform-theme input[type=search], .contact-form .gform_wrapper.gform-theme input[type=tel], .contact-form .gform_wrapper.gform-theme input[type=text], .contact-form .gform_wrapper.gform-theme input[type=time], .contact-form .gform_wrapper.gform-theme input[type=url], .contact-form .gform_wrapper.gform-theme input[type=week], .contact-form .gform_wrapper.gform-theme select, .contact-form .gform_wrapper.gform-theme textarea {
  padding-bottom: 20px;
  font-size: 16px;
  color: #00194C;
}
:is(.contact-form .gform_wrapper.gform-theme input[type=color],.contact-form .gform_wrapper.gform-theme input[type=date],.contact-form .gform_wrapper.gform-theme input[type=datetime-local],.contact-form .gform_wrapper.gform-theme input[type=datetime],.contact-form .gform_wrapper.gform-theme input[type=email],.contact-form .gform_wrapper.gform-theme input[type=month],.contact-form .gform_wrapper.gform-theme input[type=number],.gform_wrapper.gform-theme input[type=password],.contact-form .gform_wrapper.gform-theme input[type=search],.contact-form .gform_wrapper.gform-theme input[type=tel],.contact-form .gform_wrapper.gform-theme input[type=text],.contact-form .gform_wrapper.gform-theme input[type=time],.contact-form .gform_wrapper.gform-theme input[type=url],.contact-form .gform_wrapper.gform-theme input[type=week],.contact-form .gform_wrapper.gform-theme select,.contact-form .gform_wrapper.gform-theme textarea)::placeholder {
  color: #00194C;
}
@media (width >= 64rem) {
  .contact-form .gform_wrapper.gform-theme input[type=color], .contact-form .gform_wrapper.gform-theme input[type=date], .contact-form .gform_wrapper.gform-theme input[type=datetime-local], .contact-form .gform_wrapper.gform-theme input[type=datetime], .contact-form .gform_wrapper.gform-theme input[type=email], .contact-form .gform_wrapper.gform-theme input[type=month], .contact-form .gform_wrapper.gform-theme input[type=number], .gform_wrapper.gform-theme input[type=password], .contact-form .gform_wrapper.gform-theme input[type=search], .contact-form .gform_wrapper.gform-theme input[type=tel], .contact-form .gform_wrapper.gform-theme input[type=text], .contact-form .gform_wrapper.gform-theme input[type=time], .contact-form .gform_wrapper.gform-theme input[type=url], .contact-form .gform_wrapper.gform-theme input[type=week], .contact-form .gform_wrapper.gform-theme select, .contact-form .gform_wrapper.gform-theme textarea {
    font-size: 17px;
  }
}
.contact-form .gform_wrapper.gform-theme input[type=color], .contact-form .gform_wrapper.gform-theme input[type=date], .contact-form .gform_wrapper.gform-theme input[type=datetime-local], .contact-form .gform_wrapper.gform-theme input[type=datetime], .contact-form .gform_wrapper.gform-theme input[type=email], .contact-form .gform_wrapper.gform-theme input[type=month], .contact-form .gform_wrapper.gform-theme input[type=number], .gform_wrapper.gform-theme input[type=password], .contact-form .gform_wrapper.gform-theme input[type=search], .contact-form .gform_wrapper.gform-theme input[type=tel], .contact-form .gform_wrapper.gform-theme input[type=text], .contact-form .gform_wrapper.gform-theme input[type=time], .contact-form .gform_wrapper.gform-theme input[type=url], .contact-form .gform_wrapper.gform-theme input[type=week], .contact-form .gform_wrapper.gform-theme select, .contact-form .gform_wrapper.gform-theme textarea {
  font-family: var(--font-primary) !important;
}
.contact-form.general_contact .gform_wrapper.gform-theme input[type=color], .contact-form.general_contact .gform_wrapper.gform-theme input[type=date], .contact-form.general_contact .gform_wrapper.gform-theme input[type=datetime-local], .contact-form.general_contact .gform_wrapper.gform-theme input[type=datetime], .contact-form.general_contact .gform_wrapper.gform-theme input[type=email], .contact-form.general_contact .gform_wrapper.gform-theme input[type=month], .contact-form.general_contact .gform_wrapper.gform-theme input[type=number], .general_contact .gform_wrapper.gform-theme input[type=password], .contact-form.general_contact .gform_wrapper.gform-theme input[type=search], .contact-form.general_contact .gform_wrapper.gform-theme input[type=tel], .contact-form.general_contact .gform_wrapper.gform-theme input[type=text], .contact-form.general_contact .gform_wrapper.gform-theme input[type=time], .contact-form.general_contact .gform_wrapper.gform-theme input[type=url], .contact-form.general_contact .gform_wrapper.gform-theme input[type=week], .contact-form.general_contact .gform_wrapper.gform-theme select, .contact-form.general_contact .gform_wrapper.gform-theme textarea {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}
:is(.contact-form.general_contact .gform_wrapper.gform-theme input[type=color],.contact-form.general_contact .gform_wrapper.gform-theme input[type=date],.contact-form.general_contact .gform_wrapper.gform-theme input[type=datetime-local],.contact-form.general_contact .gform_wrapper.gform-theme input[type=datetime],.contact-form.general_contact .gform_wrapper.gform-theme input[type=email],.contact-form.general_contact .gform_wrapper.gform-theme input[type=month],.contact-form.general_contact .gform_wrapper.gform-theme input[type=number],.general_contact .gform_wrapper.gform-theme input[type=password],.contact-form.general_contact .gform_wrapper.gform-theme input[type=search],.contact-form.general_contact .gform_wrapper.gform-theme input[type=tel],.contact-form.general_contact .gform_wrapper.gform-theme input[type=text],.contact-form.general_contact .gform_wrapper.gform-theme input[type=time],.contact-form.general_contact .gform_wrapper.gform-theme input[type=url],.contact-form.general_contact .gform_wrapper.gform-theme input[type=week],.contact-form.general_contact .gform_wrapper.gform-theme select,.contact-form.general_contact .gform_wrapper.gform-theme textarea)::placeholder {
  color: var(--color-secondary);
}
.contact-form .gform_wrapper.gform-theme legend {
  padding: calc(var(--spacing) * 0);
  padding-bottom: 12px;
  font-size: 18px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: [#0066CA];
}
@media (width >= 64rem) {
  .contact-form .gform_wrapper.gform-theme legend {
    font-size: 20px;
  }
}
.contact-form .gform_wrapper.gform-theme legend {
  font-family: var(--font-text) !important;
}
.contact-form.general_contact .gform_wrapper.gform-theme legend {
  color: var(--color-secondary);
}
.contact-form .gform_wrapper.gform-theme .gform_fields {
  row-gap: 28px;
}
.contact-form .gform_wrapper.gform-theme .ginput_container_address span, .contact-form .gform_wrapper.gform-theme .ginput_full:not(:last-of-type) {
  margin-bottom: 28px;
}
.gform_wrapper.gform-theme .gform_footer, .gform_wrapper.gform-theme .gform_page_footer {
  margin-top: 28px;
  padding: calc(var(--spacing) * 0);
}
.gform_wrapper.gform-theme #field_submit, .gform_wrapper.gform-theme .gform_footer {
  justify-content: flex-end;
}
.contact-form.general_contact .gform_wrapper.gform-theme #field_submit, .gform_wrapper.gform-theme .gform_footer {
  justify-content: flex-start;
}
.contact-form .gform_wrapper.gform-theme .gfield textarea.medium {
  height: 124px;
}
@media (hover: hover) {
  :is(.contact-form a):hover {
    color: var(--color-white);
  }
}
@media (width >= 40rem) {
  .gform_wrapper.gform-theme .ginput_container_address span.address_city, .gform_wrapper.gform-theme .ginput_container_address span.ginput_address_state, .gform_wrapper.gform-theme .ginput_container_address span.ginput_address_zip {
    flex-basis: calc(1/3 * 100%);
  }
}
.contact-info h3 {
  padding-top: 1.3rem;
}
.general_contact .gform_wrapper.gform-theme input[type="text"]:focus, .general_contact .gform_wrapper.gform-theme input[type="email"]:focus, .general_contact .gform_wrapper.gform-theme input[type="tel"]:focus, .general_contact .gform_wrapper.gform-theme input[type="password"]:focus, .general_contact .gform_wrapper input[type="number"]:focus, .general_contact .gform_wrapper.gform-theme input[type="url"]:focus, .general_contact .gform_wrapper.gform-theme input[type="search"]:focus, .general_contact .gform_wrapper textarea:focus, .general_contact .gform_wrapper.gform-theme select:focus {
  outline: none !important;
  box-shadow: none !important;
}
.general_contact hr {
  margin-bottom: 32px;
  height: 3px;
  background-color: #0066CA;
}
.general_contact p {
  margin-top: 20px;
  color: var(--color-white);
}
.general_contact p.no-p {
  margin-top: calc(var(--spacing) * 0);
}
body .custom-file-up {
  border: 1px solid #0066CA;
  border-radius: 0px;
}
.gform_wrapper.gform-theme .custom-file-up .gfield_label {
  font-size: 18px;
}
@media (width >= 64rem) {
  .gform_wrapper.gform-theme .custom-file-up .gfield_label {
    font-size: 20px;
  }
}
.gform_wrapper.gform-theme .custom-file-up .gfield_label {
  display: flex !important;
  margin-bottom: 8px;
  color: #0066CA !important;
  font-weight: 400 !important;
  padding: 0;
  align-items: center !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 0.5em;
  padding-top: 2em !important;
  padding-bottom: 0 !important;
}
body .custom-file-up label::before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46' fill='none'%3e%3cmask id='mask0_529_9758' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='46' height='46'%3e%3crect x='0.46875' width='45.0625' height='45.0625' fill='%23D9D9D9'/%3e%3c/mask%3e%3cg mask='url(%23mask0_529_9758)'%3e%3cpath d='M22.0614 29.247V13.0057L17.6851 17.382L16.3563 16.0316L23.0002 9.3877L29.644 16.0316L28.3152 17.382L23.939 13.0057V29.247H22.0614ZM12.89 35.6742C12.0258 35.6742 11.3043 35.3847 10.7253 34.8058C10.1464 34.2268 9.85693 33.5053 9.85693 32.6411V28.0915H11.7345V32.6411C11.7345 32.93 11.8549 33.1947 12.0956 33.4355C12.3363 33.6762 12.6011 33.7966 12.89 33.7966H33.1104C33.3992 33.7966 33.664 33.6762 33.9047 33.4355C34.1454 33.1947 34.2658 32.93 34.2658 32.6411V28.0915H36.1434V32.6411C36.1434 33.5053 35.8539 34.2268 35.275 34.8058C34.6961 35.3847 33.9745 35.6742 33.1104 35.6742H12.89Z' fill='%230C2340'/%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  cursor: pointer;
  padding: 10px;
}
body .custom-file-up .gfield_fileupload_filename, body .custom-file-up .dashicons-trash:before, body .custom-file-up .ginput_preview_list {
  color: #0066CA;
  font-size: 18px;
}
@media (width >= 64rem) {
  body .custom-file-up .gfield_fileupload_filename, body .custom-file-up .dashicons-trash:before, body .custom-file-up .ginput_preview_list {
    font-size: 20px;
  }
}
body .custom-file-up .gfield_fileupload_filename, body .custom-file-up .dashicons-trash:before, body .custom-file-up .ginput_preview_list {
  font-weight: 400 !important;
}
body .custom-file-up .gform_drop_instructions, body .custom-file-up .gform_button_select_files, body .custom-file-up .gfield_required {
  display: none !important;
}
.gform_wrapper.gform-theme .custom-file-up .gfield_description {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: var(--color-secondary);
}
@media (width >= 64rem) {
  .gform_wrapper.gform-theme .custom-file-up .gfield_description {
    font-size: 20px;
  }
}
.gform_wrapper.gform-theme .custom-file-up .gfield_description {
  padding-bottom: 2em;
  padding-top: 0 !important;
}
body .custom-file-up .ginput_preview {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: row !important;
  gap: 5px !important;
}
body .custom-file-up .gform_delete_file {
  padding: 0 !important;
}
body .custom-file-up .gform_drop_area {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
body .gform_wrapper.gform-theme .gform_fileupload_rules, .ginput_container.ginput_container_fileupload {
  display: none;
}
.video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
}
.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content-section img {
  margin: 20px auto;
}
.gform_wrapper.gform-theme .gfield-choice-input+label {
  vertical-align: baseline !important;
}
.gform_wrapper.gform-theme .gfield--type-checkbox .gfield-choice-input+label {
  margin-bottom: 10px;
  display: flex;
  max-width: 100%;
  align-items: flex-start;
  gap: 20px;
  font-size: 18px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #0066CA;
}
@media (width >= 64rem) {
  .gform_wrapper.gform-theme .gfield--type-checkbox .gfield-choice-input+label {
    font-size: 20px;
  }
}
.gform_wrapper.gform-theme .gfield--type-checkbox .gfield-choice-input+label {
  font-family: var(--font-text) !important;
}
.gfield_checkbox input[type="checkbox"] {
  display: none !important;
}
.gfield_checkbox label {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
}
:where(:is(.gfield_checkbox label) > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
}
.gfield_checkbox input[type="checkbox"] + label::before {
  content: "";
  display: flex;
  height: 24px;
  width: 24px;
  min-width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-secondary);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.gfield_checkbox input[type="checkbox"]:checked + label::before {
  height: 24px;
  width: 24px;
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
.gfield_checkbox input[type="checkbox"]:checked + label::after {
  content: "✔";
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: 1px;
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
}
@media (width >= 48rem) {
  .gfield_checkbox input[type="checkbox"]:checked + label::after {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
#location-list .location {
  border-bottom: 2px solid #0066CA;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
#location-list .location:first-child {
  border-top: 0;
}
.location h3 a, .location h3, .gm-style-iw-d h3 a, .gm-style-iw-d h3 {
  text-decoration: none;
  color: var(--color-blue);
  font-family: var(--font-family-headline);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px !important;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.gm-style-iw-d h3 {
  margin: 0;
}
#location-list .location p {
  margin-bottom: 0;
}
#location-list .location p.directions a {
  color: var(--color-black);
  font-family: var(--font-family-text);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
#location-list .location p a {
  font-family: var(--font-family-text);
  color: var(--color-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.72px;
}
#location-list {
  height: 740px;
  border-radius: 0;
  box-shadow: none;
  overflow: auto;
}
#map {
  height: 740px;
}
.direction-link {
  display: none;
}
#location-list .location:first-child {
  padding-top: 30px;
}
#location-search {
  max-width: 269px;
  margin: 0 auto 50px auto;
  background-color: var(--color-white);
  padding: 3px 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  border-bottom: 2px solid var(--color-black);
  gap: 0;
  color: #000;
}
#location-search::placeholder {
  color: #000;
}
#location-search::placeholder {
  opacity: 100%;
}
.gm-style-iw-d a {
  color: #0066CA;
  text-transform: uppercase;
}
#address-input::placeholder {
  color: #000;
}
#address-input::-webkit-input-placeholder {
  color: #000;
}
#address-input:-moz-placeholder {
  color: #000;
  opacity: 1;
}
#address-input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
#address-input:-ms-input-placeholder {
  color: #000;
}
.box-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
#address-input {
  color: var(--color-black);
  font-family: var(--font-family-text);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-overflow: ellipsis;
}
#search-button:hover {
  background-color: transparent;
}
.direction-link a, .gm-style-iw-d p a {
  color: var(--color-black) !important;
  font-family: var(--font-family-text) !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
}
.gm-style-iw-d div {
  padding: 10px;
}
.gm-ui-hover-effect span {
  width: 20px !important;
  height: 20px !important;
}
.gm-ui-hover-effect {
  top: 3px !important;
  right: 5px !important;
}
#location-list .location {
  cursor: pointer;
}
.gm-style-iw-d p {
  margin-bottom: 1em;
}
#location-list {
  width: 100%;
}
@media (width >= 64rem) {
  #location-list {
    width: calc(2/5 * 100%);
  }
}
#map {
  width: 100%;
}
@media (width >= 64rem) {
  #map {
    width: calc(3/5 * 100%);
  }
}
.store-row {
  gap: 72px;
}
.accordion-header[aria-expanded="false"] .indicator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3e%3cpath d='M9.85714 13.1429H0V9.85714H9.85714V0H13.1429V9.85714H23V13.1429H13.1429V23H9.85714V13.1429Z' fill='%23252B78'/%3e%3c/svg%3e");
  width: 20px;
  height: 20px;
}
.accordion-header[aria-expanded="true"] .indicator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='23' height='5' viewBox='0 0 23 5' fill='none'%3e%3cpath d='M9.85714 4.14268H0V0.856968H9.85714L13.1429 0.856934L23 0.856968V4.14268H13.1429H9.85714Z' fill='%23252B78'/%3e%3c/svg%3e");
  width: 20px;
  height: 3px;
}
.accordion-content[aria-expanded="false"] {
  display: none;
}
.accordion-content[aria-expanded="true"] {
  display: block;
  max-height: max-content !important;
}
.faqs-section .table th[scope=row] {
  background: var(--color-primary);
  color: var(--color-white);
  border-style: var(--tw-border-style);
  border-width: 0px;
  font-size: 16px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}
@media (width >= 64rem) {
  .faqs-section .table th[scope=row] {
    font-size: 18px;
  }
}
.faqs-section .table th[scope=row] {
  padding: 10px 30px;
  min-width: 200px;
  text-align: left;
}
.faqs-section .table-bordered, .faqs-section .table-bordered td, .table-bordered th {
  border: 1px solid #E0E0E0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
  text-align: left ! IMPORTANT;
}
.faqs-section .table th[scope=col] {
  background: #6C6D7E;
  border: 0;
  text-transform: none !important;
  color: #fff;
  font-size: 18px;
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-x: auto;
  width: 100%;
}
.footer-navigation li a {
  width: fit-content;
  font-size: 18px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  text-transform: uppercase;
  font-family: var(--font-primary) !important;
}
.footer-navigation li {
  padding-inline: calc(var(--spacing) * 0);
}
.text-info-footer p {
  margin-bottom: 10px;
}
.sticky-sidebar-process {
  transition: top 0.3s ease;
}
@media (min-width: 96rem) {
  .container {
    max-width: 1538px !important;
  }
}
@media (min-width: 1282px) {
  br.hide-d {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .site-header .menu-item-has-children:hover>a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .site-header.site-header-center .menu-item-has-children:hover>a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .padding-small.lg\:pt-0 {
    padding-top: 0 !important;
  }
  .padding-medium.lg\:pt-0 {
    padding-top: 0 !important;
  }
  .padding-large.lg\:pt-0 {
    padding-top: 0 !important;
  }
  .padding-small.lg\:pb-0 {
    padding-bottom: 0 !important;
  }
  .padding-medium.lg\:pb-0 {
    padding-bottom: 0 !important;
  }
  .padding-large.lg\:pb-0 {
    padding-bottom: 0 !important;
  }
  .hide-br-desk br {
    display: none;
  }
}
@media (max-width: 1550px) {
  .padding-small {
    padding: 100px 0 !important;
  }
  .padding-medium {
    padding: 130px 0 !important;
  }
  .padding-large {
    padding: 190px 0;
  }
  .padding-xlarge {
    padding: 200px 0;
  }
}
@media (max-width: 1281px) {
  h1 br:not(.no-hide),	h2 br:not(.no-hide),	h3 br:not(.no-hide),	h4 br:not(.no-hide),	h5 br:not(.no-hide),	h6 br:not(.no-hide),	.headline br:not(.no-hide) {
    display: none;
  }
  .copyright span {
    display: none;
  }
  #map, #location-list {
    height: 452px;
  }
  .store-row {
    gap: 1em;
  }
}
@media (max-width: 1023.98px) {
  .padding-small,	.padding-medium,	.padding-large,	.padding-xlarge {
    padding: 3em 0 !important;
  }
  .pb-0-important {
    padding-bottom: 0 !important;
  }
  .pt-0-important {
    padding-top: 0 !important;
  }
  .twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 84%;
    margin-top: -19px;
    font-size: 17px;
    padding-inline: 13px;
    padding-block: 5px;
  }
  .swiper-button-prev {
    left: 10px !important;
  }
  .swiper-button-next {
    right: 17px !important;
  }
  .sticky-sidebar-process {
    position: static !important;
    top: auto !important;
  }
  #ez-toc-container {
    padding: 0 !important;
  }
  .site-navigation .menu-item-has-children > a .submenu, .site-navigation .menu-item-has-children > a .submenu li {
    padding: 16px 16px 16px 16px !important;
  }
  .site-navigation .menu-item-has-children li {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
  }
}
@media (max-width: 480px) {
  .photo-reel-section .swiper-button-next, .photo-reel-section .swiper-button-prev {
    top: 60% !important;
  }
}
@media (max-width: 480px) {
  .team-box-slide {
    height: 13em !important;
  }
}
@media (min-width: 2560px) {
  .team-box-slide {
    height: 500px !important;
  }
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-neutral-900);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-\[-5px\] {
  bottom: -5px;
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.z-\[0\] {
  z-index: 0;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[100\] {
  z-index: 100;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.mx-auto {
  margin-inline: auto;
}
.my-0 {
  margin-block: calc(var(--spacing) * 0);
}
.prose {
  color: var(--tw-prose-body);
  max-width: none;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th,td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: oklch(37.3% 0.034 259.733);
  --tw-prose-headings: oklch(21% 0.034 264.665);
  --tw-prose-lead: oklch(44.6% 0.03 256.802);
  --tw-prose-links: oklch(21% 0.034 264.665);
  --tw-prose-bold: oklch(21% 0.034 264.665);
  --tw-prose-counters: oklch(55.1% 0.027 264.364);
  --tw-prose-bullets: oklch(87.2% 0.01 258.338);
  --tw-prose-hr: oklch(92.8% 0.006 264.531);
  --tw-prose-quotes: oklch(21% 0.034 264.665);
  --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-captions: oklch(55.1% 0.027 264.364);
  --tw-prose-kbd: oklch(21% 0.034 264.665);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(21% 0.034 264.665);
  --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
  --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
  --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
  --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}
.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-12 {
  margin-top: calc(var(--spacing) * 12);
}
.mt-\[1\.5em\] {
  margin-top: 1.5em;
}
.mt-\[1rem\] {
  margin-top: 1rem;
}
.mt-\[2em\] {
  margin-top: 2em;
}
.mt-\[3em\] {
  margin-top: 3em;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mr-\[-40px\] {
  margin-right: -40px;
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-\[1rem\] {
  margin-bottom: 1rem;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.table {
  display: table;
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-\[1px\] {
  height: 1px;
}
.h-\[15em\] {
  height: 15em;
}
.h-\[20em\] {
  height: 20em;
}
.h-\[22em\] {
  height: 22em;
}
.h-\[23em\] {
  height: 23em;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[700px\] {
  height: 700px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: calc(var(--spacing) * 0);
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.w-1\/6 {
  width: calc(1/6 * 100%);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-\[80px\] {
  width: 80px;
}
.w-\[90px\] {
  width: 90px;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.max-w-\[40px\] {
  max-width: 40px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-fit {
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.min-w-\[13em\] {
  min-width: 13em;
}
.min-w-\[110px\] {
  min-width: 110px;
}
.min-w-fit {
  min-width: fit-content;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.translate-x-full {
  --tw-translate-x: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-0 {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-row {
  flex-direction: row;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-\[2em\] {
  gap: 2em;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[45px\] {
  gap: 45px;
}
:where(.space-y-4 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
}
.gap-x-\[10px\] {
  column-gap: 10px;
}
.gap-y-\[1\.5em\] {
  row-gap: 1.5em;
}
.gap-y-\[1em\] {
  row-gap: 1em;
}
.gap-y-\[3em\] {
  row-gap: 3em;
}
.gap-y-\[30px\] {
  row-gap: 30px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-none {
  border-radius: 0;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.prose .wp-block-table td {
  border: 0;
}
.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-style: var(--tw-border-style);
  border-top-width: 2px;
}
.border-b-\[2px\] {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-style: var(--tw-border-style);
  border-left-width: 2px;
}
.border-\[\#DAD6D6\] {
  border-color: #DAD6D6;
}
.border-white {
  border-color: var(--color-white);
}
.border-b-primary {
  border-bottom-color: var(--color-primary);
}
.bg-\[\#0066CA\] {
  background-color: #0066CA;
}
.bg-\[\#00194C\] {
  background-color: #00194C;
}
.bg-\[\#AFAFAF\] {
  background-color: #AFAFAF;
}
.bg-\[\#F7F7F7\] {
  background-color: #F7F7F7;
}
.bg-\[rgba\(0\,102\,202\,0\.8\)\] {
  background-color: rgba(0,102,202,0.8);
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-white {
  background-color: var(--color-white);
}
.bg-\[linear-gradient\(0deg\,_rgba\(0\,25\,76\,0\.7\)_0\%\,_rgba\(0\,25\,76\,0\.7\)_100\%\)\] {
  background-image: linear-gradient(0deg, rgba(0,25,76,0.7) 0%, rgba(0,25,76,0.7) 100%);
}
.bg-\[linear-gradient\(180deg\,_rgba\(0\,0\,0\,0\)_13\.55\%\,_\#000_93\.7\%\)\] {
  background-image: linear-gradient(180deg, rgba(0,0,0,0) 13.55%, #000 93.7%);
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-\[center_20\%\] {
  background-position: center 20%;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.object-top {
  object-position: top;
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[30px\] {
  padding: 30px;
}
.px-\[1\.5rem\] {
  padding-inline: 1.5rem;
}
.px-\[1rem\] {
  padding-inline: 1rem;
}
.px-\[10px\] {
  padding-inline: 10px;
}
.px-\[15px\] {
  padding-inline: 15px;
}
.px-\[22px\] {
  padding-inline: 22px;
}
.px-\[30px\] {
  padding-inline: 30px;
}
.py-\[3em\] {
  padding-block: 3em;
}
.py-\[8px\] {
  padding-block: 8px;
}
.py-\[15px\] {
  padding-block: 15px;
}
.py-\[16px\] {
  padding-block: 16px;
}
.py-\[20px\] {
  padding-block: 20px;
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-\[3em\] {
  padding-top: 3em;
}
.pt-\[4em\] {
  padding-top: 4em;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}
.pb-\[3em\] {
  padding-bottom: 3em;
}
.pb-\[28px\] {
  padding-bottom: 28px;
}
.pb-\[35px\] {
  padding-bottom: 35px;
}
.pl-\[25px\] {
  padding-left: 25px;
}
.pl-\[60px\] {
  padding-left: 60px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[20px\] {
  font-size: 20px;
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.tracking-\[0\.42px\] {
  --tw-tracking: 0.42px;
  letter-spacing: 0.42px;
}
.text-\[\#3E416C\] {
  color: #3E416C;
}
.text-\[\#012D86\] {
  color: #012D86;
}
.text-\[\#0066CA\] {
  color: #0066CA;
}
.text-\[\#00194C\] {
  color: #00194C;
}
.text-\[\#313932\] {
  color: #313932;
}
.text-black {
  color: var(--color-black);
}
.text-primary {
  color: var(--color-primary);
}
.text-secondary {
  color: var(--color-secondary);
}
.text-white {
  color: var(--color-white);
}
.uppercase {
  text-transform: uppercase;
}
.no-underline {
  text-decoration-line: none;
}
.shadow-\[0px_4px_11px_1px_rgba\(0\,0\,0\,0\.18\)\] {
  --tw-shadow: 0px 4px 11px 1px var(--tw-shadow-color, rgba(0,0,0,0.18));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.drop-shadow-\[0px_1px_11px_rgba\(0\,0\,0\,0\.18\)\] {
  --tw-drop-shadow-size: drop-shadow(0px 1px 11px var(--tw-drop-shadow-color, rgba(0,0,0,0.18)));
  --tw-drop-shadow: var(--tw-drop-shadow-size);
  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,);
}
.grayscale-0 {
  --tw-grayscale: grayscale(0%);
  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,);
}
.filter {
  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-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-400 {
  --tw-duration: 400ms;
  transition-duration: 400ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: oklch(37.1% 0 0);
  --tw-prose-headings: oklch(20.5% 0 0);
  --tw-prose-lead: oklch(43.9% 0 0);
  --tw-prose-links: oklch(20.5% 0 0);
  --tw-prose-bold: oklch(20.5% 0 0);
  --tw-prose-counters: oklch(55.6% 0 0);
  --tw-prose-bullets: oklch(87% 0 0);
  --tw-prose-hr: oklch(92.2% 0 0);
  --tw-prose-quotes: oklch(20.5% 0 0);
  --tw-prose-quote-borders: oklch(92.2% 0 0);
  --tw-prose-captions: oklch(55.6% 0 0);
  --tw-prose-kbd: oklch(20.5% 0 0);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(20.5% 0 0);
  --tw-prose-pre-code: oklch(92.2% 0 0);
  --tw-prose-pre-bg: oklch(26.9% 0 0);
  --tw-prose-th-borders: oklch(87% 0 0);
  --tw-prose-td-borders: oklch(92.2% 0 0);
  --tw-prose-invert-body: oklch(87% 0 0);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.8% 0 0);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.8% 0 0);
  --tw-prose-invert-bullets: oklch(43.9% 0 0);
  --tw-prose-invert-hr: oklch(37.1% 0 0);
  --tw-prose-invert-quotes: oklch(97% 0 0);
  --tw-prose-invert-quote-borders: oklch(37.1% 0 0);
  --tw-prose-invert-captions: oklch(70.8% 0 0);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87% 0 0);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(43.9% 0 0);
  --tw-prose-invert-td-borders: oklch(37.1% 0 0);
}
@media (hover: hover) {
  .group-hover\:block:is(:where(.group):hover *) {
    display: block;
  }
}
@media (hover: hover) {
  .group-hover\:h-full:is(:where(.group):hover *) {
    height: 100%;
  }
}
@media (hover: hover) {
  .group-hover\:scale-110:is(:where(.group):hover *) {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .group-hover\:bg-\[\#012D86\]:is(:where(.group):hover *) {
    background-color: #012D86;
  }
}
@media (hover: hover) {
  .group-hover\:bg-primary:is(:where(.group):hover *) {
    background-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .group-hover\:text-\[\#0066CA\]:is(:where(.group):hover *) {
    color: #0066CA;
  }
}
@media (hover: hover) {
  .group-hover\:text-primary:is(:where(.group):hover *) {
    color: var(--color-primary);
  }
}
@media (hover: hover) {
  .group-hover\:text-secondary:is(:where(.group):hover *) {
    color: var(--color-secondary);
  }
}
@media (hover: hover) {
  .group-hover\:grayscale:is(:where(.group):hover *) {
    --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,);
  }
}
@media (hover: hover) {
  .group-hover\:backdrop-blur-\[37px\]:is(:where(.group):hover *) {
    --tw-backdrop-blur: blur(37px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
}
@media (hover: hover) {
  .hover\:-translate-y-1:hover {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .hover\:-translate-y-\[10px\]:hover {
    --tw-translate-y: calc(10px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .hover\:scale-110:hover {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .hover\:text-secondary:hover {
    color: var(--color-secondary);
  }
}
.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}
.focus-visible\:outline-none:focus-visible {
  --tw-outline-style: none;
  outline-style: none;
}
@media (width >= 40rem) {
  .sm\:block {
    display: block;
  }
}
@media (width >= 40rem) {
  .sm\:hidden {
    display: none;
  }
}
@media (width >= 40rem) {
  .sm\:h-\[24em\] {
    height: 24em;
  }
}
@media (width >= 40rem) {
  .sm\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 40rem) {
  .sm\:gap-y-0 {
    row-gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 40rem) {
  .sm\:px-\[15px\] {
    padding-inline: 15px;
  }
}
@media (width >= 48rem) {
  .md\:mx-\[-1\.5rem\] {
    margin-inline: -1.5rem;
  }
}
@media (width >= 48rem) {
  .md\:mx-\[-15px\] {
    margin-inline: -15px;
  }
}
@media (width >= 48rem) {
  .md\:mx-\[-30px\] {
    margin-inline: -30px;
  }
}
@media (width >= 48rem) {
  .md\:mt-\[60px\] {
    margin-top: 60px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[22em\] {
    height: 22em;
  }
}
@media (width >= 48rem) {
  .md\:h-\[90px\] {
    height: 90px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[380px\] {
    height: 380px;
  }
}
@media (width >= 48rem) {
  .md\:h-screen {
    height: 100vh;
  }
}
@media (width >= 48rem) {
  .md\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-1\/3 {
    width: calc(1/3 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-1\/4 {
    width: calc(1/4 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-2\/5 {
    width: calc(2/5 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-3\/5 {
    width: calc(3/5 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-\[30\%\] {
    width: 30%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[35\%\] {
    width: 35%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[40\%\] {
    width: 40%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[60\%\] {
    width: 60%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[65\%\] {
    width: 65%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[70\%\] {
    width: 70%;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[90\%\] {
    max-width: 90%;
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (width >= 48rem) {
  .md\:gap-y-0 {
    row-gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:gap-y-\[50px\] {
    row-gap: 50px;
  }
}
@media (width >= 48rem) {
  .md\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:px-\[1\.5rem\] {
    padding-inline: 1.5rem;
  }
}
@media (width >= 48rem) {
  .md\:px-\[15px\] {
    padding-inline: 15px;
  }
}
@media (width >= 48rem) {
  .md\:py-\[20px\] {
    padding-block: 20px;
  }
}
@media (width >= 48rem) {
  .md\:pt-\[3em\] {
    padding-top: 3em;
  }
}
@media (width >= 48rem) {
  .md\:pr-\[20px\] {
    padding-right: 20px;
  }
}
@media (width >= 48rem) {
  .md\:pr-\[50px\] {
    padding-right: 50px;
  }
}
@media (width >= 48rem) {
  .md\:pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pl-\[20px\] {
    padding-left: 20px;
  }
}
@media (width >= 48rem) {
  .md\:pl-\[50px\] {
    padding-left: 50px;
  }
}
@media (width >= 64rem) {
  .lg\:mx-auto {
    margin-inline: auto;
  }
}
@media (width >= 64rem) {
  .lg\:mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[-200px\] {
    margin-top: -200px;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[43px\] {
    margin-top: 43px;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[100px\] {
    margin-top: 100px;
  }
}
@media (width >= 64rem) {
  .lg\:mr-\[-50px\] {
    margin-right: -50px;
  }
}
@media (width >= 64rem) {
  .lg\:mr-\[-84px\] {
    margin-right: -84px;
  }
}
@media (width >= 64rem) {
  .lg\:mb-\[20px\] {
    margin-bottom: 20px;
  }
}
@media (width >= 64rem) {
  .lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:mb-\[46px\] {
    margin-bottom: 46px;
  }
}
@media (width >= 64rem) {
  .lg\:ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:flex {
    display: flex;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:inline-block {
    display: inline-block;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[25em\] {
    height: 25em;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[30em\] {
    height: 30em;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[37px\] {
    height: 37px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[100px\] {
    height: 100px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[145px\] {
    height: 145px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[168px\] {
    height: 168px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[300px\] {
    height: 300px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[360px\] {
    height: 360px;
  }
}
@media (width >= 64rem) {
  .lg\:h-fit {
    height: fit-content;
  }
}
@media (width >= 64rem) {
  .lg\:h-screen {
    height: 100vh;
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/3 {
    width: calc(1/3 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/4 {
    width: calc(1/4 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/5 {
    width: calc(1/5 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-8\/12 {
    width: calc(8/12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-\[30\%\] {
    width: 30%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[60\%\] {
    width: 60%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[70\%\] {
    width: 70%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[100px\] {
    width: 100px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[168px\] {
    width: 168px;
  }
}
@media (width >= 64rem) {
  .lg\:w-fit {
    width: fit-content;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[40\%\] {
    max-width: 40%;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[56px\] {
    max-width: 56px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[60\%\] {
    max-width: 60%;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[75\%\] {
    max-width: 75%;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[90\%\] {
    max-width: 90%;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[300px\] {
    max-width: 300px;
  }
}
@media (width >= 64rem) {
  .lg\:min-w-\[160px\] {
    min-width: 160px;
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (width >= 64rem) {
  .lg\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 64rem) {
  .lg\:justify-center {
    justify-content: center;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[2em\] {
    gap: 2em;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[3em\] {
    gap: 3em;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[30px\] {
    gap: 30px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-x-\[80px\] {
    column-gap: 80px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-y-0 {
    row-gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:gap-y-\[30px\] {
    row-gap: 30px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-y-\[93px\] {
    row-gap: 93px;
  }
}
@media (width >= 64rem) {
  .lg\:p-\[22px\] {
    padding: 22px;
  }
}
@media (width >= 64rem) {
  .lg\:p-\[30px\] {
    padding: 30px;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[15px\] {
    padding-inline: 15px;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[25px\] {
    padding-inline: 25px;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[44px\] {
    padding-inline: 44px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[15px\] {
    padding-block: 15px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[22px\] {
    padding-block: 22px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[28px\] {
    padding-block: 28px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[36px\] {
    padding-block: 36px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[50px\] {
    padding-block: 50px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[56px\] {
    padding-block: 56px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[105px\] {
    padding-block: 105px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[86px\] {
    padding-top: 86px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[94px\] {
    padding-top: 94px;
  }
}
@media (width >= 64rem) {
  .lg\:pr-\[36px\] {
    padding-right: 36px;
  }
}
@media (width >= 64rem) {
  .lg\:pr-\[80px\] {
    padding-right: 80px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[45px\] {
    padding-bottom: 45px;
  }
}
@media (width >= 64rem) {
  .lg\:pl-\[80px\] {
    padding-left: 80px;
  }
}
@media (width >= 64rem) {
  .lg\:pl-\[93px\] {
    padding-left: 93px;
  }
}
@media (width >= 64rem) {
  .lg\:pl-\[125px\] {
    padding-left: 125px;
  }
}
@media (width >= 64rem) {
  .lg\:text-left {
    text-align: left;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[18px\] {
    font-size: 18px;
  }
}
@media (width >= 64rem) {
  @media (hover: hover) {
    .lg\:hover\:text-white:hover {
      color: var(--color-white);
    }
  }
}
@media (width >= 80rem) {
  .xl\:h-\[120px\] {
    height: 120px;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[395px\] {
    height: 395px;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[600px\] {
    height: 600px;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[700px\] {
    height: 700px;
  }
}
@media (width >= 80rem) {
  .xl\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-1\/3 {
    width: calc(1/3 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[361px\] {
    max-width: 361px;
  }
}
@media (width >= 80rem) {
  .xl\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[60px\] {
    gap: 60px;
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[90px\] {
    gap: 90px;
  }
}
@media (width >= 80rem) {
  .xl\:p-\[40px\] {
    padding: 40px;
  }
}
@media (width >= 80rem) {
  .xl\:px-\[20px\] {
    padding-inline: 20px;
  }
}
@media (width >= 80rem) {
  .xl\:py-\[30px\] {
    padding-block: 30px;
  }
}
@media (width >= 80rem) {
  .xl\:pr-\[30px\] {
    padding-right: 30px;
  }
}
@media (width >= 80rem) {
  .xl\:pl-\[30px\] {
    padding-left: 30px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-\[101px\] {
    height: 101px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-\[950px\] {
    height: 950px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-\[1040px\] {
    height: 1040px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-2\/5 {
    width: calc(2/5 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-3\/5 {
    width: calc(3/5 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:max-w-\[80\%\] {
    max-width: 80%;
  }
}
@media (width >= 96rem) {
  .\32 xl\:gap-\[4em\] {
    gap: 4em;
  }
}
.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: var(--color-primary);
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-tracking: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-space-x-reverse: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
