/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v2.0.0
* Docs at http://ramseyinhouse.github.io/scut
*/
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0BBBEF;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #D73D04;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #007A91;
  --bs-black: #000;
  --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-primary: #0BBBEF;
  --bs-secondary: #D73D04;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #495057;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-primary-rgb: 11, 187, 239;
  --bs-secondary-rgb: 215, 61, 4;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 73, 80, 87;
  --bs-black-rgb: 0, 0, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-primary-text-emphasis: #044b60;
  --bs-secondary-text-emphasis: #561802;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cef1fc;
  --bs-secondary-bg-subtle: #f7d8cd;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9de4f9;
  --bs-secondary-border-subtle: #efb19b;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Maven Pro", sans-serif;
  --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: "Maven Pro", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #fff;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg: #000;
  --bs-body-bg-rgb: 0, 0, 0;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(255, 255, 255, 0.75);
  --bs-secondary-color-rgb: 255, 255, 255;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(255, 255, 255, 0.5);
  --bs-tertiary-color-rgb: 255, 255, 255;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0BBBEF;
  --bs-link-color-rgb: 11, 187, 239;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0996bf;
  --bs-link-hover-color-rgb: 9, 150, 191;
  --bs-code-color: #e83e8c;
  --bs-highlight-color: #fff;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --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(11, 187, 239, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::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;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

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

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

b,
strong {
  font-weight: bolder;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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


button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

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

::-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;
}

