﻿

*, ::after, ::before {
    box-sizing: border-box
}

html {
    -moz-tab-size: 4;
    tab-size: 4
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

body {
    font-family: system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

hr {
    height: 0;
    color: inherit
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, pre, samp {
    font-family: ui-monospace,SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button, input, optgroup, select, textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.d-block {
    display: block;
}

summary {
    display: list-item
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

fieldset {
    margin: 0;
    padding: 0
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

html {
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 1.5
}

body {
    line-height: inherit
}

*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

    input::placeholder, textarea::placeholder {
        opacity: 1;
        color: #9ca3af
    }

[role=button], button {
    cursor: pointer
}

:-moz-focusring {
    outline: auto
}

table {
    border-collapse: collapse
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button, input, optgroup, select, textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code, kbd, pre, samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle
}

img, video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

*, ::after, ::before {
    --tw-border-opacity: 1;
    border-color: rgba(229,231,235,var(--tw-border-opacity))
}

.container {
    width: 100%
}


@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px
    }
}

.leading-normal {
    line-height: 1.5
}

.tracking-normal {
    letter-spacing: 0
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.fixed {
    position: fixed
}

.w-full, w-100 {
    width: 100%
}


.z-30 {
    z-index: 30
}

.top-0 {
    top: 0
}

.text-black {
    --tw-text-opacity: 1;
    color: rgba(0,0,0,var(--tw-text-opacity))
}

.flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.justify-between {
    justify-content: space-between
}

.mt-0 {
    margin-top: 0
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.text-start {
    text-align: left;
}

.pl-4 {
    padding-left: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

.p-6 {
    padding: 1.5rem
}

.justify-center {
    justify-content: center
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.no-underline {
    text-decoration: none
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243,244,246,var(--tw-bg-opacity))
}

.underline {
    text-decoration: underline
}

.group:hover .group-hover\:underline {
    text-decoration: underline
}

.focus-within\:underline:focus-within {
    text-decoration: underline
}

.hover\:underline:hover {
    text-decoration: underline
}

.focus\:underline:focus {
    text-decoration: underline
}

.group:hover .group-hover\:no-underline {
    text-decoration: none
}

.focus-within\:no-underline:focus-within {
    text-decoration: none
}

.hover\:no-underline:hover {
    text-decoration: none
}

.font-bold {
    font-weight: 700
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.block {
    display: block
}

.pr-4 {
    padding-right: 1rem
}

.p-1 {
    padding: .25rem
}

.text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157,23,77,var(--tw-text-opacity))
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17,24,39,var(--tw-text-opacity))
}

.group:hover .group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17,24,39,var(--tw-text-opacity))
}

.focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17,24,39,var(--tw-text-opacity))
}

.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17,24,39,var(--tw-text-opacity))
}

.focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17,24,39,var(--tw-text-opacity))
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transition {
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms
}

.scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.duration-300 {
    transition-duration: .3s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4,0,0.2,1)
}

.fill-current {
    fill: currentColor
}

.h-6 {
    height: 1.5rem
}

.w-6 {
    width: 1.5rem
}

.flex-grow {
    flex-grow: 1
}

.flex-shrink {
    flex-shrink: 1
}

.hidden {
    display: none
}

.mt-2 {
    margin-top: .5rem
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity))
}

.rounded-full {
    border-radius: 9999px
}

.mt-4 {
    margin-top: 1rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.opacity-75 {
    opacity: .75
}

.duration-300 {
    transition-duration: .3s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4,0,0.2,1)
}

.border-b {
    border-bottom-width: 1px
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243,244,246,var(--tw-border-opacity))
}

.opacity-25 {
    opacity: .25
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.pt-20 {
    padding-top: 5rem
}

.flex-col {
    flex-direction: column
}

.items-start {
    align-items: flex-start
}

.text-center {
    text-align: center
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.leading-tight {
    line-height: 1.25
}

.border-0 {
    border-width: 0
}

.w-auto {
    width: auto
}

.h-auto {
    height: auto
}

.m-0 {
    margin: 0
}

.text-left {
    text-align: left
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107,114,128,var(--tw-text-opacity))
}

.w-5\/6 {
    width: 83.333333%
}

.uppercase {
    text-transform: uppercase
}

.rounded-none {
    border-radius: 0
}

.rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.overflow-hidden {
    overflow: hidden
}

.flex-1 {
    flex: 1 1 0%
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75,85,99,var(--tw-text-opacity))
}

