﻿.user-profile-box > img {
    border: 1px solid #00A4B7;
    border-radius: 100%;
    background-color: #fff;
}

.alert {
    margin-top: 10px;
}

.alert-danger > button {
    display:none;
}

    .validation-summary-errors > ul > li {
        list-style: none;
        font-size:12px;
    }

.iq-input.error {
    margin-bottom: 5px !important;
}

label.error {
    font-size: 12px;
    color: red;
    margin-bottom: 10px;
    padding: unset !important;
    align-self: center;
    align-content: center;
    align-items: center;
    line-height: 10px;
    text-align: center;
}

.nascondi {
    display: none;
}

.jarviswidget {
    margin: 0px !important;
}

.select2-results__option > .text-success {
    color: #333 !important;
}

.fa-check-circle-o {
    color: #00A4B7 !important;
}


.m-10 {
    margin: 10px;
}

.slider-price {
    margin-top: 10px;
    border: 1px dotted #04abba;
    padding: 10px;
    border-radius: 17px;
}

.h-100 {
    height: 100%;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: #00A4B7;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.addReadMore.showmorecontent .SecSec {
    display: inline !important;
}

.inlineP {
    display: inline;
}

.bg-white {
    height: 100%;
}

.info-tooltip {
    cursor: pointer;
    color: #324b4e;
}

    .info-tooltip .tooltiptext {
        box-shadow: 0px 4px 14px -3px #324b4e;
        border-radius: 17px;
        visibility: hidden;
        width: 250px;
        background-color: #95b0b4;
        font-size: 14px;
        color: #fff;
        letter-spacing: .5px;
        text-transform: none;
        padding: 10px;
        position: absolute;
        opacity: .95;
        z-index: 1;
    }

    .info-tooltip:hover .tooltiptext {
        visibility: visible;
    }

.certified > ul > li {
    transition: box-shadow .3s;
    margin-right: 3px;
    border-radius: 5px;
    cursor: pointer;
}

    .certified > ul > li:hover {
        box-shadow: 0 0 10px rgba(33,33,33,.2);
    }

.page-title > .prodottiIds {
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #00A4B7;
    padding: 2px;
    font-size: 21px;
    cursor: pointer;
}

.nav-tabs > li > a {
    margin-top: 2px;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
    color: #333;
    border: 1px solid #ddd;
}

.tabelleTitle {
    font-weight: bold;
    cursor: pointer;
}

.descrizione {
    min-height: 50px;
}

.forbidden {
    cursor: not-allowed;
}


.btn-hovered {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}


.bg-color-abba {
    background-color: red;
}

.presente {
    color: #00A4B7;
    font-weight: bold;
}

.tabelle {
    padding-right: 15px;
    max-height: 200px;
    min-height: 200px;
    overflow-y: scroll;
}

.shopping-cart {
    margin-right: 20px;
    float: right;
    background: white;
    width: 400px;
    position: absolute;
    right: 0;
    border-radius: 17px;
    padding: 20px;
    z-index: 1;
}

.shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}

.shopping-cart-total {
    float: right;
}

.item-name, .riepilogo-totale {
    font-weight: bold;
}

.item-settore {
    color: #337ab7;
}

.item-tipo, .item-price {
    color: #777;
    font-size: 80%;
}

.item-icona > img {
    width: 100%;
}

.shopping-cart-items {
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}

.selected {
    background-color: #eee8a9 !important;
    -webkit-box-shadow: 0 8px 6px -6px #00A4B7;
    -moz-box-shadow: 0 8px 6px -6px #00A4B7;
    box-shadow: 0 8px 6px -6px #00A4B7;
    font-weight: bold;
    /*    text-transform: uppercase;*/
}

.irs-single {
    font-size: 16px;
    padding: 5px;
    top: -20px;
    background-color: #00A4B7 !important;
    border-radius: 10px;
}

.irs-line {
    height: 8px;
    top: 25px;
    background: #eee8a9;
}