/* 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;
  -webkit-appearance: button;
}

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.container,
.container-fluid,
.container-xl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container-xl, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}


.gy-g {
  --bs-gutter-y: 1.5rem;
}

.g-hg {
  --bs-gutter-x: 0.75rem;
}

.g-hg {
  --bs-gutter-y: 0.75rem;
}

.g-20 {
  --bs-gutter-x: 1.25rem;
}

.g-20 {
  --bs-gutter-y: 1.25rem;
}

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #0BBBEF;
  --bs-btn-border-color: #0BBBEF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #30c5f1;
  --bs-btn-hover-border-color: #23c2f1;
  --bs-btn-focus-shadow-rgb: 9, 159, 203;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3cc9f2;
  --bs-btn-active-border-color: #23c2f1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0BBBEF;
  --bs-btn-disabled-border-color: #0BBBEF;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #D73D04;
  --bs-btn-border-color: #D73D04;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b73403;
  --bs-btn-hover-border-color: #ac3103;
  --bs-btn-focus-shadow-rgb: 221, 90, 42;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ac3103;
  --bs-btn-active-border-color: #a12e03;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #D73D04;
  --bs-btn-disabled-border-color: #D73D04;
}

.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-outline-primary {
  --bs-btn-color: #0BBBEF;
  --bs-btn-border-color: #0BBBEF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0BBBEF;
  --bs-btn-hover-border-color: #0BBBEF;
  --bs-btn-focus-shadow-rgb: 11, 187, 239;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0BBBEF;
  --bs-btn-active-border-color: #0BBBEF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0BBBEF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0BBBEF;
  --bs-gradient: none;
}

.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 9, 159, 203;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(11, 187, 239, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0BBBEF;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

:root {
  --bs-btn-close-filter: ;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-black {
  color: #fff !important;
  background-color: RGBA(var(--bs-black-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-white {
  color: #000 !important;
  background-color: RGBA(var(--bs-white-rgb), var(--bs-bg-opacity, 1)) !important;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.position-relative {
  position: relative !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

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

.my-50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.my-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my-2 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.mt-g {
  margin-top: 1.5rem !important;
}

.mt-90 {
  margin-top: 5.625rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mt-50 {
  margin-top: 3.125rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-30 {
  margin-top: 1.875rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mt-2 {
  margin-top: 0.125rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-100 {
  margin-bottom: 6.25rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.mb-4 {
  margin-bottom: 0.25rem !important;
}

.mb-3 {
  margin-bottom: 0.1875rem !important;
}

.mb-2 {
  margin-bottom: 0.125rem !important;
}

.mb-1 {
  margin-bottom: 0.0625rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.p-10 {
  padding: 0.625rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.px-40 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-20 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-10 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}

.px-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.py-70 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}

.py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .p-sm-20 {
    padding: 1.25rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .mb-md-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-50 {
    margin-bottom: 3.125rem !important;
  }
  .p-md-30 {
    padding: 1.875rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .px-md-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-md-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-md-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .mt-lg-80 {
    margin-top: 5rem !important;
  }
  .mt-lg-70 {
    margin-top: 4.375rem !important;
  }
  .mt-lg-60 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-50 {
    margin-top: 3.125rem !important;
  }
  .mt-lg-30 {
    margin-top: 1.875rem !important;
  }
  .mt-lg-7 {
    margin-top: 0.4375rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mb-lg-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-160 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .p-lg-10 {
    padding: 0.625rem !important;
  }
  .px-lg-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-lg-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .pt-lg-30 {
    padding-top: 1.875rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
/**
 * Swiper 12.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 28, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-slides-offset-before);
              margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-end: var(--swiper-slides-offset-after);
              margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-slides-offset-before);
              margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-after: var(--swiper-slides-offset-after);
              margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-centered-offset-before);
              margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-centered-offset-before);
              margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

.hamburger {
  padding: 0.5rem 0.5rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 2.625rem;
  height: 25px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 2.625rem;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 11px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}

.sn_img_cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sn_img_cover picture, .sn_img_cover img {
  width: 100%;
  height: 100%;
}
.sn_img_cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.sn_img_contain {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sn_img_contain picture, .sn_img_contain img {
  width: 100%;
  height: 100%;
}
.sn_img_contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.sn_sprite {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  flex-shrink: 0;
  font-style: normal;
  fill: currentColor;
}
.sn_sprite svg {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  fill: inherit;
}

/* maven-pro-regular - latin */
@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/buddybank/maven-pro-v32-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/buddybank/maven-pro-v32-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/buddybank/maven-pro-v32-latin-regular.woff2") format("woff2"), url("../fonts/buddybank/maven-pro-v32-latin-regular.woff") format("woff"), url("../fonts/buddybank/maven-pro-v32-latin-regular.ttf") format("truetype"), url("../fonts/buddybank/maven-pro-v32-latin-regular.svg#MavenPro") format("svg"); /* Legacy iOS */
}
/* maven-pro-700 - latin */
@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/buddybank/maven-pro-v32-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/buddybank/maven-pro-v32-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/buddybank/maven-pro-v32-latin-700.woff2") format("woff2"), url("../fonts/buddybank/maven-pro-v32-latin-700.woff") format("woff"), url("../fonts/buddybank/maven-pro-v32-latin-700.ttf") format("truetype"), url("../fonts/buddybank/maven-pro-v32-latin-700.svg#MavenPro") format("svg"); /* Legacy iOS */
}
::-moz-selection {
  background: rgba(11, 187, 239, 0.99);
  color: #fff;
}
::selection {
  background: rgba(11, 187, 239, 0.99);
  color: #fff;
}

::-webkit-selection {
  background: rgba(11, 187, 239, 0.99);
  color: #fff;
}

:root {
  accent-color: #0BBBEF;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: auto !important;
}

body {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #000;
}
body {
  line-height: 1.2;
}
@media only screen and (min-width: 48em) {
  body {
    line-height: 1.2;
  }
}
body {
  font-size: 16px;
}
@media only screen and (min-width: 48em) {
  body {
    font-size: 16px;
  }
}
body::before {
  content: "";
  display: none;
}

a, button {
  transition: all 0.35s ease, outline 0s, outline-offset 0s;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  padding: 0;
  color: unset;
  text-align: unset;
}

figure {
  margin: 0;
}

picture {
  display: block;
}

*:focus-visible {
  outline: 0.125rem solid currentcolor;
  outline-offset: 0.125rem;
}

@supports not selector(:focus-visible) {
  *:focus {
    outline: 0.125rem solid currentcolor;
    outline-offset: 0.125rem;
  }
}


img.w-100 {
  display: block;
  width: 100%;
  height: auto;
}

.sn_site_wrapper {
  background-color: #000;
  position: relative;
  padding-top: 4.6875rem;
  overflow: hidden;
}
.sn_site_wrapper._has_stripe {
  padding-top: 7.375rem;
}
@media only screen and (min-width: 48em) {
  .sn_site_wrapper {
    padding-top: 5rem;
  }
  .sn_site_wrapper._has_stripe {
    padding-top: 7.6875rem;
  }
}
@media only screen and (min-width: 75em) {
  .sn_site_wrapper {
    padding-top: 7.1875rem;
  }
  .sn_site_wrapper._has_stripe {
    padding-top: 9.875rem;
  }
}

