/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/*tailwind start components */

.container {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1367px) {
  .container {
    max-width: 1367px;
  }
}

.prose {
}

.prose-sm {
}

.prose-lg {
}

.prose-xl {
}

.prose-2xl {
}

.prose-red {
}

.prose-orange {
}

.prose-yellow {
}

.prose-green {
}

.prose-teal {
}

.prose-blue {
}

.prose-indigo {
}

.prose-purple {
}

.prose-pink {
}

.prose-greenmoney {
}

.prose-bluemoney {
}

.prose-graymoney {
}

.prose-default {
  color: #39495e;
  text-align: justify;
  font-size: 1.125rem;
  line-height: 1.9rem;
}

.prose-default strong {
  color: #39495e;
}

.prose-default a {
  color: #45c203;
  font-weight: 700;
}

.prose-default a:hover {
  color: #3eae02;
}

.prose-default i {
  font-style: italic;
}

.prose-default ul {
  margin-bottom: 1.5rem;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.prose-default ol {
  margin-bottom: 1.5rem;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  list-style: revert;
}

.prose-default li {
  list-style-position: outside;
  margin-bottom: 0.5rem;
}

.prose-default h3 {
  color: #4a5568 !important;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  margin-top: 1.75rem !important;
  margin-bottom: 1rem !important;
  line-height: 2rem !important;
  text-align: left !important;
  text-transform: none !important;
}

.prose-default h4 {
  color: #4a5568 !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  margin-top: 1.75rem !important;
  margin-bottom: 1rem !important;
  line-height: 1.75rem !important;
  text-align: left !important;
  text-transform: none !important;
}

.prose-default p {
  margin-bottom: 1rem;
}

.prose-default blockquote {
  border-left: 7px solid #747B84;
  padding: 0.5rem 1.5rem 0.5rem 3rem;
  font-style: italic;
  font-size: 1.125rem !important;
  line-height: 1.85rem !important;
  margin-top: 1.75rem !important;
  margin-bottom: 1.25rem !important;
  position: relative;
}

.prose-default iframe {
  max-width: 100%;
  margin: 1.5rem auto;
}

.prose-default img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.prose-default table {
  margin-right: auto;
  margin-left: auto;
}

/*tailwind end components */

html {
  font-size: 1rem !important;
}

body{
  font-family: "Mulish", sans-serif !important;
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
  font-size: 1rem !important;
}

body>header{
  z-index: 10003;
  position:relative;
}

@media only screen and (max-width:970px) {
  body.gmp-skin-mob #gmpSkinMobileSpacer{
    background: none;
  }

  #gmpSkinMobileSpacer{
    min-height:100px;
    background: url('/money2017/assets/skin-default/mobile-skin-ft-money.jpg') no-repeat center;
    background-size: contain;
  }
}

.spip-admin-bloc, .spip-admin-float{
  z-index: 10002!important;
}

body>main{
  z-index: 10002;
  position:relative;
}

a:hover{
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: .75;
}

/*skin*/

.evo-adv-skin-mobile.evo-scroll #evoAdvS-mobile-content {
  margin-top: 0 !important
}

/* body.evo-adv-skin .nav-show.hidden {
    display: block !important
} */

.evo-adv-skin footer {
  z-index: 10;
  position: relative
}

.skin-money .skin-default{
  display: none!important;
}

.gptslot, .gmp {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.gptslot[data-adunitid='1'],
.gptslot[data-adunitid='2'],
.gptslot[data-adunitid='3'],
.gptslot[data-adunitid='6'] {
  min-height: 250px;
}

.banner300 > .gptslot{
  min-height:250px
}

.gptneltesto{
  width: 320px;
  min-height: 250px;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.billboard{
  padding-top:10px !important;
  min-height:280px;
  width:970px;
}

@media(max-width:992px){
  .billboard{
    min-height:0px;
    width:100%;
  }

  body.gmp-skin-mob > header, body.gmp-skin-mob > header.top-0 {
    top: 99px !important;
  }
}

.bgLoad {
  position: relative;
  min-height: 250px;
  width: 300px;
}

.bgLoad{
  position:relative;
  background:none!important;
}

.bgLoad>div{
  z-index:2;
  position:relative;
}

.bgLoad::before{
  content:'';
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #24354d; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-25px;
  margin-top:-25px;
  z-index:0;
}

@-webkit-keyframes spin {
  0% { transform: rotate(0deg);
  }

  100% { transform: rotate(360deg);
  }
}

@keyframes spin {
  0% { transform: rotate(0deg);
  }

  100% { transform: rotate(360deg);
  }
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.evo-adv-skin header {
  margin: 0 auto;
  position: relative !important; z-index:10002;
}

.evo-adv-skin main,
.evo-adv-skin footer {
  z-index:10001;
}

.evo-adv-skin main {
  width: 1017px;
  margin:auto;
}

.evo-scroll.scrolling #evoAdvS-mobile-content.overlayer{
  top:0!important;
}

.evo-adv-skin-mobile main{
  margin-top:0;
}

.evo-adv-skin-mobile #evoAdvS-mobile-content main {
  margin-top: 0
}

.evo-adv-skin-mobile .fixedHeader-floating{
  top:0!important;
}

.brid-sticky-container{
  padding:5px; background:#24354d;
  margin-bottom:20px;
  min-height:50px; position:relative;
  clear: both;
}

.brid-sticky-container #brid-sticky{
  margin:auto;
}

.brid-sticky-container img{
  height:40px;
  margin-bottom:5px;
  float:right;
}

#container-video-article .brid, #container-video-article .brid-temp-holder{
  max-width:100%!important;
}

@media (max-width: 1023px){
  .evo-adv-skin footer,
    .evo-adv-skin header,
    .evo-adv-skin main{
    max-width: 100% !important
  }
}

/*gptslot*/

.gptslot  div,
.gptslot  iframe,
.gmp  iframe,
#wrap-optiload-masthead iframe{
  text-align: center;
  margin: auto;
}

/* viafoura */

.viafoura .vf-comment-header, .viafoura .vf-comment-header, .viafoura footer{
  max-width: 100%;
}

.viafoura .vf-conversation-starter__header{
  margin-bottom:10px;
}

.viafoura .vf-conversation-starter_actions{
  margin-top:10px;
}

.viafoura .vf-conversation-starter_link{
  background:#45c203!important;
  line-height:16px
}

.viafoura .vf-conversation-starter_link > svg{
  float:right;
}

.viafoura .vf-conversation-starter__header, .viafoura .vf-icon.vf-icon-medium{
  color:#45c203!important;
}

.box-vf-commenti{ scroll-margin-top: 150px;
}

#vf-skeleton-container{
  display:none!important;
}

.brand-color-700{
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
}

