/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/theme/variables.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** Ionic CSS Variables **/
:root {
  /** primary **/
  --ion-color-primary: #3880ff;
  --ion-color-primary-rgb: 56, 128, 255;
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: 255, 255, 255;
  --ion-color-primary-shade: #3171e0;
  --ion-color-primary-tint: #4c8dff;
  /** secondary **/
  --ion-color-secondary: #3dc2ff;
  --ion-color-secondary-rgb: 61, 194, 255;
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: 255, 255, 255;
  --ion-color-secondary-shade: #36abe0;
  --ion-color-secondary-tint: #50c8ff;
  /** tertiary **/
  --ion-color-tertiary: #5260ff;
  --ion-color-tertiary-rgb: 82, 96, 255;
  --ion-color-tertiary-contrast: #ffffff;
  --ion-color-tertiary-contrast-rgb: 255, 255, 255;
  --ion-color-tertiary-shade: #4854e0;
  --ion-color-tertiary-tint: #6370ff;
  /** success **/
  --ion-color-success: #2dd36f;
  --ion-color-success-rgb: 45, 211, 111;
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: 255, 255, 255;
  --ion-color-success-shade: #28ba62;
  --ion-color-success-tint: #42d77d;
  /** warning **/
  --ion-color-warning: #ffc409;
  --ion-color-warning-rgb: 255, 196, 9;
  --ion-color-warning-contrast: #000000;
  --ion-color-warning-contrast-rgb: 0, 0, 0;
  --ion-color-warning-shade: #e0ac08;
  --ion-color-warning-tint: #ffca22;
  /** danger **/
  --ion-color-danger: #eb445a;
  --ion-color-danger-rgb: 235, 68, 90;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: 255, 255, 255;
  --ion-color-danger-shade: #cf3c4f;
  --ion-color-danger-tint: #ed576b;
  /** dark **/
  --ion-color-dark: #222428;
  --ion-color-dark-rgb: 34, 36, 40;
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: 255, 255, 255;
  --ion-color-dark-shade: #1e2023;
  --ion-color-dark-tint: #383a3e;
  /** medium **/
  --ion-color-medium: #92949c;
  --ion-color-medium-rgb: 146, 148, 156;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: 255, 255, 255;
  --ion-color-medium-shade: #808289;
  --ion-color-medium-tint: #9d9fa6;
  /** light **/
  --ion-color-light: #f4f5f8;
  --ion-color-light-rgb: 244, 245, 248;
  --ion-color-light-contrast: #000000;
  --ion-color-light-contrast-rgb: 0, 0, 0;
  --ion-color-light-shade: #d7d8da;
  --ion-color-light-tint: #f5f6f9;
}
@media (prefers-color-scheme: dark) {
  /*
   * Dark Colors
   * -------------------------------------------
   */
  /* body {
    --ion-color-primary: #428cff;
    --ion-color-primary-rgb: 66,140,255;
    --ion-color-primary-contrast: #ffffff;
    --ion-color-primary-contrast-rgb: 255,255,255;
    --ion-color-primary-shade: #3a7be0;
    --ion-color-primary-tint: #5598ff;

    --ion-color-secondary: #50c8ff;
    --ion-color-secondary-rgb: 80,200,255;
    --ion-color-secondary-contrast: #ffffff;
    --ion-color-secondary-contrast-rgb: 255,255,255;
    --ion-color-secondary-shade: #46b0e0;
    --ion-color-secondary-tint: #62ceff;

    --ion-color-tertiary: #6a64ff;
    --ion-color-tertiary-rgb: 106,100,255;
    --ion-color-tertiary-contrast: #ffffff;
    --ion-color-tertiary-contrast-rgb: 255,255,255;
    --ion-color-tertiary-shade: #5d58e0;
    --ion-color-tertiary-tint: #7974ff;

    --ion-color-success: #2fdf75;
    --ion-color-success-rgb: 47,223,117;
    --ion-color-success-contrast: #000000;
    --ion-color-success-contrast-rgb: 0,0,0;
    --ion-color-success-shade: #29c467;
    --ion-color-success-tint: #44e283;

    --ion-color-warning: #ffd534;
    --ion-color-warning-rgb: 255,213,52;
    --ion-color-warning-contrast: #000000;
    --ion-color-warning-contrast-rgb: 0,0,0;
    --ion-color-warning-shade: #e0bb2e;
    --ion-color-warning-tint: #ffd948;

    --ion-color-danger: #ff4961;
    --ion-color-danger-rgb: 255,73,97;
    --ion-color-danger-contrast: #ffffff;
    --ion-color-danger-contrast-rgb: 255,255,255;
    --ion-color-danger-shade: #e04055;
    --ion-color-danger-tint: #ff5b71;

    --ion-color-dark: #f4f5f8;
    --ion-color-dark-rgb: 244,245,248;
    --ion-color-dark-contrast: #000000;
    --ion-color-dark-contrast-rgb: 0,0,0;
    --ion-color-dark-shade: #d7d8da;
    --ion-color-dark-tint: #f5f6f9;

    --ion-color-medium: #989aa2;
    --ion-color-medium-rgb: 152,154,162;
    --ion-color-medium-contrast: #000000;
    --ion-color-medium-contrast-rgb: 0,0,0;
    --ion-color-medium-shade: #86888f;
    --ion-color-medium-tint: #a2a4ab;

    --ion-color-light: #222428;
    --ion-color-light-rgb: 34,36,40;
    --ion-color-light-contrast: #ffffff;
    --ion-color-light-contrast-rgb: 255,255,255;
    --ion-color-light-shade: #1e2023;
    --ion-color-light-tint: #383a3e;
  } */
  /*
   * iOS Dark Theme
   * -------------------------------------------
   */
  /*  .ios body {
     --ion-background-color: #000000;
     --ion-background-color-rgb: 0,0,0;

     --ion-text-color: #ffffff;
     --ion-text-color-rgb: 255,255,255;

     --ion-color-step-50: #0d0d0d;
     --ion-color-step-100: #1a1a1a;
     --ion-color-step-150: #262626;
     --ion-color-step-200: #333333;
     --ion-color-step-250: #404040;
     --ion-color-step-300: #4d4d4d;
     --ion-color-step-350: #595959;
     --ion-color-step-400: #666666;
     --ion-color-step-450: #737373;
     --ion-color-step-500: #808080;
     --ion-color-step-550: #8c8c8c;
     --ion-color-step-600: #999999;
     --ion-color-step-650: #a6a6a6;
     --ion-color-step-700: #b3b3b3;
     --ion-color-step-750: #bfbfbf;
     --ion-color-step-800: #cccccc;
     --ion-color-step-850: #d9d9d9;
     --ion-color-step-900: #e6e6e6;
     --ion-color-step-950: #f2f2f2;

     --ion-toolbar-background: #0d0d0d;

     --ion-item-background: #1c1c1c;
     --ion-item-background-activated: #313131;
   }
  */
  /*
   * Material Design Dark Theme
   * -------------------------------------------
   */
  /*  .md body {
    --ion-background-color: #121212;
    --ion-background-color-rgb: 18,18,18;

    --ion-text-color: #ffffff;
    --ion-text-color-rgb: 255,255,255;

    --ion-border-color: #222222;

    --ion-color-step-50: #1e1e1e;
    --ion-color-step-100: #2a2a2a;
    --ion-color-step-150: #363636;
    --ion-color-step-200: #414141;
    --ion-color-step-250: #4d4d4d;
    --ion-color-step-300: #595959;
    --ion-color-step-350: #656565;
    --ion-color-step-400: #717171;
    --ion-color-step-450: #7d7d7d;
    --ion-color-step-500: #898989;
    --ion-color-step-550: #949494;
    --ion-color-step-600: #a0a0a0;
    --ion-color-step-650: #acacac;
    --ion-color-step-700: #b8b8b8;
    --ion-color-step-750: #c4c4c4;
    --ion-color-step-800: #d0d0d0;
    --ion-color-step-850: #dbdbdb;
    --ion-color-step-900: #e7e7e7;
    --ion-color-step-950: #f3f3f3;

    --ion-item-background: #1A1B1E;
  }

  ion-title.title-large {
    --color: white;
  } */
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/global.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * App Global CSS
 * ----------------------------------------------------------------------------
 * Put style rules here that you want to apply globally. These styles are for
 * the entire app and not just one component. Additionally, this file can be
 * used as an entry point to import other CSS/Sass files to be included in the
 * output CSS.
 * For more information on global stylesheets, visit the documentation:
 * https://ionicframework.com/docs/layout/global-stylesheets
 */
/* Core CSS required for Ionic components to work properly */
html.ios {
  --ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif;
}
html.md {
  --ion-default-font: "Roboto", "Helvetica Neue", sans-serif;
}
html {
  --ion-font-family: var(--ion-default-font);
}
body {
  background: transparent;
  background: var(--ion-background-color);
}
body.backdrop-no-scroll {
  overflow: hidden;
}
html.ios ion-modal.modal-card .ion-page > ion-header > ion-toolbar:first-of-type {
  padding-top: 0px;
}
html.ios ion-modal.modal-card .ion-page {
  border-radius: inherit;
}
.ion-color-primary {
  --ion-color-base: var(--ion-color-primary, #3880ff) !important;
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 56, 128, 255) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-primary-shade, #3171e0) !important;
  --ion-color-tint: var(--ion-color-primary-tint, #4c8dff) !important;
}
.ion-color-secondary {
  --ion-color-base: var(--ion-color-secondary, #3dc2ff) !important;
  --ion-color-base-rgb: var(--ion-color-secondary-rgb, 61, 194, 255) !important;
  --ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-secondary-shade, #36abe0) !important;
  --ion-color-tint: var(--ion-color-secondary-tint, #50c8ff) !important;
}
.ion-color-tertiary {
  --ion-color-base: var(--ion-color-tertiary, #5260ff) !important;
  --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 82, 96, 255) !important;
  --ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-tertiary-shade, #4854e0) !important;
  --ion-color-tint: var(--ion-color-tertiary-tint, #6370ff) !important;
}
.ion-color-success {
  --ion-color-base: var(--ion-color-success, #2dd36f) !important;
  --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 211, 111) !important;
  --ion-color-contrast: var(--ion-color-success-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-success-shade, #28ba62) !important;
  --ion-color-tint: var(--ion-color-success-tint, #42d77d) !important;
}
.ion-color-warning {
  --ion-color-base: var(--ion-color-warning, #ffc409) !important;
  --ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;
  --ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;
  --ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important;
}
.ion-color-danger {
  --ion-color-base: var(--ion-color-danger, #eb445a) !important;
  --ion-color-base-rgb: var(--ion-color-danger-rgb, 235, 68, 90) !important;
  --ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-danger-shade, #cf3c4f) !important;
  --ion-color-tint: var(--ion-color-danger-tint, #ed576b) !important;
}
.ion-color-light {
  --ion-color-base: var(--ion-color-light, #f4f5f8) !important;
  --ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;
  --ion-color-contrast: var(--ion-color-light-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;
  --ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important;
}
.ion-color-medium {
  --ion-color-base: var(--ion-color-medium, #92949c) !important;
  --ion-color-base-rgb: var(--ion-color-medium-rgb, 146, 148, 156) !important;
  --ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-medium-shade, #808289) !important;
  --ion-color-tint: var(--ion-color-medium-tint, #9d9fa6) !important;
}
.ion-color-dark {
  --ion-color-base: var(--ion-color-dark, #222428) !important;
  --ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;
  --ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;
  --ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important;
}
.ion-page {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  contain: layout size style;
  overflow: hidden;
  z-index: 0;
}
.split-pane-visible > .ion-page.split-pane-main {
  position: relative;
}
ion-route,
ion-route-redirect,
ion-router,
ion-select-option,
ion-nav-controller,
ion-menu-controller,
ion-action-sheet-controller,
ion-alert-controller,
ion-loading-controller,
ion-modal-controller,
ion-picker-controller,
ion-popover-controller,
ion-toast-controller,
.ion-page-hidden,
[hidden] {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}
.ion-page-invisible {
  opacity: 0;
}
.can-go-back > ion-header ion-back-button {
  display: block;
}
html.plt-ios.plt-hybrid, html.plt-ios.plt-pwa {
  --ion-statusbar-padding: 20px;
}
@supports (padding-top: 20px) {
  html {
    --ion-safe-area-top: var(--ion-statusbar-padding);
  }
}
@supports (padding-top: constant(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: constant(safe-area-inset-top);
    --ion-safe-area-bottom: constant(safe-area-inset-bottom);
    --ion-safe-area-left: constant(safe-area-inset-left);
    --ion-safe-area-right: constant(safe-area-inset-right);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: env(safe-area-inset-top);
    --ion-safe-area-bottom: env(safe-area-inset-bottom);
    --ion-safe-area-left: env(safe-area-inset-left);
    --ion-safe-area-right: env(safe-area-inset-right);
  }
}
ion-card.ion-color .ion-inherit-color,
ion-card-header.ion-color .ion-inherit-color {
  color: inherit;
}
.menu-content {
  transform: translate3d(0,  0,  0);
}
.menu-content-open {
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: none;
}
.ios .menu-content-reveal {
  box-shadow: -8px 0 42px rgba(0, 0, 0, 0.08);
}
[dir=rtl].ios .menu-content-reveal {
  box-shadow: 8px 0 42px rgba(0, 0, 0, 0.08);
}
.md .menu-content-reveal {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}
.md .menu-content-push {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}
/* Basic CSS for apps built with Ionic */
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 1px;
  border-width: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
label,
input,
select,
textarea {
  font-family: inherit;
  line-height: normal;
}
textarea {
  overflow: auto;
  height: auto;
  font: inherit;
  color: inherit;
}
textarea::-moz-placeholder {
  padding-left: 2px;
}
textarea::placeholder {
  padding-left: 2px;
}
form,
input,
optgroup,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
.ion-tappable,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
  touch-action: manipulation;
}
a ion-label,
button ion-label {
  pointer-events: none;
}
button {
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-style: inherit;
  font-feature-settings: inherit;
  font-variant: inherit;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}
[tappable] {
  cursor: pointer;
}
a[disabled],
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=checkbox],
input[type=radio] {
  padding: 0;
  box-sizing: border-box;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html:not(.hydrated) body {
  display: none;
}
html.plt-pwa {
  height: 100vh;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  word-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
html {
  font-family: var(--ion-default-font);
  font-family: var(--ion-font-family);
}
a {
  background-color: transparent;
  color: #3880ff;
  color: var(--ion-color-primary, #3880ff);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  margin-top: 20px;
  font-size: 26px;
}
h2 {
  margin-top: 18px;
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
small {
  font-size: 75%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.ion-hide {
  display: none !important;
}
.ion-hide-up {
  display: none !important;
}
.ion-hide-down {
  display: none !important;
}
@media (min-width: 576px) {
  .ion-hide-sm-up {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .ion-hide-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-hide-md-up {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .ion-hide-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-hide-lg-up {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .ion-hide-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-hide-xl-up {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .ion-hide-xl-down {
    display: none !important;
  }
}
/* Optional CSS utils that can be commented out */
.ion-no-padding {
  --padding-start: 0;
  --padding-end: 0;
  --padding-top: 0;
  --padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.ion-padding {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-left: 16px;
  padding-left: var(--ion-padding, 16px);
  padding-right: 16px;
  padding-right: var(--ion-padding, 16px);
  padding-top: 16px;
  padding-top: var(--ion-padding, 16px);
  padding-bottom: 16px;
  padding-bottom: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding {
    padding-left: unset;
    padding-right: unset;
    padding-inline-start: 16px;
    padding-inline-start: var(--ion-padding, 16px);
    padding-inline-end: 16px;
    padding-inline-end: var(--ion-padding, 16px);
  }
}
.ion-padding-top {
  --padding-top: var(--ion-padding, 16px);
  padding-top: 16px;
  padding-top: var(--ion-padding, 16px);
}
.ion-padding-start {
  --padding-start: var(--ion-padding, 16px);
  padding-left: 16px;
  padding-left: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-start {
    padding-left: unset;
    padding-inline-start: 16px;
    padding-inline-start: var(--ion-padding, 16px);
  }
}
.ion-padding-end {
  --padding-end: var(--ion-padding, 16px);
  padding-right: 16px;
  padding-right: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-end {
    padding-right: unset;
    padding-inline-end: 16px;
    padding-inline-end: var(--ion-padding, 16px);
  }
}
.ion-padding-bottom {
  --padding-bottom: var(--ion-padding, 16px);
  padding-bottom: 16px;
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-vertical {
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-top: 16px;
  padding-top: var(--ion-padding, 16px);
  padding-bottom: 16px;
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-horizontal {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  padding-left: 16px;
  padding-left: var(--ion-padding, 16px);
  padding-right: 16px;
  padding-right: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-horizontal {
    padding-left: unset;
    padding-right: unset;
    padding-inline-start: 16px;
    padding-inline-start: var(--ion-padding, 16px);
    padding-inline-end: 16px;
    padding-inline-end: var(--ion-padding, 16px);
  }
}
.ion-no-margin {
  --margin-start: 0;
  --margin-end: 0;
  --margin-top: 0;
  --margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ion-margin {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-left: 16px;
  margin-left: var(--ion-margin, 16px);
  margin-right: 16px;
  margin-right: var(--ion-margin, 16px);
  margin-top: 16px;
  margin-top: var(--ion-margin, 16px);
  margin-bottom: 16px;
  margin-bottom: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin {
    margin-left: unset;
    margin-right: unset;
    margin-inline-start: 16px;
    margin-inline-start: var(--ion-margin, 16px);
    margin-inline-end: 16px;
    margin-inline-end: var(--ion-margin, 16px);
  }
}
.ion-margin-top {
  --margin-top: var(--ion-margin, 16px);
  margin-top: 16px;
  margin-top: var(--ion-margin, 16px);
}
.ion-margin-start {
  --margin-start: var(--ion-margin, 16px);
  margin-left: 16px;
  margin-left: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-start {
    margin-left: unset;
    margin-inline-start: 16px;
    margin-inline-start: var(--ion-margin, 16px);
  }
}
.ion-margin-end {
  --margin-end: var(--ion-margin, 16px);
  margin-right: 16px;
  margin-right: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-end {
    margin-right: unset;
    margin-inline-end: 16px;
    margin-inline-end: var(--ion-margin, 16px);
  }
}
.ion-margin-bottom {
  --margin-bottom: var(--ion-margin, 16px);
  margin-bottom: 16px;
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-vertical {
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-top: 16px;
  margin-top: var(--ion-margin, 16px);
  margin-bottom: 16px;
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-horizontal {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  margin-left: 16px;
  margin-left: var(--ion-margin, 16px);
  margin-right: 16px;
  margin-right: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-horizontal {
    margin-left: unset;
    margin-right: unset;
    margin-inline-start: 16px;
    margin-inline-start: var(--ion-margin, 16px);
    margin-inline-end: 16px;
    margin-inline-end: var(--ion-margin, 16px);
  }
}
.ion-text-center {
  text-align: center !important;
}
.ion-text-justify {
  text-align: justify !important;
}
.ion-text-start {
  text-align: start !important;
}
.ion-text-end {
  text-align: end !important;
}
.ion-text-left {
  text-align: left !important;
}
.ion-text-right {
  text-align: right !important;
}
.ion-text-nowrap {
  white-space: nowrap !important;
}
.ion-text-wrap {
  white-space: normal !important;
}
@media (min-width: 576px) {
  .ion-text-sm-center {
    text-align: center !important;
  }

  .ion-text-sm-justify {
    text-align: justify !important;
  }

  .ion-text-sm-start {
    text-align: start !important;
  }

  .ion-text-sm-end {
    text-align: end !important;
  }

  .ion-text-sm-left {
    text-align: left !important;
  }

  .ion-text-sm-right {
    text-align: right !important;
  }

  .ion-text-sm-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-sm-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-center {
    text-align: center !important;
  }

  .ion-text-md-justify {
    text-align: justify !important;
  }

  .ion-text-md-start {
    text-align: start !important;
  }

  .ion-text-md-end {
    text-align: end !important;
  }

  .ion-text-md-left {
    text-align: left !important;
  }

  .ion-text-md-right {
    text-align: right !important;
  }

  .ion-text-md-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-md-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-center {
    text-align: center !important;
  }

  .ion-text-lg-justify {
    text-align: justify !important;
  }

  .ion-text-lg-start {
    text-align: start !important;
  }

  .ion-text-lg-end {
    text-align: end !important;
  }

  .ion-text-lg-left {
    text-align: left !important;
  }

  .ion-text-lg-right {
    text-align: right !important;
  }

  .ion-text-lg-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-lg-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-center {
    text-align: center !important;
  }

  .ion-text-xl-justify {
    text-align: justify !important;
  }

  .ion-text-xl-start {
    text-align: start !important;
  }

  .ion-text-xl-end {
    text-align: end !important;
  }

  .ion-text-xl-left {
    text-align: left !important;
  }

  .ion-text-xl-right {
    text-align: right !important;
  }

  .ion-text-xl-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-xl-wrap {
    white-space: normal !important;
  }
}
.ion-text-uppercase {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: uppercase !important;
}
.ion-text-lowercase {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: lowercase !important;
}
.ion-text-capitalize {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: capitalize !important;
}
@media (min-width: 576px) {
  .ion-text-sm-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-sm-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-sm-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-md-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-md-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-lg-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-lg-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-xl-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-xl-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
.ion-align-self-start {
  align-self: flex-start !important;
}
.ion-align-self-end {
  align-self: flex-end !important;
}
.ion-align-self-center {
  align-self: center !important;
}
.ion-align-self-stretch {
  align-self: stretch !important;
}
.ion-align-self-baseline {
  align-self: baseline !important;
}
.ion-align-self-auto {
  align-self: auto !important;
}
.ion-wrap {
  flex-wrap: wrap !important;
}
.ion-nowrap {
  flex-wrap: nowrap !important;
}
.ion-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.ion-justify-content-start {
  justify-content: flex-start !important;
}
.ion-justify-content-center {
  justify-content: center !important;
}
.ion-justify-content-end {
  justify-content: flex-end !important;
}
.ion-justify-content-around {
  justify-content: space-around !important;
}
.ion-justify-content-between {
  justify-content: space-between !important;
}
.ion-justify-content-evenly {
  justify-content: space-evenly !important;
}
.ion-align-items-start {
  align-items: flex-start !important;
}
.ion-align-items-center {
  align-items: center !important;
}
.ion-align-items-end {
  align-items: flex-end !important;
}
.ion-align-items-stretch {
  align-items: stretch !important;
}
.ion-align-items-baseline {
  align-items: baseline !important;
}
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}
.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}
.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}
.ng-select.ng-select-opened.ng-select-right>.ng-select-container{border-top-right-radius:0;border-bottom-right-radius:0}
.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}
.ng-select.ng-select-opened.ng-select-left>.ng-select-container{border-top-left-radius:0;border-bottom-left-radius:0}
.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}
.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}
.ng-select .ng-has-value .ng-placeholder{display:none}
.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}
.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}
.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}
[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}
.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}
.ng-select.ng-select-single .ng-select-container{height:36px}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}
[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;color:#333;background-color:#ebf5ff;border-radius:2px;margin-right:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input{color:#000}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}
.ng-select .ng-clear-wrapper{color:#999}
.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}
.ng-select .ng-spinner-zone{padding:5px 5px 0 0}
[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}
.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}
[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}
.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}
.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}
.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}
.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}
.ng-dropdown-panel.ng-select-right{left:100%;top:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px}
.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.ng-dropdown-panel.ng-select-left{left:-100%;top:0;border-top-left-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child{border-top-left-radius:4px}
.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#ebf5ff;font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}
[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}
@font-face {
  font-family: StratosLCWeb-Bold;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Bold.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Medium;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Medium.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Regular;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Regular.woff2") format("woff2");
}
.big-bid span:last-child {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.big-bid span:last-child _::-webkit-full-page-media,
.big-bid span:last-child _:future,
.big-bid span:last-child :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 _::-webkit-full-page-media,
.card-container .header .title-container h2 _:future,
.card-container .header .title-container h2 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub _::-webkit-full-page-media,
.card-container .info-container .info-sub _:future,
.card-container .info-container .info-sub :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
    font-weight: 500 !important;
  }
}
ul.pagination-tab li _::-webkit-full-page-media, .card-container .info-container .info-sub .no-resalt _::-webkit-full-page-media,
ul.pagination-tab li _:future,
.card-container .info-container .info-sub .no-resalt _:future,
ul.pagination-tab li :root .safari_only,
.card-container .info-container .info-sub .no-resalt :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
    font-weight: 500 !important;
  }
}
span.mark, ul.list-confirm.card-type li span:last-child, .back-project p {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.register .investor-steps li h3 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .investor-steps li h3 _::-webkit-full-page-media,
.register .investor-steps li h3 _:future,
.register .investor-steps li h3 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .document-uploaded h5, .subheader-container .content p, ul.filter-tab li {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.register .body-content .step .body-info, .register .checkbox label, .register .investor-steps li p, .range .time-range .title p, .select.form-input p, select, .tables p, .card-container .content-container .offers-container p {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .tables h2, .card-container .content-container .button-container p, .card-container .content-container .offers-container h2 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .tables h2, .card-container .content-container .button-container p, .card-container .content-container .offers-container h2 {
    font-weight: 500 !important;
  }
}
ul.list-confirm.card-type li span:first-child _::-webkit-full-page-media, .big-bid span:first-child _::-webkit-full-page-media, .tables h2 _::-webkit-full-page-media, .card-container .content-container .button-container p _::-webkit-full-page-media, .card-container .content-container .offers-container h2 _::-webkit-full-page-media,
ul.list-confirm.card-type li span:first-child _:future,
.big-bid span:first-child _:future,
.tables h2 _:future,
.card-container .content-container .button-container p _:future,
.card-container .content-container .offers-container h2 _:future,
ul.list-confirm.card-type li span:first-child :root .safari_only,
.big-bid span:first-child :root .safari_only,
.tables h2 :root .safari_only,
.card-container .content-container .button-container p :root .safari_only,
.card-container .content-container .offers-container h2 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .tables h2, .card-container .content-container .button-container p, .card-container .content-container .offers-container h2 {
    font-weight: 500 !important;
  }
}
.select label {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
}
.register .body-content .step article h3, .range .time-range .bar-range label, .card-container .header .title-container p {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}
.card-container .info-container .info-legend {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 12px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-legend _::-webkit-full-page-media,
.card-container .info-container .info-legend _:future,
.card-container .info-container .info-legend :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
.appear {
  animation: appear 1s ease-in-out forwards;
}
@keyframes disappear {
  0% {
    opacity: 1;
    overflow: hidden;
  }
  50% {
    opacity: 0.5;
    overflow: hidden;
  }
  100% {
    opacity: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@tailwind base;
@tailwind components;
@tailwind utilities;
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
@font-face {
  font-family: StratosLCWeb-Bold;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Bold.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Medium;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Medium.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Regular;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Regular.woff2") format("woff2");
}
.big-bid span:last-child {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.big-bid span:last-child _::-webkit-full-page-media,
.big-bid span:last-child _:future,
.big-bid span:last-child :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 _::-webkit-full-page-media,
.card-container .header .title-container h2 _:future,
.card-container .header .title-container h2 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub _::-webkit-full-page-media,
.card-container .info-container .info-sub _:future,
.card-container .info-container .info-sub :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
    font-weight: 500 !important;
  }
}
ul.pagination-tab li _::-webkit-full-page-media, .card-container .info-container .info-sub .no-resalt _::-webkit-full-page-media,
ul.pagination-tab li _:future,
.card-container .info-container .info-sub .no-resalt _:future,
ul.pagination-tab li :root .safari_only,
.card-container .info-container .info-sub .no-resalt :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
    font-weight: 500 !important;
  }
}
span.mark, ul.list-confirm.card-type li span:last-child, .back-project p {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.register .investor-steps li h3 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .investor-steps li h3 _::-webkit-full-page-media,
.register .investor-steps li h3 _:future,
.register .investor-steps li h3 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .document-uploaded h5, .subheader-container .content p, ul.filter-tab li {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.register .body-content .step .body-info, .register .checkbox label, .register .investor-steps li p, .range .time-range .title p, .select.form-input p, select, .tables p, .card-container .content-container .offers-container p {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .tables h2, .card-container .content-container .button-container p, .card-container .content-container .offers-container h2 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .tables h2, .card-container .content-container .button-container p, .card-container .content-container .offers-container h2 {
    font-weight: 500 !important;
  }
}
ul.list-confirm.card-type li span:first-child _::-webkit-full-page-media, .big-bid span:first-child _::-webkit-full-page-media, .tables h2 _::-webkit-full-page-media, .card-container .content-container .button-container p _::-webkit-full-page-media, .card-container .content-container .offers-container h2 _::-webkit-full-page-media,
ul.list-confirm.card-type li span:first-child _:future,
.big-bid span:first-child _:future,
.tables h2 _:future,
.card-container .content-container .button-container p _:future,
.card-container .content-container .offers-container h2 _:future,
ul.list-confirm.card-type li span:first-child :root .safari_only,
.big-bid span:first-child :root .safari_only,
.tables h2 :root .safari_only,
.card-container .content-container .button-container p :root .safari_only,
.card-container .content-container .offers-container h2 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .tables h2, .card-container .content-container .button-container p, .card-container .content-container .offers-container h2 {
    font-weight: 500 !important;
  }
}
.select label {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
}
.register .body-content .step article h3, .range .time-range .bar-range label, .card-container .header .title-container p {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}
.card-container .info-container .info-legend {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 12px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-legend _::-webkit-full-page-media,
.card-container .info-container .info-legend _:future,
.card-container .info-container .info-legend :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
@font-face {
  font-family: StratosLCWeb-Bold;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Bold.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Medium;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Medium.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Regular;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Regular.woff2") format("woff2");
}
.big-bid span:last-child {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.big-bid span:last-child _::-webkit-full-page-media,
.big-bid span:last-child _:future,
.big-bid span:last-child :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 _::-webkit-full-page-media,
.card-container .header .title-container h2 _:future,
.card-container .header .title-container h2 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub _::-webkit-full-page-media,
.card-container .info-container .info-sub _:future,
.card-container .info-container .info-sub :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
    font-weight: 500 !important;
  }
}
ul.pagination-tab li _::-webkit-full-page-media, .card-container .info-container .info-sub .no-resalt _::-webkit-full-page-media,
ul.pagination-tab li _:future,
.card-container .info-container .info-sub .no-resalt _:future,
ul.pagination-tab li :root .safari_only,
.card-container .info-container .info-sub .no-resalt :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
    font-weight: 500 !important;
  }
}
span.mark, ul.list-confirm.card-type li span:last-child, .back-project p {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.register .investor-steps li h3 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .investor-steps li h3 _::-webkit-full-page-media,
.register .investor-steps li h3 _:future,
.register .investor-steps li h3 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .document-uploaded h5, .subheader-container .content p, ul.filter-tab li {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.register .body-content .step .body-info, .register .checkbox label, .register .investor-steps li p, .range .time-range .title p, .select.form-input p, select, .tables p, .card-container .content-container .offers-container p {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .tables h2, .card-container .content-container .button-container p, .card-container .content-container .offers-container h2 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .tables h2, .card-container .content-container .button-container p, .card-container .content-container .offers-container h2 {
    font-weight: 500 !important;
  }
}
ul.list-confirm.card-type li span:first-child _::-webkit-full-page-media, .big-bid span:first-child _::-webkit-full-page-media, .tables h2 _::-webkit-full-page-media, .card-container .content-container .button-container p _::-webkit-full-page-media, .card-container .content-container .offers-container h2 _::-webkit-full-page-media,
ul.list-confirm.card-type li span:first-child _:future,
.big-bid span:first-child _:future,
.tables h2 _:future,
.card-container .content-container .button-container p _:future,
.card-container .content-container .offers-container h2 _:future,
ul.list-confirm.card-type li span:first-child :root .safari_only,
.big-bid span:first-child :root .safari_only,
.tables h2 :root .safari_only,
.card-container .content-container .button-container p :root .safari_only,
.card-container .content-container .offers-container h2 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .tables h2, .card-container .content-container .button-container p, .card-container .content-container .offers-container h2 {
    font-weight: 500 !important;
  }
}
.select label {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
}
.register .body-content .step article h3, .range .time-range .bar-range label, .card-container .header .title-container p {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}
.card-container .info-container .info-legend {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 12px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-legend _::-webkit-full-page-media,
.card-container .info-container .info-legend _:future,
.card-container .info-container .info-legend :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
html,
body,
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html body {
  background-color: #f6f9fa;
}
ul {
  list-style: none;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.justify {
  text-align: justify;
}
.hidden-sm {
  display: none !important;
}
.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .container {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    width: 100%;
    max-width: 1440px;
  }
}
.row {
  position: relative;
  width: 100%;
}
.row.w-padding,
.row .w-padding {
  padding: 0 12px;
}
@media (max-width: 767px) {
  .row.w-padding,
.row .w-padding {
    padding: 0;
  }
}
.row.h-padding,
.row .h-padding {
  padding: 12px 0;
}
@media (max-width: 767px) {
  .row.h-padding,
.row .h-padding {
    padding: 0 0 20px;
  }
}
.container .container {
  padding: 0;
}
.row [class^=col] {
  float: left;
  margin: 15px 0;
  min-height: 0.125rem;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%;
}
.col-1-sm {
  width: 8.3333333333%;
}
.col-2-sm {
  width: 16.6666666667%;
}
.col-3-sm {
  width: 25%;
}
.col-4-sm {
  width: 33.3333333333%;
}
.col-5-sm {
  width: 41.6666666667%;
}
.col-6-sm {
  width: 50%;
}
.col-7-sm {
  width: 58.3333333333%;
}
.col-8-sm {
  width: 66.6666666667%;
}
.col-9-sm {
  width: 75%;
}
.col-10-sm {
  width: 83.3333333333%;
}
.col-11-sm {
  width: 91.6666666667%;
}
.col-12-sm {
  width: 100%;
}
@media only screen and (min-width: 798px) {
  .col-1 {
    width: 8.3333333333%;
  }

  .col-2 {
    width: 16.6666666667%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 33.3333333333%;
  }

  .col-5 {
    width: 41.6666666667%;
  }

  .col-6 {
    width: 50%;
  }

  .col-7 {
    width: 58.3333333333%;
  }

  .col-8 {
    width: 66.6666666667%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 83.3333333333%;
  }

  .col-11 {
    width: 91.6666666667%;
  }

  .col-12 {
    width: 100%;
  }

  .hidden-sm {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hidden-sm {
    display: none !important;
  }

  .back-project {
    margin-top: 0 !important;
  }
}
.back-project {
  margin: 15px 0;
  cursor: pointer;
}
.back-project p,
.back-project i {
  display: inline-block;
}
.back-project i {
  margin-bottom: 3px;
}
.back-project p {
  color: #111111;
}
.back-project .ico {
  margin-right: 10px;
}
.back-project:hover {
  cursor: pointer;
  opacity: 0.8;
}
.back-project:active {
  opacity: 0.6;
}
fun-offer .container {
  padding-left: 0px;
  padding-right: 0px;
}
.card-container .info-container .line .mar-top {
  width: 16px;
  height: 16px;
}
.card-container .content-container .spacing-three {
  width: 24px;
  height: 24px;
}
.card-container .content-container .spacing-four {
  width: 32px;
  height: 32px;
}
.ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: center;
}
.ico.ico-edit {
  margin-right: 20px;
}
.ico.ico-fgreen {
  background-image: url("/assets/images/img/ico-intern-project.svg");
}
.ico.ico-info {
  background-image: url("/assets/images/img/ico-info.svg");
}
.ico.ico-info-green {
  background-image: url("/assets/images/img/ico-info-green.svg");
}
.ico.ico-info-orange {
  background-image: url("/assets/images/img/ico-info-orange.svg");
}
.ico.ico-back {
  background-image: url("/assets/images/img/ico-arrow-left.svg");
}
.ico.ico-arrow {
  background-image: url("/assets/images/img/ico-arrow-down.svg");
}
.ico.ico-arrow-right {
  background-image: url("/assets/images/img/ico-arrow-down.svg");
  transform: rotate(270deg);
}
.ico.ico-arrow-right-green {
  background-image: url("/assets/images/img/ico-arrow-left.svg");
  transform: rotate(180deg);
}
.ico.ico-arrow-right-green:hover {
  cursor: pointer;
}
.card-container {
  width: 100%;
  height: auto;
  position: relative;
}
.card-container.card-detail {
  max-width: none;
}
.card-container.card-detail .subheader-container .content {
  margin-left: 32px;
  padding-top: 32px;
}
.card-container.card-detail .subheader-container .content .selected {
  border-bottom: 4px solid #2e7eff;
}
.card-container.card-detail .info-container {
  position: absolute;
  top: 86px;
  background: #fff;
  padding: 20px;
  right: 12px;
  border-radius: 4px;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.06);
}
.card-container.card-detail .large {
  width: 443px;
}
.card-container.card-detail .short {
  width: 307px;
}
.card-container.card-detail .short .time-remaining {
  width: 60% !important;
}
.card-container.card-detail .short .global-income {
  width: 40% !important;
}
.card-container.card-detail .info-container .info-subheader {
  display: flex;
  justify-content: space-between;
}
.card-container.card-detail .bg-image,
.card-container.card-detail .filter,
.card-container.card-detail .header {
  height: 203px;
}
.card-container .bg-image {
  position: absolute;
  width: 100%;
  height: 140px;
  border-radius: 4px;
}
.card-container .filter {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.43) 0%, rgba(0, 0, 0, 0.88) 50.05%, #000000 100%);
  opacity: 0.4;
  width: 100%;
  height: 140px;
  border-radius: 4px;
}
.card-container .header {
  width: 100%;
  height: 140px;
  top: 0;
  opacity: 0.9;
  color: white;
  border-radius: 4px;
}
.card-container .header .title-container {
  padding-top: 64px;
  margin-left: 20px;
}
.card-container .header .title-container h2 {
  margin: 0 auto;
}
.card-container .header .title-container p {
  margin: 0 auto;
  margin-top: 4px;
}
.card-container .info-container {
  margin-left: 20px;
  margin-right: 20px;
}
.card-container .info-container .info-legend {
  color: #a0a0a0;
  text-transform: uppercase;
  margin: 0;
}
.card-container .info-container .info-sub {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 4px;
  margin: 0;
}
.card-container .info-container .global-income, .card-container .info-container .time-remaining, .card-container .info-container .pr-to-cap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.card-container .info-container .global-income {
  width: 40%;
}
.card-container .info-container .time-remaining {
  width: 50%;
}
.card-container .info-container .line .grey-line {
  width: 100%;
  border: 0.5px solid #e7e7e7;
}
.card-container .content-container .tag {
  margin-left: 20px;
  margin-top: -12px;
  position: absolute;
}
.card-container .content-container .spacing-four {
  display: inline-block;
}
.card-container .content-container .offers-container {
  margin-right: 20px;
  margin-left: 20px;
}
.card-container .content-container .offers-container h2 {
  margin: 0;
  margin-bottom: 4px;
  text-transform: uppercase;
  display: inline-block;
}
.card-container .content-container .offers-container p {
  margin: 0;
  display: inline-block;
}
.card-container .content-container .offers-container .offers-header *, .card-container .content-container .offers-container .offers-content * {
  vertical-align: middle;
}
.card-container .content-container .offers-container .offers-header .seller, .card-container .content-container .offers-container .offers-header .sellerC, .card-container .content-container .offers-container .offers-content .seller, .card-container .content-container .offers-container .offers-content .sellerC {
  width: 25%;
  /* margin-right: 5%; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-container .content-container .offers-container .offers-header .share, .card-container .content-container .offers-container .offers-header .shareC, .card-container .content-container .offers-container .offers-content .share, .card-container .content-container .offers-container .offers-content .shareC {
  width: 20%;
  /* margin-right: 2%; */
}
.card-container .content-container .offers-container .offers-header .em-value, .card-container .content-container .offers-container .offers-header .em-valueC, .card-container .content-container .offers-container .offers-content .em-value, .card-container .content-container .offers-container .offers-content .em-valueC {
  width: 25%;
  /* margin-right: 2%; */
}
.card-container .content-container .offers-container .offers-header .bid, .card-container .content-container .offers-container .offers-header .bidC, .card-container .content-container .offers-container .offers-content .bid, .card-container .content-container .offers-container .offers-content .bidC {
  width: 10%;
}
.card-container .content-container .offers-container .offers-header .buttonC, .card-container .content-container .offers-container .offers-content .buttonC {
  width: 20%;
  text-align: center;
}
.card-container .content-container .offers-container .offers-content p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.card-container .content-container .offers-container .offers-content-line {
  width: 100%;
  border: 1px solid #f3f3f3;
}
.card-container .content-container .button-container {
  width: 100%;
  text-align: center;
  padding: 20px;
}
.card-container .content-container .button-container p {
  padding: 17px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #707070;
}
.card-container .content-container .button-container:hover {
  cursor: pointer;
}
:host ::ng-deep .button button {
  margin-top: 15px;
  width: 100%;
}
@media only screen and (max-width: 601px) {
  .card-container {
    width: 100%;
    height: auto;
  }
  .card-container .bg-image, .card-container .filter, .card-container .header {
    width: 100%;
    height: 120px;
  }
  .card-container .title-container {
    padding-top: 50px !important;
  }
  .card-container .spacing-four {
    height: 36px !important;
  }
  .card-container .info-sub {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .card-container .second {
    display: none !important;
  }
  .card-container .pr-to-cap {
    margin-top: 16px;
  }
  .card-container .seller {
    width: 77px;
    margin-right: 15px !important;
  }
  .card-container .share {
    width: 67px !important;
    margin-right: 27px !important;
  }
  .card-container .em-value {
    width: 50px !important;
    margin-right: 24px !important;
  }

  :host ::ng-deep .button button {
    width: 287px;
  }
}
@media (max-width: 992px) {
  .card-container.card-detail .info-container {
    position: static;
    width: 100%;
    margin: 0;
    align-items: flex-start;
    padding: 30px 10px;
    justify-content: start;
  }

  .card-container .info-container .pr-to-cap {
    margin-top: 0;
  }

  .info-container .info-subheader .global-income {
    padding-right: 5px;
  }
  .info-container .info-subheader .time-remaining {
    padding-right: 5px;
  }
  .card-container .info-container .info-legend {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }

  .card-container.card-detail .subheader-container .content {
    margin-left: 15px;
    white-space: nowrap;
    overflow: auto;
    padding-right: 28px;
  }

  /*.card-container.card-detail .subheader-container:after {
    content: "";
    height: 100%;
    width: 100px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
  }*/
  .card-container.card-detail .subheader-container {
    position: relative;
  }
}
.final-step.offer,
.final-step.bid {
  border-radius: 4px;
  margin: 24px 0;
  padding: 50px 20px;
  height: auto;
}
.final-step.offer h3:before,
.final-step.bid h3:before {
  content: "";
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
  background: url("/assets/images/illustrations/notifications.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.final-step.offer p,
.final-step.bid p {
  font-size: 14px;
  text-align: center;
  color: #414141;
  margin: 20px;
  padding: 0 25%;
}
@media (max-width: 992px) {
  .final-step.offer p,
.final-step.bid p {
    padding: 0 20px;
  }
}
.final-step.offer .container,
.final-step.bid .container {
  text-align: center;
}
.final-step.bid h3:before {
  content: "";
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
  background: url("/assets/images/illustrations/notifications.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 798px) and (max-width: 1041px) {
  .table-container {
    padding-right: 18px;
  }
}
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
@font-face {
  font-family: StratosLCWeb-Bold;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Bold.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Medium;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Medium.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Regular;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Regular.woff2") format("woff2");
}
.big-bid span:last-child {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.big-bid span:last-child _::-webkit-full-page-media,
.big-bid span:last-child _:future,
.big-bid span:last-child :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 _::-webkit-full-page-media,
.card-container .header .title-container h2 _:future,
.card-container .header .title-container h2 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub _::-webkit-full-page-media,
.card-container .info-container .info-sub _:future,
.card-container .info-container .info-sub :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
    font-weight: 500 !important;
  }
}
ul.pagination-tab li _::-webkit-full-page-media, .card-container .info-container .info-sub .no-resalt _::-webkit-full-page-media,
ul.pagination-tab li _:future,
.card-container .info-container .info-sub .no-resalt _:future,
ul.pagination-tab li :root .safari_only,
.card-container .info-container .info-sub .no-resalt :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
    font-weight: 500 !important;
  }
}
span.mark, ul.list-confirm.card-type li span:last-child, .back-project p {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.register .investor-steps li h3 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .investor-steps li h3 _::-webkit-full-page-media,
.register .investor-steps li h3 _:future,
.register .investor-steps li h3 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .document-uploaded h5, .subheader-container .content p, ul.filter-tab li {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.register .body-content .step .body-info, .register .checkbox label, .register .investor-steps li p, .range .time-range .title p, .select.form-input p, select, .tables p, .card-container .content-container .offers-container p {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .tables h2, .card-container .content-container .offers-container h2, .card-container .content-container .button-container p {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .tables h2, .card-container .content-container .offers-container h2, .card-container .content-container .button-container p {
    font-weight: 500 !important;
  }
}
ul.list-confirm.card-type li span:first-child _::-webkit-full-page-media, .big-bid span:first-child _::-webkit-full-page-media, .tables h2 _::-webkit-full-page-media, .card-container .content-container .offers-container h2 _::-webkit-full-page-media, .card-container .content-container .button-container p _::-webkit-full-page-media,
ul.list-confirm.card-type li span:first-child _:future,
.big-bid span:first-child _:future,
.tables h2 _:future,
.card-container .content-container .offers-container h2 _:future,
.card-container .content-container .button-container p _:future,
ul.list-confirm.card-type li span:first-child :root .safari_only,
.big-bid span:first-child :root .safari_only,
.tables h2 :root .safari_only,
.card-container .content-container .offers-container h2 :root .safari_only,
.card-container .content-container .button-container p :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .tables h2, .card-container .content-container .offers-container h2, .card-container .content-container .button-container p {
    font-weight: 500 !important;
  }
}
.select label {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
}
.register .body-content .step article h3, .range .time-range .bar-range label, .card-container .header .title-container p {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}
.card-container .info-container .info-legend {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 12px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-legend _::-webkit-full-page-media,
.card-container .info-container .info-legend _:future,
.card-container .info-container .info-legend :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
.tables {
  margin-bottom: 40px;
}
.tables h2 {
  margin: 0;
  margin-bottom: 4px;
  text-transform: uppercase;
  display: inline-block;
}
.tables p {
  margin: 0;
  display: inline-block;
}
.tables p.action {
  text-align: right;
}
.tables p.action a.a-link {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  font-size: 11px;
  display: inline-block;
  letter-spacing: 1px;
  color: #2fda90;
}
.tables p.action i.ico.ico-info-green,
.tables p.action i.ico.ico-info-orange {
  margin-right: 15px;
}
.tables .offers-header {
  margin-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.tables .offers-header *, .tables .offers-content * {
  vertical-align: middle;
}
.tables .offers-header .seller, .tables .offers-content .seller {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tables .offers-content {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
.tables .offers-content p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tables .offers-content a.ico.ico-edit {
  opacity: 0;
  transition: 0.2s all ease-in-out;
}
.tables .offers-content:hover {
  background-color: #fff;
}
.tables .offers-content:hover a.ico.ico-edit {
  display: inline-block;
  opacity: 1;
}
.tables .offers-content-line {
  width: 100%;
  border: 1px solid #f3f3f3;
}
.tables .offers-header h2, .tables .offers-content p {
  width: 13%;
  margin: 0 0.5%;
}
.tables .offers-header h2:nth-child(1), .tables .offers-content p:nth-child(1) {
  width: 23%;
  padding-left: 10px;
}
.tables .offers-header h2:nth-child(2), .tables .offers-content p:nth-child(2) {
  width: 8%;
  text-align: right;
}
.tables .offers-header h2:nth-child(3), .tables .offers-content p:nth-child(3) {
  width: 12%;
  text-align: right;
}
.tables .offers-header h2:nth-child(4), .tables .offers-content p:nth-child(4) {
  width: 8%;
  margin-right: 2%;
  text-align: right;
}
.tables .offers-header h2:nth-child(5), .tables .offers-content p:nth-child(5) {
  width: 15%;
}
.tables .offers-header h2:nth-child(6), .tables .offers-content p:nth-child(6) {
  width: 15%;
}
.tables .offers-header h2:nth-child(7), .tables .offers-content p:nth-child(7) {
  width: 10%;
  text-align: right;
}
.tables .offers-content p.show-more.hidden-lg {
  display: none;
}
.tables .brown, .tables .red, .tables .blue, .tables .green {
  width: 34px;
  height: 34px;
  display: inline-flex;
  vertical-align: middle;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
}
.tables .green {
  background: linear-gradient(54.81deg, #FF804D 17.58%, #FF8C92 47.6%, #FFCD3E 77.62%);
}
.tables .blue {
  background: linear-gradient(45deg, #FF5555 0%, #9EA7F7 100%);
}
.tables .red {
  background: linear-gradient(84.03deg, #FFB360 3.06%, #FFF0B9 74.14%);
}
.tables .brown {
  background: linear-gradient(45deg, #FFFC99 0%, #FFB7E7 48.7%, #F8B099 100%);
}
@media (max-width: 992px) {
  .tables .offers-header {
    display: none;
  }
  .tables .offers-header h2:nth-child(1),
.tables .offers-content p:nth-child(1) {
    width: 50%;
  }
  .tables .offers-header h2:nth-child(2),
.tables .offers-content p:nth-child(2) {
    width: calc(50% - 22px) !important;
    padding-right: 50px;
  }
  .tables .offers-content p:nth-child(3),
.tables .offers-content p:nth-child(4),
.tables .offers-content p:nth-child(5),
.tables .offers-content p:nth-child(6),
.tables .offers-content p:nth-child(7),
.tables .offers-content p:nth-child(8) {
    display: none;
    border-bottom: 1px solid #F3F3F3;
  }
  .tables .offers-content.open p:nth-child(3),
.tables .offers-content.open p:nth-child(4),
.tables .offers-content.open p:nth-child(5),
.tables .offers-content.open p:nth-child(6),
.tables .offers-content.open p:nth-child(7) {
    width: 100%;
    text-align: right;
    position: relative;
    display: block;
    padding: 10px;
  }
  .tables .offers-content p span.hidden-lg {
    float: left;
    text-transform: uppercase;
  }
  .tables .offers-content .action a.ico.ico-edit {
    display: none;
  }
  .tables p.action a.a-link {
    width: 100%;
    text-align: center;
    padding: 15px;
    background: #381b2a;
    color: #fff0b9;
    border-radius: 4px;
  }
  .tables .offers-content:hover {
    background: transparent;
  }
  .tables .offers-content p.show-more.hidden-lg {
    display: inline-block;
    width: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
    border: 0;
  }
  .tables .tables .offers-content.open i.ico.ico-arrow {
    transform: rotate(180deg);
  }
  .tables .offers-content .ico.ico-arrow {
    width: 12px;
    height: 7px;
    margin-right: 0px;
  }
}
.tables.my-offer .offers-header h2, .tables.my-offer .offers-content p {
  width: 44%;
  margin: 0 0.5%;
}
.tables.my-offer .offers-header h2:nth-child(1), .tables.my-offer .offers-content p:nth-child(1) {
  width: 23%;
  padding-left: 10px;
}
.tables.my-offer .offers-header h2:nth-child(3), .tables.my-offer .offers-content p:nth-child(3) {
  width: 13%;
  text-align: right;
}
.tables.my-offer .offers-header h2:nth-child(4), .tables.my-offer .offers-content p:nth-child(4) {
  width: 14%;
  text-align: right;
}
.tables.my-offer .offers-header h2:nth-child(5), .tables.my-offer .offers-content p:nth-child(5) {
  width: 13%;
  margin-right: 2%;
  text-align: right;
}
.tables.my-offer .offers-header h2:nth-child(6), .tables.my-offer .offers-content p:nth-child(6) {
  width: 30%;
}
.tables.my-offer a.ico.ico-edit {
  margin-left: 24px;
}
.tables.my-offer .offers-header h2.sort {
  text-align: right;
}
.tables.my-offer .offers-header h2 {
  color: #111;
}
.tables.my-offer .offers-header h2.sort span {
  font-weight: bold;
  padding-left: 4px;
}
.tables.my-offer .offers-header h2.sort span i.ico.ico-arrow-right {
  width: 12px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .tables.my-offer .offers-content p:nth-child(1) {
    width: 50%;
  }
  .tables.my-offer .offers-content.open p:nth-child(3),
.tables.my-offer .offers-content.open p:nth-child(4),
.tables.my-offer .offers-content.open p:nth-child(5),
.tables.my-offer .offers-content.open p:nth-child(6) {
    width: 100%;
    text-align: right;
    position: relative;
    display: block;
    padding: 10px;
  }
  .tables.my-offer .offers-content.open p.action label.label-tag {
    display: none !important;
  }
  .tables.my-offer .offers-content.open p.action i.ico {
    display: none !important;
  }
}
label.label-tag {
  padding: 10px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 9px;
  width: 100px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bolder;
  display: inline-block;
}
label.label-tag-orange {
  background-color: rgba(254, 161, 0, 0.15);
  color: #FEA100;
}
label.label-tag-green {
  color: #1CB609;
  background-color: rgba(28, 182, 9, 0.15);
}
label.label-tag-red {
  color: #FF2F23;
  background-color: rgba(255, 47, 35, 0.15);
}
@media (max-width: 992px) {
  label.label-tag {
    padding: 9px 12px 7px 12px;
    width: 84px;
    letter-spacing: 0.3px;
  }
}
ul.filter-tab {
  width: 100%;
  display: block;
  list-style: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  padding-bottom: 10px;
}
ul.filter-tab li {
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #CFCFCF;
  background: #F9FAFA;
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
}
ul.filter-tab li.active {
  background: #2E7EFF;
  border-color: #2e7eff;
  color: #fff;
}
ul.filter-tab li:hover {
  opacity: 0.8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
.tables.offers-container {
  margin-top: 24px;
}
.text-green {
  color: #1CB609;
}
.text-orange {
  color: #FEA100;
}
.text-red {
  color: #FF2F23;
}
.container-footer {
  border-top: 1px solid #E7E7E7;
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
}
.container-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.space-bottom {
  margin-bottom: 10px;
}
.message {
  background-color: rgba(0, 191, 64, 0.04);
  display: flex;
  padding: 15px 20px;
  justify-content: space-between;
  border-radius: 4px;
  align-items: center;
}
.message span.message-text {
  color: #00BF40;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.message span.message-text svg {
  margin-right: 10px;
}
.message span.message-text b {
  margin: 0 5px;
}
.message button {
  padding: 12px 32px;
}
.message-orange {
  background-color: rgba(255, 191, 82, 0.04);
}
.message-orange span.message-text {
  color: #FFBF52;
}
.message-orange span.message-text svg path {
  fill: #FFBF52;
}
.message-orange button.default {
  background-color: #FFBF52;
}
@media (max-width: 991px) {
  .message {
    flex-direction: column;
    align-items: end;
    padding-left: 50px;
    position: relative;
  }

  .message span.message-text {
    display: block;
    margin-bottom: 15px;
  }

  .message span.message-text svg {
    position: absolute;
    left: 20px;
    top: 20px;
  }
}
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
@font-face {
  font-family: StratosLCWeb-Bold;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Bold.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Medium;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Medium.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Regular;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Regular.woff2") format("woff2");
}
.big-bid span:last-child {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.big-bid span:last-child _::-webkit-full-page-media,
.big-bid span:last-child _:future,
.big-bid span:last-child :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 _::-webkit-full-page-media,
.card-container .header .title-container h2 _:future,
.card-container .header .title-container h2 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub _::-webkit-full-page-media,
.card-container .info-container .info-sub _:future,
.card-container .info-container .info-sub :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
    font-weight: 500 !important;
  }
}
ul.pagination-tab li _::-webkit-full-page-media, .card-container .info-container .info-sub .no-resalt _::-webkit-full-page-media,
ul.pagination-tab li _:future,
.card-container .info-container .info-sub .no-resalt _:future,
ul.pagination-tab li :root .safari_only,
.card-container .info-container .info-sub .no-resalt :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
    font-weight: 500 !important;
  }
}
span.mark, ul.list-confirm.card-type li span:last-child, .back-project p {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.register .investor-steps li h3 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .investor-steps li h3 _::-webkit-full-page-media,
.register .investor-steps li h3 _:future,
.register .investor-steps li h3 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .document-uploaded h5, .subheader-container .content p, ul.filter-tab li {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.register .body-content .step .body-info, .register .checkbox label, .register .investor-steps li p, .range .time-range .title p, .select.form-input p, select, .card-container .content-container .offers-container p, .tables p {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2 {
    font-weight: 500 !important;
  }
}
ul.list-confirm.card-type li span:first-child _::-webkit-full-page-media, .big-bid span:first-child _::-webkit-full-page-media, .card-container .content-container .offers-container h2 _::-webkit-full-page-media, .card-container .content-container .button-container p _::-webkit-full-page-media, .tables h2 _::-webkit-full-page-media,
ul.list-confirm.card-type li span:first-child _:future,
.big-bid span:first-child _:future,
.card-container .content-container .offers-container h2 _:future,
.card-container .content-container .button-container p _:future,
.tables h2 _:future,
ul.list-confirm.card-type li span:first-child :root .safari_only,
.big-bid span:first-child :root .safari_only,
.card-container .content-container .offers-container h2 :root .safari_only,
.card-container .content-container .button-container p :root .safari_only,
.tables h2 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2 {
    font-weight: 500 !important;
  }
}
.select label {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
}
.register .body-content .step article h3, .range .time-range .bar-range label, .card-container .header .title-container p {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}
.card-container .info-container .info-legend {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 12px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-legend _::-webkit-full-page-media,
.card-container .info-container .info-legend _:future,
.card-container .info-container .info-legend :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
select {
  height: 54px;
}
.radiobutton.check-style.form-input {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 50px;
}
.radiobutton.check-style.form-input p {
  position: absolute;
  top: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #a0a0a0;
}
.card-input-element:checked + .card-input.card-input,
.card-input-element.disabled + .card-input.card-input {
  background: #fff;
  border: double 4px transparent;
  border-radius: 24px;
  background-image: linear-gradient(white, white), linear-gradient(to top right, #FFD43C, #FF679B, #FF5C2F);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 0px 4px 4px rgba(102, 51, 78, 0.05);
}
.disabled + .card-input.card-input .panel-heading {
  padding-left: 0;
}
.margin-top {
  margin-top: 10px;
}
.margin-bottom {
  margin-top: 10px;
}
.form-input label {
  width: 100%;
}
.card-input-element {
  display: none;
}
.card-input {
  margin: 10px;
  padding: 0px;
}
.card-input:hover {
  cursor: pointer;
}
.card-input-element + .card-input.card-input {
  position: relative;
  border: 1px solid rgba(56, 27, 42, 0.1);
  box-shadow: 0px 4px 4px rgba(102, 51, 78, 0.05);
  border-radius: 24px;
  background-color: white;
}
.card-input-element.disabled + .card-input.card-input:before {
  display: none;
}
.select.form-input p {
  margin-bottom: 10px;
  color: #707070;
}
.select.form-input {
  width: 33%;
}
.select.form-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.select.form-input select::-ms-expand {
  display: none;
}
.select-box {
  background-image: url("/assets/images/icons/down.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
}
.select.form-input .select-box {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 16px;
  background: #fff;
  width: 100%;
  font-size: 14px;
}
.select.form-input .select-box select {
  background: no-repeat;
  border: none;
  width: 100%;
  box-shadow: none;
  outline: 0;
}
.form-input label:nth-child(2) .card-input.card-input {
  margin-left: 0;
}
.form-input label:nth-child(3) .card-input.card-input {
  margin-right: 0;
}
.card-input-element.disabled + .card-input.card-input:before {
  display: none;
}
.card-input-element.disabled + .card-input.card-input {
  padding-left: 20px;
  background: #fff;
  color: #000;
}
.form-input.input {
  display: flex;
  flex-direction: column;
}
.form-input label {
  font-size: 11px;
  color: #a0a0a0;
  margin-bottom: 10px;
}
ul.list-check {
  flex-direction: column;
}
ul.list-check li {
  padding: 5px;
  position: relative;
  padding-left: 25px;
}
ul.list-check li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url("/assets/images/img/ico-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
}
.select.form-input p span {
  font-size: 14px;
  color: #111111;
}
.select.form-input p.select-selected {
  background: url("/assets/images/img/ico-arrow-down.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 15px;
  margin: 0;
}
.select.form-input .select-box ul {
  list-style: none;
  position: absolute;
  background: #fff;
  width: calc(100% + 2px);
  left: -1px;
  border: 1px solid #cfcfcf;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  z-index: 99;
  display: none;
  top: 98%;
}
.select.form-input .select-box {
  position: relative;
  padding: 15px 37px 15px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select.form-input .select-box ul li {
  font-size: 14px;
  cursor: pointer;
  padding: 15px;
  border-top: 1px solid #e7e7e7;
}
.select.form-input .select-box ul li:hover {
  background: rgba(0, 0, 0, 0.05);
}
.select.form-input .select-box.open ul {
  display: block;
}
.form-input.checkbox,
.form-input.radio {
  margin-top: 20px;
  margin-bottom: 5px;
  /* Basic styles */
  /* Checkbox */
  /* Radio */
  /* :checked */
  /* Transition */
}
.form-input.checkbox input[type=checkbox],
.form-input.checkbox input[type=radio],
.form-input.radio input[type=checkbox],
.form-input.radio input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.form-input.checkbox label,
.form-input.radio label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  height: auto;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 0;
  color: #707070;
  cursor: pointer;
}
.form-input.checkbox label::before,
.form-input.checkbox label::after,
.form-input.radio label::before,
.form-input.radio label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 21px;
  height: 21px;
}
.form-input.checkbox label::before,
.form-input.radio label::before {
  content: " ";
  border: 1px solid #66334E;
  border-radius: 20%;
  background-color: #fff;
  font-size: 11px;
}
.form-input.checkbox label::before:hover,
.form-input.radio label::before:hover {
  background-color: #FFFBED;
}
.form-input.checkbox input[type=checkbox] + label::after,
.form-input.radio input[type=checkbox] + label::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url("/assets/icons/checked.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  line-height: 1.5;
  text-align: center;
}
.form-input.checkbox input[type=radio] + label::before,
.form-input.radio input[type=radio] + label::before {
  border-radius: 50%;
}
.form-input.checkbox input[type=radio] + label::after,
.form-input.radio input[type=radio] + label::after {
  content: " ";
  top: 0.25em;
  left: 0.25em;
  width: 1em;
  height: 1em;
  background: #fff;
  border: 0.2em solid #2c3e50;
  border-radius: 50%;
}
.form-input.checkbox input[type=checkbox]:checked + label::before,
.form-input.checkbox input[type=radio]:checked + label::before,
.form-input.radio input[type=checkbox]:checked + label::before,
.form-input.radio input[type=radio]:checked + label::before {
  background: #fff;
  border-color: #fff;
}
.form-input.checkbox input[type=checkbox] + label::after,
.form-input.checkbox input[type=radio] + label::after,
.form-input.radio input[type=checkbox] + label::after,
.form-input.radio input[type=radio] + label::after {
  transform: scale(0);
}
.form-input.checkbox input[type=checkbox]:checked + label::after,
.form-input.checkbox input[type=radio]:checked + label::after,
.form-input.radio input[type=checkbox]:checked + label::after,
.form-input.radio input[type=radio]:checked + label::after {
  transform: scale(1);
}
.form-input.checkbox label::before,
.form-input.checkbox label::after,
.form-input.radio label::before,
.form-input.radio label::after {
  transition: 0.25s all ease;
}
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
@font-face {
  font-family: StratosLCWeb-Bold;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Bold.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Medium;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Medium.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Regular;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Regular.woff2") format("woff2");
}
.big-bid span:last-child {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.big-bid span:last-child _::-webkit-full-page-media,
.big-bid span:last-child _:future,
.big-bid span:last-child :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 _::-webkit-full-page-media,
.card-container .header .title-container h2 _:future,
.card-container .header .title-container h2 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub _::-webkit-full-page-media,
.card-container .info-container .info-sub _:future,
.card-container .info-container .info-sub :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
    font-weight: 500 !important;
  }
}
ul.pagination-tab li _::-webkit-full-page-media, .card-container .info-container .info-sub .no-resalt _::-webkit-full-page-media,
ul.pagination-tab li _:future,
.card-container .info-container .info-sub .no-resalt _:future,
ul.pagination-tab li :root .safari_only,
.card-container .info-container .info-sub .no-resalt :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
    font-weight: 500 !important;
  }
}
span.mark, ul.list-confirm.card-type li span:last-child, .back-project p {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.register .investor-steps li h3 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .investor-steps li h3 _::-webkit-full-page-media,
.register .investor-steps li h3 _:future,
.register .investor-steps li h3 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .document-uploaded h5, .subheader-container .content p, ul.filter-tab li {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.register .body-content .step .body-info, .register .checkbox label, .register .investor-steps li p, .range .time-range .title p, .card-container .content-container .offers-container p, .tables p, select, .select.form-input p {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2 {
    font-weight: 500 !important;
  }
}
ul.list-confirm.card-type li span:first-child _::-webkit-full-page-media, .big-bid span:first-child _::-webkit-full-page-media, .card-container .content-container .offers-container h2 _::-webkit-full-page-media, .card-container .content-container .button-container p _::-webkit-full-page-media, .tables h2 _::-webkit-full-page-media,
ul.list-confirm.card-type li span:first-child _:future,
.big-bid span:first-child _:future,
.card-container .content-container .offers-container h2 _:future,
.card-container .content-container .button-container p _:future,
.tables h2 _:future,
ul.list-confirm.card-type li span:first-child :root .safari_only,
.big-bid span:first-child :root .safari_only,
.card-container .content-container .offers-container h2 :root .safari_only,
.card-container .content-container .button-container p :root .safari_only,
.tables h2 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  ul.list-confirm.card-type li span:first-child, .big-bid span:first-child, .card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2 {
    font-weight: 500 !important;
  }
}
.select label {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
}
.register .body-content .step article h3, .range .time-range .bar-range label, .card-container .header .title-container p {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}
.card-container .info-container .info-legend {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 12px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-legend _::-webkit-full-page-media,
.card-container .info-container .info-legend _:future,
.card-container .info-container .info-legend :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
html.md {
  --ion-default-font: "Inter-Regular" !important;
}
.big-bid-box {
  display: flex;
}
.big-bid-box .big-bid {
  margin-right: 32px;
}
.big-bid {
  display: flex;
  flex-direction: column;
}
.big-bid span:first-child {
  color: #a0a0a0;
  margin-bottom: 8px;
}
.big-bid span:last-child {
  margin-bottom: 24px;
}
section.content-boxed {
  border-radius: 4px;
}
section.content-boxed .col-5 {
  padding: 60px;
}
section.content-boxed .col-6 {
  padding: 60px;
}
section.content-boxed .col-6:last-child {
  border-left: 1px solid #cfcfcf;
}
section.content-boxed.row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-content fun-button {
  margin-right: 8px;
}
.content-background-modal.content-list {
  padding: 0;
  display: flex;
}
.content-background-modal.content-list section.content-boxed.row .col-6 {
  padding: 0;
  margin: 0;
}
.content-background-modal.content-list section.content-boxed.row .col-6:last-child {
  display: flex;
  padding: 80px;
  justify-content: center;
  position: relative;
  z-index: 0;
  flex-direction: column;
  left: -1px;
}
.content-background-modal.content-list section.content-boxed.row .col-6:last-child p {
  margin-bottom: 12px;
}
ul.pagination-list {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  z-index: 1;
}
ul.pagination-list li {
  padding: 24px;
  display: flex;
  height: 100%;
  position: relative;
  padding-left: 65px;
  flex-direction: column;
}
ul.pagination-list li.selected {
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}
ul.pagination-list li.selected:before {
  border: 2px solid #2fda90;
  background: #fff;
}
ul.pagination-list li:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  border: 2px solid #cfcfcf;
  left: 25px;
  z-index: 2;
  top: 28px;
  background: #f6f9fa;
}
ul.pagination-list li.done:before {
  border: 2px solid #66334e;
  background: #66334e;
}
ul.pagination-list li.done:after {
  background: #66334e;
}
ul.pagination-list li:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 32px;
  left: 32px;
  display: block;
  background: #cfcfcf;
  z-index: 1;
}
ul.pagination-list li:last-child:after {
  display: none;
}
ul.pagination-list li:last-child.selected {
  border-bottom: 0;
}
ul.pagination-list li:first-child.selected {
  border-top: 0;
}
.avatar-box {
  display: flex;
  border-top: 1px solid #E7E7E7;
  padding-top: 24px;
  margin-top: 24px;
}
.avatar-box img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}
.content-background-modal.content-list section.content-boxed.row .col-6:last-child .avatar-box .avatar-text p:first-child {
  color: #111;
}
.content-background-modal.content-list section.content-boxed.row .col-6:last-child .avatar-box .avatar-text p {
  margin-bottom: 0;
  color: #707070;
}
p + fun-button button {
  margin-top: 20px;
}
p + fun-file button {
  margin-top: 20px;
}
@media (max-width: 991px) {
  section.content-boxed.row .col-6 {
    border: 0;
  }

  section.content-boxed.row {
    flex-direction: column;
  }

  ul.pagination-list {
    height: auto;
  }

  .content-background-modal.content-list section.content-boxed.row .col-6:last-child {
    display: none;
  }

  section.content-boxed.row .col-6 {
    padding: 0;
  }

  .button-content fun-button button {
    width: 100%;
    margin-top: 20px;
  }

  .relance {
    padding: 24px 20px 0 20px !important;
  }
}
.subheader-container {
  margin: 0;
}
.subheader-container .content {
  margin-left: 120px;
  padding-top: 18px;
}
.subheader-container .content p {
  display: inline-block;
  margin-right: 40px;
  padding-bottom: 18px;
}
.subheader-container .content p:hover {
  cursor: pointer;
}
.subheader-container .content .selected {
  color: #111111;
  border-bottom: 4px solid #2fda90;
}
.subheader-container .content .default {
  color: #a0a0a0;
}
@media only screen and (max-width: 600px) {
  .subheader-container .content {
    margin-left: 25px;
  }
  .subheader-container .content p {
    margin-right: 32px;
    padding-bottom: 12px;
  }
  .subheader-container .content .selected {
    border-bottom: 2px solid #2fda90;
  }
}
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
@font-face {
  font-family: StratosLCWeb-Bold;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Bold.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Medium;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Medium.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Regular;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Regular.woff2") format("woff2");
}
.big-bid span:last-child {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.big-bid span:last-child _::-webkit-full-page-media,
.big-bid span:last-child _:future,
.big-bid span:last-child :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 _::-webkit-full-page-media,
.card-container .header .title-container h2 _:future,
.card-container .header .title-container h2 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub _::-webkit-full-page-media,
.card-container .info-container .info-sub _:future,
.card-container .info-container .info-sub :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
    font-weight: 500 !important;
  }
}
ul.pagination-tab li _::-webkit-full-page-media, .card-container .info-container .info-sub .no-resalt _::-webkit-full-page-media,
ul.pagination-tab li _:future,
.card-container .info-container .info-sub .no-resalt _:future,
ul.pagination-tab li :root .safari_only,
.card-container .info-container .info-sub .no-resalt :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  ul.pagination-tab li, .card-container .info-container .info-sub .no-resalt {
    font-weight: 500 !important;
  }
}
span.mark, ul.list-confirm.card-type li span:last-child, .back-project p {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.register .investor-steps li h3 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .investor-steps li h3 _::-webkit-full-page-media,
.register .investor-steps li h3 _:future,
.register .investor-steps li h3 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .document-uploaded h5, ul.filter-tab li, .subheader-container .content p {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.register .body-content .step .body-info, .register .checkbox label, .register .investor-steps li p, .range .time-range .title p, .card-container .content-container .offers-container p, .tables p, select, .select.form-input p {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
ul.list-confirm.card-type li span:first-child, .card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2, .big-bid span:first-child {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  ul.list-confirm.card-type li span:first-child, .card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2, .big-bid span:first-child {
    font-weight: 500 !important;
  }
}
ul.list-confirm.card-type li span:first-child _::-webkit-full-page-media, .card-container .content-container .offers-container h2 _::-webkit-full-page-media, .card-container .content-container .button-container p _::-webkit-full-page-media, .tables h2 _::-webkit-full-page-media, .big-bid span:first-child _::-webkit-full-page-media,
ul.list-confirm.card-type li span:first-child _:future,
.card-container .content-container .offers-container h2 _:future,
.card-container .content-container .button-container p _:future,
.tables h2 _:future,
.big-bid span:first-child _:future,
ul.list-confirm.card-type li span:first-child :root .safari_only,
.card-container .content-container .offers-container h2 :root .safari_only,
.card-container .content-container .button-container p :root .safari_only,
.tables h2 :root .safari_only,
.big-bid span:first-child :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  ul.list-confirm.card-type li span:first-child, .card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2, .big-bid span:first-child {
    font-weight: 500 !important;
  }
}
.select label {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
}
.register .body-content .step article h3, .range .time-range .bar-range label, .card-container .header .title-container p {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}
.card-container .info-container .info-legend {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 12px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-legend _::-webkit-full-page-media,
.card-container .info-container .info-legend _:future,
.card-container .info-container .info-legend :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
.content-background-modal {
  padding: 32px;
  border-radius: 4px;
  height: auto;
  overflow-y: auto;
}
.content-background-modal p.description {
  max-width: 65%;
  margin-bottom: 30px;
}
.card-input.card-input .panel-heading {
  margin-bottom: 15px;
}
.card-input.card-input .panel-body ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.card-input.card-input .panel-body ul li {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
}
.card-input.card-input .panel-body ul li span:first-child {
  margin-bottom: 5px;
}
ul.list-confirm {
  width: 100%;
  max-width: 620px;
  list-style: none;
  display: block;
  margin: auto;
}
ul.list-confirm li {
  border-bottom: 1px solid #e7e7e7;
  padding: 15px 0;
}
ul.list-confirm li span {
  font-size: 14px;
}
ul.list-confirm li span:first-child {
  display: inline-block;
  min-width: 20%;
}
ul.list-confirm li:last-child {
  border: 0;
}
ul.list-confirm.card-type li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.list-confirm.card-type li span:first-child {
  color: #a0a0a0;
}
ul.list-confirm.card-type li:last-child {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
}
.range {
  margin: 0;
}
.range .time-range .title, .range .time-range .bar-range {
  margin: 0;
}
.range .time-range .title {
  margin-bottom: 32px;
}
.range .time-range .bar-range {
  margin-bottom: 24px;
}
.range .time-range .bar-range label {
  display: inline;
  color: #707070;
}
.range .time-range .bar-range .first {
  float: left;
  margin-top: -10px;
}
.range .time-range .bar-range .second {
  float: right;
  margin-top: -10px;
}
.final-step + .container-footer {
  display: none;
}
.final-step h3:before {
  content: "";
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
  background: url("/assets/images/img/ico-success.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.final-step .content-background-modal.row {
  text-align: center;
  padding: 0 20%;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.final-step > .row {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.final-step > .row > .container fun-button {
  margin: 15px;
}
@media (max-width: 991px) {
  .final-step .content-background-modal.row {
    padding: 0 20px;
    font-size: 14px;
    border: 0;
  }

  .final-step > .row > .container {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }

  .final-step > .row > .container fun-button button {
    width: 100%;
  }

  .final-step > .row > .container fun-button {
    margin: 5px 0;
  }

  html body ul.pagination-tab {
    margin-top: 20px;
  }

  html body ul.pagination-tab li {
    display: none;
  }

  html body ul.pagination-tab li.selected {
    display: flex;
    border: 0;
  }

  .content-background-modal p.description {
    width: 100%;
    max-width: 100%;
  }

  ul.list-confirm li {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
  }

  .container-footer .container {
    justify-content: center;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .container-footer .container fun-button:first-child {
    margin-bottom: 8px;
  }

  .container-footer .container fun-button button {
    width: 100%;
  }

  .container-footer .container fun-button {
    width: 100%;
  }

  .content-background-modal {
    padding: 32px 20px;
    height: auto;
  }

  .radiobutton.check-style.form-input {
    flex-direction: column;
    width: 100%;
  }

  .radiobutton.check-style.form-input label .panel {
    margin: 0;
  }

  .card-input.card-input .panel-body ul li {
    padding: 0 2.5px;
  }

  .card-input.card-input .panel-heading {
    padding-left: 25px;
  }

  .select.form-input {
    width: 100%;
  }
}
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
@font-face {
  font-family: StratosLCWeb-Bold;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Bold.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Medium;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Medium.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Regular;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Regular.woff2") format("woff2");
}
.big-bid span:last-child {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.big-bid span:last-child _::-webkit-full-page-media,
.big-bid span:last-child _:future,
.big-bid span:last-child :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 _::-webkit-full-page-media,
.card-container .header .title-container h2 _:future,
.card-container .header .title-container h2 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub _::-webkit-full-page-media,
.card-container .info-container .info-sub _:future,
.card-container .info-container .info-sub :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub .no-resalt, ul.pagination-tab li {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-sub .no-resalt, ul.pagination-tab li {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub .no-resalt _::-webkit-full-page-media, ul.pagination-tab li _::-webkit-full-page-media,
.card-container .info-container .info-sub .no-resalt _:future,
ul.pagination-tab li _:future,
.card-container .info-container .info-sub .no-resalt :root .safari_only,
ul.pagination-tab li :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-sub .no-resalt, ul.pagination-tab li {
    font-weight: 500 !important;
  }
}
span.mark, .back-project p, ul.list-confirm.card-type li span:last-child {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.register .investor-steps li h3 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .investor-steps li h3 _::-webkit-full-page-media,
.register .investor-steps li h3 _:future,
.register .investor-steps li h3 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .document-uploaded h5, ul.filter-tab li, .subheader-container .content p {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.register .body-content .step .body-info, .register .checkbox label, .register .investor-steps li p, .card-container .content-container .offers-container p, .tables p, select, .select.form-input p, .range .time-range .title p {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2, .big-bid span:first-child, ul.list-confirm.card-type li span:first-child {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2, .big-bid span:first-child, ul.list-confirm.card-type li span:first-child {
    font-weight: 500 !important;
  }
}
.card-container .content-container .offers-container h2 _::-webkit-full-page-media, .card-container .content-container .button-container p _::-webkit-full-page-media, .tables h2 _::-webkit-full-page-media, .big-bid span:first-child _::-webkit-full-page-media, ul.list-confirm.card-type li span:first-child _::-webkit-full-page-media,
.card-container .content-container .offers-container h2 _:future,
.card-container .content-container .button-container p _:future,
.tables h2 _:future,
.big-bid span:first-child _:future,
ul.list-confirm.card-type li span:first-child _:future,
.card-container .content-container .offers-container h2 :root .safari_only,
.card-container .content-container .button-container p :root .safari_only,
.tables h2 :root .safari_only,
.big-bid span:first-child :root .safari_only,
ul.list-confirm.card-type li span:first-child :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2, .big-bid span:first-child, ul.list-confirm.card-type li span:first-child {
    font-weight: 500 !important;
  }
}
.select label {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
}
.register .body-content .step article h3, .card-container .header .title-container p, .range .time-range .bar-range label {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}
.card-container .info-container .info-legend {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 12px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-legend _::-webkit-full-page-media,
.card-container .info-container .info-legend _:future,
.card-container .info-container .info-legend :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
.bid .content-background-modal {
  padding: 0 !important;
  height: 354px;
  display: flex;
  flex-direction: column;
}
.bid .content-background-modal h3 {
  margin-bottom: 24px;
}
.bid .content-background-modal .content-boxed {
  border-collapse: collapse;
}
.bid .content-background-modal .content-boxed .col-6 {
  margin: 0 !important;
}
.bid .content-background-modal .content-boxed .col-6:first-child {
  border-right: 1px solid #e7e7e7;
}
.bid .content-background-modal .content-boxed .col-6:last-child {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 352px;
  border-left: none;
}
.bid .digital-way {
  height: 445px;
}
.bid .digital-way .content-boxed .col-6:last-child, .bid .digital-way .content-boxed .pagination-list {
  height: 443px !important;
}
.container-header {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 34px;
}
.container-header ul {
  list-style: none;
  display: flex;
  padding: 15px 0;
}
.container-header ul li {
  display: flex;
  flex-direction: column;
  padding: 15px;
  width: 100%;
}
.container-header ul li:first-child {
  border-right: 1px solid #e7e7e7;
  padding-left: 0;
  width: 150%;
}
span.avatar {
  width: 24px;
  height: 24px;
  display: inline-flex;
  background: linear-gradient(54.81deg, #FF804D 17.58%, #FF8C92 47.6%, #FFCD3E 77.62%);
  justify-content: center;
  align-items: center;
  color: #fff !important;
  margin-right: 10px;
  border-radius: 50%;
}
@media only screen and (min-width: 991px) {
  .bid .content-background-modal .content-boxed .pagination-list {
    height: 352px;
  }
}
@media (max-width: 991px) {
  .bid .content-background-modal {
    height: auto;
  }
  .bid .digital-way .content-boxed .pagination-list {
    height: auto !important;
  }
  .bid .content-boxed .col-6:last-child {
    height: auto !important;
    min-height: 32px !important;
  }

  .content-background-modal .space {
    padding: 20px 24px !important;
  }

  .container-header ul li:first-child {
    width: 100%;
    border: 0;
    display: flex;
  }

  .container-header ul li {
    display: none;
  }

  .container-header ul li:first-child span.hidden-lg {
    margin-top: 5px;
  }

  .container-header ul li:first-child span:first-child {
    display: none;
  }

  .container-header ul.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
  }

  .container-header ul.open li {
    position: relative;
    display: flex;
    padding: 15px 0;
    flex-direction: row;
    justify-content: space-between;
  }

  .container-header {
    min-height: 103px;
    margin-top: 0;
  }

  .container-header .container {
    padding: 0;
  }

  .container-header .container ul {
    padding: 15px 20px;
    background-image: url("/assets/images/img/ico-arrow-down.svg");
    background-position: 93% 43px;
    background-repeat: no-repeat;
  }

  .container-header ul.open li:first-child {
    flex-direction: column;
  }

  .container-header ul.open + .overlay {
    width: 100vw;
    height: 100vh;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0.5;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    padding: 0 !important;
  }

  .bid .content-background-modal .content-boxed .col-6:first-child {
    border-right: none;
  }
}
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
@font-face {
  font-family: StratosLCWeb-Bold;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Bold.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Medium;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Medium.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Regular;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Regular.woff2") format("woff2");
}
.big-bid span:last-child {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.big-bid span:last-child _::-webkit-full-page-media,
.big-bid span:last-child _:future,
.big-bid span:last-child :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 _::-webkit-full-page-media,
.card-container .header .title-container h2 _:future,
.card-container .header .title-container h2 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub _::-webkit-full-page-media,
.card-container .info-container .info-sub _:future,
.card-container .info-container .info-sub :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub .no-resalt, ul.pagination-tab li {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-sub .no-resalt, ul.pagination-tab li {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub .no-resalt _::-webkit-full-page-media, ul.pagination-tab li _::-webkit-full-page-media,
.card-container .info-container .info-sub .no-resalt _:future,
ul.pagination-tab li _:future,
.card-container .info-container .info-sub .no-resalt :root .safari_only,
ul.pagination-tab li :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-sub .no-resalt, ul.pagination-tab li {
    font-weight: 500 !important;
  }
}
span.mark, .back-project p, ul.list-confirm.card-type li span:last-child {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.register .investor-steps li h3 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .investor-steps li h3 _::-webkit-full-page-media,
.register .investor-steps li h3 _:future,
.register .investor-steps li h3 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .document-uploaded h5, ul.filter-tab li, .subheader-container .content p {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.register .body-content .step .body-info, .register .checkbox label, .register .investor-steps li p, .card-container .content-container .offers-container p, .tables p, select, .select.form-input p, .range .time-range .title p {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2, .big-bid span:first-child, ul.list-confirm.card-type li span:first-child {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2, .big-bid span:first-child, ul.list-confirm.card-type li span:first-child {
    font-weight: 500 !important;
  }
}
.card-container .content-container .offers-container h2 _::-webkit-full-page-media, .card-container .content-container .button-container p _::-webkit-full-page-media, .tables h2 _::-webkit-full-page-media, .big-bid span:first-child _::-webkit-full-page-media, ul.list-confirm.card-type li span:first-child _::-webkit-full-page-media,
.card-container .content-container .offers-container h2 _:future,
.card-container .content-container .button-container p _:future,
.tables h2 _:future,
.big-bid span:first-child _:future,
ul.list-confirm.card-type li span:first-child _:future,
.card-container .content-container .offers-container h2 :root .safari_only,
.card-container .content-container .button-container p :root .safari_only,
.tables h2 :root .safari_only,
.big-bid span:first-child :root .safari_only,
ul.list-confirm.card-type li span:first-child :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2, .big-bid span:first-child, ul.list-confirm.card-type li span:first-child {
    font-weight: 500 !important;
  }
}
.select label {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
}
.register .body-content .step article h3, .card-container .header .title-container p, .range .time-range .bar-range label {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}
.card-container .info-container .info-legend {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 12px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-legend _::-webkit-full-page-media,
.card-container .info-container .info-legend _:future,
.card-container .info-container .info-legend :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
ul.pagination-tab {
  width: 100%;
  display: flex;
  list-style: none;
  justify-content: space-between;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}
ul.pagination-tab li {
  display: flex;
  padding: 20px 15px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  align-items: flex-start;
  position: relative;
  padding-left: 55px;
}
ul.pagination-tab li span.number {
  text-align: center;
  width: 30px;
  height: 30px;
  border: 2px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  position: absolute;
  left: 15px;
  top: calc(50% - 15px);
}
ul.pagination-tab li:first-child {
  border: 0;
}
ul.pagination-tab li.selected .title {
  background: linear-gradient(45deg, #FF7C92 0%, #FF5F3E 48.7%, #FF68C5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
ul.pagination-tab li.selected .number {
  color: white;
  background: linear-gradient(45deg, #FF7C92 0%, #FF5F3E 48.7%, #FF68C5 100%);
}
span.mark:before {
  content: "";
  height: 8px;
  display: inline-block;
  border-radius: 50%;
}
span.mark-orange:before {
  background: #FEA100;
}
span.mark-blue:before {
  background: #0ACDD9;
}
span.mark-null:before {
  display: none;
}
@media (max-width: 991px) {
  html body ul.pagination-tab.show-all li {
    display: flex;
    border-bottom: 1px solid #e7e7e7;
  }

  html body ul.pagination-tab.show-all {
    flex-direction: column;
  }
}
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
/* Main Palette */
/* Secundary Palette */
/* Energy Palette */
/* Background Pallete */
/* Tertiary Pallete */
/*Avatar BG template*/
/* Grey Pallete */
/*others*/
@font-face {
  font-family: StratosLCWeb-Bold;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Bold.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Medium;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Medium.woff2") format("woff2");
}
@font-face {
  font-family: StratosLCWeb-Regular;
  font-font-display: block;
  src: url("/assets/fonts/StratosLCWeb-Regular.woff2") format("woff2");
}
.big-bid span:last-child {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.big-bid span:last-child _::-webkit-full-page-media,
.big-bid span:last-child _:future,
.big-bid span:last-child :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .big-bid span:last-child {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .header .title-container h2 _::-webkit-full-page-media,
.card-container .header .title-container h2 _:future,
.card-container .header .title-container h2 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .header .title-container h2 {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub _::-webkit-full-page-media,
.card-container .info-container .info-sub _:future,
.card-container .info-container .info-sub :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-sub {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub .no-resalt, ul.pagination-tab li {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-sub .no-resalt, ul.pagination-tab li {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-sub .no-resalt _::-webkit-full-page-media, ul.pagination-tab li _::-webkit-full-page-media,
.card-container .info-container .info-sub .no-resalt _:future,
ul.pagination-tab li _:future,
.card-container .info-container .info-sub .no-resalt :root .safari_only,
ul.pagination-tab li :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-sub .no-resalt, ul.pagination-tab li {
    font-weight: 500 !important;
  }
}
.back-project p, ul.list-confirm.card-type li span:last-child, span.mark {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.register .investor-steps li h3 {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .investor-steps li h3 _::-webkit-full-page-media,
.register .investor-steps li h3 _:future,
.register .investor-steps li h3 :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .register .investor-steps li h3 {
    font-weight: 500 !important;
  }
}
.register .document-uploaded h5, ul.filter-tab li, .subheader-container .content p {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.register .body-content .step .body-info, .register .checkbox label, .register .investor-steps li p, .card-container .content-container .offers-container p, .tables p, select, .select.form-input p, .range .time-range .title p {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2, .big-bid span:first-child, ul.list-confirm.card-type li span:first-child {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2, .big-bid span:first-child, ul.list-confirm.card-type li span:first-child {
    font-weight: 500 !important;
  }
}
.card-container .content-container .offers-container h2 _::-webkit-full-page-media, .card-container .content-container .button-container p _::-webkit-full-page-media, .tables h2 _::-webkit-full-page-media, .big-bid span:first-child _::-webkit-full-page-media, ul.list-confirm.card-type li span:first-child _::-webkit-full-page-media,
.card-container .content-container .offers-container h2 _:future,
.card-container .content-container .button-container p _:future,
.tables h2 _:future,
.big-bid span:first-child _:future,
ul.list-confirm.card-type li span:first-child _:future,
.card-container .content-container .offers-container h2 :root .safari_only,
.card-container .content-container .button-container p :root .safari_only,
.tables h2 :root .safari_only,
.big-bid span:first-child :root .safari_only,
ul.list-confirm.card-type li span:first-child :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .content-container .offers-container h2, .card-container .content-container .button-container p, .tables h2, .big-bid span:first-child, ul.list-confirm.card-type li span:first-child {
    font-weight: 500 !important;
  }
}
.select label {
  font-family: StratosLCWeb-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
}
.register .body-content .step article h3, .card-container .header .title-container p, .range .time-range .bar-range label {
  font-family: StratosLCWeb-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}
.card-container .info-container .info-legend {
  font-family: StratosLCWeb-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 12px;
  /* Style for firefox */
  /* Style for Safari */
}
@-moz-document url-prefix() {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
.card-container .info-container .info-legend _::-webkit-full-page-media,
.card-container .info-container .info-legend _:future,
.card-container .info-container .info-legend :root .safari_only {
  font-weight: 500 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .card-container .info-container .info-legend {
    font-weight: 500 !important;
  }
}
*:focus {
  outline: none !important;
}
/* .mob-general {
    .header h2 {
        padding-top: 12px !important;
    }
} */
.register {
  /* max-height: calc(100% - 94px); */
}
.register .span-container {
  height: 1px !important;
  min-height: 1px !important;
}
@media screen and (max-width: 991px) {
  .register .span-container {
    display: none !important;
  }
}
.register .span-container span {
  display: none !important;
}
.register .select.form-input, .register select, .register option {
  width: 100%;
}
.register select:hover {
  cursor: pointer;
}
.register .investor-steps li {
  padding-left: 44px;
  position: relative;
  margin-bottom: 30px;
}
.register .investor-steps li h3 {
  margin-bottom: 8px;
}
.register .investor-steps li h3::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  background-color: #2e7eff;
  color: white;
  width: 30px;
  height: 26px;
  text-align: center;
  padding-top: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: -4px;
  z-index: 2;
}
.register .checkbox label {
  color: #707070;
}
.register .checkbox:last-child {
  margin-bottom: 0 !important;
}
.register .document-uploaded {
  position: relative;
  padding: 18px 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.register .document-uploaded .file {
  margin-right: 15px;
}
.register .document-uploaded h5 {
  margin: 0;
}
.register .document-uploaded .grey {
  color: #cfcfcf;
}
.register .document-uploaded .download {
  position: absolute;
  right: 0px;
}
.register .document-uploaded .download:hover, .register .document-uploaded .file:hover, .register .document-uploaded p:hover {
  cursor: pointer;
}
.register .body-content .phone .phone-c {
  margin-bottom: 24px;
}
.register .body-content .phone article {
  margin-bottom: 14px;
}
.register .body-content .step .header p {
  padding-bottom: 40px;
}
.register .body-content .step .body .inp {
  margin-bottom: 16px;
}
.register .body-content .step .body-info {
  color: #a0a0a0;
}
.register .body-content .step article fun-checkbox {
  float: left;
  margin-right: 12px;
}
.register .body-content .step article h3 {
  padding-top: 1px;
  float: left;
  margin: 0;
}
.register .body-content .step article h3 span {
  color: #2fda90;
}
.register .body-content .step article div {
  clear: both;
}
.register .body-content .step .code-container {
  position: relative;
}
.register .body-content .step .code-container p {
  margin-top: 40px;
}
.register .body-content .step .name-container fun-input {
  margin-bottom: 16px;
}
.register .desktop-footer {
  align-self: flex-end;
  height: 120px;
  background-color: #FFFFFF;
  bottom: 46px;
  left: 0;
  padding: 24px 94px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
}
.register .desktop-footer .content-footer {
  position: relative;
  display: flex;
  justify-content: center;
}
.register .desktop-footer .content-footer .back-btn {
  z-index: 1;
  position: absolute;
  left: 0;
}
.register .desktop-footer .content-footer .next-btn {
  z-index: 1;
  position: absolute;
  right: 0;
}
.register .desktop-footer .content-footer h4 {
  z-index: 444;
  padding-top: 18px;
  margin: 0;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.register .mobile-footer h4 {
  z-index: 444;
  margin: 24px 0 24px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.register h4:hover {
  cursor: pointer;
}
.register :host::ng-deep fun-button button {
  padding: 16px 32px !important;
}
@media screen and (min-width: 991px) {
  .register {
    height: 100%;
  }
  .register .body-content {
    max-width: 920px;
    display: block;
    margin: auto;
    margin-top: 62px;
  }
  .register .mobile-footer {
    display: none;
  }
  .register .body {
    padding-bottom: 40px;
    border-radius: 8px 8px 0px 0px;
  }
}
@media screen and (max-width: 991px) {
  .register .header {
    padding: 0px 20px 32px 20px;
  }
  .register .header p {
    padding: 0 !important;
  }
  .register .mobApp {
    background: #f6f9fa;
    padding-left: 20px;
    padding-right: 20px;
  }
  .register .mobApp h2 {
    margin: 0;
  }
  .register .body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-top: 12px;
    background: #FFFFFF;
    border-radius: 8px 8px 0px 0px;
  }
  .register .mobile-footer {
    position: relative;
    /* left: 14px;
    bottom: 24px;
    width: 100%;
    padding-right: 28px;
    z-index: 2; */
  }
  .register .desktop-footer {
    display: none;
  }
  .register :host::ng-deep fun-button button {
    width: 100% !important;
    margin-top: 10px;
  }
}
@media screen and (max-height: 800px) and (min-height: 710px) {
  .register .scrollable {
    height: 392px;
    overflow: auto;
  }
}
@media screen and (max-height: 710px) and (min-height: 638px) {
  .register .scrollable {
    height: 300px;
    overflow: auto;
  }
}
@media screen and (max-height: 638px) {
  .register .scrollable {
    height: 275px;
    overflow: auto;
  }
}
@media screen and (max-height: 850px) and (min-width: 750px) {
  .register .mob-general {
    height: 500px;
  }
  .register .scrollable {
    height: 450px !important;
    overflow: auto;
  }
}
@media only screen and (min-width: 992px) {
  .register .mob-general {
    padding-bottom: 40px;
  }
}
.pac-container {
  font-family: var(--ion-default-font) !important;
  font-family: var(--ion-font-family) !important;
  box-shadow: none !important;
  border-radius: 0 0 4px 4px !important;
  border: 1px solid #ccc !important;
}
.pac-container .pac-item {
  padding: 8px 10px !important;
  line-height: 17x !important;
  font-size: 14px !important;
}
.pac-container .pac-item .pac-icon {
  display: none !important;
}
.pac-container .pac-item:hover {
  background-color: #ebf5ff !important;
}
.pac-container .pac-item-query {
  font-size: 14px !important;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
 ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: StratosRegular, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
* {
  scrollbar-color: initial;
  scrollbar-width: initial;
}
.container {
  width: 100%;
}
@media (min-width: 360px) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1120px) {
  .container {
    max-width: 1120px;
  }
}
@media (min-width: 1312px) {
  .container {
    max-width: 1312px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-right-28 {
  right: -28px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-32px\] {
  bottom: -32px;
}
.bottom-\[115px\] {
  bottom: 115px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-32 {
  left: 32px;
}
.left-\[-23px\] {
  left: -23px;
}
.left-\[-34px\] {
  left: -34px;
}
.left-\[13px\] {
  left: 13px;
}
.left-\[14px\] {
  left: 14px;
}
.right-0 {
  right: 0px;
}
.right-12 {
  right: 12px;
}
.right-4 {
  right: 4px;
}
.right-\[-24px\] {
  right: -24px;
}
.right-\[16px\] {
  right: 16px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[22px\] {
  right: 22px;
}
.right-\[24px\] {
  right: 24px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 2px;
}
.top-4 {
  top: 4px;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[14px\] {
  top: 14px;
}
.top-\[16px\] {
  top: 16px;
}
.top-\[28px\] {
  top: 28px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[3px\] {
  top: 3px;
}
.top-\[45px\] {
  top: 45px;
}
.top-\[46px\] {
  top: 46px;
}
.top-\[4px\] {
  top: 4px;
}
.top-\[6px\] {
  top: 6px;
}
.top-\[7px\] {
  top: 7px;
}
.top-\[8px\] {
  top: 8px;
}
.isolate {
  isolation: isolate;
}
.-z-\[1\] {
  z-index: -1;
}
.z-10 {
  z-index: 10;
}
.z-100 {
  z-index: 100;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-start-6 {
  grid-column-start: 6;
}
.col-start-7 {
  grid-column-start: 7;
}
.col-start-9 {
  grid-column-start: 9;
}
.float-right {
  float: right;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.m-32 {
  margin: 32px;
}
.m-auto {
  margin: auto;
}
.-mx-8 {
  margin-left: -8px;
  margin-right: -8px;
}
.-mx-\[15px\] {
  margin-left: -15px;
  margin-right: -15px;
}
.mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}
.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.my-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}
.my-\[8px\] {
  margin-top: 8px;
  margin-bottom: 8px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-6 {
  margin-bottom: 6px !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mt-12 {
  margin-top: 12px !important;
}
.\!mt-4 {
  margin-top: 4px !important;
}
.\!mt-40 {
  margin-top: 40px !important;
}
.-mt-64 {
  margin-top: -64px;
}
.-mt-\[60px\] {
  margin-top: -60px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-72 {
  margin-bottom: 72px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-\[-1px\] {
  margin-bottom: -1px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-auto {
  margin-left: auto;
}
.mr-8 {
  margin-right: 8px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 12px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-64 {
  margin-top: 64px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-\[120px\] {
  margin-top: 120px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[88px\] {
  margin-top: 88px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-fit {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.\!h-\[56px\] {
  height: 56px !important;
}
.h-12 {
  height: 12px;
}
.h-120 {
  height: 120px;
}
.h-16 {
  height: 16px;
}
.h-2 {
  height: 2px;
}
.h-20 {
  height: 20px;
}
.h-24 {
  height: 24px;
}
.h-28 {
  height: 28px;
}
.h-32 {
  height: 32px;
}
.h-34 {
  height: 34px;
}
.h-40 {
  height: 40px;
}
.h-48 {
  height: 48px;
}
.h-56 {
  height: 56px;
}
.h-6 {
  height: 6px;
}
.h-64 {
  height: 64px;
}
.h-72 {
  height: 72px;
}
.h-8 {
  height: 8px;
}
.h-80 {
  height: 80px;
}
.h-96 {
  height: 96px;
}
.h-\[0\.75px\] {
  height: 0.75px;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[146px\] {
  height: 146px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[202px\] {
  height: 202px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[26\.67px\] {
  height: 26.67px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[438px\] {
  height: 438px;
}
.h-\[45\.2px\] {
  height: 45.2px;
}
.h-\[52\.67px\] {
  height: 52.67px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[66\.67px\] {
  height: 66.67px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[84px\] {
  height: 84px;
}
.h-\[86px\] {
  height: 86px;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[96px\] {
  height: 96px;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[438px\] {
  max-height: 438px;
}
.max-h-\[90px\] {
  max-height: 90px;
}
.min-h-64 {
  min-height: 64px;
}
.min-h-72 {
  min-height: 72px;
}
.min-h-\[224px\] {
  min-height: 224px;
}
.min-h-\[230px\] {
  min-height: 230px;
}
.min-h-\[265px\] {
  min-height: 265px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[520px\] {
  min-height: 520px;
}
.min-h-\[720px\] {
  min-height: 720px;
}
.min-h-\[787px\] {
  min-height: 787px;
}
.min-h-\[82px\] {
  min-height: 82px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-\[120px\] {
  width: 120px !important;
}
.\!w-auto {
  width: auto !important;
}
.\!w-full {
  width: 100% !important;
}
.w-12 {
  width: 12px;
}
.w-120 {
  width: 120px;
}
.w-16 {
  width: 16px;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 20px;
}
.w-24 {
  width: 24px;
}
.w-28 {
  width: 28px;
}
.w-32 {
  width: 32px;
}
.w-34 {
  width: 34px;
}
.w-40 {
  width: 40px;
}
.w-48 {
  width: 48px;
}
.w-56 {
  width: 56px;
}
.w-6 {
  width: 6px;
}
.w-64 {
  width: 64px;
}
.w-72 {
  width: 72px;
}
.w-8 {
  width: 8px;
}
.w-80 {
  width: 80px;
}
.w-84 {
  width: 84px;
}
.w-96 {
  width: 96px;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[172px\] {
  width: 172px;
}
.w-\[184px\] {
  width: 184px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[26\.67px\] {
  width: 26.67px;
}
.w-\[288px\] {
  width: 288px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[3px\] {
  width: 3px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[416px\] {
  width: 416px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[51px\] {
  width: 51px;
}
.w-\[52\.67px\] {
  width: 52.67px;
}
.w-\[54px\] {
  width: 54px;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[66\.67px\] {
  width: 66.67px;
}
.w-\[67\%\] {
  width: 67%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[980px\] {
  width: 980px;
}
.w-\[calc\(100\%\+40px\)\] {
  width: calc(100% + 40px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[264px\] {
  min-width: 264px;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.min-w-\[350px\] {
  min-width: 350px;
}
.min-w-\[64px\] {
  min-width: 64px;
}
.min-w-\[65px\] {
  min-width: 65px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.max-w-\[1120px\] {
  max-width: 1120px;
}
.max-w-\[1125px\] {
  max-width: 1125px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[306px\] {
  max-width: 306px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[326px\] {
  max-width: 326px;
}
.max-w-\[380px\] {
  max-width: 380px;
}
.max-w-\[416px\] {
  max-width: 416px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-\[636px\] {
  max-width: 636px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[780px\] {
  max-width: 780px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[980px\] {
  max-width: 980px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[2\] {
  flex: 2;
}
.flex-\[5\] {
  flex: 5;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-2\/3 {
  flex-basis: 66.666667%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-90deg\] {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes gradientX {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.animate-gradientX {
  animation: gradientX 1.5s infinite;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.\!cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-help {
  cursor: help;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-content-end {
  place-content: end;
}
.place-content-between {
  place-content: space-between;
}
.content-center {
  align-content: center;
}
.content-between {
  align-content: space-between;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-items-center {
  justify-items: center;
}
.gap-10 {
  gap: 10px;
}
.gap-12 {
  gap: 12px;
}
.gap-16 {
  gap: 16px;
}
.gap-2 {
  gap: 2px;
}
.gap-20 {
  gap: 20px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.gap-4 {
  gap: 4px;
}
.gap-40 {
  gap: 40px;
}
.gap-48 {
  gap: 48px;
}
.gap-6 {
  gap: 6px;
}
.gap-64 {
  gap: 64px;
}
.gap-72 {
  gap: 72px;
}
.gap-8 {
  gap: 8px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-x-12 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-x-24 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.gap-x-32 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.gap-x-6 {
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.gap-x-64 {
  -moz-column-gap: 64px;
       column-gap: 64px;
}
.gap-x-8 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-x-96 {
  -moz-column-gap: 96px;
       column-gap: 96px;
}
.gap-x-\[24px\] {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.gap-x-\[32px\] {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-12 {
  row-gap: 12px;
}
.gap-y-16 {
  row-gap: 16px;
}
.gap-y-20 {
  row-gap: 20px;
}
.gap-y-24 {
  row-gap: 24px;
}
.gap-y-32 {
  row-gap: 32px;
}
.gap-y-6 {
  row-gap: 6px;
}
.gap-y-8 {
  row-gap: 8px;
}
.gap-y-80 {
  row-gap: 80px;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-cream-120\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 216 166 / .25);
}
.divide-eggplant-100\/\[0\.1\] > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(56 27 42 / 0.1);
}
.divide-gray-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 231 233 / 1);
  border-color: rgb(234 231 233 / var(--tw-divide-opacity, 1));
}
.place-self-end {
  place-self: end;
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.\!rounded-l-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.\!rounded-r-none {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-\[40px\] {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.\!border-none {
  border-style: none !important;
}
.border-\[\#039755\] {
  --tw-border-opacity: 1;
  border-color: rgb(3 151 85 / 1);
  border-color: rgb(3 151 85 / var(--tw-border-opacity, 1));
}
.border-\[\#0f5e42\] {
  --tw-border-opacity: 1;
  border-color: rgb(15 94 66 / 1);
  border-color: rgb(15 94 66 / var(--tw-border-opacity, 1));
}
.border-\[\#0f5e42\]\/\[\.25\] {
  border-color: rgb(15 94 66 / .25);
}
.border-\[\#39C847\] {
  --tw-border-opacity: 1;
  border-color: rgb(57 200 71 / 1);
  border-color: rgb(57 200 71 / var(--tw-border-opacity, 1));
}
.border-\[\#66334E\] {
  --tw-border-opacity: 1;
  border-color: rgb(102 51 78 / 1);
  border-color: rgb(102 51 78 / var(--tw-border-opacity, 1));
}
.border-\[\#A9A1A5\] {
  --tw-border-opacity: 1;
  border-color: rgb(169 161 165 / 1);
  border-color: rgb(169 161 165 / var(--tw-border-opacity, 1));
}
.border-\[\#FD565B\] {
  --tw-border-opacity: 1;
  border-color: rgb(253 86 91 / 1);
  border-color: rgb(253 86 91 / var(--tw-border-opacity, 1));
}
.border-alert {
  --tw-border-opacity: 1;
  border-color: rgb(253 86 91 / 1);
  border-color: rgb(253 86 91 / var(--tw-border-opacity, 1));
}
.border-alert\/\[\.1\] {
  border-color: rgb(253 86 91 / .1);
}
.border-borderAccordion {
  border-color: rgba(56, 27, 42, 0.25);
}
.border-cream-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 240 185 / 1);
  border-color: rgb(255 240 185 / var(--tw-border-opacity, 1));
}
.border-cream-100\/\[\.4\] {
  border-color: rgb(255 240 185 / .4);
}
.border-cream-120 {
  --tw-border-opacity: 1;
  border-color: rgb(229 216 166 / 1);
  border-color: rgb(229 216 166 / var(--tw-border-opacity, 1));
}
.border-eggplant-10 {
  --tw-border-opacity: 1;
  border-color: rgb(255 238 255 / 1);
  border-color: rgb(255 238 255 / var(--tw-border-opacity, 1));
}
.border-eggplant-100 {
  --tw-border-opacity: 1;
  border-color: rgb(56 27 42 / 1);
  border-color: rgb(56 27 42 / var(--tw-border-opacity, 1));
}
.border-eggplant-100\/50 {
  border-color: rgb(56 27 42 / 0.5);
}
.border-eggplant-100\/\[\.25\] {
  border-color: rgb(56 27 42 / .25);
}
.border-eggplant-100\/\[\.4\] {
  border-color: rgb(56 27 42 / .4);
}
.border-eggplant-100\/\[0\.08\] {
  border-color: rgb(56 27 42 / 0.08);
}
.border-eggplant-100\/\[0\.10\] {
  border-color: rgb(56 27 42 / 0.10);
}
.border-eggplant-100\/\[0\.15\] {
  border-color: rgb(56 27 42 / 0.15);
}
.border-eggplant-100\/\[0\.1\] {
  border-color: rgb(56 27 42 / 0.1);
}
.border-eggplant-100\/\[0\.25\] {
  border-color: rgb(56 27 42 / 0.25);
}
.border-eggplant-100\/\[0\.2\] {
  border-color: rgb(56 27 42 / 0.2);
}
.border-eggplant-100\/\[0\.4\] {
  border-color: rgb(56 27 42 / 0.4);
}
.border-gray-10 {
  --tw-border-opacity: 1;
  border-color: rgb(234 231 233 / 1);
  border-color: rgb(234 231 233 / var(--tw-border-opacity, 1));
}
.border-gray-25 {
  --tw-border-opacity: 1;
  border-color: rgb(201 196 199 / 1);
  border-color: rgb(201 196 199 / var(--tw-border-opacity, 1));
}
.border-ocher-100 {
  --tw-border-opacity: 1;
  border-color: rgb(184 178 162 / 1);
  border-color: rgb(184 178 162 / var(--tw-border-opacity, 1));
}
.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(229 73 55 / 1);
  border-color: rgb(229 73 55 / var(--tw-border-opacity, 1));
}
.border-orange-100\/30 {
  border-color: rgb(229 73 55 / 0.3);
}
.border-orange-100\/\[\.25\] {
  border-color: rgb(229 73 55 / .25);
}
.border-orange-100\/\[\.4\] {
  border-color: rgb(229 73 55 / .4);
}
.border-orange-80 {
  --tw-border-opacity: 1;
  border-color: rgb(240 110 50 / 1);
  border-color: rgb(240 110 50 / var(--tw-border-opacity, 1));
}
.border-success {
  --tw-border-opacity: 1;
  border-color: rgb(3 151 85 / 1);
  border-color: rgb(3 151 85 / var(--tw-border-opacity, 1));
}
.border-success\/\[\.1\] {
  border-color: rgb(3 151 85 / .1);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 1);
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-y-eggplant-100\/\[0\.4\] {
  border-top-color: rgb(56 27 42 / 0.4);
  border-bottom-color: rgb(56 27 42 / 0.4);
}
.border-b-eggplant-100\/\[0\.1\] {
  border-bottom-color: rgb(56 27 42 / 0.1);
}
.border-b-eggplant-100\/\[0\.25\] {
  border-bottom-color: rgb(56 27 42 / 0.25);
}
.border-r-eggplant-100\/\[\.25\] {
  border-right-color: rgb(56 27 42 / .25);
}
.border-r-eggplant-100\/\[0\.1\] {
  border-right-color: rgb(56 27 42 / 0.1);
}
.border-r-eggplant-100\/\[0\.25\] {
  border-right-color: rgb(56 27 42 / 0.25);
}
.border-t-eggplant-100\/\[0\.1\] {
  border-top-color: rgb(56 27 42 / 0.1);
}
.border-t-eggplant-100\/\[0\.25\] {
  border-top-color: rgb(56 27 42 / 0.25);
}
.border-t-eggplant-100\/\[0\.4\] {
  border-top-color: rgb(56 27 42 / 0.4);
}
.border-opacity-\[0\.25\] {
  --tw-border-opacity: 0.25;
}
.bg-\[\#039755\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 151 85 / 1);
  background-color: rgb(3 151 85 / var(--tw-bg-opacity, 1));
}
.bg-\[\#039755\]\/\[0\.1\] {
  background-color: rgb(3 151 85 / 0.1);
}
.bg-\[\#0f5e42\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 94 66 / 1);
  background-color: rgb(15 94 66 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D0F9DE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 249 222 / 1);
  background-color: rgb(208 249 222 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E6F4ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 244 237 / 1);
  background-color: rgb(230 244 237 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EAE7E9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 231 233 / 1);
  background-color: rgb(234 231 233 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EBFCF2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 252 242 / 1);
  background-color: rgb(235 252 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FD565B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 86 91 / 1);
  background-color: rgb(253 86 91 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FDCBCC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 203 204 / 1);
  background-color: rgb(253 203 204 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FDEDED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 237 237 / 1);
  background-color: rgb(253 237 237 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF5C2F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 92 47 / 1);
  background-color: rgb(255 92 47 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFD43C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 60 / 1);
  background-color: rgb(255 212 60 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e0e3ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 227 255 / 1);
  background-color: rgb(224 227 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e0e3ff\]\/50 {
  background-color: rgb(224 227 255 / 0.5);
}
.bg-\[\#ff5c2f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 92 47 / 1);
  background-color: rgb(255 92 47 / var(--tw-bg-opacity, 1));
}
.bg-active {
  --tw-bg-opacity: 1;
  background-color: rgb(138 236 147 / 1);
  background-color: rgb(138 236 147 / var(--tw-bg-opacity, 1));
}
.bg-alert {
  --tw-bg-opacity: 1;
  background-color: rgb(253 86 91 / 1);
  background-color: rgb(253 86 91 / var(--tw-bg-opacity, 1));
}
.bg-alert\/\[\.1\] {
  background-color: rgb(253 86 91 / .1);
}
.bg-cream-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 248 / 1);
  background-color: rgb(255 254 248 / var(--tw-bg-opacity, 1));
}
.bg-cream-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 185 / 1);
  background-color: rgb(255 240 185 / var(--tw-bg-opacity, 1));
}
.bg-cream-100\/\[\.10\] {
  background-color: rgb(255 240 185 / .10);
}
.bg-cream-100\/\[\.4\] {
  background-color: rgb(255 240 185 / .4);
}
.bg-cream-100\/\[0\.08\] {
  background-color: rgb(255 240 185 / 0.08);
}
.bg-cream-100\/\[0\.15\] {
  background-color: rgb(255 240 185 / 0.15);
}
.bg-cream-100\/\[0\.2\] {
  background-color: rgb(255 240 185 / 0.2);
}
.bg-cream-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 237 / 1);
  background-color: rgb(255 251 237 / var(--tw-bg-opacity, 1));
}
.bg-cream-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 227 / 1);
  background-color: rgb(255 249 227 / var(--tw-bg-opacity, 1));
}
.bg-eggplant-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 255 / 1);
  background-color: rgb(255 238 255 / var(--tw-bg-opacity, 1));
}
.bg-eggplant-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 27 42 / 1);
  background-color: rgb(56 27 42 / var(--tw-bg-opacity, 1));
}
.bg-eggplant-100\/\[\.4\] {
  background-color: rgb(56 27 42 / .4);
}
.bg-eggplant-100\/\[0\.04\] {
  background-color: rgb(56 27 42 / 0.04);
}
.bg-eggplant-100\/\[0\.05\] {
  background-color: rgb(56 27 42 / 0.05);
}
.bg-eggplant-100\/\[0\.08\] {
  background-color: rgb(56 27 42 / 0.08);
}
.bg-eggplant-100\/\[0\.10\] {
  background-color: rgb(56 27 42 / 0.10);
}
.bg-eggplant-100\/\[0\.1\] {
  background-color: rgb(56 27 42 / 0.1);
}
.bg-eggplant-100\/\[0\.25\] {
  background-color: rgb(56 27 42 / 0.25);
}
.bg-eggplant-100\/\[0\.2\] {
  background-color: rgb(56 27 42 / 0.2);
}
.bg-eggplant-100\/\[0\.55\] {
  background-color: rgb(56 27 42 / 0.55);
}
.bg-eggplant-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 201 219 / 1);
  background-color: rgb(240 201 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 231 233 / 1);
  background-color: rgb(234 231 233 / var(--tw-bg-opacity, 1));
}
.bg-gray-10\/30 {
  background-color: rgb(234 231 233 / 0.3);
}
.bg-gray-10\/\[0\.1\] {
  background-color: rgb(234 231 233 / 0.1);
}
.bg-gray-10\/\[0\.4\] {
  background-color: rgb(234 231 233 / 0.4);
}
.bg-gray-10\/\[0\.55\] {
  background-color: rgb(234 231 233 / 0.55);
}
.bg-gray-10\/\[0\.5\] {
  background-color: rgb(234 231 233 / 0.5);
}
.bg-gray-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 196 199 / 1);
  background-color: rgb(201 196 199 / var(--tw-bg-opacity, 1));
}
.bg-gray-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(169 161 165 / 1);
  background-color: rgb(169 161 165 / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 73 55 / 1);
  background-color: rgb(229 73 55 / var(--tw-bg-opacity, 1));
}
.bg-orange-100\/15 {
  background-color: rgb(229 73 55 / 0.15);
}
.bg-orange-100\/\[\.4\] {
  background-color: rgb(229 73 55 / .4);
}
.bg-orange-100\/\[0\.5\] {
  background-color: rgb(229 73 55 / 0.5);
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 169 170 / 1);
  background-color: rgb(255 169 170 / var(--tw-bg-opacity, 1));
}
.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(3 151 85 / 1);
  background-color: rgb(3 151 85 / var(--tw-bg-opacity, 1));
}
.bg-success\/\[\.1\] {
  background-color: rgb(3 151 85 / .1);
}
.bg-success\/\[0\.10\] {
  background-color: rgb(3 151 85 / 0.10);
}
.bg-success\/\[0\.55\] {
  background-color: rgb(3 151 85 / 0.55);
}
.bg-transparent {
  background-color: transparent;
}
.bg-verified {
  --tw-bg-opacity: 1;
  background-color: rgb(39 116 231 / 1);
  background-color: rgb(39 116 231 / var(--tw-bg-opacity, 1));
}
.bg-verified\/20 {
  background-color: rgb(39 116 231 / 0.2);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/\[0\.10\] {
  background-color: rgb(255 255 255 / 0.10);
}
.bg-white\/\[0\.5\] {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/\[0\.6\] {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/\[0\.7\] {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-eggplant-40 {
  --tw-gradient-from: rgb(240, 201, 219) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 201 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-eggplant-25 {
  --tw-gradient-to: rgb(255 220 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 220, 238) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.fill-\[\#E54937\] {
  fill: #E54937;
}
.fill-eggplant-100 {
  fill: rgb(56, 27, 42);
}
.fill-orange-100 {
  fill: rgb(229, 73, 55);
}
.fill-verified {
  fill: #2774E7;
}
.stroke-\[\#039755\] {
  stroke: #039755;
}
.stroke-\[\#0f5e42\] {
  stroke: #0f5e42;
}
.stroke-\[\#29141F\] {
  stroke: #29141F;
}
.stroke-\[\#39C847\] {
  stroke: #39C847;
}
.stroke-\[\#66334E\] {
  stroke: #66334E;
}
.stroke-\[\#A9A1A5\] {
  stroke: #A9A1A5;
}
.stroke-\[\#C9C4C7\] {
  stroke: #C9C4C7;
}
.stroke-\[\#E54937\] {
  stroke: #E54937;
}
.stroke-\[\#E64937\] {
  stroke: #E64937;
}
.stroke-\[\#EC4899\] {
  stroke: #EC4899;
}
.stroke-\[\#FD565B\] {
  stroke: #FD565B;
}
.stroke-\[\#FF7C92\] {
  stroke: #FF7C92;
}
.stroke-\[white\] {
  stroke: white;
}
.stroke-alert {
  stroke: rgb(253, 86, 91);
}
.stroke-cream-100 {
  stroke: rgb(255, 240, 185);
}
.stroke-cream-100\/\[0\.4\] {
  stroke: rgb(255 240 185 / 0.4);
}
.stroke-eggplant-100 {
  stroke: rgb(56, 27, 42);
}
.stroke-eggplant-100\/\[\.4\] {
  stroke: rgb(56 27 42 / .4);
}
.stroke-eggplant-100\/\[0\.3\] {
  stroke: rgb(56 27 42 / 0.3);
}
.stroke-eggplant-100\/\[0\.4\] {
  stroke: rgb(56 27 42 / 0.4);
}
.stroke-eggplant-100\/\[0\.55\] {
  stroke: rgb(56 27 42 / 0.55);
}
.stroke-eggplant-100\/\[0\.5\] {
  stroke: rgb(56 27 42 / 0.5);
}
.stroke-eggplant-70 {
  stroke: rgb(160, 124, 141);
}
.stroke-eggplant-80 {
  stroke: rgb(102, 51, 78);
}
.stroke-gray-10 {
  stroke: rgb(234, 231, 233);
}
.stroke-gray-40 {
  stroke: rgb(169, 161, 165);
}
.stroke-orange-100 {
  stroke: rgb(229, 73, 55);
}
.stroke-orange-80 {
  stroke: rgb(240, 110, 50);
}
.stroke-pink-120 {
  stroke: rgb(255, 143, 145);
}
.stroke-success {
  stroke: #039755;
}
.stroke-white {
  stroke: rgb(255, 255, 255);
}
.stroke-white\/\[0\.4\] {
  stroke: rgb(255 255 255 / 0.4);
}
.stroke-2 {
  stroke-width: 2;
}
.stroke-\[1px\] {
  stroke-width: 1px;
}
.stroke-\[2px\] {
  stroke-width: 2px;
}
.stroke-\[4px\] {
  stroke-width: 4px;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-10 {
  padding: 10px !important;
}
.\!p-8 {
  padding: 8px !important;
}
.\!p-\[32px\] {
  padding: 32px !important;
}
.p-0 {
  padding: 0px;
}
.p-10 {
  padding: 10px;
}
.p-12 {
  padding: 12px;
}
.p-16 {
  padding: 16px;
}
.p-20 {
  padding: 20px;
}
.p-24 {
  padding: 24px;
}
.p-32 {
  padding: 32px;
}
.p-4 {
  padding: 4px;
}
.p-48 {
  padding: 48px;
}
.p-6 {
  padding: 6px;
}
.p-8 {
  padding: 8px;
}
.p-\[18px\] {
  padding: 18px;
}
.\!px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.\!px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.\!py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.\!py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.\!py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.\!py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}
.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-2 {
  padding-left: 2px;
  padding-right: 2px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}
.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}
.px-6 {
  padding-left: 6px;
  padding-right: 6px;
}
.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.py-78 {
  padding-top: 78px;
  padding-bottom: 78px;
}
.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pb-16 {
  padding-bottom: 16px !important;
}
.\!pb-6 {
  padding-bottom: 6px !important;
}
.\!pb-8 {
  padding-bottom: 8px !important;
}
.\!pl-16 {
  padding-left: 16px !important;
}
.\!pl-6 {
  padding-left: 6px !important;
}
.\!pl-\[10px\] {
  padding-left: 10px !important;
}
.\!pr-\[16px\] {
  padding-right: 16px !important;
}
.\!pt-12 {
  padding-top: 12px !important;
}
.\!pt-2 {
  padding-top: 2px !important;
}
.\!pt-24 {
  padding-top: 24px !important;
}
.\!pt-6 {
  padding-top: 6px !important;
}
.\!pt-8 {
  padding-top: 8px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-2 {
  padding-bottom: 2px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-52 {
  padding-bottom: 52px;
}
.pb-56 {
  padding-bottom: 56px;
}
.pb-6 {
  padding-bottom: 6px;
}
.pb-64 {
  padding-bottom: 64px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-96 {
  padding-bottom: 96px;
}
.pb-\[142px\] {
  padding-bottom: 142px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[19px\] {
  padding-bottom: 19px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[72px\] {
  padding-bottom: 72px;
}
.pb-\[78px\] {
  padding-bottom: 78px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pl-12 {
  padding-left: 12px;
}
.pl-16 {
  padding-left: 16px;
}
.pl-24 {
  padding-left: 24px;
}
.pl-32 {
  padding-left: 32px;
}
.pl-6 {
  padding-left: 6px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[14px\] {
  padding-left: 14px;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pl-\[36px\] {
  padding-left: 36px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-12 {
  padding-right: 12px;
}
.pr-16 {
  padding-right: 16px;
}
.pr-24 {
  padding-right: 24px;
}
.pr-28 {
  padding-right: 28px;
}
.pr-32 {
  padding-right: 32px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-6 {
  padding-right: 6px;
}
.pr-8 {
  padding-right: 8px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-2 {
  padding-top: 2px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-32 {
  padding-top: 32px;
}
.pt-34 {
  padding-top: 34px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-6 {
  padding-top: 6px;
}
.pt-64 {
  padding-top: 64px;
}
.pt-72 {
  padding-top: 72px;
}
.pt-78 {
  padding-top: 78px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[13px\] {
  padding-top: 13px;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.pt-\[26px\] {
  padding-top: 26px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[3px\] {
  padding-top: 3px;
}
.pt-\[45px\] {
  padding-top: 45px;
}
.pt-\[480px\] {
  padding-top: 480px;
}
.pt-\[52px\] {
  padding-top: 52px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-sans {
  font-family: StratosRegular, sans-serif;
}
.font-sansBold {
  font-family: StratosBold, sans-serif;
}
.font-sansLight {
  font-family: StratosLight, sans-serif;
}
.font-sansMedium {
  font-family: StratosMedium, sans-serif;
}
.\!text-2xl {
  font-size: 24px !important;
  line-height: 40.8px !important;
}
.\!text-3xl {
  font-size: 32px !important;
  line-height: 54.4px !important;
}
.\!text-m {
  font-size: 14px !important;
  line-height: 23.8px !important;
}
.\!text-s {
  font-size: 12px !important;
  line-height: 20.4px !important;
}
.text-2xl {
  font-size: 24px;
  line-height: 40.8px;
}
.text-3xl {
  font-size: 32px;
  line-height: 54.4px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-h200 {
  font-size: 14px;
  line-height: 21px;
}
.text-h300 {
  font-size: 16px;
  line-height: 24px;
}
.text-h400 {
  font-size: 20px;
  line-height: 28px;
}
.text-h500 {
  font-size: 24px;
  line-height: 33.6px;
}
.text-h600 {
  font-size: 32px;
  line-height: 41.6px;
}
.text-h700 {
  font-size: 40px;
  line-height: 52px;
}
.text-l {
  font-size: 16px;
  line-height: 27.2px;
}
.text-m {
  font-size: 14px;
  line-height: 23.8px;
}
.text-s {
  font-size: 12px;
  line-height: 20.4px;
}
.text-xl {
  font-size: 20px;
  line-height: 34px;
}
.text-xs {
  font-size: 8px;
  line-height: 13.6px;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.\!leading-\[1\.2\] {
  line-height: 1.2 !important;
}
.\!leading-none {
  line-height: 1 !important;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.35\] {
  line-height: 1.35;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[15\.6px\] {
  line-height: 15.6px;
}
.leading-\[18\.2px\] {
  line-height: 18.2px;
}
.leading-\[28\.6px\] {
  line-height: 28.6px;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.\!text-eggplant-100\/\[0\.4\] {
  color: rgb(56 27 42 / 0.4) !important;
}
.\!text-eggplant-100\/\[0\.55\] {
  color: rgb(56 27 42 / 0.55) !important;
}
.text-\[\#039755\] {
  --tw-text-opacity: 1;
  color: rgb(3 151 85 / 1);
  color: rgb(3 151 85 / var(--tw-text-opacity, 1));
}
.text-\[\#0f5e42\] {
  --tw-text-opacity: 1;
  color: rgb(15 94 66 / 1);
  color: rgb(15 94 66 / var(--tw-text-opacity, 1));
}
.text-\[\#39C847\] {
  --tw-text-opacity: 1;
  color: rgb(57 200 71 / 1);
  color: rgb(57 200 71 / var(--tw-text-opacity, 1));
}
.text-\[\#66334E\] {
  --tw-text-opacity: 1;
  color: rgb(102 51 78 / 1);
  color: rgb(102 51 78 / var(--tw-text-opacity, 1));
}
.text-\[\#A9A1A5\] {
  --tw-text-opacity: 1;
  color: rgb(169 161 165 / 1);
  color: rgb(169 161 165 / var(--tw-text-opacity, 1));
}
.text-\[\#FD565B\] {
  --tw-text-opacity: 1;
  color: rgb(253 86 91 / 1);
  color: rgb(253 86 91 / var(--tw-text-opacity, 1));
}
.text-\[\#FF5C2F\] {
  --tw-text-opacity: 1;
  color: rgb(255 92 47 / 1);
  color: rgb(255 92 47 / var(--tw-text-opacity, 1));
}
.text-\[\#FFD43C\] {
  --tw-text-opacity: 1;
  color: rgb(255 212 60 / 1);
  color: rgb(255 212 60 / var(--tw-text-opacity, 1));
}
.text-alert {
  --tw-text-opacity: 1;
  color: rgb(253 86 91 / 1);
  color: rgb(253 86 91 / var(--tw-text-opacity, 1));
}
.text-cream-100 {
  --tw-text-opacity: 1;
  color: rgb(255 240 185 / 1);
  color: rgb(255 240 185 / var(--tw-text-opacity, 1));
}
.text-cream-100\/\[\.4\] {
  color: rgb(255 240 185 / .4);
}
.text-eggplant-100 {
  --tw-text-opacity: 1;
  color: rgb(56 27 42 / 1);
  color: rgb(56 27 42 / var(--tw-text-opacity, 1));
}
.text-eggplant-100\/80 {
  color: rgb(56 27 42 / 0.8);
}
.text-eggplant-100\/\[\.25\] {
  color: rgb(56 27 42 / .25);
}
.text-eggplant-100\/\[\.40\] {
  color: rgb(56 27 42 / .40);
}
.text-eggplant-100\/\[\.4\] {
  color: rgb(56 27 42 / .4);
}
.text-eggplant-100\/\[\.55\] {
  color: rgb(56 27 42 / .55);
}
.text-eggplant-100\/\[0\.25\] {
  color: rgb(56 27 42 / 0.25);
}
.text-eggplant-100\/\[0\.2\] {
  color: rgb(56 27 42 / 0.2);
}
.text-eggplant-100\/\[0\.40\] {
  color: rgb(56 27 42 / 0.40);
}
.text-eggplant-100\/\[0\.45\] {
  color: rgb(56 27 42 / 0.45);
}
.text-eggplant-100\/\[0\.4\] {
  color: rgb(56 27 42 / 0.4);
}
.text-eggplant-100\/\[0\.55\] {
  color: rgb(56 27 42 / 0.55);
}
.text-eggplant-100\/\[0\.5\] {
  color: rgb(56 27 42 / 0.5);
}
.text-eggplant-100\/\[0\.6\] {
  color: rgb(56 27 42 / 0.6);
}
.text-eggplant-100\/\[0\.7\] {
  color: rgb(56 27 42 / 0.7);
}
.text-eggplant-55 {
  --tw-text-opacity: 1;
  color: rgb(219 180 198 / 1);
  color: rgb(219 180 198 / var(--tw-text-opacity, 1));
}
.text-eggplant-70 {
  --tw-text-opacity: 1;
  color: rgb(160 124 141 / 1);
  color: rgb(160 124 141 / var(--tw-text-opacity, 1));
}
.text-eggplant-80 {
  --tw-text-opacity: 1;
  color: rgb(102 51 78 / 1);
  color: rgb(102 51 78 / var(--tw-text-opacity, 1));
}
.text-gray-25 {
  --tw-text-opacity: 1;
  color: rgb(201 196 199 / 1);
  color: rgb(201 196 199 / var(--tw-text-opacity, 1));
}
.text-gray-40 {
  --tw-text-opacity: 1;
  color: rgb(169 161 165 / 1);
  color: rgb(169 161 165 / var(--tw-text-opacity, 1));
}
.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(229 73 55 / 1);
  color: rgb(229 73 55 / var(--tw-text-opacity, 1));
}
.text-orange-100\/\[0\.8\] {
  color: rgb(229 73 55 / 0.8);
}
.text-orange-120 {
  --tw-text-opacity: 1;
  color: rgb(204 65 37 / 1);
  color: rgb(204 65 37 / var(--tw-text-opacity, 1));
}
.text-success {
  --tw-text-opacity: 1;
  color: rgb(3 151 85 / 1);
  color: rgb(3 151 85 / var(--tw-text-opacity, 1));
}
.text-verified {
  --tw-text-opacity: 1;
  color: rgb(39 116 231 / 1);
  color: rgb(39 116 231 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.decoration-eggplant-100 {
  text-decoration-color: rgb(56, 27, 42);
}
.decoration-eggplant-100\/\[0\.55\] {
  text-decoration-color: rgb(56 27 42 / 0.55);
}
.decoration-eggplant-80 {
  text-decoration-color: rgb(102, 51, 78);
}
.decoration-orange-100 {
  text-decoration-color: rgb(229, 73, 55);
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: .25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: .40;
}
.opacity-70 {
  opacity: .70;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0px 24px 48px -12px rgba(56, 27, 42, 0.18);
  --tw-shadow-colored: 0px 24px 48px -12px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-dimension {
  --tw-shadow: 0px 4px 4px rgba(102, 51, 78, 0.05);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-l {
  --tw-shadow: 0px 12px 16px -4px rgba(56, 27, 42, 0.08), 0px 4px 6px -2px rgba(56, 27, 42, 0.03);
  --tw-shadow-colored: 0px 12px 16px -4px var(--tw-shadow-color), 0px 4px 6px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-m {
  --tw-shadow: 0px 4px 8px -2px rgba(56, 27, 42, 0.1), 0px 2px 4px -2px rgba(56, 27, 42, 0.06);
  --tw-shadow-colored: 0px 4px 8px -2px var(--tw-shadow-color), 0px 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-s {
  --tw-shadow: 0px 1px 3px rgba(56, 27, 42, 0.1), 0px 1px 2px rgba(56, 27, 42, 0.06);
  --tw-shadow-colored: 0px 1px 3px var(--tw-shadow-color), 0px 1px 2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0px 20px 24px -4px rgba(56, 27, 42, 0.08), 0px 8px 8px -4px rgba(56, 27, 42, 0.03);
  --tw-shadow-colored: 0px 20px 24px -4px var(--tw-shadow-color), 0px 8px 8px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xs {
  --tw-shadow: 0px 1px 2px rgba(56, 27, 42, 0.05);
  --tw-shadow-colored: 0px 1px 2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!outline {
  outline-style: solid !important;
}
.outline {
  outline-style: solid;
}
.outline-1 {
  outline-width: 1px;
}
.outline-\[\#0f5e42\]\/\[\.25\] {
  outline-color: rgb(15 94 66 / .25);
}
.outline-eggplant-100\/\[\.10\] {
  outline-color: rgb(56 27 42 / .10);
}
.outline-orange-100\/\[\.25\] {
  outline-color: rgb(229 73 55 / .25);
}
.outline-white {
  outline-color: rgb(255, 255, 255);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-cream-10 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 254 248 / var(--tw-ring-opacity, 1));
}
.ring-eggplant-100\/10 {
  --tw-ring-color: rgb(56 27 42 / .10);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-m {
  --tw-backdrop-blur: blur(16px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(40px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.scrollbar {
  --scrollbar-track: initial;
  --scrollbar-thumb: initial;
  --scrollbar-corner: initial;
  --scrollbar-track-hover: var(--scrollbar-track);
  --scrollbar-thumb-hover: var(--scrollbar-thumb);
  --scrollbar-corner-hover: var(--scrollbar-corner);
  --scrollbar-track-active: var(--scrollbar-track-hover);
  --scrollbar-thumb-active: var(--scrollbar-thumb-hover);
  --scrollbar-corner-active: var(--scrollbar-corner-hover);
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  overflow: overlay;
}
.scrollbar.overflow-x-hidden {
  overflow-x: hidden;
}
.scrollbar.overflow-y-hidden {
  overflow-y: hidden;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
}
.scrollbar::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-corner);
}
.scrollbar::-webkit-scrollbar-track:hover {
  background-color: var(--scrollbar-track-hover);
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}
.scrollbar::-webkit-scrollbar-corner:hover {
  background-color: var(--scrollbar-corner-hover);
}
.scrollbar::-webkit-scrollbar-track:active {
  background-color: var(--scrollbar-track-active);
}
.scrollbar::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-thumb-active);
}
.scrollbar::-webkit-scrollbar-corner:active {
  background-color: var(--scrollbar-corner-active);
}
.scrollbar {
  scrollbar-width: auto;
}
.scrollbar::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.scrollbar-thin {
  --scrollbar-track: initial;
  --scrollbar-thumb: initial;
  --scrollbar-corner: initial;
  --scrollbar-track-hover: var(--scrollbar-track);
  --scrollbar-thumb-hover: var(--scrollbar-thumb);
  --scrollbar-corner-hover: var(--scrollbar-corner);
  --scrollbar-track-active: var(--scrollbar-track-hover);
  --scrollbar-thumb-active: var(--scrollbar-thumb-hover);
  --scrollbar-corner-active: var(--scrollbar-corner-hover);
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  overflow: overlay;
}
.scrollbar-thin.overflow-x-hidden {
  overflow-x: hidden;
}
.scrollbar-thin.overflow-y-hidden {
  overflow-y: hidden;
}
.scrollbar-thin::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
}
.scrollbar-thin::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
}
.scrollbar-thin::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-corner);
}
.scrollbar-thin::-webkit-scrollbar-track:hover {
  background-color: var(--scrollbar-track-hover);
}
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}
.scrollbar-thin::-webkit-scrollbar-corner:hover {
  background-color: var(--scrollbar-corner-hover);
}
.scrollbar-thin::-webkit-scrollbar-track:active {
  background-color: var(--scrollbar-track-active);
}
.scrollbar-thin::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-thumb-active);
}
.scrollbar-thin::-webkit-scrollbar-corner:active {
  background-color: var(--scrollbar-corner-active);
}
.scrollbar-thin {
  scrollbar-width: thin;
}
.scrollbar-thin::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scrollbar-none {
  scrollbar-width: none;
}
.scrollbar-none::-webkit-scrollbar {
  display: none;
}
.scrollbar-track-cream-10 {
  --scrollbar-track: rgb(255, 254, 248) !important;
}
.scrollbar-thumb-eggplant-70 {
  --scrollbar-thumb: rgb(160, 124, 141) !important;
}
@font-face {
  font-family: "StratosRegular";
  src: url('StratosLCWeb-Regular.7a498906477cfe52.woff2');
}
@font-face {
  font-family: "StratosBold";
  src: url('StratosLCWeb-Bold.053ff453553fcf46.woff2');
}
@font-face {
  font-family: "StratosLight";
  src: url('StratosLCWeb-Light.8860bbc5fa84edb1.woff2');
}
@font-face {
  font-family: "StratosMedium";
  src: url('StratosLCWeb-Medium.ccae51ab1b6affc3.woff2');
}
:root {
  color-scheme: light !important;
}
/* width */
::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
/* Track */
::-webkit-scrollbar-track {
  border-radius: 100vh;
  background: #EAE7E9;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #A07C8D;
  border-radius: 100vh;
  border: 3px solid #EAE7E9;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #F0C9DB;
}
body {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}
::-moz-selection {
  color: #381B2A;
  background-color: #FFF0B9;
}
::selection {
  color: #381B2A;
  background-color: #FFF0B9;
}
img::-moz-selection {
  background-color: transparent;
}
img::selection {
  background-color: transparent;
}
.grecaptcha-badge {
  visibility: hidden;
}
:root {
  --ion-background-color: transparent;
}
app-lleidanet-confirmation-sign {
  background-color: white;
}
app-not-found {
  background-position: top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url('bg-desktop-tab-1.deed32c175692b90.webp');
}
app-private-layout ion-split-pane {
  background-position: top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-color: white;
}
@media only screen and (min-width: 584px) {
  app-private-layout ion-split-pane.bg-1 {
    background: url('bg-desktop-tab-1.deed32c175692b90.webp');
  }
  app-private-layout ion-split-pane.bg-2 {
    background: url('bg-desktop-tab-2.71de9049572d5aa4.webp');
  }
  app-private-layout ion-split-pane.bg-3 {
    background: url('bg-desktop-tab-3.7a98d6e40919c440.webp');
  }
  app-private-layout ion-split-pane.bg-4 {
    background: url('bg-desktop-tab-4.74b47974ad13ddbf.webp');
  }
  app-private-layout ion-split-pane.bg-5 {
    background: url('bg-desktop-tab-5.2e18d19e6325c8d8.webp');
  }
  app-private-layout ion-split-pane.bg-6 {
    background: url('bg-ricenergy.b58f46495dcff1ca.webp');
  }
}
@media only screen and (max-width: 584px) {
  app-private-layout ion-split-pane.bg-1 {
    background: url('bg-mob-tab-1.92ae532762aade06.webp');
  }
  app-private-layout ion-split-pane.bg-2 {
    background: url('bg-mob-tab-2.94532d353632f535.webp');
  }
  app-private-layout ion-split-pane.bg-3 {
    background: url('bg-mob-tab-3.e3661c0406df7a59.webp');
  }
  app-private-layout ion-split-pane.bg-4 {
    background: url('bg-mob-tab-4.2b5884d933dcab5c.webp');
  }
  app-private-layout ion-split-pane.bg-5 {
    background: url('bg-mob-tab-5.3b64ad3d7cc00a4d.webp');
  }
  app-private-layout ion-split-pane.bg-6 {
    background: url('bg-ricenergy.b58f46495dcff1ca.webp');
  }
}
.icon-selected {
  color: #E54937;
}
.app-content {
  padding-top: 120px;
}
ion-content {
  --padding-end: 20px;
  --padding-start: 20px;
}
ion-split-pane {
  --side-min-width: 120px !important;
  --side-max-width: 262px !important;
}
ion-menu {
  transition: width 1.2s !important;
}
ion-menu.menu-secondary {
  width: 110px !important;
}
.pop-over-desktop .popover-content {
  position: absolute;
  top: 80px !important;
  right: 16px !important;
}
.swiper-scrollbar {
  width: 50% !important;
  left: 25% !important;
  background-color: #e7e7e7 !important;
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-scrollbar-drag,
.swiper-pagination-bullet {
  background-color: #381b2a !important;
}
.swiper-pagination-bullet-active {
  background-color: #381B2A;
  width: 10px;
  height: 10px;
}
.general-container {
  position: relative;
}
.general-container .arrow {
  position: absolute;
  display: flex;
  top: calc(50% - 48px);
  z-index: 2;
  border-radius: 50%;
  background: rgba(56, 27, 42, 0.4);
  backdrop-filter: blur(4px);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.06);
  align-items: center;
  justify-content: center;
}
.general-container .arrow:active {
  opacity: 0.6;
}
.general-container .arrow:hover {
  cursor: pointer !important;
}
.general-container .arrow-left {
  left: 12px;
}
.general-container .arrow-right {
  right: 12px;
}
.general-container .arrow-disabled {
  background: rgba(56, 27, 42, 0.1);
  backdrop-filter: blur(4px);
}
.general-container .arrow-disabled:hover {
  cursor: default;
}
.header-md:after {
  background: none;
  display: none;
}
.header-main {
  border-bottom: 1px solid #e7e7e7;
}
.header-ios ion-toolbar:last-of-type {
  --border-width: 0px 0 -0px;
}
ion-tab-bar {
  background-color: white;
}
ion-button {
  --box-shadow: none;
}
ion-card {
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.06);
}
ion-slide:hover {
  cursor: pointer;
}
.inf {
  cursor: pointer;
}
.inf::after {
  content: "";
  display: inline-block;
  background-image: url("/assets/icons/info-small.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
.pac-container {
  z-index: 3000 !important;
}
.video {
  height: 100%;
  position: relative;
  width: calc(100% - 10px);
  overflow: hidden;
}
.video .overlay {
  top: 0;
  left: 0;
  z-index: 8;
  position: absolute;
  width: 100%;
  height: calc(100% - 5px);
  /* pointer-events: none; */
}
.linear-gradient-1 {
  background: linear-gradient(54.81deg, #FF804D 17.58%, #FF8C92 47.6%, #FFCD3E 77.62%);
}
.linear-gradient-2 {
  background: linear-gradient(45deg, #FF7C92 0%, #FF5F3E 48.7%, #FF68C5 100%);
}
.linear-gradient-3 {
  background: linear-gradient(55.74deg, #FFF1BA 9.95%, #FFCD3E 87.43%);
}
.linear-gradient-4 {
  background: linear-gradient(45deg, #FF5555 0%, #9EA7F7 100%);
}
.linear-gradient-5 {
  background: linear-gradient(55.74deg, #FF6C90 9.95%, #FFCD3E 87.43%);
}
.linear-gradient-6 {
  background: linear-gradient(84.03deg, #FFB360 3.06%, #FFF0B9 74.14%);
}
.linear-gradient-7 {
  background: linear-gradient(45deg, #FFFC99 0%, #FFB7E7 48.7%, #F8B099 100%);
}
.bg-ric {
  background: #0f5e42;
}
.bg-sepa {
  background: linear-gradient(45deg, rgba(255, 252, 153, 0.25) 0%, rgba(255, 183, 231, 0.25) 48.7%, rgba(248, 176, 153, 0.25) 100%);
}
.bg-gradient-1-text {
  background: linear-gradient(55.74deg, #FF804D 9.95%, #FF8C92 48.69%, #FFCD3E 87.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.bg-gradient-1 {
  background: linear-gradient(55.74deg, #FF804D 9.95%, #FF8C92 48.69%, #FFCD3E 87.43%);
}
.bg-gradient-2 {
  background: linear-gradient(45deg, #FFD43C 0%, #FF679B 53.12%, #FF5C2F 100%);
}
.bg-gradient-2-text {
  background: linear-gradient(45deg, #FFD43C 0%, #FF679B 53.12%, #FF5C2F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.bg-gradient-3-text {
  background: linear-gradient(45deg, #FF7C92 0%, #FF5F3E 48.7%, #FF68C5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.bg-gradient-1-text::-moz-selection, .bg-gradient-2-text::-moz-selection, .bg-gradient-3-text::-moz-selection {
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #381B2A;
  background-clip: border-box;
  background-clip: initial;
  text-fill-color: #381B2A;
}
.bg-gradient-1-text::selection,
.bg-gradient-2-text::selection,
.bg-gradient-3-text::selection {
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #381B2A;
  background-clip: border-box;
  background-clip: initial;
  text-fill-color: #381B2A;
}
.border-gradient-1 {
  border: 1px solid transparent;
  background-image: linear-gradient(white, #ffffff), linear-gradient(to top right, #FFD43C, #FF679B, #FF5C2F);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 0px 2px 2px rgba(102, 51, 78, 0.05);
}
.tooltip {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
  /* evita parpadeos */
}
.has-tooltip:hover .tooltip {
  visibility: visible;
  opacity: 0.9;
  transform: translateY(0);
  z-index: 100;
}
@media (max-aspect-ratio: 16/9) {
  .video iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
@media only screen and (max-width: 774px) {
  .general-container .arrow {
    top: calc(50% - 17px) !important;
  }
}
@media only screen and (min-width: 774px) {
  ion-content {
    --padding-end: 40px;
    --padding-start: 40px;
    width: 100%;
  }
  ion-content .general-container {
    height: auto;
    margin: auto;
    width: 100%;
    max-width: 1312px;
  }
}
@media only screen and (min-width: 995px) {
  ion-tab-bar {
    display: none !important;
  }

  .modal-wrapper {
    width: calc(100% - 228px) !important;
    height: 100% !important;
    --box-shadow: none !important;
  }

  app-public-layout,
app-register {
    background: url('bg-login-desktop.53464157d7d63cdc.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 994px) {
  app-public-layout,
app-register {
    background: url('bg-login.a6e9454cb3b5ced6.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home-content {
    background: none !important;
  }

  html,
body,
.ion-app,
.ion-content,
ion-app,
ion-content {
    background-color: transparent !important;
  }
}
*:focus {
  outline: none !important;
}
/* .mob-general {
  .header h2 {
      padding-top: 12px !important;
  }
} */
.register {
  /* max-height: calc(100% - 94px); */
}
.register .span-container {
  height: 1px !important;
  min-height: 1px !important;
}
@media screen and (max-width: 991px) {
  .register .span-container {
    display: none !important;
  }
}
.register .span-container span {
  display: none !important;
}
.register .select.form-input,
.register select,
.register option {
  width: 100%;
}
.register select:hover {
  cursor: pointer;
}
.register .investor-steps li {
  padding-left: 44px;
  position: relative;
  margin-bottom: 30px;
}
.register .investor-steps li h3 {
  margin-bottom: 8px;
}
.register .investor-steps li h3::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  background-color: #2e7eff;
  color: white;
  width: 30px;
  height: 26px;
  text-align: center;
  padding-top: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: -4px;
  z-index: 2;
}
.register .checkbox label {
  color: #707070;
}
.register .checkbox:last-child {
  margin-bottom: 0 !important;
}
.register .document-uploaded {
  position: relative;
  padding: 18px 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.register .document-uploaded .file {
  margin-right: 15px;
}
.register .document-uploaded h5 {
  margin: 0;
}
.register .document-uploaded .grey {
  color: #cfcfcf;
}
.register .document-uploaded .download {
  position: absolute;
  right: 0px;
}
.register .document-uploaded .download:hover,
.register .document-uploaded .file:hover,
.register .document-uploaded p:hover {
  cursor: pointer;
}
.register .body-content .phone .phone-c {
  max-width: 520px;
  display: block;
  margin: auto;
  margin-bottom: 24px;
}
.register .body-content .phone article {
  margin-bottom: 14px;
}
.register .body-content .step .header p {
  padding-bottom: 40px;
}
.register .body-content .step .body {
  max-width: 520px;
  display: block;
  margin: auto;
}
.register .body-content .step .body .inp {
  margin-bottom: 16px;
}
.register .body-content .step h2 {
  text-align: center;
  background: linear-gradient(45deg, #FFD43C 0%, #FF679B 53.12%, #FF5C2F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.register .body-content .step .body-info {
  color: #a0a0a0;
}
.register .body-content .step article fun-checkbox {
  float: left;
  margin-right: 12px;
}
.register .body-content .step article h3 {
  padding-top: 1px;
  float: left;
  margin: 0;
  color: #707070;
}
.register .body-content .step article h3 span {
  color: #2fda90;
}
.register .body-content .step article div {
  clear: both;
}
.register .body-content .step .code-container {
  position: relative;
}
.register .body-content .step .code-container p {
  margin-top: 40px;
}
.register .body-content .step .name-container fun-input {
  margin-bottom: 16px;
}
.register .desktop-footer {
  align-self: flex-end;
  height: 120px;
  background-color: #ffffff;
  bottom: 46px;
  left: 0;
  padding: 24px 94px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
}
.register .desktop-footer .content-footer {
  padding-bottom: 52px;
  position: relative;
  display: flex;
  justify-content: center;
}
.register .desktop-footer .content-footer .back-btn {
  z-index: 1;
  position: absolute;
  left: 0;
}
.register .desktop-footer .content-footer .next-btn {
  z-index: 1;
  position: absolute;
  right: 0;
}
.register .desktop-footer .content-footer h4 {
  z-index: 444;
  padding-top: 18px;
  margin: 0;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.register .mobile-footer h4 {
  z-index: 444;
  margin: 24px 0 24px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.register :host::ng-deep fun-button button {
  padding: 16px 32px !important;
}
@media screen and (min-width: 991px) {
  .register {
    height: 100%;
  }
  .register .body-content {
    max-width: 920px;
    display: block;
    margin: auto;
    margin-top: 62px;
  }
  .register .mobile-footer {
    display: none;
  }
  .register .body {
    padding-bottom: 40px;
    border-radius: 8px 8px 0px 0px;
  }
}
@media screen and (max-width: 991px) {
  .register .header {
    padding: 0px 20px 32px 20px;
  }
  .register .header p {
    padding: 0 !important;
  }
  .register .mobApp {
    padding-left: 20px;
    padding-right: 20px;
  }
  .register .mobApp h2 {
    margin: 0;
  }
  .register .body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-top: 12px;
    background: #ffffff;
    border-radius: 8px 8px 0px 0px;
  }
  .register .mobile-footer {
    position: relative;
    /* left: 14px;
        bottom: 24px;
        width: 100%;
        padding-right: 28px;
        z-index: 2; */
  }
  .register .desktop-footer {
    display: none;
  }
  .register :host::ng-deep fun-button button {
    width: 100% !important;
    margin-top: 10px;
  }
}
@media screen and (max-height: 800px) and (min-height: 710px) {
  .register .scrollable {
    height: 392px;
    overflow: auto;
  }
}
@media screen and (max-height: 710px) and (min-height: 638px) {
  .register .scrollable {
    height: 300px;
    overflow: auto;
  }
}
@media screen and (max-height: 638px) {
  .register .scrollable {
    height: 275px;
    overflow: auto;
  }
}
@media screen and (max-height: 850px) and (min-width: 750px) {
  .register .mob-general {
    height: 500px;
  }
  .register .scrollable {
    height: 450px !important;
    overflow: auto;
  }
}
@media only screen and (min-width: 992px) {
  .register .mob-general {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 994px) {
  div#hubspot-messages-iframe-container {
    bottom: 80px !important;
    max-height: calc(100% - 80px) !important;
  }
}
.placeholder\:font-sans::-moz-placeholder {
  font-family: StratosRegular, sans-serif;
}
.placeholder\:font-sans::placeholder {
  font-family: StratosRegular, sans-serif;
}
.placeholder\:placeholder\:text-l::-moz-placeholder::placeholder {
  font-size: 16px;
  line-height: 27.2px;
}
.placeholder\:placeholder\:text-l::placeholder::placeholder {
  font-size: 16px;
  line-height: 27.2px;
}
.placeholder\:text-l::-moz-placeholder {
  font-size: 16px;
  line-height: 27.2px;
}
.placeholder\:text-l::placeholder {
  font-size: 16px;
  line-height: 27.2px;
}
.placeholder\:text-eggplant-55::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(219 180 198 / 1);
  color: rgb(219 180 198 / var(--tw-text-opacity, 1));
}
.placeholder\:text-eggplant-55::placeholder {
  --tw-text-opacity: 1;
  color: rgb(219 180 198 / 1);
  color: rgb(219 180 198 / var(--tw-text-opacity, 1));
}
.before\:content-\[\'Beneficios\'\]::before {
  --tw-content: 'Beneficios';
  content: var(--tw-content);
}
.before\:content-\[\'Capital\'\]::before {
  --tw-content: 'Capital';
  content: var(--tw-content);
}
.before\:content-\[\'Invertido\'\]::before {
  --tw-content: 'Invertido';
  content: var(--tw-content);
}
.before\:content-\[\'Rentabilidad\'\]::before {
  --tw-content: 'Rentabilidad';
  content: var(--tw-content);
}
.before\:content-\[\'obj_m\EDnimo\'\]::before {
  --tw-content: 'obj mínimo';
  content: var(--tw-content);
}
.before\:content-\[\'objetivo\'\]::before {
  --tw-content: 'objetivo';
  content: var(--tw-content);
}
.before\:content-\[\'plazo\'\]::before {
  --tw-content: 'plazo';
  content: var(--tw-content);
}
.before\:content-\[\'rentabilidad\'\]::before {
  --tw-content: 'rentabilidad';
  content: var(--tw-content);
}
.before\:content-\[attr\(data-label\)\]::before {
  --tw-content: attr(data-label);
  content: var(--tw-content);
}
.first\:pt-0:first-child {
  padding-top: 0px;
}
.last\:border-0:last-child {
  border-width: 0;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.autofill\:\!text-eggplant-80:-webkit-autofill {
  --tw-text-opacity: 1 !important;
  color: rgb(102 51 78 / 1) !important;
  color: rgb(102 51 78 / var(--tw-text-opacity, 1)) !important;
}
.autofill\:\!text-eggplant-80:autofill {
  --tw-text-opacity: 1 !important;
  color: rgb(102 51 78 / 1) !important;
  color: rgb(102 51 78 / var(--tw-text-opacity, 1)) !important;
}
.autofill\:\!shadow-autofill:-webkit-autofill {
  --tw-shadow: 0 0 0px 1000px white inset !important;
  --tw-shadow-colored: inset 0 0 0px 1000px var(--tw-shadow-color) !important;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.autofill\:\!shadow-autofill:autofill {
  --tw-shadow: 0 0 0px 1000px white inset !important;
  --tw-shadow-colored: inset 0 0 0px 1000px var(--tw-shadow-color) !important;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.invalid\:border-alert:invalid {
  --tw-border-opacity: 1;
  border-color: rgb(253 86 91 / 1);
  border-color: rgb(253 86 91 / var(--tw-border-opacity, 1));
}
.invalid\:text-alert:invalid {
  --tw-text-opacity: 1;
  color: rgb(253 86 91 / 1);
  color: rgb(253 86 91 / var(--tw-text-opacity, 1));
}
.focus\:border-2:focus {
  border-width: 2px;
}
.focus\:border-\[\#0f5e42\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(15 94 66 / 1);
  border-color: rgb(15 94 66 / var(--tw-border-opacity, 1));
}
.focus\:border-orange-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(229 73 55 / 1);
  border-color: rgb(229 73 55 / var(--tw-border-opacity, 1));
}
.focus\:\!bg-cream-25:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 237 / 1) !important;
  background-color: rgb(255 251 237 / var(--tw-bg-opacity, 1)) !important;
}
.focus\:bg-eggplant-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(56 27 42 / 1);
  background-color: rgb(56 27 42 / var(--tw-bg-opacity, 1));
}
.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: .10;
}
.focus\:\!shadow-dimensionFocus:focus {
  --tw-shadow: 0px 0px 0px 4px rgba(255, 232, 198, 0.6), 0px 4px 4px rgba(102, 51, 78, 0.05) !important;
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color), 0px 4px 4px var(--tw-shadow-color) !important;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.focus\:shadow-dimensionFocus:focus {
  --tw-shadow: 0px 0px 0px 4px rgba(255, 232, 198, 0.6), 0px 4px 4px rgba(102, 51, 78, 0.05);
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color), 0px 4px 4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-l:focus {
  --tw-shadow: 0px 12px 16px -4px rgba(56, 27, 42, 0.08), 0px 4px 6px -2px rgba(56, 27, 42, 0.03);
  --tw-shadow-colored: 0px 12px 16px -4px var(--tw-shadow-color), 0px 4px 6px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-xl:focus {
  --tw-shadow: 0px 20px 24px -4px rgba(56, 27, 42, 0.08), 0px 8px 8px -4px rgba(56, 27, 42, 0.03);
  --tw-shadow-colored: 0px 20px 24px -4px var(--tw-shadow-color), 0px 8px 8px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:\!outline-2:focus {
  outline-width: 2px !important;
}
.focus\:\!outline-\[\#0f5e42\]:focus {
  outline-color: #0f5e42 !important;
}
.focus\:\!outline-eggplant-100\/\[\.10\]:focus {
  outline-color: rgb(56 27 42 / .10) !important;
}
.focus\:\!outline-orange-100:focus {
  outline-color: rgb(229, 73, 55) !important;
}
.focus\:\!ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
@keyframes slideToBottom {
  33% {
    transform: translateY(175%);
    opacity: 0;
  }
  34% {
    transform: translateY(-175%);
  }
  66% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.group:hover .group-hover\:animate-slideToBottom {
  animation: slideToBottom .5s ease-in-out;
}
@keyframes slideToLeft {
  33% {
    transform: translateX(-175%);
    opacity: 0;
  }
  34% {
    transform: translateX(175%);
  }
  66% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
.group:hover .group-hover\:animate-slideToLeft {
  animation: slideToLeft .5s ease-in-out;
}
@keyframes slideToRight {
  33% {
    transform: translateX(175%);
    opacity: 0;
  }
  34% {
    transform: translateX(-175%);
  }
  66% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
.group:hover .group-hover\:animate-slideToRight {
  animation: slideToRight .5s ease-in-out;
}
@keyframes slideToTop {
  33% {
    transform: translateY(-175%);
    opacity: 0;
  }
  34% {
    transform: translateY(175%);
  }
  66% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.group:hover .group-hover\:animate-slideToTop {
  animation: slideToTop .5s ease-in-out;
}
@keyframes slideToTopRight {
  33% {
    transform: translateX(175%) translateY(-175%);
    opacity: 0;
  }
  34% {
    transform: translateX(-175%) translateY(175%);
  }
  66% {
    opacity: 1;
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
.group:hover .group-hover\:animate-slideToTopRight {
  animation: slideToTopRight .5s ease-in-out;
}
.children\:top-\[-12px\] > * {
  top: -12px;
}
.children\:\!-ml-24 > * {
  margin-left: -24px !important;
}
.children\:inline-block > * {
  display: inline-block;
}
.children\:rounded-l > * {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.children\:bg-gray-10\/\[\.4\] > * {
  background-color: rgb(234 231 233 / .4);
}
.children\:p-12 > * {
  padding: 12px;
}
.children\:pb-16 > * {
  padding-bottom: 16px;
}
.children\:text-center > * {
  text-align: center;
}
.children\:font-sans > * {
  font-family: StratosRegular, sans-serif;
}
.children\:\!text-2xl > * {
  font-size: 24px !important;
  line-height: 40.8px !important;
}
.children\:text-h100 > * {
  font-size: 12px;
  line-height: 18px;
}
.children\:text-l > * {
  font-size: 16px;
  line-height: 27.2px;
}
.children\:text-m > * {
  font-size: 14px;
  line-height: 23.8px;
}
.children\:text-s > * {
  font-size: 12px;
  line-height: 20.4px;
}
.children\:text-xl > * {
  font-size: 20px;
  line-height: 34px;
}
.children\:uppercase > * {
  text-transform: uppercase;
}
.children\:text-cream-100 > * {
  --tw-text-opacity: 1;
  color: rgb(255 240 185 / 1);
  color: rgb(255 240 185 / var(--tw-text-opacity, 1));
}
.children\:text-eggplant-100 > * {
  --tw-text-opacity: 1;
  color: rgb(56 27 42 / 1);
  color: rgb(56 27 42 / var(--tw-text-opacity, 1));
}
.children\:text-eggplant-100\/\[0\.2\] > * {
  color: rgb(56 27 42 / 0.2);
}
.children\:text-eggplant-100\/\[0\.55\] > * {
  color: rgb(56 27 42 / 0.55);
}
.children\:text-eggplant-80 > * {
  --tw-text-opacity: 1;
  color: rgb(102 51 78 / 1);
  color: rgb(102 51 78 / var(--tw-text-opacity, 1));
}
.children\:text-white > * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.children\:before\:absolute > *::before {
  content: var(--tw-content);
  position: absolute;
}
.children\:before\:bottom-0 > *::before {
  content: var(--tw-content);
  bottom: 0px;
}
.children\:before\:font-sans > *::before {
  content: var(--tw-content);
  font-family: StratosRegular, sans-serif;
}
.children\:before\:text-m > *::before {
  content: var(--tw-content);
  font-size: 14px;
  line-height: 23.8px;
}
.children\:before\:text-s > *::before {
  content: var(--tw-content);
  font-size: 12px;
  line-height: 20.4px;
}
.children\:before\:text-eggplant-100\/\[\.25\] > *::before {
  content: var(--tw-content);
  color: rgb(56 27 42 / .25);
}
.children\:before\:text-eggplant-100\/\[0\.1\] > *::before {
  content: var(--tw-content);
  color: rgb(56 27 42 / 0.1);
}
.hover\:cursor-not-allowed:hover {
  cursor: not-allowed;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-2:hover {
  border-width: 2px;
}
.hover\:border-\[\#0f5e42\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 94 66 / 1);
  border-color: rgb(15 94 66 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#0f5e42\]\/\[0\.8\]:hover {
  border-color: rgb(15 94 66 / 0.8);
}
.hover\:border-cream-120:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 216 166 / 1);
  border-color: rgb(229 216 166 / var(--tw-border-opacity, 1));
}
.hover\:border-eggplant-80:hover {
  --tw-border-opacity: 1;
  border-color: rgb(102 51 78 / 1);
  border-color: rgb(102 51 78 / var(--tw-border-opacity, 1));
}
.hover\:border-orange-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 73 55 / 1);
  border-color: rgb(229 73 55 / var(--tw-border-opacity, 1));
}
.hover\:border-orange-120:hover {
  --tw-border-opacity: 1;
  border-color: rgb(204 65 37 / 1);
  border-color: rgb(204 65 37 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#0f5e42\]\/\[0\.8\]:hover {
  background-color: rgb(15 94 66 / 0.8);
}
.hover\:bg-cream-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 185 / 1);
  background-color: rgb(255 240 185 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cream-120:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 216 166 / 1);
  background-color: rgb(229 216 166 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cream-25:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 237 / 1);
  background-color: rgb(255 251 237 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cream-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 227 / 1);
  background-color: rgb(255 249 227 / var(--tw-bg-opacity, 1));
}
.hover\:bg-eggplant-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 27 42 / 1);
  background-color: rgb(56 27 42 / var(--tw-bg-opacity, 1));
}
.hover\:bg-eggplant-100\/\[0\.1\]:hover {
  background-color: rgb(56 27 42 / 0.1);
}
.hover\:bg-eggplant-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(102 51 78 / 1);
  background-color: rgb(102 51 78 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-120:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 65 37 / 1);
  background-color: rgb(204 65 37 / var(--tw-bg-opacity, 1));
}
.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: .10;
}
.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}
.hover\:bg-opacity-85:hover {
  --tw-bg-opacity: .85;
}
.hover\:text-\[\#0f5e42\]:hover {
  --tw-text-opacity: 1;
  color: rgb(15 94 66 / 1);
  color: rgb(15 94 66 / var(--tw-text-opacity, 1));
}
.hover\:text-cream-100:hover {
  --tw-text-opacity: 1;
  color: rgb(255 240 185 / 1);
  color: rgb(255 240 185 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-100:hover {
  --tw-text-opacity: 1;
  color: rgb(229 73 55 / 1);
  color: rgb(229 73 55 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-120:hover {
  --tw-text-opacity: 1;
  color: rgb(204 65 37 / 1);
  color: rgb(204 65 37 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:decoration-eggplant-100:hover {
  text-decoration-color: rgb(56, 27, 42);
}
.hover\:decoration-orange-100:hover {
  text-decoration-color: rgb(229, 73, 55);
}
.hover\:underline-offset-2:hover {
  text-underline-offset: 2px;
}
.hover\:underline-offset-6:hover {
  text-underline-offset: 6px;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:shadow-m:hover {
  --tw-shadow: 0px 4px 8px -2px rgba(56, 27, 42, 0.1), 0px 2px 4px -2px rgba(56, 27, 42, 0.06);
  --tw-shadow-colored: 0px 4px 8px -2px var(--tw-shadow-color), 0px 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:outline-2:hover {
  outline-width: 2px;
}
.hover\:outline-\[\#0f5e42\]:hover {
  outline-color: #0f5e42;
}
.hover\:outline-orange-100:hover {
  outline-color: rgb(229, 73, 55);
}
.active\:bg-cream-25:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 237 / 1);
  background-color: rgb(255 251 237 / var(--tw-bg-opacity, 1));
}
.active\:bg-eggplant-100\/\[0\.25\]:active {
  background-color: rgb(56 27 42 / 0.25);
}
@media (min-width: 360px) {
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .md\:static {
    position: static;
  }
  .md\:bottom-\[-5px\] {
    bottom: -5px;
  }
  .md\:bottom-\[75px\] {
    bottom: 75px;
  }
  .md\:left-\[22px\] {
    left: 22px;
  }
  .md\:right-\[46px\] {
    right: 46px;
  }
  .md\:right-auto {
    right: auto;
  }
  .md\:top-\[66px\] {
    top: 66px;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:col-start-11 {
    grid-column-start: 11;
  }
  .md\:col-start-3 {
    grid-column-start: 3;
  }
  .md\:col-start-4 {
    grid-column-start: 4;
  }
  .md\:col-start-5 {
    grid-column-start: 5;
  }
  .md\:col-start-7 {
    grid-column-start: 7;
  }
  .md\:col-start-9 {
    grid-column-start: 9;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .md\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-16 {
    margin-bottom: 16px;
  }
  .md\:mb-32 {
    margin-bottom: 32px;
  }
  .md\:mb-96 {
    margin-bottom: 96px;
  }
  .md\:mb-\[24px\] {
    margin-bottom: 24px;
  }
  .md\:ml-64 {
    margin-left: 64px;
  }
  .md\:mr-64 {
    margin-right: 64px;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-56 {
    margin-top: 56px;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-24 {
    height: 24px;
  }
  .md\:h-32 {
    height: 32px;
  }
  .md\:h-40 {
    height: 40px;
  }
  .md\:h-64 {
    height: 64px;
  }
  .md\:h-96 {
    height: 96px;
  }
  .md\:h-\[132px\] {
    height: 132px;
  }
  .md\:h-\[146px\] {
    height: 146px;
  }
  .md\:h-\[280px\] {
    height: 280px;
  }
  .md\:h-\[32px\] {
    height: 32px;
  }
  .md\:h-\[348px\] {
    height: 348px;
  }
  .md\:h-\[48px\] {
    height: 48px;
  }
  .md\:h-\[84px\] {
    height: 84px;
  }
  .md\:h-\[inherit\] {
    height: inherit;
  }
  .md\:max-h-\[182px\] {
    max-height: 182px;
  }
  .md\:min-h-\[380px\] {
    min-height: 380px;
  }
  .md\:min-h-\[420px\] {
    min-height: 420px;
  }
  .md\:min-h-\[620px\] {
    min-height: 620px;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-2\/5 {
    width: 40%;
  }
  .md\:w-24 {
    width: 24px;
  }
  .md\:w-3\/5 {
    width: 60%;
  }
  .md\:w-32 {
    width: 32px;
  }
  .md\:w-40 {
    width: 40px;
  }
  .md\:w-64 {
    width: 64px;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
  .md\:w-96 {
    width: 96px;
  }
  .md\:w-\[138px\] {
    width: 138px;
  }
  .md\:w-\[280px\] {
    width: 280px;
  }
  .md\:w-\[32px\] {
    width: 32px;
  }
  .md\:w-\[33\%\] {
    width: 33%;
  }
  .md\:w-\[35\%\] {
    width: 35%;
  }
  .md\:w-\[460px\] {
    width: 460px;
  }
  .md\:w-\[48px\] {
    width: 48px;
  }
  .md\:w-\[649px\] {
    width: 649px;
  }
  .md\:w-\[65\%\] {
    width: 65%;
  }
  .md\:w-\[66\%\] {
    width: 66%;
  }
  .md\:w-\[80px\] {
    width: 80px;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:min-w-\[146px\] {
    min-width: 146px;
  }
  .md\:min-w-\[320px\] {
    min-width: 320px;
  }
  .md\:min-w-\[342px\] {
    min-width: 342px;
  }
  .md\:min-w-\[430px\] {
    min-width: 430px;
  }
  .md\:min-w-\[520px\] {
    min-width: 520px;
  }
  .md\:max-w-\[1200px\] {
    max-width: 1200px;
  }
  .md\:max-w-\[1312px\] {
    max-width: 1312px;
  }
  .md\:max-w-\[226px\] {
    max-width: 226px;
  }
  .md\:max-w-\[280px\] {
    max-width: 280px;
  }
  .md\:max-w-\[320px\] {
    max-width: 320px;
  }
  .md\:max-w-\[360px\] {
    max-width: 360px;
  }
  .md\:max-w-\[380px\] {
    max-width: 380px;
  }
  .md\:max-w-\[40\%\] {
    max-width: 40%;
  }
  .md\:max-w-\[480px\] {
    max-width: 480px;
  }
  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .md\:max-w-\[520px\] {
    max-width: 520px;
  }
  .md\:max-w-\[528px\] {
    max-width: 528px;
  }
  .md\:max-w-\[60\%\] {
    max-width: 60%;
  }
  .md\:max-w-\[66\%\] {
    max-width: 66%;
  }
  .md\:max-w-\[720px\] {
    max-width: 720px;
  }
  .md\:max-w-\[80\%\] {
    max-width: 80%;
  }
  .md\:max-w-\[920px\] {
    max-width: 920px;
  }
  .md\:max-w-full {
    max-width: 100%;
  }
  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }
  .md\:basis-2\/3 {
    flex-basis: 66.666667%;
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, 80px);
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, 80px);
  }
  .md\:grid-cols-14 {
    grid-template-columns: repeat(14, 80px);
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, 80px);
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .md\:place-content-center {
    place-content: center;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:gap-12 {
    gap: 12px;
  }
  .md\:gap-16 {
    gap: 16px;
  }
  .md\:gap-24 {
    gap: 24px;
  }
  .md\:gap-32 {
    gap: 32px;
  }
  .md\:gap-52 {
    gap: 52px;
  }
  .md\:gap-6 {
    gap: 6px;
  }
  .md\:gap-8 {
    gap: 8px;
  }
  .md\:gap-\[22px\] {
    gap: 22px;
  }
  .md\:gap-x-32 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .md\:gap-x-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .md\:place-self-start {
    place-self: start;
  }
  .md\:rounded-2xl {
    border-radius: 1rem;
  }
  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .md\:rounded-\[32px\] {
    border-radius: 32px;
  }
  .md\:rounded-\[40px\] {
    border-radius: 40px;
  }
  .md\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .md\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .md\:border {
    border-width: 1px;
  }
  .md\:border-b {
    border-bottom-width: 1px;
  }
  .md\:border-t {
    border-top-width: 1px;
  }
  .md\:\!border-none {
    border-style: none !important;
  }
  .md\:border-eggplant-10 {
    --tw-border-opacity: 1;
    border-color: rgb(255 238 255 / 1);
    border-color: rgb(255 238 255 / var(--tw-border-opacity, 1));
  }
  .md\:border-eggplant-100\/\[0\.25\] {
    border-color: rgb(56 27 42 / 0.25);
  }
  .md\:border-b-eggplant-100\/\[0\.1\] {
    border-bottom-color: rgb(56 27 42 / 0.1);
  }
  .md\:border-b-eggplant-100\/\[0\.25\] {
    border-bottom-color: rgb(56 27 42 / 0.25);
  }
  .md\:bg-gray-10\/\[0\.1\] {
    background-color: rgb(234 231 233 / 0.1);
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-12 {
    padding: 12px;
  }
  .md\:p-16 {
    padding: 16px;
  }
  .md\:p-20 {
    padding: 20px;
  }
  .md\:p-24 {
    padding: 24px;
  }
  .md\:p-32 {
    padding: 32px;
  }
  .md\:p-72 {
    padding: 72px;
  }
  .md\:p-8 {
    padding: 8px;
  }
  .md\:\!px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .md\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .md\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .md\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .md\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .md\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .md\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .md\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .md\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .md\:py-\[28px\] {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .md\:py-\[53px\] {
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md\:py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .md\:\!pl-16 {
    padding-left: 16px !important;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pb-12 {
    padding-bottom: 12px;
  }
  .md\:pb-20 {
    padding-bottom: 20px;
  }
  .md\:pb-24 {
    padding-bottom: 24px;
  }
  .md\:pb-32 {
    padding-bottom: 32px;
  }
  .md\:pb-48 {
    padding-bottom: 48px;
  }
  .md\:pb-6 {
    padding-bottom: 6px;
  }
  .md\:pb-64 {
    padding-bottom: 64px;
  }
  .md\:pb-72 {
    padding-bottom: 72px;
  }
  .md\:pb-80 {
    padding-bottom: 80px;
  }
  .md\:pb-\[50px\] {
    padding-bottom: 50px;
  }
  .md\:pl-0 {
    padding-left: 0px;
  }
  .md\:pl-12 {
    padding-left: 12px;
  }
  .md\:pl-16 {
    padding-left: 16px;
  }
  .md\:pl-32 {
    padding-left: 32px;
  }
  .md\:pl-4 {
    padding-left: 4px;
  }
  .md\:pl-\[38px\] {
    padding-left: 38px;
  }
  .md\:pr-10 {
    padding-right: 10px;
  }
  .md\:pr-16 {
    padding-right: 16px;
  }
  .md\:pr-24 {
    padding-right: 24px;
  }
  .md\:pr-32 {
    padding-right: 32px;
  }
  .md\:pr-40 {
    padding-right: 40px;
  }
  .md\:pr-64 {
    padding-right: 64px;
  }
  .md\:pr-8 {
    padding-right: 8px;
  }
  .md\:pr-\[46px\] {
    padding-right: 46px;
  }
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:pt-114 {
    padding-top: 114px;
  }
  .md\:pt-12 {
    padding-top: 12px;
  }
  .md\:pt-16 {
    padding-top: 16px;
  }
  .md\:pt-20 {
    padding-top: 20px;
  }
  .md\:pt-24 {
    padding-top: 24px;
  }
  .md\:pt-32 {
    padding-top: 32px;
  }
  .md\:pt-6 {
    padding-top: 6px;
  }
  .md\:pt-64 {
    padding-top: 64px;
  }
  .md\:pt-72 {
    padding-top: 72px;
  }
  .md\:pt-80 {
    padding-top: 80px;
  }
  .md\:pt-\[160px\] {
    padding-top: 160px;
  }
  .md\:pt-\[30px\] {
    padding-top: 30px;
  }
  .md\:pt-\[56px\] {
    padding-top: 56px;
  }
  .md\:pt-\[62px\] {
    padding-top: 62px;
  }
  .md\:pt-\[75px\] {
    padding-top: 75px;
  }
  .md\:pt-\[78px\] {
    padding-top: 78px;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:font-sans {
    font-family: StratosRegular, sans-serif;
  }
  .md\:text-2xl {
    font-size: 24px;
    line-height: 40.8px;
  }
  .md\:text-3xl {
    font-size: 32px;
    line-height: 54.4px;
  }
  .md\:text-h400 {
    font-size: 20px;
    line-height: 28px;
  }
  .md\:text-h500 {
    font-size: 24px;
    line-height: 33.6px;
  }
  .md\:text-h600 {
    font-size: 32px;
    line-height: 41.6px;
  }
  .md\:text-h700 {
    font-size: 40px;
    line-height: 52px;
  }
  .md\:text-h800 {
    font-size: 56px;
    line-height: 72.8px;
  }
  .md\:text-l {
    font-size: 16px;
    line-height: 27.2px;
  }
  .md\:text-m {
    font-size: 14px;
    line-height: 23.8px;
  }
  .md\:text-xl {
    font-size: 20px;
    line-height: 34px;
  }
  .md\:leading-9 {
    line-height: 2.25rem;
  }
  .md\:text-eggplant-100 {
    --tw-text-opacity: 1;
    color: rgb(56 27 42 / 1);
    color: rgb(56 27 42 / var(--tw-text-opacity, 1));
  }
  .md\:shadow-2xl {
    --tw-shadow: 0px 24px 48px -12px rgba(56, 27, 42, 0.18);
    --tw-shadow-colored: 0px 24px 48px -12px var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md\:shadow-xl {
    --tw-shadow: 0px 20px 24px -4px rgba(56, 27, 42, 0.08), 0px 8px 8px -4px rgba(56, 27, 42, 0.03);
    --tw-shadow-colored: 0px 20px 24px -4px var(--tw-shadow-color), 0px 8px 8px -4px var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md\:focus\:shadow-2xl:focus {
    --tw-shadow: 0px 24px 48px -12px rgba(56, 27, 42, 0.18);
    --tw-shadow-colored: 0px 24px 48px -12px var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md\:focus\:shadow-xl:focus {
    --tw-shadow: 0px 20px 24px -4px rgba(56, 27, 42, 0.08), 0px 8px 8px -4px rgba(56, 27, 42, 0.03);
    --tw-shadow-colored: 0px 20px 24px -4px var(--tw-shadow-color), 0px 8px 8px -4px var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md\:children\:text-2xl > * {
    font-size: 24px;
    line-height: 40.8px;
  }
  .md\:children\:text-h300 > * {
    font-size: 16px;
    line-height: 24px;
  }
  .md\:children\:text-l > * {
    font-size: 16px;
    line-height: 27.2px;
  }
  .md\:children\:text-xl > * {
    font-size: 20px;
    line-height: 34px;
  }
  .md\:children\:before\:text-l > *::before {
    content: var(--tw-content);
    font-size: 16px;
    line-height: 27.2px;
  }
  .md\:children\:before\:text-m > *::before {
    content: var(--tw-content);
    font-size: 14px;
    line-height: 23.8px;
  }
  .md\:hover\:bg-cream-100\/\[0\.1\]:hover {
    background-color: rgb(255 240 185 / 0.1);
  }
  .md\:hover\:shadow-l:hover {
    --tw-shadow: 0px 12px 16px -4px rgba(56, 27, 42, 0.08), 0px 4px 6px -2px rgba(56, 27, 42, 0.03);
    --tw-shadow-colored: 0px 12px 16px -4px var(--tw-shadow-color), 0px 4px 6px -2px var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md\:hover\:shadow-xl:hover {
    --tw-shadow: 0px 20px 24px -4px rgba(56, 27, 42, 0.08), 0px 8px 8px -4px rgba(56, 27, 42, 0.03);
    --tw-shadow-colored: 0px 20px 24px -4px var(--tw-shadow-color), 0px 8px 8px -4px var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1120px) {
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:ml-0 {
    margin-left: 0px;
  }
  .lg\:mr-0 {
    margin-right: 0px;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:w-\[34\%\] {
    width: 34%;
  }
  .lg\:w-\[58\%\] {
    width: 58%;
  }
  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:gap-x-16 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .lg\:gap-x-32 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .lg\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg\:text-2xl {
    font-size: 24px;
    line-height: 40.8px;
  }
  .lg\:text-h400 {
    font-size: 20px;
    line-height: 28px;
  }
  .lg\:text-h900 {
    font-size: 72px;
    line-height: 93.6px;
  }
  .lg\:text-xl {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (min-width: 1312px) {
  .xl\:inline-block {
    display: inline-block;
  }
  .xl\:max-w-\[60\%\] {
    max-width: 60%;
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:text-3xl {
    font-size: 32px;
    line-height: 54.4px;
  }
  .xl\:text-xl {
    font-size: 20px;
    line-height: 34px;
  }
}
.\[\&\>a\]\:font-bold>a {
  font-weight: 700;
}
.\[\&\>a\]\:text-\[\#2fda90\]>a {
  --tw-text-opacity: 1;
  color: rgb(47 218 144 / 1);
  color: rgb(47 218 144 / var(--tw-text-opacity, 1));
}
.\[\&\>a\]\:text-orange-100>a {
  --tw-text-opacity: 1;
  color: rgb(229 73 55 / 1);
  color: rgb(229 73 55 / var(--tw-text-opacity, 1));
}
.\[\&\>h2\]\:font-sans>h2 {
  font-family: StratosRegular, sans-serif;
}
.\[\&\>h2\]\:font-sansMedium>h2 {
  font-family: StratosMedium, sans-serif;
}
.\[\&\>h2\]\:text-h500>h2 {
  font-size: 24px;
  line-height: 33.6px;
}
.\[\&\>h2\]\:text-h600>h2 {
  font-size: 32px;
  line-height: 41.6px;
}
@media (min-width: 768px) {
  .\[\&\>h2\]\:md\:text-h800>h2 {
    font-size: 56px;
    line-height: 72.8px;
  }
}
.\[\&\>h3\]\:pb-12>h3 {
  padding-bottom: 12px;
}
.\[\&\>h3\]\:font-sans>h3 {
  font-family: StratosRegular, sans-serif;
}
.\[\&\>h3\]\:text-2xl>h3 {
  font-size: 24px;
  line-height: 40.8px;
}
.\[\&\>h3\]\:text-xl>h3 {
  font-size: 20px;
  line-height: 34px;
}
.\[\&\>h3\]\:text-eggplant-100>h3 {
  --tw-text-opacity: 1;
  color: rgb(56 27 42 / 1);
  color: rgb(56 27 42 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  .md\:\[\&\>h3\]\:text-h500>h3 {
    font-size: 24px;
    line-height: 33.6px;
  }
}
.\[\&\>li\]\:font-sans>li {
  font-family: StratosRegular, sans-serif;
}
.\[\&\>li\]\:text-l>li {
  font-size: 16px;
  line-height: 27.2px;
}
.\[\&\>li\]\:text-eggplant-100\/\[0\.55\]>li {
  color: rgb(56 27 42 / 0.55);
}
.\[\&\>p\>a\]\:text-orange-100>p>a {
  --tw-text-opacity: 1;
  color: rgb(229 73 55 / 1);
  color: rgb(229 73 55 / var(--tw-text-opacity, 1));
}
.\[\&\>p\]\:pb-12>p {
  padding-bottom: 12px;
}
.\[\&\>p\]\:font-sans>p {
  font-family: StratosRegular, sans-serif;
}
.\[\&\>p\]\:text-l>p {
  font-size: 16px;
  line-height: 27.2px;
}
.\[\&\>p\]\:text-xl>p {
  font-size: 20px;
  line-height: 34px;
}
.\[\&\>p\]\:text-eggplant-100>p {
  --tw-text-opacity: 1;
  color: rgb(56 27 42 / 1);
  color: rgb(56 27 42 / var(--tw-text-opacity, 1));
}
.\[\&\>p\]\:text-eggplant-100\/\[0\.55\]>p {
  color: rgb(56 27 42 / 0.55);
}
@media (min-width: 768px) {
  .md\:\[\&\>p\]\:text-xl>p {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (min-width: 1120px) {
  .lg\:\[\&\>p\]\:text-h400>p {
    font-size: 20px;
    line-height: 28px;
  }
}
.\[\&\>span\]\:text-orange-100>span {
  --tw-text-opacity: 1;
  color: rgb(229 73 55 / 1);
  color: rgb(229 73 55 / var(--tw-text-opacity, 1));
}
.\[\&\>span\]\:underline>span {
  text-decoration-line: underline;
}
.\[\&\>span\]\:underline-offset-6>span {
  text-underline-offset: 6px;
}
.\[\&\>ul\>li\]\:pb-12>ul>li {
  padding-bottom: 12px;
}
.\[\&\>ul\>li\]\:font-sans>ul>li {
  font-family: StratosRegular, sans-serif;
}
.\[\&\>ul\>li\]\:text-l>ul>li {
  font-size: 16px;
  line-height: 27.2px;
}
.\[\&\>ul\>li\]\:text-eggplant-100>ul>li {
  --tw-text-opacity: 1;
  color: rgb(56 27 42 / 1);
  color: rgb(56 27 42 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  .md\:\[\&\>ul\>li\]\:text-xl>ul>li {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (min-width: 1120px) {
  .lg\:\[\&\>ul\>li\]\:text-h400>ul>li {
    font-size: 20px;
    line-height: 28px;
  }
}
.\[\&\>ul\]\:list-disc>ul {
  list-style-type: disc;
}
.\[\&\>ul\]\:pl-\[22px\]>ul {
  padding-left: 22px;
}
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/intl-tel-input/build/css/intlTelInput.css ***!
  \************************************************************************************************************************************************************************************************************************************************/
.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
  .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
  @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
  .iti--container:hover {
      cursor: pointer; }
  .iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }
  .iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }
  .iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }
  .iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('flags.f73aa829a0084837.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url('flags@2x.2704c069d12ee746.png'); } }
  .iti__flag.iti__np {
  background-color: transparent; }


/*# sourceMappingURL=styles.dc682ad7665abd58.css.map*/