section {
  position: relative;
  z-index: 2;
  background-color: transparent;
  overflow: visible;
}

.sn_sprite__wrapper {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.sn_sprite__wrapper svg {
  width: 0;
  height: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
}

h1,
.h1 {
  line-height: 1;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 3.125rem;
}
@media only screen and (min-width: 48em) {
  h1,
  .h1 {
    font-size: 4.375rem;
  }
}
h1.__reduced,
.h1.__reduced {
  font-size: 2.5rem;
}
@media only screen and (min-width: 48em) {
  h1.__reduced,
  .h1.__reduced {
    font-size: 3.5rem;
  }
}
h1.__more_reduced,
.h1.__more_reduced {
  font-size: 2.1875rem;
}
@media only screen and (min-width: 48em) {
  h1.__more_reduced,
  .h1.__more_reduced {
    font-size: 3.125rem;
  }
}

h2,
.h2 {
  line-height: normal;
  font-weight: 400;
  margin: 0 0 10px;
}
h2,
.h2 {
  font-size: 1.625rem;
}
@media only screen and (min-width: 48em) {
  h2,
  .h2 {
    font-size: 2.8125rem;
  }
}
h2.__bigger_sm,
.h2.__bigger_sm {
  font-size: 2.1875rem;
}
@media only screen and (min-width: 48em) {
  h2.__bigger_sm,
  .h2.__bigger_sm {
    font-size: 2.8125rem;
  }
}

h3,
.h3 {
  line-height: 1.07;
  font-weight: 700;
  margin: 0 0 10px;
}
h3,
.h3 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48em) {
  h3,
  .h3 {
    font-size: 1.875rem;
  }
}

h4,
.h4 {
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 10px;
}
h4,
.h4 {
  font-size: 1.375rem;
}
@media only screen and (min-width: 48em) {
  h4,
  .h4 {
    font-size: 1.625rem;
  }
}

h5,
.h5 {
  line-height: 1.1;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48em) {
  h5,
  .h5 {
    font-size: 1.375rem;
  }
}

h6,
.h6 {
  line-height: 1.1;
  font-weight: 700;
}
h6,
.h6 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48em) {
  h6,
  .h6 {
    font-size: 1.25rem;
  }
}

.tt-1 {
  letter-spacing: 0.7px;
  line-height: 1.1;
  font-weight: 700;
}
.tt-1 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48em) {
  .tt-1 {
    font-size: 1.5rem;
  }
}

p,
.p {
  line-height: 1.31;
  margin-bottom: 0.625rem;
}
p,
.p {
  font-size: 1rem;
}
@media only screen and (min-width: 48em) {
  p,
  .p {
    font-size: 1rem;
  }
}