.filterGrayscale{
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.sharebtn-facebook{
  background:#3b5998!important;
}

.sharebtn-twitter{
  background:#272C30!important
}

.sharebtn-linkedin{
  background:#0072b1!important;
}

.sharebtn-whatsapp{
  background:#25D366!important;
}

.texte:not(.prose-default) blockquote{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  border-left-width: 8px;
  --border-opacity: 1;
  border-color: #747b84;
  border-color: rgba(116, 123, 132, var(--border-opacity));
}

.prose-default blockquote p {
  margin-bottom: 0;
}

/*live article post*/

.prose-default.live-article .live-item{
  position: relative;
  padding-left: 3rem;
  padding-bottom: 2rem;
}

.prose-default.live-article .titolo_live{
  --text-opacity: 1;
  color: #24354D;
  color: rgba(36, 53, 77, var(--text-opacity));
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.prose-default.live-article .live-item::before{
  content:"";
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  left: 0.75rem;
  --bg-opacity: 1;
  background-color: #bdc2c9;
  background-color: rgba(189, 194, 201, var(--bg-opacity));
  width: 2px;
}

.prose-default.live-article .live-item::after{
  content:"";
  --bg-opacity: 1;
  background-color: #24354D;
  background-color: rgba(36, 53, 77, var(--bg-opacity));
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  border-radius: 9999px;
  border-width: 4px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0rem;
  top: 0.75rem;
}

.prose-default.live-article .time_live{
  display: block;
  font-size: 1rem;
  font-weight: 700;
  --text-opacity: 1;
  color: #24354D;
  color: rgba(36, 53, 77, var(--text-opacity));
}

.prose-default.live-article .live-item.first::after{
  --bg-opacity: 1;
  background-color: #e53e3e;
  background-color: rgba(229, 62, 62, var(--bg-opacity));
}

.prose-default.live-article .live-item.last{
  margin-bottom: 1.5rem;
}

.prose-default.live-article .live-item.first .timeLive{
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}

.prose-default .sommario,
.prose-default .nav-sommaire{
  --bg-opacity: 1;
  background-color: #E6E9F0;
  background-color: rgba(230, 233, 240, var(--bg-opacity));
  border-radius: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.prose-default .sommario ul,
.prose-default .nav-sommaire ul{
  padding-left: 1.5rem;
  list-style-type: none;
}

.prose-default .sommario > ul,
.prose-default .nav-sommaire > ul{
  padding: 0;
}

.prose-default .sommario ul li::before,
.prose-default .nav-sommaire ul li::before{
  content:"\e9eb" ;
  font-family: 'money-font'!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: .7;
  margin-right: 0.5rem;
}

.prose-default .sommario ul li a,
.prose-default .nav-sommaire ul li a{
  --text-opacity: 1;
  color: #828a95;
  color: rgba(130, 138, 149, var(--text-opacity));
  font-weight: 500;
}

.prose-default .sommario ul ul,
.prose-default .nav-sommaire ul ul{
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.prose-default iframe.dailymotion-player{
  margin: 0!important;
}

.min-w-60px{
  min-width:60px;
}

/*Blog*/

.blog .texte a{
  font-weight: 700;
  --text-opacity: 1;
  color: #45c203;
  color: rgba(69, 194, 3, var(--text-opacity));
}

/*table*/

table.spip {
  margin-bottom: 1rem;
  text-align: left;
}

table.spip td{
  border-width: 1px !important;
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

table.spip tr{
  border-width: 1px !important;
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

table.dataTable {
  table-layout: auto;
  border-radius: 0.5rem;
  overflow: hidden;
}

table th,
table.dataTable thead th{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

table td,
table.dataTable tbody td{
  padding: 0.75rem;
  font-weight: 500;
  font-size: 0.875rem;
}

table th,
table.dataTable thead th{
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-width: 0;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

table td,
table.dataTable tbody td{
  border-width: 0 !important;
}

table tr:nth-child(even){
  --bg-opacity: 1 !important;
  background-color: #f7fafc !important;
  background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}

table.dataTable.no-footer{
  border-width: 0;
  border-bottom-width: 0;
}

.dataTables_paginate {
  margin-top: 0.75rem;
  cursor: pointer;
}

.dataTables_paginate .pagination{
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 700;
  border-radius: 0.5rem;
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
  font-size: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-right: 0.5rem;
}

.dataTables_paginate .pagination:hover{
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.dataTables_paginate .pagination.active{
  --bg-opacity: 1;
  background-color: #2c5282;
  background-color: rgba(44, 82, 130, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.dataTables_wrapper .dataTables_filter input{
  border-width: 1px;
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
  height: 2.5rem;
  width: 100%;
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE{
  border-style: none;
  border-radius: 0.5rem;
}

div.DTE div.DTE_Header{
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  border-style: none;
}

div.DTE div.DTE_Footer{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
  padding-top: 0.5rem;
  border-style: none;
}

div.DTE button.btn, div.DTE div.DTE_Form_Buttons button{
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #2b6cb0;
  border-color: rgba(43, 108, 176, var(--border-opacity));
  border-radius: 0.5rem;
  box-shadow: none;
  background-image: none;
}

div.DTE button.btn, div.DTE div.DTE_Form_Buttons button:hover{
  --bg-opacity: 1;
  background-color: #3182ce;
  background-color: rgba(49, 130, 206, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity));
  background-image: none;
}

div.DTE div.DTE_Form_Content{
  padding: 2rem;
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close{
  width: 2rem;
  height: 2rem;
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
  border-style: none;
  padding: 0.25rem;
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close:after{
  font-size: 1.5rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.alert-spam td{
  --bg-opacity: 1;
  background-color: #fff5f5;
  background-color: rgba(255, 245, 245, var(--bg-opacity));
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
}

h3.spip{
  font-size: 1.125rem;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  scroll-margin-top: 150px;
}

h4.spip{
  font-size: 1.125rem;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

ul{
  list-style-position: inside;
  list-style-type: disc;
  margin-bottom: 1rem;
}

ol{
  list-style-position: inside;
  list-style-type: decimal;
  margin-bottom: 1rem;
}

/*leggi anche*/

.leggianche{
  --bg-opacity: 1;
  background-color: #24354D;
  background-color: rgba(36, 53, 77, var(--bg-opacity));
  border-radius: 0.75rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  overflow: hidden;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
}

.leggianche > div:first-child{
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.leggianche .etichetta{
  text-transform: uppercase !important;
  border-bottom-width: 1px !important;
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  padding-bottom: 0.5rem !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.leggianche .titolo-leggianche{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-align: left;
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.leggianche .img_leggianche{
  padding: 0;
  display: flex;
  margin-left: auto;
}

/* .leggianche-motori .img_leggianche{position:relative;overflow:hidden}

  .leggianche-motori .img_leggianche::before{content:"";
  width:60px; height:100%;
  background: #ffffff;
  position:absolute;
  top:0;
  right:-20px;
  transform:skew(15deg)
  }
  .leggianche-motori .img_leggianche::after{content:"";
  width:60px; height:100%;
  background: rgb(4,163,225);
  position:absolute;
  top:0;
  right:-30px;
  transform:skew(15deg)
  } */

@media(min-width:768px){
  .leggianche > div:first-child{
    width: 75%;
  }
}

@media(max-width:767px){
  .leggianche .img_leggianche{
    display: none;
  }
}

/* awards money */

.btn-awards {
  align-items: center;
  background-image: linear-gradient(to right, #22c55e, #10b981);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  padding: 0.65rem 1rem;
  border-radius: .6rem;
  cursor: pointer;
  font-weight: 500;
}

.button-awards:hover,
.button-awards:focus {
  transform: translateY(-2px);
}

/*landing finanza*/

.btn-landing-finanza{
  --bg-opacity: 1;
  background-color: #48bb78;
  background-color: rgba(72, 187, 120, var(--bg-opacity));
  border-radius: 0.75rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  overflow: hidden;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
}

.btn-landing-finanza > div:first-child{
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.btn-landing-finanza .etichetta{
  text-transform: uppercase !important;
  border-bottom-width: 1px !important;
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  padding-bottom: 0.5rem !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.btn-landing-finanza .titolo-leggianche{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-align: left;
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.btn-landing-finanza .img_leggianche{
  padding: 0;
  display: flex;
  margin-left: auto;
}

@media(min-width:768px){
  .btn-landing-finanza > div:first-child{
    width: 75%;
  }

  .gptneltesto{
    width: 450px;
    min-height: 250px!important;
  }

  #gmp-insideposttop{
    min-height: 450px!important;
  }

  #gmp-intext_vip_dsk.article-video{
    min-height: 360px!important;
  }

  #gmp-intext_vip_dsk{
    min-height: 220px!important;
  }
}

@media(max-width:767px){
  .btn-landing-finanza .img_leggianche{
    display: none;
  }
}

/*amazon box*/

.amazonBox{
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0.75rem;
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.amazonBox .productImg{
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  display: flex;
  flex: 0 0 150px;
  height: 150px;
}

.amazonBox .productImg img{
  margin: auto;
  max-width: 150px;
  max-height: 150px;
}

.amazonBox .productContent{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-left-width: 4px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.amazonBox p{
  font-size: 1.25rem;
  --text-opacity: 1;
  color: #24354D;
  color: rgba(36, 53, 77, var(--text-opacity));
  font-weight: 800;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.amazonBox  .ic-amazon{
  border-radius: 9999px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  margin-right: 1rem;
}

.amazonBox  .price{
  display: block;
  font-size: 1.5rem;
  --text-opacity: 1;
  color: #24354D;
  color: rgba(36, 53, 77, var(--text-opacity));
  font-weight: 800;
}

.amazonBox  .old_price{
  margin-left: 1.25rem;
  font-size: 1rem;
  --text-opacity: 1;
  color: #919aa6;
  color: rgba(145, 154, 166, var(--text-opacity));
  text-decoration: line-through;
}

.amazonBox .button{
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-width: 1px;
  border-radius: 9999px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  color: #FF9900;
  border-color:#FF9900;
}

@media(max-width:992px){
  .amazonBox .productContent{
    padding: 0.5rem;
  }

  .amazonBox .productImg{
    flex: 0 0 80px;
    height: 80px;
  }

  .amazonBox .productImg img{
    max-width: 80px;
    max-height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .amazonBox p{
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }

  .amazonBox .price{
    font-size: 1rem;
  }

  .amazonBox  .ic-amazon{
    height: 1.5rem;
    width: 1.5rem;
    margin: 0;
    margin-right: 0.5rem;
  }

  .amazonBox  .button{
    height: 1.5rem;
    width: 1.5rem;
    padding: 0;
  }

  .amazonBox  .button span{
    margin-left: 0 !important;
  }
}

/* btn interni a modeles */

a.btn-danger{
  --bg-opacity: 1;
  background-color: #e53e3e;
  background-color: rgba(229, 62, 62, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 9999px;
}

.cr-btn.cr-filled-green{
  --bg-opacity: 1;
  background-color: #45c203;
  background-color: rgba(69, 194, 3, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.evo-articolo-spons-text a{
  --text-opacity: 1;
  color: #45c203;
  color: rgba(69, 194, 3, var(--text-opacity));
}

.evo-articolo-spons-promo .evo-articolo-spons-text h3{
  color:#4a5568!important;
  font-weight:700!important;
  font-size:1.85rem!important;
  margin-top:1.75rem!important;
  margin-bottom:1.25rem!important;
  line-height:2.25rem!important;
  text-align:left!important;
  text-transform:none!important
}

.evo-articolo-spons-promo .evo-articolo-spons-text h2{
  --text-opacity: 1;
  color: #828a95;
  color: rgba(130, 138, 149, var(--text-opacity));
  font-style: italic;
  margin-bottom: 1rem;
}

.blog .texte a.btn-success{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

a.btn-success{
  --bg-opacity: 1;
  background-color: #45c203;
  background-color: rgba(69, 194, 3, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 9999px;
  display: inline-block;
  text-align: center;
}

a.btn-danger:hover,
    a.btn-success:hover{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.prose-default a.btn-success{
  margin-bottom: 1rem;
}

.prose-default .btnCTA-eToro{
  display: flex;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 9999px;
  width: 100%;
  --bg-opacity: 1;
  background-color: #6aac03;
  background-color: rgba(106, 172, 3, var(--bg-opacity));
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.prose-default .btnCTA-eToro:hover{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.prose-default .btnCTA-eToro .buttonCont{
  display: flex;
  align-items: center;
  margin: auto;
}

.prose-default .btnCTA-eToro .buttonCont img{
  height: 2.5rem;
  margin-top: -0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 0;
  width: auto;
}

.texte dl.spip_documents {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
  flex-direction: column;
  border-radius: 0.75rem;
  padding: 1rem;
}

.texte dl .spip_doc_titre,
    .texte dl .spip_doc_descriptif{
  display: block !important;
  width: 100% !important;
}

.prose-default .card-ig{
  display: flex;
  padding: 1rem;
  text-align: center;
  flex-direction: column;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #bdc2c9;
  border-color: rgba(189, 194, 201, var(--border-opacity));
  border-radius: 0.5rem;
}

.prose-default .card-ig >div >div{
  display: flex;
  align-items: center;
}

.prose-default .card-ig >div >div>a.link-autore{
  color:#3897f0;
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.prose-default .card-ig >div >div>a:nth-child(2),
    .prose-default .card-ig >div >div>a:nth-child(3){
  background:#3897f0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 9999px;
  font-size: 1rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.prose-default .card-ig >div >a > img{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media(max-width:767px){
  .prose-default .card-ig .hidden-xs{
    display: none;
  }

  .prose-default .card-ig >div >div{
    flex-direction: column !important;
  }

  .prose-default .card-ig >div >div>a:nth-child(2),
        .prose-default .card-ig >div >div>a:nth-child(3){
    margin-top: 0.5rem;
  }

  #gmp-intext_vip_mob{
    min-height: 215px!important;
  }
}

@media(min-width:768px){
  .prose-default .card-ig .visible-xs{
    display: none;
  }

  .prose-default .card-ig{
    width: 75%;
    margin: auto;
  }

  .prose-default .card-ig >div >div>a:nth-child(2),
        .prose-default .card-ig >div >div>a:nth-child(3){
    margin-left: auto;
  }
}

.prose-default #setting-questionario{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  font-family: "Mulish", sans-serif !important;
}

.prose-default #setting-questionario .titolo{
  font-weight: 800;
  line-height: 2.5rem;
  text-align: left;
}

.prose-default #setting-questionario .descrizione{
  font-size: 1.125rem;
}

.prose-default #setting-questionario .bottone-cta{
  border-radius: 9999px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pagination-items{
  display: inline-block;
}

.pagination-items>li{
  display: inline;
}

.pages, #pagination{
  border-top-width: 1px;
  --border-opacity: 1;
  border-color: #bdc2c9;
  border-color: rgba(189, 194, 201, var(--border-opacity));
  display: block;
}

.pages .sep, .pagination-items .sep{
  display: none;
}

.pages a,
      .pages .on, .pagination-items > .on, .pagination-items a{
  padding-top: 0.75rem;
  height: 2rem;
  width: 2rem;
  text-align: center;
  display: inline-block;
  border-top-width: 2px;
  border-color: transparent;
}

.pages .on, .pagination-items > .on{
  --border-opacity: 1;
  border-color: #45c203;
  border-color: rgba(69, 194, 3, var(--border-opacity));
  --text-opacity: 1;
  color: #45c203;
  color: rgba(69, 194, 3, var(--text-opacity));
}

.pages a:hover, .pagination-items a:hover{
  --border-opacity: 1;
  border-color: #45c203;
  border-color: rgba(69, 194, 3, var(--border-opacity));
  --text-opacity: 1;
  color: #45c203;
  color: rgba(69, 194, 3, var(--text-opacity));
}

.pages .prev *,
      .pages .next *,
      .pagination-items .prev *,
      .pagination-items .next *{
  width: 100%;
}

/*tabella analisi tecnica*/

table.valori-analisi{
  margin-bottom: 0.5rem;
  width: 100%;
}

table.valori-analisi tr{
  background:none!important;
}

table.valori-analisi th,
    table.valori-analisi td{
  background:none!important;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: left;
  font-size: 0.75rem;
}

table.valori-analisi td:nth-child(2){
  text-align: right;
  font-weight: 700;
}

table.valori-analisi th{
  font-weight: 700;
  --text-opacity: 1;
  color: #24354D;
  color: rgba(36, 53, 77, var(--text-opacity));
}

/* width */

::-webkit-scrollbar {
  width: 0.5rem;
}

/* Track */

::-webkit-scrollbar-track {
  --bg-opacity: 1;
  background-color: #bdc2c9;
  background-color: rgba(189, 194, 201, var(--bg-opacity));
}

/* Handle */

::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #24354D;
  background-color: rgba(36, 53, 77, var(--bg-opacity));
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  --bg-opacity: 1;
  background-color: #1c2a3d;
  background-color: rgba(28, 42, 61, var(--bg-opacity));
}

[x-cloak]{
  display: none;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single>*{
  min-height:42px;
}

.select2-container--default .select2-selection--single{
  padding: 0.5rem;
}

form#formulaire_login legend{
  display:none;
}

form#formulaire_login .editer-groupe label{
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 700;
  display: block;
}

form#formulaire_login .editer-groupe .editer{
  margin-bottom: 0.5rem;
}

form#formulaire_login .editer-groupe input.text{
  width: 100%;
  border-radius: 9999px;
  padding: 1rem;
}

form#formulaire_login .details{
  font-size: 0.875rem;
  margin-top: 1.5rem;
  text-align: left;
}

form#formulaire_login .choix{
  display: flex;
  align-items: center;
}

form#formulaire_login .choix label{
  margin-bottom: 0;
  margin-left: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: capitalize;
}

form#formulaire_login .editer-session {
  margin-top: 1rem;
}

form#formulaire_login .boutons {
  margin-top: -3rem;
  text-align: center;
  margin-left: auto;
  width: 8rem;
  border-radius: 9999px;
  --bg-opacity: 1;
  background-color: #24354D;
  background-color: rgba(36, 53, 77, var(--bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

form#formulaire_login .boutons:hover {
  --bg-opacity: 1;
  background-color: #202f45;
  background-color: rgba(32, 47, 69, var(--bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

form#formulaire_login .boutons input{
  background-color: transparent;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  display: inline-block;
  border-width: 0;
  padding: 0;
  font-size: 1rem;
  cursor: pointer;
}

form#formulaire_login .spip_logo{
  border-radius: 9999px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

form#formulaire_login #pass_securise img{
  display: none;
}

#form-login .headerForm,
#form-login hr,
#form-login .bar,
#form-login .highlight{
  display: none !important;
}

#form-login a.facebook,
#form-login a.google{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#form-login .bottone i{
  margin-right: 0.25rem;
  font-size: 1.25rem;
}

#form-login .details{
  opacity: .75;
  margin-top: 1.5rem;
}

#form-login .group{
  margin-bottom: 4rem !important;
  margin-top: 2.5rem !important;
}

#form-login .group input{
  border:1px solid !important;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

#form-login label{
  top:-30px!important;
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}

#form-login label,
#form-login .details a{
  font-size: 1rem !important;
  font-weight: 300 !important;
}

#form-login #button-login{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
  border-radius: 0.5rem;
  margin-top: 0;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

#form-login .privacyConsent >div:nth-child(2){
  margin-left: auto;
}

#form-login .privacyConsent,
#form-login .privacyConsent >div:first-child{
  display: flex;
}

#form-login .privacyConsent label::before{
  width: 1.5rem;
  height: 1.5rem;
}

#form-login .privacyConsent >div:first-child input{
  width: 2rem;
}

#form-login .privacyConsent >div:first-child label{
  font-size: 1rem;
  display: inline-block;
  padding-left: 2rem;
}

.formulaire_joindre_document img{
  display: none;
}

.formulaire_joindre_document .titrem{
  font-size: 1.25rem;
  font-weight: 700;
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}

.formulaire_joindre_document .boutons input{
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.formulaire_joindre_document label{
  font-weight: 700;
  margin-top: 1rem;
  display: block;
}

.formulaire_joindre_document input.file{
  border-width: 0;
  border-radius: 0;
  padding-left: 0;
  margin-bottom: 1rem;
}

.liste_items.documents ,
.liste_items.documents .actions{
  display: flex;
  margin-top: 1rem;
}

.liste_items.documents .item{
  padding: 1rem;
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
  border-radius: 0.5rem;
  margin-right: 1rem;
}

.liste_items.documents .titre{
  display: block;
  font-weight: 700;
}

.liste_items.documents .actions > *{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
  border-radius: 0.5rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  margin-right: 0.5rem;
}

.liste_items.documents .cadre-icone,
.liste_items.documents .tourner{
  display: none;
}

.liste_items.documents, .liste_items.documents .actions{
  display: flex;
  flex-wrap: wrap;
}

.liste_items.documents .item{
  margin-top: 1rem;
}

.reponse_formulaire_erreur,
.erreur_message{
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0.5rem;
  --bg-opacity: 1;
  background-color: #fed7d7;
  background-color: rgba(254, 215, 215, var(--bg-opacity));
  border-radius: 0.5rem;
  display: block;
}

.inputfile {
  border: 0px!important;
  padding-left: 0;
  height: auto!important;
}

::file-selector-button {
  background-color: #f9fafc;
  color: #1a202c;
  border: solid 1px #cbd5e0;
  padding: 5px 10px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 7px;
}

::file-selector-button:hover {
  background-color: #e5e9ee;
  transition: all;
}

input, select, textarea{
  display: block;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
  height: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0.5rem;
}

input:focus,
select:focus,
textarea:focus{
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity));
  outline: none;
  box-shadow: 0 0 0 3px rgba(164,202,254,.45);
  border-color: #a4cafe;
}

#proponi [type="radio"]:not(:checked),
#proponi [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

#proponi [type="radio"]:not(:checked) + label,
#proponi [type="radio"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* radio aspect */

#proponi [type="radio"]:not(:checked) + label:before,
#proponi [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -5px;
  right:0;
  bottom:0;
  width:100%;
  height: 35px;
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
  border-radius: 0.5rem;
  margin-top: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}

#proponi label span{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: -0.5rem;
  z-index: 10;
  position: relative;
}

#proponi [type="radio"]:checked + label span {
  color:#fff;
}

#proponi [type="radio"]:checked + label:before {
  border-style: none;
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
  border-radius: 0.5rem;
}

/* hover style just for information */

#proponi label:hover:before {
  border-style: none;
  --bg-opacity: 1;
  background-color: #3182ce;
  background-color: rgba(49, 130, 206, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 0.5rem;
}

.switch {
  position: relative;
  display: inline-block;
}

.switch-input {
  display: none;
}

.switch-label {
  display: block;
  width: 48px;
  height: 24px;
  text-indent: -150%;
  clip: rect(0 0 0 0);
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-label::before,
  .switch-label::after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
}

.switch-label::before {
  width: 100%;
  height: 100%;
  background-color: #dedede;
  border-radius: 9999em;
  transition: background-color 0.25s ease;
}

.switch-label::after {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  transition: left 0.25s ease;
}

.switch-input:checked + .switch-label::before {
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
}

.switch-input:checked + .switch-label::after {
  left: 24px;
}

/*Raccomandazioni borsa*/

.buy,
  .add,
  .outperform,
  .overweight,
  .toppick,
  .overwtattractive,
  .long,
  .undervalued,
  .overwtinline {
  --bg-opacity: 1;
  background-color: #48bb78;
  background-color: rgba(72, 187, 120, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.sell,
  .underperform,
  .reduce,
  .underwtinline,
  .underweight {
  --bg-opacity: 1;
  background-color: #e53e3e;
  background-color: rgba(229, 62, 62, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.widget>div>div{
  margin-left: auto;
  margin-right: auto;
}

.money-widget .site-tag a{
  display: flex;
  align-items: center;
}

/*owl carousel*/

#moneytv .owl-item {
  max-width:400px;
  text-align: center;
}

#moneytv .owl-item.center img{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

#moneytv .owl-item:not(.center) {
  opacity: .25 !important;
  transition-property: all !important;
  transition-duration: 300ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

#moneytv .owl-item:not(.center) .text .font-bold{
  font-weight: 400;
}

#moneytv .owl-nav{
  top: 30%;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 2.25rem;
  right: 0rem;
  left: 0rem;
  position: absolute;
}

#moneytv .owl-nav button.owl-prev,
    #moneytv .owl-nav button.owl-next
    {
  outline: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  --bg-opacity: .15;
}

#moneytv .owl-nav button.owl-prev{
  left:5%;
}

#moneytv .owl-nav button.owl-next{
  right:5%;
}

#moneytv .owl-nav button.owl-prev:hover,
    #moneytv .owl-nav button.owl-next:hover{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  --bg-opacity: .3;
}

/*quot carousel*/

#quotCarousel .owl-stage {
  margin-top: 1.5rem;
}

#quotCarousel .titolo a {
  text-transform: uppercase;
  font-weight: 700;
  --text-opacity: 1;
  color: #919aa6;
  color: rgba(145, 154, 166, var(--text-opacity));
}

#quotCarousel .bid, #quotCarousel .bid2 {
  --text-opacity: 1;
  color: #919aa6;
  color: rgba(145, 154, 166, var(--text-opacity));
}

#quotCarousel .changepct.up .pct, #quotCarousel .changepct2.up .pct2 {
  --text-opacity: 1;
  color: #45c203;
  color: rgba(69, 194, 3, var(--text-opacity));
}

#quotCarousel .changepct.down .pct, #quotCarousel .changepct2.down .pct2 {
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}