.hide-privacy {
    overflow: hidden;
    position: relative;
    display: inline-block;
    color: #00A4B7;
}

    .hide-privacy::before, .hide-privacy::after {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
    }

    .hide-privacy::before {
        background-color: #00A4B7;
        height: 1px;
        bottom: 0;
        transform-origin: 100% 50%;
        transform: scaleX(0);
        transition: transform .5s cubic-bezier(0.76, 0, 0.24, 1);
    }

    .hide-privacy::after {
        content: attr(data-replace);
        height: 100%;
        top: 0;
        transform-origin: 100% 50%;
        transform: translate3d(200%, 0, 0);
        transition: transform .5s cubic-bezier(0.76, 0, 0.24, 1);
        color: #00A4B7;
    }

    .hide-privacy:hover::before {
        transform-origin: 0% 50%;
        transform: scaleX(1);
    }

    .hide-privacy:hover::after {
        transform: translate3d(0, 0, 0);
    }

    .hide-privacy span {
        display: inline-block;
        transition: transform .5s cubic-bezier(0.76, 0, 0.24, 1);
    }

    .hide-privacy:hover span {
        transform: translate3d(-200%, 0, 0);
    }

.bootstrap-tagsinput > span {
    border-radius: 0 !important;
    font-weight: 400;
    padding: 3px 28px 4px 8px;
    font-size: 13px;
    border: 1px solid #00A4B7;
    background: #00A4B7;
}


input[type=checkbox]:checked {
    accent-color: #00A4B7;
}

input[type=checkbox]:hover {
    accent-color: #324b4e;
}

