/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :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-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-bold: 700;
    --leading-snug: 1.375;
    --aspect-video: 16 / 9;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-gs7-orange: #f39200;
    --color-gs7-orange-over: #c47c0e;
    --color-gs7-blue: #00627d;
    --color-gs7-blue-over: #00485c;
    --color-gs7-light-blue: #0098d4;
    --color-gs7-dark-blue: #002b41;
    --color-gs7-grey: #ebebeb;
  }
}
@layer base {
  *, ::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)) {
        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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-\[30px\] {
    margin-block: 30px;
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .ml-2\.5 {
    margin-left: calc(var(--spacing) * 2.5);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-full {
    max-height: 100%;
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-full {
    width: 100%;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .grow-0 {
    flex-grow: 0;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gs7-blue {
    background-color: var(--color-gs7-blue);
  }
  .bg-gs7-orange {
    background-color: var(--color-gs7-orange);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gs7-blue {
    color: var(--color-gs7-blue);
  }
  .text-gs7-light-blue {
    color: var(--color-gs7-light-blue);
  }
  .text-gs7-orange {
    color: var(--color-gs7-orange);
  }
  .text-gs7-orange\! {
    color: var(--color-gs7-orange) !important;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\! {
    color: var(--color-white) !important;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .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,);
  }
  .sm\:p-\[60px\] {
    @media (width >= 40rem) {
      padding: 60px;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:h-\[350px\] {
    @media (width >= 48rem) {
      height: 350px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 48rem) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-30p {
    @media (width >= 48rem) {
      width: 30%;
    }
  }
  .md\:w-40p {
    @media (width >= 48rem) {
      width: 40%;
    }
  }
  .md\:w-50p {
    @media (width >= 48rem) {
      width: 50%;
    }
  }
  .md\:w-60p {
    @media (width >= 48rem) {
      width: 60%;
    }
  }
  .md\:w-70p {
    @media (width >= 48rem) {
      width: 70%;
    }
  }
  .md\:grid-cols-1 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-5 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-6 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-7 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-8 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-9 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(9, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-10 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(10, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-11 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(11, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 48rem) {
      flex-direction: row-reverse;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:h-\[450px\] {
    @media (width >= 64rem) {
      height: 450px;
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:leading-snug {
    @media (width >= 64rem) {
      --tw-leading: var(--leading-snug);
      line-height: var(--leading-snug);
    }
  }
  .xl\:w-1\/2 {
    @media (width >= 80rem) {
      width: calc(1/2 * 100%);
    }
  }
}
@layer base {
  * {
    border-color: #e5e7eb;
  }
}
@layer components {
  nav {
    display: flex;
    flex-direction: column;
  }
  a {
    color: #fff;
    text-decoration: none;
  }
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .hamburger {
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
    user-select: none;
  }
  .hamburger .meat {
    border-radius: 2px;
    width: 100%;
    position: absolute;
    height: 3px;
    background: #fff;
    display: block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .hamburger .meat:first-child {
    top: 0;
  }
  .hamburger .meat:nth-child(2), .hamburger .meat:nth-child(3) {
    top: 50%;
    transform: translateY(-50%);
  }
  .hamburger .meat:last-child {
    bottom: 0;
  }
  .close .meat:first-child, .close .meat:last-child {
    opacity: 0;
  }
  .close .meat:first-child {
    transform: translateY(20px) scale(0);
  }
  .close .meat:last-child {
    transform: translateY(-20px) scale(0);
  }
  .close .meat:nth-child(2) {
    transform: rotate(45deg);
  }
  .close .meat:nth-child(3) {
    transform: rotate(-45deg);
  }
  .menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 0px;
    overflow: hidden;
  }
  @media (max-width: 768px) {
    header.active {
      background: #00627d;
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      justify-content: flex-start;
      height: auto;
      padding-top: 15px;
    }
    header.active .menu {
      max-height: 100vh;
      padding-top: 15px;
      padding-left: 20px;
      padding-right: 10px;
    }
    header.active > div {
      height: auto !important;
    }
    .menu li a:hover {
      background: rgba(0, 0, 0, 0.2);
    }
  }
  .menu .sub-menu li a:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  .menu li {
    font-weight: 500;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
  }
  .menu li a, .menu li .sub-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu li .sub-menu-link.toggled i {
    transform: rotate(180deg);
  }
  .menu li .sub-menu-link.toggled + .sub-menu {
    max-height: 500px;
  }
  .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    z-index: 100;
  }
  .sub-menu li a {
    padding: 10px 40px;
    font-weight: 400;
  }
  @media (min-width: 768px) {
    nav {
      flex-direction: row;
      gap: 50px;
    }
    .hamburger {
      display: none;
    }
    .menu {
      max-height: none;
      flex-direction: row;
      overflow: visible;
      gap: 1.25rem;
    }
    .menu li .sub-menu-link img {
      display: none;
    }
    .menu li .sub-menu-link.toggled + .sub-menu {
      max-height: 0px;
    }
    .menu li:hover .sub-menu, .menu li:hover .sub-menu-link.toggled + .sub-menu {
      max-height: 300px;
    }
    .sub-menu {
      position: absolute;
      left: -10px;
      background: #00627d;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      margin-top: 14px;
    }
    .sub-menu li a {
      padding: 10px 20px;
    }
    .sub-menu li:last-child a {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }
    .menu.close .sub-menu {
      display: none;
    }
    .chevron {
      display: none !important;
    }
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
  }
  .wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  a {
    color: inherit;
  }
  p {
    padding-bottom: 10px;
  }
  h1, h2, h3, h4 {
    font-weight: bold;
  }
  h1 {
    font-size: 24px;
    color: var(--color-gs7-blue);
  }
  h2 {
    font-size: 20px;
    color: var(--color-gs7-blue);
  }
  .app-header {
    height: 75px;
    color: #ffffff;
  }
}
html, body {
  height: 100%;
  background-color: #FFFFFF;
}
table {
  width: 100%;
  border: 1px solid #f7f7f7;
}
table td {
  padding: 10px;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
  background-color: #f7f7f7;
}
ol {
  margin-left: 20px;
  list-style-type: decimal;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.app-html h1 {
  margin-bottom: 15px;
}
.app-html h2 {
  margin-bottom: 10px;
  font-size: 21px;
}
.app-html h3 {
  margin-bottom: 10px;
}
.app-html ul {
  list-style-type: circle;
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.app-form-row {
  margin-bottom: 10px;
}
.app-form-row label {
  margin-bottom: 5px;
}
form input[type=text], form input[type=email], textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #CCCCCC;
}
.app-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.app-container .app-container {
  padding: 0px;
}
:root {
  --color-bg-panel: #ebebeb;
  --color-selected: var(--color-gs7-orange);
}
.bg-panel {
  background-color: var(--color-bg-panel);
}
.bg-gs7-orange {
  background-color: var(--color-gs7-orange);
}
.bg-gs7-blue {
  background-color: var(--color-gs7-blue);
}
html, body, a {
  font-family: "Montserrat";
}
nav .selected {
  color: var(--color-selected);
}
@media (min-width: 768px) {
  #MainNav .selected {
    border-top: 1px solid var(--color-selected);
    border-bottom: 1px solid var(--color-selected);
  }
  #MainNav .selected i.fas {
    color: var(--color-selected);
  }
}
.btn {
  padding: 10px 30px 10px 30px;
  text-transform: uppercase;
  display: inline-block;
  transition: background-color 100ms linear;
}
.btn-orange {
  background-color: var(--color-gs7-orange);
  color: #FFFFFF;
}
.btn-orange:hover {
  background-color: var(--color-gs7-orange-over);
}
.btn-white {
  background-color: #FFFFFF;
  color: var(--color-gs7-blue);
  transition: transform 100ms linear;
  font-weight: bold;
}
.btn-white:hover {
  background-color: var(--color-gs7-orange);
  color: #FFFFFF;
  transform: scale(1.05);
}
.btn-blue {
  background-color: var(--color-gs7-blue);
  color: #FFFFFF;
}
.btn-blue:hover {
  background-color: var(--color-gs7-blue-over);
}
.btn-transparent {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn-transparent:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.app-zoom img {
  transition: transform 100ms linear;
}
.app-zoom:hover img {
  transform: scale(1.025);
}
.app-bg-zoom {
  transition: transform 100ms linear;
}
.app-bg-zoom:hover {
  transform: scale(1.025);
}
.divider {
  border-top: 3px solid var(--color-gs7-orange);
  width: 16%;
  display: block;
}
.app-footer-top {
  background-color: transparent;
  background-image: linear-gradient(130deg, var(--color-gs7-blue) 49%,#0098D4 100%);
}
footer {
  font-size: 14px;
  color: #ffffff;
}
.app-footer-bottom {
  color: var(--color-gs7-blue);
}
label {
  display: block;
}
.ReactModal__Overlay {
  z-index: 99;
}
.loader, .loader:before, .loader:after {
  background: var(--color-gs7-blue);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: var(--color-gs7-blue);
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before, .loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
.slick-prev {
  z-index: 99;
  left: 15px;
  font-size: inherit;
}
.slick-prev:before {
  display: none;
}
.slick-next {
  z-index: 99;
  right: 15px;
  font-size: inherit;
}
.slick-next:before {
  display: none;
}
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.video-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.video-modal-content {
  position: relative;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.video-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  padding: 10px;
  z-index: 10001;
  transition: opacity 0.2s;
}
.video-modal-close:hover {
  opacity: 0.7;
}
.video-modal-inner {
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 16 / 9;
}
.video-modal-inner iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.app-arrow-container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  animation: bobbing 1.5s infinite;
}
@keyframes bobbing {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
.app-block {
  margin-top: 30px;
}
.app-column-block .app-block {
  margin-top: 0px;
}
.app-subnav-block {
  margin-top: 0px;
}
.app-subnav-block + .app-image-block {
  margin-top: 0px !important;
}
.app-text-block[style*="background-color"]:not([style*="transparent"]) {
  padding-top: 30px;
  padding-bottom: 30px;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --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;
    }
  }
}