#quotCarousel .itemQuotazione {
  padding-left: 1rem;
  padding-right: 1rem;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: -1rem;
}

#quotCarousel .changepct, #quotCarousel .changepct2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

#quotCarousel .pct, #quotCarousel .pct2 {
  font-size: 0.65rem;
}

#quotCarousel .changepct.up .iconBid, #quotCarousel .changepct2.up .iconBid2 {
  background: url("../../money2017/assets/icon/quot_up.svg") no-repeat;
  background-size: contain;
  height: 0.75rem;
  width: 1.5rem;
  margin-left: auto;
}

#quotCarousel .changepct.down .iconBid, #quotCarousel .changepct2.down .iconBid2 {
  background: url("../../money2017/assets/icon/quot_down.svg") no-repeat;
  background-size: contain;
  height: 0.75rem;
  width: 1.5rem;
  margin-left: auto;
}

@media (max-width: 1200px) {
  #quotCarousel {
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  #quotCarousel {
    max-width: 1014px;
  }

  #quotCarousel .owl-carousel {
    position: static;
    padding-right: 8rem;
  }

  #quotCarousel .owl-nav {
    position: absolute;
    left: 0rem;
    right: 0rem;
    top: 1rem;
  }

  #quotCarousel .owl-theme .owl-nav .owl-next, #quotCarousel .owl-theme .owl-nav .owl-prev {
    display: block;
  }

  #quotCarousel .owl-nav [class*=owl-] {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
    --text-opacity: 1;
    color: #919aa6;
    color: rgba(145, 154, 166, var(--text-opacity));
    border-radius: 9999px;
    height: 2rem;
    width: 2rem;
    padding-top: 0.5rem;
    padding-left: 0.25rem;
    position: absolute;
  }

  #quotCarousel .owl-nav .owl-prev {
    left: -45px;
  }

  #quotCarousel .owl-nav .owl-next {
    right: -45px;
  }
}

