@font-face {
  font-family: 'Geomanist-Regular';
  src:
    url('/fonts/Geomanist-Regular-Italic.otf');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist-Bold';
  src:
    url('/fonts/Geomanist-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist-Medium';
  src:
    url('/fonts/Geomanist-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist-BoldItalic';
  src:
    url('/fonts/Inter-ExtraBoldItalic.otf');
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist-BlackItalic';
  src:
    url('/fonts/Geomanist-Regular-Italic.otf');
  font-style: italic;
  font-display: swap;
}


@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 33, 37, 41;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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: Geomanist-Regular, Helvetica, sans-serif;
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.1875rem;
  }
}

h2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: calc(1.278125rem + 0.3375vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.53125rem;
  }
}

h4 {
  font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.3125rem;
  }
}

h5 {
  font-size: 1.09375rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.theme1, .theme2, .theme3, .theme4 {
  background-size: 100px 100px, 100px 100px;
  background-position: -2px 0, -2px 0;
}

.theme1_2 {
  background-color: #ffe644;
}

.theme2_2 {
  background-color: #164194;
}

.theme1 {
  background-color: #164194;
  background-image: linear-gradient(#163b91 2px, transparent 0), linear-gradient(90deg, #163b91 2px, transparent 0);
}

.theme2 {
  background-color: #ffe644;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5) 2px, transparent 0), linear-gradient(90deg, rgba(255, 255, 255, 0.5) 2px, transparent 0);
}

.theme3 {
  background-color: #fc92e5;
  background-image: linear-gradient(#fc86e1 2px, transparent 0), linear-gradient(90deg, #fc86e1 2px, transparent 0);
}

.theme4 {
  background-color: #00e4ef;
  background-image: linear-gradient(#00dae9 2px, transparent 0), linear-gradient(90deg, #00dae9 2px, transparent 0);
}

@-webkit-keyframes loading_animation {
  from {
    background-position: center -100px, center 100px, center 300px, center 500px, center 700px, center 900px, center 1100px, center 1300px, center 1500px, center 1700px, center 1900px, center 2100px, center 2300px, center 2500px, center 2700px, center 2900px;
  }
  to {
    background-position: center -2300px, center -2100px, center -1900px, center -1700px, center -1500px, center -1300px, center -1100px, center -900px, center -700px, center -500px, center -300px, center -100px, center 100px, center 300px, center 500px, center 700px;
  }
}

@keyframes loading_animation {
  from {
    background-position: center -100px, center 100px, center 300px, center 500px, center 700px, center 900px, center 1100px, center 1300px, center 1500px, center 1700px, center 1900px, center 2100px, center 2300px, center 2500px, center 2700px, center 2900px;
  }
  to {
    background-position: center -2300px, center -2100px, center -1900px, center -1700px, center -1500px, center -1300px, center -1100px, center -900px, center -700px, center -500px, center -300px, center -100px, center 100px, center 300px, center 500px, center 700px;
  }
}
/* since it's the same image it doesn't generate any more requests */
#loading {
  z-index: 9000;
}
#loading::after {
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: loading_animation;
          animation-name: loading_animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background-image: url(/images/welcome-blue.svg?780ac170d792060ee0a601f4c8e23941), url(/images/welcome-blue.svg?780ac170d792060ee0a601f4c8e23941), url(/images/welcome-white.svg?189b0c150ff2fdbb76e38862f4bb9516), url(/images/welcome-white.svg?189b0c150ff2fdbb76e38862f4bb9516), url(/images/welcome-blue.svg?780ac170d792060ee0a601f4c8e23941), url(/images/welcome-blue.svg?780ac170d792060ee0a601f4c8e23941), url(/images/welcome-white.svg?189b0c150ff2fdbb76e38862f4bb9516), url(/images/welcome-white.svg?189b0c150ff2fdbb76e38862f4bb9516), url(/images/welcome-blue.svg?780ac170d792060ee0a601f4c8e23941), url(/images/welcome-blue.svg?780ac170d792060ee0a601f4c8e23941), url(/images/welcome-white.svg?189b0c150ff2fdbb76e38862f4bb9516), url(/images/welcome-white.svg?189b0c150ff2fdbb76e38862f4bb9516), url(/images/welcome-blue.svg?780ac170d792060ee0a601f4c8e23941), url(/images/welcome-blue.svg?780ac170d792060ee0a601f4c8e23941), url(/images/welcome-white.svg?189b0c150ff2fdbb76e38862f4bb9516), url(/images/welcome-white.svg?189b0c150ff2fdbb76e38862f4bb9516);
  background-repeat: no-repeat;
  content: "";
  display: block;
  left: 0;
  min-height: 100vh;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 9999;
}

.modal-body-menu {
  background-color: #164194;
  align-items: center;
  display: flex;
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-body-menu .w-100 {
  width: 100%;
}
.modal-body-menu .container-close {
  display: block;
  width: 100%;
  padding-top: 4px;
  text-align: center;
}
.modal-body-menu .container-close .btn-close-menu {
  background-color: #164194;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  height: 40px;
  width: 40px;
}
.modal-body-menu a:not(.img-link) {
  color: #ffe644 !important;
  display: block;
  font-size: 20px;
  margin: 5px 0;
  text-decoration: none;
  width: 100%;
}
.modal-body-menu a:not(.img-link)::before {
  content: "➤";
  font-size: 16px;
  display: inline-block;
  padding: 0 5px 0 0;
}
.modal-body-menu .img-link {
  color: white;
  display: inline-block;
  margin: 10px 15px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.modal-body-menu .img-link img {
  height: 25px;
  width: 25px;
}
