<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --color-blue: rgba(26, 102, 255);
    --color-blue-hover: rgb(13, 92, 250);
    --color-navyblue: #0A3862;
    --color-indigo: #6574cd;
    --color-purple: #9561e2;
    --color-pink: #f66d9b;
    --color-red: #e3342f;
    --color-orange: #f6993f;
    --color-yellow: #ffed4a;
    --color-green: #38c172;
    --color-teal: #4dc0b5;
    --color-cyan: #6cb2eb;
}

.grecaptcha-badge { 
    display: none!important;
    line-height:50px !important;
}

html {
    height: 100vh
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    color: #292929;
    height: 100%;
    width: 100%;
    background-color: #fff;
    flex-direction: column;
}

a {
    transition: all 250ms;
    text-decoration: none;
}

header {
    background-color: #004954;
}

header span.category {
    font-size: 1.2rem;
    margin-left: 0.7rem;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.05rem;
}

header .logo {
    color: rgba(255, 255, 255, 0.9);
    width: 120px;
    display: inline-block;
}

header .subsection {

    padding: 2.5rem 1rem;
    background-color: #fff;
    font-size: 0.9rem;
    letter-spacing: 0.03rem;

}

.company__icon__wrapper {
    min-width: 40px;
    min-height: 40px;
    max-width: 120px;
    max-height: 120px;
}

.company__icon {
    display: inline-block;
    border-radius: 20px;
}

header a {
    color: rgba(0, 0, 0, 0.7);
}

header a:hover {
    color: rgba(0, 0, 0, 0.8);
}

header a:active {
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
}

h1 {
    font-size: 2.2rem;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    color: #03314b;
    line-height: 2.7rem;
}

h1.slogan {
    font-size: 2.3rem;
    line-height: 2.7rem;
}

p {
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.7rem;
}