/* //financial times widget */

.bg-ft{
  background-color: #fff1e5;
}

.text-ft{
  color: #33302e;
}

/* star ratings */

[data-star] {
  text-align:left;
  font-style:normal;
  display:inline-block;
  position: relative;
  unicode-bidi: bidi-override;
  font-size: 25px;
}

[data-star]::before {
  display:block;
  content: '★★★★★';
  color: #CBD5E1;
}

[data-star]::after {
  white-space:nowrap;
  position:absolute;
  top:0;
  left:0;
  content: '★★★★★';
  width: 0;
  color: rgb(245 158 11);
  overflow:hidden;
  height:100%;
}

[data-star^="0.1"]::after{
  width:2%
}

[data-star^="0.2"]::after{
  width:4%
}

[data-star^="0.3"]::after{
  width:6%
}

[data-star^="0.4"]::after{
  width:8%
}

[data-star^="0.5"]::after{
  width:10%
}

[data-star^="0.6"]::after{
  width:12%
}

[data-star^="0.7"]::after{
  width:14%
}

[data-star^="0.8"]::after{
  width:16%
}

[data-star^="0.9"]::after{
  width:18%
}

[data-star^="1"]::after{
  width:20%
}

[data-star^="1.1"]::after{
  width:22%
}

[data-star^="1.2"]::after{
  width:24%
}

[data-star^="1.3"]::after{
  width:26%
}

[data-star^="1.4"]::after{
  width:28%
}

[data-star^="1.5"]::after{
  width:30%
}

[data-star^="1.6"]::after{
  width:32%
}

[data-star^="1.7"]::after{
  width:34%
}

[data-star^="1.8"]::after{
  width:36%
}

[data-star^="1.9"]::after{
  width:38%
}

[data-star^="2"]::after{
  width:40%
}

[data-star^="2.1"]::after{
  width:42%
}

[data-star^="2.2"]::after{
  width:44%
}

[data-star^="2.3"]::after{
  width:46%
}

[data-star^="2.4"]::after{
  width:48%
}

[data-star^="2.5"]::after{
  width:50%
}

[data-star^="2.6"]::after{
  width:52%
}

[data-star^="2.7"]::after{
  width:54%
}

[data-star^="2.8"]::after{
  width:56%
}

[data-star^="2.9"]::after{
  width:58%
}

[data-star^="3"]::after{
  width:60%
}

[data-star^="3.1"]::after{
  width:62%
}

[data-star^="3.2"]::after{
  width:64%
}

[data-star^="3.3"]::after{
  width:66%
}

[data-star^="3.4"]::after{
  width:68%
}

[data-star^="3.5"]::after{
  width:70%
}

[data-star^="3.6"]::after{
  width:72%
}

[data-star^="3.7"]::after{
  width:74%
}

[data-star^="3.8"]::after{
  width:76%
}

[data-star^="3.9"]::after{
  width:78%
}

[data-star^="4"]::after{
  width:80%
}

[data-star^="4.1"]::after{
  width:82%
}

[data-star^="4.2"]::after{
  width:84%
}

[data-star^="4.3"]::after{
  width:86%
}

[data-star^="4.4"]::after{
  width:88%
}

[data-star^="4.5"]::after{
  width:90%
}

[data-star^="4.6"]::after{
  width:92%
}

[data-star^="4.7"]::after{
  width:94%
}

[data-star^="4.8"]::after{
  width:96%
}

[data-star^="4.9"]::after{
  width:98%
}

[data-star^="5"]::after{
  width:100%
}

.space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
}

.space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
}

.space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
}

.space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
}

.space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
}

.space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
}

.space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
}

.space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
}

.space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
}

.-space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
}

.divide-y > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
}

.divide-gray-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
}

.divide-gray-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

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