ul,
ol {
  padding: 0 0 0 1.5625rem;
  text-align: left !important;
  margin: 0;
}
ul.__blue_marker li::marker,
ol.__blue_marker li::marker {
  color: #0BBBEF;
}
ul li,
ol li {
  line-height: 1.5;
  margin-bottom: 10px;
}
ul li,
ol li {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48em) {
  ul li,
  ol li {
    font-size: 1rem;
  }
}
ul._tick,
ol._tick {
  list-style-type: none;
}
ul._tick li,
ol._tick li {
  position: relative;
}
ul._tick li::before,
ol._tick li::before {
  content: "";
  display: block;
  background-image: url("../images/obj/tick-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -1.25rem;
  top: 0.5em;
  width: 0.625rem;
  height: 0.625rem;
}
ul._tick_blue,
ol._tick_blue {
  list-style-type: none;
}
ul._tick_blue li,
ol._tick_blue li {
  position: relative;
}
ul._tick_blue li::before,
ol._tick_blue li::before {
  content: "";
  display: block;
  background-image: url("../images/obj/tick-blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -1.25rem;
  top: 0.5em;
  width: 0.625rem;
  height: 0.625rem;
}

strong {
  font-weight: 700;
  color: #0BBBEF;
}

.bg-secondary {
  color: #000;
}

.text-underline {
  text-decoration: underline;
}

span._boxed {
  display: inline-block;
  border: 2px solid currentColor;
  padding-left: 2.9375rem;
  padding-right: 2.9375rem;
}

.sn_paragraph__xs, .sn_paragraph__xs p, .sn_paragraph__xs .p, .sn_paragraph__xs li {
  margin-bottom: 0.3125rem;
}
.sn_paragraph__xs, .sn_paragraph__xs p, .sn_paragraph__xs .p, .sn_paragraph__xs li {
  font-size: 0.625rem;
}
@media only screen and (min-width: 48em) {
  .sn_paragraph__xs, .sn_paragraph__xs p, .sn_paragraph__xs .p, .sn_paragraph__xs li {
    font-size: 0.75rem;
  }
}
.sn_paragraph__xs li {
  margin-bottom: 0;
}
.sn_paragraph__xs_plus, .sn_paragraph__xs_plus p, .sn_paragraph__xs_plus .p, .sn_paragraph__xs_plus li {
  margin-bottom: 0.3125rem;
}
.sn_paragraph__xs_plus, .sn_paragraph__xs_plus p, .sn_paragraph__xs_plus .p, .sn_paragraph__xs_plus li {
  font-size: 0.75rem;
}
@media only screen and (min-width: 48em) {
  .sn_paragraph__xs_plus, .sn_paragraph__xs_plus p, .sn_paragraph__xs_plus .p, .sn_paragraph__xs_plus li {
    font-size: 0.875rem;
  }
}
.sn_paragraph__xs_plus li {
  margin-bottom: 0;
}
.sn_paragraph__sm, .sn_paragraph__sm p, .sn_paragraph__sm .p, .sn_paragraph__sm li {
  margin-bottom: 0.3125rem;
}
.sn_paragraph__sm, .sn_paragraph__sm p, .sn_paragraph__sm .p, .sn_paragraph__sm li {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48em) {
  .sn_paragraph__sm, .sn_paragraph__sm p, .sn_paragraph__sm .p, .sn_paragraph__sm li {
    font-size: 1rem;
  }
}
.sn_paragraph__sm li {
  margin-bottom: 0;
}
.sn_paragraph__sm.__white_links a {
  color: #fff;
  text-decoration: underline;
}
.sn_paragraph__lg, .sn_paragraph__lg p, .sn_paragraph__lg .p, .sn_paragraph__lg li {
  font-size: 1rem;
}
@media only screen and (min-width: 48em) {
  .sn_paragraph__lg, .sn_paragraph__lg p, .sn_paragraph__lg .p, .sn_paragraph__lg li {
    font-size: 1.25rem;
  }
}
.sn_paragraph__lg li {
  margin-bottom: 0.625rem;
}
.sn_paragraph__lg.__white_links a {
  color: #fff;
  text-decoration: underline;
}

.__nowrap {
  white-space: nowrap;
}

.fw-bold {
  font-weight: 700;
}

.btn {
  border-radius: 3.125rem;
  font-weight: 700;
  width: 100%;
  max-width: 31.25rem;
}
.btn {
  font-size: 1rem;
}
@media only screen and (min-width: 48em) {
  .btn {
    font-size: 1.25rem;
  }
}
.btn {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (min-width: 36em) {
  .btn {
    width: auto;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.btn:focus-visible {
  box-shadow: 0 0 0 0.125rem #fff;
  outline: dotted;
}

.btn-secondary {
  color: #fff;
  background-color: #D73D04;
  border-color: #D73D04;
}

.sn_utils_mq_xs {
  display: block;
}
@media only screen and (min-width: 36em) {
  .sn_utils_mq_xs {
    display: none;
  }
}

.sn_utils_mq_sm {
  display: none;
}
@media only screen and (min-width: 36em) {
  .sn_utils_mq_sm {
    display: block;
  }
}
@media only screen and (min-width: 48em) {
  .sn_utils_mq_sm {
    display: none;
  }
}

.sn_utils_mq_md {
  display: none;
}
@media only screen and (min-width: 48em) {
  .sn_utils_mq_md {
    display: block;
  }
}
@media only screen and (min-width: 62em) {
  .sn_utils_mq_md {
    display: none;
  }
}

.sn_utils_mq_lg {
  display: none;
}
@media only screen and (min-width: 62em) {
  .sn_utils_mq_lg {
    display: block;
  }
}
@media only screen and (min-width: 75em) {
  .sn_utils_mq_lg {
    display: none;
  }
}

.sn_utils_mq_xl {
  display: none;
}
@media only screen and (min-width: 75em) {
  .sn_utils_mq_xl {
    display: block;
  }
}
@media only screen and (min-width: 87.5em) {
  .sn_utils_mq_xl {
    display: none;
  }
}

.sn_utils_mq_xxl {
  display: none;
}
@media only screen and (min-width: 87.5em) {
  .sn_utils_mq_xxl {
    display: block;
  }
}

.sn_lazy__wr {
  transition: opacity 0.75s cubic-bezier(0.7, 0, 0, 1);
}
.sn_lazy__wr.__loading {
  opacity: 0;
}

.sn_skiplink {
  z-index: 2000;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.sn_header,
section,
.sn_footer {
  transition: all 0.75s cubic-bezier(0.7, 0, 0, 1);
}

section:focus {
  outline: none;
}

.btn-primary {
  border-radius: 3.125rem;
  letter-spacing: 0.125rem;
  font-weight: 600;
  width: 100%;
  max-width: 23.4375rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}
.btn-primary {
  font-size: 1.125rem;
}
@media only screen and (min-width: 36em) {
  .btn-primary {
    width: auto;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }
}

.sn_cta_sticky {
  position: fixed;
  left: 0;
  bottom: 1.875rem;
  width: 100%;
  z-index: 1020;
  transition: all 0.75s cubic-bezier(0.7, 0, 0, 1);
}
.sn_cta_sticky.__has_sub {
  bottom: 1.25rem;
}
.sn_cta_sticky .btn-secondary {
  box-shadow: 0px 0px 0.75rem 0.125rem rgba(11, 187, 239, 0.3);
}
.sn_cta_sticky .sn_cta_wrapper {
  width: 100% !important;
}
@media only screen and (min-width: 36em) {
  .sn_cta_sticky .sn_cta_wrapper {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}

.sn_card_link {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48em) {
  .sn_card_link {
    font-size: 1.25rem;
  }
}

.popover {
  filter: drop-shadow(0px 0.25rem 0.3125rem rgba(0, 137, 255, 0.2));
  z-index: 1020;
  display: inline-block;
}

#sn_divscr {
  position: fixed;
  top: 0;
  left: 0;
  width: 3em;
  height: 3em;
  overflow: hidden;
  overflow-y: scroll;
  z-index: -1;
  visibility: hidden;
}

#qr-code img {
  max-width: 17.3125rem;
}

div:focus-visible,
span:focus-visible,
p:focus-visible,
a:focus-visible {
  box-shadow: 0 0 0px 0.125rem #fff;
  outline: dotted;
}

.__blue {
  color: #0BBBEF;
}
.sn_cta_wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: relative;
  z-index: 1;
}

.sn_sub_cta {
  font-weight: 700;
  margin: 0.625rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 5px;
}
.sn_sub_cta {
  font-size: 0.875rem;
}
.sn_cta_sticky .sn_sub_cta {
  background-color: #000;
  border-radius: 0.75rem;
}

[data-copy] {
  display: inline-block;
  border: 1px solid #0BBBEF;
  padding: 2px 5px;
  cursor: pointer;
  transition: all 0.35s ease;
  margin: 2px 0;
  color: #0BBBEF;
  position: relative;
}
[data-copy]:hover {
  opacity: 0.8;
}
[data-copy]::after {
  content: "Copiato negli appunti!";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.35s ease;
  opacity: 0;
}
[data-copy]::after {
  font-size: 0.6em;
}
[data-copy].__copied {
  border-color: #0BBBEF;
  background-color: #0BBBEF;
  color: #0BBBEF;
}
[data-copy].__copied::after {
  opacity: 1;
}

.sn_form .form-group {
  margin-bottom: 20px;
}

.sn_header {
  position: fixed;
  z-index: 1030;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 75em) {
  .sn_header {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    padding-left: 0;
    padding-right: 0;
  }
  .sn_header._has_stripe {
    padding-top: 0;
  }
}
.sn_header::before {
  content: "";
  background-color: #000;
  display: block;
  width: 100%;
  z-index: 2;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 75em) {
  .sn_header::before {
    z-index: 1;
  }
}
._transparent_header .sn_header::before {
  background-color: transparent;
}
.sn_header._static {
  position: static;
}
.sn_header_spacer {
  height: 1.5625rem;
}
@media only screen and (min-width: 62em) {
  .sn_header_spacer {
    height: 4.375rem;
  }
}
.sn_header_spacer._has_stripe {
  flex-wrap: wrap;
  height: 6.375rem;
}
@media only screen and (min-width: 62em) {
  .sn_header_spacer._has_stripe {
    height: 10.6875rem;
  }
}
.sn_header_stripe {
  width: 100%;
  background-color: #0BBBEF;
  z-index: 2;
  text-align: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0;
  padding-right: 0;
}
.sn_header_stripe._orange {
  background-color: #fd7e14;
}
.sn_header_stripe._gradient {
  background: linear-gradient(284.33deg, #3D66AA -15.4%, #00FFFF 111.91%);
}
.sn_header_stripe._primary {
  background-color: #0BBBEF;
}
.sn_header_stripe_text {
  color: #fff;
}
.sn_header_logo img {
  width: 100%;
  max-width: 7.375rem;
}
@media only screen and (min-width: 62em) {
  .sn_header_logo img {
    max-width: 8.6875rem;
  }
}
.sn_header_logo, .sn_header_hamburger_wrap {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  background-color: inherit;
  height: 4.6875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 62em) {
  .sn_header_logo, .sn_header_hamburger_wrap {
    height: 7.1875rem;
  }
}
@media only screen and (min-width: 62em) {
  .sn_header_logo, .sn_header_hamburger_wrap {
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.sn_header_cta {
  z-index: 1;
  max-width: 15.625rem;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}
.sn_header_cta {
  font-size: 1rem;
}
.sn_header .hamburger {
  position: relative;
  z-index: 1;
  padding-top: 0.4375rem;
  cursor: pointer;
}
.sn_header .hamburger:hover > span, .sn_header .hamburger:active > span {
  background: #0BBBEF;
}
.sn_header .hamburger > span {
  background: #fff;
  border-radius: 0.1875rem;
}

.sn_navbar {
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media only screen and (min-width: 62em) {
  .sn_navbar {
    z-index: 1;
  }
}
.sn_navbar_wrap {
  position: fixed;
  width: 100%;
  left: 0;
  height: 100vh;
  top: -100vh;
  transition: all 0.75s cubic-bezier(0.7, 0, 0, 1);
  overflow-y: auto;
  background-color: #000;
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
._menu_open .sn_navbar_wrap {
  top: 0;
}
@media only screen and (min-width: 62em) {
  .sn_navbar_wrap {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media only screen and (min-width: 75em) {
  .sn_navbar_wrap {
    position: static;
    height: auto;
    background-color: transparent;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.sn_navbar_wrap_nav, .sn_navbar_wrap_cta {
  max-width: 33.75rem;
  margin: 0 auto;
}
@media only screen and (min-width: 36em) {
  .sn_navbar_wrap_nav, .sn_navbar_wrap_cta {
    max-width: 33.75rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media only screen and (min-width: 48em) {
  .sn_navbar_wrap_nav, .sn_navbar_wrap_cta {
    max-width: 45rem;
  }
}
@media only screen and (min-width: 62em) {
  .sn_navbar_wrap_nav, .sn_navbar_wrap_cta {
    max-width: 60rem;
  }
}
.sn_navbar_wrap_nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  padding-left: 0;
  padding-right: 0;
}
._has_stripe .sn_navbar_wrap_nav {
  margin-top: 6.25rem;
}
@media only screen and (min-width: 75em) {
  ._has_stripe .sn_navbar_wrap_nav {
    margin-top: 0;
  }
}
@media only screen and (min-width: 75em) {
  .sn_navbar_wrap_nav {
    flex-direction: row;
    max-width: none;
    justify-content: space-between;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.sn_navbar_wrap_nav_i {
  display: flex;
  justify-content: center;
  margin-bottom: auto;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  padding-left: 0;
  padding-right: 0;
}
.sn_navbar_wrap_nav_i_link {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  transition: none;
  line-height: 1;
  font-weight: 700;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0;
  padding-right: 0;
}
.sn_navbar_wrap_nav_i_link {
  font-size: 1rem;
}
.sn_navbar_wrap_nav_i_link::after {
  content: "";
  display: block;
  height: 0.1875rem;
  width: 100%;
  opacity: 0;
  background-color: #0BBBEF;
}
.sn_navbar_wrap_nav_i_link:hover, .sn_navbar_wrap_nav_i_link.active {
  color: #0BBBEF;
}
.sn_navbar_wrap_nav_i_link:hover::after, .sn_navbar_wrap_nav_i_link.active::after {
  opacity: 1;
}
@media only screen and (min-width: 75em) {
  .sn_navbar_wrap_nav_i_link {
    flex-direction: row;
    max-width: none;
    line-height: initial;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sn_navbar_wrap_nav_i_link {
    font-size: 1rem;
  }
}

/*
	Yoast Breadcrumb HTML:
	<nav id="breadcrumbs" class="main-breadcrumbs">
		<span>
			<span>
				<a href="#">Home</a>
				<span class="separator"></span>
				<span>
					<a href="#">Lorem</a>
					<span class="separator"></span>
					<span>
						<a href="#">Ipsum</a>
						<span class="separator"></span>
						<span class="breadcrumb_last" aria-current="page">Dolor</span>
					</span>
				</span>
			</span>
		</span>
	</nav>
*/
.sn_swiper_wrapper {
  position: relative;
}
.sn_swiper_nav {
  fill: #fff;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
}
.sn_swiper_nav._prev {
  position: absolute;
  left: -3.75rem;
}
.sn_swiper_nav._next {
  position: absolute;
  right: -3.75rem;
}
.sn_swiper_nav.swiper-button-disabled {
  opacity: 0.2;
}
.sn_swiper_pagination {
  position: relative;
  margin-top: 2.1875rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 48em) {
  .sn_swiper_pagination {
    margin-top: 2.1875rem;
    margin-bottom: 2.5rem;
  }
}
.sn_swiper_pagination .swiper-pagination-bullet {
  transition: all 0.35s ease;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 0rem;
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
.sn_swiper_pagination .swiper-pagination-bullet-active {
  background-color: #007A91;
  width: 1.5rem;
}

.sn_accordion_i {
  border: 1px solid #fff;
  border-radius: 0.625rem;
}
.sn_accordion_i {
  font-size: 1rem;
}
.sn_accordion_i:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.sn_accordion_i_button {
  transition: all 0.35s ease;
  text-align: left;
  max-width: none;
  width: 100%;
  border-radius: 0.625rem;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 1.5625rem;
  padding-right: 1.5625rem;
  padding-bottom: 1.5625rem;
  padding-left: 1.5625rem;
}
.sn_accordion_i_button:hover {
  color: #fff;
  text-decoration: none;
}
.sn_accordion_i_button:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.sn_accordion_i_button .sn_sprite {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  transition: transform 0.35s;
  fill: currentColor;
}
.sn_accordion_i_button[aria-expanded=true] {
  padding-bottom: 0;
}
.sn_accordion_i_button[aria-expanded=true] .sn_sprite {
  transform: scaleY(-1);
}
.sn_accordion_i_body {
  padding-top: 0;
  padding-right: 1.5625rem;
  padding-bottom: 1.5625rem;
  padding-left: 1.5625rem;
}
.sn_accordion_i_body_li {
  display: flex;
}
.sn_accordion_i_body_li.__centered {
  align-items: center;
}
.sn_accordion_i_body_li .__image {
  width: 4.25rem;
  height: 4.25rem;
  flex-shrink: 0;
}

.sn_slider_cards {
  overflow: hidden;
}
.sn_slider_cards .sn_slider_cards_sl {
  overflow: visible;
}
@media only screen and (min-width: 36em) {
  .sn_slider_cards .sn_slider_cards_sl {
    overflow: hidden;
  }
}
.sn_slider_cards .sn_slider_cards_sl_i {
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 0.125rem;
}
.sn_slider_cards .sn_slider_cards_sl_i.__no_autoheight {
  height: 100%;
}