/**
 * Variables
 * Variables should follow the $component-state-property-size formula for
 * consistent naming. Examples:
 * $nav-link-disabled-color
 * $modal-content-box-shadow-xs
 *
 * Customization:
 * To customize Bootstrap variables:
 * Copy the desired variable from node_modules/bootstrap/scss/_variables.scss
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 * Change the value and remove the !default flag.
 * Examples:
 * $body-bg: #000;
 * $body-color: $gray-100;
 */
/* TYPOGRAPHY */
/* Nexa Text */
@font-face {
  font-family: "Nexa Text";
  src: url("/themes/custom/teide/build/fonts/NexaText-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Nexa Text Light";
  src: url("/themes/custom/teide/build/fonts/NexaText-Light.otf") format("opentype");
}
@font-face {
  font-family: "Nexa Text ExtraBold";
  src: url("/themes/custom/teide/build/fonts/NexaText-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Nexa Text Bold";
  src: url("/themes/custom/teide/build/fonts/NexaText-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Nexa Text Heavy";
  src: url("/themes/custom/teide/build/fonts/NexaText-Heavy.otf") format("opentype");
}
@font-face {
  font-family: "Nexa Text Black";
  src: url("/themes/custom/teide/build/fonts/NexaText-Black.otf") format("opentype");
}
@font-face {
  font-family: "Nexa Text Book";
  src: url("/themes/custom/teide/build/fonts/NexaText-Book.otf") format("opentype");
}
body {
  word-break: break-word;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0178A3;
  --bs-indigo: #6610f2;
  --bs-purple: #613d7c;
  --bs-pink: #e83e8c;
  --bs-red: #FF533F;
  --bs-orange: #C61508;
  --bs-yellow: #F8BE17;
  --bs-green: #477615;
  --bs-teal: #20c997;
  --bs-cyan: #9954bb;
  --bs-black: #2D2D2D;
  --bs-white: #fff;
  --bs-gray: #868e96;
  --bs-gray-dark: #373a3c;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #868e96;
  --bs-gray-700: #495057;
  --bs-gray-800: #373a3c;
  --bs-gray-900: #212529;
  --bs-primary: #0178A3;
  --bs-secondary: #C61508;
  --bs-tertiary: #fff;
  --bs-blue: #0178A3;
  --bs-orange: #C61508;
  --bs-green: #477615;
  --bs-success: #477615;
  --bs-info: #9954bb;
  --bs-warning: #F8BE17;
  --bs-danger: #FF533F;
  --bs-light: #f8f9fa;
  --bs-dark: #373a3c;
  --bs-primary-rgb: 1, 120, 163;
  --bs-secondary-rgb: 198, 21, 8;
  --bs-tertiary-rgb: 255, 255, 255;
  --bs-blue-rgb: 1, 120, 163;
  --bs-orange-rgb: 198, 21, 8;
  --bs-green-rgb: 71, 118, 21;
  --bs-success-rgb: 71, 118, 21;
  --bs-info-rgb: 153, 84, 187;
  --bs-warning-rgb: 248, 190, 23;
  --bs-danger-rgb: 255, 83, 63;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 55, 58, 60;
  --bs-primary-text-emphasis: rgb(0.4, 48, 65.2);
  --bs-secondary-text-emphasis: rgb(79.2, 8.4, 3.2);
  --bs-success-text-emphasis: rgb(28.4, 47.2, 8.4);
  --bs-info-text-emphasis: rgb(61.2, 33.6, 74.8);
  --bs-warning-text-emphasis: rgb(99.2, 76, 9.2);
  --bs-danger-text-emphasis: rgb(102, 33.2, 25.2);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(204.2, 228, 236.6);
  --bs-secondary-bg-subtle: rgb(243.6, 208.2, 205.6);
  --bs-success-bg-subtle: rgb(218.2, 227.6, 208.2);
  --bs-info-bg-subtle: rgb(234.6, 220.8, 241.4);
  --bs-warning-bg-subtle: rgb(253.6, 242, 208.6);
  --bs-danger-bg-subtle: rgb(255, 220.6, 216.6);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(153.4, 201, 218.2);
  --bs-secondary-border-subtle: rgb(232.2, 161.4, 156.2);
  --bs-success-border-subtle: rgb(181.4, 200.2, 161.4);
  --bs-info-border-subtle: rgb(214.2, 186.6, 227.8);
  --bs-warning-border-subtle: rgb(252.2, 229, 162.2);
  --bs-danger-border-subtle: rgb(255, 186.2, 178.2);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 45, 45, 45;
  --bs-font-sans-serif: "Nexa Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: sfmono-regular, menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #2D2D2D;
  --bs-body-color-rgb: 45, 45, 45;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #2D2D2D;
  --bs-emphasis-color-rgb: 45, 45, 45;
  --bs-secondary-color: rgba(45, 45, 45, 0.75);
  --bs-secondary-color-rgb: 45, 45, 45;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(45, 45, 45, 0.5);
  --bs-tertiary-color-rgb: 45, 45, 45;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0178A3;
  --bs-link-color-rgb: 1, 120, 163;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #00A9E0;
  --bs-link-hover-color-rgb: 0, 169, 224;
  --bs-code-color: #e83e8c;
  --bs-highlight-color: #2D2D2D;
  --bs-highlight-bg: rgb(253.6, 242, 208.6);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(45, 45, 45, 0.175);
  --bs-border-radius: 0.25rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0px 1px 2px 0px rgba(9, 30, 66, 0.25);
  --bs-box-shadow-sm: 0px 1px 2px 0px rgba(9, 30, 66, 0.25);
  --bs-box-shadow-lg: 0px 8px 12px 0px rgba(9, 30, 66, 0.1);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(1, 120, 163, 0.25);
  --bs-form-valid-color: #477615;
  --bs-form-valid-border-color: #477615;
  --bs-form-invalid-color: #FF533F;
  --bs-form-invalid-border-color: #FF533F;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #373a3c;
  --bs-secondary-bg-rgb: 55, 58, 60;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(44, 47.5, 50.5);
  --bs-tertiary-bg-rgb: 44, 48, 51;
  --bs-primary-text-emphasis: rgb(102.6, 174, 199.8);
  --bs-secondary-text-emphasis: rgb(220.8, 114.6, 106.8);
  --bs-success-text-emphasis: rgb(144.6, 172.8, 114.6);
  --bs-info-text-emphasis: rgb(193.8, 152.4, 214.2);
  --bs-warning-text-emphasis: rgb(250.8, 216, 115.8);
  --bs-danger-text-emphasis: rgb(255, 151.8, 139.8);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(0.2, 24, 32.6);
  --bs-secondary-bg-subtle: rgb(39.6, 4.2, 1.6);
  --bs-success-bg-subtle: rgb(14.2, 23.6, 4.2);
  --bs-info-bg-subtle: rgb(30.6, 16.8, 37.4);
  --bs-warning-bg-subtle: rgb(49.6, 38, 4.6);
  --bs-danger-bg-subtle: rgb(51, 16.6, 12.6);
  --bs-light-bg-subtle: #373a3c;
  --bs-dark-bg-subtle: rgb(50, 51.5, 52.5);
  --bs-primary-border-subtle: rgb(0.6, 72, 97.8);
  --bs-secondary-border-subtle: rgb(118.8, 12.6, 4.8);
  --bs-success-border-subtle: rgb(42.6, 70.8, 12.6);
  --bs-info-border-subtle: rgb(91.8, 50.4, 112.2);
  --bs-warning-border-subtle: rgb(148.8, 114, 13.8);
  --bs-danger-border-subtle: rgb(153, 49.8, 37.8);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #373a3c;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(102.6, 174, 199.8);
  --bs-link-hover-color: rgb(133.08, 190.2, 210.84);
  --bs-link-color-rgb: 103, 174, 200;
  --bs-link-hover-color-rgb: 133, 190, 211;
  --bs-code-color: rgb(241.2, 139.2, 186);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(99.2, 76, 9.2);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(144.6, 172.8, 114.6);
  --bs-form-valid-border-color: rgb(144.6, 172.8, 114.6);
  --bs-form-invalid-color: rgb(255, 151.8, 139.8);
  --bs-form-invalid-border-color: rgb(255, 151.8, 139.8);
}

.box-shadow {
  box-shadow: 0px 1px 2px 0px rgba(9, 30, 66, 0.25);
}

.box-shadow-lg {
  box-shadow: 0px 8px 12px 0px rgba(9, 30, 66, 0.1);
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-sm {
  border-radius: 0.25rem;
}

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

.rounded-xl {
  border-radius: 1rem;
}

.rounded-circle {
  border-radius: 50%;
}

.font-family-regular {
  font-family: "Nexa Text", sans-serif;
}

.font-family-light {
  font-family: "Nexa Text Light", sans-serif;
}

.font-family-bold {
  font-family: "Nexa Text Bold", sans-serif;
}

.font-family-extrabold {
  font-family: "Nexa Text ExtraBold", sans-serif;
}

.font-family-heavy {
  font-family: "Nexa Text Heavy", sans-serif;
}

.font-family-black {
  font-family: "Nexa Text Black", sans-serif;
}

.font-family-book {
  font-family: "Nexa Text Book", sans-serif;
}

.line-height-sm {
  line-height: 1.25;
}

.line-height-base {
  line-height: 1.5;
}

.line-height-lg {
  line-height: 2;
}

[class*=display-] {
  line-height: 1.5;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  line-height: 1.5;
}

p {
  margin-bottom: 2em;
}

.font-size-xs {
  font-size: 0.75rem;
}

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

.font-size-lg {
  font-size: 1.25rem;
}

.font-size-xl {
  font-size: 1.5rem;
}

.font-size-xxl {
  font-size: 2rem;
}

.highlight-pill, .highlight-pill--white, .highlight-pill--blue, .highlight-pill--green, .highlight-pill--orange {
  border-width: 0.0625em;
  border-style: solid;
  border-color: #0178A3;
  border-color: var(--landing-page-accent-color, #0178A3);
  border-radius: 1em;
  padding: 0 0.2em;
}
.highlight-pill--orange {
  border-color: #C61508;
}
.highlight-pill--green {
  border-color: #477615;
}
.highlight-pill--blue {
  border-color: #0CACEB;
}
.highlight-pill--white {
  border-color: #fff;
}

.label-pill {
  display: inline;
  font-size: 0.75rem;
  padding: 4px;
  background-color: #FFF1E9;
  color: #C61508;
  border-radius: 1rem;
  padding: 4px 16px;
}

.text-black {
  color: #2D2D2D !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  /* Default scroll padding to account for fixed navbar */
}

.anchor-section {
  scroll-margin-top: 80px;
}

.floating-navbar {
  display: flex;
  margin: 3.5rem 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-self: center;
  padding: 0 2.8125rem !important;
  box-shadow: 0px 8px 12px 0px rgba(9, 30, 66, 0.1);
}
@media (max-width: 991.98px) {
  .floating-navbar {
    display: none !important;
  }
}
.floating-navbar ul.nav-pills {
  padding: 0 3rem;
}
.floating-navbar .nav-item.border {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.floating-navbar .nav-item.border:not(:first-child) {
  border-left: 0 !important;
}
.floating-navbar .nav-item .nav-link {
  color: #2D2D2D;
  padding: 10px 20px;
  line-height: 39px;
}
.floating-navbar .nav-item .nav-link:hover {
  color: #0178A3;
  background-color: #EFF9FF;
}
.floating-navbar .nav-item .nav-link.active {
  color: #016DA3;
  background-color: #E0F3FE;
}

.faq-sections-navbar .nav-item .nav-link.active, .faq-sections-navbar .nav-item .nav-link:hover {
  color: #2D2D2D;
}

/*# sourceMappingURL=floating-navbar.css.map*/