.bg-black {
  --bg-opacity: 1 !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.bg-white {
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.bg-gray-100 {
  --bg-opacity: 1 !important;
  background-color: #f7fafc !important;
  background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}

.bg-gray-200 {
  --bg-opacity: 1 !important;
  background-color: #edf2f7 !important;
  background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}

.bg-gray-300 {
  --bg-opacity: 1 !important;
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.bg-gray-400 {
  --bg-opacity: 1 !important;
  background-color: #cbd5e0 !important;
  background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}

.bg-gray-500 {
  --bg-opacity: 1 !important;
  background-color: #a0aec0 !important;
  background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}

.bg-gray-800 {
  --bg-opacity: 1 !important;
  background-color: #2d3748 !important;
  background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}

.bg-gray-900 {
  --bg-opacity: 1 !important;
  background-color: #1a202c !important;
  background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
}

.bg-red-100 {
  --bg-opacity: 1 !important;
  background-color: #fff5f5 !important;
  background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
}

.bg-red-200 {
  --bg-opacity: 1 !important;
  background-color: #fed7d7 !important;
  background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
}

.bg-red-400 {
  --bg-opacity: 1 !important;
  background-color: #fc8181 !important;
  background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
}

.bg-red-600 {
  --bg-opacity: 1 !important;
  background-color: #e53e3e !important;
  background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
}

.bg-red-700 {
  --bg-opacity: 1 !important;
  background-color: #c53030 !important;
  background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
}

.bg-orange-100 {
  --bg-opacity: 1 !important;
  background-color: #fffaf0 !important;
  background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
}

.bg-orange-200 {
  --bg-opacity: 1 !important;
  background-color: #feebc8 !important;
  background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
}

.bg-orange-300 {
  --bg-opacity: 1 !important;
  background-color: #fbd38d !important;
  background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
}

.bg-orange-500 {
  --bg-opacity: 1 !important;
  background-color: #ed8936 !important;
  background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
}

.bg-yellow-100 {
  --bg-opacity: 1 !important;
  background-color: #fffff0 !important;
  background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
}

.bg-yellow-200 {
  --bg-opacity: 1 !important;
  background-color: #fefcbf !important;
  background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
}

.bg-yellow-500 {
  --bg-opacity: 1 !important;
  background-color: #ecc94b !important;
  background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
}

.bg-yellow-600 {
  --bg-opacity: 1 !important;
  background-color: #d69e2e !important;
  background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
}

.bg-yellow-700 {
  --bg-opacity: 1 !important;
  background-color: #b7791f !important;
  background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
}

.bg-green-100 {
  --bg-opacity: 1 !important;
  background-color: #f0fff4 !important;
  background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
}

.bg-green-200 {
  --bg-opacity: 1 !important;
  background-color: #c6f6d5 !important;
  background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
}

.bg-green-300 {
  --bg-opacity: 1 !important;
  background-color: #9ae6b4 !important;
  background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
}

.bg-green-400 {
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.bg-green-500 {
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.bg-green-600 {
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.bg-green-700 {
  --bg-opacity: 1 !important;
  background-color: #2f855a !important;
  background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
}

.bg-teal-100 {
  --bg-opacity: 1 !important;
  background-color: #e6fffa !important;
  background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
}

.bg-teal-300 {
  --bg-opacity: 1 !important;
  background-color: #81e6d9 !important;
  background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
}

.bg-blue-100 {
  --bg-opacity: 1 !important;
  background-color: #ebf8ff !important;
  background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}

.bg-blue-200 {
  --bg-opacity: 1 !important;
  background-color: #bee3f8 !important;
  background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
}

.bg-blue-300 {
  --bg-opacity: 1 !important;
  background-color: #90cdf4 !important;
  background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}

.bg-blue-500 {
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.bg-blue-600 {
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.bg-blue-700 {
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.bg-blue-800 {
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.bg-blue-900 {
  --bg-opacity: 1 !important;
  background-color: #2a4365 !important;
  background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
}

.bg-indigo-100 {
  --bg-opacity: 1 !important;
  background-color: #ebf4ff !important;
  background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
}

.bg-indigo-300 {
  --bg-opacity: 1 !important;
  background-color: #a3bffa !important;
  background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
}

.bg-indigo-500 {
  --bg-opacity: 1 !important;
  background-color: #667eea !important;
  background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}

.bg-indigo-700 {
  --bg-opacity: 1 !important;
  background-color: #4c51bf !important;
  background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
}

.bg-greenmoney-100 {
  --bg-opacity: 1 !important;
  background-color: #a2e081 !important;
  background-color: rgba(162, 224, 129, var(--bg-opacity)) !important;
}

.bg-greenmoney-500 {
  --bg-opacity: 1 !important;
  background-color: #57c81c !important;
  background-color: rgba(87, 200, 28, var(--bg-opacity)) !important;
}

.bg-greenmoney-600 {
  --bg-opacity: 1 !important;
  background-color: #45c203 !important;
  background-color: rgba(69, 194, 3, var(--bg-opacity)) !important;
}

.bg-bluemoney-200 {
  --bg-opacity: 1 !important;
  background-color: #657182 !important;
  background-color: rgba(101, 113, 130, var(--bg-opacity)) !important;
}

.bg-bluemoney-400 {
  --bg-opacity: 1 !important;
  background-color: #39495e !important;
  background-color: rgba(57, 73, 94, var(--bg-opacity)) !important;
}

.bg-bluemoney-500 {
  --bg-opacity: 1 !important;
  background-color: #24354D !important;
  background-color: rgba(36, 53, 77, var(--bg-opacity)) !important;
}

.bg-bluemoney-700 {
  --bg-opacity: 1 !important;
  background-color: #1c2a3d !important;
  background-color: rgba(28, 42, 61, var(--bg-opacity)) !important;
}

.bg-graymoney-100 {
  --bg-opacity: 1 !important;
  background-color: #E6E9F0 !important;
  background-color: rgba(230, 233, 240, var(--bg-opacity)) !important;
}

.bg-graymoney-200 {
  --bg-opacity: 1 !important;
  background-color: #d3d6db !important;
  background-color: rgba(211, 214, 219, var(--bg-opacity)) !important;
}

.bg-graymoney-300 {
  --bg-opacity: 1 !important;
  background-color: #bdc2c9 !important;
  background-color: rgba(189, 194, 201, var(--bg-opacity)) !important;
}

.bg-etoro-primary {
  --bg-opacity: 1 !important;
  background-color: #6aac03 !important;
  background-color: rgba(106, 172, 3, var(--bg-opacity)) !important;
}

.bg-fintech-primary {
  --bg-opacity: 1 !important;
  background-color: #673b90 !important;
  background-color: rgba(103, 59, 144, var(--bg-opacity)) !important;
}

.bg-fintech-secondary {
  --bg-opacity: 1 !important;
  background-color: #ba81ff !important;
  background-color: rgba(186, 129, 255, var(--bg-opacity)) !important;
}

.bg-greeneco-primary {
  --bg-opacity: 1 !important;
  background-color: #79c416 !important;
  background-color: rgba(121, 196, 22, var(--bg-opacity)) !important;
}

.bg-greeneco-secondary {
  --bg-opacity: 1 !important;
  background-color: #7ccf20 !important;
  background-color: rgba(124, 207, 32, var(--bg-opacity)) !important;
}

.bg-motori-primary {
  --bg-opacity: 1 !important;
  background-color: #04A3E1 !important;
  background-color: rgba(4, 163, 225, var(--bg-opacity)) !important;
}

.bg-motori-blue {
  --bg-opacity: 1 !important;
  background-color: #04A3E1 !important;
  background-color: rgba(4, 163, 225, var(--bg-opacity)) !important;
}

.bg-motori-teal {
  --bg-opacity: 1 !important;
  background-color: #00DF99 !important;
  background-color: rgba(0, 223, 153, var(--bg-opacity)) !important;
}

.bg-lifestyle-primary {
  --bg-opacity: 1 !important;
  background-color: #42A5F6 !important;
  background-color: rgba(66, 165, 246, var(--bg-opacity)) !important;
}

.hover\:bg-white:hover {
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.hover\:bg-gray-100:hover {
  --bg-opacity: 1 !important;
  background-color: #f7fafc !important;
  background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}

.hover\:bg-gray-200:hover {
  --bg-opacity: 1 !important;
  background-color: #edf2f7 !important;
  background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}

.hover\:bg-gray-300:hover {
  --bg-opacity: 1 !important;
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.hover\:bg-gray-400:hover {
  --bg-opacity: 1 !important;
  background-color: #cbd5e0 !important;
  background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}

.hover\:bg-gray-800:hover {
  --bg-opacity: 1 !important;
  background-color: #2d3748 !important;
  background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}

.hover\:bg-red-700:hover {
  --bg-opacity: 1 !important;
  background-color: #c53030 !important;
  background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
}

.hover\:bg-red-800:hover {
  --bg-opacity: 1 !important;
  background-color: #9b2c2c !important;
  background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-800:hover {
  --bg-opacity: 1 !important;
  background-color: #975a16 !important;
  background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
}

.hover\:bg-green-200:hover {
  --bg-opacity: 1 !important;
  background-color: #c6f6d5 !important;
  background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
}

.hover\:bg-green-300:hover {
  --bg-opacity: 1 !important;
  background-color: #9ae6b4 !important;
  background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
}

.hover\:bg-green-400:hover {
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.hover\:bg-green-500:hover {
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.hover\:bg-green-600:hover {
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.hover\:bg-green-800:hover {
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.hover\:bg-teal-400:hover {
  --bg-opacity: 1 !important;
  background-color: #4fd1c5 !important;
  background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
}

.hover\:bg-blue-100:hover {
  --bg-opacity: 1 !important;
  background-color: #ebf8ff !important;
  background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}

.hover\:bg-blue-400:hover {
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.hover\:bg-blue-500:hover {
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.hover\:bg-blue-700:hover {
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.hover\:bg-blue-800:hover {
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.hover\:bg-blue-900:hover {
  --bg-opacity: 1 !important;
  background-color: #2a4365 !important;
  background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-800:hover {
  --bg-opacity: 1 !important;
  background-color: #434190 !important;
  background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
}

.hover\:bg-greenmoney-200:hover {
  --bg-opacity: 1 !important;
  background-color: #8fda67 !important;
  background-color: rgba(143, 218, 103, var(--bg-opacity)) !important;
}

.hover\:bg-greenmoney-700:hover {
  --bg-opacity: 1 !important;
  background-color: #3eae02 !important;
  background-color: rgba(62, 174, 2, var(--bg-opacity)) !important;
}

.hover\:bg-greenmoney-800:hover {
  --bg-opacity: 1 !important;
  background-color: #379b02 !important;
  background-color: rgba(55, 155, 2, var(--bg-opacity)) !important;
}

.hover\:bg-bluemoney-600:hover {
  --bg-opacity: 1 !important;
  background-color: #202f45 !important;
  background-color: rgba(32, 47, 69, var(--bg-opacity)) !important;
}

.hover\:bg-bluemoney-700:hover {
  --bg-opacity: 1 !important;
  background-color: #1c2a3d !important;
  background-color: rgba(28, 42, 61, var(--bg-opacity)) !important;
}

.hover\:bg-graymoney-200:hover {
  --bg-opacity: 1 !important;
  background-color: #d3d6db !important;
  background-color: rgba(211, 214, 219, var(--bg-opacity)) !important;
}

.focus\:bg-bluemoney-600:focus {
  --bg-opacity: 1 !important;
  background-color: #202f45 !important;
  background-color: rgba(32, 47, 69, var(--bg-opacity)) !important;
}

.bg-opacity-25 {
  --bg-opacity: .25 !important;
}

.bg-opacity-50 {
  --bg-opacity: .5 !important;
}

.hover\:bg-opacity-25:hover {
  --bg-opacity: .25 !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-black {
  --border-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.border-white {
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.border-gray-100 {
  --border-opacity: 1 !important;
  border-color: #f7fafc !important;
  border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
}

.border-gray-200 {
  --border-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}

.border-gray-300 {
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.border-gray-400 {
  --border-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}

.border-gray-500 {
  --border-opacity: 1 !important;
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
}

.border-gray-600 {
  --border-opacity: 1 !important;
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
}

.border-red-300 {
  --border-opacity: 1 !important;
  border-color: #feb2b2 !important;
  border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
}

.border-red-400 {
  --border-opacity: 1 !important;
  border-color: #fc8181 !important;
  border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
}

.border-red-500 {
  --border-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
}

.border-red-600 {
  --border-opacity: 1 !important;
  border-color: #e53e3e !important;
  border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
}

.border-green-200 {
  --border-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
}

.border-green-300 {
  --border-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
}

.border-green-500 {
  --border-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
}

.border-green-600 {
  --border-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
}

.border-teal-500 {
  --border-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
}

.border-blue-200 {
  --border-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
}

.border-blue-700 {
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.border-greenmoney-400 {
  --border-opacity: 1 !important;
  border-color: #6ace35 !important;
  border-color: rgba(106, 206, 53, var(--border-opacity)) !important;
}

.border-greenmoney-600 {
  --border-opacity: 1 !important;
  border-color: #45c203 !important;
  border-color: rgba(69, 194, 3, var(--border-opacity)) !important;
}

.border-bluemoney-500 {
  --border-opacity: 1 !important;
  border-color: #24354D !important;
  border-color: rgba(36, 53, 77, var(--border-opacity)) !important;
}

.border-graymoney-100 {
  --border-opacity: 1 !important;
  border-color: #E6E9F0 !important;
  border-color: rgba(230, 233, 240, var(--border-opacity)) !important;
}

.border-graymoney-200 {
  --border-opacity: 1 !important;
  border-color: #d3d6db !important;
  border-color: rgba(211, 214, 219, var(--border-opacity)) !important;
}

.border-graymoney-300 {
  --border-opacity: 1 !important;
  border-color: #bdc2c9 !important;
  border-color: rgba(189, 194, 201, var(--border-opacity)) !important;
}

.border-graymoney-500 {
  --border-opacity: 1 !important;
  border-color: #919aa6 !important;
  border-color: rgba(145, 154, 166, var(--border-opacity)) !important;
}

.border-motori-teal {
  --border-opacity: 1 !important;
  border-color: #00DF99 !important;
  border-color: rgba(0, 223, 153, var(--border-opacity)) !important;
}

.hover\:border-gray-300:hover {
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.hover\:border-green-300:hover {
  --border-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
}

.hover\:border-greenmoney-700:hover {
  --border-opacity: 1 !important;
  border-color: #3eae02 !important;
  border-color: rgba(62, 174, 2, var(--border-opacity)) !important;
}

.focus\:border-green-500:focus {
  --border-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
}

.focus\:border-blue-700:focus {
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.focus\:border-greenmoney-500:focus {
  --border-opacity: 1 !important;
  border-color: #57c81c !important;
  border-color: rgba(87, 200, 28, var(--border-opacity)) !important;
}

.focus\:border-greenmoney-600:focus {
  --border-opacity: 1 !important;
  border-color: #45c203 !important;
  border-color: rgba(69, 194, 3, var(--border-opacity)) !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-md {
  border-radius: 0.375rem !important;
}

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

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem !important;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem !important;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem !important;
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem !important;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem !important;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border {
  border-width: 1px !important;
}

.border-r-0 {
  border-right-width: 0 !important;
}

.border-l-0 {
  border-left-width: 0 !important;
}

.border-t-2 {
  border-top-width: 2px !important;
}

.border-r-2 {
  border-right-width: 2px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-t-4 {
  border-top-width: 4px !important;
}

.border-b-4 {
  border-bottom-width: 4px !important;
}

.border-l-4 {
  border-left-width: 4px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-r {
  border-right-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-l {
  border-left-width: 1px !important;
}

.box-border {
  box-sizing: border-box !important;
}

.box-content {
  box-sizing: content-box !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

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

.table {
  display: table !important;
}

.flow-root {
  display: flow-root !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

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

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

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

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

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

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

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

.self-start {
  align-self: flex-start !important;
}

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

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

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

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

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

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

.flex-1 {
  flex: 1 1 0% !important;
}

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

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

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-6 {
  order: 6 !important;
}

.order-last {
  order: 9999 !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.font-serif {
  font-family: "droid-serif", serif !important;
}

.font-body {
  font-family: "Mulish", sans-serif !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

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

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.h-0 {
  height: 0 !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-64 {
  height: 16rem !important;
}

.h-auto {
  height: auto !important;
}

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

.h-screen {
  height: 100vh !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.text-6xl {
  font-size: 4rem !important;
}

.leading-5 {
  line-height: 1.25rem !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

.leading-7 {
  line-height: 1.75rem !important;
}

.leading-8 {
  line-height: 2rem !important;
}

.leading-9 {
  line-height: 2.25rem !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

.leading-relaxed {
  line-height: 1.625 !important;
}

.list-none {
  list-style-type: none !important;
}

.list-disc {
  list-style-type: disc !important;
}

.m-0 {
  margin: 0 !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

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

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

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

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

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

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

.-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

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

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

.ml-0 {
  margin-left: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

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

.ml-1 {
  margin-left: 0.25rem !important;
}

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

.mr-2 {
  margin-right: 0.5rem !important;
}

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

.ml-2 {
  margin-left: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

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

.ml-3 {
  margin-left: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

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

.ml-4 {
  margin-left: 1rem !important;
}

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

.mr-5 {
  margin-right: 1.25rem !important;
}

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

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

.mr-6 {
  margin-right: 1.5rem !important;
}

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

.ml-6 {
  margin-left: 1.5rem !important;
}

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

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

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

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

.mt-12 {
  margin-top: 3rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

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

.mt-16 {
  margin-top: 4rem !important;
}

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

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

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

.mr-24 {
  margin-right: 6rem !important;
}

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

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

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.-mt-1 {
  margin-top: -0.25rem !important;
}

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

.-ml-3 {
  margin-left: -0.75rem !important;
}

.-mt-4 {
  margin-top: -1rem !important;
}

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

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

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

.max-w-screen-xl {
  max-width: 1014px !important;
}

.max-w-none {
  max-width: none !important;
}

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

.min-h-screen {
  min-height: 100vh !important;
}

.min-w-0 {
  min-width: 0 !important;
}

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

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-10 {
  opacity: .1 !important;
}

.opacity-15 {
  opacity: .15 !important;
}

.opacity-20 {
  opacity: .2 !important;
}

.opacity-25 {
  opacity: .25 !important;
}

.opacity-30 {
  opacity: .3 !important;
}

.opacity-50 {
  opacity: .5 !important;
}

.opacity-60 {
  opacity: .6 !important;
}

.opacity-75 {
  opacity: .75 !important;
}

.opacity-80 {
  opacity: .8 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.hover\:opacity-75:hover {
  opacity: .75 !important;
}

.hover\:opacity-90:hover {
  opacity: .9 !important;
}

.outline-none {
  outline: 0 !important;
}

.focus\:outline-none:focus {
  outline: 0 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

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

.p-6 {
  padding: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

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

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

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

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

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

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

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

.pb-20 {
  padding-bottom: 5rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pl-64 {
  padding-left: 16rem !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.inset-0 {
  top: 0rem !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
}

.inset-1 {
  top: 0.5rem !important;
  right: 0.5rem !important;
  bottom: 0.5rem !important;
  left: 0.5rem !important;
}

.inset-3 {
  top: 1rem !important;
  right: 1rem !important;
  bottom: 1rem !important;
  left: 1rem !important;
}

.inset-y-0 {
  top: 0rem !important;
  bottom: 0rem !important;
}

.inset-x-0 {
  right: 0rem !important;
  left: 0rem !important;
}

.top-0 {
  top: 0rem !important;
}

.right-0 {
  right: 0rem !important;
}

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

.left-0 {
  left: 0rem !important;
}

.right-1 {
  right: 0.5rem !important;
}

.top-3 {
  top: 1rem !important;
}

.bottom-3 {
  bottom: 1rem !important;
}

.right-4 {
  right: 2rem !important;
}

.bottom-4 {
  bottom: 2rem !important;
}

.left-4 {
  left: 2rem !important;
}

.top-5 {
  top: 3rem !important;
}

.top-minus6px {
  top: -6px !important;
}

.right-minus6px {
  right: -6px !important;
}

.bottom-minus6px {
  bottom: -6px !important;
}

.left-minus6px {
  left: -6px !important;
}

.top-minus3px {
  top: -3px !important;
}

.left-minus3px {
  left: -3px !important;
}

.top-full {
  top: 100% !important;
}

.left-full {
  left: 100% !important;
}

.left-minus-2\/3 {
  left: -66.666667% !important;
}

.resize {
  resize: both !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.fill-current {
  fill: currentColor !important;
}

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

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

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

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

.text-transparent {
  color: transparent !important;
}

.text-black {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.text-white {
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.text-gray-200 {
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.text-gray-300 {
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.text-gray-400 {
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.text-gray-500 {
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.text-gray-600 {
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.text-gray-700 {
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.text-gray-800 {
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.text-gray-900 {
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.text-red-500 {
  --text-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--text-opacity)) !important;
}

.text-red-600 {
  --text-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--text-opacity)) !important;
}

.text-red-700 {
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important;
}

.text-orange-400 {
  --text-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--text-opacity)) !important;
}

.text-orange-500 {
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.text-orange-700 {
  --text-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--text-opacity)) !important;
}

.text-yellow-500 {
  --text-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--text-opacity)) !important;
}

.text-yellow-700 {
  --text-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--text-opacity)) !important;
}

.text-green-500 {
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.text-green-600 {
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.text-green-700 {
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.text-teal-500 {
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.text-teal-700 {
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.text-teal-900 {
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.text-blue-200 {
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.text-blue-500 {
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.text-blue-600 {
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.text-blue-700 {
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.text-blue-800 {
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.text-blue-900 {
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--text-opacity)) !important;
}

.text-indigo-600 {
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.text-indigo-700 {
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.text-pink-800 {
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.text-greenmoney-600 {
  --text-opacity: 1 !important;
  color: #45c203 !important;
  color: rgba(69, 194, 3, var(--text-opacity)) !important;
}

.text-greenmoney-800 {
  --text-opacity: 1 !important;
  color: #379b02 !important;
  color: rgba(55, 155, 2, var(--text-opacity)) !important;
}

.text-bluemoney-300 {
  --text-opacity: 1 !important;
  color: #4f5d70 !important;
  color: rgba(79, 93, 112, var(--text-opacity)) !important;
}

.text-bluemoney-500 {
  --text-opacity: 1 !important;
  color: #24354D !important;
  color: rgba(36, 53, 77, var(--text-opacity)) !important;
}

.text-bluemoney-600 {
  --text-opacity: 1 !important;
  color: #202f45 !important;
  color: rgba(32, 47, 69, var(--text-opacity)) !important;
}

.text-graymoney-100 {
  --text-opacity: 1 !important;
  color: #E6E9F0 !important;
  color: rgba(230, 233, 240, var(--text-opacity)) !important;
}

.text-graymoney-300 {
  --text-opacity: 1 !important;
  color: #bdc2c9 !important;
  color: rgba(189, 194, 201, var(--text-opacity)) !important;
}

.text-graymoney-400 {
  --text-opacity: 1 !important;
  color: #a7aeb7 !important;
  color: rgba(167, 174, 183, var(--text-opacity)) !important;
}

.text-graymoney-500 {
  --text-opacity: 1 !important;
  color: #919aa6 !important;
  color: rgba(145, 154, 166, var(--text-opacity)) !important;
}

.text-graymoney-600 {
  --text-opacity: 1 !important;
  color: #828a95 !important;
  color: rgba(130, 138, 149, var(--text-opacity)) !important;
}

.text-graymoney-700 {
  --text-opacity: 1 !important;
  color: #747b84 !important;
  color: rgba(116, 123, 132, var(--text-opacity)) !important;
}

.text-graymoney-800 {
  --text-opacity: 1 !important;
  color: #2b2e31 !important;
  color: rgba(43, 46, 49, var(--text-opacity)) !important;
}

.text-etoro-primary {
  --text-opacity: 1 !important;
  color: #6aac03 !important;
  color: rgba(106, 172, 3, var(--text-opacity)) !important;
}

.text-fintech-primary {
  --text-opacity: 1 !important;
  color: #673b90 !important;
  color: rgba(103, 59, 144, var(--text-opacity)) !important;
}

.text-fintech-secondary {
  --text-opacity: 1 !important;
  color: #ba81ff !important;
  color: rgba(186, 129, 255, var(--text-opacity)) !important;
}

.text-greeneco-primary {
  --text-opacity: 1 !important;
  color: #79c416 !important;
  color: rgba(121, 196, 22, var(--text-opacity)) !important;
}

.text-greeneco-secondary {
  --text-opacity: 1 !important;
  color: #7ccf20 !important;
  color: rgba(124, 207, 32, var(--text-opacity)) !important;
}

.text-motori-blue {
  --text-opacity: 1 !important;
  color: #04A3E1 !important;
  color: rgba(4, 163, 225, var(--text-opacity)) !important;
}

.text-motori-teal {
  --text-opacity: 1 !important;
  color: #00DF99 !important;
  color: rgba(0, 223, 153, var(--text-opacity)) !important;
}

.text-lifestyle-primary {
  --text-opacity: 1 !important;
  color: #42A5F6 !important;
  color: rgba(66, 165, 246, var(--text-opacity)) !important;
}

.hover\:text-white:hover {
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.hover\:text-gray-100:hover {
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.hover\:text-gray-400:hover {
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.hover\:text-gray-500:hover {
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.hover\:text-gray-600:hover {
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.hover\:text-gray-700:hover {
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.hover\:text-gray-800:hover {
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.hover\:text-red-700:hover {
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important;
}

.hover\:text-green-400:hover {
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.hover\:text-green-500:hover {
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.hover\:text-green-600:hover {
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.hover\:text-green-700:hover {
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.hover\:text-blue-400:hover {
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.hover\:text-blue-700:hover {
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.hover\:text-greenmoney-400:hover {
  --text-opacity: 1 !important;
  color: #6ace35 !important;
  color: rgba(106, 206, 53, var(--text-opacity)) !important;
}

.hover\:text-greenmoney-500:hover {
  --text-opacity: 1 !important;
  color: #57c81c !important;
  color: rgba(87, 200, 28, var(--text-opacity)) !important;
}

.hover\:text-greenmoney-700:hover {
  --text-opacity: 1 !important;
  color: #3eae02 !important;
  color: rgba(62, 174, 2, var(--text-opacity)) !important;
}

.hover\:text-graymoney-100:hover {
  --text-opacity: 1 !important;
  color: #E6E9F0 !important;
  color: rgba(230, 233, 240, var(--text-opacity)) !important;
}

.hover\:text-graymoney-300:hover {
  --text-opacity: 1 !important;
  color: #bdc2c9 !important;
  color: rgba(189, 194, 201, var(--text-opacity)) !important;
}

.hover\:text-graymoney-400:hover {
  --text-opacity: 1 !important;
  color: #a7aeb7 !important;
  color: rgba(167, 174, 183, var(--text-opacity)) !important;
}

.hover\:text-graymoney-500:hover {
  --text-opacity: 1 !important;
  color: #919aa6 !important;
  color: rgba(145, 154, 166, var(--text-opacity)) !important;
}

.hover\:text-graymoney-600:hover {
  --text-opacity: 1 !important;
  color: #828a95 !important;
  color: rgba(130, 138, 149, var(--text-opacity)) !important;
}

.hover\:text-graymoney-800:hover {
  --text-opacity: 1 !important;
  color: #2b2e31 !important;
  color: rgba(43, 46, 49, var(--text-opacity)) !important;
}

.italic {
  font-style: italic !important;
}

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

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

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

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

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.whitespace-no-wrap {
  white-space: nowrap !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.w-0 {
  width: 0 !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-20 {
  width: 5rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-40 {
  width: 10rem !important;
}

.w-48 {
  width: 12rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-auto {
  width: auto !important;
}

.w-px {
  width: 1px !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.w-2\/3 {
  width: 66.666667% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-3\/5 {
  width: 60% !important;
}

.w-2\/12 {
  width: 16.666667% !important;
}

.w-3\/12 {
  width: 25% !important;
}

.w-4\/12 {
  width: 33.333333% !important;
}

.w-5\/12 {
  width: 41.666667% !important;
}

.w-7\/12 {
  width: 58.333333% !important;
}

.w-8\/12 {
  width: 66.666667% !important;
}

.w-10\/12 {
  width: 83.333333% !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

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

.w-screen {
  width: 100vw !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-40 {
  z-index: 40 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-10002 {
  z-index: 10002 !important;
}

.z-10003 {
  z-index: 10003 !important;
}

.gap-2 {
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}

.gap-3 {
  grid-gap: 0.75rem !important;
  gap: 0.75rem !important;
}

.gap-4 {
  grid-gap: 1rem !important;
  gap: 1rem !important;
}

.gap-5 {
  grid-gap: 1.25rem !important;
  gap: 1.25rem !important;
}

.gap-6 {
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}

.gap-8 {
  grid-gap: 2rem !important;
  gap: 2rem !important;
}

.gap-10 {
  grid-gap: 2.5rem !important;
  gap: 2.5rem !important;
}

.grid-flow-row {
  grid-auto-flow: row !important;
}

.grid-flow-col {
  grid-auto-flow: column !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-cols-16 {
  grid-template-columns: repeat(16, minmax(0, 1fr)) !important;
}

.col-auto {
  grid-column: auto !important;
}

.col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.col-span-3 {
  grid-column: span 3 / span 3 !important;
}

.col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.col-span-5 {
  grid-column: span 5 / span 5 !important;
}

.col-span-9 {
  grid-column: span 9 / span 9 !important;
}

.col-span-12 {
  grid-column: span 12 / span 12 !important;
}

.col-span-16 {
  grid-column: span 16 / span 16 !important;
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.transform {
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
}

.origin-top-right {
  transform-origin: top right !important;
}

.origin-top-left {
  transform-origin: top left !important;
}

.scale-75 {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.scale-90 {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.scale-95 {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.scale-100 {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.hover\:scale-90:hover {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.rotate-45 {
  --transform-rotate: 45deg !important;
}

.rotate-180 {
  --transform-rotate: 180deg !important;
}

.-rotate-90 {
  --transform-rotate: -90deg !important;
}

.translate-x-0 {
  --transform-translate-x: 0 !important;
}

.translate-x-2 {
  --transform-translate-x: 0.5rem !important;
}

.-translate-x-1\/2 {
  --transform-translate-x: -50% !important;
}

.translate-x-full {
  --transform-translate-x: 100% !important;
}

.translate-y-0 {
  --transform-translate-y: 0 !important;
}

.translate-y-1 {
  --transform-translate-y: 0.25rem !important;
}

.translate-y-2 {
  --transform-translate-y: 0.5rem !important;
}

.translate-y-4 {
  --transform-translate-y: 1rem !important;
}

.-translate-y-1\/2 {
  --transform-translate-y: -50% !important;
}

.hover\:translate-x-1:hover {
  --transform-translate-x: 0.25rem !important;
}

.hover\:-translate-y-1:hover {
  --transform-translate-y: -0.25rem !important;
}

.hover\:-translate-y-3:hover {
  --transform-translate-y: -0.75rem !important;
}

.transition-all {
  transition-property: all !important;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
}

.transition-opacity {
  transition-property: opacity !important;
}

.transition-transform {
  transition-property: transform !important;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.duration-75 {
  transition-duration: 75ms !important;
}

.duration-100 {
  transition-duration: 100ms !important;
}

.duration-150 {
  transition-duration: 150ms !important;
}

.duration-200 {
  transition-duration: 200ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.duration-700 {
  transition-duration: 700ms !important;
}

.duration-1000 {
  transition-duration: 1000ms !important;
}

.delay-75 {
  transition-delay: 75ms !important;
}

@media (min-width: 768px) {
  .tablet\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .tablet\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .tablet\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .tablet\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .tablet\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .tablet\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .tablet\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .tablet\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .tablet\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .tablet\:bg-bluemoney-500 {
    --bg-opacity: 1 !important;
    background-color: #24354D !important;
    background-color: rgba(36, 53, 77, var(--bg-opacity)) !important;
  }

  .tablet\:bg-opacity-50 {
    --bg-opacity: .5 !important;
  }

  .tablet\:rounded-none {
    border-radius: 0 !important;
  }

  .tablet\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .tablet\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .tablet\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .tablet\:block {
    display: block !important;
  }

  .tablet\:inline-block {
    display: inline-block !important;
  }

  .tablet\:inline {
    display: inline !important;
  }

  .tablet\:flex {
    display: flex !important;
  }

  .tablet\:table-cell {
    display: table-cell !important;
  }

  .tablet\:hidden {
    display: none !important;
  }

  .tablet\:flex-row {
    flex-direction: row !important;
  }

  .tablet\:flex-col {
    flex-direction: column !important;
  }

  .tablet\:items-start {
    align-items: flex-start !important;
  }

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

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

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

  .tablet\:justify-between {
    justify-content: space-between !important;
  }

  .tablet\:order-1 {
    order: 1 !important;
  }

  .tablet\:order-2 {
    order: 2 !important;
  }

  .tablet\:order-3 {
    order: 3 !important;
  }

  .tablet\:float-left {
    float: left !important;
  }

  .tablet\:h-56 {
    height: 14rem !important;
  }

  .tablet\:h-64 {
    height: 16rem !important;
  }

  .tablet\:text-sm {
    font-size: 0.875rem !important;
  }

  .tablet\:text-base {
    font-size: 1rem !important;
  }

  .tablet\:text-xl {
    font-size: 1.25rem !important;
  }

  .tablet\:text-2xl {
    font-size: 1.5rem !important;
  }

  .tablet\:text-3xl {
    font-size: 1.875rem !important;
  }

  .tablet\:text-4xl {
    font-size: 2.25rem !important;
  }

  .tablet\:text-5xl {
    font-size: 3rem !important;
  }

  .tablet\:text-6xl {
    font-size: 4rem !important;
  }

  .tablet\:m-0 {
    margin: 0 !important;
  }

  .tablet\:m-auto {
    margin: auto !important;
  }

  .tablet\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .tablet\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

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

  .tablet\:mt-0 {
    margin-top: 0 !important;
  }

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

  .tablet\:ml-0 {
    margin-left: 0 !important;
  }

  .tablet\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .tablet\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .tablet\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .tablet\:mt-4 {
    margin-top: 1rem !important;
  }

  .tablet\:mr-4 {
    margin-right: 1rem !important;
  }

  .tablet\:ml-4 {
    margin-left: 1rem !important;
  }

  .tablet\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .tablet\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .tablet\:mt-12 {
    margin-top: 3rem !important;
  }

  .tablet\:mr-auto {
    margin-right: auto !important;
  }

  .tablet\:ml-auto {
    margin-left: auto !important;
  }

  .tablet\:p-0 {
    padding: 0 !important;
  }

  .tablet\:p-4 {
    padding: 1rem !important;
  }

  .tablet\:p-6 {
    padding: 1.5rem !important;
  }

  .tablet\:p-8 {
    padding: 2rem !important;
  }

  .tablet\:p-10 {
    padding: 2.5rem !important;
  }

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

  .tablet\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .tablet\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .tablet\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .tablet\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .tablet\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .tablet\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .tablet\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .tablet\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .tablet\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .tablet\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .tablet\:pb-0 {
    padding-bottom: 0 !important;
  }

  .tablet\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .tablet\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .tablet\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .tablet\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .tablet\:pr-4 {
    padding-right: 1rem !important;
  }

  .tablet\:pl-4 {
    padding-left: 1rem !important;
  }

  .tablet\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .tablet\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .tablet\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .tablet\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .tablet\:pl-12 {
    padding-left: 3rem !important;
  }

  .tablet\:pl-16 {
    padding-left: 4rem !important;
  }

  .tablet\:static {
    position: static !important;
  }

  .tablet\:absolute {
    position: absolute !important;
  }

  .tablet\:relative {
    position: relative !important;
  }

  .tablet\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .tablet\:inset-0 {
    top: 0rem !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
  }

  .tablet\:inset-x-0 {
    right: 0rem !important;
    left: 0rem !important;
  }

  .tablet\:bottom-0 {
    bottom: 0rem !important;
  }

  .tablet\:top-7 {
    top: 4.5rem !important;
  }

  .tablet\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .tablet\:shadow-none {
    box-shadow: none !important;
  }

  .tablet\:text-left {
    text-align: left !important;
  }

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

  .tablet\:text-right {
    text-align: right !important;
  }

  .tablet\:text-white {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .tablet\:text-gray-600 {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .tablet\:text-bluemoney-400 {
    --text-opacity: 1 !important;
    color: #39495e !important;
    color: rgba(57, 73, 94, var(--text-opacity)) !important;
  }

  .tablet\:text-bluemoney-500 {
    --text-opacity: 1 !important;
    color: #24354D !important;
    color: rgba(36, 53, 77, var(--text-opacity)) !important;
  }

  .tablet\:normal-case {
    text-transform: none !important;
  }

  .tablet\:w-16 {
    width: 4rem !important;
  }

  .tablet\:w-40 {
    width: 10rem !important;
  }

  .tablet\:w-64 {
    width: 16rem !important;
  }

  .tablet\:w-auto {
    width: auto !important;
  }

  .tablet\:w-1\/2 {
    width: 50% !important;
  }

  .tablet\:w-1\/3 {
    width: 33.333333% !important;
  }

  .tablet\:w-2\/3 {
    width: 66.666667% !important;
  }

  .tablet\:w-1\/4 {
    width: 25% !important;
  }

  .tablet\:w-3\/4 {
    width: 75% !important;
  }

  .tablet\:w-2\/5 {
    width: 40% !important;
  }

  .tablet\:w-3\/5 {
    width: 60% !important;
  }

  .tablet\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .tablet\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .tablet\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-16 {
    grid-template-columns: repeat(16, minmax(0, 1fr)) !important;
  }

  .tablet\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .tablet\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .tablet\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .tablet\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .tablet\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .tablet\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .tablet\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .tablet\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .tablet\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .tablet\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .tablet\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .tablet\:col-span-16 {
    grid-column: span 16 / span 16 !important;
  }

  .tablet\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .tablet\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .tablet\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }
}

@media (min-width: 1024px) {
  .laptop\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .laptop\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .laptop\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .laptop\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .laptop\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .laptop\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .laptop\:block {
    display: block !important;
  }

  .laptop\:inline-block {
    display: inline-block !important;
  }

  .laptop\:flex {
    display: flex !important;
  }

  .laptop\:hidden {
    display: none !important;
  }

  .laptop\:flex-row {
    flex-direction: row !important;
  }

  .laptop\:flex-col {
    flex-direction: column !important;
  }

  .laptop\:items-start {
    align-items: flex-start !important;
  }

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

  .laptop\:justify-start {
    justify-content: flex-start !important;
  }

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

  .laptop\:justify-between {
    justify-content: space-between !important;
  }

  .laptop\:order-2 {
    order: 2 !important;
  }

  .laptop\:order-3 {
    order: 3 !important;
  }

  .laptop\:order-4 {
    order: 4 !important;
  }

  .laptop\:order-5 {
    order: 5 !important;
  }

  .laptop\:float-left {
    float: left !important;
  }

  .laptop\:h-16 {
    height: 4rem !important;
  }

  .laptop\:h-40 {
    height: 10rem !important;
  }

  .laptop\:h-screen {
    height: 100vh !important;
  }

  .laptop\:text-sm {
    font-size: 0.875rem !important;
  }

  .laptop\:text-base {
    font-size: 1rem !important;
  }

  .laptop\:text-xl {
    font-size: 1.25rem !important;
  }

  .laptop\:text-2xl {
    font-size: 1.5rem !important;
  }

  .laptop\:text-3xl {
    font-size: 1.875rem !important;
  }

  .laptop\:text-4xl {
    font-size: 2.25rem !important;
  }

  .laptop\:text-5xl {
    font-size: 3rem !important;
  }

  .laptop\:leading-9 {
    line-height: 2.25rem !important;
  }

  .laptop\:leading-5xl {
    line-height: 3.5rem !important;
  }

  .laptop\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .laptop\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .laptop\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .laptop\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .laptop\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .laptop\:mt-0 {
    margin-top: 0 !important;
  }

  .laptop\:ml-0 {
    margin-left: 0 !important;
  }

  .laptop\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .laptop\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .laptop\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .laptop\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .laptop\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .laptop\:mr-12 {
    margin-right: 3rem !important;
  }

  .laptop\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .laptop\:mr-20 {
    margin-right: 5rem !important;
  }

  .laptop\:mr-32 {
    margin-right: 8rem !important;
  }

  .laptop\:ml-32 {
    margin-left: 8rem !important;
  }

  .laptop\:mt-40 {
    margin-top: 10rem !important;
  }

  .laptop\:ml-auto {
    margin-left: auto !important;
  }

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

  .laptop\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .laptop\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .laptop\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .laptop\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .laptop\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .laptop\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .laptop\:pt-0 {
    padding-top: 0 !important;
  }

  .laptop\:pb-0 {
    padding-bottom: 0 !important;
  }

  .laptop\:pr-16 {
    padding-right: 4rem !important;
  }

  .laptop\:pr-20 {
    padding-right: 5rem !important;
  }

  .laptop\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .laptop\:pl-20 {
    padding-left: 5rem !important;
  }

  .laptop\:static {
    position: static !important;
  }

  .laptop\:absolute {
    position: absolute !important;
  }

  .laptop\:text-left {
    text-align: left !important;
  }

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

  .laptop\:w-20 {
    width: 5rem !important;
  }

  .laptop\:w-32 {
    width: 8rem !important;
  }

  .laptop\:w-40 {
    width: 10rem !important;
  }

  .laptop\:w-auto {
    width: auto !important;
  }

  .laptop\:w-1\/2 {
    width: 50% !important;
  }

  .laptop\:w-1\/3 {
    width: 33.333333% !important;
  }

  .laptop\:w-2\/5 {
    width: 40% !important;
  }

  .laptop\:w-3\/5 {
    width: 60% !important;
  }

  .laptop\:w-1\/12 {
    width: 8.333333% !important;
  }

  .laptop\:w-11\/12 {
    width: 91.666667% !important;
  }

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

  .laptop\:gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .laptop\:gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .laptop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .laptop\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .laptop\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .laptop\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .laptop\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .laptop\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .laptop\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .laptop\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .laptop\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .laptop\:col-span-14 {
    grid-column: span 14 / span 14 !important;
  }

  .laptop\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .laptop\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .laptop\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .laptop\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1367px) {
  .desktop\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

@media print {
  .print\:block {
    display: block !important;
  }
}