p a,
li a {
    font-weight: 400;
    transition: .3s;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

p b a {
    font-weight: 600;
}

h2 {
    font-size: 1.7rem;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #03314b;
    line-height: 2.1rem;
    padding-top: 2rem;
    padding-bottom: .4rem
}

h3 {
    font-size: 1.3rem;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    color: #03314b;
    line-height: 1.5rem;
    padding-top: .6rem;
    padding-bottom: .05rem
}

b {
    font-weight: 600;
}

ul {
    padding-left: 20px;
    font-size: 1.1rem;
    font-weight: 200;
    margin-top: 0;
}

li {
    padding-bottom: .5rem;
}

/* Buttons */

button {
    box-shadow: none !important;
    letter-spacing: 0.03rem;
}

button:active,
*[role=button]:active {
    transition: all 300ms;
    transform: scale(0.96);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

*[role=button],
*[role=button]:hover,
*[role=button]:active {
    border: none;
    border-radius: 0.375rem;
    box-shadow: none!important;
}

*[role=button].review,
button.review {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 0.55rem 1rem;
    color: rgba(255, 255, 255, 0.95);
    background-color: var(--color-blue) !important;
}

*[role=button].review:disabled,
  button.review:disabled {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: 0.2;
}

@media (min-width: 768px) {

  *[role=button].review,
  button.review { 
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.75rem 2.3rem; 
  
  }
  
}

*[role=button].review:hover,
button.review:hover {
    color: rgba(255, 255, 255, 1);
    background-color: var(--color-blue-hover) !important;
}

button.submit {
    min-width: 150px;
    border: none!important;
    box-shadow: none!important;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.75rem 0.25rem; 
    border-radius: 0.25rem;
    color: rgba(255, 255, 255, 0.95);
    background-color: var(--color-blue) !important;
}

button.submit:hover {
    color: rgba(255, 255, 255, 1);
    background-color: var(--color-blue-hover) !important;
}

button.submit:active {
    box-shadow: none!important;
}

button.submit .spinner {
    margin-top: -3px;
    width: 1rem;
    height: 1rem;
}

button.helpfulness,
button.share  {
    background-color: transparent;
    padding: 0;
    border: none!important;
    box-shadow: none!important;
    opacity: 0.8;
}

button.helpfulness:hover,
button.share:hover {
    opacity: 1;
}

button.helpfulness:active,
button.helpfulness.active {
    border: none!important;
    box-shadow: none!important;
    color: var(--color-blue-hover);
    opacity: 1;
}

.helpful__count {
    font-weight: 500;
}

button.share:active,
button.share.active  {
    color: var(--color-blue);
}

button.helpfulness.selected {
    color: var(--color-blue-hover);
}

span.page__number {
    color: #fff;
    background-color: var(--color-blue);
    border: 1px solid var(--color-blue); 
    padding: 0.35rem 0.5rem;
    border-radius: 4px;
    margin-right: 1rem;
}

a.page__number {
    color: var(--color-blue); 
    border: 1px solid var(--color-blue); 
    padding: 0.35rem 0.5rem;
    border-radius: 4px;
    margin-right: 1rem;
}

a.page__prevnext {
    color: var(--color-blue); 
    border: 1px solid var(--color-blue); 
    padding: 0.35rem 0.5rem;
    border-radius: 4px;
    width: 75px;
    text-align: center;
}

span.more {
    color: var(--color-blue); 
    opacity: 0.7;
}

a.page__prevnext:hover,
a.page__number:hover,
a.page__prevnext:active,
a.page__number:active {
    color: rgba(13, 92, 250, 1);
    background-color: rgba(13, 92, 250, 0.03);
    transition: all 300ms;
}

a.page__prevnext:active,
a.page__number:active {
    transform: scale(0.96);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


@media (min-width: 768px) {

    a.page__prevnext { width: 85px; }


}


/* Info box */

.company__website a {
    text-decoration: none;
}

.product__rating {
    width: 143px;
}

.rating-text {
    opacity: 0.8;
}

.star-wrapper {
    width: 115px;
}

.rating-stars-actual {
    fill: #beff00;
    overflow: hidden;
}

.star-rating {
    width: 115px;
}

.stars {
    cursor: pointer;
    display: flex;
}

.verified__company {
    background-color: rgb(1, 119, 82);
    transform: scale(0.8);
    transform-origin: left;
    opacity: 0.9
}

.stars:hover .star polygon {
    fill: #ffd055 !important;
}

.stars .star polygon {
    fill: #d8d8d8;
}

.stars .star:hover~.star polygon {
    fill: #d8d8d8 !important;
}

.stars[data-stars] .star polygon {
    fill: #ffd055;
}

.stars[data-stars="1"] .star:nth-child(1)~.star polygon {
    fill: #d8d8d8;
}

.stars[data-stars="2"] .star:nth-child(2)~.star polygon {
    fill: #d8d8d8;
}

.stars[data-stars="3"] .star:nth-child(3)~.star polygon {
    fill: #d8d8d8;
}

.stars[data-stars="4"] .star:nth-child(4)~.star polygon {
    fill: #d8d8d8;
}

.stars[data-stars="5"] .star:nth-child(5)~.star polygon {
    fill: #d8d8d8;
}

/* Review form */

.rating__text {
  position: absolute;
  margin-left: 180px;/*65px;*/
  margin-top: -15px;
  bottom: 0 /*-3px;*/
}

.review__form input {
  border-radius: 0.35rem;
  padding: 0.55rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid rgba(0,0,0,0.15);
  background-color: #fff;
}

.review__form textarea {
  border-radius: 0.35rem;
  padding: 0.55rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  resize: none;
  border: 1px solid rgba(0,0,0,0.15);
  background-color: #fff;
}

.review__form select {
    color: #292929;
    border-radius: 0.35rem;
  padding: 0.55rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid rgba(0,0,0,0.15);
  background-color: transparent;
  -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    position: relative;
}

.select__wrapper {
    position: relative;
    width:100%;
    background-color: #fff;
}

.select__wrapper svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    opacity: .8;
}

.review__form input:focus,
.review__form textarea:focus,
.review__form select:focus {

    outline: none;
    box-shadow: 0 0 3px 3px rgb(0, 0, 0, 0.05) !important;

}

.review__form input.input__error,
.review__form textarea.input__error {
    border: 1px solid rgba(244, 63, 94, 0.6);
    background-color: rgba(244, 63, 94, 0.03);
}

.rating-stars-ratable.input__error {
    border-radius: 0.35rem;
    border: 1px solid rgba(244, 63, 94, 0.4);
}


.review__form input:focus,
.review__form textarea:focus,
.review__form select:focus {
    transition: all 300ms;
}

.message {
    margin-top: 0.3rem;
    color: rgba(244, 63, 94, 1);
}

.input__error .message {
    display: block!important;
}

/* Filter */

.filter__check {
    padding: 0.45rem 1.65rem;
    color: rgb(26, 102, 255);
    border: 1px solid rgb(26, 102, 255);
    background-color: transparent;
    border-radius: 4px;
    flex-shrink: 1;
    width: max-content;
    position: relative;
}

.filter__check:hover {
    background-color: rgb(26, 102, 255, 0.1);
}

.filter__check.active,
.filter__check:active {
    color: white;
    background-color: rgb(13, 92, 250);
    border: 1px solid rgb(13, 92, 250);
}


.filter__check.active::after {
    content: 'Ã—';
    width: 10px; 
    height: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
  }

/* Review */

.review {
    background-color: #fff;

}

.review__header {
    display: flex;
    align-items: center;
    position: relative;
}

.review__date {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.name__abbr {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    height: 50px; 
    width: 50px;
}

.name__abbr span {
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.8;
}

.name__abbr div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; 
    border: 2px solid #fff; 
    height: 16px; 
    width: 16px; 
    position: absolute; 
    right: 0; 
    bottom: 0; 
    background-color: rgba(1, 119, 82, 0.9);
}

.name__details {
    display: flex;
    flex-direction: column;
}

.name__details .name {
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.9;
}

.country {
    display: flex;
    align-items: center;
}

.country svg {
    margin-top: -2px;
    opacity: 0.6;
}

.review__title {
    display: block;
    font-size: 1.15rem; 
    font-weight: 500;
}

.review__content {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
}

.review__reply {
    position: relative;
    background-color: rgba(242, 242, 245, 0.7); 
    border-left: 4px solid #02a6b4; 
    padding: 3rem 1rem 1.15rem 2rem;
    border-radius: 0 7px 7px 0;
}

.relpy__head {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0.9rem; 
    left: 5px; 
    right: 15px;
}

.replied__aux__info {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0 0 5px;
}

.reply__content {
    font-size: 0.875rem;
    line-height: 1.35rem;
    display: block;
    opacity: 0.9;
}

/* Sidebar snippets */

.recommend__featured svg {
    width: 18px;
    height: 18px;
}

/* Font weights */

.font-600 {
    font-weight: 600;
}

.font-500 {
    font-weight: 500;
}

.font-400 {
    font-weight: 400;
}

.font-200 {
    font-weight: 200;
}

.font-0-85 {
    font-size: .85rem;

}

.font-1-15 {
    font-size: 1.15rem;

}

.font-1-25 {
    font-size: 1.25rem;

}

.font-1-35 {
    font-size: 1.35rem;

}

.short {
    font-size: 1.4rem !important;
    line-height: 2rem;
    color: #707a8f;
}

footer {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.footer-sales {
    background-color: #013d54;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

.footer-sales a {
    letter-spacing: 0.03rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    cursor: pointer;
}

.footer-sales a:hover,
a:active {
    color: rgba(255, 255, 255, 1);
}

.font-1-25 {
    font-size: 1.25rem !important;
    line-height: normal !important;
}

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

.font-0-8 {
    font-size: 0.8rem !important;
    line-height: normal !important;
}

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

.mx-w-1200 {
    max-width: 1200px !important;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.absolute-y-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.absolute-x-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.font-1-4 {
    font-size: 1.4rem !important;
    line-height: normal !important;
}

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

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

.border-black\:90 {
    border-color: rgba(0, 0, 0, 0.9) !important;
}

.border-black\:80 {
    border-color: rgba(0, 0, 0, 0.8) !important;
}

.border-black\:70 {
    border-color: rgba(0, 0, 0, 0.7) !important;
}

.border-black\:60 {
    border-color: rgba(0, 0, 0, 0.6) !important;
}

.border-black\:50 {
    border-color: rgba(0, 0, 0, 0.5) !important;
}

.border-black\:40 {
    border-color: rgba(0, 0, 0, 0.4) !important;
}

.border-black\:30 {
    border-color: rgba(0, 0, 0, 0.3) !important;
}

.border-black\:20 {
    border-color: rgba(0, 0, 0, 0.2) !important;
}

.border-black\:10 {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-white {
    background-color: rgba(255, 255, 255, 1);
}

.bg-black {
    background-color: rgba(0, 0, 0, 1);
}

.bg-black\:90 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bg-black\:80 {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg-black\:70 {
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-black\:60 {
    background-color: rgba(0, 0, 0, 0.6);
}

.bg-black\:50 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-black\:40 {
    background-color: rgba(0, 0, 0, 0.4);
}

.bg-black\:30 {
    background-color: rgba(0, 0, 0, 0.3);
}

.bg-black\:20 {
    background-color: rgba(0, 0, 0, 0.2);
}

.bg-black\:10 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-black\:5 {
    background-color: rgba(0, 0, 0, 0.05);
}

.hover\:bg-black\:50:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.hover\:bg-black\:10:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.hover\:bg-black\:5:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.hover\:bg-black\:3:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.hover\:bg-black\:1:hover {
    background-color: rgba(0, 0, 0, 0.01);
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.text-white {
    color: rgba(255, 255, 255, 1);
}

.text-white\:95 {
    color: rgba(255, 255, 255, 0.95);
}

.text-white\:90 {
    color: rgba(255, 255, 255, 0.9);
}

.text-white\:80 {
    color: rgba(255, 255, 255, 0.8);
}

.text-white\:60 {
    color: rgba(255, 255, 255, 0.6);
}

.text-white\:50 {
    color: rgba(255, 255, 255, 0.5);
}

.text-black {
    color: rgba(0, 0, 0, 1);
}

.text-black\:80 {
    color: rgba(0, 0, 0, 0.8);
}

.text-black\:60 {
    color: rgba(0, 0, 0, 0.6);
}

.text-black\:50 {
    color: rgba(0, 0, 0, 0.5);
}

.text-black\:40 {
    color: rgba(0, 0, 0, 0.4);
}

.text-black\:30 {
    color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    .w-md-75 {
        max-width: 75% !important;
    }

    h1 {
        font-size: 2.8rem;
        line-height: 3.2rem;
    }
}

.logo-header {
    width: 135px;
}

.video-container {
    width: 100%;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.btn-outline-light {
    color: #003e2b;
    background-color: #ffffff;
    box-shadow: 0 0.15rem 0.05rem rgb(0 0 0 / 20%);
    transition: transform ease-in-out .15s, color .15s ease-in-out;
}

.btn-outline-light:hover {
    transform: scale(1.05);
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}

.sticky {
    position: sticky;
}

.top-0 {
    top: 0;
}

.right-0 {
    right: 0;
}

.left-0 {
    left: 0;
}

.bottom-0 {
    bottom: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-90 {
    opacity: 0.9;
}

.opacity-80 {
    opacity: 0.8;
}

.opacity-70 {
    opacity: 0.7;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-20 {
    opacity: 0.2;
}

.hover\:opacity-100:hover {
    opacity: 1;
}

.hover\:opacity-90:hover {
    opacity: 0.9;
}

.hover\:opacity-80:hover {
    opacity: 0.8;
}

.hover\:opacity-70:hover {
    opacity: 0.7;
}

.hover\:opacity-60:hover {
    opacity: 0.6;
}

.hover\:opacity-50:hover {
    opacity: 0.5;
}

.hover\:opacity-40:hover {
    opacity: 0.4;
}

.hover\:opacity-30:hover {
    opacity: 0.3;
}

.hover\:opacity-100:hover {
    opacity: 1;
}

.hover\:opacity-90:hover {
    opacity: 0.9;
}

.hover\:opacity-80:hover {
    opacity: 0.8;
}

.hover\:opacity-70:hover {
    opacity: 0.7;
}

.active\:opacity-100:active {
    opacity: 1;
}

.active\:opacity-60:active {
    opacity: 0.6;
}

.active\:opacity-50:active {
    opacity: 0.5;
}

.active\:opacity-40:active {
    opacity: 0.4;
}

.active\:opacity-30:active {
    opacity: 0.3;
}

.active\:scale-95:active {
    transform: scale(0.95)
}

.active\:scale-90:active {
    transform: scale(0.9)
}

.hidden {
    display: none !important;
}

.block {
    display: block;
}

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

@media (min-width: 768px) {

    .md\:hidden {
        display: none !important;
    }

    .md\:block {
        display: block !important;
    }

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

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

    .md\:flex {
        display: flex !important;
    }

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

}


/* Flexbox */

.flex {
    display: flex;
}

.grow {
    flex-grow: 1;
}

.md\:grow {
    flex-grow: 1;
}

.grow-0 {
    flex-grow: 0;
}

.flex-none {
    flex: none;
}

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

.justify-between {

    justify-content: space-between;

}

@media (min-width: 768px) {
    .md\:flex-1 {
        flex: 1 1 0% !important;
    }

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

    .md\:grow-0 {
        flex-grow: 0 !important;
    }

    .md\:flex {
        display: flex !important;
    }

}

/* Shadows  */

.drop-shadow {
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.03)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.01));
    -webkit-filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.03)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.01));
}

.drop-shadow-md {
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    -webkit-filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

.drop-shadow-lg	{
    filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    -webkit-filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
}

@media (min-width: 768px) {

    .md\:drop-shadow {
        filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.03)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.01));
        -webkit-filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.03)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.01));
    }

    .md\:drop-shadow-md {
        filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
        -webkit-filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    }

    .md\:drop-shadow-lg	{
        filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
        -webkit-filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    }

}

/* (Joy) Division */

.h-divider {
    height: 1px; 
    border-top: 1px solid rgba(0,0,0,0.06);
    width: 100%;
}

/* Lists  */

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

/* Borders  */

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

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

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

@media (min-width: 768px) {

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

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

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

}

.border-l-1 {
    border-left: 1px solid;
}

.border-r-1 {
    border-right: 1px solid;
}

/* Grid */

.grid {
    display: grid !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 0.75rem !important;
}

.gap-4 {
    gap: 1rem !important;
}

.gap-8 {
    gap: 2rem !important;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-none {
    grid-template-columns: none;
}

.col-span-1 {
    grid-column: span 1 / span 1;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.col-span-4 {
    grid-column: span 4 / span 4;
}

.col-span-5 {
    grid-column: span 5 / span 5;
}

.col-span-6 {
    grid-column: span 6 / span 6;
}

.col-span-7 {
    grid-column: span 7 / span 7;
}

.col-span-8 {
    grid-column: span 8 / span 8;
}

.grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-none {
    grid-template-rows: none;
}

.grid-cols-none {
    grid-template-columns: none;
}

.row-auto {
    grid-row: auto;
}

.row-span-1 {
    grid-row: span 1 / span 1;
}

.row-span-2 {
    grid-row: span 2 / span 2;
}

.row-span-3 {
    grid-row: span 3 / span 3;
}

.md\:row-span-3 {
    grid-row: span 3 / span 3;
}

.row-span-4 {
    grid-row: span 4 / span 4;
}

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

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

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

.w-auto {
    width: auto!important;
}

.w-initial {
    width: initial!important
}

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

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

@media (min-width: 768px) {

    .md\:flex-nowrap {
        flex-wrap: nowrap!important;
    }

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

    .md\:w-full {
        width: 100%!important;
    }
    
    .md\:w-auto {
        width: auto!important;
    }

    .md\:w-initial {
        width: initial!important
    }

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

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

    .md\:grid {
        display: grid !important;
    }

    .md\:gap-1 {
        gap: 0.25rem !important;
    }

    .md\:gap-2 {
        gap: 0.5rem !important;
    }

    .md\:gap-3 {
        gap: 0.75rem !important;
    }

    .md\:gap-4 {
        gap: 1rem !important;
    }

    .md\:gap-8 {
        gap: 2rem !important;
    }

    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .md\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .md\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .md\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .md\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .md\:grid-cols-none {
        grid-template-columns: none;
    }

    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .md\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .md\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .md\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .md\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .md\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .md\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .md\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .md\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .md\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .md\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .md\:grid-rows-none {
        grid-template-rows: none;
    }

    .md\:grid-cols-none {
        grid-template-columns: none;
    }

    .md\:row-auto {
        @media (min-width: 768px) {
            grid-row: auto;
        }
    }

    .md\:row-span-1 {
        grid-row: span 1 / span 1;
    }

    .md\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .md\:row-span-4 {
        grid-row: span 4 / span 4;
    }

}

/* Spacing */

.pe-8 {
    padding-right: 2rem;
}

.pe-24 {
    padding-right: 6rem;
}

.pe-20 {
    padding-right: 5rem;
}

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

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

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

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.p-10 {
    padding: 2.5rem;
}

.p-12 {
    padding: 3.5rem;
}

.p-14 {
    padding: 3rem;
}

.mr-0 {
    margin-right: 0
}

.mr-1 {
    margin-right: .25rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-3 {
    margin-right: .75rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-5 {
    margin-right: 1.25rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mr-7 {
    margin-right: 1.75rem
}

.mr-8 {
    margin-right: 2rem
}

.mr-9 {
    margin-right: 2.25rem
}

.mr-10 {
    margin-right: 2.5rem
}

.mr-11 {
    margin-right: 2.75rem
}

.mr-12 {
    margin-right: 3rem
}

.mr-14 {
    margin-right: 3.5rem
}

.mr-16 {
    margin-right: 4rem
}

.mr-20 {
    margin-right: 5rem
}

.ml-0 {
    margin-left: 0
}

.ml-1 {
    margin-left: .25rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-5 {
    margin-left: 1.25rem
}

.ml-6 {
    margin-left: 1.5rem
}

.ml-7 {
    margin-left: 1.75rem
}

.ml-8 {
    margin-left: 2rem
}

.ml-9 {
    margin-left: 2.25rem
}

.ml-10 {
    margin-left: 2.5rem
}

.ml-11 {
    margin-left: 2.75rem
}

.ml-12 {
    margin-left: 3rem
}

.ml-14 {
    margin-left: 3.5rem
}

.ml-16 {
    margin-left: 4rem
}

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

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

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

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

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

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

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

.mt-7 {
  margin-top: 1.75rem!important
}

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

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

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

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

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

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

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

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

.mb-7 {
margin-bottom: 1.75rem!important
}

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

.mb-9 {
    margin-bottom: 2.25rem!important
}

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

.mb-11 {
    margin-bottom: 2.75rem!important
}

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


@media (min-width: 768px) {

    .md\:pr-0 {
        padding-right: 0 !important;
    }

    .md\:pr-1 {
        padding-right: 0.25rem !important;
    }

    .md\:pr-2 {
        padding-right: 0.5rem !important;
    }

    .md\:pr-3 {
        padding-right: 0.75rem !important;
    }

    .md\:pr-4 {
        padding-right: 1rem !important;
    }

    .md\:pl-0 {
        padding-left: 0 !important;
    }

    .md\:pl-1 {
        padding-left: 0.25rem !important;
    }

    .md\:pl-2 {
        padding-left: 0.5rem !important;
    }

    .md\:pl-3 {
        padding-left: 0.75rem !important;
    }

    .md\:pl-4 {
        padding-left: 1rem !important;
    }

    .md\:mr-0 {
        margin-right: 0
    }

    .md\:mr-1 {
        margin-right: .25rem
    }

    .md\:mr-2 {
        margin-right: .5rem
    }

    .md\:mr-3 {
        margin-right: .75rem
    }

    .md\:mr-4 {
        margin-right: 1rem
    }

    .md\:mr-5 {
        margin-right: 1.25rem
    }

    .md\:mr-6 {
        margin-right: 1.5rem
    }

    .md\:mr-7 {
        margin-right: 1.75rem
    }

    .md\:mr-8 {
        margin-right: 2rem
    }

    .md\:mr-9 {
        margin-right: 2.25rem
    }

    .md\:mr-10 {
        margin-right: 2.5rem
    }

    .md\:mr-11 {
        margin-right: 2.75rem
    }

    .md\:mr-12 {
        margin-right: 3rem
    }

    .md\:mr-14 {
        margin-right: 3.5rem
    }

    .md\:mr-16 {
        margin-right: 4rem
    }

    .md\:mr-20 {
        margin-right: 5rem
    }

    .md\:ml-0 {
        margin-left: 0
    }

    .md\:ml-1 {
        margin-left: .25rem
    }

    .md\:ml-2 {
        margin-left: .5rem
    }

    .md\:ml-3 {
        margin-left: .75rem
    }

    .md\:ml-4 {
        margin-left: 1rem
    }

    .md\:ml-5 {
        margin-left: 1.25rem
    }

    .md\:ml-6 {
        margin-left: 1.5rem
    }

    .md\:ml-7 {
        margin-left: 1.75rem
    }

    .md\:ml-8 {
        margin-left: 2rem
    }

    .md\:ml-9 {
        margin-left: 2.25rem
    }

    .md\:ml-10 {
        margin-left: 2.5rem
    }

    .md\:ml-11 {
        margin-left: 2.75rem
    }

    .md\:ml-12 {
        margin-left: 3rem
    }

    .md\:ml-14 {
        margin-left: 3.5rem
    }

    .md\:ml-16 {
        margin-left: 4rem
    }

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

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

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

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

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

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

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

    .md\:mt-7 {
      margin-top: 1.75rem!important
    }

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

    .md\:mb-0 {
        margin-bottom: 0!important
    }
    
    .md\:mb-1 {
    margin-bottom: 0.25rem!important
    }
    
    .md\:mb-2 {
    margin-bottom: 0.5rem!important
    }
    
    .md\:mb-3 {
    margin-bottom: 0.75rem!important
    }
    
    .md\:mb-4 {
    margin-bottom: 1rem!important
    }
    
    .md\:mb-5 {
    margin-bottom: 1.25rem!important
    }
    
    .md\:mb-6 {
    margin-bottom: 1.5rem!important
    }
    
    .md\:mb-7 {
    margin-bottom: 1.75rem!important
    }
    
    .md\:mb-8 {
    margin-bottom: 2rem!important
    }

    .md\:mb-9 {
        margin-bottom: 2.25rem!important
    }
    
    .md\:mb-10 {
        margin-bottom: 2.5rem!important
    }
    
    .md\:mb-11 {
        margin-bottom: 2.75rem!important
    }
    
    .md\:mb-12 {
        margin-bottom: 3rem!important
    }

}

/* Typography */

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.05rem;
}

.text-sm {
    font-size: .875rem !important;
    line-height: 1.25rem !important;
}

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

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

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

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

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

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

@media (min-width: 768px) {

    .md\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
        letter-spacing: 0.05rem;
    }

    .md\:text-sm {
        font-size: .875rem !important;
        line-height: 1.25rem !important;
    }

    .md\:text-base {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }

    .md\:text-lg {
        line-height: 1.75rem !important;
        font-size: 1.125rem !important;
    }

    .md\:text-xl {
        line-height: 1.75rem !important;
        font-size: 1.25rem !important;
    }

    .md\:text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

    .md\:text-3xl {
        font-size: 1.875rem !important;
        line-height: 2.25rem !important;
    }

    .md\:text-4xl {
        font-size: 2.25rem !important;
        line-height: 2.5rem !important;
    }

}

.text-blue {
    color: var(--color-blue);
}

.text-teal {
    color: var(--color-teal);
}

.text-green {
    color: var(--color-green);
}

.text-cyan{
    color: var(--color-cyan);
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

/* Animations */

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

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.single-chart .svg__wrapper {
    width: 120px;
    height: 120px;
}
  
  svg.circular-chart {
    display: block;
  }
  
  .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
  }
  
  .circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
  }
  
  .circular-chart.teal .circle {
    stroke: #4dc0b5;
  }
  
  .percentage {
    fill: #666;
    font-family: 'Helvetica', sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
  }

  /* Alert */
  #error {
    background: #f43f5e;
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    color: white;
    font-size: .85rem;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    width: 90%;
    max-width: 350px;
    z-index: 99;
    cursor: pointer;
    transition: all 400ms;
  }

  #error:hover,
  #error:active {
      background: #fb7185;
  }

  #error span.head {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 25px 10px 3px;
  }
  
  #error span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 20px;
  }
  
  #error::after {
    content: 'Ã—';
    height: 100%;
    width: 25px; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgb(0, 0, 0, 0.2);
    border-radius: 0 4px 4px 0;
  }</pre></body></html>