 :root {
     --bs-blue: #0d6efd;
     --bs-indigo: #6610f2;
     --bs-purple: #6f42c1;
     --bs-pink: #d63384;
     --bs-red: #dc3545;
     --bs-orange: #fd7e14;
     --bs-yellow: #ffc107;
     --bs-green: #198754;
     --bs-teal: #20c997;
     --bs-cyan: #0dcaf0;
     --bs-white: #fff;
     --bs-gray: #6c757d;
     --bs-gray-dark: #343a40;
     --bs-gray-100: #f8f9fa;
     --bs-gray-200: #e9ecef;
     --bs-gray-300: #dee2e6;
     --bs-gray-400: #ced4da;
     --bs-gray-500: #adb5bd;
     --bs-gray-600: #6c757d;
     --bs-gray-700: #495057;
     --bs-gray-800: #343a40;
     --bs-gray-900: #212529;
     --bs-primary: #0d6efd;
     --bs-secondary: #6c757d;
     --bs-success: #198754;
     --bs-info: #0dcaf0;
     --bs-warning: #ffc107;
     --bs-danger: #dc3545;
     --bs-light: #f8f9fa;
     --bs-dark: #212529;
     --bs-primary-rgb: 13, 110, 253;
     --bs-secondary-rgb: 108, 117, 125;
     --bs-success-rgb: 25, 135, 84;
     --bs-info-rgb: 13, 202, 240;
     --bs-warning-rgb: 255, 193, 7;
     --bs-danger-rgb: 220, 53, 69;
     --bs-light-rgb: 248, 249, 250;
     --bs-dark-rgb: 33, 37, 41;
     --bs-white-rgb: 255, 255, 255;
     --bs-black-rgb: 0, 0, 0;
     --bs-body-color-rgb: 33, 37, 41;
     --bs-body-bg-rgb: 255, 255, 255;
     --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
     --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
     --bs-body-font-family: var(--bs-font-sans-serif);
     --bs-body-font-size: 1rem;
     --bs-body-font-weight: 400;
     --bs-body-line-height: 1.5;
     --bs-body-color: #212529;
     --bs-body-bg: #fff
 }

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

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

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

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

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

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

 .h1,
 h1 {
     font-size: calc(1.375rem + 1.5vw)
 }

 @media (min-width:1200px) {

     .h1,
     h1 {
         font-size: 2.5rem
     }
 }

 .h2,
 h2 {
     font-size: calc(1.325rem + .9vw)
 }

 @media (min-width:1200px) {

     .h2,
     h2 {
         font-size: 2rem
     }
 }

 .h3,
 h3 {
     font-size: calc(1.3rem + .6vw)
 }

 @media (min-width:1200px) {

     .h3,
     h3 {
         font-size: 1.75rem
     }
 }

 .h4,
 h4 {
     font-size: calc(1.275rem + .3vw)
 }

 @media (min-width:1200px) {

     .h4,
     h4 {
         font-size: 1.5rem
     }
 }

 .h5,
 h5 {
     font-size: 1.25rem
 }

 .h6,
 h6 {
     font-size: 1rem
 }

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

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

 ol,
 ul {
     padding-left: 2rem
 }

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

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

 dt {
     font-weight: 700
 }

 blockquote {
     margin: 0 0 1rem
 }

 b,
 strong {
     font-weight: bolder
 }

 .small,
 small {
     font-size: .875em
 }

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

 sub {
     bottom: -.25em
 }

 sup {
     top: -.5em
 }

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

 a:hover {
     color: #0a58ca
 }

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

 code,
 pre {
     font-family: var(--bs-font-monospace);
     font-size: 1em;
     direction: ltr;
     unicode-bidi: bidi-override
 }

 pre {
     display: block;
     margin-top: 0;
     margin-bottom: 1rem;
     overflow: auto;
     font-size: .875em
 }

 pre code {
     font-size: inherit;
     color: inherit;
     word-break: normal
 }

 code {
     font-size: .875em;
     color: #d63384;
     word-wrap: break-word
 }

 a>code {
     color: inherit
 }

 figure {
     margin: 0 0 1rem
 }

 img,
 svg {
     vertical-align: middle
 }

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

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

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

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

 label {
     display: inline-block
 }

 button {
     border-radius: 0
 }

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

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

 button,
 select {
     text-transform: none
 }

 [role=button] {
     cursor: pointer
 }

 select {
     word-wrap: normal
 }

 select:disabled {
     opacity: 1
 }

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

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

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

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

 textarea {
     resize: vertical
 }

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

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

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

 ::-webkit-search-decoration {
     -webkit-appearance: none
 }

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

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

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

 output {
     display: inline-block
 }

 iframe {
     border: 0
 }

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

 progress {
     vertical-align: baseline
 }

 [hidden] {
     display: none !important
 }

 .blockquote {
     margin-bottom: 1rem;
     font-size: 1.25rem
 }

 .blockquote>:last-child {
     margin-bottom: 0
 }

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

 .figure {
     display: inline-block
 }

 .container,
 .container-fluid,
 .container-xl {
     width: 100%;
     padding-right: var(--bs-gutter-x, .75rem);
     padding-left: var(--bs-gutter-x, .75rem);
     margin-right: auto;
     margin-left: auto
 }

 @media (min-width:576px) {
     .container {
         max-width: 540px
     }
 }

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

 @media (min-width:992px) {
     .container {
         max-width: 960px
     }
 }

 @media (min-width:1200px) {

     .container,
     .container-xl {
         max-width: 1140px
     }
 }

 @media (min-width:1400px) {

     .container,
     .container-xl {
         max-width: 1320px
     }
 }

 .row {
     --bs-gutter-x: 1.5rem;
     --bs-gutter-y: 0;
     display: flex;
     flex-wrap: wrap;
     margin-top: calc(-1 * var(--bs-gutter-y));
     margin-right: calc(-.5 * var(--bs-gutter-x));
     margin-left: calc(-.5 * var(--bs-gutter-x))
 }

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

 .col {
     flex: 1 0 0%
 }

 .col-1 {
     flex: 0 0 auto;
     width: 8.33333333%
 }

 .col-2 {
     flex: 0 0 auto;
     width: 16.66666667%
 }

 .col-3 {
     flex: 0 0 auto;
     width: 25%
 }

 .col-4 {
     flex: 0 0 auto;
     width: 33.33333333%
 }

 .col-5 {
     flex: 0 0 auto;
     width: 41.66666667%
 }

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

 .col-7 {
     flex: 0 0 auto;
     width: 58.33333333%
 }

 .col-8 {
     flex: 0 0 auto;
     width: 66.66666667%
 }

 .col-9 {
     flex: 0 0 auto;
     width: 75%
 }

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

 .col-11 {
     flex: 0 0 auto;
     width: 91.66666667%
 }

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

 .g-0 {
     --bs-gutter-x: 0
 }

 .g-0 {
     --bs-gutter-y: 0
 }

 .g-1 {
     --bs-gutter-x: 0.25rem
 }

 .g-1 {
     --bs-gutter-y: 0.25rem
 }

 .g-2 {
     --bs-gutter-x: 0.5rem
 }

 .g-2 {
     --bs-gutter-y: 0.5rem
 }

 .g-3 {
     --bs-gutter-x: 1rem
 }

 .g-3 {
     --bs-gutter-y: 1rem
 }

 .g-4 {
     --bs-gutter-x: 1.5rem
 }

 .g-4 {
     --bs-gutter-y: 1.5rem
 }

 @media (min-width:576px) {
     .col-sm-6 {
         flex: 0 0 auto;
         width: 50%
     }
 }

 @media (min-width:768px) {
     .col-md {
         flex: 1 0 0%
     }

     .col-md-3 {
         flex: 0 0 auto;
         width: 25%
     }

     .col-md-4 {
         flex: 0 0 auto;
         width: 33.33333333%
     }

     .col-md-5 {
         flex: 0 0 auto;
         width: 41.66666667%
     }

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

     .col-md-7 {
         flex: 0 0 auto;
         width: 58.33333333%
     }

     .col-md-8 {
         flex: 0 0 auto;
         width: 66.66666667%
     }

     .col-md-9 {
         flex: 0 0 auto;
         width: 75%
     }

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

     .g-md-5 {
         --bs-gutter-x: 3rem
     }

     .g-md-5 {
         --bs-gutter-y: 3rem
     }
 }

 @media (min-width:992px) {
     .col-lg-2 {
         flex: 0 0 auto;
         width: 16.66666667%
     }

     .col-lg-3 {
         flex: 0 0 auto;
         width: 25%
     }

     .col-lg-4 {
         flex: 0 0 auto;
         width: 33.33333333%
     }

     .col-lg-5 {
         flex: 0 0 auto;
         width: 41.66666667%
     }

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

     .col-lg-7 {
         flex: 0 0 auto;
         width: 58.33333333%
     }

     .col-lg-8 {
         flex: 0 0 auto;
         width: 66.66666667%
     }

     .col-lg-9 {
         flex: 0 0 auto;
         width: 75%
     }

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

     .g-lg-2 {
         --bs-gutter-x: 0.5rem
     }

     .g-lg-2 {
         --bs-gutter-y: 0.5rem
     }
 }

 @media (min-width:1200px) {
     .col-xl-2 {
         flex: 0 0 auto;
         width: 16.66666667%
     }

     .col-xl-3 {
         flex: 0 0 auto;
         width: 25%
     }

     .col-xl-4 {
         flex: 0 0 auto;
         width: 33.33333333%
     }

     .col-xl-5 {
         flex: 0 0 auto;
         width: 41.66666667%
     }

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

     .col-xl-7 {
         flex: 0 0 auto;
         width: 58.33333333%
     }

     .col-xl-8 {
         flex: 0 0 auto;
         width: 66.66666667%
     }

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

     .g-xl-0 {
         --bs-gutter-x: 0
     }

     .g-xl-0 {
         --bs-gutter-y: 0
     }
 }

 @media (min-width:1400px) {
     .col-xxl-2 {
         flex: 0 0 auto;
         width: 16.66666667%
     }

     .col-xxl-3 {
         flex: 0 0 auto;
         width: 25%
     }

     .col-xxl-4 {
         flex: 0 0 auto;
         width: 33.33333333%
     }

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

 .table {
     --bs-table-bg: transparent;
     --bs-table-accent-bg: transparent;
     --bs-table-striped-color: #212529;
     --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
     --bs-table-active-color: #212529;
     --bs-table-active-bg: rgba(0, 0, 0, 0.1);
     --bs-table-hover-color: #212529;
     --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
     width: 100%;
     margin-bottom: 1rem;
     color: #212529;
     vertical-align: top;
     border-color: #dee2e6
 }

 .table>:not(caption)>*>* {
     padding: .5rem .5rem;
     background-color: var(--bs-table-bg);
     border-bottom-width: 1px;
     box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
 }

 .table>tbody {
     vertical-align: inherit
 }

 .table>thead {
     vertical-align: bottom
 }

 .table>:not(:first-child) {
     border-top: 2px solid currentColor
 }

 .table-striped>tbody>tr:nth-of-type(odd)>* {
     --bs-table-accent-bg: var(--bs-table-striped-bg);
     color: var(--bs-table-striped-color)
 }

 .table-hover>tbody>tr:hover>* {
     --bs-table-accent-bg: var(--bs-table-hover-bg);
     color: var(--bs-table-hover-color)
 }

 .table-dark {
     --bs-table-bg: #212529;
     --bs-table-striped-bg: #2c3034;
     --bs-table-striped-color: #fff;
     --bs-table-active-bg: #373b3e;
     --bs-table-active-color: #fff;
     --bs-table-hover-bg: #323539;
     --bs-table-hover-color: #fff;
     color: #fff;
     border-color: #373b3e
 }

 .form-label {
     margin-bottom: .5rem
 }

 .form-text {
     margin-top: .25rem;
     font-size: .875em;
     color: #6c757d
 }

 .form-control {
     display: block;
     width: 100%;
     padding: .375rem .75rem;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border-radius: .25rem;
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
 }

 @media (prefers-reduced-motion:reduce) {
     .form-control {
         transition: none
     }
 }

 .form-control[type=file] {
     overflow: hidden
 }

 .form-control[type=file]:not(:disabled):not([readonly]) {
     cursor: pointer
 }

 .form-control:focus {
     color: #212529;
     background-color: #fff;
     border-color: #86b7fe;
     outline: 0;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
 }

 .form-control::-webkit-date-and-time-value {
     height: 1.5em
 }

 .form-control::-moz-placeholder {
     color: #6c757d;
     opacity: 1
 }

 .form-control::placeholder {
     color: #6c757d;
     opacity: 1
 }

 .form-control:disabled {
     background-color: #e9ecef;
     opacity: 1
 }

 .form-control::file-selector-button {
     padding: .375rem .75rem;
     margin: -.375rem -.75rem;
     margin-inline-end: .75rem;
     color: #212529;
     background-color: #e9ecef;
     pointer-events: none;
     border-color: inherit;
     border-style: solid;
     border-width: 0;
     border-inline-end-width: 1px;
     border-radius: 0;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
 }

 @media (prefers-reduced-motion:reduce) {
     .form-control::file-selector-button {
         transition: none
     }
 }

 .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
     background-color: #dde0e3
 }

 .form-control::-webkit-file-upload-button {
     padding: .375rem .75rem;
     margin: -.375rem -.75rem;
     margin-inline-end: .75rem;
     color: #212529;
     background-color: #e9ecef;
     pointer-events: none;
     border-color: inherit;
     border-style: solid;
     border-width: 0;
     border-inline-end-width: 1px;
     border-radius: 0;
     -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
 }

 @media (prefers-reduced-motion:reduce) {
     .form-control::-webkit-file-upload-button {
         -webkit-transition: none;
         transition: none
     }
 }

 .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
     background-color: #dde0e3
 }

 .form-control-sm {
     min-height: calc(1.5em + .5rem + 2px);
     padding: .25rem .5rem;
     font-size: .875rem;
     border-radius: .2rem
 }

 .form-control-sm::file-selector-button {
     padding: .25rem .5rem;
     margin: -.25rem -.5rem;
     margin-inline-end: .5rem
 }

 .form-control-sm::-webkit-file-upload-button {
     padding: .25rem .5rem;
     margin: -.25rem -.5rem;
     margin-inline-end: .5rem
 }

 textarea.form-control {
     min-height: calc(1.5em + .75rem + 2px)
 }

 textarea.form-control-sm {
     min-height: calc(1.5em + .5rem + 2px)
 }

 .form-control-color {
     width: 3rem;
     height: auto;
     padding: .375rem
 }

 .form-control-color:not(:disabled):not([readonly]) {
     cursor: pointer
 }

 .form-control-color::-moz-color-swatch {
     height: 1.5em;
     border-radius: .25rem
 }

 .form-control-color::-webkit-color-swatch {
     height: 1.5em;
     border-radius: .25rem
 }

 .form-select {
     display: block;
     width: 100%;
     padding: .375rem 2.25rem .375rem .75rem;
     -moz-padding-start: calc(0.75rem - 3px);
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
     background-color: #fff;
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-position: right .75rem center;
     background-size: 16px 12px;
     border: 1px solid #ced4da;
     border-radius: .25rem;
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none
 }

 @media (prefers-reduced-motion:reduce) {
     .form-select {
         transition: none
     }
 }

 .form-select:focus {
     border-color: #86b7fe;
     outline: 0;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
 }

 .form-select[multiple],
 .form-select[size]:not([size="1"]) {
     padding-right: .75rem;
     background-image: none
 }

 .form-select:disabled {
     background-color: #e9ecef
 }

 .form-select:-moz-focusring {
     color: transparent;
     text-shadow: 0 0 0 #212529
 }

 .form-check {
     display: block;
     min-height: 1.5rem;
     padding-left: 1.5em;
     margin-bottom: .125rem
 }

 .form-check .form-check-input {
     float: left;
     margin-left: -1.5em
 }

 .form-check-input {
     width: 1em;
     height: 1em;
     margin-top: .25em;
     vertical-align: top;
     background-color: #fff;
     background-repeat: no-repeat;
     background-position: center;
     background-size: contain;
     border: 1px solid rgba(0, 0, 0, .25);
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     -webkit-print-color-adjust: exact;
     color-adjust: exact
 }

 .form-check-input[type=checkbox] {
     border-radius: .25em
 }

 .form-check-input[type=radio] {
     border-radius: 50%
 }

 .form-check-input:active {
     filter: brightness(90%)
 }

 .form-check-input:focus {
     border-color: #86b7fe;
     outline: 0;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
 }

 .form-check-input:checked {
     background-color: #0d6efd;
     border-color: #0d6efd
 }

 .form-check-input:checked[type=checkbox] {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
 }

 .form-check-input:checked[type=radio] {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
 }

 .form-check-input[type=checkbox]:indeterminate {
     background-color: #0d6efd;
     border-color: #0d6efd;
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
 }

 .form-check-input:disabled {
     pointer-events: none;
     filter: none;
     opacity: .5
 }

 .form-check-input:disabled~.form-check-label,
 .form-check-input[disabled]~.form-check-label {
     opacity: .5
 }

 .form-switch {
     padding-left: 2.5em
 }

 .form-switch .form-check-input {
     width: 2em;
     margin-left: -2.5em;
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
     background-position: left center;
     border-radius: 2em;
     transition: background-position .15s ease-in-out
 }

 @media (prefers-reduced-motion:reduce) {
     .form-switch .form-check-input {
         transition: none
     }
 }

 .form-switch .form-check-input:focus {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
 }

 .form-switch .form-check-input:checked {
     background-position: right center;
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
 }

 .form-check-inline {
     display: inline-block;
     margin-right: 1rem
 }

 .form-range {
     width: 100%;
     height: 1.5rem;
     padding: 0;
     background-color: transparent;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none
 }

 .form-range:focus {
     outline: 0
 }

 .form-range:focus::-webkit-slider-thumb {
     box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
 }

 .form-range:focus::-moz-range-thumb {
     box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
 }

 .form-range::-moz-focus-outer {
     border: 0
 }

 .form-range::-webkit-slider-thumb {
     width: 1rem;
     height: 1rem;
     margin-top: -.25rem;
     background-color: #0d6efd;
     border: 0;
     border-radius: 1rem;
     -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     -webkit-appearance: none;
     appearance: none
 }

 @media (prefers-reduced-motion:reduce) {
     .form-range::-webkit-slider-thumb {
         -webkit-transition: none;
         transition: none
     }
 }

 .form-range::-webkit-slider-thumb:active {
     background-color: #b6d4fe
 }

 .form-range::-webkit-slider-runnable-track {
     width: 100%;
     height: .5rem;
     color: transparent;
     cursor: pointer;
     background-color: #dee2e6;
     border-color: transparent;
     border-radius: 1rem
 }

 .form-range::-moz-range-thumb {
     width: 1rem;
     height: 1rem;
     background-color: #0d6efd;
     border: 0;
     border-radius: 1rem;
     -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     -moz-appearance: none;
     appearance: none
 }

 @media (prefers-reduced-motion:reduce) {
     .form-range::-moz-range-thumb {
         -moz-transition: none;
         transition: none
     }
 }

 .form-range::-moz-range-thumb:active {
     background-color: #b6d4fe
 }

 .form-range::-moz-range-track {
     width: 100%;
     height: .5rem;
     color: transparent;
     cursor: pointer;
     background-color: #dee2e6;
     border-color: transparent;
     border-radius: 1rem
 }

 .form-range:disabled {
     pointer-events: none
 }

 .form-range:disabled::-webkit-slider-thumb {
     background-color: #adb5bd
 }

 .form-range:disabled::-moz-range-thumb {
     background-color: #adb5bd
 }

 .input-group {
     position: relative;
     display: flex;
     flex-wrap: wrap;
     align-items: stretch;
     width: 100%
 }

 .input-group>.form-control,
 .input-group>.form-select {
     position: relative;
     flex: 1 1 auto;
     width: 1%;
     min-width: 0
 }

 .input-group>.form-control:focus,
 .input-group>.form-select:focus {
     z-index: 3
 }

 .input-group .btn {
     position: relative;
     z-index: 2
 }

 .input-group .btn:focus {
     z-index: 3
 }

 .input-group-text {
     display: flex;
     align-items: center;
     padding: .375rem .75rem;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
     text-align: center;
     white-space: nowrap;
     background-color: #e9ecef;
     border: 1px solid #ced4da;
     border-radius: .25rem
 }

 .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
 .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0
 }

 .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
 .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0
 }

 .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
     margin-left: -1px;
     border-top-left-radius: 0;
     border-bottom-left-radius: 0
 }

 .invalid-feedback {
     display: none;
     width: 100%;
     margin-top: .25rem;
     font-size: .875em;
     color: #dc3545
 }

 .form-check-inline .form-check-input~.invalid-feedback {
     margin-left: .5em
 }

 .btn {
     display: inline-block;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
     text-align: center;
     text-decoration: none;
     vertical-align: middle;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
     background-color: transparent;
     border: 1px solid transparent;
     padding: .375rem .75rem;
     font-size: 1rem;
     border-radius: .25rem;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
 }

 @media (prefers-reduced-motion:reduce) {
     .btn {
         transition: none
     }
 }

 .btn:hover {
     color: #212529
 }

 .btn:focus {
     outline: 0;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
 }

 .btn.disabled,
 .btn:disabled {
     pointer-events: none;
     opacity: .65
 }

 .btn-primary {
     color: #fff;
     background-color: #0d6efd;
     border-color: #0d6efd
 }

 .btn-primary:hover {
     color: #fff;
     background-color: #0b5ed7;
     border-color: #0a58ca
 }

 .btn-primary:focus {
     color: #fff;
     background-color: #0b5ed7;
     border-color: #0a58ca;
     box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
 }

 .btn-primary.active,
 .btn-primary:active,
 .show>.btn-primary.dropdown-toggle {
     color: #fff;
     background-color: #0a58ca;
     border-color: #0a53be
 }

 .btn-primary.active:focus,
 .btn-primary:active:focus,
 .show>.btn-primary.dropdown-toggle:focus {
     box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
 }

 .btn-primary.disabled,
 .btn-primary:disabled {
     color: #fff;
     background-color: #0d6efd;
     border-color: #0d6efd
 }

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

 .btn-secondary:hover {
     color: #fff;
     background-color: #5c636a;
     border-color: #565e64
 }

 .btn-secondary:focus {
     color: #fff;
     background-color: #5c636a;
     border-color: #565e64;
     box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
 }

 .btn-secondary.active,
 .btn-secondary:active,
 .show>.btn-secondary.dropdown-toggle {
     color: #fff;
     background-color: #565e64;
     border-color: #51585e
 }

 .btn-secondary.active:focus,
 .btn-secondary:active:focus,
 .show>.btn-secondary.dropdown-toggle:focus {
     box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
 }

 .btn-secondary.disabled,
 .btn-secondary:disabled {
     color: #fff;
     background-color: #6c757d;
     border-color: #6c757d
 }

 .btn-danger {
     color: #fff;
     background-color: #dc3545;
     border-color: #dc3545
 }

 .btn-danger:hover {
     color: #fff;
     background-color: #bb2d3b;
     border-color: #b02a37
 }

 .btn-danger:focus {
     color: #fff;
     background-color: #bb2d3b;
     border-color: #b02a37;
     box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
 }

 .btn-danger.active,
 .btn-danger:active,
 .show>.btn-danger.dropdown-toggle {
     color: #fff;
     background-color: #b02a37;
     border-color: #a52834
 }

 .btn-danger.active:focus,
 .btn-danger:active:focus,
 .show>.btn-danger.dropdown-toggle:focus {
     box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
 }

 .btn-danger.disabled,
 .btn-danger:disabled {
     color: #fff;
     background-color: #dc3545;
     border-color: #dc3545
 }

 .btn-lg {
     padding: .5rem 1rem;
     font-size: 1.25rem;
     border-radius: .3rem
 }

 .fade {
     transition: opacity .15s linear
 }

 @media (prefers-reduced-motion:reduce) {
     .fade {
         transition: none
     }
 }

 .fade:not(.show) {
     opacity: 0
 }

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

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

 @media (prefers-reduced-motion:reduce) {
     .collapsing {
         transition: none
     }
 }

 .collapsing.collapse-horizontal {
     width: 0;
     height: auto;
     transition: width .35s ease
 }

 @media (prefers-reduced-motion:reduce) {
     .collapsing.collapse-horizontal {
         transition: none
     }
 }

 .dropdown,
 .dropend,
 .dropstart,
 .dropup {
     position: relative
 }

 .dropdown-toggle {
     white-space: nowrap
 }

 .dropdown-toggle::after {
     display: inline-block;
     margin-left: .255em;
     vertical-align: .255em;
     content: "";
     border-top: .3em solid;
     border-right: .3em solid transparent;
     border-bottom: 0;
     border-left: .3em solid transparent
 }

 .dropdown-toggle:empty::after {
     margin-left: 0
 }

 .dropdown-menu {
     position: absolute;
     z-index: 1000;
     display: none;
     min-width: 10rem;
     padding: .5rem 0;
     margin: 0;
     font-size: 1rem;
     color: #212529;
     text-align: left;
     list-style: none;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, .15);
     border-radius: .25rem
 }

 .dropdown-menu[data-bs-popper] {
     top: 100%;
     left: 0;
     margin-top: .125rem
 }

 .dropup .dropdown-menu[data-bs-popper] {
     top: auto;
     bottom: 100%;
     margin-top: 0;
     margin-bottom: .125rem
 }

 .dropup .dropdown-toggle::after {
     display: inline-block;
     margin-left: .255em;
     vertical-align: .255em;
     content: "";
     border-top: 0;
     border-right: .3em solid transparent;
     border-bottom: .3em solid;
     border-left: .3em solid transparent
 }

 .dropup .dropdown-toggle:empty::after {
     margin-left: 0
 }

 .dropend .dropdown-menu[data-bs-popper] {
     top: 0;
     right: auto;
     left: 100%;
     margin-top: 0;
     margin-left: .125rem
 }

 .dropend .dropdown-toggle::after {
     display: inline-block;
     margin-left: .255em;
     vertical-align: .255em;
     content: "";
     border-top: .3em solid transparent;
     border-right: 0;
     border-bottom: .3em solid transparent;
     border-left: .3em solid
 }

 .dropend .dropdown-toggle:empty::after {
     margin-left: 0
 }

 .dropend .dropdown-toggle::after {
     vertical-align: 0
 }

 .dropstart .dropdown-menu[data-bs-popper] {
     top: 0;
     right: 100%;
     left: auto;
     margin-top: 0;
     margin-right: .125rem
 }

 .dropstart .dropdown-toggle::after {
     display: inline-block;
     margin-left: .255em;
     vertical-align: .255em;
     content: ""
 }

 .dropstart .dropdown-toggle::after {
     display: none
 }

 .dropstart .dropdown-toggle::before {
     display: inline-block;
     margin-right: .255em;
     vertical-align: .255em;
     content: "";
     border-top: .3em solid transparent;
     border-right: .3em solid;
     border-bottom: .3em solid transparent
 }

 .dropstart .dropdown-toggle:empty::after {
     margin-left: 0
 }

 .dropstart .dropdown-toggle::before {
     vertical-align: 0
 }

 .dropdown-divider {
     height: 0;
     margin: .5rem 0;
     overflow: hidden;
     border-top: 1px solid rgba(0, 0, 0, .15)
 }

 .dropdown-item {
     display: block;
     width: 100%;
     padding: .25rem 1rem;
     clear: both;
     font-weight: 400;
     color: #212529;
     text-align: inherit;
     text-decoration: none;
     white-space: nowrap;
     background-color: transparent;
     border: 0
 }

 .dropdown-item:focus,
 .dropdown-item:hover {
     color: #1e2125;
     background-color: #e9ecef
 }

 .dropdown-item.active,
 .dropdown-item:active {
     color: #fff;
     text-decoration: none;
     background-color: #0d6efd
 }

 .dropdown-item.disabled,
 .dropdown-item:disabled {
     color: #adb5bd;
     pointer-events: none;
     background-color: transparent
 }

 .dropdown-menu.show {
     display: block
 }

 .dropdown-header {
     display: block;
     padding: .5rem 1rem;
     margin-bottom: 0;
     font-size: .875rem;
     color: #6c757d;
     white-space: nowrap
 }

 .dropdown-item-text {
     display: block;
     padding: .25rem 1rem;
     color: #212529
 }

 .nav {
     display: flex;
     flex-wrap: wrap;
     padding-left: 0;
     margin-bottom: 0;
     list-style: none
 }

 .nav-link {
     display: block;
     padding: .5rem 1rem;
     color: #0d6efd;
     text-decoration: none;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
 }

 @media (prefers-reduced-motion:reduce) {
     .nav-link {
         transition: none
     }
 }

 .nav-link:focus,
 .nav-link:hover {
     color: #0a58ca
 }

 .nav-link.disabled {
     color: #6c757d;
     pointer-events: none;
     cursor: default
 }

 .nav-pills .nav-link {
     background: 0 0;
     border: 0;
     border-radius: .25rem
 }

 .nav-pills .nav-link.active,
 .nav-pills .show>.nav-link {
     color: #fff;
     background-color: #0d6efd
 }

 .navbar {
     position: relative;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
     padding-top: .5rem;
     padding-bottom: .5rem
 }

 .navbar>.container,
 .navbar>.container-fluid,
 .navbar>.container-xl {
     display: flex;
     flex-wrap: inherit;
     align-items: center;
     justify-content: space-between
 }

 .navbar-brand {
     padding-top: .3125rem;
     padding-bottom: .3125rem;
     margin-right: 1rem;
     font-size: 1.25rem;
     text-decoration: none;
     white-space: nowrap
 }

 .navbar-nav {
     display: flex;
     flex-direction: column;
     padding-left: 0;
     margin-bottom: 0;
     list-style: none
 }

 .navbar-nav .nav-link {
     padding-right: 0;
     padding-left: 0
 }

 .navbar-nav .dropdown-menu {
     position: static
 }

 .navbar-collapse {
     flex-basis: 100%;
     flex-grow: 1;
     align-items: center
 }

 .navbar-toggler {
     padding: .25rem .75rem;
     font-size: 1.25rem;
     line-height: 1;
     background-color: transparent;
     border: 1px solid transparent;
     border-radius: .25rem;
     transition: box-shadow .15s ease-in-out
 }

 @media (prefers-reduced-motion:reduce) {
     .navbar-toggler {
         transition: none
     }
 }

 .navbar-toggler:hover {
     text-decoration: none
 }

 .navbar-toggler:focus {
     text-decoration: none;
     outline: 0;
     box-shadow: 0 0 0 .25rem
 }

 @media (min-width:768px) {
     .navbar-expand-md {
         flex-wrap: nowrap;
         justify-content: flex-start
     }

     .navbar-expand-md .navbar-nav {
         flex-direction: row
     }

     .navbar-expand-md .navbar-nav .dropdown-menu {
         position: absolute
     }

     .navbar-expand-md .navbar-nav .nav-link {
         padding-right: .5rem;
         padding-left: .5rem
     }

     .navbar-expand-md .navbar-collapse {
         display: flex !important;
         flex-basis: auto
     }

     .navbar-expand-md .navbar-toggler {
         display: none
     }

     .navbar-expand-md .offcanvas {
         position: inherit;
         bottom: 0;
         z-index: 1000;
         flex-grow: 1;
         visibility: visible !important;
         background-color: transparent;
         border-right: 0;
         border-left: 0;
         transition: none;
         transform: none
     }
 }

 @media (min-width:1200px) {
     .navbar-expand-xl {
         flex-wrap: nowrap;
         justify-content: flex-start
     }

     .navbar-expand-xl .navbar-nav {
         flex-direction: row
     }

     .navbar-expand-xl .navbar-nav .dropdown-menu {
         position: absolute
     }

     .navbar-expand-xl .navbar-nav .nav-link {
         padding-right: .5rem;
         padding-left: .5rem
     }

     .navbar-expand-xl .navbar-collapse {
         display: flex !important;
         flex-basis: auto
     }

     .navbar-expand-xl .navbar-toggler {
         display: none
     }

     .navbar-expand-xl .offcanvas {
         position: inherit;
         bottom: 0;
         z-index: 1000;
         flex-grow: 1;
         visibility: visible !important;
         background-color: transparent;
         border-right: 0;
         border-left: 0;
         transition: none;
         transform: none
     }
 }

 .card {
     position: relative;
     display: flex;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: border-box;
     border: 1px solid rgba(0, 0, 0, .125);
     border-radius: .25rem
 }

 .card>hr {
     margin-right: 0;
     margin-left: 0
 }

 .card>.list-group {
     border-top: inherit;
     border-bottom: inherit
 }

 .card>.list-group:first-child {
     border-top-width: 0;
     border-top-left-radius: calc(.25rem - 1px);
     border-top-right-radius: calc(.25rem - 1px)
 }

 .card>.list-group:last-child {
     border-bottom-width: 0;
     border-bottom-right-radius: calc(.25rem - 1px);
     border-bottom-left-radius: calc(.25rem - 1px)
 }

 .accordion-button {
     position: relative;
     display: flex;
     align-items: center;
     width: 100%;
     padding: 1rem 1.25rem;
     font-size: 1rem;
     color: #212529;
     text-align: left;
     background-color: #fff;
     border: 0;
     border-radius: 0;
     overflow-anchor: none;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
 }

 @media (prefers-reduced-motion:reduce) {
     .accordion-button {
         transition: none
     }
 }

 .accordion-button:not(.collapsed) {
     color: #0c63e4;
     background-color: #e7f1ff;
     box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
 }

 .accordion-button:not(.collapsed)::after {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
     transform: rotate(-180deg)
 }

 .accordion-button::after {
     flex-shrink: 0;
     width: 1.25rem;
     height: 1.25rem;
     margin-left: auto;
     content: "";
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-size: 1.25rem;
     transition: transform .2s ease-in-out
 }

 @media (prefers-reduced-motion:reduce) {
     .accordion-button::after {
         transition: none
     }
 }

 .accordion-button:hover {
     z-index: 2
 }

 .accordion-button:focus {
     z-index: 3;
     border-color: #86b7fe;
     outline: 0;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
 }

 .accordion-header {
     margin-bottom: 0
 }

 .accordion-item {
     background-color: #fff;
     border: 1px solid rgba(0, 0, 0, .125)
 }

 .accordion-item:first-of-type {
     border-top-left-radius: .25rem;
     border-top-right-radius: .25rem
 }

 .accordion-item:first-of-type .accordion-button {
     border-top-left-radius: calc(.25rem - 1px);
     border-top-right-radius: calc(.25rem - 1px)
 }

 .accordion-item:not(:first-of-type) {
     border-top: 0
 }

 .accordion-item:last-of-type {
     border-bottom-right-radius: .25rem;
     border-bottom-left-radius: .25rem
 }

 .accordion-item:last-of-type .accordion-button.collapsed {
     border-bottom-right-radius: calc(.25rem - 1px);
     border-bottom-left-radius: calc(.25rem - 1px)
 }

 .accordion-item:last-of-type .accordion-collapse {
     border-bottom-right-radius: .25rem;
     border-bottom-left-radius: .25rem
 }

 .accordion-body {
     padding: 1rem 1.25rem
 }

 .breadcrumb {
     display: flex;
     flex-wrap: wrap;
     padding: 0 0;
     margin-bottom: 1rem;
     list-style: none
 }

 .pagination {
     display: flex;
     padding-left: 0;
     list-style: none
 }

 .badge {
     display: inline-block;
     padding: .35em .65em;
     font-size: .75em;
     font-weight: 700;
     line-height: 1;
     color: #fff;
     text-align: center;
     white-space: nowrap;
     vertical-align: baseline;
     border-radius: .25rem
 }

 .badge:empty {
     display: none
 }

 .btn .badge {
     position: relative;
     top: -1px
 }

 .alert {
     position: relative;
     padding: 1rem 1rem;
     margin-bottom: 1rem;
     border: 1px solid transparent;
     border-radius: .25rem
 }

 .alert-success {
     color: #0f5132;
     background-color: #d1e7dd;
     border-color: #badbcc
 }

 .alert-danger {
     color: #842029;
     background-color: #f8d7da;
     border-color: #f5c2c7
 }

 @keyframes progress-bar-stripes {
     0% {
         background-position-x: 1rem
     }
 }

 .progress {
     display: flex;
     height: 1rem;
     overflow: hidden;
     font-size: .75rem;
     background-color: #e9ecef;
     border-radius: .25rem
 }

 .list-group {
     display: flex;
     flex-direction: column;
     padding-left: 0;
     margin-bottom: 0;
     border-radius: .25rem
 }

 .list-group-item-action {
     width: 100%;
     color: #495057;
     text-align: inherit
 }

 .list-group-item-action:focus,
 .list-group-item-action:hover {
     z-index: 1;
     color: #495057;
     text-decoration: none;
     background-color: #f8f9fa
 }

 .list-group-item-action:active {
     color: #212529;
     background-color: #e9ecef
 }

 .list-group-item {
     position: relative;
     display: block;
     padding: .5rem 1rem;
     color: #212529;
     text-decoration: none;
     background-color: #fff;
     border: 1px solid rgba(0, 0, 0, .125)
 }

 .list-group-item:first-child {
     border-top-left-radius: inherit;
     border-top-right-radius: inherit
 }

 .list-group-item:last-child {
     border-bottom-right-radius: inherit;
     border-bottom-left-radius: inherit
 }

 .list-group-item.disabled,
 .list-group-item:disabled {
     color: #6c757d;
     pointer-events: none;
     background-color: #fff
 }

 .list-group-item.active {
     z-index: 2;
     color: #fff;
     background-color: #0d6efd;
     border-color: #0d6efd
 }

 .list-group-item+.list-group-item {
     border-top-width: 0
 }

 .list-group-item+.list-group-item.active {
     margin-top: -1px;
     border-top-width: 1px
 }

 .btn-close {
     box-sizing: content-box;
     width: 1em;
     height: 1em;
     padding: .25em .25em;
     color: #000;
     background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
     border: 0;
     border-radius: .25rem;
     opacity: .5
 }

 .btn-close:hover {
     color: #000;
     text-decoration: none;
     opacity: .75
 }

 .btn-close:focus {
     outline: 0;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
     opacity: 1
 }

 .btn-close.disabled,
 .btn-close:disabled {
     pointer-events: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
     opacity: .25
 }

 .toast {
     width: 350px;
     max-width: 100%;
     font-size: .875rem;
     pointer-events: auto;
     background-color: rgba(255, 255, 255, .85);
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, .1);
     box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
     border-radius: .25rem
 }

 .toast.showing {
     opacity: 0
 }

 .toast:not(.show) {
     display: none
 }

 .modal {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 1055;
     display: none;
     width: 100%;
     height: 100%;
     overflow-x: hidden;
     overflow-y: auto;
     outline: 0
 }

 .modal-dialog {
     position: relative;
     width: auto;
     margin: .5rem;
     pointer-events: none
 }

 .modal.fade .modal-dialog {
     transition: transform .3s ease-out;
     transform: translate(0, -50px)
 }

 @media (prefers-reduced-motion:reduce) {
     .modal.fade .modal-dialog {
         transition: none
     }
 }

 .modal.show .modal-dialog {
     transform: none
 }

 .modal.modal-static .modal-dialog {
     transform: scale(1.02)
 }

 .modal-dialog-centered {
     display: flex;
     align-items: center;
     min-height: calc(100% - 1rem)
 }

 .modal-content {
     position: relative;
     display: flex;
     flex-direction: column;
     width: 100%;
     pointer-events: auto;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, .2);
     border-radius: .3rem;
     outline: 0
 }

 .modal-backdrop {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 1050;
     width: 100vw;
     height: 100vh;
     background-color: #000
 }

 .modal-backdrop.fade {
     opacity: 0
 }

 .modal-backdrop.show {
     opacity: .5
 }

 .modal-header {
     display: flex;
     flex-shrink: 0;
     align-items: center;
     justify-content: space-between;
     padding: 1rem 1rem;
     border-bottom: 1px solid #dee2e6;
     border-top-left-radius: calc(.3rem - 1px);
     border-top-right-radius: calc(.3rem - 1px)
 }

 .modal-header .btn-close {
     padding: .5rem .5rem;
     margin: -.5rem -.5rem -.5rem auto
 }

 .modal-title {
     margin-bottom: 0;
     line-height: 1.5
 }

 .modal-body {
     position: relative;
     flex: 1 1 auto;
     padding: 1rem
 }

 .modal-footer {
     display: flex;
     flex-wrap: wrap;
     flex-shrink: 0;
     align-items: center;
     justify-content: flex-end;
     padding: .75rem;
     border-top: 1px solid #dee2e6;
     border-bottom-right-radius: calc(.3rem - 1px);
     border-bottom-left-radius: calc(.3rem - 1px)
 }

 .modal-footer>* {
     margin: .25rem
 }

 @media (min-width:576px) {
     .modal-dialog {
         max-width: 500px;
         margin: 1.75rem auto
     }

     .modal-dialog-centered {
         min-height: calc(100% - 3.5rem)
     }
 }

 .tooltip {
     position: absolute;
     z-index: 1080;
     display: block;
     margin: 0;
     font-family: var(--bs-font-sans-serif);
     font-style: normal;
     font-weight: 400;
     line-height: 1.5;
     text-align: left;
     text-align: start;
     text-decoration: none;
     text-shadow: none;
     text-transform: none;
     letter-spacing: normal;
     word-break: normal;
     word-spacing: normal;
     white-space: normal;
     line-break: auto;
     font-size: .875rem;
     word-wrap: break-word;
     opacity: 0
 }

 .tooltip.show {
     opacity: .9
 }

 .tooltip .tooltip-arrow {
     position: absolute;
     display: block;
     width: .8rem;
     height: .4rem
 }

 .tooltip .tooltip-arrow::before {
     position: absolute;
     content: "";
     border-color: transparent;
     border-style: solid
 }

 .tooltip-inner {
     max-width: 200px;
     padding: .25rem .5rem;
     color: #fff;
     text-align: center;
     background-color: #000;
     border-radius: .25rem
 }

 .popover {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1070;
     display: block;
     max-width: 276px;
     font-family: var(--bs-font-sans-serif);
     font-style: normal;
     font-weight: 400;
     line-height: 1.5;
     text-align: left;
     text-align: start;
     text-decoration: none;
     text-shadow: none;
     text-transform: none;
     letter-spacing: normal;
     word-break: normal;
     word-spacing: normal;
     white-space: normal;
     line-break: auto;
     font-size: .875rem;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, .2);
     border-radius: .3rem
 }

 .popover .popover-arrow {
     position: absolute;
     display: block;
     width: 1rem;
     height: .5rem
 }

 .popover .popover-arrow::after,
 .popover .popover-arrow::before {
     position: absolute;
     display: block;
     content: "";
     border-color: transparent;
     border-style: solid
 }

 .popover-header {
     padding: .5rem 1rem;
     margin-bottom: 0;
     font-size: 1rem;
     background-color: #f0f0f0;
     border-bottom: 1px solid rgba(0, 0, 0, .2);
     border-top-left-radius: calc(.3rem - 1px);
     border-top-right-radius: calc(.3rem - 1px)
 }

 .popover-header:empty {
     display: none
 }

 .popover-body {
     padding: 1rem 1rem;
     color: #212529
 }

 .carousel {
     position: relative
 }

 .carousel.pointer-event {
     touch-action: pan-y
 }

 .carousel-item {
     position: relative;
     display: none;
     float: left;
     width: 100%;
     margin-right: -100%;
     backface-visibility: hidden;
     transition: transform .6s ease-in-out
 }

 @media (prefers-reduced-motion:reduce) {
     .carousel-item {
         transition: none
     }
 }

 .carousel-item-next,
 .carousel-item-prev,
 .carousel-item.active {
     display: block
 }

 .active.carousel-item-end,
 .carousel-item-next:not(.carousel-item-start) {
     transform: translateX(100%)
 }

 .active.carousel-item-start,
 .carousel-item-prev:not(.carousel-item-end) {
     transform: translateX(-100%)
 }

 .carousel-indicators {
     position: absolute;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 2;
     display: flex;
     justify-content: center;
     padding: 0;
     margin-right: 15%;
     margin-bottom: 1rem;
     margin-left: 15%;
     list-style: none
 }

 .carousel-indicators [data-bs-target] {
     box-sizing: content-box;
     flex: 0 1 auto;
     width: 30px;
     height: 3px;
     padding: 0;
     margin-right: 3px;
     margin-left: 3px;
     text-indent: -999px;
     cursor: pointer;
     background-color: #fff;
     background-clip: padding-box;
     border: 0;
     border-top: 10px solid transparent;
     border-bottom: 10px solid transparent;
     opacity: .5;
     transition: opacity .6s ease
 }

 @media (prefers-reduced-motion:reduce) {
     .carousel-indicators [data-bs-target] {
         transition: none
     }
 }

 .carousel-indicators .active {
     opacity: 1
 }

 @keyframes spinner-border {
     to {
         transform: rotate(360deg)
     }
 }

 @keyframes spinner-grow {
     0% {
         transform: scale(0)
     }

     50% {
         opacity: 1;
         transform: none
     }
 }

 .offcanvas {
     position: fixed;
     bottom: 0;
     z-index: 1045;
     display: flex;
     flex-direction: column;
     max-width: 100%;
     visibility: hidden;
     background-color: #fff;
     background-clip: padding-box;
     outline: 0;
     transition: transform .3s ease-in-out
 }

 @media (prefers-reduced-motion:reduce) {
     .offcanvas {
         transition: none
     }
 }

 .offcanvas-backdrop {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 1040;
     width: 100vw;
     height: 100vh;
     background-color: #000
 }

 .offcanvas-backdrop.fade {
     opacity: 0
 }

 .offcanvas-backdrop.show {
     opacity: .5
 }

 .offcanvas.show {
     transform: none
 }

 .placeholder {
     display: inline-block;
     min-height: 1em;
     vertical-align: middle;
     cursor: wait;
     background-color: currentColor;
     opacity: .5
 }

 .placeholder.btn::before {
     display: inline-block;
     content: ""
 }

 @keyframes placeholder-glow {
     50% {
         opacity: .2
     }
 }

 @keyframes placeholder-wave {
     100% {
         -webkit-mask-position: -200% 0%;
         mask-position: -200% 0%
     }
 }

 .ratio {
     position: relative;
     width: 100%
 }

 .ratio::before {
     display: block;
     padding-top: var(--bs-aspect-ratio);
     content: ""
 }

 .ratio>* {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%
 }

 .fixed-top {
     position: fixed;
     top: 0;
     right: 0;
     left: 0;
     z-index: 1030
 }

 .fixed-bottom {
     position: fixed;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1030
 }

 .sticky-top {
     position: sticky;
     top: 0;
     z-index: 1020
 }

 .stretched-link::after {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1;
     content: ""
 }

 .float-end {
     float: right !important
 }

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

 .overflow-auto {
     overflow: auto !important
 }

 .overflow-hidden {
     overflow: hidden !important
 }

 .d-inline {
     display: inline !important
 }

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

 .d-block {
     display: block !important
 }

 .d-flex {
     display: flex !important
 }

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

 .d-none {
     display: none !important
 }

 .shadow {
     box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
 }

 .position-static {
     position: static !important
 }

 .position-relative {
     position: relative !important
 }

 .position-absolute {
     position: absolute !important
 }

 .border {
     border: 1px solid #dee2e6 !important
 }

 .border-top {
     border-top: 1px solid #dee2e6 !important
 }

 .border-bottom {
     border-bottom: 1px solid #dee2e6 !important
 }

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

 .w-auto {
     width: auto !important
 }

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

 .h-auto {
     height: auto !important
 }

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

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

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

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

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

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

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

 .gap-1 {
     gap: .25rem !important
 }

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

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

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

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

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

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

 .align-content-start {
     align-content: flex-start !important
 }

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

 .order-0 {
     order: 0 !important
 }

 .order-1 {
     order: 1 !important
 }

 .order-2 {
     order: 2 !important
 }

 .order-4 {
     order: 4 !important
 }

 .m-0 {
     margin: 0 !important
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .me-1 {
     margin-right: .25rem !important
 }

 .me-2 {
     margin-right: .5rem !important
 }

 .me-3 {
     margin-right: 1rem !important
 }

 .me-5 {
     margin-right: 3rem !important
 }

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

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

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

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

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

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

 .ms-1 {
     margin-left: .25rem !important
 }

 .ms-2 {
     margin-left: .5rem !important
 }

 .ms-3 {
     margin-left: 1rem !important
 }

 .ms-4 {
     margin-left: 1.5rem !important
 }

 .ms-auto {
     margin-left: auto !important
 }

 .p-0 {
     padding: 0 !important
 }

 .p-1 {
     padding: .25rem !important
 }

 .p-2 {
     padding: .5rem !important
 }

 .p-3 {
     padding: 1rem !important
 }

 .p-4 {
     padding: 1.5rem !important
 }

 .p-5 {
     padding: 3rem !important
 }

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

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

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

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

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

 .py-1 {
     padding-top: .25rem !important;
     padding-bottom: .25rem !important
 }

 .py-2 {
     padding-top: .5rem !important;
     padding-bottom: .5rem !important
 }

 .py-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important
 }

 .py-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important
 }

 .py-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important
 }

 .pt-0 {
     padding-top: 0 !important
 }

 .pt-1 {
     padding-top: .25rem !important
 }

 .pt-2 {
     padding-top: .5rem !important
 }

 .pt-3 {
     padding-top: 1rem !important
 }

 .pt-4 {
     padding-top: 1.5rem !important
 }

 .pt-5 {
     padding-top: 3rem !important
 }

 .pe-2 {
     padding-right: .5rem !important
 }

 .pe-3 {
     padding-right: 1rem !important
 }

 .pe-5 {
     padding-right: 3rem !important
 }

 .pb-0 {
     padding-bottom: 0 !important
 }

 .pb-1 {
     padding-bottom: .25rem !important
 }

 .pb-2 {
     padding-bottom: .5rem !important
 }

 .pb-3 {
     padding-bottom: 1rem !important
 }

 .pb-4 {
     padding-bottom: 1.5rem !important
 }

 .pb-5 {
     padding-bottom: 3rem !important
 }

 .ps-0 {
     padding-left: 0 !important
 }

 .ps-1 {
     padding-left: .25rem !important
 }

 .ps-2 {
     padding-left: .5rem !important
 }

 .ps-3 {
     padding-left: 1rem !important
 }

 .ps-4 {
     padding-left: 1.5rem !important
 }

 .ps-5 {
     padding-left: 3rem !important
 }

 .fs-2 {
     font-size: calc(1.325rem + .9vw) !important
 }

 .fs-5 {
     font-size: 1.25rem !important
 }

 .fs-6 {
     font-size: 1rem !important
 }

 .lh-1 {
     line-height: 1 !important
 }

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

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

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

 .text-nowrap {
     white-space: nowrap !important
 }

 .text-break {
     word-wrap: break-word !important;
     word-break: break-word !important
 }

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

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

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

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

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

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

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

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

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

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

 .rounded {
     border-radius: .25rem !important
 }

 .rounded-1 {
     border-radius: .2rem !important
 }

 .rounded-2 {
     border-radius: .25rem !important
 }

 .rounded-3 {
     border-radius: .3rem !important
 }

 .rounded-circle {
     border-radius: 50% !important
 }

 .visible {
     visibility: visible !important
 }

 @media (min-width:576px) {
     .d-sm-inline {
         display: inline !important
     }

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

     .px-sm-5 {
         padding-right: 3rem !important;
         padding-left: 3rem !important
     }
 }

 @media (min-width:768px) {
     .d-md-inline {
         display: inline !important
     }

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

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

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

     .justify-content-md-start {
         justify-content: flex-start !important
     }

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

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

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

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

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

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

     .mb-md-4 {
         margin-bottom: 1.5rem !important
     }

     .mb-md-5 {
         margin-bottom: 3rem !important
     }

     .ms-md-auto {
         margin-left: auto !important
     }

     .p-md-4 {
         padding: 1.5rem !important
     }

     .p-md-5 {
         padding: 3rem !important
     }

     .px-md-3 {
         padding-right: 1rem !important;
         padding-left: 1rem !important
     }

     .px-md-5 {
         padding-right: 3rem !important;
         padding-left: 3rem !important
     }

     .py-md-5 {
         padding-top: 3rem !important;
         padding-bottom: 3rem !important
     }

     .pe-md-4 {
         padding-right: 1.5rem !important
     }

     .pe-md-5 {
         padding-right: 3rem !important
     }

     .pb-md-2 {
         padding-bottom: .5rem !important
     }

     .pb-md-5 {
         padding-bottom: 3rem !important
     }

     .ps-md-3 {
         padding-left: 1rem !important
     }

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

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

 @media (min-width:992px) {
     .d-lg-inline {
         display: inline !important
     }

     .d-lg-inline-block {
         display: inline-block !important
     }

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

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

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

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

     .justify-content-lg-start {
         justify-content: flex-start !important
     }

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

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

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

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

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

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

     .mt-lg-2 {
         margin-top: .5rem !important
     }

     .mt-lg-3 {
         margin-top: 1rem !important
     }

     .mt-lg-4 {
         margin-top: 1.5rem !important
     }

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

     .mb-lg-3 {
         margin-bottom: 1rem !important
     }

     .mb-lg-5 {
         margin-bottom: 3rem !important
     }

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

     .px-lg-2 {
         padding-right: .5rem !important;
         padding-left: .5rem !important
     }

     .px-lg-3 {
         padding-right: 1rem !important;
         padding-left: 1rem !important
     }

     .py-lg-3 {
         padding-top: 1rem !important;
         padding-bottom: 1rem !important
     }

     .pt-lg-0 {
         padding-top: 0 !important
     }

     .pt-lg-1 {
         padding-top: .25rem !important
     }

     .pt-lg-3 {
         padding-top: 1rem !important
     }

     .pe-lg-5 {
         padding-right: 3rem !important
     }

     .pb-lg-0 {
         padding-bottom: 0 !important
     }

     .pb-lg-2 {
         padding-bottom: .5rem !important
     }

     .pb-lg-4 {
         padding-bottom: 1.5rem !important
     }

     .ps-lg-0 {
         padding-left: 0 !important
     }

     .ps-lg-2 {
         padding-left: .5rem !important
     }

     .ps-lg-3 {
         padding-left: 1rem !important
     }

     .ps-lg-4 {
         padding-left: 1.5rem !important
     }

     .ps-lg-5 {
         padding-left: 3rem !important
     }

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

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

 @media (min-width:1200px) {
     .d-xl-inline {
         display: inline !important
     }

     .d-xl-inline-block {
         display: inline-block !important
     }

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

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

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

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

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

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

     .order-xl-0 {
         order: 0 !important
     }

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

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

     .mt-xl-2 {
         margin-top: .5rem !important
     }

     .mt-xl-5 {
         margin-top: 3rem !important
     }

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

     .px-xl-2 {
         padding-right: .5rem !important;
         padding-left: .5rem !important
     }

     .px-xl-5 {
         padding-right: 3rem !important;
         padding-left: 3rem !important
     }

     .py-xl-4 {
         padding-top: 1.5rem !important;
         padding-bottom: 1.5rem !important
     }

     .pt-xl-0 {
         padding-top: 0 !important
     }

     .pt-xl-4 {
         padding-top: 1.5rem !important
     }

     .pe-xl-0 {
         padding-right: 0 !important
     }

     .ps-xl-0 {
         padding-left: 0 !important
     }

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

 @media (min-width:1200px) {
     .fs-2 {
         font-size: 2rem !important
     }
 }

 @font-face {
     font-family: "Poppins";
     font-style: normal;
     font-weight: 300;
     src: local(""), url("../fonts/poppins-v19-latin-300.woff2") format("woff2"), url("../fonts/poppins-v19-latin-300.woff") format("woff"), url("../fonts/poppins-v19-latin-300.ttf") format("truetype");
     font-display: swap
 }

 @font-face {
     font-family: "Poppins";
     font-style: normal;
     font-weight: 400;
     src: local(""), url("../fonts/poppins-v19-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v19-latin-regular.woff") format("woff"), url("../fonts/poppins-v19-latin-regular.ttf") format("truetype");
     font-display: swap
 }

 @font-face {
     font-family: "Poppins";
     font-style: italic;
     font-weight: 400;
     src: local(""), url("../fonts/poppins-v19-latin-italic.woff2") format("woff2"), url("../fonts/poppins-v19-latin-italic.woff") format("woff"), url("../fonts/poppins-v19-latin-italic.ttf") format("truetype");
     font-display: swap
 }

 @font-face {
     font-family: "Poppins";
     font-style: normal;
     font-weight: 600;
     src: local(""), url("../fonts/poppins-v19-latin-600.woff2") format("woff2"), url("../fonts/poppins-v19-latin-600.woff") format("woff"), url("../fonts/poppins-v19-latin-600.ttf") format("truetype");
     font-display: swap
 }

 @font-face {
     font-family: "Poppins";
     font-style: normal;
     font-weight: 700;
     src: local(""), url("../fonts/poppins-v19-latin-700.woff2") format("woff2"), url("../fonts/poppins-v19-latin-700.woff") format("woff"), url("../fonts/poppins-v19-latin-700.ttf") format("truetype");
     font-display: swap
 }

 @font-face {
     font-family: "PoppinsFallback";
     src: local("Arial");
     size-adjust: 100%;
     ascent-override: 90%;
     descent-override: 20%;
     line-gap-override: 0%
 }

 @media(min-aspect-ratio: 1/1) {
     body {
         background: left top/100% 56.25vw linear-gradient(0deg, #12141A 0%, rgba(18, 20, 26, 0.75) 100%), left calc(56.25vw - 1px)/100% 100% linear-gradient(0deg, #12141A 0%, #12141A 100%) !important
     }
 }

 @media(min-aspect-ratio: 1/1) {
     body {
         background: left top/100% 56.25vw linear-gradient(0deg, #0f3448 0%, rgba(28, 96, 133, 0.52) 100%), left calc(56.25vw - 1px)/100% 100% linear-gradient(0deg, #0f3448 0%, #0f3448 100%) !important
     }
 }

 #cookieConsentForm {
     min-height: 50%
 }

 @media(min-width: 768px) {
     #cookieConsentForm {
         min-height: unset
     }
 }

 .btn#cookieConsentAccept {
     color: #fff;
     background-color: #198754;
     border: none
 }

 .btn#cookieConsentAccept:hover,
 .btn#cookieConsentAccept:active,
 .btn#cookieConsentAccept:focus {
     color: #fff;
     background-color: #115c39;
     border: none
 }

 .text-gradient-pink,
 #review-sticky .main-offer,
 #main-offer-container .main-offer {
     background: #fe6dde;
     background: -moz-linear-gradient(90deg, #fe6db8 0%, #fe6d6d 100%);
     background: -webkit-linear-gradient(90deg, #fe6db8 0%, #fe6d6d 100%);
     background: linear-gradient(90deg, #fe6db8 0%, #fe6d6d 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe6db8", endColorstr="#fe6d6d", GradientType=1);
     -webkit-text-fill-color: transparent;
     background-clip: text;
     -webkit-background-clip: text
 }

 .home h1,
 .template- h1,
 .text-gradient-yellow {
     background: #f2c957;
     background: -moz-linear-gradient(90deg, #febb6d 0%, #f7e09e 100%);
     background: -webkit-linear-gradient(90deg, #febb6d 0%, #f7e09e 100%);
     background: linear-gradient(90deg, #febb6d 0%, #f7e09e 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#febb6d", endColorstr="#F2C957", GradientType=1);
     -webkit-text-fill-color: transparent;
     background-clip: text;
     -webkit-background-clip: text
 }

 .template-review h1,
 .text-gradient-blue {
     background: #6ce6d1;
     background: -moz-linear-gradient(45deg, #6ce6d1 0%, #56cce1 100%);
     background: -webkit-linear-gradient(45deg, #6ce6d1 0%, #56cce1 100%);
     background: linear-gradient(45deg, #6ce6d1 0%, #56cce1 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ce6d1", endColorstr="#56cce1", GradientType=1);
     -webkit-text-fill-color: transparent;
     background-clip: text;
     -webkit-background-clip: text
 }

 .badge.badge-pros {
     background-color: #33e8a3 !important
 }

 .bg-fees-medium {
     background-color: #f2c957 !important
 }

 .bg-fees-high {
     background-color: #ff6e6e !important
 }

 .text-success {
     color: #33e8a3 !important
 }

 .text-crypto-1 {
     color: #6ce6d1
 }

 .bg-crypto-1 {
     background-color: #6ce6d1
 }

 .flag-links a {
     color: unset;
     font-size: 2.5rem;
     margin: 0 .5rem;
     display: inline-block;
     line-height: 1
 }

 .flag-links a:hover {
     transform: scale(1.15)
 }

 .flag-links>:first-child {
     margin-left: 0
 }

 .flag-links>:last-child {
     margin-right: 0
 }

 .list-style .content.content-minimal .featured-image {
     height: unset !important
 }

 .list-style .content.content-minimal-2 {
     font-size: 1.4rem;
     line-height: 1.3;
     background-size: cover
 }

 .list-style .ranked-default {
     color: #22222f
 }

 .list-style .ranked-default .title {
     color: #fff;
     position: absolute;
     left: .8rem;
     bottom: .8rem;
     font-size: .95rem;
     font-weight: 600
 }

 .list-style .ranked-default .rating {
     position: absolute;
     right: .8rem;
     bottom: .8rem
 }

 .list-style .ranked-default .logo-overlay-shade {
     pointer-events: none;
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 50%;
     z-index: 0;
     background: linear-gradient(0deg, rgba(29, 32, 47, 0.65) 0%, rgba(29, 32, 47, 0) 100%);
     opacity: 1
 }

 .list-style .ranked-default .disclaimer {
     height: 3rem
 }

 .list-style .ranked-small {
     color: #22222f
 }

 .list-style .ranked-small h3.offer {
     font-size: clamp(.9rem, .3963rem + 5.8824cqw, 1.4rem) !important
 }

 .list-style .ranked-small .pro-text {
     font-size: clamp(.65rem, .5493rem + 1.1765cqw, .75rem);
     line-height: 1.2;
     color: #22222f
 }

 .list-style .ranked-small .btn {
     font-size: clamp(.75rem, .5989rem + 1.7647cqw, .9rem);
     padding: clamp(.45rem, -0.0033rem + 5.2941cqw, .9rem) clamp(.65rem, .096rem + 6.4706cqw, 1.2rem)
 }

 .list-style .ranked-small .rating {
     position: absolute;
     right: 0;
     top: 0;
     bottom: unset;
     color: #fff;
     font-size: .65rem;
     border-radius: 0 0 0 1rem;
     background-color: #4361ee;
     padding: .375rem .5rem
 }

 .list-style .ranked-small .rating .star {
     color: #ffc400;
     margin-right: .25rem;
     margin-bottom: .15rem
 }

 .list-style .ranked-small .rank {
     position: absolute;
     left: 0;
     top: 0;
     color: #141824;
     font-size: .65rem;
     border-radius: 0 0 1rem 0;
     background-color: #fff;
     padding: .17rem .65rem .17rem .5rem;
     border-bottom: 1px solid #dcdde0;
     border-right: 1px solid #dcdde0
 }

 .list-style .ranked-small .bonus {
     color: #22222f;
     font-weight: 700
 }

 .list-style .ranked-small .bonus .bonus-wager {
     font-size: .56rem;
     text-transform: unset;
     height: .56rem;
     font-weight: 300
 }

 .list-style .ranked-small .bonus .bonus-value {
     font-size: clamp(1rem, 8cqw, 1.25rem);
     height: clamp(1rem, 8cqw, 1.25rem)
 }

 .list-style .ranked-small .bonus .bonus-text {
     font-size: clamp(.563rem, 6cqw, .75rem);
     height: clamp(.563rem, 6cqw, .75rem)
 }

 .list-style .ranked-small .overlay-shade {
     background: transparent;
     background: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 15%);
     background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 15%);
     background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 15%)
 }

 .list-style .ranked-small .badge-wrapper {
     top: unset;
     right: unset;
     bottom: -0.75rem;
     transform: translateX(-50%);
     left: 50%
 }

 .list-style .ranked-small .badge-wrapper .badge {
     border-radius: 999px;
     color: #141824 !important;
     background-color: #b8def9 !important;
     text-transform: unset !important;
     font-weight: 600;
     font-size: .625rem
 }

 .list-style .ranked-small .disclaimer {
     height: 3rem
 }

 @media(min-width: 992px) {
     h1 {
         font-size: 3.7rem !important
     }
 }

 h1 {
     font-size: calc(1.4rem + 1.5vw) !important
 }

 #intro {
     font-size: 1rem !important
 }

 .intro-minimal.style-crypto #intro {
     font-size: 1rem !important
 }

 .shine {
     position: relative;
     overflow: hidden
 }

 .shine:after {
     content: "";
     top: 0;
     transform: translateX(100%);
     width: 200%;
     aspect-ratio: 1;
     position: absolute;
     z-index: 1;
     animation: slide 2s infinite ease-out;
     transform: rotate(30deg);
     background: rgba(255, 255, 255, 0);
     background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%)
 }

 @keyframes slide {
     0% {
         transform: translateX(-100%) translateY(-100%) rotate(30deg)
     }

     100% {
         transform: translateX(100%) translateY(100%) rotate(30deg)
     }
 }

 section.list.list-bg-white {
     background: #fff !important
 }

 :root :where(body),
 body {
     background: center top/106.668vh 60vh linear-gradient(0deg, #0f3448 40%, rgba(28, 96, 133, 0.5) 100%), center 60vh/100% 100% linear-gradient(0deg, #0f3448 0%, #0f3448 100%);
     color: #fff;
     font-family: "Poppins", "PoppinsFallback", sans-serif;
     line-height: 1.6;
     background-repeat: no-repeat !important;
     font-size: 1.2rem;
     font-weight: 300
 }

 html {
     background-color: #0f3448 !important;
     background-repeat: no-repeat
 }

 a,
 .a-style {
     text-decoration: underline;
     text-decoration-style: dotted;
     color: inherit;
     font-weight: 400
 }

 a:hover,
 .a-style:hover {
     color: inherit;
     text-decoration-style: solid
 }

 h1,
 h2,
 h3 {
     font-family: "Poppins", "PoppinsFallback", sans-serif;
     margin-bottom: 1rem
 }

 h1,
 h2 {
     font-weight: 700
 }

 h3,
 h4 {
     font-weight: 600
 }

 .lh-0 {
     line-height: 0
 }

 @media(min-width: 992px) {
     h3 {
         font-size: 1.6rem !important
     }

     #review-meta h2,
     #sidebar h2 {
         font-size: 1.6rem !important
     }

     #intro {
         font-size: 1.4rem !important
     }

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

 h1 {
     font-size: clamp(2rem, 4vw + 1rem, 3.75rem)
 }

 h2 {
     font-size: calc(1.3rem + .75vw)
 }

 #price-plans {
     color: #22222f;
     background-color: #2f353d
 }

 #price-plans .price-plan {
     background-color: #f4f5f7
 }

 #price-plans .price-plan h2 {
     font-size: 1.2rem
 }

 #price-plans .price-plan h3 {
     font-size: .9rem !important;
     margin-bottom: .25rem
 }

 #price-plans .price-plan.plan-highlight {
     background-color: #fff;
     box-shadow: 0px 0px 0px 4px #fff, 0px 0px 0px 7px #1a90ff !important;
     border-radius: .25rem !important
 }

 #featureGroups {
     background-color: #fff
 }

 #featureGroups .accordion-body {
     padding: 0
 }

 #featureGroups table {
     table-layout: fixed
 }

 #featureGroups table td,
 #featureGroups table th {
     border-bottom: 1px solid #fff;
     white-space: normal;
     padding-left: 1rem !important;
     padding-right: 1rem !important
 }

 #featureGroups table td {
     text-align: center;
     background-color: #eef0f3
 }

 #featureGroups table th {
     text-transform: unset;
     color: #22222f !important;
     background-color: #eef0f3
 }

 #featureGroups table thead th {
     text-align: center;
     position: sticky;
     top: 0;
     z-index: 1;
     width: 25vw
 }

 #featureGroups table thead th:first-child {
     position: sticky;
     left: 0;
     z-index: 2;
     background-color: #dcdde0
 }

 #featureGroups table tbody th {
     background-color: #dcdde0;
     position: sticky;
     left: 0;
     z-index: 1
 }

 #featureGroups table .icon-check {
     color: #51565d
 }

 #featureGroups table .icon-x {
     color: #cfd1d4
 }

 #review-meta h2,
 #sidebar h2 {
     font-size: calc(1.3rem + .6vw);
     font-weight: 600
 }

 #sidebar #sidebar-list h2,
 #sidebar #toc>h2:first-child {
     margin-top: 0 !important
 }

 h3 {
     font-size: calc(1.2rem + .5vw)
 }

 h4 {
     font-size: 1.15rem
 }

 #review-meta {
     color: #22222f;
     background-color: #f4f5f7
 }

 #review-meta th {
     vertical-align: middle
 }

 #review-meta .pros-cons th {
     vertical-align: middle
 }

 #review-meta .pros-cons th.pro {
     color: #00ba3e !important;
     font-size: 1.6rem;
     font-weight: 400
 }

 #review-meta .pros-cons th.con {
     color: #e03131 !important;
     font-size: 1.6rem;
     font-weight: 400
 }

 #review-meta .pros-cons table {
     font-size: 1rem;
     font-weight: 300
 }

 #review-meta .pros-cons table tbody>tr>th,
 #review-meta .pros-cons table thead>tr>th,
 #review-meta .pros-cons table tbody>tr>td {
     padding-top: .25rem !important;
     padding-bottom: .25rem !important
 }

 #intro {
     padding-top: calc(1.5rem + 60px);
     padding-bottom: 1.5rem;
     font-size: 1.2rem
 }

 @media(min-width: 992px) {
     #intro {
         padding-top: calc(4.5rem + 60px);
         padding-bottom: 4rem
     }
 }

 @media(min-width: 1200px) {
     #intro {
         padding-top: calc(7.5rem + 60px);
         padding-bottom: 5.5rem
     }
 }

 #intro p {
     color: #e6e7eb
 }

 #intro p a {
     color: inherit
 }

 #intro p a:hover {
     color: inherit
 }

 #intro small {
     font-size: .875rem
 }

 #intro .subtitle {
     color: rgba(255, 255, 255, .7)
 }

 #intro.intro-review p {
     color: #fff
 }

 #intro.intro-review #main-offer-container {
     border-top: 1px solid rgba(255, 255, 255, .2)
 }

 @media(min-width: 992px) {
     #intro.intro-review #main-offer-container {
         border-top: none;
         border-left: 1px solid rgba(255, 255, 255, .2)
     }
 }

 #intro.intro-review #main-offer-container .disclaimer {
     opacity: .5
 }

 #intro.intro-review #main-offer-container .label {
     font-size: .7rem
 }

 #intro.intro-review .main-offer {
     font-weight: 700 !important;
     padding: .5em 0em;
     line-height: 1.2;
     font-size: calc(1rem + .6vw) !important
 }

 @media(min-width: 992px) {
     #intro.intro-review .main-offer {
         font-size: calc(1.3rem + .6vw) !important
     }
 }

 #intro.intro-review #review-sticky {
     background: #141824;
     display: none;
     margin-top: 74px;
     z-index: 10000
 }

 @media(min-width: 1200px) {
     #intro.intro-review #review-sticky {
         margin-top: 80px;
         bottom: unset;
         top: 0
     }
 }

 #intro.intro-review #review-sticky ::-webkit-scrollbar {
     width: 8px;
     background: #333440;
     border-radius: 4px
 }

 #intro.intro-review #review-sticky ::-webkit-scrollbar-thumb {
     background: #51565d;
     border-radius: 4px
 }

 #intro.intro-review #review-sticky .disclaimer {
     max-height: 3rem;
     overflow: unset;
     cursor: pointer;
     color: #fff;
     opacity: .5
 }

 #intro.intro-review #review-sticky .meta {
     font-size: .8rem
 }

 @media(min-width: 1200px) {
     #intro.intro-review #review-sticky .meta {
         font-size: .95rem
     }
 }

 #intro.intro-review #review-sticky img {
     max-height: 103px
 }

 .intro-fullscreen #intro,
 .error404 #intro {
     padding: 0 !important;
     margin: 0 !important;
     align-items: center !important;
     display: flex !important;
     min-height: 100vh
 }

 @media(min-width: 768px) {

     .intro-fullscreen #intro,
     .error404 #intro {
         min-height: 100vh
     }
 }

 @media only screen and (max-height: 575.98px)and (orientation: landscape) {

     .intro-fullscreen #intro,
     .error404 #intro {
         align-items: start !important;
         height: auto !important;
         padding-bottom: 1.5rem !important
     }
 }

 .intro-minimal #intro {
     font-size: 1.2rem !important
 }

 @media(min-width: 992px) {
     .intro-minimal #intro {
         padding-top: calc(2rem + 60px);
         padding-bottom: 1rem
     }
 }

 @media(min-width: 1200px) {
     .intro-minimal #intro {
         padding-top: calc(2rem + 60px);
         padding-bottom: 1rem
     }
 }

 .single-landingpage #article-wrapper {
     background-color: #1d202f
 }

 .single-landingpage #main-content {
     background-color: transparent;
     color: #fff;
     font-size: 1rem
 }

 .label {
     font-size: .85rem;
     font-weight: 700;
     text-transform: uppercase;
     line-height: 1.1;
     display: block;
     letter-spacing: .03rem
 }

 .post-meta {
     font-size: .9rem;
     font-weight: 400
 }

 .post-meta a {
     color: inherit
 }

 .post-meta>div {
     margin-right: 1rem
 }

 .bg-white .post-meta {
     color: #22222f
 }

 .text-center .post-meta>div {
     margin-right: .5rem;
     margin-left: .5rem
 }

 #main-content,
 #top-content,
 #bottom-content {
     color: #22222f;
     background-color: #fff
 }

 #main-content a:not(.btn, .wp-block-button__link),
 #top-content a:not(.btn, .wp-block-button__link),
 #bottom-content a:not(.btn, .wp-block-button__link) {
     color: inherit
 }

 #main-content a:not(.btn, .wp-block-button__link):hover,
 #top-content a:not(.btn, .wp-block-button__link):hover,
 #bottom-content a:not(.btn, .wp-block-button__link):hover {
     color: inherit
 }

 #main-content hr,
 #top-content hr,
 #bottom-content hr {
     background-color: #cfd1d4;
     margin: 1.3rem 0
 }

 #main-content .label,
 #top-content .label,
 #bottom-content .label {
     font-weight: 600
 }

 #main-content article img,
 #main-content figure.wp-block-image img,
 #top-content article img,
 #top-content figure.wp-block-image img,
 #bottom-content article img,
 #bottom-content figure.wp-block-image img {
     max-width: 100%;
     height: auto
 }

 #main-content article img:not(.rounded-2, .rounded-3),
 #main-content figure.wp-block-image img:not(.rounded-2, .rounded-3),
 #top-content article img:not(.rounded-2, .rounded-3),
 #top-content figure.wp-block-image img:not(.rounded-2, .rounded-3),
 #bottom-content article img:not(.rounded-2, .rounded-3),
 #bottom-content figure.wp-block-image img:not(.rounded-2, .rounded-3) {
     border-radius: .6rem !important
 }

 .author.author-signature {
     background-color: #fff;
     border: 1px solid #eef0f3
 }

 .author.author-signature p {
     font-size: 1rem
 }

 .author.author-signature p.author-description {
     color: #71777f
 }

 .methodology-box {
     background-color: #fff;
     font-size: 1rem;
     border: 1px solid #eef0f3
 }

 #main-content article h2,
 #main-content article h3,
 #main-content article h4,
 #main-content aside h2 {
     margin: 2.6rem 0 1.3rem 0
 }

 #main-content ol {
     list-style-type: none;
     counter-reset: item;
     margin: 0;
     padding: 0
 }

 #main-content ol>li {
     display: table;
     counter-increment: item;
     margin-bottom: .6em
 }

 #main-content ol>li::marker {
     font-weight: 700
 }

 #main-content ol>li:before {
     font-weight: 700;
     content: counters(item, ".") ". ";
     display: table-cell;
     padding-right: .6em
 }

 #main-content ol>li ol>li {
     margin: 0
 }

 #main-content ol>li ol>li:before {
     content: counters(item, ".") " "
 }

 #main-content ol.text-break li::before,
 #main-content ol.text-break li:before {
     word-break: normal !important;
     word-wrap: normal !important
 }

 #main-content ul>li {
     margin-bottom: .6em
 }

 #main-content ul.text-break li::before,
 #main-content ul.text-break li:before {
     word-break: normal !important;
     word-wrap: normal !important
 }

 #main-content strong {
     font-weight: 700
 }

 #main-content article p {
     margin-bottom: 1.3rem;
     -webkit-hyphens: auto;
     -webkit-hyphenate-limit-before: 3;
     -webkit-hyphenate-limit-after: 3;
     -webkit-hyphenate-limit-chars: 6 3 3;
     -webkit-hyphenate-limit-lines: 2;
     -webkit-hyphenate-limit-last: always;
     -webkit-hyphenate-limit-zone: 8%;
     -moz-hyphens: auto;
     -moz-hyphenate-limit-chars: 6 3 3;
     -moz-hyphenate-limit-lines: 2;
     -moz-hyphenate-limit-last: always;
     -moz-hyphenate-limit-zone: 8%;
     -ms-hyphens: auto;
     -ms-hyphenate-limit-chars: 6 3 3;
     -ms-hyphenate-limit-lines: 2;
     -ms-hyphenate-limit-last: always;
     -ms-hyphenate-limit-zone: 8%;
     hyphens: auto;
     hyphenate-limit-chars: 6 3 3;
     hyphenate-limit-lines: 2;
     hyphenate-limit-last: always;
     hyphenate-limit-zone: 8%
 }

 #main-content article a {
     word-break: break-word
 }

 #main-content article>:first-child {
     margin-top: 0 !important
 }

 article {
     transition: opacity .5s ease-out, transform .25s ease-out
 }

 article.hide {
     opacity: 0;
     transform: translateY(1rem)
 }

 article.show {
     opacity: 1;
     transform: translateY(0)
 }

 .dropdown-item {
     color: #fff
 }

 img.cover {
     min-width: 100%;
     object-fit: cover;
     min-height: 100%
 }

 img.bg {
     position: absolute;
     height: 100%;
     pointer-events: none;
     z-index: 0
 }

 .ac {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%)
 }

 .hc {
     position: relative;
     left: 50%;
     transform: translateX(-50%);
     -ms-transform: translateX(-50%)
 }

 .form-control {
     font-size: .9rem
 }

 .form-check-input:checked {
     background-color: #4361ee;
     border-color: #4361ee
 }

 .form-border {
     border: 1px solid #ced4da;
     border-radius: .25rem
 }

 #commentForm form {
     font-size: 1rem
 }

 #commentForm form .form-text {
     color: #333440
 }

 #commentForm form .form-label {
     font-weight: 400
 }

 .input-group-text {
     border-radius: .6rem !important
 }

 .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
 .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
     border-top-right-radius: 0 !important;
     border-bottom-right-radius: 0 !important
 }

 .input-group .btn {
     border-radius: .6rem !important;
     border-top-left-radius: 0 !important;
     border-bottom-left-radius: 0 !important
 }

 .no-underline {
     text-decoration: none !important
 }

 .z1 {
     z-index: 1
 }

 .overlay-shade {
     pointer-events: none;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     background: linear-gradient(0deg, rgba(20, 24, 36, 0.75) 0%, rgba(20, 24, 36, 0) 100%);
     opacity: 1;
     transition: opacity .2s
 }

 .small {
     font-size: .75rem;
     font-weight: 300
 }

 .faded {
     opacity: .7
 }

 .shadow {
     box-shadow: 0px 6px 18px -6px rgba(20, 24, 36, .05) !important
 }

 .border-none {
     border: none !important
 }

 .rounded,
 .rounded-1,
 p.has-background {
     border-radius: .6rem !important
 }

 .rounded .rounded,
 .rounded-1 .rounded,
 p.has-background .rounded {
     border-radius: .3rem !important
 }

 .rounded .rounded .rounded,
 .rounded-1 .rounded .rounded,
 p.has-background .rounded .rounded {
     border-radius: .2rem !important
 }

 .rounded-2 {
     border-radius: .3rem !important
 }

 .rounded-3 {
     border-radius: .2rem !important
 }

 .rounded-b,
 .rounded-b-1 {
     border-bottom-left-radius: .6rem !important;
     border-bottom-right-radius: .6rem !important
 }

 .rounded-b .rounded-b,
 .rounded-b-1 .rounded-b {
     border-bottom-left-radius: .3rem !important;
     border-bottom-right-radius: .3rem !important
 }

 .rounded-b .rounded-b .rounded-b,
 .rounded-b-1 .rounded-b .rounded-b {
     border-bottom-left-radius: .2rem !important;
     border-bottom-right-radius: .2rem !important
 }

 .rounded-b-2 {
     border-bottom-left-radius: .3rem !important;
     border-bottom-right-radius: .3rem !important
 }

 .rounded-b-3 {
     border-bottom-left-radius: .2rem !important;
     border-bottom-right-radius: .2rem !important
 }

 .rounded-t,
 .rounded-t-1 {
     border-top-left-radius: .6rem !important;
     border-top-right-radius: .6rem !important
 }

 .rounded-t .rounded-t,
 .rounded-t-1 .rounded-t {
     border-top-left-radius: .3rem !important;
     border-top-right-radius: .3rem !important
 }

 .rounded-t .rounded-t .rounded-t,
 .rounded-t-1 .rounded-t .rounded-t {
     border-top-left-radius: .2rem !important;
     border-top-right-radius: .2rem !important
 }

 .rounded-t-2 {
     border-top-left-radius: .3rem !important;
     border-top-right-radius: .3rem !important
 }

 .rounded-t-3 {
     border-top-left-radius: .2rem !important;
     border-top-right-radius: .2rem !important
 }

 .badge {
     font-size: .65rem;
     font-weight: 600;
     text-transform: uppercase;
     border-radius: .3rem;
     padding: .25rem .65rem;
     line-height: 1.5
 }

 .badge.badge-button {
     color: #fff;
     background-color: #4361ee;
     text-decoration: none
 }

 .badge.badge-primary {
     color: #ad7400 !important;
     background-color: #ffc400 !important
 }

 .badge.badge-secondary {
     color: #5f656d !important;
     background-color: #dcdde0 !important
 }

 .badge.badge-pros {
     color: #141824 !important;
     background-color: #00ba3e !important
 }

 .badge.badge-star {
     color: #333440 !important;
     background-color: #ffc400 !important
 }

 .badge.badge-cons {
     background-color: #e03131 !important
 }

 .badge.badge-dark {
     color: #cfd1d4 !important;
     background-color: #1d202f !important
 }

 .badge.badge-plan-highligt {
     color: #fff;
     background-color: #22222f;
     position: absolute;
     top: .5rem;
     right: .5rem
 }

 .badge.fact-checked {
     color: #062;
     background-color: #bddbc7;
     padding: .25rem .75rem .25rem .65rem
 }

 .badge.fact-checked .tool-tip {
     padding-top: .5rem;
     margin-left: -0.65rem;
     display: none;
     position: absolute;
     z-index: 100
 }

 .badge.fact-checked .tool-tip p {
     color: #22222f !important;
     background-color: #fff;
     border: 2px solid #22222f;
     max-width: 260px;
     height: auto;
     font-weight: 400;
     text-transform: initial;
     white-space: normal;
     padding: 5px;
     border-radius: .3rem;
     font-size: .85rem;
     text-align: left
 }

 .badge.fact-checked:hover .tool-tip {
     display: block
 }

 .badge-circle {
     font-size: .7rem;
     font-weight: 600;
     text-align: center;
     display: inline-block;
     height: 24px;
     width: 24px;
     border-radius: 50%;
     line-height: 0;
     background-color: #51565d;
     color: #f4f5f7
 }

 .badge-circle.rank-1,
 .badge-circle.rank-2,
 .badge-circle.rank-3 {
     background-color: #ffc400;
     color: #22222f
 }

 #faq,
 #featureGroups {
     font-size: 1rem
 }

 #faq .accordion-button,
 #featureGroups .accordion-button {
     box-shadow: none !important;
     font-weight: 600;
     background-color: #eef0f3;
     color: #004da6
 }

 #faq .accordion-button::after,
 #featureGroups .accordion-button::after {
     content: none
 }

 #faq .accordion-button:not(.collapsed),
 #featureGroups .accordion-button:not(.collapsed) {
     background-color: #004da6;
     color: #fff
 }

 #faq .accordion-button:not(.collapsed) .chevron,
 #featureGroups .accordion-button:not(.collapsed) .chevron {
     transform: rotate(-90deg)
 }

 #faq .accordion-button .chevron,
 #featureGroups .accordion-button .chevron {
     right: 1.5rem;
     transform: rotate(90deg);
     transition: transform .2s ease-in-out
 }

 #faq .accordion-item,
 #featureGroups .accordion-item {
     border: none !important;
     border-color: transparent !important;
     margin-bottom: .5rem;
     border-radius: calc(0.6rem - 1px);
     border-radius: .6rem;
     overflow: hidden
 }

 #faq .accordion-item .accordion-button,
 #featureGroups .accordion-item .accordion-button {
     border-radius: 0 !important
 }

 #faq .accordion-item .accordion-body,
 #featureGroups .accordion-item .accordion-body {
     color: #22272e;
     background-color: #eef0f3
 }

 .disclaimer,
 .disclaimer *,
 .disclaimer-outside,
 .disclaimer-outside *,
 .disclaimer-widget,
 .disclaimer-widget *,
 .disclaimer-widget-outside,
 .disclaimer-widget-outside * {
     font-size: .7rem !important;
     font-weight: 400 !important;
     font-style: italic;
     margin: 0
 }

 .disclaimer a,
 .disclaimer * a,
 .disclaimer-outside a,
 .disclaimer-outside * a,
 .disclaimer-widget a,
 .disclaimer-widget * a,
 .disclaimer-widget-outside a,
 .disclaimer-widget-outside * a {
     color: inherit !important
 }

 .sponsor-disclaimer {
     color: #5f656d;
     font-style: normal
 }

 .review {
     background-color: #141824
 }

 .review .disclaimer-widget *,
 .review .disclaimer * {
     color: #878d95 !important
 }

 .style-light .review {
     background-color: #f4f5f7
 }

 .style-light .review .disclaimer-widget *,
 .style-light .review .disclaimer * {
     color: #71777f !important
 }

 .rating .stars {
     color: #f2c957 !important
 }

 .rating .label {
     font-weight: 600
 }

 .rating-progress {
     color: #fff;
     line-height: 0;
     height: 6px
 }

 .rating-progress>svg {
     height: 100%;
     width: 100%
 }

 .rating-progress>svg .bg {
     fill: rgba(0, 235, 213, .4);
     rx: 3px
 }

 .rating-progress>svg .fill {
     fill: #00ebd5;
     rx: 3px
 }

 #intro .rating-progress {
     height: 8px
 }

 #intro .rating-progress>svg .bg {
     rx: 4px
 }

 #intro .rating-progress>svg .fill {
     rx: 4px
 }

 .rating-gauge .gauge {
     color: #00ebd5
 }

 .template-comparison .rating-gauge svg {
     min-width: 115px
 }

 .rating-breakdown {
     background: transparent;
     padding: 0
 }

 .rating-breakdown .label {
     color: #fff !important;
     font-size: .7rem !important;
     font-weight: 600;
     margin: 1rem 0 .5rem 0
 }

 .rating-breakdown p {
     color: #fff !important
 }

 .rating-breakdown :first-child {
     margin-top: 0 !important
 }

 .rating-breakdown .rating {
     font-weight: 700;
     font-size: 1.75rem
 }

 .bg-light-1 {
     background-color: #f4f5f7 !important
 }

 .bg-light-2 {
     background-color: #eef0f3 !important
 }

 .bg-light-3 {
     background-color: #e6e7eb !important
 }

 .bg-light-4 {
     background-color: #dcdde0 !important
 }

 .bg-light-5 {
     background-color: #cfd1d4 !important
 }

 .bg-medium-1 {
     background-color: #a6a9ad !important
 }

 .bg-medium-2 {
     background-color: #878d95 !important
 }

 .bg-medium-3 {
     background-color: #71777f !important
 }

 .bg-medium-4 {
     background-color: #5f656d !important
 }

 .bg-medium-5 {
     background-color: #51565d !important
 }

 .bg-dark-1 {
     background-color: #333440 !important
 }

 .bg-dark-2 {
     background-color: #2f353d !important
 }

 .bg-dark-3 {
     background-color: #22222f !important
 }

 .bg-dark-4 {
     background-color: #1d202f !important
 }

 .bg-dark-5 {
     background-color: #141824 !important
 }

 .bg-accent1 {
     background-color: #1a90ff !important
 }

 .bg-accent2 {
     background-color: #006bd6 !important
 }

 .text-accent1 p,
 .text-accent1 {
     color: #1a90ff !important
 }

 .text-accent2 p,
 .text-accent2 {
     color: #006bd6 !important
 }

 .text-light-1 p,
 .text-light-1 {
     color: #f4f5f7 !important
 }

 .text-light-2 p,
 .text-light-2 {
     color: #eef0f3 !important
 }

 .text-light-3 p,
 .text-light-3 {
     color: #e6e7eb !important
 }

 .text-light-4 p,
 .text-light-4 {
     color: #dcdde0 !important
 }

 .text-light-5 p,
 .text-light-5 {
     color: #cfd1d4 !important
 }

 .text-medium-1 p,
 .text-medium-1 {
     color: #a6a9ad !important
 }

 .text-medium-2 p,
 .text-medium-2 {
     color: #878d95 !important
 }

 .text-medium-3 p,
 .text-medium-3 {
     color: #71777f !important
 }

 .text-medium-4 p,
 .text-medium-4 {
     color: #5f656d !important
 }

 .text-medium-5 p,
 .text-medium-5 {
     color: #51565d !important
 }

 .text-dark-1 p,
 .text-dark-1 {
     color: #333440 !important
 }

 .text-dark-2 p,
 .text-dark-2 {
     color: #2f353d !important
 }

 .text-dark-3 p,
 .text-dark-3 {
     color: #22222f !important
 }

 .text-dark-4 p,
 .text-dark-4 {
     color: #1d202f !important
 }

 .text-dark-5 p,
 .text-dark-5 {
     color: #141824 !important
 }

 .font-light {
     font-weight: 300
 }

 .font-regular {
     font-weight: 400
 }

 .font-medium {
     font-weight: 600
 }

 .font-bold {
     font-weight: 700
 }

 .pros {
     color: #00ba3e
 }

 .cons {
     color: #e03131
 }

 .flex-break {
     flex-basis: 100%;
     height: 0
 }

 html :where(img[class*=wp-post-image]) {
     height: auto;
     max-width: 100%
 }

 .offer-highlight:hover {
     transform: scale(1.02)
 }

 .offer-highlight .row.collapsed {
     cursor: pointer
 }

 .offer-highlight,
 .offer-highlight p {
     font-size: .875rem;
     font-weight: 600;
     line-height: 1.2
 }

 .text-offer-light,
 .text-offer-light p,
 .text-offer-light a {
     color: #f4f5f7 !important
 }

 .text-offer-dark,
 .text-offer-dark p,
 .text-offer-dark a {
     color: #22222f !important
 }

 .style-dark .offer-highlight {
     box-shadow: 0px 6px 18px -6px rgba(20, 24, 36, .75);
     border: 1px solid rgba(255, 255, 255, .08)
 }

 .style-light .offer-highlight {
     box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
     border: 1px solid rgba(0, 0, 0, .08)
 }

 .modal-dialog {
     margin: 1.5rem
 }

 @media(min-width: 576px) {
     .modal-dialog {
         margin: 1.75rem auto
     }
 }

 .modal-dialog-centered {
     min-height: calc(100% - 3rem)
 }

 @media(min-width: 576px) {
     .modal-dialog-centered {
         min-height: calc(100% - 3.5rem)
     }
 }

 dialog {
     color: #22222f;
     border: 3px solid #22222f;
     border-radius: .6rem
 }

 dialog::backdrop {
     background-color: rgba(34, 34, 47, .2)
 }

 dialog#factCheckedDialog {
     max-width: 320px
 }

 dialog#factCheckedDialog::before {
     content: "×";
     position: absolute;
     top: 0;
     right: 0;
     font-size: 2rem;
     line-height: 1;
     padding: .25rem .45rem
 }

 .full-width-16-9 {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
     border-radius: .6rem;
     margin-bottom: 1.3rem
 }

 .full-width-16-9>* {
     position: absolute;
     top: 0;
     left: 0;
     width: 100% !important;
     height: 100% !important
 }

 table {
     font-size: .85rem;
     font-weight: 400
 }

 table th {
     font-weight: 600;
     text-transform: uppercase;
     width: 1px;
     white-space: nowrap;
     color: #a6a9ad !important
 }

 table.table-dark.table-hover tr:hover th,
 table.table-dark.table-hover tr:hover td {
     color: #22222f !important
 }

 table tbody>tr>th,
 table thead>tr>th,
 table tbody>tr>td {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important
 }

 table tbody>tr>:first-child,
 table thead>tr>:first-child {
     padding-left: 1.5rem !important
 }

 table tbody>tr>:last-child,
 table thead>tr>:last-child {
     padding-right: 1.5rem
 }

 table tbody>:last-child:not(tr)>*,
 table thead>:last-child:not(tr)>* {
     padding-right: 1.5rem !important;
     border: none
 }

 table.table-dark.table-striped>tbody>tr:nth-of-type(odd)>* {
     color: #22222f;
     background-color: #fff;
     --bs-table-accent-bg: unset
 }

 table.table-dark.table-striped>tbody>tr:nth-of-type(even)>* {
     color: #22222f;
     background-color: #fff;
     --bs-table-accent-bg: unset
 }

 table.table-dark.table-hover>tbody>tr:hover>* {
     background-color: #eef0f3;
     --bs-table-accent-bg: unset
 }

 table .label {
     display: table-cell;
     line-height: inherit
 }

 table th,
 table td {
     border-color: #e6e7eb
 }

 .list-style table {
     font-size: .75rem
 }

 .list-style table tr {
     vertical-align: middle
 }

 .list-style table td {
     text-align: right
 }

 .list-style table th {
     text-align: left;
     white-space: normal
 }

 .list-style table tbody>tr>th,
 .list-style table thead>tr>th,
 .list-style table tbody>tr>td {
     padding-top: .75rem !important;
     padding-bottom: .75rem !important
 }

 .list-style table tbody>tr>:first-child {
     padding-left: .75rem !important
 }

 .list-style table tbody>tr>:last-child {
     padding-right: .75rem
 }

 .list-style table tbody>:last-child>* {
     padding-right: .75rem !important
 }

 .list-style table th,
 .list-style table td {
     width: auto
 }

 .list-style .ranked-slot tbody>tr>th,
 .list-style .ranked-slot thead>tr>th,
 .list-style .ranked-slot tbody>tr>td {
     padding-top: .25rem !important;
     padding-bottom: .25rem !important
 }

 .list-style .ranked-slot tbody>tr>:first-child {
     padding-left: 0 !important
 }

 .list-style .ranked-slot tbody>tr>:last-child {
     padding-right: 0
 }

 .list-style .ranked-slot tbody>:last-child>* {
     padding-right: 0 !important
 }

 .style-dark #intro table th,
 .list-bg-dark table th,
 .style-dark .list-bg-transparent table th {
     color: #a6a9ad !important
 }

 .style-dark #intro table td,
 .list-bg-dark table td,
 .style-dark .list-bg-transparent table td {
     color: #eef0f3 !important
 }

 .style-dark #intro table.table-dark.table-hover tr:hover th,
 .style-dark #intro table.table-dark.table-hover tr:hover td,
 .list-bg-dark table.table-dark.table-hover tr:hover th,
 .list-bg-dark table.table-dark.table-hover tr:hover td,
 .style-dark .list-bg-transparent table.table-dark.table-hover tr:hover th,
 .style-dark .list-bg-transparent table.table-dark.table-hover tr:hover td {
     color: #fff !important
 }

 .style-dark #intro table.table-dark.table-striped>tbody>tr:nth-of-type(odd)>*,
 .list-bg-dark table.table-dark.table-striped>tbody>tr:nth-of-type(odd)>*,
 .style-dark .list-bg-transparent table.table-dark.table-striped>tbody>tr:nth-of-type(odd)>* {
     color: #eef0f3;
     background-color: #22222f
 }

 .style-dark #intro table.table-dark.table-striped>tbody>tr:nth-of-type(even)>*,
 .list-bg-dark table.table-dark.table-striped>tbody>tr:nth-of-type(even)>*,
 .style-dark .list-bg-transparent table.table-dark.table-striped>tbody>tr:nth-of-type(even)>* {
     color: #eef0f3;
     background-color: #22222f
 }

 .style-dark #intro table.table-dark.table-hover>tbody>tr:hover>*,
 .list-bg-dark table.table-dark.table-hover>tbody>tr:hover>*,
 .style-dark .list-bg-transparent table.table-dark.table-hover>tbody>tr:hover>* {
     background-color: #1d202f
 }

 .style-dark #intro table th,
 .style-dark #intro table td,
 .list-bg-dark table th,
 .list-bg-dark table td,
 .style-dark .list-bg-transparent table th,
 .style-dark .list-bg-transparent table td {
     border-color: #333440
 }

 .style-light #intro table th,
 .list-bg-light table th,
 .style-light .list-bg-transparent table th,
 .style-light .list-bg-color table th,
 .style-dark .list-bg-transparent .ranked-table table th {
     color: #333440 !important
 }

 .style-light #intro table td,
 .list-bg-light table td,
 .style-light .list-bg-transparent table td,
 .style-light .list-bg-color table td,
 .style-dark .list-bg-transparent .ranked-table table td {
     color: #22222f !important
 }

 .style-light #intro table.table-dark.table-hover tr:hover th,
 .style-light #intro table.table-dark.table-hover tr:hover td,
 .list-bg-light table.table-dark.table-hover tr:hover th,
 .list-bg-light table.table-dark.table-hover tr:hover td,
 .style-light .list-bg-transparent table.table-dark.table-hover tr:hover th,
 .style-light .list-bg-transparent table.table-dark.table-hover tr:hover td,
 .style-light .list-bg-color table.table-dark.table-hover tr:hover th,
 .style-light .list-bg-color table.table-dark.table-hover tr:hover td,
 .style-dark .list-bg-transparent .ranked-table table.table-dark.table-hover tr:hover th,
 .style-dark .list-bg-transparent .ranked-table table.table-dark.table-hover tr:hover td {
     color: #22222f !important
 }

 .style-light #intro table.table-dark.table-striped>tbody>tr:nth-of-type(odd)>*,
 .list-bg-light table.table-dark.table-striped>tbody>tr:nth-of-type(odd)>*,
 .style-light .list-bg-transparent table.table-dark.table-striped>tbody>tr:nth-of-type(odd)>*,
 .style-light .list-bg-color table.table-dark.table-striped>tbody>tr:nth-of-type(odd)>*,
 .style-dark .list-bg-transparent .ranked-table table.table-dark.table-striped>tbody>tr:nth-of-type(odd)>* {
     color: #22222f;
     background-color: #fff
 }

 .style-light #intro table.table-dark.table-striped>tbody>tr:nth-of-type(even)>*,
 .list-bg-light table.table-dark.table-striped>tbody>tr:nth-of-type(even)>*,
 .style-light .list-bg-transparent table.table-dark.table-striped>tbody>tr:nth-of-type(even)>*,
 .style-light .list-bg-color table.table-dark.table-striped>tbody>tr:nth-of-type(even)>*,
 .style-dark .list-bg-transparent .ranked-table table.table-dark.table-striped>tbody>tr:nth-of-type(even)>* {
     color: #22222f;
     background-color: #fff
 }

 .style-light #intro table.table-dark.table-hover>tbody>tr:hover>*,
 .list-bg-light table.table-dark.table-hover>tbody>tr:hover>*,
 .style-light .list-bg-transparent table.table-dark.table-hover>tbody>tr:hover>*,
 .style-light .list-bg-color table.table-dark.table-hover>tbody>tr:hover>*,
 .style-dark .list-bg-transparent .ranked-table table.table-dark.table-hover>tbody>tr:hover>* {
     background-color: #eef0f3
 }

 .style-light #intro table th,
 .style-light #intro table td,
 .list-bg-light table th,
 .list-bg-light table td,
 .style-light .list-bg-transparent table th,
 .style-light .list-bg-transparent table td,
 .style-light .list-bg-color table th,
 .style-light .list-bg-color table td,
 .style-dark .list-bg-transparent .ranked-table table th,
 .style-dark .list-bg-transparent .ranked-table table td {
     border-color: #e6e7eb
 }

 #toc {
     font-size: .95rem;
     font-weight: 400
 }

 #toc.toc-side {
     background: none;
     max-height: 320px;
     overflow: auto
 }

 #toc.toc-side.sticky-top {
     top: 128px;
     margin-top: 0;
     z-index: 0
 }

 #toc.toc-side ul>li {
     margin-bottom: 0
 }

 #toc.toc-side .list-group-item {
     border: none;
     border-left: 3px solid #e6e7eb;
     border-radius: 0 !important;
     color: #71777f;
     background-color: #fff;
     padding: .75rem 1rem
 }

 #toc.toc-side .list-group-item a {
     color: #71777f
 }

 #toc.toc-side .list-group-item.active {
     color: #22272e;
     background-color: #fff;
     border-color: #006bd6
 }

 #toc.toc-side .list-group-item-action:focus,
 #toc.toc-side .list-group-item-action:hover {
     background-color: #fff;
     color: #22272e;
     border-color: #006bd6
 }

 #toc.toc-side .list-group-item-action:focus a,
 #toc.toc-side .list-group-item-action:hover a {
     color: #71777f
 }

 #toc.toc-float {
     position: fixed;
     z-index: 1020;
     bottom: 46px;
     height: 0
 }

 #toc.toc-float #toc_dropdown_btn {
     transition: opacity .2s ease-in-out
 }

 #toc.toc-float #toc_dropdown_btn.faded {
     opacity: .8
 }

 #toc.toc-float #toc_dropdown_btn.show {
     opacity: 1 !important
 }

 #toc.toc-float #toc_dropdown_btn:hover {
     opacity: 1
 }

 #toc.toc-float .btn {
     color: #22222f;
     background-color: #fff;
     border-bottom-left-radius: 0 !important;
     border-bottom-right-radius: 0 !important
 }

 #toc.toc-float .btn:hover,
 #toc.toc-float .btn:active,
 #toc.toc-float .btn:focus {
     background-color: #e6e7eb
 }

 #toc.toc-float>.container-fluid {
     pointer-events: none;
     max-width: 1700px !important;
     padding: 0 12px
 }

 #toc.toc-float>.container-fluid * {
     pointer-events: auto
 }

 @media(min-width: 1200px) {
     #toc.toc-float>.container-fluid {
         padding: 0 36px
     }
 }

 #toc.toc-float #toc_dropdown_menu {
     max-height: calc(100vh - 55px - 58px - 100px);
     overflow: auto !important
 }

 @media(min-width: 992px) {
     #toc.toc-side {
         overflow: auto;
         max-height: calc(100vh - 128px - 15px)
     }

     #toc.toc-float {
         position: -webkit-sticky;
         position: sticky;
         bottom: unset;
         top: 80px !important
     }

     #toc.toc-float .btn {
         border-bottom-left-radius: .3rem !important;
         border-bottom-right-radius: .3rem !important
     }

     #toc.toc-float #toc_dropdown_menu {
         max-height: calc(100vh - 130px)
     }
 }

 :target {
     scroll-margin-top: 128px
 }

 @media(min-width: 992px) {
     .template-review.has-offer #toc {
         max-height: calc(100vh - 128px - 104px - 15px)
     }

     .template-review.has-offer #toc.sticky-top {
         top: 232px
     }
 }

 @media(min-width: 1200px) {
     .template-review.has-offer #toc {
         max-height: calc(100vh - 128px - 119px - 15px)
     }

     .template-review.has-offer #toc.sticky-top {
         top: 247px
     }
 }

 @media(min-width: 1400px) {
     .template-review.has-offer #toc {
         max-height: calc(100vh - 128px - 135px - 15px)
     }

     .template-review.has-offer #toc.sticky-top {
         top: 263px
     }
 }

 @media(min-width: 992px) {
     .template-review.has-offer :target {
         scroll-margin-top: 232px
     }
 }

 @media(min-width: 1200px) {
     .template-review.has-offer :target {
         scroll-margin-top: 247px
     }
 }

 @media(min-width: 1400px) {
     .template-review.has-offer :target {
         scroll-margin-top: 263px
     }
 }

 .has-toc .post-meta {
     margin-top: 5rem
 }

 @media(min-width: 768px) {
     .has-toc .post-meta {
         margin-top: unset
     }
 }

 #main-content .wp-block-image img {
     height: auto;
     border-radius: .6rem !important
 }

 .wp-block-table {
     font-size: 1rem;
     border-radius: .2rem !important
 }

 .wp-block-table tr {
     background-color: transparent;
     border-bottom: 1px solid #e6e7eb !important
 }

 .wp-block-table th {
     padding: .5rem .8rem;
     background-color: #22222f;
     color: #fff !important
 }

 .wp-block-table td,
 .wp-block-table th {
     border: initial
 }

 .wp-block-table thead>tr>:first-child {
     padding-left: 1.5rem !important
 }

 .wp-block-table thead>tr>:last-child {
     padding-right: 1.5rem !important
 }

 .wp-block-table td {
     padding: .5rem .8rem
 }

 .wp-block-table.is-style-stripes tbody tr {
     border: none !important
 }

 .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
     background-color: #fff
 }

 .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
     background-color: #f4f5f7
 }

 .wp-block-group.has-background {
     padding: 1.25em 2.375em .5em 2.375em;
     border-radius: .8rem !important;
     margin-bottom: 1.3rem
 }

 .wp-block-group.has-background>:last-child {
     margin-bottom: 0 !important
 }

 .wp-block-quote,
 .wp-block-pullquote {
     margin: 2rem 0
 }

 .wp-block-quote p:last-of-type,
 .wp-block-pullquote p:last-of-type {
     margin: 0 !important
 }

 .wp-block-quote cite,
 .wp-block-pullquote cite {
     font-size: 1rem;
     font-style: normal;
     font-weight: 300;
     margin-top: 1rem;
     display: inline-block
 }

 .wp-block-quote {
     border-left: 4px solid #006bd6;
     padding: 1rem 0 1rem 2rem;
     color: #22222f;
     font-size: calc(1.3rem + .6vw);
     font-weight: 600;
     line-height: 1.2
 }

 @media(min-width: 992px) {
     .wp-block-quote {
         font-size: 1.6rem !important
     }
 }

 .wp-block-pullquote {
     border-top: 2px dotted #006bd6;
     border-bottom: 2px dotted #006bd6;
     text-align: left;
     color: #22222f;
     padding: 2rem 0;
     margin: 2rem 0
 }

 .wp-block-pullquote blockquote {
     margin: 0
 }

 .wp-block-pullquote cite {
     color: #22222f;
     font-weight: 400
 }

 .wp-block-pullquote p {
     font-size: 1.2rem !important;
     font-weight: 600;
     line-height: 1.8
 }

 .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
     border-radius: .6rem
 }

 .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%
 }

 #top-content>.wp-block-group,
 #bottom-content>.wp-block-group {
     border-radius: 0 !important;
     margin: 0 !important;
     padding: 0 !important;
     padding-top: 3rem !important;
     padding-bottom: 3rem !important
 }

 #top-content>.wp-block-group.is-layout-constrained>*,
 #bottom-content>.wp-block-group.is-layout-constrained>* {
     width: 100%;
     padding-right: var(--bs-gutter-x, 0.75rem);
     padding-left: var(--bs-gutter-x, 0.75rem);
     margin-right: auto;
     margin-left: auto
 }

 @media(min-width: 576px) {

     #top-content>.wp-block-group.is-layout-constrained>*,
     #bottom-content>.wp-block-group.is-layout-constrained>* {
         max-width: 540px
     }
 }

 @media(min-width: 768px) {

     #top-content>.wp-block-group.is-layout-constrained>*,
     #bottom-content>.wp-block-group.is-layout-constrained>* {
         max-width: 720px
     }
 }

 @media(min-width: 992px) {

     #top-content>.wp-block-group.is-layout-constrained>*,
     #bottom-content>.wp-block-group.is-layout-constrained>* {
         max-width: 960px
     }
 }

 @media(min-width: 1200px) {

     #top-content>.wp-block-group.is-layout-constrained>*,
     #bottom-content>.wp-block-group.is-layout-constrained>* {
         max-width: 1140px
     }
 }

 @media(min-width: 1400px) {

     #top-content>.wp-block-group.is-layout-constrained>*,
     #bottom-content>.wp-block-group.is-layout-constrained>* {
         max-width: 1320px
     }
 }

 #top-content>.wp-block-group:first-child.has-light-2-background-color:first-of-type {
     padding-top: 0rem !important
 }

 .wp-block-group.pattern-full-width h3,
 .wp-block-group.column-cards h3,
 .wp-block-group.column-cards-text-dark h3,
 .wp-block-group.column-cards-text-light h3 {
     margin-top: 0;
     font-size: 1.5rem !important
 }

 .wp-block-group.pattern-full-width p,
 .wp-block-group.column-cards p,
 .wp-block-group.column-cards-text-dark p,
 .wp-block-group.column-cards-text-light p {
     font-size: 1rem;
     margin-top: .5rem
 }

 .wp-block-group.pattern-full-width p.font-medium,
 .wp-block-group.column-cards p.font-medium,
 .wp-block-group.column-cards-text-dark p.font-medium,
 .wp-block-group.column-cards-text-light p.font-medium {
     font-weight: 600
 }

 .wp-block-group.pattern-full-width p.has-accent-2-color,
 .wp-block-group.pattern-full-width p.has-accent-1-color,
 .wp-block-group.column-cards p.has-accent-2-color,
 .wp-block-group.column-cards p.has-accent-1-color,
 .wp-block-group.column-cards-text-dark p.has-accent-2-color,
 .wp-block-group.column-cards-text-dark p.has-accent-1-color,
 .wp-block-group.column-cards-text-light p.has-accent-2-color,
 .wp-block-group.column-cards-text-light p.has-accent-1-color {
     margin-bottom: 0
 }

 .wp-block-group.pattern-full-width ul li,
 .wp-block-group.column-cards ul li,
 .wp-block-group.column-cards-text-dark ul li,
 .wp-block-group.column-cards-text-light ul li {
     font-size: 1rem;
     margin-bottom: .5rem
 }

 .wp-block-group.pattern-full-width .wp-block-column>.wp-block-group,
 .wp-block-group.column-cards .wp-block-column>.wp-block-group,
 .wp-block-group.column-cards-text-dark .wp-block-column>.wp-block-group,
 .wp-block-group.column-cards-text-light .wp-block-column>.wp-block-group {
     height: 100%
 }

 .wp-block-group.column-cards-h2 h2 {
     font-size: 1.5rem !important;
     font-weight: 600
 }

 #navbar {
     background-color: rgba(28, 96, 133, .8);
     transition: background-color .25s ease-in-out;
     color: #f4f5f7;
     -webkit-font-smoothing: antialiased;
     z-index: 1031;
     height: auto;
     box-shadow: 0px 6px 18px -6px rgba(20, 24, 36, 0);
     z-index: 100;
     text-underline-offset: .25rem
 }

 #navbar.navbar-onscroll {
     background-color: #1c6085;
     box-shadow: 0px 6px 18px -6px rgba(20, 24, 36, .05)
 }

 #navbar .navbar-brand {
     color: #f4f5f7;
     font-weight: 700;
     font-family: "Poppins", "PoppinsFallback", sans-serif
 }

 #navbar .navbar-brand a {
     color: #f4f5f7
 }

 #navbar .navbar-brand img {
     width: auto;
     height: 32px
 }

 #navbar>.container-fluid {
     max-width: 1700px !important;
     padding: 0 12px
 }

 @media(min-width: 1200px) {
     #navbar>.container-fluid {
         padding: 0 36px
     }
 }

 #navbar button:not(.btn) {
     border: none;
     outline: none;
     background-color: transparent;
     color: #f4f5f7
 }

 #navbar .collapsing {
     -webkit-transition: none;
     transition: none;
     display: none
 }

 #navbar .bottom-nav a {
     margin-top: 0 !important;
     padding: 0 !important;
     margin-bottom: 1rem !important;
     font-weight: 600;
     display: block
 }

 @media(min-width: 1200px) {
     #navbar .bottom-nav {
         background-color: #1c6085
     }

     #navbar .bottom-nav a {
         margin-top: 0 !important;
         margin-bottom: 0 !important
     }
 }

 #navbar .dropdown.show .dropdown-menu {
     display: flex;
     flex-direction: column
 }

 #navbar .dropdown-menu {
     width: 100%;
     padding: 0;
     margin-top: 0;
     border: none;
     border-radius: 0;
     height: auto;
     background-color: #22222f;
     color: #f4f5f7
 }

 #navbar .dropdown-menu a {
     color: #f4f5f7 !important
 }

 #navbar .dropdown-menu a:hover>span {
     text-decoration: underline
 }

 #navbar .dropdown-menu a.active>span {
     text-decoration: underline
 }

 #navbar .dropdown-menu ul {
     padding-left: 0;
     padding-bottom: 0;
     width: 100%
 }

 @media(min-width: 1200px) {
     #navbar .dropdown-menu ul {
         max-height: 240px
     }
 }

 #navbar .dropdown-menu ul li {
     width: 100%;
     padding-top: 0;
     margin-bottom: 0;
     list-style: none
 }

 #navbar .dropdown-menu ul li:not(.level-3, .level-2.parent) {
     padding-bottom: .65rem
 }

 #navbar .dropdown-menu ul li:last-of-type {
     padding-bottom: 0 !important
 }

 #navbar .dropdown-menu>div:not(.container-fluid, .container) {
     padding-left: 0px;
     height: auto
 }

 #navbar .dropdown-menu>div:not(.container-fluid, .container):last-of-type {
     height: auto;
     display: flex;
     align-items: center;
     width: 100%
 }

 #navbar .dropdown-menu>div:not(.container-fluid, .container) a {
     padding: 10px 0px
 }

 #navbar .dropdown-toggle {
     outline: none !important
 }

 #navbar .dropdown-toggle span {
     flex: 1
 }

 #navbar .dropdown-toggle.show .chevron-down {
     transform: rotate(180deg)
 }

 #navbar .dropdown-toggle::after {
     display: none
 }

 #navbar .navbar-toggler {
     line-height: inherit;
     font-size: inherit
 }

 #navbar .navbar-toggler,
 #navbar .search-toggler {
     padding: 0px;
     height: 25px;
     width: 25px;
     position: relative
 }

 #navbar #navToggleBtn {
     color: #f4f5f7
 }

 #navbar #navToggleBtn .icon-close {
     display: inline-block
 }

 #navbar #navToggleBtn .icon-hamburger {
     display: none
 }

 #navbar #navToggleBtn.collapsed .icon-close {
     display: none
 }

 #navbar #navToggleBtn.collapsed .icon-hamburger {
     display: inline-block
 }

 #navbar #searchToggleBtn {
     color: #f4f5f7
 }

 #navbar #searchToggleBtn .icon-close {
     display: inline-block
 }

 #navbar #searchToggleBtn .icon-search {
     display: none
 }

 #navbar #searchToggleBtn.collapsed .icon-close {
     display: none
 }

 #navbar #searchToggleBtn.collapsed .icon-search {
     display: inline-block
 }

 #navbar .navbar-nav>li {
     width: 100%
 }

 #navbar .navbar-icon {
     width: 26px;
     height: 26px;
     color: #1a90ff
 }

 #navbar a.btn,
 #navbar button.btn {
     border-radius: 50px !important;
     padding: .6rem 1.2rem;
     margin: 12px;
     display: block;
     font-weight: 600
 }

 @media(min-width: 1200px) {

     #navbar a.btn,
     #navbar button.btn {
         margin: 0
     }
 }

 #navbar a:not(.btn),
 #navbar button {
     color: #f4f5f7;
     box-sizing: content-box;
     position: relative;
     text-decoration: none;
     white-space: nowrap
 }

 #navbar a:not(.btn).level-1,
 #navbar button.level-1 {
     margin-right: 0px;
     padding: 10px 0px 10px;
     display: flex;
     align-items: center;
     font-size: 1rem;
     padding: 6px 12px;
     font-weight: 600;
     line-height: 0;
     min-height: 1rem
 }

 @media(min-width: 1200px) {

     #navbar a:not(.btn).level-1,
     #navbar button.level-1 {
         padding: 6px 0;
         font-size: .9rem
     }
 }

 #navbar a:not(.btn).collapsed svg.search,
 #navbar button.collapsed svg.search {
     display: inline-block
 }

 #navbar a:not(.btn).collapsed svg.search-close,
 #navbar button.collapsed svg.search-close {
     display: none
 }

 #navbar a:not(.btn):not(.collapsed) svg.search,
 #navbar button:not(.collapsed) svg.search {
     display: none
 }

 #navbar a.level-1:not(.btn):hover span,
 #navbar button.level-1:hover span {
     text-decoration: underline;
     text-decoration-color: #fff
 }

 #navbar button.dropdown-toggle.level-1.show span,
 #navbar a.level-1:not(.btn).active span {
     text-decoration: underline;
     text-decoration-color: #fff
 }

 #navbar .level-2 a {
     font-size: 1rem;
     font-weight: 600
 }

 #navbar .level-2 a,
 #navbar .level-3 a {
     display: block;
     width: 100%
 }

 #navbar .level-2 a>span,
 #navbar .level-3 a>span {
     position: relative
 }

 #navbar .level-3.last {
     margin-bottom: .65rem
 }

 #navbar .level-3 a {
     font-size: .95rem !important;
     font-weight: 400;
     margin-bottom: 0 !important;
     opacity: .8
 }

 #navbar #navbarTop {
     max-height: calc(100vh - 60px);
     overflow-y: auto;
     margin-left: -12px;
     margin-right: -12px
 }

 @media(min-width: 1200px) {
     #navbar #navbarTop {
         margin-left: 16px;
         margin-right: 0
     }
 }

 @media(min-width: 1400px) {
     #navbar #navbarTop {
         margin-left: 40px;
         margin-right: 0
     }
 }

 #navbar #navbarSearch {
     height: 42px;
     position: absolute;
     right: 100%;
     width: calc(100vw - 3rem - 25px);
     padding-left: 3px;
     margin-right: 12px
 }

 #navbar #navbarSearch.show {
     display: flex
 }

 #navbar #navbarSearch form {
     flex: 1;
     display: flex;
     align-items: center
 }

 #navbar #navbarSearch form button {
     border-top-right-radius: .3rem !important;
     border-bottom-right-radius: .3rem !important;
     border-bottom-left-radius: 0 !important;
     border-top-left-radius: 0 !important;
     color: #fff
 }

 #navbar #navbarSearch form .form-control {
     border: none
 }

 #navbar #navbarSearch input[type=text] {
     border-radius: .3rem !important;
     flex: 1
 }

 @media(min-width: 1200px) {
     #navbar #navbarSearch {
         height: 50px
     }

     #navbar #navbarSearch input[type=text] {
         border-top-right-radius: 0 !important;
         border-bottom-right-radius: 0 !important
     }
 }

 @media(min-width: 1200px) {
     #navbar {
         height: 80px
     }

     #navbar .dropdown.show .dropdown-menu {
         display: block;
         flex-direction: unset
     }

     #navbar .dropdown-menu ul li {
         display: block;
         width: auto;
         margin-right: 5rem
     }

     #navbar .dropdown-menu>div:not(.container-fluid, .container) {
         padding-left: unset
     }

     #navbar .dropdown-menu>div:not(.container-fluid, .container):last-of-type {
         height: 60px
     }

     #navbar #navbarSearch {
         position: absolute;
         right: 100%;
         width: 240px
     }

     #navbar .navbar-nav {
         flex-wrap: wrap
     }

     #navbar .navbar-nav>li {
         width: auto
     }

     #navbar .navbar-nav>li a:not(.btn).level-1,
     #navbar .navbar-nav>li button.level-1 {
         margin-right: 24px
     }

     #navbar .navbar-nav>li:last-of-type a:not(.btn).level-1,
     #navbar .navbar-nav>li:last-of-type button.level-1 {
         margin-right: 0 !important
     }
 }

 .navbar-list .navbar-list-toggler {
     width: 100%;
     border: none;
     border-radius: .3rem;
     padding: 1.3rem 2rem;
     transition: none;
     font-size: .85rem;
     font-weight: 600;
     text-transform: uppercase;
     color: #141824 !important;
     background: #e6e7eb !important;
     text-align: center
 }

 @media(min-width: 768px) {
     .navbar-list .navbar-list-toggler {
         width: auto
     }
 }

 .navbar-list .navbar-list-toggler:hover {
     color: #141824;
     background: #e6e7eb
 }

 .navbar-list .navbar-list-toggler:not(.collapsed) .chevron-down {
     transform: rotate(180deg)
 }

 .navbar-list .nav-pills li:first-of-type .nav-link {
     border-top-left-radius: .3rem !important;
     border-bottom-left-radius: .3rem !important
 }

 .navbar-list .nav-pills li:last-of-type .nav-link {
     border-top-right-radius: .3rem !important;
     border-bottom-right-radius: .3rem !important
 }

 .navbar-list .nav-pills .nav-item {
     width: 100%
 }

 @media(min-width: 768px) {
     .navbar-list .nav-pills .nav-item {
         width: auto
     }
 }

 .navbar-list .nav-pills .nav-link {
     width: 100%;
     border: none;
     border-radius: .3rem;
     margin: 0 .5rem .5rem 0;
     padding: 1.3rem 2rem;
     transition: none;
     font-size: .85rem;
     font-weight: 600;
     text-transform: uppercase;
     color: #cfd1d4;
     background: rgba(230, 231, 235, .15);
     text-align: center
 }

 @media(min-width: 768px) {
     .navbar-list .nav-pills .nav-link {
         width: auto
     }
 }

 .navbar-list .nav-pills .nav-link:hover {
     color: #141824;
     background: #e6e7eb
 }

 .navbar-list .nav-pills .nav-item.active .nav-link {
     color: #141824 !important;
     background: #e6e7eb !important
 }

 .list-bg-light .list-style .navbar-list .navbar-list-toggler,
 .style-light .list-bg-transparent .list-style .navbar-list .navbar-list-toggler,
 .list-bg-white .list-style .navbar-list .navbar-list-toggler {
     border: none;
     color: #f4f5f7 !important;
     background: #22222f !important
 }

 .list-bg-light .list-style .navbar-list .navbar-list-toggler:hover,
 .style-light .list-bg-transparent .list-style .navbar-list .navbar-list-toggler:hover,
 .list-bg-white .list-style .navbar-list .navbar-list-toggler:hover {
     color: #fff;
     background: #22222f
 }

 @media(min-width: 768px) {

     .list-bg-light .list-style .navbar-list .nav-pills li:last-of-type .nav-link,
     .style-light .list-bg-transparent .list-style .navbar-list .nav-pills li:last-of-type .nav-link,
     .list-bg-white .list-style .navbar-list .nav-pills li:last-of-type .nav-link {
         border-right: none !important
     }

     .list-bg-light .list-style .navbar-list .nav-pills li:first-of-type .nav-link,
     .style-light .list-bg-transparent .list-style .navbar-list .nav-pills li:first-of-type .nav-link,
     .list-bg-white .list-style .navbar-list .nav-pills li:first-of-type .nav-link {
         border-left: none !important
     }
 }

 .list-bg-light .list-style .navbar-list .nav-pills .nav-link,
 .style-light .list-bg-transparent .list-style .navbar-list .nav-pills .nav-link,
 .list-bg-white .list-style .navbar-list .nav-pills .nav-link {
     border: none;
     color: #2f353d;
     background: rgba(34, 34, 47, .15)
 }

 .list-bg-light .list-style .navbar-list .nav-pills .nav-link:hover,
 .style-light .list-bg-transparent .list-style .navbar-list .nav-pills .nav-link:hover,
 .list-bg-white .list-style .navbar-list .nav-pills .nav-link:hover {
     color: #fff;
     background: #22222f
 }

 .list-bg-light .list-style .navbar-list .nav-pills .nav-item.active .nav-link,
 .style-light .list-bg-transparent .list-style .navbar-list .nav-pills .nav-item.active .nav-link,
 .list-bg-white .list-style .navbar-list .nav-pills .nav-item.active .nav-link {
     color: #f4f5f7 !important;
     background: #22222f !important
 }

 .list-bg-color .list-style .navbar-list .navbar-list-toggler {
     border: none;
     color: #f4f5f7 !important;
     background: #22222f !important
 }

 .list-bg-color .list-style .navbar-list .navbar-list-toggler:hover {
     color: #fff;
     background: #22222f
 }

 @media(min-width: 768px) {
     .list-bg-color .list-style .navbar-list .nav-pills li:last-of-type .nav-link {
         border-right: none !important
     }

     .list-bg-color .list-style .navbar-list .nav-pills li:first-of-type .nav-link {
         border-left: none !important
     }
 }

 .list-bg-color .list-style .navbar-list .nav-pills .nav-link {
     border: none;
     color: #2f353d;
     background: rgba(34, 34, 47, .15)
 }

 .list-bg-color .list-style .navbar-list .nav-pills .nav-link:hover {
     color: #fff;
     background: #22222f
 }

 .list-bg-color .list-style .navbar-list .nav-pills .nav-item.active .nav-link {
     color: #f4f5f7 !important;
     background: #22222f !important
 }

 .page-nav ul {
     list-style-type: none;
     padding: 0;
     font-size: 1.1rem;
     margin-bottom: 1rem
 }

 .page-nav ul li {
     display: inline-block;
     margin-right: 1rem;
     margin-bottom: 1rem
 }

 .page-nav ul li a {
     color: rgba(244, 245, 247, .7);
     font-weight: 600;
     text-decoration: none
 }

 .page-nav ul li a:hover {
     color: #f4f5f7;
     border-bottom: 2px solid #f4f5f7
 }

 .page-nav ul li.current_page_item a {
     color: #f4f5f7;
     border-bottom: 2px solid #f4f5f7
 }

 .btn,
 .nav-previous a,
 .nav-next a,
 .comment-meta a {
     padding: .9rem 1.2rem;
     font-size: .9rem;
     font-weight: 400;
     transition: transform .2s, background-color .2s, color .2s;
     border: none;
     border-radius: .3rem !important;
     color: #fff;
     background-color: #4361ee
 }

 .btn:hover,
 .btn:active,
 .btn:focus,
 .nav-previous a:hover,
 .nav-previous a:active,
 .nav-previous a:focus,
 .nav-next a:hover,
 .nav-next a:active,
 .nav-next a:focus,
 .comment-meta a:hover,
 .comment-meta a:active,
 .comment-meta a:focus {
     color: #fff;
     background-color: #364ebe;
     border: none
 }

 .btn.btn-secondary,
 .btn.comment-edit-link,
 .btn.comment-reply-link,
 .nav-previous a.btn-secondary,
 .nav-previous a.comment-edit-link,
 .nav-previous a.comment-reply-link,
 .nav-next a.btn-secondary,
 .nav-next a.comment-edit-link,
 .nav-next a.comment-reply-link,
 .comment-meta a.btn-secondary,
 .comment-meta a.comment-edit-link,
 .comment-meta a.comment-reply-link {
     color: #dcdde0;
     background-color: transparent;
     border: 1px solid #71777f
 }

 .btn.btn-secondary:hover,
 .btn.btn-secondary:active,
 .btn.btn-secondary:focus,
 .btn.comment-edit-link:hover,
 .btn.comment-edit-link:active,
 .btn.comment-edit-link:focus,
 .btn.comment-reply-link:hover,
 .btn.comment-reply-link:active,
 .btn.comment-reply-link:focus,
 .nav-previous a.btn-secondary:hover,
 .nav-previous a.btn-secondary:active,
 .nav-previous a.btn-secondary:focus,
 .nav-previous a.comment-edit-link:hover,
 .nav-previous a.comment-edit-link:active,
 .nav-previous a.comment-edit-link:focus,
 .nav-previous a.comment-reply-link:hover,
 .nav-previous a.comment-reply-link:active,
 .nav-previous a.comment-reply-link:focus,
 .nav-next a.btn-secondary:hover,
 .nav-next a.btn-secondary:active,
 .nav-next a.btn-secondary:focus,
 .nav-next a.comment-edit-link:hover,
 .nav-next a.comment-edit-link:active,
 .nav-next a.comment-edit-link:focus,
 .nav-next a.comment-reply-link:hover,
 .nav-next a.comment-reply-link:active,
 .nav-next a.comment-reply-link:focus,
 .comment-meta a.btn-secondary:hover,
 .comment-meta a.btn-secondary:active,
 .comment-meta a.btn-secondary:focus,
 .comment-meta a.comment-edit-link:hover,
 .comment-meta a.comment-edit-link:active,
 .comment-meta a.comment-edit-link:focus,
 .comment-meta a.comment-reply-link:hover,
 .comment-meta a.comment-reply-link:active,
 .comment-meta a.comment-reply-link:focus {
     color: #f4f5f7;
     background-color: rgba(51, 52, 64, .4);
     border: 1px solid #71777f
 }

 .comments .comment-meta a.comment-edit-link,
 .comments .comment-meta a.comment-reply-link {
     display: inline-block;
     padding: .5rem 1rem
 }

 .comments .depth-2 .comment-meta a.comment-edit-link,
 .comments .depth-2 .comment-meta a.comment-reply-link,
 .comments .depth-3 .comment-meta a.comment-edit-link,
 .comments .depth-3 .comment-meta a.comment-reply-link,
 .comments .depth-4 .comment-meta a.comment-edit-link,
 .comments .depth-4 .comment-meta a.comment-reply-link,
 .comments .depth-5 .comment-meta a.comment-edit-link,
 .comments .depth-5 .comment-meta a.comment-reply-link {
     color: #333440;
     border: 1px solid #a6a9ad
 }

 .comments .depth-2 .comment-meta a.comment-edit-link:hover,
 .comments .depth-2 .comment-meta a.comment-edit-link:active,
 .comments .depth-2 .comment-meta a.comment-edit-link:focus,
 .comments .depth-2 .comment-meta a.comment-reply-link:hover,
 .comments .depth-2 .comment-meta a.comment-reply-link:active,
 .comments .depth-2 .comment-meta a.comment-reply-link:focus,
 .comments .depth-3 .comment-meta a.comment-edit-link:hover,
 .comments .depth-3 .comment-meta a.comment-edit-link:active,
 .comments .depth-3 .comment-meta a.comment-edit-link:focus,
 .comments .depth-3 .comment-meta a.comment-reply-link:hover,
 .comments .depth-3 .comment-meta a.comment-reply-link:active,
 .comments .depth-3 .comment-meta a.comment-reply-link:focus,
 .comments .depth-4 .comment-meta a.comment-edit-link:hover,
 .comments .depth-4 .comment-meta a.comment-edit-link:active,
 .comments .depth-4 .comment-meta a.comment-edit-link:focus,
 .comments .depth-4 .comment-meta a.comment-reply-link:hover,
 .comments .depth-4 .comment-meta a.comment-reply-link:active,
 .comments .depth-4 .comment-meta a.comment-reply-link:focus,
 .comments .depth-5 .comment-meta a.comment-edit-link:hover,
 .comments .depth-5 .comment-meta a.comment-edit-link:active,
 .comments .depth-5 .comment-meta a.comment-edit-link:focus,
 .comments .depth-5 .comment-meta a.comment-reply-link:hover,
 .comments .depth-5 .comment-meta a.comment-reply-link:active,
 .comments .depth-5 .comment-meta a.comment-reply-link:focus {
     color: #141824;
     background-color: rgba(20, 24, 36, .02);
     border: 1px solid #a6a9ad
 }

 a:hover button.btn,
 a:active button.btn,
 a:focus button.btn {
     color: #fff;
     background-color: #364ebe;
     border: none
 }

 a:hover button.btn.btn-secondary,
 a:active button.btn.btn-secondary,
 a:focus button.btn.btn-secondary {
     color: #f4f5f7;
     background-color: rgba(51, 52, 64, .4);
     border: 1px solid #71777f
 }

 .btn-primary.disabled,
 .btn-primary:disabled {
     color: #fff;
     background-color: #4361ee;
     border: none
 }

 .list-bg-white .list-style .btn.btn-secondary,
 .list-bg-light .list-style .btn.btn-secondary,
 .style-light .list-bg-transparent .list-style .btn.btn-secondary,
 .list-bg-color .list-style .btn.btn-secondary,
 .incontent-medium .btn.btn-secondary,
 .incontent-large .btn.btn-secondary {
     color: #333440;
     border: 1px solid #a6a9ad
 }

 .list-bg-white .list-style .btn.btn-secondary:hover,
 .list-bg-white .list-style .btn.btn-secondary:active,
 .list-bg-white .list-style .btn.btn-secondary:focus,
 .list-bg-light .list-style .btn.btn-secondary:hover,
 .list-bg-light .list-style .btn.btn-secondary:active,
 .list-bg-light .list-style .btn.btn-secondary:focus,
 .style-light .list-bg-transparent .list-style .btn.btn-secondary:hover,
 .style-light .list-bg-transparent .list-style .btn.btn-secondary:active,
 .style-light .list-bg-transparent .list-style .btn.btn-secondary:focus,
 .list-bg-color .list-style .btn.btn-secondary:hover,
 .list-bg-color .list-style .btn.btn-secondary:active,
 .list-bg-color .list-style .btn.btn-secondary:focus,
 .incontent-medium .btn.btn-secondary:hover,
 .incontent-medium .btn.btn-secondary:active,
 .incontent-medium .btn.btn-secondary:focus,
 .incontent-large .btn.btn-secondary:hover,
 .incontent-large .btn.btn-secondary:active,
 .incontent-large .btn.btn-secondary:focus {
     color: #141824;
     background-color: rgba(20, 24, 36, .02);
     border: 1px solid #a6a9ad
 }

 .list-bg-white .list-style a:hover button.btn,
 .list-bg-white .list-style a:active button.btn,
 .list-bg-white .list-style a:focus button.btn,
 .list-bg-light .list-style a:hover button.btn,
 .list-bg-light .list-style a:active button.btn,
 .list-bg-light .list-style a:focus button.btn,
 .style-light .list-bg-transparent .list-style a:hover button.btn,
 .style-light .list-bg-transparent .list-style a:active button.btn,
 .style-light .list-bg-transparent .list-style a:focus button.btn,
 .list-bg-color .list-style a:hover button.btn,
 .list-bg-color .list-style a:active button.btn,
 .list-bg-color .list-style a:focus button.btn,
 .incontent-medium a:hover button.btn,
 .incontent-medium a:active button.btn,
 .incontent-medium a:focus button.btn,
 .incontent-large a:hover button.btn,
 .incontent-large a:active button.btn,
 .incontent-large a:focus button.btn {
     color: #fff;
     background-color: #364ebe;
     border: none
 }

 .list-bg-white .list-style a:hover button.btn.btn-secondary,
 .list-bg-white .list-style a:active button.btn.btn-secondary,
 .list-bg-white .list-style a:focus button.btn.btn-secondary,
 .list-bg-light .list-style a:hover button.btn.btn-secondary,
 .list-bg-light .list-style a:active button.btn.btn-secondary,
 .list-bg-light .list-style a:focus button.btn.btn-secondary,
 .style-light .list-bg-transparent .list-style a:hover button.btn.btn-secondary,
 .style-light .list-bg-transparent .list-style a:active button.btn.btn-secondary,
 .style-light .list-bg-transparent .list-style a:focus button.btn.btn-secondary,
 .list-bg-color .list-style a:hover button.btn.btn-secondary,
 .list-bg-color .list-style a:active button.btn.btn-secondary,
 .list-bg-color .list-style a:focus button.btn.btn-secondary,
 .incontent-medium a:hover button.btn.btn-secondary,
 .incontent-medium a:active button.btn.btn-secondary,
 .incontent-medium a:focus button.btn.btn-secondary,
 .incontent-large a:hover button.btn.btn-secondary,
 .incontent-large a:active button.btn.btn-secondary,
 .incontent-large a:focus button.btn.btn-secondary {
     color: #141824;
     background-color: rgba(20, 24, 36, .02);
     border: 1px solid #a6a9ad
 }

 .list-bg-transparent .list-style .ranked-table .btn.btn-secondary {
     color: #333440;
     border: 1px solid #a6a9ad
 }

 .list-bg-transparent .list-style .ranked-table .btn.btn-secondary:hover,
 .list-bg-transparent .list-style .ranked-table .btn.btn-secondary:active,
 .list-bg-transparent .list-style .ranked-table .btn.btn-secondary:focus {
     color: #141824;
     background-color: rgba(20, 24, 36, .02);
     border: 1px solid #a6a9ad
 }

 .list-bg-transparent .list-style .ranked-table a:hover button.btn,
 .list-bg-transparent .list-style .ranked-table a:active button.btn,
 .list-bg-transparent .list-style .ranked-table a:focus button.btn {
     color: #fff;
     background-color: #364ebe;
     border: none
 }

 .list-bg-transparent .list-style .ranked-table a:hover button.btn.btn-secondary,
 .list-bg-transparent .list-style .ranked-table a:active button.btn.btn-secondary,
 .list-bg-transparent .list-style .ranked-table a:focus button.btn.btn-secondary {
     color: #141824;
     background-color: rgba(20, 24, 36, .02);
     border: 1px solid #a6a9ad
 }

 .nav-previous a,
 .nav-next a {
     color: #fff !important;
     text-decoration: none
 }

 .nav-previous a:hover,
 .nav-previous a:active,
 .nav-previous a:focus,
 .nav-next a:hover,
 .nav-next a:active,
 .nav-next a:focus {
     color: #fff !important
 }

 section.list .btn,
 .incontent-medium .btn,
 .incontent-large .btn {
     display: block
 }

 section#cookieConsentForm .btn-secondary {
     color: #dcdde0 !important;
     border: 1px solid #878d95;
     background-color: transparent
 }

 section#cookieConsentForm .btn-secondary:hover,
 section#cookieConsentForm .btn-secondary:active,
 section#cookieConsentForm .btn-secondary:focus {
     color: #f4f5f7;
     background-color: transparent
 }

 aside .btn-secondary {
     color: #71777f !important;
     border-color: #cfd1d4 !important;
     box-shadow: 0px 6px 18px -6px rgba(20, 24, 36, .05)
 }

 #backToTop.btn {
     display: none;
     position: fixed;
     bottom: 1rem;
     right: 1rem;
     z-index: 1030;
     border-radius: 50% !important;
     width: 54px;
     height: 54px;
     padding: 0;
     opacity: .9
 }

 .nav-previous,
 .nav-next {
     margin-top: 2rem
 }

 .btn-offer {
     border: 1px solid;
     border-color: inherit
 }

 .btn-offer:hover,
 .btn-offer:active,
 .btn-offer:focus {
     border: 1px solid;
     border-color: inherit
 }

 .btn-offer,
 .btn-offer-expand {
     color: inherit;
     background-color: transparent
 }

 .btn-offer:hover,
 .btn-offer:active,
 .btn-offer:focus,
 .btn-offer-expand:hover,
 .btn-offer-expand:active,
 .btn-offer-expand:focus {
     color: inherit;
     background-color: transparent
 }

 .btn-offer-expand svg {
     transform: rotate(-90deg);
     transition: transform .2s ease-in-out
 }

 .collapsed .btn-offer-expand svg {
     transform: rotate(90deg)
 }

 #main-offer-container .btn {
     min-width: 150px
 }

 .wp-block-buttons:hover,
 .wp-block-buttons:active,
 .wp-block-buttons:focus {
     color: var(--wp--preset--color--white) !important
 }

 .wp-block-buttons.is-content-justification-stretch .wp-block-button__link,
 .wp-block-buttons.is-content-justification-stretch .wp-element-button {
     display: block
 }

 .wp-block-buttons .wp-block-button .wp-block-button__link.is-style-outline,
 .wp-block-buttons .wp-block-button.is-style-outline>.wp-block-button__link {
     border-width: 1px
 }

 .wp-block-buttons.p-1 a {
     padding: .25rem !important;
     line-height: 1 !important
 }

 div.comments p:not(.label) {
     font-size: 1rem
 }

 div.comments img {
     border-radius: 50% !important
 }

 div.comments h3 {
     font-size: 1.4rem !important
 }

 div.comments h4 {
     font-size: 1rem !important
 }

 div.comments .is-reply {
     border-top-left-radius: 0 !important
 }

 div.comments .is-reply .btn-secondary {
     color: #333440;
     border: 1px solid #a6a9ad
 }

 div.comments .is-reply .btn-secondary:hover,
 div.comments .is-reply .btn-secondary:active,
 div.comments .is-reply .btn-secondary:focus {
     color: #141824;
     background-color: rgba(20, 24, 36, .02);
     border: 1px solid #a6a9ad
 }

 div.comments .author {
     font-size: 1rem !important;
     font-weight: 600
 }

 div.comments .comment-meta {
     color: #fff;
     background-color: #2f353d;
     line-height: 1.5
 }

 div.comments .comment-meta .badge {
     padding: 2px 6px
 }

 div.comments .comment-content p:last-of-type {
     margin-bottom: 0
 }

 div.comments .comment-body {
     background-color: #f4f5f7
 }

 div.comments .depth-2,
 div.comments .depth-3,
 div.comments .depth-4,
 div.comments .depth-5 {
     padding-left: .6rem;
     margin-top: .25rem
 }

 @media(min-width: 768px) {

     div.comments .depth-2,
     div.comments .depth-3,
     div.comments .depth-4,
     div.comments .depth-5 {
         padding-left: 3rem
     }
 }

 div.comments .depth-2 .comment-meta,
 div.comments .depth-3 .comment-meta,
 div.comments .depth-4 .comment-meta,
 div.comments .depth-5 .comment-meta {
     color: #fff;
     background-color: #e6e7eb
 }

 div.comments .reauthor {
     font-weight: 400
 }

 div.comment .comment-review-body {
     background-color: #f4f5f7
 }

 #cancel-comment-reply-link {
     padding: .9rem 1.2rem;
     font-size: .9rem;
     font-weight: 400;
     transition: transform .2s, background-color .2s, color .2s;
     border: none;
     border-radius: .3rem !important;
     color: #fff;
     background-color: #4361ee;
     float: right !important;
     margin-top: -0.5rem
 }

 #cancel-comment-reply-link:hover,
 #cancel-comment-reply-link:active,
 #cancel-comment-reply-link:focus {
     color: #fff;
     background-color: #364ebe;
     border: none
 }

 #commentForm {
     background-color: #f4f5f7
 }

 section.list.list-bg-transparent {
     background-color: transparent
 }

 section.list.list-bg-transparent h2 {
     color: #22222f
 }

 section.list.list-bg-white {
     background: #fff;
     background: linear-gradient(0deg, #fbfbfc 0%, white 15%, white 100%);
     color: #5f656d
 }

 section.list.list-bg-white h2 {
     color: #22222f
 }

 section.list.list-bg-light {
     background-color: #f4f5f7;
     color: #5f656d
 }

 section.list.list-bg-light h2 {
     color: #22222f
 }

 section.list.list-bg-color {
     background-color: #ebf8ff;
     color: #5f656d
 }

 section.list.list-bg-color h2 {
     color: #22222f
 }

 section.list.list-bg-dark {
     background-color: #2f353d;
     color: #e6e7eb
 }

 section.list.list-bg-dark h2 {
     color: #fff
 }

 section.list ::-webkit-scrollbar {
     width: 8px;
     background: #f4f5f7;
     border-radius: 4px
 }

 section.list ::-webkit-scrollbar-thumb {
     background: #cfd1d4;
     border-radius: 4px
 }

 .style-dark section.list.list-bg-transparent {
     color: #e6e7eb
 }

 .style-dark section.list.list-bg-transparent h2 {
     color: #fff
 }

 .style-light section.list.list-bg-transparent,
 section.list.list-bg-light,
 section.list.list-bg-white {
     color: #5f656d
 }

 .style-light section.list.list-bg-transparent ::-webkit-scrollbar,
 section.list.list-bg-light ::-webkit-scrollbar,
 section.list.list-bg-white ::-webkit-scrollbar,
 section.list.list-bg-color ::-webkit-scrollbar {
     background: #f4f5f7
 }

 .style-light section.list.list-bg-transparent ::-webkit-scrollbar-thumb,
 section.list.list-bg-light ::-webkit-scrollbar-thumb,
 section.list.list-bg-white ::-webkit-scrollbar-thumb,
 section.list.list-bg-color ::-webkit-scrollbar-thumb {
     background: #cfd1d4
 }

 section:nth-of-type(2).list.list-bg-transparent {
     padding-top: 0 !important
 }

 .list-style article {
     container-type: inline-size
 }

 .list-style article>a {
     text-decoration: none
 }

 .list-style .bg-placeholder {
     background: linear-gradient(20deg, #333440 0%, #51565D 100%)
 }

 .list-style .rating .stars {
     justify-content: center;
     color: #f2c957 !important
 }

 .list-style .rating .label {
     font-weight: 600
 }

 .list-style .disclaimer *,
 .list-style .disclaimer-widget * {
     color: #a6a9ad !important;
     margin: 0 !important
 }

 .list-style .disclaimer-outside *,
 .list-style .disclaimer-widget-outside * {
     color: #71777f !important;
     margin: 0
 }

 .list-style .badge-wrapper {
     position: absolute;
     top: .5rem;
     right: .5rem
 }

 .list-style .excerpt {
     font-weight: 300;
     font-size: .95rem
 }

 .list-style .overlay-shade {
     pointer-events: none;
     position: absolute;
     top: 0;
     left: 0;
     background: transparent;
     background: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 15%);
     background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 15%);
     background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 15%);
     box-sizing: border-box;
     width: calc(100% - 8px - .5rem);
     height: 100%;
     opacity: 1
 }

 .list-style .ranked {
     background-color: #fff;
     box-shadow: 0px 6px 18px -6px rgba(20, 24, 36, .75);
     overflow: hidden;
     border: 1px solid rgba(20, 24, 36, .4);
     max-width: 360px
 }

 @media(min-width: 768px) {
     .list-style .ranked.desktop-rows {
         max-width: unset
     }
 }

 @media(max-width: 992px) {
     .list-style .ranked.desktop-rows .wp-post-image {
         border-radius: unset !important
     }
 }

 .list-style .ranked h3 {
     color: #1d202f;
     margin: 0 0 .25rem 0;
     font-size: 1.4rem !important
 }

 .list-style .ranked .offer {
     color: #fff;
     font-weight: 600
 }

 .list-style .ranked .offer .label {
     color: #999da5
 }

 .list-style .ranked .badge {
     background-color: #fff;
     color: #cfd1d4
 }

 .list-style .ranked.ranked-compact:hover,
 .list-style .ranked.ranked-minimal:hover {
     transform: scale(1.02)
 }

 .list-style .ranked.ranked-compact:hover .btn,
 .list-style .ranked.ranked-minimal:hover .btn {
     color: #fff;
     background-color: #364ebe;
     border: none
 }

 .list-style .ranked.ranked-compact .featured-image,
 .list-style .ranked.ranked-minimal .featured-image {
     height: 150px
 }

 .list-style .ranked.ranked-compact h3,
 .list-style .ranked.ranked-minimal h3 {
     font-size: 1.2rem !important
 }

 .list-style .ranked.ranked-compact .disclaimer,
 .list-style .ranked.ranked-minimal .disclaimer {
     overflow-y: unset;
     max-height: unset;
     padding-right: unset
 }

 .list-style .ranked.ranked-compact .badge,
 .list-style .ranked.ranked-minimal .badge {
     position: absolute;
     top: .5rem;
     right: .5rem
 }

 .list-style .ranked.ranked-minimal h3 {
     font-size: 1rem !important
 }

 .list-style .ranked.ranked-minimal .featured-image {
     height: 110px
 }

 .list-style .ranked.ranked-compact3:hover {
     transform: scale(1.02)
 }

 .list-style .ranked.ranked-compact3 h3 {
     font-size: 1rem !important
 }

 .list-style .ranked.ranked-compact3 .featured-image {
     width: 64px;
     height: auto
 }

 .list-style .ranked .excerpt {
     color: #22222f
 }

 .list-style .ranked .meta .label {
     font-weight: 600;
     color: #71777f
 }

 .list-style .ranked .meta .value {
     color: #141824
 }

 .list-style .ranked .rating .label {
     color: #22222f;
     font-size: .9rem;
     font-weight: 400
 }

 .list-style .ranked .disclaimer {
     overflow-y: auto;
     overflow-x: hidden;
     max-height: 4rem;
     padding-right: .5rem
 }

 .list-style .ranked.ranked-table {
     color: #fff;
     background-color: transparent;
     font-size: 1rem;
     line-height: 1.42;
     font-weight: 600;
     max-width: unset
 }

 .list-style .ranked.ranked-table .rating .label {
     font-weight: 400;
     font-size: .75rem !important;
     color: #fff
 }

 .list-style .ranked.ranked-table.row {
     box-shadow: none !important;
     border: none;
     border-bottom: 1px solid #333440
 }

 .list-style .ranked.ranked-table .text-success {
     color: #00ba3e !important
 }

 .list-style .ranked.ranked-table .pros {
     font-weight: 400;
     color: #cfd1d4;
     font-size: .75rem
 }

 .list-style .ranked.ranked-table .excerpt {
     font-size: .85rem;
     font-weight: 300;
     color: #cfd1d4
 }

 .list-style .ranked.ranked-table .table th,
 .list-style .ranked.ranked-table .table td {
     background-color: transparent !important;
     border-color: #333440;
     padding-top: .5rem !important;
     padding-bottom: .5rem !important
 }

 .list-style .ranked.ranked-table .stars-progress svg g rect:first-child {
     color: gray !important
 }

 .list-style .ranked.ranked-table.ranked-table-small {
     color: #22222f;
     border-radius: .6rem;
     background-color: #f4f5f7;
     border: none !important;
     box-shadow: none !important
 }

 .list-style .ranked.ranked-table.ranked-table-small .excerpt {
     color: #333440
 }

 .list-style .content {
     background-color: #fff;
     box-shadow: 0px 6px 18px -6px rgba(20, 24, 36, .75);
     overflow: hidden;
     color: #22222f
 }

 .list-style .content:hover {
     transform: scale(1.02)
 }

 .list-style .content .post-title {
     background-color: #fff
 }

 .list-style .content .featured-image {
     max-height: 200px
 }

 .list-style .content h3 {
     color: #1d202f;
     font-size: clamp(.75rem, .1765rem + 6.1176cqw, 1.4rem) !important;
     margin: 0 0 .25rem 0
 }

 .list-style .content.content-compact h3,
 .list-style .content.content-compact2 h3,
 .list-style .content.content-compact3 h3 {
     font-size: 1rem !important
 }

 .list-style .content.content-compact2,
 .list-style .content.content-compact-img {
     border: none;
     font-size: 1rem;
     font-weight: 600
 }

 .list-style .content.content-compact2 .featured-image,
 .list-style .content.content-compact-img .featured-image {
     min-height: 60px
 }

 .list-style .content.content-compact3 .featured-image {
     width: 64px;
     height: auto
 }

 .list-style .content.content-minimal .featured-image {
     height: auto
 }

 .list-style .content.content-minimal h3 {
     font-size: 1rem !important
 }

 .list-style .content .badge {
     background-color: #cfd1d4;
     color: #fff
 }

 .list-style .content .excerpt {
     font-size: clamp(.7rem, .4353rem + 2.8235cqw, 1rem)
 }

 .list-style .content .post-meta {
     color: #878d95;
     font-size: clamp(.65rem, .4294rem + 2.3529cqw, .9rem)
 }

 .list-style .content .list-card-body {
     padding: clamp(.5rem, -0.3824rem + 9.4118cqw, 1.5rem)
 }

 .list-style .sidebar-ranked {
     text-decoration: none !important;
     display: block;
     font-weight: 700
 }

 .list-style .sidebar-ranked>.row {
     border-bottom: 1px solid #e6e7eb;
     border-color: #e6e7eb;
     background-color: #fff
 }

 .list-style .sidebar-ranked>.row:hover {
     transform: scale(1.02);
     box-shadow: 0px 6px 18px -6px rgba(20, 24, 36, .05)
 }

 .list-style .sidebar-ranked h3 {
     font-size: 1rem !important;
     color: #333440;
     margin: 0;
     display: inline
 }

 .list-style .sidebar-ranked .stars {
     height: 14px;
     line-height: 0;
     margin-top: 2px
 }

 .list-style .sidebar-ranked .stars svg {
     height: 100%
 }

 .list-style .sidebar-ranked .cta {
     color: inherit
 }

 .list-style .sidebar-ranked img {
     border-radius: 0 !important
 }

 .list-style .incontent-small {
     text-decoration: none !important;
     display: block;
     color: #22222f;
     font-weight: 700
 }

 .list-style .incontent-small>.row {
     box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
     border: 1px solid #e6e7eb;
     border-color: #eef0f3;
     background-color: #fff;
     height: 70px !important
 }

 .list-style .incontent-small h3 {
     font-size: 1rem !important;
     color: #1d202f;
     margin: 0;
     display: inline
 }

 .list-style .incontent-small p {
     font-size: 1.2rem !important;
     margin: 0
 }

 .list-style .incontent-small .rating .bi {
     margin-right: 1px
 }

 .list-style .incontent-small .rating .label {
     color: #22222f
 }

 .list-style .incontent-small .cta {
     color: inherit
 }

 .list-style .ranked.incontent-medium {
     color: #22222f;
     background-color: transparent;
     font-size: 1rem;
     line-height: 1.42;
     font-weight: 600;
     max-width: unset
 }

 .list-style .ranked.incontent-medium .rating .label {
     font-weight: 400;
     font-size: .75rem !important;
     color: #22222f
 }

 .list-style .ranked.incontent-medium.row {
     box-shadow: none !important;
     border: 1px solid #e6e7eb;
     border-radius: .6rem
 }

 @media(min-width: 1200px) {
     .list-style .ranked.incontent-medium.row {
         border: none;
         border-bottom: 1px solid #e6e7eb;
         border-radius: 0
     }
 }

 .list-style .ranked.incontent-medium .text-success {
     color: #00ba3e !important
 }

 .list-style .ranked.incontent-medium .offer {
     color: #12141a
 }

 .list-style .ranked.incontent-medium .cta-container {
     max-width: unset
 }

 @media(min-width: 1200px) {
     .list-style .ranked.incontent-medium .cta-container {
         max-width: 210px
     }
 }

 .list-style .ranked.incontent-medium .pros {
     font-weight: 400;
     color: #22222f;
     font-size: .75rem
 }

 .list-style .ranked.incontent-medium .excerpt {
     font-size: .85rem;
     font-weight: 300;
     color: #333440
 }

 .list-style .ranked.incontent-medium .table th,
 .list-style .ranked.incontent-medium .table td {
     background-color: transparent !important;
     border-color: #e6e7eb;
     padding-top: .5rem !important;
     padding-bottom: .5rem !important
 }

 .list-style .ranked.incontent-medium .badge {
     width: auto;
     background-color: #ffc400;
     color: #ad7400
 }

 .list-style .ranked.incontent-medium .stars-progress svg g rect:first-child {
     color: gray !important
 }

 .list-style .ranked.incontent-medium .disclaimer * {
     color: #a6a9ad !important
 }

 .list-style .ranked.incontent-medium ::-webkit-scrollbar {
     width: 8px;
     background: #f4f5f7;
     border-radius: 4px
 }

 .list-style .ranked.incontent-medium ::-webkit-scrollbar-thumb {
     background: #cfd1d4 !important;
     border-radius: 4px
 }

 .list-style .incontent-large .logo {
     max-height: 50px;
     width: auto
 }

 .list-style .incontent-large .offer {
     color: #12141a;
     font-size: 1rem;
     line-height: 1.2 !important
 }

 .list-style .incontent-large .incontent-large-meta {
     background-color: #f4f5f7
 }

 .list-style .incontent-large .incontent-large-meta .pro,
 .list-style .incontent-large .incontent-large-meta .con {
     font-size: 1.3rem;
     font-weight: 400
 }

 .list-style .incontent-large .incontent-large-meta .pro {
     color: #00ba3e !important
 }

 .list-style .incontent-large .incontent-large-meta .con {
     color: #e03131 !important
 }

 .list-style .incontent-large .incontent-large-meta .pros-cons table tbody>tr>th,
 .list-style .incontent-large .incontent-large-meta .pros-cons table thead>tr>th,
 .list-style .incontent-large .incontent-large-meta .pros-cons table tbody>tr>td {
     padding-top: .2rem !important;
     padding-bottom: .2rem !important
 }

 .list-bg-white .list-style .bg-placeholder,
 .list-bg-light .list-style .bg-placeholder,
 .style-light .list-bg-transparent .list-style .bg-placeholder,
 .list-bg-color .list-style .bg-placeholder,
 #top-content>.wp-block-group .list-style .bg-placeholder {
     background: linear-gradient(20deg, #22222f 0%, #51565D 100%)
 }

 .list-bg-white .list-style .disclaimer ::-webkit-scrollbar,
 .list-bg-light .list-style .disclaimer ::-webkit-scrollbar,
 .style-light .list-bg-transparent .list-style .disclaimer ::-webkit-scrollbar,
 .list-bg-color .list-style .disclaimer ::-webkit-scrollbar,
 #top-content>.wp-block-group .list-style .disclaimer ::-webkit-scrollbar {
     width: 8px;
     background: #f4f5f7;
     border-radius: 4px
 }

 .list-bg-white .list-style .disclaimer ::-webkit-scrollbar-thumb,
 .list-bg-light .list-style .disclaimer ::-webkit-scrollbar-thumb,
 .style-light .list-bg-transparent .list-style .disclaimer ::-webkit-scrollbar-thumb,
 .list-bg-color .list-style .disclaimer ::-webkit-scrollbar-thumb,
 #top-content>.wp-block-group .list-style .disclaimer ::-webkit-scrollbar-thumb {
     background: #cfd1d4;
     border-radius: 4px
 }

 .list-bg-white .list-style .disclaimer *,
 .list-bg-white .list-style .disclaimer-widget *,
 .list-bg-light .list-style .disclaimer *,
 .list-bg-light .list-style .disclaimer-widget *,
 .style-light .list-bg-transparent .list-style .disclaimer *,
 .style-light .list-bg-transparent .list-style .disclaimer-widget *,
 .list-bg-color .list-style .disclaimer *,
 .list-bg-color .list-style .disclaimer-widget *,
 #top-content>.wp-block-group .list-style .disclaimer *,
 #top-content>.wp-block-group .list-style .disclaimer-widget * {
     color: #a6a9ad !important
 }

 .list-bg-white .list-style .disclaimer * a,
 .list-bg-white .list-style .disclaimer-widget * a,
 .list-bg-light .list-style .disclaimer * a,
 .list-bg-light .list-style .disclaimer-widget * a,
 .style-light .list-bg-transparent .list-style .disclaimer * a,
 .style-light .list-bg-transparent .list-style .disclaimer-widget * a,
 .list-bg-color .list-style .disclaimer * a,
 .list-bg-color .list-style .disclaimer-widget * a,
 #top-content>.wp-block-group .list-style .disclaimer * a,
 #top-content>.wp-block-group .list-style .disclaimer-widget * a {
     color: #a6a9ad !important
 }

 .list-bg-white .list-style .disclaimer-outside *,
 .list-bg-white .list-style .disclaimer-widget-outside *,
 .list-bg-light .list-style .disclaimer-outside *,
 .list-bg-light .list-style .disclaimer-widget-outside *,
 .style-light .list-bg-transparent .list-style .disclaimer-outside *,
 .style-light .list-bg-transparent .list-style .disclaimer-widget-outside *,
 .list-bg-color .list-style .disclaimer-outside *,
 .list-bg-color .list-style .disclaimer-widget-outside *,
 #top-content>.wp-block-group .list-style .disclaimer-outside *,
 #top-content>.wp-block-group .list-style .disclaimer-widget-outside * {
     color: #a6a9ad !important
 }

 .list-bg-white .list-style .disclaimer-outside * a,
 .list-bg-white .list-style .disclaimer-widget-outside * a,
 .list-bg-light .list-style .disclaimer-outside * a,
 .list-bg-light .list-style .disclaimer-widget-outside * a,
 .style-light .list-bg-transparent .list-style .disclaimer-outside * a,
 .style-light .list-bg-transparent .list-style .disclaimer-widget-outside * a,
 .list-bg-color .list-style .disclaimer-outside * a,
 .list-bg-color .list-style .disclaimer-widget-outside * a,
 #top-content>.wp-block-group .list-style .disclaimer-outside * a,
 #top-content>.wp-block-group .list-style .disclaimer-widget-outside * a {
     color: #a6a9ad !important
 }

 .list-bg-white .list-style .overlay-shade,
 .list-bg-light .list-style .overlay-shade,
 .style-light .list-bg-transparent .list-style .overlay-shade,
 .list-bg-color .list-style .overlay-shade,
 #top-content>.wp-block-group .list-style .overlay-shade {
     background: transparent;
     background: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 15%);
     background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 15%);
     background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 15%)
 }

 .list-bg-white .list-style .excerpt,
 .list-bg-light .list-style .excerpt,
 .style-light .list-bg-transparent .list-style .excerpt,
 .list-bg-color .list-style .excerpt,
 #top-content>.wp-block-group .list-style .excerpt {
     font-weight: 400
 }

 .list-bg-white .list-style .ranked,
 .list-bg-light .list-style .ranked,
 .style-light .list-bg-transparent .list-style .ranked,
 .list-bg-color .list-style .ranked,
 #top-content>.wp-block-group .list-style .ranked {
     background-color: #fff;
     box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
     border: 1px solid #e6e7eb
 }

 .list-bg-white .list-style .ranked h3,
 .list-bg-light .list-style .ranked h3,
 .style-light .list-bg-transparent .list-style .ranked h3,
 .list-bg-color .list-style .ranked h3,
 #top-content>.wp-block-group .list-style .ranked h3 {
     color: #1d202f
 }

 .list-bg-white .list-style .ranked .offer,
 .list-bg-light .list-style .ranked .offer,
 .style-light .list-bg-transparent .list-style .ranked .offer,
 .list-bg-color .list-style .ranked .offer,
 #top-content>.wp-block-group .list-style .ranked .offer {
     color: #12141a
 }

 .list-bg-white .list-style .ranked .offer .label,
 .list-bg-light .list-style .ranked .offer .label,
 .style-light .list-bg-transparent .list-style .ranked .offer .label,
 .list-bg-color .list-style .ranked .offer .label,
 #top-content>.wp-block-group .list-style .ranked .offer .label {
     color: #878d95
 }

 .list-bg-white .list-style .ranked .badge,
 .list-bg-light .list-style .ranked .badge,
 .style-light .list-bg-transparent .list-style .ranked .badge,
 .list-bg-color .list-style .ranked .badge,
 #top-content>.wp-block-group .list-style .ranked .badge {
     background-color: #fff;
     color: #22222f
 }

 .list-bg-white .list-style .ranked .excerpt,
 .list-bg-light .list-style .ranked .excerpt,
 .style-light .list-bg-transparent .list-style .ranked .excerpt,
 .list-bg-color .list-style .ranked .excerpt,
 #top-content>.wp-block-group .list-style .ranked .excerpt {
     color: #22222f
 }

 .list-bg-white .list-style .ranked .meta .label,
 .list-bg-light .list-style .ranked .meta .label,
 .style-light .list-bg-transparent .list-style .ranked .meta .label,
 .list-bg-color .list-style .ranked .meta .label,
 #top-content>.wp-block-group .list-style .ranked .meta .label {
     color: #71777f
 }

 .list-bg-white .list-style .ranked .meta .value,
 .list-bg-light .list-style .ranked .meta .value,
 .style-light .list-bg-transparent .list-style .ranked .meta .value,
 .list-bg-color .list-style .ranked .meta .value,
 #top-content>.wp-block-group .list-style .ranked .meta .value {
     color: #141824
 }

 .list-bg-white .list-style .ranked .rating .label,
 .list-bg-light .list-style .ranked .rating .label,
 .style-light .list-bg-transparent .list-style .ranked .rating .label,
 .list-bg-color .list-style .ranked .rating .label,
 #top-content>.wp-block-group .list-style .ranked .rating .label {
     color: #22222f
 }

 .list-bg-white .list-style .ranked.ranked-table,
 .list-bg-light .list-style .ranked.ranked-table,
 .style-light .list-bg-transparent .list-style .ranked.ranked-table,
 .list-bg-color .list-style .ranked.ranked-table,
 #top-content>.wp-block-group .list-style .ranked.ranked-table {
     color: #22222f;
     font-weight: 600
 }

 .list-bg-white .list-style .ranked.ranked-table:not(.ranked-table-small),
 .list-bg-light .list-style .ranked.ranked-table:not(.ranked-table-small),
 .style-light .list-bg-transparent .list-style .ranked.ranked-table:not(.ranked-table-small),
 .list-bg-color .list-style .ranked.ranked-table:not(.ranked-table-small),
 #top-content>.wp-block-group .list-style .ranked.ranked-table:not(.ranked-table-small) {
     background-color: transparent
 }

 .list-bg-white .list-style .ranked.ranked-table.row,
 .list-bg-light .list-style .ranked.ranked-table.row,
 .style-light .list-bg-transparent .list-style .ranked.ranked-table.row,
 .list-bg-color .list-style .ranked.ranked-table.row,
 #top-content>.wp-block-group .list-style .ranked.ranked-table.row {
     box-shadow: none !important;
     border: none;
     border-bottom: 1px solid #e6e7eb
 }

 .list-bg-white .list-style .ranked.ranked-table .table th,
 .list-bg-white .list-style .ranked.ranked-table .table td,
 .list-bg-light .list-style .ranked.ranked-table .table th,
 .list-bg-light .list-style .ranked.ranked-table .table td,
 .style-light .list-bg-transparent .list-style .ranked.ranked-table .table th,
 .style-light .list-bg-transparent .list-style .ranked.ranked-table .table td,
 .list-bg-color .list-style .ranked.ranked-table .table th,
 .list-bg-color .list-style .ranked.ranked-table .table td,
 #top-content>.wp-block-group .list-style .ranked.ranked-table .table th,
 #top-content>.wp-block-group .list-style .ranked.ranked-table .table td {
     border-color: #e6e7eb
 }

 .list-bg-white .list-style .ranked.ranked-table .offer,
 .list-bg-light .list-style .ranked.ranked-table .offer,
 .style-light .list-bg-transparent .list-style .ranked.ranked-table .offer,
 .list-bg-color .list-style .ranked.ranked-table .offer,
 #top-content>.wp-block-group .list-style .ranked.ranked-table .offer {
     color: #12141a
 }

 .list-bg-white .list-style .ranked.ranked-table .offer .label,
 .list-bg-light .list-style .ranked.ranked-table .offer .label,
 .style-light .list-bg-transparent .list-style .ranked.ranked-table .offer .label,
 .list-bg-color .list-style .ranked.ranked-table .offer .label,
 #top-content>.wp-block-group .list-style .ranked.ranked-table .offer .label {
     color: #878d95
 }

 .list-bg-white .list-style .ranked.ranked-table .pros,
 .list-bg-light .list-style .ranked.ranked-table .pros,
 .style-light .list-bg-transparent .list-style .ranked.ranked-table .pros,
 .list-bg-color .list-style .ranked.ranked-table .pros,
 #top-content>.wp-block-group .list-style .ranked.ranked-table .pros {
     color: #22222f
 }

 .list-bg-white .list-style .ranked.ranked-table .excerpt,
 .list-bg-light .list-style .ranked.ranked-table .excerpt,
 .style-light .list-bg-transparent .list-style .ranked.ranked-table .excerpt,
 .list-bg-color .list-style .ranked.ranked-table .excerpt,
 #top-content>.wp-block-group .list-style .ranked.ranked-table .excerpt {
     font-weight: 400;
     color: #333440
 }

 .list-bg-white .list-style .ranked.ranked-table .rating .label,
 .list-bg-light .list-style .ranked.ranked-table .rating .label,
 .style-light .list-bg-transparent .list-style .ranked.ranked-table .rating .label,
 .list-bg-color .list-style .ranked.ranked-table .rating .label,
 #top-content>.wp-block-group .list-style .ranked.ranked-table .rating .label {
     font-weight: 600;
     color: #22222f
 }

 .list-bg-white .list-style .content,
 .list-bg-light .list-style .content,
 .style-light .list-bg-transparent .list-style .content,
 .list-bg-color .list-style .content,
 #top-content>.wp-block-group .list-style .content {
     background-color: #fff;
     box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
     color: #22222f
 }

 .list-bg-white .list-style .content h3,
 .list-bg-light .list-style .content h3,
 .style-light .list-bg-transparent .list-style .content h3,
 .list-bg-color .list-style .content h3,
 #top-content>.wp-block-group .list-style .content h3 {
     color: #1d202f
 }

 .list-bg-white .list-style .content .post-title,
 .list-bg-light .list-style .content .post-title,
 .style-light .list-bg-transparent .list-style .content .post-title,
 .list-bg-color .list-style .content .post-title,
 #top-content>.wp-block-group .list-style .content .post-title {
     background-color: #fff
 }

 .list-bg-white .list-style .content .badge,
 .list-bg-light .list-style .content .badge,
 .style-light .list-bg-transparent .list-style .content .badge,
 .list-bg-color .list-style .content .badge,
 #top-content>.wp-block-group .list-style .content .badge {
     background-color: #51565d;
     color: #fff
 }

 .list-bg-white .list-style .content .post-meta,
 .list-bg-light .list-style .content .post-meta,
 .style-light .list-bg-transparent .list-style .content .post-meta,
 .list-bg-color .list-style .content .post-meta,
 #top-content>.wp-block-group .list-style .content .post-meta {
     color: #878d95
 }

 .list-bg-light .list-style .ranked.ranked-table,
 .list-bg-color .list-style .ranked.ranked-table,
 .list-bg-transparent .list-style .ranked.ranked-table {
     color: #22222f;
     font-weight: 600;
     background: #fff !important
 }

 .list-bg-light .list-style .ranked.ranked-table.row,
 .list-bg-color .list-style .ranked.ranked-table.row,
 .list-bg-transparent .list-style .ranked.ranked-table.row {
     border-radius: .3rem !important;
     box-shadow: none !important;
     border: none !important;
     border-bottom: none !important
 }

 .list-bg-light .list-style .ranked.ranked-table .table th,
 .list-bg-light .list-style .ranked.ranked-table .table td,
 .list-bg-color .list-style .ranked.ranked-table .table th,
 .list-bg-color .list-style .ranked.ranked-table .table td,
 .list-bg-transparent .list-style .ranked.ranked-table .table th,
 .list-bg-transparent .list-style .ranked.ranked-table .table td {
     border-color: #e6e7eb
 }

 .list-bg-light .list-style .ranked.ranked-table .pros,
 .list-bg-color .list-style .ranked.ranked-table .pros,
 .list-bg-transparent .list-style .ranked.ranked-table .pros {
     color: #22222f
 }

 .list-bg-light .list-style .ranked.ranked-table .excerpt,
 .list-bg-color .list-style .ranked.ranked-table .excerpt,
 .list-bg-transparent .list-style .ranked.ranked-table .excerpt {
     font-weight: 400;
     color: #333440
 }

 .list-bg-light .list-style .ranked.ranked-table .offer,
 .list-bg-color .list-style .ranked.ranked-table .offer,
 .list-bg-transparent .list-style .ranked.ranked-table .offer {
     color: #12141a
 }

 .list-bg-light .list-style .ranked.ranked-table .offer .label,
 .list-bg-color .list-style .ranked.ranked-table .offer .label,
 .list-bg-transparent .list-style .ranked.ranked-table .offer .label {
     color: #878d95
 }

 .list-bg-light .list-style .ranked.ranked-table .rating .label,
 .list-bg-color .list-style .ranked.ranked-table .rating .label,
 .list-bg-transparent .list-style .ranked.ranked-table .rating .label {
     font-weight: 600;
     color: #22222f
 }

 .list-bg-color .list-style .disclaimer-outside *,
 .list-bg-color .list-style .disclaimer-widget-outside * {
     color: #a6a9ad !important
 }

 .list-bg-color .list-style .disclaimer-outside * a,
 .list-bg-color .list-style .disclaimer-widget-outside * a {
     color: #a6a9ad !important
 }

 .list-bg-color .list-style .ranked {
     border: 1px solid #e6e7eb
 }

 .style-light .list-bg-transparent .list-style .ranked-table-small {
     background-color: #f4f5f7 !important
 }

 .list-bg-transparent .list-style>.row article:last-child .ranked.ranked-table2,
 .list-bg-white .list-style>.row article:last-child .ranked.ranked-table2,
 .list-bg-light .list-style>.row article:last-child .ranked.ranked-table2,
 .list-bg-color .list-style>.row article:last-child .ranked.ranked-table2,
 .list-bg-dark .list-style>.row article:last-child .ranked.ranked-table2 {
     border-bottom: none !important
 }

 .list-bg-transparent .list-style .ranked.ranked-table2,
 .list-bg-white .list-style .ranked.ranked-table2,
 .list-bg-light .list-style .ranked.ranked-table2,
 .list-bg-color .list-style .ranked.ranked-table2,
 .list-bg-dark .list-style .ranked.ranked-table2 {
     color: #e6e7eb !important
 }

 .list-bg-transparent .list-style .ranked.ranked-table2.row,
 .list-bg-white .list-style .ranked.ranked-table2.row,
 .list-bg-light .list-style .ranked.ranked-table2.row,
 .list-bg-color .list-style .ranked.ranked-table2.row,
 .list-bg-dark .list-style .ranked.ranked-table2.row {
     border-bottom: 1px solid #51565d !important;
     border-radius: 0 !important;
     background: #2f353d !important
 }

 .list-bg-transparent .list-style .ranked.ranked-table2.row.headers,
 .list-bg-white .list-style .ranked.ranked-table2.row.headers,
 .list-bg-light .list-style .ranked.ranked-table2.row.headers,
 .list-bg-color .list-style .ranked.ranked-table2.row.headers,
 .list-bg-dark .list-style .ranked.ranked-table2.row.headers {
     background-color: #22222f;
     padding: 1.25rem 1rem
 }

 .list-bg-transparent .list-style .ranked.ranked-table2.row.headers *,
 .list-bg-white .list-style .ranked.ranked-table2.row.headers *,
 .list-bg-light .list-style .ranked.ranked-table2.row.headers *,
 .list-bg-color .list-style .ranked.ranked-table2.row.headers *,
 .list-bg-dark .list-style .ranked.ranked-table2.row.headers * {
     font-weight: 600 !important;
     font-size: .75rem !important;
     text-transform: uppercase;
     color: #a6a9ad !important
 }

 .list-bg-transparent .list-style .ranked.ranked-table2.row .offer,
 .list-bg-white .list-style .ranked.ranked-table2.row .offer,
 .list-bg-light .list-style .ranked.ranked-table2.row .offer,
 .list-bg-color .list-style .ranked.ranked-table2.row .offer,
 .list-bg-dark .list-style .ranked.ranked-table2.row .offer {
     color: #fff;
     font-size: 1rem
 }

 .list-bg-transparent .list-style .ranked.ranked-table2 .small,
 .list-bg-white .list-style .ranked.ranked-table2 .small,
 .list-bg-light .list-style .ranked.ranked-table2 .small,
 .list-bg-color .list-style .ranked.ranked-table2 .small,
 .list-bg-dark .list-style .ranked.ranked-table2 .small {
     font-weight: 600
 }

 .list-bg-transparent .list-style .ranked.ranked-table2 h3,
 .list-bg-white .list-style .ranked.ranked-table2 h3,
 .list-bg-light .list-style .ranked.ranked-table2 h3,
 .list-bg-color .list-style .ranked.ranked-table2 h3,
 .list-bg-dark .list-style .ranked.ranked-table2 h3 {
     font-size: 1.2rem !important;
     font-weight: 600;
     color: #fff
 }

 .list-bg-transparent .list-style .ranked.ranked-table2 span.rank,
 .list-bg-white .list-style .ranked.ranked-table2 span.rank,
 .list-bg-light .list-style .ranked.ranked-table2 span.rank,
 .list-bg-color .list-style .ranked.ranked-table2 span.rank,
 .list-bg-dark .list-style .ranked.ranked-table2 span.rank {
     color: #e6e7eb;
     font-size: 1rem !important;
     font-weight: 600;
     display: block
 }

 .list-bg-transparent .list-style .ranked.ranked-table2 .btn.btn-secondary,
 .list-bg-white .list-style .ranked.ranked-table2 .btn.btn-secondary,
 .list-bg-light .list-style .ranked.ranked-table2 .btn.btn-secondary,
 .list-bg-color .list-style .ranked.ranked-table2 .btn.btn-secondary,
 .list-bg-dark .list-style .ranked.ranked-table2 .btn.btn-secondary {
     color: #dcdde0 !important;
     border: 1px solid #71777f !important
 }

 .list-bg-transparent .list-style .ranked.ranked-table2 .btn.btn-secondary:hover,
 .list-bg-transparent .list-style .ranked.ranked-table2 .btn.btn-secondary:active,
 .list-bg-transparent .list-style .ranked.ranked-table2 .btn.btn-secondary:focus,
 .list-bg-white .list-style .ranked.ranked-table2 .btn.btn-secondary:hover,
 .list-bg-white .list-style .ranked.ranked-table2 .btn.btn-secondary:active,
 .list-bg-white .list-style .ranked.ranked-table2 .btn.btn-secondary:focus,
 .list-bg-light .list-style .ranked.ranked-table2 .btn.btn-secondary:hover,
 .list-bg-light .list-style .ranked.ranked-table2 .btn.btn-secondary:active,
 .list-bg-light .list-style .ranked.ranked-table2 .btn.btn-secondary:focus,
 .list-bg-color .list-style .ranked.ranked-table2 .btn.btn-secondary:hover,
 .list-bg-color .list-style .ranked.ranked-table2 .btn.btn-secondary:active,
 .list-bg-color .list-style .ranked.ranked-table2 .btn.btn-secondary:focus,
 .list-bg-dark .list-style .ranked.ranked-table2 .btn.btn-secondary:hover,
 .list-bg-dark .list-style .ranked.ranked-table2 .btn.btn-secondary:active,
 .list-bg-dark .list-style .ranked.ranked-table2 .btn.btn-secondary:focus {
     color: #f4f5f7;
     background-color: rgba(51, 52, 64, .4);
     border: 1px solid #71777f
 }

 #cookieConsentForm {
     color: #f4f5f7;
     background-color: rgba(15, 52, 72, .95);
     position: fixed;
     bottom: 0px;
     width: calc(100% - 2rem);
     z-index: 120;
     max-width: unset;
     font-size: .9rem;
     margin: 1rem;
     border: 1px solid rgba(244, 245, 247, .5)
 }

 #cookieConsentForm a:not(.btn) {
     color: inherit;
     text-decoration: underline
 }

 footer {
     font-size: .9rem;
     color: #e6e7eb;
     background-color: #1c6085;
     text-align: left;
     padding-bottom: 5rem
 }

 footer h2,
 footer h3 {
     color: #eef0f3 !important;
     font-size: 1.1rem !important;
     margin-bottom: .3rem;
     font-weight: 600
 }

 footer a {
     color: #fff;
     text-decoration: none;
     text-decoration-style: dotted
 }

 footer a:hover {
     color: #fff;
     text-decoration: underline;
     text-decoration-style: solid
 }

 footer ul {
     list-style-type: none;
     padding: 0
 }

 footer ul .sub-menu {
     padding-left: 1rem
 }

 footer ul.wp-block-social-links li {
     background-color: #eef0f3 !important
 }

 footer ul.wp-block-social-links li a {
     color: #1c6085 !important
 }

 footer ul .menu-item {
     margin-top: .5rem
 }

 .badge.badge-pros {
     background-color: #33e8a3 !important
 }

 .badge.badge-star {
     background-color: #f2c957 !important
 }

 .badge.badge-cons {
     background-color: #ff6e6e !important
 }

 .btn {
     border-radius: 999px !important
 }

 html {
     background: center top/auto 60vh url(../images/Start-page-creatives-PPC-SE-7.png)
 }

 @media (min-aspect-ratio: 1 / 1) {
     html {
         background: left top/100% auto url(../images/Start-page-creatives-PPC-SE-7.png) no-repeat !important
     }
 }

 .cookie-banner {
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     background-color: #273746;
     color: #ffffff;
     font-family: Arial, sans-serif;
     padding: 24px 20px;
     box-sizing: border-box;
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 9999;
     box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
 }


 .cookie-content {
     max-width: 800px;
     display: flex;
     flex-direction: column;
     align-items: center;
     text-align: center;
 }


 .cookie-icon {
     margin-bottom: 12px;
 }

 .cookie-icon img {
     width: 36px;
     height: 36px;
 }


 .cookie-text {
     font-size: 15px;
     line-height: 1.6;
     margin: 0 0 20px 0;
     color: #e0e6ed;
 }

 .cookie-text a {
     color: #ffffff;
     text-decoration: underline;
     transition: opacity 0.2s;
 }

 .cookie-text a:hover {
     opacity: 0.8;
 }


 .cookie-buttons {
     display: flex;
     gap: 16px;
     justify-content: center;
     flex-wrap: wrap;
 }

 .cookie-buttons button {
     padding: 12px 32px;
     font-size: 15px;
     font-weight: 500;
     border-radius: 30px;
     cursor: pointer;
     transition: all 0.2s ease;
 }


 .btn-decline {
     background-color: transparent;
     color: #ffffff;
     border: 1px solid #738496;
 }

 .btn-decline:hover {
     background-color: rgba(255, 255, 255, 0.05);
     border-color: #ffffff;
 }


 .btn-accept {
     background-color: #498B5F;
     color: #ffffff;
     border: none;
 }

 .btn-accept:hover {
     background-color: #3e7a51;
 }

 .age-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.85);
     backdrop-filter: blur(5px);
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 10000;
 }


 .age-modal {
     background-color: #273746;
     color: #ffffff;
     font-family: Arial, sans-serif;
     padding: 40px 30px;
     border-radius: 12px;
     text-align: center;
     max-width: 450px;
     width: 90%;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
 }

 .age-modal h2 {
     margin: 0 0 16px 0;
     font-size: 24px;
 }

 .age-modal p {
     margin: 0 0 32px 0;
     font-size: 16px;
     color: #e0e6ed;
     line-height: 1.5;
 }


 .age-buttons {
     display: flex;
     gap: 16px;
     justify-content: center;
     flex-wrap: wrap;
 }

 .age-buttons button {
     flex: 1;
     min-width: 160px;
     padding: 14px 24px;
     font-size: 15px;
     font-weight: bold;
     border-radius: 30px;
     cursor: pointer;
     transition: all 0.2s ease;
 }