.nav-tabs > li.active > a {
    -webkit-box-shadow: 0 -2px 0 #00A4B7 !important;
    -moz-box-shadow: 0 -2px 0 #00A4B7 !important;
    box-shadow: 0 -2px 0 #00A4B7 !important;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}

.nav-tabs > li > a:hover {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    cursor: pointer;
}


.btn-menus > :first-child > a {
    border-radius: 10px;
    cursor: pointer !important;
    display: inline-block;
    font-weight: 600;
    height: 30px;
    min-width: 35px;
    padding: 2px;
    text-align: center;
    text-decoration: none !important;
    background-image: none;
    background-color: #00A4B7;
    border: 1px solid #fff;
    color: #ffffff;
    font-size: 17px;
    margin: 5px 2px;
}

    .btn-menus > :first-child > a:hover {
        color: #324b4e;
    }

.btn-logout > :first-child > a {
    border-radius: 10px;
    cursor: pointer !important;
    display: inline-block;
    font-weight: 600;
    height: 30px;
    min-width: 35px;
    padding: 2px;
    text-align: center;
    text-decoration: none !important;
    background-image: none;
    background-color: #324b4e;
    border: 1px solid #fff;
    color: #ffffff;
    font-size: 17px;
    margin: 5px 2px;
}

    .btn-logout > :first-child > a:hover {
        color: #00A4B7;
    }
/*.btn-sm {
    background-color: #00A4B7 !important;
    border-radius: 10px;
    border-color: unset !important;
}

    .btn-sm:hover {
        background-color: #324b4e !important;
    }*/

.private-area {
    display: block;
    font-size: 14px;
    height: 40px;
    color: #00A4B7;
    width: 100%;
    margin: 0 !important;
    background-color: #E6EDF2;
}

    .private-area a {
        text-decoration: none !important;
        color: #00A4B7;
        display: inline-block;
        margin: 7px 0 0 14px;
        font-size: 16px;
        font-weight: 600;
        -webkit-transition: color 0.5s;
        -moz-transition: color 0.5s;
        -o-transition: color 0.5s;
        transition: color 0.5s;
    }

        .private-area a:hover {
            color: #324b4e;
        }

.divider {
    margin-top: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 18px;
    color: #00A4B7;
}
    /* To show the lines on right 
and left sides of the text */
    .divider::after, .divider::before {
        content: "";
        border: 1px solid #00A4B7;
        flex: 1;
    }
    /* Space on left and right sides of text */
    .divider:not(:empty)::before {
        margin-right: 0.25em;
    }

    .divider:not(:empty)::after {
        margin-left: 0.25em;
    }

.pull-right > .myA {
    text-transform: capitalize;
}

.abba {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px;
    background-color: #324b4e;
}

.abba-due {
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 7px;
    background-color: #95b0b4;
    text-transform: capitalize !important;
    letter-spacing: 1px;
}

.myA {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

    .myA:hover {
        color: #324b4e;
        text-decoration: none;
    }

    .myA:visited {
        text-decoration: none;
    }

.-top-6 {
    top: -1.5rem;
}

b, strong {
    font-weight: bolder
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem
}

@media (min-width:640px) {
    .container {
        max-width: 640px;
        padding-right: 1rem;
        padding-left: 1rem
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px;
        padding-right: 1rem;
        padding-left: 1rem
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px;
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px;
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.prose {
    color: #111820;
    max-width: 65ch
}

    .prose a {
        text-decoration: underline;
        font-weight: 500
    }

        .prose a,
        .prose a:hover {
            color: #00A4B7
        }

    .prose strong {
        color: #111827;
        font-weight: 700
    }

.prose {
    font-size: 1rem;
    line-height: 1.5
}

    .prose p {
        margin-top: 1.25em;
        margin-bottom: 1.25em
    }

.nam-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media (min-width:1024px) {
    .nam-section {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

@media (min-width:1280px) {
    .nam-section {
        padding-top: 3rem;
        padding-bottom: 6rem
    }
}

.nam-section .product .flex-1 .flex-1 .nam-heading-2 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.nam-heading-2 {
    margin-bottom: 1.5rem;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600
}

@media (min-width:1024px) {
    .nam-heading-2 {
        font-size: 28px;
        line-height: 1.2
    }
}

@media (min-width:1280px) {
    .nam-heading-2 {
        font-size: 32px;
        line-height: 1.2
    }
}

.nam-icon {
    height: 1.5rem;
    width: 1.5rem
}

.nam-icon-lg {
    height: 2.5rem;
    width: 2.5rem
}

.nam-icon-xl {
    height: 4rem;
    width: 4rem
}

.nam-icon-2xl {
    height: 5rem;
    width: 5rem
}

@media (min-width:1024px) {
    .nam-section .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

.nam-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: .25rem;
    padding: .875rem .6rem;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600
}

.relative {
    position: relative;
    margin-bottom: 30px;
}

.m-0 {
    margin: 0
}

.m-auto {
    margin: auto
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-20 {
    margin-top: 5rem
}

.-mt-6 {
    margin-top: -1.5rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-8 {
    margin-right: 2rem
}

.mr-10 {
    margin-right: 2.5rem
}

.mb-0 {
    margin-bottom: 0
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-14 {
    margin-bottom: 3.5rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mb-28 {
    margin-bottom: 7rem
}

.ml-1 {
    margin-left: .25rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-16 {
    margin-left: 4rem
}

.ml-auto {
    margin-left: auto
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.table {
    display: table
}

.flow-root {
    display: flow-root
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-14 {
    height: 3.5rem
}

.h-16 {
    height: 4rem
}

.h-20 {
    height: 5rem
}

.h-28 {
    height: 7rem
}

.h-48 {
    height: 12rem
}

.h-px {
    height: 1px
}

.h-1\/2 {
    height: 50%
}

.h-full {
    height: 100%
}

.max-h-10 {
    max-height: 2.5rem
}

.min-h-full {
    min-height: 100%
}

.w-3 {
    width: .75rem
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-16 {
    width: 4rem
}

.w-20 {
    width: 5rem
}

.w-48 {
    width: 12rem
}

.w-auto {
    width: auto
}

.w-1\/2 {
    width: 50%
}

.w-1\/5 {
    width: 20%
}

.w-full {
    width: 100%
}

.max-w-none {
    max-width: none
}

.max-w-xs {
    max-width: 20rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-xl {
    max-width: 36rem
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-7xl {
    max-width: 80rem
}

.max-w-8xl {
    max-width: 140rem
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.place-content-center {
    place-content: center
}

.items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.overflow-hidden {
    overflow: hidden
}

.break-all {
    word-break: break-all
}

.rounded {
    border-radius: .25rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem
}

.border-2 {
    border-width: 2px
}

.border {
    border-width: 1px
}

.border-t-2 {
    border-top-width: 2px
}

.border-t {
    border-top-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.bg-white-almost {
    background-color: #E6EDF2;
}

.bg-white {
    background-color: #ffffff;
}

.bg-teal-dark-40 {
    background-color: #00A4B7;
}

.bg-teal-dark-scaduto {
    background-color: #95b0b4;
}

.bg-teal-dark-60 {
    background-color: #00A4B7;
}

.bg-teal-light-20 {
    background-color: #00A4B7;
}

.p-0 {
    padding: 0
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
}

.py-0\.5 {
    padding-top: .125rem;
    padding-bottom: .125rem
}

.pt-0 {
    padding-top: 0
}

.pt-2 {
    padding-top: .5rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-14 {
    padding-top: 3.5rem
}

.pt-16 {
    padding-top: 4rem
}

.pr-4 {
    padding-right: 1rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pr-20 {
    padding-right: 5rem
}

.pb-0 {
    padding-bottom: 0
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pb-64 {
    padding-bottom: 16rem
}

.pl-0 {
    padding-left: 0
}

.pl-3 {
    padding-left: .75rem
}

.pl-5 {
    padding-left: 1.25rem
}

.pl-16 {
    padding-left: 4rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-top {
    vertical-align: top
}

.text-5xl {
    font-size: 56px;
    line-height: 1.2
}

.text-4xl {
    font-size: 40px;
    line-height: 1.2
}

.text-3xl {
    font-size: 32px;
    line-height: 1.2
}

.text-2xl {
    font-size: 28px;
    line-height: 1.2
}

.text-xl {
    font-size: 24px;
    line-height: 1.2
}

.text-lg {
    font-size: 20px;
    line-height: 1.5
}

.text-base {
    font-size: 16px;
    line-height: 1.5
}

.text-sm {
    font-size: 14px;
    line-height: 1.3
}

.text-xs {
    font-size: 12px;
    line-height: 1.2
}

.text-2xs {
    font-size: 10px;
    line-height: 1.1
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.leading-6 {
    line-height: 1.5rem
}

.leading-10 {
    line-height: 2.5rem
}

.leading-normal {
    line-height: 1.5
}

.tracking-tight {
    letter-spacing: -.025em
}

.tracking-wide {
    letter-spacing: .025em
}

.text-black {
    --tw-text-opacity: 1;
    color: rgba(17,24,32,var(--tw-text-opacity))
}

.text-white-almost {
    --tw-text-opacity: 1;
    color: rgba(248,248,247,var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.text-gray-20 {
    --tw-text-opacity: 1;
    color: rgba(104,111,119,var(--tw-text-opacity))
}

.text-gray-60 {
    --tw-text-opacity: 1;
    color: rgba(205,207,210,var(--tw-text-opacity))
}

.text-gray-80 {
    --tw-text-opacity: 1;
    color: rgba(235,235,237,var(--tw-text-opacity))
}

.text-teal-dark-20 {
    --tw-text-opacity: 1;
    color: rgba(0,133,126,var(--tw-text-opacity))
}

.text-teal-dark-40 {
    --tw-text-opacity: 1;
    color: rgba(0,100,94,var(--tw-text-opacity))
}

.text-teal-dark-60 {
    --tw-text-opacity: 1;
    color: rgba(0,66,63,var(--tw-text-opacity))
}

.text-teal-light-20 {
    --tw-text-opacity: 1;
    color: rgba(51,184,177,var(--tw-text-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.underline {
    text-decoration: underline
}

.opacity-100 {
    opacity: 1
}

.shadow-cust {
    box-shadow: 0px 4px 14px -3px #324b4e;
    border-radius: 17px;
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

@media (min-width:640px) {
    .sm\:mt-4 {
        margin-top: 1rem
    }

    .sm\:mt-16 {
        margin-top: 4rem
    }

    .sm\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sm\:grid {
        display: grid
    }

    .sm\:max-w-3xl {
        max-width: 48rem
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .sm\:flex-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sm\:gap-4 {
        gap: 1rem
    }

    .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px*var(--tw-space-y-reverse))
    }

    .sm\:p-10 {
        padding: 2.5rem
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .sm\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .sm\:pt-16 {
        padding-top: 4rem
    }

    .sm\:text-3xl {
        font-size: 32px;
        line-height: 1.2
    }
}

@media (min-width:768px) {
    .md\:inline-block {
        display: inline-block
    }

    .md\:grid {
        display: grid
    }

    .md\:hidden {
        display: none
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .md\:gap-x-8 {
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .md\:gap-y-10 {
        row-gap: 2.5rem
    }

    .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px*var(--tw-space-y-reverse))
    }
}

@media (min-width:1024px) {
    .lg\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem
    }
}

@media (min-width:1024px) and (min-width:640px) {
    .lg\:container {
        max-width: 640px;
        padding-right: 1rem;
        padding-left: 1rem
    }
}

@media (min-width:1024px) and (min-width:768px) {
    .lg\:container {
        max-width: 768px
    }
}

@media (min-width:1024px) and (min-width:1024px) {
    .lg\:container {
        max-width: 1024px;
        padding-right: 1rem;
        padding-left: 1rem
    }
}

@media (min-width:1024px) and (min-width:1280px) {
    .lg\:container {
        max-width: 1280px;
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media (min-width:1024px) and (min-width:1536px) {
    .lg\:container {
        max-width: 1536px;
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

@media (min-width:1024px) {
    .lg\:order-none {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .lg\:col-span-2 {
        grid-column: span 2/span 2
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .lg\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .lg\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .lg\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mt-4 {
        margin-top: 1rem
    }

    .lg\:mt-14 {
        margin-top: 3.5rem
    }

    .lg\:mt-20 {
        margin-top: 5rem
    }

    .lg\:mr-10 {
        margin-right: 2.5rem
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mb-20 {
        margin-bottom: 5rem
    }

    .lg\:ml-1 {
        margin-left: .25rem
    }

    .lg\:ml-10 {
        margin-left: 2.5rem
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .lg\:grid {
        display: grid
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-12 {
        height: 3rem
    }

    .lg\:h-80 {
        height: 20rem
    }

    .lg\:w-12 {
        width: 3rem
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-2\/3 {
        width: 66.666667%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:max-w-lg {
        max-width: 32rem
    }

    .lg\:max-w-3xl {
        max-width: 48rem
    }

    .lg\:max-w-4xl {
        max-width: 56rem
    }

    .lg\:max-w-5xl {
        max-width: 64rem
    }

    .lg\:max-w-6xl {
        max-width: 72rem
    }

    .lg\:max-w-7xl {
        max-width: 80rem
    }

    .lg\:flex-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }

    .lg\:flex-shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .lg\:flex-grow {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }

    .lg\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .lg\:flex-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .lg\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .lg\:justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .lg\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .lg\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .lg\:gap-2 {
        gap: .5rem
    }

    .lg\:gap-4 {
        gap: 1rem
    }

    .lg\:gap-8 {
        gap: 2rem
    }

    .lg\:gap-10 {
        gap: 2.5rem
    }

    .lg\:gap-20 {
        gap: 5rem
    }

    .lg\:gap-x-8 {
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .lg\:gap-x-10 {
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }

    .lg\:gap-x-12 {
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem
    }

    .lg\:gap-x-16 {
        -webkit-column-gap: 4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }

    .lg\:gap-y-10 {
        row-gap: 2.5rem
    }

    .lg\:gap-y-12 {
        row-gap: 3rem
    }

    .lg\:gap-y-20 {
        row-gap: 5rem
    }

    .lg\:self-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .lg\:border-0 {
        border-width: 0
    }

    .lg\:border-t-0 {
        border-top-width: 0
    }

    .lg\:border-t {
        border-top-width: 1px
    }

    .lg\:border-r {
        border-right-width: 1px
    }

    .lg\:border-b {
        border-bottom-width: 1px
    }

    .lg\:border-l {
        border-left-width: 1px
    }

    .lg\:border-gray-90 {
        --tw-border-opacity: 1;
        border-color: rgba(248,248,247,var(--tw-border-opacity))
    }

    .lg\:bg-opacity-80 {
        --tw-bg-opacity: 0.8
    }

    .lg\:bg-none {
        background-image: none
    }

    .lg\:bg-left-top {
        background-position: 0 0
    }

    .lg\:p-8 {
        padding: 2rem
    }

    .lg\:p-20 {
        padding: 5rem
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .lg\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem
    }

    .lg\:pt-10 {
        padding-top: 2.5rem
    }

    .lg\:pt-16 {
        padding-top: 4rem
    }

    .lg\:pt-24 {
        padding-top: 6rem
    }

    .lg\:pr-0 {
        padding-right: 0
    }

    .lg\:pr-8 {
        padding-right: 2rem
    }

    .lg\:pr-10 {
        padding-right: 2.5rem
    }

    .lg\:pr-16 {
        padding-right: 4rem
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:pb-28 {
        padding-bottom: 7rem
    }

    .lg\:pb-96 {
        padding-bottom: 24rem
    }

    .lg\:pl-0 {
        padding-left: 0
    }

    .lg\:pl-8 {
        padding-left: 2rem
    }

    .lg\:pl-10 {
        padding-left: 2.5rem
    }

    .lg\:pl-16 {
        padding-left: 4rem
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-center {
        text-align: center
    }

    .lg\:text-2xl {
        font-size: 28px;
        line-height: 1.2
    }
}

@media (min-width:1280px) {
    .xl\:absolute {
        position: absolute
    }

    .xl\:relative {
        position: relative
    }

    .xl\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .xl\:col-span-1 {
        grid-column: span 1/span 1
    }

    .xl\:col-start-1 {
        grid-column-start: 1
    }

    .xl\:col-start-2 {
        grid-column-start: 2
    }

    .xl\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .xl\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .xl\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .xl\:grid {
        display: grid
    }

    .xl\:h-full {
        height: 100%
    }

    .xl\:max-w-none {
        max-width: none
    }

    .xl\:grid-flow-col-dense {
        grid-auto-flow: column dense
    }

    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }

    .xl\:gap-6 {
        gap: 1.5rem
    }

    .xl\:gap-x-40 {
        -webkit-column-gap: 10rem;
        -moz-column-gap: 10rem;
        column-gap: 10rem
    }

    .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem*var(--tw-space-x-reverse));
        margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)))
    }

    .xl\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .xl\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .xl\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .xl\:pr-12 {
        padding-right: 3rem
    }

    .xl\:pb-24 {
        padding-bottom: 6rem
    }
}

@media (min-width:1536px) {
    .\32xl\:ml-1 {
        margin-left: .25rem
    }

    .\32xl\:ml-1\.5 {
        margin-left: .375rem
    }

    .\32xl\:w-1\/2 {
        width: 50%
    }

    .\32xl\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .\32xl\:pr-20 {
        padding-right: 5rem
    }
}