.p-8 {
    padding: 2rem
}

.h-1 {
    height: .25rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 1.50rem
}

.border-b-4 {
    border-bottom-width: 4px
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.flex-none {
    flex: none
}

.mt-auto {
    margin-top: auto
}

.mr-2 {
    margin-right: .5rem
}

.rounded-lg {
    border-radius: .5rem
}

.z-10 {
    z-index: 10
}

.mb-2 {
    margin-bottom: .5rem
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.-mt-12 {
    margin-top: -3rem
}

.align-items-start {
    align-items: start;
}

.pt-4 {
    padding-top: 1rem
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-12 {
    padding-bottom: 3rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.max-w-5xl {
    max-width: 64rem
}

.m-8 {
    margin: 2rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.text-5xl {
    font-size: 2rem;
    line-height: 2.5rem
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31,41,55,var(--tw-text-opacity))
}

.mb-4 {
    margin-bottom: 1rem
}

.w-64 {
    width: 16rem
}

.leading-none {
    line-height: 1
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-8 {
    margin-bottom: 2rem
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.mt-6 {
    margin-top: 1.5rem
}

.align-middle {
    vertical-align: middle
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.w-1\/6 {
    width: 16.666667%
}

.mb-6 {
    margin-bottom: 1.5rem
}

.text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236,72,153,var(--tw-text-opacity))
}

.group:hover .group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236,72,153,var(--tw-text-opacity))
}

.focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236,72,153,var(--tw-text-opacity))
}

.hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236,72,153,var(--tw-text-opacity))
}

.focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236,72,153,var(--tw-text-opacity))
}

.w-0 {
    width: 0
}

.w-1 {
    width: .25rem
}

.w-2 {
    width: .5rem
}

.w-3 {
    width: .75rem
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-7 {
    width: 1.75rem
}

.w-8 {
    width: 2rem
}

.w-9 {
    width: 2.25rem
}

.w-10 {
    width: 2.5rem
}

.w-11 {
    width: 2.75rem
}

.w-12 {
    width: 3rem
}

.w-14 {
    width: 3.5rem
}

.w-16 {
    width: 4rem
}

.w-20 {
    width: 5rem
}

.w-24 {
    width: 6rem
}

.w-28 {
    width: 7rem
}

.w-32 {
    width: 8rem
}

.w-36 {
    width: 9rem
}

.w-40 {
    width: 10rem
}

.w-44 {
    width: 11rem
}

.w-48 {
    width: 12rem
}

.w-52 {
    width: 13rem
}

.w-56 {
    width: 14rem
}

.w-60 {
    width: 15rem
}

.w-64 {
    width: 16rem
}

.w-72 {
    width: 18rem
}

.w-80 {
    width: 20rem
}

.w-96 {
    width: 24rem
}

.w-auto {
    width: auto
}

.w-px {
    width: 1px
}

.w-0\.5 {
    width: .125rem
}

.w-1\.5 {
    width: .375rem
}

.w-2\.5 {
    width: .625rem
}

.w-3\.5 {
    width: .875rem
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.333333%
}

.w-2\/3 {
    width: 66.666667%
}

.w-1\/4 {
    width: 25%
}

.w-2\/4 {
    width: 50%
}

.w-3\/4 {
    width: 75%
}

.w-1\/5 {
    width: 20%
}

.w-2\/5 {
    width: 40%
}

.w-3\/5 {
    width: 60%
}

.w-4\/5 {
    width: 80%
}

.w-1\/6 {
    width: 16.666667%
}

.w-2\/6 {
    width: 33.333333%
}

.w-3\/6 {
    width: 50%
}

.w-4\/6 {
    width: 66.666667%
}

.w-5\/6 {
    width: 83.333333%
}

.w-1\/12 {
    width: 8.333333%
}

.w-2\/12 {
    width: 16.666667%
}

.w-3\/12 {
    width: 25%
}

.w-4\/12 {
    width: 33.333333%
}

.w-5\/12 {
    width: 41.666667%
}

.w-6\/12 {
    width: 50%
}

.w-7\/12 {
    width: 58.333333%
}

.w-8\/12 {
    width: 66.666667%
}

.w-9\/12 {
    width: 75%
}

.w-10\/12 {
    width: 83.333333%
}

.w-11\/12 {
    width: 91.666667%
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.inline-block {
    display: inline-block
}

.mr-3 {
    margin-right: .75rem
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.p-2 {
    padding: .5rem
}

#reviewsContainer, #reviewsContainerAcc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
}

    #reviewsContainer .reviewContent, #reviewsContainerAcc .reviewContentAcc {
        width: 400px;
        margin: 10px 20px;
        display: flex;
        flex-direction: column;
    }

    #reviewsContainerAcc .reviewContentAcc {
        width: 300px;
    }

    #reviewsContainer .reviewImageDiv {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin: 10px auto;
    }

        #reviewsContainer .reviewImageDiv img {
            border-radius: 50%;
            display: inline-block;
            vertical-align: middle;
        }

    #reviewsContainer .reviewText, #reviewsContainerAcc .reviewTextAcc {
        color: #001b40;
        font-size: 1rem;
        letter-spacing: -.11px;
        line-height: 1.6666666667;
        max-width: 304px;
        font-style: italic !important;
        margin: 20px auto;
        text-align: center;
    }

    #reviewsContainer .reviewText {
        height: 140px;
    }

    #reviewsContainerAcc .reviewTextAcc {
        font-style: normal !important;
        margin: 5px auto;
        height: 160px;
    }

    #reviewsContainer .reviewLine {
        height: 3px;
        background-color: #5bc693;
        width: 72px;
        margin: 0 auto;
    }

    #reviewsContainer .bottomText {
        font-size: .875rem;
        line-height: 1.2857142857;
        margin: 15px auto;
        text-align: center;
        text-transform: uppercase !important;
        color: #001b40;
    }

.reviewScoresAcc {
    display: flex;
    font-size: 24px;
    justify-content: center;
}

    .reviewScoresAcc input[type="radio"] {
        display: none;
    }

    .reviewScoresAcc .ratingStar {
        padding: 0;
        color: #ffc414;
        cursor: default;
        margin: 0 5px !important;
        position: relative;
        z-index: 0;
        font-size: 20px;
    }

.half-star::before {
    content: "★";
    position: absolute;
    overflow: hidden;
    width: 50%;
    white-space: nowrap;
    color: gray;
    z-index: 1;
}

#reviewsContainerAcc .reviewImageDivAcc {
    width: 120px;
    margin: 20px auto;
    height: 70px;
    display: flex;
    align-items: center;
}

@media (max-width:700px) {
    #reviewsContainer, #reviewsContainerAcc {
        flex-wrap: wrap;
    }

        #reviewsContainer .reviewContent, #reviewsContainerAcc .reviewContentAcc {
            width: 100%;
        }
}

@media (min-width:640px) { /*.sm*/
    .sm\:leading-normal {
        line-height: 1.5
    }

    .sm\:tracking-normal {
        letter-spacing: 0
    }

    .sm\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .sm\:p-2 {
        padding: .5rem
    }

    .sm\:p-6 {
        padding: 1.5rem
    }

    .group:hover .sm\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .sm\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .sm\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .sm\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .sm\:-mt-6 {
        margin-top: -1.5rem
    }

    .sm\:w-1\/2 {
        width: 50%
    }

    .sm\:w-0 {
        width: 0
    }

    .sm\:w-1 {
        width: .25rem
    }

    .sm\:w-2 {
        width: .5rem
    }

    .sm\:w-3 {
        width: .75rem
    }

    .sm\:w-4 {
        width: 1rem
    }

    .sm\:w-5 {
        width: 1.25rem
    }

    .sm\:w-6 {
        width: 1.5rem
    }

    .sm\:w-7 {
        width: 1.75rem
    }

    .sm\:w-8 {
        width: 2rem
    }

    .sm\:w-9 {
        width: 2.25rem
    }

    .sm\:w-10 {
        width: 2.5rem
    }

    .sm\:w-11 {
        width: 2.75rem
    }

    .sm\:w-12 {
        width: 3rem
    }

    .sm\:w-14 {
        width: 3.5rem
    }

    .sm\:w-16 {
        width: 4rem
    }

    .sm\:w-20 {
        width: 5rem
    }

    .sm\:w-24 {
        width: 6rem
    }

    .sm\:w-28 {
        width: 7rem
    }

    .sm\:w-32 {
        width: 8rem
    }

    .sm\:w-36 {
        width: 9rem
    }

    .sm\:w-40 {
        width: 10rem
    }

    .sm\:w-44 {
        width: 11rem
    }

    .sm\:w-48 {
        width: 12rem
    }

    .sm\:w-52 {
        width: 13rem
    }

    .sm\:w-56 {
        width: 14rem
    }

    .sm\:w-60 {
        width: 15rem
    }

    .sm\:w-64 {
        width: 16rem
    }

    .sm\:w-72 {
        width: 18rem
    }

    .sm\:w-80 {
        width: 20rem
    }

    .sm\:w-96 {
        width: 24rem
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:w-px {
        width: 1px
    }

    .sm\:w-0\.5 {
        width: .125rem
    }

    .sm\:w-1\.5 {
        width: .375rem
    }

    .sm\:w-2\.5 {
        width: .625rem
    }

    .sm\:w-3\.5 {
        width: .875rem
    }

    .sm\:w-1\/2 {
        width: 50%
    }

    .sm\:w-1\/3 {
        width: 33.333333%
    }

    .sm\:w-2\/3 {
        width: 66.666667%
    }

    .sm\:w-1\/4 {
        width: 25%
    }

    .sm\:w-2\/4 {
        width: 50%
    }

    .sm\:w-3\/4 {
        width: 75%
    }

    .sm\:w-1\/5 {
        width: 20%
    }

    .sm\:w-2\/5 {
        width: 40%
    }

    .sm\:w-3\/5 {
        width: 60%
    }

    .sm\:w-4\/5 {
        width: 80%
    }

    .sm\:w-1\/6 {
        width: 16.666667%
    }

    .sm\:w-2\/6 {
        width: 33.333333%
    }

    .sm\:w-3\/6 {
        width: 50%
    }

    .sm\:w-4\/6 {
        width: 66.666667%
    }

    .sm\:w-5\/6 {
        width: 83.333333%
    }

    .sm\:w-1\/12 {
        width: 8.333333%
    }

    .sm\:w-2\/12 {
        width: 16.666667%
    }

    .sm\:w-3\/12 {
        width: 25%
    }

    .sm\:w-4\/12 {
        width: 33.333333%
    }

    .sm\:w-5\/12 {
        width: 41.666667%
    }

    .sm\:w-6\/12 {
        width: 50%
    }

    .sm\:w-7\/12 {
        width: 58.333333%
    }

    .sm\:w-8\/12 {
        width: 66.666667%
    }

    .sm\:w-9\/12 {
        width: 75%
    }

    .sm\:w-10\/12 {
        width: 83.333333%
    }

    .sm\:w-11\/12 {
        width: 91.666667%
    }
}

@media (min-width:768px) { /*.md*/
    .md\:leading-normal {
        line-height: 1.5
    }

    .md\:tracking-normal {
        letter-spacing: 0
    }

    .md\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .group:hover .md\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .md\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .md\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .md\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .md\:flex {
        display: flex
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:w-2\.5 {
        width: .625rem
    }

    .md\:w-2\/5 {
        width: 40%
    }

    .md\:text-left {
        text-align: left
    }

    .md\:w-3\.5 {
        width: .875rem
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem
    }

    .md\:block {
        display: block
    }

    .md\:mr-0 {
        margin-right: 0
    }

    .md\:w-0 {
        width: 0
    }

    .md\:w-1 {
        width: .25rem
    }

    .md\:w-2 {
        width: .5rem
    }

    .md\:w-3 {
        width: .75rem
    }

    .md\:w-4 {
        width: 1rem
    }

    .md\:w-5 {
        width: 1.25rem
    }

    .md\:w-6 {
        width: 1.5rem
    }

    .md\:w-7 {
        width: 1.75rem
    }

    .md\:w-8 {
        width: 2rem
    }

    .md\:w-9 {
        width: 2.25rem
    }

    .md\:w-10 {
        width: 2.5rem
    }

    .md\:w-11 {
        width: 2.75rem
    }

    .md\:w-12 {
        width: 3rem
    }

    .md\:w-14 {
        width: 3.5rem
    }

    .md\:w-16 {
        width: 4rem
    }

    .md\:w-20 {
        width: 5rem
    }

    .md\:w-24 {
        width: 6rem
    }

    .md\:w-28 {
        width: 7rem
    }

    .md\:w-32 {
        width: 8rem
    }

    .md\:w-36 {
        width: 9rem
    }

    .md\:w-40 {
        width: 10rem
    }

    .md\:w-44 {
        width: 11rem
    }

    .md\:w-48 {
        width: 12rem
    }

    .md\:w-52 {
        width: 13rem
    }

    .md\:w-56 {
        width: 14rem
    }

    .md\:w-60 {
        width: 15rem
    }

    .md\:w-64 {
        width: 16rem
    }

    .md\:w-72 {
        width: 18rem
    }

    .md\:w-80 {
        width: 20rem
    }

    .md\:w-96 {
        width: 24rem
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-px {
        width: 1px
    }

    .md\:w-0\.5 {
        width: .125rem
    }

    .md\:w-1\.5 {
        width: .375rem
    }

    .md\:w-2\.5 {
        width: .625rem
    }

    .md\:w-3\.5 {
        width: .875rem
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-2\/3 {
        width: 66.666667%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-2\/4 {
        width: 50%
    }

    .md\:w-3\/4 {
        width: 75%
    }

    .md\:w-1\/5 {
        width: 20%
    }

    .md\:w-2\/5 {
        width: 40%
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:w-4\/5 {
        width: 80%
    }

    .md\:w-1\/6 {
        width: 16.666667%
    }

    .md\:w-2\/6 {
        width: 33.333333%
    }

    .md\:w-3\/6 {
        width: 50%
    }

    .md\:w-4\/6 {
        width: 66.666667%
    }

    .md\:w-5\/6 {
        width: 83.333333%
    }

    .md\:w-1\/12 {
        width: 8.333333%
    }

    .md\:w-2\/12 {
        width: 16.666667%
    }

    .md\:w-3\/12 {
        width: 25%
    }

    .md\:w-4\/12 {
        width: 33.333333%
    }

    .md\:w-5\/12 {
        width: 41.666667%
    }

    .md\:w-6\/12 {
        width: 50%
    }

    .md\:w-7\/12 {
        width: 58.333333%
    }

    .md\:w-8\/12 {
        width: 66.666667%
    }

    .md\:w-9\/12 {
        width: 75%
    }

    .md\:w-10\/12 {
        width: 83.333333%
    }

    .md\:w-11\/12 {
        width: 91.666667%
    }
}

@media (min-width:1024px) { /*.lg*/
    .lg\:leading-normal {
        line-height: 1.5
    }

    .lg\:tracking-normal {
        letter-spacing: 0
    }

    .lg\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .group:hover .lg\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .lg\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .lg\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .lg\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .lg\:hidden {
        display: none
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:bg-transparent {
        background-color: transparent
    }



    .p-4 {
        padding: 1rem
    }

    .p-0 {
        padding: 0
    }

    .z-20 {
        z-index: 20
    }

    .lg\:flex {
        display: flex
    }

    .justify-end {
        justify-content: flex-end
    }

    .flex-1 {
        flex: 1 1 0%
    }

    .py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .text-black {
        --tw-text-opacity: 1;
        color: rgba(0,0,0,var(--tw-text-opacity))
    }

    .group:hover .group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31,41,55,var(--tw-text-opacity))
    }

    .focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31,41,55,var(--tw-text-opacity))
    }

    .hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31,41,55,var(--tw-text-opacity))
    }

    .focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31,41,55,var(--tw-text-opacity))
    }

    .lg\:-mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:-mt-24 {
        margin-top: -6rem
    }

    .lg\:w-0 {
        width: 0
    }

    .lg\:w-1 {
        width: .25rem
    }

    .lg\:w-2 {
        width: .5rem
    }

    .lg\:w-3 {
        width: .75rem
    }

    .lg\:w-4 {
        width: 1rem
    }

    .lg\:w-5 {
        width: 1.25rem
    }

    .lg\:w-6 {
        width: 1.5rem
    }

    .lg\:w-7 {
        width: 1.75rem
    }

    .lg\:w-8 {
        width: 2rem
    }

    .lg\:w-9 {
        width: 2.25rem
    }

    .lg\:w-10 {
        width: 2.5rem
    }

    .lg\:w-11 {
        width: 2.75rem
    }

    .lg\:w-12 {
        width: 3rem
    }

    .lg\:w-14 {
        width: 3.5rem
    }

    .lg\:w-16 {
        width: 4rem
    }

    .lg\:w-20 {
        width: 5rem
    }

    .lg\:w-24 {
        width: 6rem
    }

    .lg\:w-28 {
        width: 7rem
    }

    .lg\:w-32 {
        width: 8rem
    }

    .lg\:w-36 {
        width: 9rem
    }

    .lg\:w-40 {
        width: 10rem
    }

    .lg\:w-44 {
        width: 11rem
    }

    .lg\:w-48 {
        width: 12rem
    }

    .lg\:w-52 {
        width: 13rem
    }

    .lg\:w-56 {
        width: 14rem
    }

    .lg\:w-60 {
        width: 15rem
    }

    .lg\:w-64 {
        width: 16rem
    }

    .lg\:w-72 {
        width: 18rem
    }

    .lg\:w-80 {
        width: 20rem
    }

    .lg\:w-96 {
        width: 24rem
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-px {
        width: 1px
    }

    .lg\:w-0\.5 {
        width: .125rem
    }

    .lg\:w-1\.5 {
        width: .375rem
    }

    .lg\:w-2\.5 {
        width: .625rem
    }

    .lg\:w-3\.5 {
        width: .875rem
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-2\/3 {
        width: 66.666667%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:w-2\/4 {
        width: 50%
    }

    .lg\:w-3\/4 {
        width: 75%
    }

    .lg\:w-1\/5 {
        width: 20%
    }

    .lg\:w-2\/5 {
        width: 40%
    }

    .lg\:w-3\/5 {
        width: 60%
    }

    .lg\:w-4\/5 {
        width: 80%
    }

    .lg\:w-1\/6 {
        width: 16.666667%
    }

    .lg\:w-2\/6 {
        width: 33.333333%
    }

    .lg\:w-3\/6 {
        width: 50%
    }

    .lg\:w-4\/6 {
        width: 66.666667%
    }

    .lg\:w-5\/6 {
        width: 83.333333%
    }

    .lg\:w-1\/12 {
        width: 8.333333%
    }

    .lg\:w-2\/12 {
        width: 16.666667%
    }

    .lg\:w-3\/12 {
        width: 25%
    }

    .lg\:w-4\/12 {
        width: 33.333333%
    }

    .lg\:w-5\/12 {
        width: 41.666667%
    }

    .lg\:w-6\/12 {
        width: 50%
    }

    .lg\:w-7\/12 {
        width: 58.333333%
    }

    .lg\:w-8\/12 {
        width: 66.666667%
    }

    .lg\:w-9\/12 {
        width: 75%
    }

    .lg\:w-10\/12 {
        width: 83.333333%
    }

    .lg\:w-11\/12 {
        width: 91.666667%
    }

    .lg\:p-0 {
        padding: 0
    }
}

@media (min-width:1280px) { /*.xl*/
    .xl\:leading-normal {
        line-height: 1.5
    }

    .xl\:tracking-normal {
        letter-spacing: 0
    }

    .xl\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .group:hover .xl\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .xl\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .xl\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .xl\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }
}

@media (min-width:1536px) { /*.32xl*/
    .\32xl\:leading-normal {
        line-height: 1.5
    }

    .\32xl\:tracking-normal {
        letter-spacing: 0
    }

    .\32xl\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .group:hover .\32xl\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .\32xl\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .\32xl\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }

    .\32xl\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255,255,255,var(--tw-text-opacity))
    }
}



.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free"
}



@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")
}

.fa-regular, .far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");
    unicode-range: u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid, .fas {
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")
}

.fa-building:before {
    content: "\f1ad"
}

.fa-location-dot:before, .fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-at:before {
    content: "\40"
}

.fa-mobile-android-alt:before, .fa-mobile-screen:before {
    content: "\f3cf"
}
