@import url("../ionicons/css/ionicons.min.css");
@import url("../icons/bootstrap-icons.min.css");
/*@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");*/
/* Adjustment for css frameworks */
.div-content-customer html {
    color: #000;
    /* For UIKit */
}
.div-content-customer .mdl-cell {
    margin-top: 0px;
    margin-bottom: 0px;
    /* For Material Design Lite */
}
.div-content-customer .container img {
    margin: 0.4rem 0 0.4rem;
    /* Images' default margin */
    /* Default Typography */
}
.div-content-customer html {
    font-size: 100%;
}
.div-content-customer body {
    margin: 0;
    font-family: system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
}
.div-content-customer h1, .div-content-customer h2, .div-content-customer h3, .div-content-customer h4, .div-content-customer h5, .div-content-customer h6 {
    font-weight: 500;
    line-height: 1.17;
}
.div-content-customer h1 {
    font-size: 2.5rem;
    margin: 1.2rem 0 1.2rem;
}
.div-content-customer h2 {
    font-size: 2rem;
    margin: 1rem 0 1rem;
}
.div-content-customer h3 {
    font-size: 1.73rem;
    margin: 1rem 0 1rem;
}
.div-content-customer h4 {
    font-size: 1.5rem;
    margin: 0.5rem 0 0.5rem;
}
.div-content-customer h5 {
    font-size: 1.25rem;
    margin: 0.5rem 0 0.5rem;
}
.div-content-customer h6 {
    font-size: 1rem;
    margin: 0.5rem 0 0.5rem;
}
.div-content-customer p {
    margin: 0.8rem 0 0.8rem;
}
.is-wrapper ul, .is-wrapper ol {
    margin: 0 0 1rem;
    padding-inline-start: 20px;
}
.glide__slides {
    padding-inline-start: 0px !important;
}
.div-content-customer .display {
    margin-bottom: 0.5rem;
}
.div-content-customer .display h1 {
    font-weight: 800;
    font-size: 3.2rem;
}
.div-content-customer .display p {
    font-size: 1.3rem;
    /* @media all and (max-width: 1024px) {
   h1 {font-size: 2rem; margin: 0.5rem 0 1rem; }
   h2 {font-size: 1.8rem; margin: 0.5rem 0 1rem; }
   h3 {font-size: 1.5rem; margin: 0.5rem 0 0.8rem; }
   h4 {font-size: 1.25rem; margin: 0.5rem 0 0.5rem; }
   h5 {font-size: 1.1rem; margin: 0.5rem 0 0.5rem; }
   h6 {font-size: 1rem; margin: 0.5rem 0 0.5rem; }
   p {font-size: 1rem; margin: 0 0 0.8rem; }
   .display h1 { font-size: 2.2rem; }
   .display p { font-size: 1.1rem; }
   } */
    /* Default Elements */
}
.div-content-customer a {
    color: #000;
}
.div-content-customer a[role="button"] i {
    color: inherit;
}
.div-content-customer hr {
    background: none;
    background-color: transparent;
    border: none;
    border-top: rgba(0, 0, 0, 0.18) 1px solid;
    margin: 30px 0 25px;
    padding: 5px;
}
.div-content-customer img {
    max-width: 100%;
}
.div-content-customer figure {
    margin: 0;
}
.div-content-customer table td {
    padding: 12px;
}
.div-content-customer pre {
    font-family: courier, monospace;
    font-size: 1rem;
    white-space: pre-wrap;
    line-height: 1.4;
    padding: 15px;
    background: rgba(0, 0, 0, 0.03);
}
.div-content-customer blockquote {
    margin: 16px 40px;
}
.div-content-customer b, .div-content-customer strong {
    font-weight: 600;
}
.div-content-customer sup {
    vertical-align: super;
}
.div-content-customer sub {
    vertical-align: sub;
}
.div-content-customer [type='text'], .div-content-customer [type='email'], .div-content-customer [type='url'], .div-content-customer [type='password'], .div-content-customer [type='number'], .div-content-customer [type='date'], .div-content-customer [type='datetime-local'], .div-content-customer [type='month'], .div-content-customer [type='search'], .div-content-customer [type='tel'], .div-content-customer [type='time'], .div-content-customer [type='week'], .div-content-customer textarea, .div-content-customer button, .div-content-customer a {
    box-sizing: border-box;
    /* Built-in Grid */
}
.div-content-customer .container {
    margin: 0 auto;
    max-width: 800px;
}
.div-content-customer .column {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
@media (min-width: 761px) {
    /* Responsive Utility */
    .div-content-customer {
        /*971px*/
    }
    .div-content-customer .row {
        display: flex;
    }
    .div-content-customer .column {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .div-content-customer .column.full {
        width: 100%;
    }
    .div-content-customer .column.two-third {
        width: 66.7%;
    }
    .div-content-customer .column.two-fourth {
        width: 75%;
    }
    .div-content-customer .column.two-fifth {
        width: 80%;
    }
    .div-content-customer .column.two-sixth {
        width: 83.3%;
    }
    .div-content-customer .column.half {
        width: 50%;
    }
    .div-content-customer .column.third {
        width: 33.3%;
    }
    .div-content-customer .column.fourth {
        width: 25%;
    }
    .div-content-customer .column.fifth {
        width: 20%;
    }
    .div-content-customer .column.sixth {
        width: 16.6%;
    }
    .div-content-customer .column.seventh {
        width: 14.2857142857%;
    }
    .div-content-customer .column.eighth {
        width: 12.5%;
    }
    .div-content-customer .column.ninth {
        width: 11.1111111111%;
    }
    .div-content-customer .column.tenth {
        width: 10%;
    }
    .div-content-customer .column.eleventh {
        width: 9.0909090909%;
    }
    .div-content-customer .column.twelfth {
        width: 8.3333333333%;
    }
    .div-content-customer .column.flow-opposite {
        float: right;
        /*
     .is-container > .row {
     display: flex;
     flex-wrap: nowrap;
     max-width: unset;
     }
     .is-container > .row > .column {
     padding-left: 1rem;
     padding-right: 1rem;
     flex-shrink: initial;
     }
     */
    }
}
@media (max-width: 760px) {
    .div-content-customer {
        /*970px*/
    }
    .div-content-customer .flow-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .div-content-customer .column, .div-content-customer .container > div {
        /* in needed, container class here can be changed with your own class */
        min-width: 100%;
        /* If there is column's inline width, this will make the column full-width in mobile */
        min-height: unset !important;
    }
}
@media (max-width: 760px) {
    .div-content-customer body:not(.data-editor) .xs-hidden {
        display: none !important;
    }
    .div-content-customer body.data-editor .xs-hidden {
        opacity: 0.6;
    }
}
@media (min-width: 761px) and (max-width: 970px) {
    .div-content-customer body:not(.data-editor) .sm-hidden {
        display: none !important;
    }
    .div-content-customer body.data-editor .sm-hidden {
        opacity: 0.6;
    }
    .div-content-customer .sm-autofit > div:not(.is-row-overlay):not(.is-row-tool):not(.is-col-tool) {
        width: 100% !important;
        flex: auto !important;
    }
}
@media (min-width: 971px) and (max-width: 1280px) {
    .div-content-customer body:not(.data-editor) .md-hidden {
        display: none !important;
    }
    .div-content-customer body.data-editor .md-hidden {
        opacity: 0.6;
    }
    .div-content-customer .md-autofit > div:not(.is-row-overlay):not(.is-row-tool):not(.is-col-tool) {
        width: 100% !important;
        flex: auto !important;
    }
}
@media (min-width: 1281px) {
    /* wrap & reverse columns */
    .div-content-customer {
        /* Use: body:not(.data-editor) to prevent hidden during editing */
    }
    .div-content-customer body:not(.data-editor) .desktop-hidden {
        display: none !important;
    }
    .div-content-customer body.data-editor .desktop-hidden {
        opacity: 0.6;
    }
    .div-content-customer body:not(.data-editor) .desktop-autofit:not(.desktop-items-1):not(.desktop-items-2):not(.desktop-items-3):not(.desktop-items-4):not(.desktop-items-5):not(.desktop-items-6) > div:not(.is-row-overlay):not(.is-row-tool):not(.is-col-tool) {
        width: 100% !important;
        flex: auto !important;
    }
}
@media (max-width: 760px) {
    .div-content-customer .xs-items-6, .div-content-customer .xs-items-5, .div-content-customer .xs-items-4, .div-content-customer .xs-items-3, .div-content-customer .xs-items-2, .div-content-customer .xs-items-1 {
        display: flex !important;
        flex-flow: wrap;
        justify-content: space-between;
    }
    .div-content-customer .xs-items-6 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/6)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        min-width: unset !important;
        padding-right: 15px;
    }
    .div-content-customer .xs-items-5 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/5)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        min-width: unset !important;
        padding-right: 15px;
    }
    .div-content-customer .xs-items-4 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/4)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        min-width: unset !important;
        padding-right: 15px;
    }
    .div-content-customer .xs-items-3 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/3)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        min-width: unset !important;
        padding-right: 15px;
    }
    .div-content-customer .xs-items-2 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/2)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        min-width: unset !important;
        padding-right: 15px;
    }
    .div-content-customer .xs-items-1 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/1)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        min-width: unset !important;
        /* no class (not set) = xs-items-1 */
    }
    .div-content-customer .xs-column-reverse {
        display: flex;
        flex-direction: column-reverse !important;
    }
    .div-content-customer .xs-column-reverse.xs-items-1 {
        flex-direction: column-reverse !important;
    }
    .div-content-customer .xs-column-reverse.xs-items-2 {
        flex-direction: row-reverse !important;
    }
    .div-content-customer .xs-column-reverse.xs-items-3 {
        flex-direction: row-reverse !important;
    }
    .div-content-customer .xs-column-reverse.xs-items-4 {
        flex-direction: row-reverse !important;
    }
    .div-content-customer .xs-column-reverse.xs-items-5 {
        flex-direction: row-reverse !important;
    }
    .div-content-customer .xs-column-reverse.xs-items-6 {
        flex-direction: row-reverse !important;
    }
}
@media (min-width: 761px) and (max-width: 970px) {
    .div-content-customer .sm-items-6, .div-content-customer .sm-items-5, .div-content-customer .sm-items-4, .div-content-customer .sm-items-3, .div-content-customer .sm-items-2, .div-content-customer .sm-items-1 {
        display: flex !important;
        flex-flow: wrap;
        justify-content: space-between;
    }
    .div-content-customer .sm-items-6 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/6)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-content-customer .sm-items-5 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/5)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-content-customer .sm-items-4 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/4)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-content-customer .sm-items-3 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/3)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-content-customer .sm-items-2 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/2)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-content-customer .sm-items-1 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/1)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        /* no class (not set) => use default (all columns in one line) */
    }
    .div-content-customer .sm-column-reverse {
        display: flex;
        flex-direction: row-reverse !important;
    }
    .div-content-customer .sm-column-reverse.sm-items-1 {
        flex-direction: column-reverse !important;
    }
}
@media (min-width: 971px) and (max-width: 1280px) {
    .div-content-customer .md-items-6, .div-content-customer .md-items-5, .div-content-customer .md-items-4, .div-content-customer .md-items-3, .div-content-customer .md-items-2, .div-content-customer .md-items-1 {
        display: flex !important;
        flex-flow: wrap;
        justify-content: space-between;
    }
    .div-content-customer .md-items-6 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/6)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-content-customer .md-items-5 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/5)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-content-customer .md-items-4 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/4)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-content-customer .md-items-3 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/3)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-content-customer .md-items-2 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/2)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-content-customer .md-items-1 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/1)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        /* no class (not set) => use default (all columns in one line) */
    }
    .div-content-customer .md-column-reverse {
        display: flex;
        flex-direction: row-reverse !important;
    }
    .div-content-customer .md-column-reverse.md-items-1 {
        flex-direction: column-reverse !important;
    }
}
@media (min-width: 1281px) {
    /* /Responsive Utility */
    .div-content-customer .desktop-items-6, .div-content-customer .desktop-items-5, .div-content-customer .desktop-items-4, .div-content-customer .desktop-items-3, .div-content-customer .desktop-items-2, .div-content-customer .desktop-items-1 {
        display: flex !important;
        flex-flow: wrap;
        justify-content: space-between;
    }
    .div-content-customer .desktop-items-6 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/6)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-content-customer .desktop-items-5 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/5)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-content-customer .desktop-items-4 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/4)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-content-customer .desktop-items-3 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/3)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-content-customer .desktop-items-2 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/2)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-content-customer .desktop-items-1 > div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
        width: calc(100% * (1/1)) !important;
        max-width: unset !important;
        flex: 1 0 auto !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        /* no class (not set) => use default (all columns in one line) */
    }
    .div-content-customer .desktop-column-reverse {
        display: flex;
        flex-direction: row-reverse !important;
    }
    .div-content-customer .desktop-column-reverse.desktop-items-1 {
        flex-direction: column-reverse !important;
    }
}
.div-content-customer .spacer {
    width: 100%;
}
.div-content-customer .center {
    text-align: center;
}
.div-content-customer .right {
    text-align: right;
}
.div-content-customer .left {
    text-align: left;
}
.div-content-customer .img-circular {
    display: inline-block;
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.div-content-customer .img-circular img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}
.div-content-customer .padding-0 {
    padding: 0px !important;
    box-sizing: border-box;
}
.div-content-customer .padding-10 {
    padding: 10px !important;
    box-sizing: border-box;
}
.div-content-customer .padding-20 {
    padding: 20px !important;
    box-sizing: border-box;
}
.div-content-customer .padding-30 {
    padding: 30px !important;
    box-sizing: border-box;
}
.div-content-customer .padding-40 {
    padding: 40px !important;
    box-sizing: border-box;
}
.div-content-customer .padding-50 {
    padding: 50px !important;
    box-sizing: border-box;
}
.div-content-customer .padding-60 {
    padding: 60px !important;
    box-sizing: border-box;
}
@media (max-width: 540px) {
    .div-content-customer .padding-0 {
        padding: 0px !important;
    }
    .div-content-customer .padding-10 {
        padding: 5px !important;
    }
    .div-content-customer .padding-20 {
        padding: 10px !important;
    }
    .div-content-customer .padding-30 {
        padding: 15px !important;
    }
    .div-content-customer .padding-40 {
        padding: 20px !important;
    }
    .div-content-customer .padding-50 {
        padding: 25px !important;
    }
    .div-content-customer .padding-60 {
        padding: 30px !important;
    }
}
.div-content-customer .margin-0 {
    margin: 0 !important;
}
.div-content-customer .margin-20 {
    margin: 20px !important;
}
.div-content-customer .margin-25 {
    margin: 25px !important;
}
.div-content-customer .margin-30 {
    margin: 30px !important;
}
.div-content-customer .margin-35 {
    margin: 35px !important;
}
.div-content-customer .margin-40 {
    margin: 40px !important;
}
.div-content-customer .is-card {
    display: table;
    background-color: #fff;
}
.div-content-customer .is-card > * {
    display: table;
}
.div-content-customer .is-card-circle {
    width: 280px;
    height: 280px;
    border-radius: 500px;
    padding: 70px;
    margin: 0 auto;
}
@media (max-width: 540px) {
    .div-content-customer .is-card-circle {
        zoom: 0.7;
        transform: scale(0.7);
    }
}
.div-content-customer .is-card-content-centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.div-content-customer .max-390 {
    max-width: 390px;
    margin: 0 auto;
}
.div-content-customer .shadow-1 {
    /* card */
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.div-content-customer .shadow-2 {
    /* screenshot */
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}
.div-content-customer .shadow-3 {
    /* highlight */
    -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
}
.div-content-customer img.circle {
    border-radius: 500px;
    margin-top: 0;
}
.div-content-customer img.bordered {
    border: #ccc 1px solid;
}
.div-content-customer .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 1.4em;
    margin-bottom: 1em;
}
.div-content-customer .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.div-content-customer .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.div-content-customer .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.div-content-customer .list {
    position: relative;
    margin: 1.5em 0;
    box-shadow: none;
}
.div-content-customer .list > i {
    position: absolute;
    left: -3px;
    top: 6px;
    font-size: 1.7em;
    line-height: 1;
}
.div-content-customer .list > h2, .div-content-customer .list > h3 {
    margin: 0 0 0 50px !important;
    line-height: 1.2 !important;
}
.div-content-customer .list > p {
    margin: 5px 0 0 50px !important;
}
.div-content-customer .list.larger > i {
    position: absolute;
    left: -3px;
    top: 0;
    font-size: 1.7em;
    line-height: 1;
}
.div-content-customer .list.larger > h2, .div-content-customer .list.larger > h3 {
    margin: 0 0 0 70px !important;
    line-height: 1.2 !important;
}
.div-content-customer .list.larger > p {
    margin: 5px 0 0 70px !important;
}
.div-content-customer .quote {
    position: relative;
    margin: 1.5em 0;
}
.div-content-customer .quote > i {
    position: absolute;
    top: -10px;
    left: -7px;
    font-size: 2em;
}
.div-content-customer .quote > small {
    margin-left: 50px;
    opacity: 0.7;
    font-size: 1em;
}
.div-content-customer .quote > p {
    margin-left: 50px;
    font-size: 1.5em;
}
@media (max-width: 540px) {
    .div-content-customer .quote > i {
        left: -15px;
        font-size: 1.5em;
    }
    .div-content-customer .quote > small {
        margin-left: 20px;
        font-size: 1em;
    }
    .div-content-customer .quote > p {
        margin-left: 20px !important;
        font-size: 1.2em;
    }
}
.div-content-customer .left .is-social {
    justify-content: flex-start;
}
.div-content-customer .center .is-social {
    justify-content: center;
}
.div-content-customer .right .is-social {
    justify-content: flex-end;
}
.div-content-customer .is-social {
    display: flex;
    gap: 2.2rem;
    margin: 1.2rem 0 0.8rem;
}
.div-content-customer .is-social a > i {
    font-size: 1.2em;
}
.div-content-customer .is-social.text-left {
    justify-content: flex-start;
}
.div-content-customer .is-social.text-right {
    justify-content: flex-end;
}
.div-content-customer .is-social.text-center {
    justify-content: center;
}
.div-content-customer .is-social.text-justify {
    justify-content: space-around;
}
.div-content-customer .height-20 {
    height: 20px;
    flex: none;
}
.div-content-customer .height-40 {
    height: 40px;
    flex: none;
}
.div-content-customer .height-60 {
    height: 60px;
    flex: none;
}
.div-content-customer .height-80 {
    height: 80px;
    flex: none;
}
.div-content-customer .height-100 {
    height: 100px;
    flex: none;
}
.div-content-customer .height-120 {
    height: 120px;
    flex: none;
}
.div-content-customer .height-140 {
    height: 140px;
    flex: none;
}
.div-content-customer .height-160 {
    height: 160px;
    flex: none;
}
.div-content-customer .height-180 {
    height: 180px;
    flex: none;
}
.div-content-customer .height-200 {
    height: 200px;
    flex: none;
}
.div-content-customer .height-220 {
    height: 220px;
    flex: none;
}
.div-content-customer .height-240 {
    height: 240px;
    flex: none;
}
.div-content-customer .height-260 {
    height: 260px;
    flex: none;
}
.div-content-customer .height-280 {
    height: 280px;
    flex: none;
}
.div-content-customer .height-300 {
    height: 300px;
    flex: none;
}
@media (min-width: 1921px) {
    .div-content-customer .height-20 {
        height: 2.5vh;
    }
    .div-content-customer .height-40 {
        height: 5vh;
    }
    .div-content-customer .height-60 {
        height: 7.5vh;
    }
    .div-content-customer .height-80 {
        height: 10vh;
    }
    .div-content-customer .height-100 {
        height: 12.5vh;
    }
    .div-content-customer .height-120 {
        height: 15vh;
    }
    .div-content-customer .height-140 {
        height: 17.5vh;
    }
    .div-content-customer .height-160 {
        height: 20vh;
    }
    .div-content-customer .height-180 {
        height: 22.5vh;
    }
    .div-content-customer .height-200 {
        height: 25vh;
    }
    .div-content-customer .height-220 {
        height: 27.5vh;
    }
    .div-content-customer .height-240 {
        height: 30vh;
    }
    .div-content-customer .height-260 {
        height: 32.5vh;
    }
    .div-content-customer .height-280 {
        height: 35vh;
    }
    .div-content-customer .height-300 {
        height: 37.5vh;
    }
}
@media (max-width: 1440px) {
    .div-content-customer .height-20 {
        height: 10px;
    }
    .div-content-customer .height-40 {
        height: 20px;
    }
    .div-content-customer .height-60 {
        height: 30px;
    }
    .div-content-customer .height-80 {
        height: 40px;
    }
    .div-content-customer .height-100 {
        height: 50px;
    }
    .div-content-customer .height-120 {
        height: 60px;
    }
    .div-content-customer .height-140 {
        height: 70px;
    }
    .div-content-customer .height-160 {
        height: 80px;
    }
    .div-content-customer .height-180 {
        height: 90px;
    }
    .div-content-customer .height-200 {
        height: 100px;
    }
    .div-content-customer .height-220 {
        height: 110px;
    }
    .div-content-customer .height-240 {
        height: 120px;
    }
    .div-content-customer .height-260 {
        height: 130px;
    }
    .div-content-customer .height-280 {
        height: 140px;
    }
    .div-content-customer .height-300 {
        height: 150px;
    }
}
.div-content-customer .size-12 {
    font-size: 12px !important;
}
.div-content-customer .size-13 {
    font-size: 13px !important;
}
.div-content-customer .size-14 {
    font-size: 14px !important;
}
.div-content-customer .size-15 {
    font-size: 15px !important;
}
.div-content-customer .size-16 {
    font-size: 16px !important;
}
.div-content-customer .size-17 {
    font-size: 17px !important;
}
.div-content-customer .size-18 {
    font-size: 18px !important;
}
.div-content-customer .size-19 {
    font-size: 19px !important;
}
.div-content-customer .size-20 {
    font-size: 20px !important;
}
.div-content-customer .size-21 {
    font-size: 21px !important;
}
.div-content-customer .size-24 {
    font-size: 24px !important;
}
.div-content-customer .size-28 {
    font-size: 28px !important;
}
.div-content-customer .size-32 {
    font-size: 32px !important;
}
.div-content-customer .size-35 {
    font-size: 35px !important;
}
.div-content-customer .size-38 {
    font-size: 38px !important;
}
.div-content-customer .size-42 {
    font-size: 42px !important;
}
.div-content-customer .size-46 {
    font-size: 46px !important;
}
.div-content-customer .size-48 {
    font-size: 48px !important;
}
.div-content-customer .size-50 {
    font-size: 50px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-54 {
    font-size: 54px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-60 {
    font-size: 60px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-64 {
    font-size: 64px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-68 {
    font-size: 68px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-72 {
    font-size: 72px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-76 {
    font-size: 76px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-80 {
    font-size: 80px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-84 {
    font-size: 84px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-88 {
    font-size: 88px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-92 {
    font-size: 92px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-96 {
    font-size: 96px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-100 {
    font-size: 100px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-104 {
    font-size: 104px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-108 {
    font-size: 108px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-112 {
    font-size: 112px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-116 {
    font-size: 116px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-120 {
    font-size: 120px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-124 {
    font-size: 124px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-128 {
    font-size: 128px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-132 {
    font-size: 132px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-136 {
    font-size: 136px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-140 {
    font-size: 140px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-144 {
    font-size: 144px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-148 {
    font-size: 148px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-152 {
    font-size: 152px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-156 {
    font-size: 156px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-160 {
    font-size: 160px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-164 {
    font-size: 164px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-168 {
    font-size: 168px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-172 {
    font-size: 172px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-176 {
    font-size: 176px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-180 {
    font-size: 180px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-184 {
    font-size: 184px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-188 {
    font-size: 188px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-192 {
    font-size: 192px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-196 {
    font-size: 196px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-200 {
    font-size: 200px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-204 {
    font-size: 204px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-208 {
    font-size: 208px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-212 {
    font-size: 212px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-216 {
    font-size: 216px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-220 {
    font-size: 220px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-224 {
    font-size: 224px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-228 {
    font-size: 228px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-232 {
    font-size: 232px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-236 {
    font-size: 236px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-240 {
    font-size: 240px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-244 {
    font-size: 244px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-248 {
    font-size: 248px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-252 {
    font-size: 252px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-256 {
    font-size: 256px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-260 {
    font-size: 260px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-264 {
    font-size: 264px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-268 {
    font-size: 268px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-272 {
    font-size: 272px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-276 {
    font-size: 276px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-280 {
    font-size: 280px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-284 {
    font-size: 284px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-288 {
    font-size: 288px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-292 {
    font-size: 292px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-296 {
    font-size: 296px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-300 {
    font-size: 300px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-304 {
    font-size: 304px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-308 {
    font-size: 308px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-312 {
    font-size: 312px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-316 {
    font-size: 316px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-320 {
    font-size: 320px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-324 {
    font-size: 324px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-328 {
    font-size: 328px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-332 {
    font-size: 332px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-336 {
    font-size: 336px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-340 {
    font-size: 340px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-344 {
    font-size: 344px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-348 {
    font-size: 348px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-352 {
    font-size: 352px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-356 {
    font-size: 356px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-360 {
    font-size: 360px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-364 {
    font-size: 364px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-368 {
    font-size: 368px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-372 {
    font-size: 372px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-376 {
    font-size: 376px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-380 {
    font-size: 380px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-384 {
    font-size: 384px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-388 {
    font-size: 388px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-392 {
    font-size: 392px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-396 {
    font-size: 396px !important;
    overflow-wrap: break-word;
}
.div-content-customer .size-400 {
    font-size: 400px !important;
    overflow-wrap: break-word;
}
.div-content-customer .container .size-64, .div-content-customer .is-container .size-64 {
    width: unset;
    height: unset;
}
@media (max-width: 1800px) {
    .div-content-customer .v2 .size-12 {
        font-size: 0.74vw !important;
        font-size: clamp(12px, 0.74vw, 0.74vw) !important;
        /* Use clamp to prevent small sizes */
    }
    .div-content-customer .v2 .size-13 {
        font-size: 0.8vw !important;
        font-size: clamp(13px, 0.8vw, 0.8vw) !important;
    }
    .div-content-customer .v2 .size-14 {
        font-size: 0.86vw !important;
        font-size: clamp(14px, 0.86vw, 0.86vw) !important;
    }
    .div-content-customer .v2 .size-15 {
        font-size: 0.93vw !important;
        font-size: clamp(15px, 0.93vw, 0.93vw) !important;
    }
    .div-content-customer .v2 .size-16 {
        font-size: 0.99vw !important;
        font-size: clamp(16px, 0.99vw, 0.99vw) !important;
    }
    .div-content-customer .v2 .size-17 {
        font-size: 1.05vw !important;
        font-size: clamp(17px, 1.05vw, 1.05vw) !important;
    }
    .div-content-customer .v2 .size-18 {
        font-size: 1.11vw !important;
        font-size: clamp(18px, 1.11vw, 1.11vw) !important;
    }
    .div-content-customer .v2 .size-19 {
        font-size: 1.17vw !important;
        font-size: clamp(19px, 1.17vw, 1.17vw) !important;
    }
    .div-content-customer .v2 .size-20 {
        font-size: 1.23vw !important;
        font-size: clamp(20px, 1.23vw, 1.23vw) !important;
    }
    .div-content-customer .v2 .size-21 {
        font-size: 1.29vw !important;
        font-size: clamp(21px, 1.29vw, 1.29vw) !important;
    }
    .div-content-customer .v2 .size-24 {
        font-size: 1.48vw !important;
        font-size: clamp(22px, 1.48vw, 1.48vw) !important;
    }
    .div-content-customer .v2 .size-28 {
        font-size: 1.56vw !important;
        font-size: clamp(23px, 1.56vw, 1.56vw) !important;
    }
    .div-content-customer .v2 .size-32 {
        font-size: 1.64vw !important;
        font-size: clamp(24px, 1.64vw, 1.64vw) !important;
    }
    .div-content-customer .v2 .size-35 {
        font-size: 1.82vw !important;
        font-size: clamp(25px, 1.82vw, 1.82vw) !important;
    }
    .div-content-customer .v2 .size-38 {
        font-size: 1.98vw !important;
        font-size: clamp(26px, 1.98vw, 1.98vw) !important;
    }
    .div-content-customer .v2 .size-42 {
        font-size: 2.19vw !important;
        font-size: clamp(27px, 2.19vw, 2.19vw) !important;
        /**/
    }
    .div-content-customer .v2 .size-46 {
        font-size: 2.4vw !important;
        font-size: clamp(28px, 2.4vw, 2.4vw) !important;
    }
    .div-content-customer .v2 .size-48 {
        font-size: 2.5vw !important;
        font-size: clamp(29px, 2.5vw, 2.5vw) !important;
    }
    .div-content-customer .v2 .size-50 {
        font-size: 2.61vw !important;
        font-size: clamp(30px, 2.61vw, 2.61vw) !important;
    }
    .div-content-customer .v2 .size-54 {
        font-size: 2.81vw !important;
        font-size: clamp(31px, 2.81vw, 2.81vw) !important;
    }
    .div-content-customer .v2 .size-60 {
        font-size: 3.13vw !important;
        font-size: clamp(32px, 3.13vw, 3.13vw) !important;
    }
    .div-content-customer .v2 .size-64 {
        font-size: 3.33vw !important;
        font-size: clamp(33px, 3.33vw, 3.33vw) !important;
    }
    .div-content-customer .v2 .size-68 {
        font-size: 3.54vw !important;
        font-size: clamp(34px, 3.54vw, 3.54vw) !important;
    }
    .div-content-customer .v2 .size-72 {
        font-size: 3.75vw !important;
        font-size: clamp(35px, 3.75vw, 3.75vw) !important;
    }
    .div-content-customer .v2 .size-76 {
        font-size: 3.96vw !important;
        font-size: clamp(36px, 3.96vw, 3.96vw) !important;
    }
    .div-content-customer .v2 .size-80 {
        font-size: 4.17vw !important;
        font-size: clamp(37px, 4.17vw, 4.17vw) !important;
    }
    .div-content-customer .v2 .size-84 {
        font-size: 4.38vw !important;
        font-size: clamp(38px, 4.38vw, 4.38vw) !important;
    }
    .div-content-customer .v2 .size-88 {
        font-size: 4.58vw !important;
        font-size: clamp(39px, 4.58vw, 4.58vw) !important;
    }
    .div-content-customer .v2 .size-92 {
        font-size: 4.79vw !important;
        font-size: clamp(40px, 4.79vw, 4.79vw) !important;
        /**/
    }
    .div-content-customer .v2 .size-96 {
        font-size: 5vw !important;
        font-size: clamp(41px, 5vw, 5vw) !important;
    }
    .div-content-customer .v2 .size-100 {
        font-size: 5.21vw !important;
        font-size: clamp(42px, 5.21vw, 5.21vw) !important;
    }
    .div-content-customer .v2 .size-104 {
        font-size: 5.42vw !important;
        font-size: clamp(43px, 5.42vw, 5.42vw) !important;
    }
    .div-content-customer .v2 .size-108 {
        font-size: 5.63vw !important;
        font-size: clamp(44px, 5.63vw, 5.63vw) !important;
    }
    .div-content-customer .v2 .size-112 {
        font-size: 5.84vw !important;
        font-size: clamp(45px, 5.84vw, 5.84vw) !important;
    }
    .div-content-customer .v2 .size-116 {
        font-size: 6.04vw !important;
        font-size: clamp(46px, 6.04vw, 6.04vw) !important;
    }
    .div-content-customer .v2 .size-120 {
        font-size: 6.25vw !important;
        font-size: clamp(47px, 6.25vw, 6.25vw) !important;
    }
    .div-content-customer .v2 .size-124 {
        font-size: 6.46vw !important;
        font-size: clamp(48px, 6.46vw, 6.46vw) !important;
    }
    .div-content-customer .v2 .size-128 {
        font-size: 6.67vw !important;
        font-size: clamp(49px, 6.67vw, 6.67vw) !important;
    }
    .div-content-customer .v2 .size-132 {
        font-size: 6.88vw !important;
        font-size: clamp(50px, 6.88vw, 6.88vw) !important;
    }
    .div-content-customer .v2 .size-136 {
        font-size: 7.09vw !important;
        font-size: clamp(51px, 7.09vw, 7.09vw) !important;
    }
    .div-content-customer .v2 .size-140 {
        font-size: 7.29vw !important;
        font-size: clamp(52px, 7.29vw, 7.29vw) !important;
    }
    .div-content-customer .v2 .size-144 {
        font-size: 7.5vw !important;
        font-size: clamp(53px, 7.5vw, 7.5vw) !important;
    }
    .div-content-customer .v2 .size-148 {
        font-size: 7.71vw !important;
        font-size: clamp(54px, 7.71vw, 7.71vw) !important;
    }
    .div-content-customer .v2 .size-152 {
        font-size: 7.92vw !important;
        font-size: clamp(55px, 7.92vw, 7.92vw) !important;
    }
    .div-content-customer .v2 .size-156 {
        font-size: 8.13vw !important;
        font-size: clamp(56px, 8.13vw, 8.13vw) !important;
    }
    .div-content-customer .v2 .size-160 {
        font-size: 8.34vw !important;
        font-size: clamp(57px, 8.34vw, 8.34vw) !important;
    }
    .div-content-customer .v2 .size-164 {
        font-size: 8.54vw !important;
        font-size: clamp(58px, 8.54vw, 8.54vw) !important;
    }
    .div-content-customer .v2 .size-168 {
        font-size: 8.75vw !important;
        font-size: clamp(59px, 8.75vw, 8.75vw) !important;
    }
    .div-content-customer .v2 .size-172 {
        font-size: 8.96vw !important;
        font-size: clamp(60px, 8.96vw, 8.96vw) !important;
    }
    .div-content-customer .v2 .size-176 {
        font-size: 9.17vw !important;
        font-size: clamp(61px, 9.17vw, 9.17vw) !important;
    }
    .div-content-customer .v2 .size-180 {
        font-size: 9.38vw !important;
        font-size: clamp(62px, 9.38vw, 9.38vw) !important;
    }
    .div-content-customer .v2 .size-184 {
        font-size: 9.59vw !important;
        font-size: clamp(63px, 9.59vw, 9.59vw) !important;
    }
    .div-content-customer .v2 .size-188 {
        font-size: 9.79vw !important;
        font-size: clamp(64px, 9.79vw, 9.79vw) !important;
    }
    .div-content-customer .v2 .size-192 {
        font-size: 10vw !important;
        font-size: clamp(65px, 10vw, 10vw) !important;
    }
    .div-content-customer .v2 .size-196 {
        font-size: 10.21vw !important;
        font-size: clamp(66px, 10.21vw, 10.21vw) !important;
    }
    .div-content-customer .v2 .size-200 {
        font-size: 10.42vw !important;
        font-size: clamp(67px, 10.42vw, 10.42vw) !important;
    }
    .div-content-customer .v2 .size-204 {
        font-size: 10.63vw !important;
        font-size: clamp(68px, 10.63vw, 10.63vw) !important;
    }
    .div-content-customer .v2 .size-208 {
        font-size: 10.84vw !important;
        font-size: clamp(69px, 10.84vw, 10.84vw) !important;
    }
    .div-content-customer .v2 .size-212 {
        font-size: 11.05vw !important;
        font-size: clamp(70px, 11.05vw, 11.05vw) !important;
    }
    .div-content-customer .v2 .size-216 {
        font-size: 11.25vw !important;
        font-size: clamp(71px, 11.25vw, 11.25vw) !important;
    }
    .div-content-customer .v2 .size-220 {
        font-size: 11.46vw !important;
        font-size: clamp(72px, 11.46vw, 11.46vw) !important;
    }
    .div-content-customer .v2 .size-224 {
        font-size: 11.67vw !important;
        font-size: clamp(73px, 11.67vw, 11.67vw) !important;
    }
    .div-content-customer .v2 .size-228 {
        font-size: 11.88vw !important;
        font-size: clamp(75px, 11.88vw, 11.88vw) !important;
    }
    .div-content-customer .v2 .size-232 {
        font-size: 12.09vw !important;
        font-size: clamp(75px, 12.09vw, 12.09vw) !important;
    }
    .div-content-customer .v2 .size-236 {
        font-size: 12.3vw !important;
        font-size: clamp(76px, 12.3vw, 12.3vw) !important;
    }
    .div-content-customer .v2 .size-240 {
        font-size: 12.5vw !important;
        font-size: clamp(77px, 12.5vw, 12.5vw) !important;
    }
    .div-content-customer .v2 .size-244 {
        font-size: 12.71vw !important;
        font-size: clamp(78px, 12.71vw, 12.71vw) !important;
    }
    .div-content-customer .v2 .size-248 {
        font-size: 12.92vw !important;
        font-size: clamp(79px, 12.92vw, 12.92vw) !important;
    }
    .div-content-customer .v2 .size-252 {
        font-size: 13.13vw !important;
        font-size: clamp(80px, 13.13vw, 13.13vw) !important;
    }
    .div-content-customer .v2 .size-256 {
        font-size: 13.34vw !important;
        font-size: clamp(81px, 13.34vw, 13.34vw) !important;
    }
    .div-content-customer .v2 .size-260 {
        font-size: 13.55vw !important;
        font-size: clamp(82px, 13.55vw, 13.55vw) !important;
    }
    .div-content-customer .v2 .size-264 {
        font-size: 13.75vw !important;
        font-size: clamp(83px, 13.75vw, 13.75vw) !important;
    }
    .div-content-customer .v2 .size-268 {
        font-size: 13.96vw !important;
        font-size: clamp(84px, 13.96vw, 13.96vw) !important;
    }
    .div-content-customer .v2 .size-272 {
        font-size: 14.17vw !important;
        font-size: clamp(85px, 14.17vw, 14.17vw) !important;
    }
    .div-content-customer .v2 .size-276 {
        font-size: 14.38vw !important;
        font-size: clamp(86px, 14.38vw, 14.38vw) !important;
    }
    .div-content-customer .v2 .size-280 {
        font-size: 14.59vw !important;
        font-size: clamp(87px, 14.59vw, 14.59vw) !important;
    }
    .div-content-customer .v2 .size-284 {
        font-size: 14.8vw !important;
        font-size: clamp(88px, 14.8vw, 14.8vw) !important;
    }
    .div-content-customer .v2 .size-288 {
        font-size: 15vw !important;
        font-size: clamp(89px, 15vw, 15vw) !important;
    }
    .div-content-customer .v2 .size-292 {
        font-size: 15.21vw !important;
        font-size: clamp(90px, 15.21vw, 15.21vw) !important;
    }
    .div-content-customer .v2 .size-296 {
        font-size: 15.42vw !important;
        font-size: clamp(91px, 15.42vw, 15.42vw) !important;
    }
    .div-content-customer .v2 .size-300 {
        font-size: 15.63vw !important;
        font-size: clamp(92px, 15.63vw, 15.63vw) !important;
    }
    .div-content-customer .v2 .size-304 {
        font-size: 15.84vw !important;
        font-size: clamp(93px, 15.84vw, 15.84vw) !important;
    }
    .div-content-customer .v2 .size-308 {
        font-size: 16.06vw !important;
        font-size: clamp(94px, 16.06vw, 16.06vw) !important;
    }
    .div-content-customer .v2 .size-312 {
        font-size: 16.26vw !important;
        font-size: clamp(95px, 16.26vw, 16.26vw) !important;
    }
    .div-content-customer .v2 .size-316 {
        font-size: 16.46vw !important;
        font-size: clamp(96px, 16.46vw, 16.46vw) !important;
    }
    .div-content-customer .v2 .size-320 {
        font-size: 16.67vw !important;
        font-size: clamp(97px, 16.67vw, 16.67vw) !important;
    }
    .div-content-customer .v2 .size-324 {
        font-size: 16.88vw !important;
        font-size: clamp(98px, 16.88vw, 16.88vw) !important;
    }
    .div-content-customer .v2 .size-328 {
        font-size: 17.09vw !important;
        font-size: clamp(99px, 17.09vw, 17.09vw) !important;
    }
    .div-content-customer .v2 .size-332 {
        font-size: 17.3vw !important;
        font-size: clamp(100px, 17.3vw, 17.3vw) !important;
    }
    .div-content-customer .v2 .size-336 {
        font-size: 17.5vw !important;
        font-size: clamp(101px, 17.5vw, 17.5vw) !important;
    }
    .div-content-customer .v2 .size-340 {
        font-size: 17.71vw !important;
        font-size: clamp(102px, 17.71vw, 17.71vw) !important;
    }
    .div-content-customer .v2 .size-344 {
        font-size: 17.92vw !important;
        font-size: clamp(103px, 17.92vw, 17.92vw) !important;
    }
    .div-content-customer .v2 .size-348 {
        font-size: 18.13vw !important;
        font-size: clamp(104px, 18.13vw, 18.13vw) !important;
    }
    .div-content-customer .v2 .size-352 {
        font-size: 18.34vw !important;
        font-size: clamp(105px, 18.34vw, 18.34vw) !important;
    }
    .div-content-customer .v2 .size-356 {
        font-size: 18.55vw !important;
        font-size: clamp(106px, 18.55vw, 18.55vw) !important;
    }
    .div-content-customer .v2 .size-360 {
        font-size: 18.76vw !important;
        font-size: clamp(107px, 18.76vw, 18.76vw) !important;
    }
    .div-content-customer .v2 .size-364 {
        font-size: 18.96vw !important;
        font-size: clamp(108px, 18.96vw, 18.96vw) !important;
    }
    .div-content-customer .v2 .size-368 {
        font-size: 19.17vw !important;
        font-size: clamp(109px, 19.17vw, 19.17vw) !important;
    }
    .div-content-customer .v2 .size-372 {
        font-size: 19.38vw !important;
        font-size: clamp(110px, 19.38vw, 19.38vw) !important;
    }
    .div-content-customer .v2 .size-376 {
        font-size: 19.59vw !important;
        font-size: clamp(111px, 19.59vw, 19.59vw) !important;
    }
    .div-content-customer .v2 .size-380 {
        font-size: 19.8vw !important;
        font-size: clamp(112px, 19.8vw, 19.8vw) !important;
    }
    .div-content-customer .v2 .size-384 {
        font-size: 20vw !important;
        font-size: clamp(113px, 20vw, 20vw) !important;
    }
    .div-content-customer .v2 .size-388 {
        font-size: 20.21vw !important;
        font-size: clamp(114px, 20.21vw, 20.21vw) !important;
    }
    .div-content-customer .v2 .size-392 {
        font-size: 20.42vw !important;
        font-size: clamp(115px, 20.42vw, 20.42vw) !important;
    }
    .div-content-customer .v2 .size-396 {
        font-size: 20.63vw !important;
        font-size: clamp(116px, 20.63vw, 20.63vw) !important;
    }
    .div-content-customer .v2 .size-400 {
        font-size: 20.84vw !important;
        font-size: clamp(117px, 20.84vw, 20.84vw) !important;
    }
}
@media (min-width: 1921px) {
    /* targetted font sizes */
    .div-content-customer .v2 .size-12 {
        font-size: 0.63vw !important;
    }
    .div-content-customer .v2 .size-13 {
        font-size: 0.68vw !important;
    }
    .div-content-customer .v2 .size-14 {
        font-size: 0.73vw !important;
    }
    .div-content-customer .v2 .size-15 {
        font-size: 0.78vw !important;
    }
    .div-content-customer .v2 .size-16 {
        font-size: 0.83vw !important;
    }
    .div-content-customer .v2 .size-17 {
        font-size: 0.89vw !important;
    }
    .div-content-customer .v2 .size-18 {
        font-size: 0.94vw !important;
    }
    .div-content-customer .v2 .size-19 {
        font-size: 0.99vw !important;
    }
    .div-content-customer .v2 .size-20 {
        font-size: 1.04vw !important;
    }
    .div-content-customer .v2 .size-21 {
        font-size: 1.09vw !important;
    }
    .div-content-customer .v2 .size-24 {
        font-size: 1.25vw !important;
    }
    .div-content-customer .v2 .size-28 {
        font-size: 1.46vw !important;
    }
    .div-content-customer .v2 .size-32 {
        font-size: 1.67vw !important;
    }
    .div-content-customer .v2 .size-35 {
        font-size: 1.82vw !important;
    }
    .div-content-customer .v2 .size-38 {
        font-size: 1.98vw !important;
    }
    .div-content-customer .v2 .size-42 {
        font-size: 2.19vw !important;
    }
    .div-content-customer .v2 .size-46 {
        font-size: 2.4vw !important;
    }
    .div-content-customer .v2 .size-48 {
        font-size: 2.5vw !important;
    }
    .div-content-customer .v2 .size-50 {
        font-size: 2.61vw !important;
    }
    .div-content-customer .v2 .size-54 {
        font-size: 2.81vw !important;
    }
    .div-content-customer .v2 .size-60 {
        font-size: 3.13vw !important;
    }
    .div-content-customer .v2 .size-64 {
        font-size: 3.33vw !important;
    }
    .div-content-customer .v2 .size-68 {
        font-size: 3.54vw !important;
    }
    .div-content-customer .v2 .size-72 {
        font-size: 3.75vw !important;
    }
    .div-content-customer .v2 .size-76 {
        font-size: 3.96vw !important;
    }
    .div-content-customer .v2 .size-80 {
        font-size: 4.17vw !important;
    }
    .div-content-customer .v2 .size-84 {
        font-size: 4.38vw !important;
    }
    .div-content-customer .v2 .size-88 {
        font-size: 4.58vw !important;
    }
    .div-content-customer .v2 .size-92 {
        font-size: 4.79vw !important;
    }
    .div-content-customer .v2 .size-96 {
        font-size: 5vw !important;
    }
    .div-content-customer .v2 .size-100 {
        font-size: 5.21vw !important;
    }
    .div-content-customer .v2 .size-104 {
        font-size: 5.42vw !important;
    }
    .div-content-customer .v2 .size-108 {
        font-size: 5.63vw !important;
    }
    .div-content-customer .v2 .size-112 {
        font-size: 5.84vw !important;
    }
    .div-content-customer .v2 .size-116 {
        font-size: 6.04vw !important;
    }
    .div-content-customer .v2 .size-120 {
        font-size: 6.25vw !important;
    }
    .div-content-customer .v2 .size-124 {
        font-size: 6.46vw !important;
    }
    .div-content-customer .v2 .size-128 {
        font-size: 6.67vw !important;
    }
    .div-content-customer .v2 .size-132 {
        font-size: 6.88vw !important;
    }
    .div-content-customer .v2 .size-136 {
        font-size: 7.09vw !important;
    }
    .div-content-customer .v2 .size-140 {
        font-size: 7.29vw !important;
    }
    .div-content-customer .v2 .size-144 {
        font-size: 7.5vw !important;
    }
    .div-content-customer .v2 .size-148 {
        font-size: 7.71vw !important;
    }
    .div-content-customer .v2 .size-152 {
        font-size: 7.92vw !important;
    }
    .div-content-customer .v2 .size-156 {
        font-size: 8.13vw !important;
    }
    .div-content-customer .v2 .size-160 {
        font-size: 8.34vw !important;
    }
    .div-content-customer .v2 .size-164 {
        font-size: 8.54vw !important;
    }
    .div-content-customer .v2 .size-168 {
        font-size: 8.75vw !important;
    }
    .div-content-customer .v2 .size-172 {
        font-size: 8.96vw !important;
    }
    .div-content-customer .v2 .size-176 {
        font-size: 9.17vw !important;
    }
    .div-content-customer .v2 .size-180 {
        font-size: 9.38vw !important;
    }
    .div-content-customer .v2 .size-184 {
        font-size: 9.59vw !important;
    }
    .div-content-customer .v2 .size-188 {
        font-size: 9.79vw !important;
    }
    .div-content-customer .v2 .size-192 {
        font-size: 10vw !important;
    }
    .div-content-customer .v2 .size-196 {
        font-size: 10.21vw !important;
    }
    .div-content-customer .v2 .size-200 {
        font-size: 10.42vw !important;
    }
    .div-content-customer .v2 .size-204 {
        font-size: 10.63vw !important;
    }
    .div-content-customer .v2 .size-208 {
        font-size: 10.84vw !important;
    }
    .div-content-customer .v2 .size-212 {
        font-size: 11.05vw !important;
    }
    .div-content-customer .v2 .size-216 {
        font-size: 11.25vw !important;
    }
    .div-content-customer .v2 .size-220 {
        font-size: 11.46vw !important;
    }
    .div-content-customer .v2 .size-224 {
        font-size: 11.67vw !important;
    }
    .div-content-customer .v2 .size-228 {
        font-size: 11.88vw !important;
    }
    .div-content-customer .v2 .size-232 {
        font-size: 12.09vw !important;
    }
    .div-content-customer .v2 .size-236 {
        font-size: 12.3vw !important;
    }
    .div-content-customer .v2 .size-240 {
        font-size: 12.5vw !important;
    }
    .div-content-customer .v2 .size-244 {
        font-size: 12.71vw !important;
    }
    .div-content-customer .v2 .size-248 {
        font-size: 12.92vw !important;
    }
    .div-content-customer .v2 .size-252 {
        font-size: 13.13vw !important;
    }
    .div-content-customer .v2 .size-256 {
        font-size: 13.34vw !important;
    }
    .div-content-customer .v2 .size-260 {
        font-size: 13.55vw !important;
    }
    .div-content-customer .v2 .size-264 {
        font-size: 13.75vw !important;
    }
    .div-content-customer .v2 .size-268 {
        font-size: 13.96vw !important;
    }
    .div-content-customer .v2 .size-272 {
        font-size: 14.17vw !important;
    }
    .div-content-customer .v2 .size-276 {
        font-size: 14.38vw !important;
    }
    .div-content-customer .v2 .size-280 {
        font-size: 14.59vw !important;
    }
    .div-content-customer .v2 .size-284 {
        font-size: 14.8vw !important;
    }
    .div-content-customer .v2 .size-288 {
        font-size: 15vw !important;
    }
    .div-content-customer .v2 .size-292 {
        font-size: 15.21vw !important;
    }
    .div-content-customer .v2 .size-296 {
        font-size: 15.42vw !important;
    }
    .div-content-customer .v2 .size-300 {
        font-size: 15.63vw !important;
    }
    .div-content-customer .v2 .size-304 {
        font-size: 15.84vw !important;
    }
    .div-content-customer .v2 .size-308 {
        font-size: 16.06vw !important;
    }
    .div-content-customer .v2 .size-312 {
        font-size: 16.26vw !important;
    }
    .div-content-customer .v2 .size-316 {
        font-size: 16.46vw !important;
    }
    .div-content-customer .v2 .size-320 {
        font-size: 16.67vw !important;
    }
    .div-content-customer .v2 .size-324 {
        font-size: 16.88vw !important;
    }
    .div-content-customer .v2 .size-328 {
        font-size: 17.09vw !important;
    }
    .div-content-customer .v2 .size-332 {
        font-size: 17.3vw !important;
    }
    .div-content-customer .v2 .size-336 {
        font-size: 17.5vw !important;
    }
    .div-content-customer .v2 .size-340 {
        font-size: 17.71vw !important;
    }
    .div-content-customer .v2 .size-344 {
        font-size: 17.92vw !important;
    }
    .div-content-customer .v2 .size-348 {
        font-size: 18.13vw !important;
    }
    .div-content-customer .v2 .size-352 {
        font-size: 18.34vw !important;
    }
    .div-content-customer .v2 .size-356 {
        font-size: 18.55vw !important;
    }
    .div-content-customer .v2 .size-360 {
        font-size: 18.76vw !important;
    }
    .div-content-customer .v2 .size-364 {
        font-size: 18.96vw !important;
    }
    .div-content-customer .v2 .size-368 {
        font-size: 19.17vw !important;
    }
    .div-content-customer .v2 .size-372 {
        font-size: 19.38vw !important;
    }
    .div-content-customer .v2 .size-376 {
        font-size: 19.59vw !important;
    }
    .div-content-customer .v2 .size-380 {
        font-size: 19.8vw !important;
    }
    .div-content-customer .v2 .size-384 {
        font-size: 20vw !important;
    }
    .div-content-customer .v2 .size-388 {
        font-size: 20.21vw !important;
    }
    .div-content-customer .v2 .size-392 {
        font-size: 20.42vw !important;
    }
    .div-content-customer .v2 .size-396 {
        font-size: 20.63vw !important;
    }
    .div-content-customer .v2 .size-400 {
        font-size: 20.84vw !important;
        /* new v3: limit the size on large screen */
    }
    .div-content-customer .v3 .size-12 {
        font-size: 0.63vw !important;
    }
    .div-content-customer .v3 .size-13 {
        font-size: 0.68vw !important;
    }
    .div-content-customer .v3 .size-14 {
        font-size: 0.73vw !important;
    }
    .div-content-customer .v3 .size-15 {
        font-size: 0.78vw !important;
    }
    .div-content-customer .v3 .size-16 {
        font-size: 0.83vw !important;
    }
    .div-content-customer .v3 .size-17 {
        font-size: 0.89vw !important;
    }
    .div-content-customer .v3 .size-18 {
        font-size: 0.94vw !important;
    }
    .div-content-customer .v3 .size-19 {
        font-size: 0.99vw !important;
    }
    .div-content-customer .v3 .size-20 {
        font-size: 1.04vw !important;
    }
    .div-content-customer .v3 .size-21 {
        font-size: 1.09vw !important;
    }
    .div-content-customer .v3 .size-24 {
        font-size: 1.25vw !important;
    }
    .div-content-customer .v3 .size-28 {
        font-size: 1.46vw !important;
    }
    .div-content-customer .v3 .size-32 {
        font-size: clamp(30px, 1.67vw, 43px) !important;
    }
    .div-content-customer .v3 .size-35 {
        font-size: clamp(30px, 1.82vw, 44px) !important;
    }
    .div-content-customer .v3 .size-38 {
        font-size: clamp(30px, 1.98vw, 45px) !important;
    }
    .div-content-customer .v3 .size-42 {
        font-size: clamp(30px, 2.19vw, 46px) !important;
    }
    .div-content-customer .v3 .size-46 {
        font-size: clamp(30px, 2.4vw, 47px) !important;
    }
    .div-content-customer .v3 .size-48 {
        font-size: clamp(30px, 2.5vw, 48px) !important;
    }
    .div-content-customer .v3 .size-50 {
        font-size: clamp(30px, 2.61vw, 50px) !important;
    }
    .div-content-customer .v3 .size-54 {
        font-size: clamp(30px, 2.81vw, 54px) !important;
    }
    .div-content-customer .v3 .size-60 {
        font-size: clamp(30px, 3.13vw, 60px) !important;
    }
    .div-content-customer .v3 .size-64 {
        font-size: clamp(30px, 3.33vw, 64px) !important;
    }
    .div-content-customer .v3 .size-68 {
        font-size: clamp(30px, 3.54vw, 68px) !important;
    }
    .div-content-customer .v3 .size-72 {
        font-size: clamp(30px, 3.75vw, 72px) !important;
    }
    .div-content-customer .v3 .size-76 {
        font-size: clamp(30px, 3.96vw, 76px) !important;
    }
    .div-content-customer .v3 .size-80 {
        font-size: clamp(30px, 4.17vw, 80px) !important;
    }
    .div-content-customer .v3 .size-84 {
        font-size: clamp(30px, 4.38vw, 84px) !important;
    }
    .div-content-customer .v3 .size-88 {
        font-size: clamp(30px, 4.58vw, 88px) !important;
    }
    .div-content-customer .v3 .size-92 {
        font-size: clamp(30px, 4.79vw, 92px) !important;
    }
    .div-content-customer .v3 .size-96 {
        font-size: clamp(30px, 5vw, 96px) !important;
    }
    .div-content-customer .v3 .size-100 {
        font-size: clamp(30px, 5.21vw, 100px) !important;
    }
    .div-content-customer .v3 .size-104 {
        font-size: clamp(30px, 5.42vw, 104px) !important;
    }
    .div-content-customer .v3 .size-108 {
        font-size: clamp(30px, 5.63vw, 108px) !important;
    }
    .div-content-customer .v3 .size-112 {
        font-size: clamp(30px, 5.84vw, 112px) !important;
    }
    .div-content-customer .v3 .size-116 {
        font-size: clamp(30px, 6.04vw, 116px) !important;
    }
    .div-content-customer .v3 .size-120 {
        font-size: clamp(30px, 6.25vw, 120px) !important;
    }
    .div-content-customer .v3 .size-124 {
        font-size: clamp(30px, 6.46vw, 124px) !important;
    }
    .div-content-customer .v3 .size-128 {
        font-size: clamp(30px, 6.67vw, 128px) !important;
    }
    .div-content-customer .v3 .size-132 {
        font-size: clamp(30px, 6.88vw, 132px) !important;
    }
    .div-content-customer .v3 .size-136 {
        font-size: clamp(30px, 7.09vw, 136px) !important;
    }
    .div-content-customer .v3 .size-140 {
        font-size: clamp(30px, 7.29vw, 140px) !important;
    }
    .div-content-customer .v3 .size-144 {
        font-size: clamp(30px, 7.5vw, 144px) !important;
    }
    .div-content-customer .v3 .size-148 {
        font-size: clamp(30px, 7.71vw, 148px) !important;
    }
    .div-content-customer .v3 .size-152 {
        font-size: clamp(30px, 7.92vw, 152px) !important;
    }
    .div-content-customer .v3 .size-156 {
        font-size: clamp(30px, 8.13vw, 156px) !important;
    }
    .div-content-customer .v3 .size-160 {
        font-size: clamp(30px, 8.34vw, 160px) !important;
    }
    .div-content-customer .v3 .size-164 {
        font-size: clamp(30px, 8.54vw, 164px) !important;
    }
    .div-content-customer .v3 .size-168 {
        font-size: clamp(30px, 8.75vw, 168px) !important;
    }
    .div-content-customer .v3 .size-172 {
        font-size: clamp(30px, 8.96vw, 172px) !important;
    }
    .div-content-customer .v3 .size-176 {
        font-size: clamp(30px, 9.17vw, 176px) !important;
    }
    .div-content-customer .v3 .size-180 {
        font-size: clamp(30px, 9.38vw, 180px) !important;
    }
    .div-content-customer .v3 .size-184 {
        font-size: clamp(30px, 9.59vw, 184px) !important;
    }
    .div-content-customer .v3 .size-188 {
        font-size: clamp(30px, 9.79vw, 188px) !important;
    }
    .div-content-customer .v3 .size-192 {
        font-size: clamp(30px, 10vw, 192px) !important;
    }
    .div-content-customer .v3 .size-196 {
        font-size: clamp(30px, 10.21vw, 196px) !important;
    }
    .div-content-customer .v3 .size-200 {
        font-size: clamp(30px, 10.42vw, 200px) !important;
    }
    .div-content-customer .v3 .size-204 {
        font-size: clamp(30px, 10.63vw, 204px) !important;
    }
    .div-content-customer .v3 .size-208 {
        font-size: clamp(30px, 10.84vw, 208px) !important;
    }
    .div-content-customer .v3 .size-212 {
        font-size: clamp(30px, 11.05vw, 212px) !important;
    }
    .div-content-customer .v3 .size-216 {
        font-size: clamp(30px, 11.25vw, 216px) !important;
    }
    .div-content-customer .v3 .size-220 {
        font-size: clamp(30px, 11.46vw, 220px) !important;
    }
    .div-content-customer .v3 .size-224 {
        font-size: clamp(30px, 11.67vw, 224px) !important;
    }
    .div-content-customer .v3 .size-228 {
        font-size: clamp(30px, 11.88vw, 228px) !important;
    }
    .div-content-customer .v3 .size-232 {
        font-size: clamp(30px, 12.09vw, 232px) !important;
    }
    .div-content-customer .v3 .size-236 {
        font-size: clamp(30px, 12.3vw, 236px) !important;
    }
    .div-content-customer .v3 .size-240 {
        font-size: clamp(30px, 12.5vw, 240px) !important;
    }
    .div-content-customer .v3 .size-244 {
        font-size: clamp(30px, 12.71vw, 244px) !important;
    }
    .div-content-customer .v3 .size-248 {
        font-size: clamp(30px, 12.92vw, 248px) !important;
    }
    .div-content-customer .v3 .size-252 {
        font-size: clamp(30px, 13.13vw, 252px) !important;
    }
    .div-content-customer .v3 .size-256 {
        font-size: clamp(30px, 13.34vw, 256px) !important;
    }
    .div-content-customer .v3 .size-260 {
        font-size: clamp(30px, 13.55vw, 260px) !important;
    }
    .div-content-customer .v3 .size-264 {
        font-size: clamp(30px, 13.75vw, 264px) !important;
    }
    .div-content-customer .v3 .size-268 {
        font-size: clamp(30px, 13.96vw, 268px) !important;
    }
    .div-content-customer .v3 .size-272 {
        font-size: clamp(30px, 14.17vw, 272px, 272px) !important;
    }
    .div-content-customer .v3 .size-276 {
        font-size: clamp(30px, 14.38vw, 276px) !important;
    }
    .div-content-customer .v3 .size-280 {
        font-size: clamp(30px, 14.59vw, 280px) !important;
    }
    .div-content-customer .v3 .size-284 {
        font-size: clamp(30px, 14.8vw, 284px) !important;
    }
    .div-content-customer .v3 .size-288 {
        font-size: clamp(30px, 15vw, 288px) !important;
    }
    .div-content-customer .v3 .size-292 {
        font-size: clamp(30px, 15.21vw, 292px) !important;
    }
    .div-content-customer .v3 .size-296 {
        font-size: clamp(30px, 15.42vw, 296px) !important;
    }
    .div-content-customer .v3 .size-300 {
        font-size: clamp(30px, 15.63vw, 300px) !important;
    }
    .div-content-customer .v3 .size-304 {
        font-size: clamp(30px, 15.84vw, 304px) !important;
    }
    .div-content-customer .v3 .size-308 {
        font-size: clamp(30px, 16.06vw, 308px) !important;
    }
    .div-content-customer .v3 .size-312 {
        font-size: clamp(30px, 16.26vw, 312px) !important;
    }
    .div-content-customer .v3 .size-316 {
        font-size: clamp(30px, 16.46vw, 316px) !important;
    }
    .div-content-customer .v3 .size-320 {
        font-size: clamp(30px, 16.67vw, 320px) !important;
    }
    .div-content-customer .v3 .size-324 {
        font-size: clamp(30px, 16.88vw, 324px) !important;
    }
    .div-content-customer .v3 .size-328 {
        font-size: clamp(30px, 17.09vw, 328px) !important;
    }
    .div-content-customer .v3 .size-332 {
        font-size: clamp(30px, 17.3vw, 332px) !important;
    }
    .div-content-customer .v3 .size-336 {
        font-size: clamp(30px, 17.5vw, 336px) !important;
    }
    .div-content-customer .v3 .size-340 {
        font-size: clamp(30px, 17.71vw, 340px) !important;
    }
    .div-content-customer .v3 .size-344 {
        font-size: clamp(30px, 17.92vw, 344px) !important;
    }
    .div-content-customer .v3 .size-348 {
        font-size: clamp(30px, 18.13vw, 348px) !important;
    }
    .div-content-customer .v3 .size-352 {
        font-size: clamp(30px, 18.34vw, 352px) !important;
    }
    .div-content-customer .v3 .size-356 {
        font-size: clamp(30px, 18.55vw, 356px) !important;
    }
    .div-content-customer .v3 .size-360 {
        font-size: clamp(30px, 18.76vw, 360px) !important;
    }
    .div-content-customer .v3 .size-364 {
        font-size: clamp(30px, 18.96vw, 364px) !important;
    }
    .div-content-customer .v3 .size-368 {
        font-size: clamp(30px, 19.17vw, 368px) !important;
    }
    .div-content-customer .v3 .size-372 {
        font-size: clamp(30px, 19.38vw, 372px) !important;
    }
    .div-content-customer .v3 .size-376 {
        font-size: clamp(30px, 19.59vw, 376px) !important;
    }
    .div-content-customer .v3 .size-380 {
        font-size: clamp(30px, 19.8vw, 380px) !important;
    }
    .div-content-customer .v3 .size-384 {
        font-size: clamp(30px, 20vw, 384px) !important;
    }
    .div-content-customer .v3 .size-388 {
        font-size: clamp(30px, 20.21vw, 388px) !important;
    }
    .div-content-customer .v3 .size-392 {
        font-size: clamp(30px, 20.42vw, 392px) !important;
    }
    .div-content-customer .v3 .size-396 {
        font-size: clamp(30px, 20.63vw, 396px) !important;
    }
    .div-content-customer .v3 .size-400 {
        font-size: clamp(30px, 20.84vw, 400px) !important;
    }
}
@media (min-width: 971px) and (max-width: 1280px) {
    .div-content-customer .v2 .md-size-12 {
        font-size: 0.74vw !important;
        font-size: clamp(12px, 0.74vw, 0.74vw) !important;
    }
    .div-content-customer .v2 .md-size-13 {
        font-size: 0.8vw !important;
        font-size: clamp(13px, 0.8vw, 0.8vw) !important;
    }
    .div-content-customer .v2 .md-size-14 {
        font-size: 0.86vw !important;
        font-size: clamp(14px, 0.86vw, 0.86vw) !important;
    }
    .div-content-customer .v2 .md-size-15 {
        font-size: 0.93vw !important;
        font-size: clamp(15px, 0.93vw, 0.93vw) !important;
    }
    .div-content-customer .v2 .md-size-16 {
        font-size: 0.99vw !important;
        font-size: clamp(16px, 0.99vw, 0.99vw) !important;
    }
    .div-content-customer .v2 .md-size-17 {
        font-size: 1.05vw !important;
        font-size: clamp(17px, 1.05vw, 1.05vw) !important;
    }
    .div-content-customer .v2 .md-size-18 {
        font-size: 1.11vw !important;
        font-size: clamp(18px, 1.11vw, 1.11vw) !important;
    }
    .div-content-customer .v2 .md-size-19 {
        font-size: 1.17vw !important;
        font-size: clamp(19px, 1.17vw, 1.17vw) !important;
    }
    .div-content-customer .v2 .md-size-20 {
        font-size: 1.23vw !important;
        font-size: clamp(20px, 1.23vw, 1.23vw) !important;
    }
    .div-content-customer .v2 .md-size-21 {
        font-size: 1.29vw !important;
        font-size: clamp(21px, 1.29vw, 1.29vw) !important;
    }
    .div-content-customer .v2 .md-size-24 {
        font-size: 1.48vw !important;
        font-size: clamp(22px, 1.48vw, 1.48vw) !important;
    }
    .div-content-customer .v2 .md-size-28 {
        font-size: 1.56vw !important;
        font-size: clamp(23px, 1.56vw, 1.56vw) !important;
    }
    .div-content-customer .v2 .md-size-32 {
        font-size: 1.64vw !important;
        font-size: clamp(24px, 1.64vw, 1.64vw) !important;
    }
    .div-content-customer .v2 .md-size-35 {
        font-size: 1.82vw !important;
        font-size: clamp(25px, 1.82vw, 1.82vw) !important;
    }
    .div-content-customer .v2 .md-size-38 {
        font-size: 1.98vw !important;
        font-size: clamp(26px, 1.98vw, 1.98vw) !important;
    }
    .div-content-customer .v2 .md-size-42 {
        font-size: 2.19vw !important;
        font-size: clamp(27px, 2.19vw, 2.19vw) !important;
    }
    .div-content-customer .v2 .md-size-46 {
        font-size: 2.4vw !important;
        font-size: clamp(28px, 2.4vw, 2.4vw) !important;
    }
    .div-content-customer .v2 .md-size-48 {
        font-size: 2.5vw !important;
        font-size: clamp(29px, 2.5vw, 2.5vw) !important;
    }
    .div-content-customer .v2 .md-size-50 {
        font-size: 2.61vw !important;
        font-size: clamp(30px, 2.61vw, 2.61vw) !important;
    }
    .div-content-customer .v2 .md-size-54 {
        font-size: 2.81vw !important;
        font-size: clamp(31px, 2.81vw, 2.81vw) !important;
    }
    .div-content-customer .v2 .md-size-60 {
        font-size: 3.13vw !important;
        font-size: clamp(32px, 3.13vw, 3.13vw) !important;
    }
    .div-content-customer .v2 .md-size-64 {
        font-size: 3.33vw !important;
        font-size: clamp(33px, 3.33vw, 3.33vw) !important;
    }
    .div-content-customer .v2 .md-size-68 {
        font-size: 3.54vw !important;
        font-size: clamp(34px, 3.54vw, 3.54vw) !important;
    }
    .div-content-customer .v2 .md-size-72 {
        font-size: 3.75vw !important;
        font-size: clamp(35px, 3.75vw, 3.75vw) !important;
    }
    .div-content-customer .v2 .md-size-76 {
        font-size: 3.96vw !important;
        font-size: clamp(36px, 3.96vw, 3.96vw) !important;
    }
    .div-content-customer .v2 .md-size-80 {
        font-size: 4.17vw !important;
        font-size: clamp(37px, 4.17vw, 4.17vw) !important;
    }
    .div-content-customer .v2 .md-size-84 {
        font-size: 4.38vw !important;
        font-size: clamp(38px, 4.38vw, 4.38vw) !important;
    }
    .div-content-customer .v2 .md-size-88 {
        font-size: 4.58vw !important;
        font-size: clamp(39px, 4.58vw, 4.58vw) !important;
    }
    .div-content-customer .v2 .md-size-92 {
        font-size: 4.79vw !important;
        font-size: clamp(40px, 4.79vw, 4.79vw) !important;
    }
    .div-content-customer .v2 .md-size-96 {
        font-size: 5vw !important;
        font-size: clamp(41px, 5vw, 5vw) !important;
    }
    .div-content-customer .v2 .md-size-100 {
        font-size: 5.21vw !important;
        font-size: clamp(42px, 5.21vw, 5.21vw) !important;
    }
    .div-content-customer .v2 .md-size-104 {
        font-size: 5.42vw !important;
        font-size: clamp(43px, 5.42vw, 5.42vw) !important;
    }
    .div-content-customer .v2 .md-size-108 {
        font-size: 5.63vw !important;
        font-size: clamp(44px, 5.63vw, 5.63vw) !important;
    }
    .div-content-customer .v2 .md-size-112 {
        font-size: 5.84vw !important;
        font-size: clamp(45px, 5.84vw, 5.84vw) !important;
    }
    .div-content-customer .v2 .md-size-116 {
        font-size: 6.04vw !important;
        font-size: clamp(46px, 6.04vw, 6.04vw) !important;
    }
    .div-content-customer .v2 .md-size-120 {
        font-size: 6.25vw !important;
        font-size: clamp(47px, 6.25vw, 6.25vw) !important;
    }
    .div-content-customer .v2 .md-size-124 {
        font-size: 6.46vw !important;
        font-size: clamp(48px, 6.46vw, 6.46vw) !important;
    }
    .div-content-customer .v2 .md-size-128 {
        font-size: 6.67vw !important;
        font-size: clamp(49px, 6.67vw, 6.67vw) !important;
    }
    .div-content-customer .v2 .md-size-132 {
        font-size: 6.88vw !important;
        font-size: clamp(50px, 6.88vw, 6.88vw) !important;
    }
    .div-content-customer .v2 .md-size-136 {
        font-size: 7.09vw !important;
        font-size: clamp(51px, 7.09vw, 7.09vw) !important;
    }
    .div-content-customer .v2 .md-size-140 {
        font-size: 7.29vw !important;
        font-size: clamp(52px, 7.29vw, 7.29vw) !important;
    }
    .div-content-customer .v2 .md-size-144 {
        font-size: 7.5vw !important;
        font-size: clamp(53px, 7.5vw, 7.5vw) !important;
    }
    .div-content-customer .v2 .md-size-148 {
        font-size: 7.71vw !important;
        font-size: clamp(54px, 7.71vw, 7.71vw) !important;
    }
    .div-content-customer .v2 .md-size-152 {
        font-size: 7.92vw !important;
        font-size: clamp(55px, 7.92vw, 7.92vw) !important;
    }
    .div-content-customer .v2 .md-size-156 {
        font-size: 8.13vw !important;
        font-size: clamp(56px, 8.13vw, 8.13vw) !important;
    }
    .div-content-customer .v2 .md-size-160 {
        font-size: 8.34vw !important;
        font-size: clamp(57px, 8.34vw, 8.34vw) !important;
    }
    .div-content-customer .v2 .md-size-164 {
        font-size: 8.54vw !important;
        font-size: clamp(58px, 8.54vw, 8.54vw) !important;
    }
    .div-content-customer .v2 .md-size-168 {
        font-size: 8.75vw !important;
        font-size: clamp(59px, 8.75vw, 8.75vw) !important;
    }
    .div-content-customer .v2 .md-size-172 {
        font-size: 8.96vw !important;
        font-size: clamp(60px, 8.96vw, 8.96vw) !important;
    }
    .div-content-customer .v2 .md-size-176 {
        font-size: 9.17vw !important;
        font-size: clamp(61px, 9.17vw, 9.17vw) !important;
    }
    .div-content-customer .v2 .md-size-180 {
        font-size: 9.38vw !important;
        font-size: clamp(62px, 9.38vw, 9.38vw) !important;
    }
    .div-content-customer .v2 .md-size-184 {
        font-size: 9.59vw !important;
        font-size: clamp(63px, 9.59vw, 9.59vw) !important;
    }
    .div-content-customer .v2 .md-size-188 {
        font-size: 9.79vw !important;
        font-size: clamp(64px, 9.79vw, 9.79vw) !important;
    }
    .div-content-customer .v2 .md-size-192 {
        font-size: 10vw !important;
        font-size: clamp(65px, 10vw, 10vw) !important;
    }
    .div-content-customer .v2 .md-size-196 {
        font-size: 10.21vw !important;
        font-size: clamp(66px, 10.21vw, 10.21vw) !important;
    }
    .div-content-customer .v2 .md-size-200 {
        font-size: 10.42vw !important;
        font-size: clamp(67px, 10.42vw, 10.42vw) !important;
    }
    .div-content-customer .v2 .md-size-204 {
        font-size: 10.63vw !important;
        font-size: clamp(68px, 10.63vw, 10.63vw) !important;
    }
    .div-content-customer .v2 .md-size-208 {
        font-size: 10.84vw !important;
        font-size: clamp(69px, 10.84vw, 10.84vw) !important;
    }
    .div-content-customer .v2 .md-size-212 {
        font-size: 11.05vw !important;
        font-size: clamp(70px, 11.05vw, 11.05vw) !important;
    }
    .div-content-customer .v2 .md-size-216 {
        font-size: 11.25vw !important;
        font-size: clamp(71px, 11.25vw, 11.25vw) !important;
    }
    .div-content-customer .v2 .md-size-220 {
        font-size: 11.46vw !important;
        font-size: clamp(72px, 11.46vw, 11.46vw) !important;
    }
    .div-content-customer .v2 .md-size-224 {
        font-size: 11.67vw !important;
        font-size: clamp(73px, 11.67vw, 11.67vw) !important;
    }
    .div-content-customer .v2 .md-size-228 {
        font-size: 11.88vw !important;
        font-size: clamp(75px, 11.88vw, 11.88vw) !important;
    }
    .div-content-customer .v2 .md-size-232 {
        font-size: 12.09vw !important;
        font-size: clamp(75px, 12.09vw, 12.09vw) !important;
    }
    .div-content-customer .v2 .md-size-236 {
        font-size: 12.3vw !important;
        font-size: clamp(76px, 12.3vw, 12.3vw) !important;
    }
    .div-content-customer .v2 .md-size-240 {
        font-size: 12.5vw !important;
        font-size: clamp(77px, 12.5vw, 12.5vw) !important;
    }
    .div-content-customer .v2 .md-size-244 {
        font-size: 12.71vw !important;
        font-size: clamp(78px, 12.71vw, 12.71vw) !important;
    }
    .div-content-customer .v2 .md-size-248 {
        font-size: 12.92vw !important;
        font-size: clamp(79px, 12.92vw, 12.92vw) !important;
    }
    .div-content-customer .v2 .md-size-252 {
        font-size: 13.13vw !important;
        font-size: clamp(80px, 13.13vw, 13.13vw) !important;
    }
    .div-content-customer .v2 .md-size-256 {
        font-size: 13.34vw !important;
        font-size: clamp(81px, 13.34vw, 13.34vw) !important;
    }
    .div-content-customer .v2 .md-size-260 {
        font-size: 13.55vw !important;
        font-size: clamp(82px, 13.55vw, 13.55vw) !important;
    }
    .div-content-customer .v2 .md-size-264 {
        font-size: 13.75vw !important;
        font-size: clamp(83px, 13.75vw, 13.75vw) !important;
    }
    .div-content-customer .v2 .md-size-268 {
        font-size: 13.96vw !important;
        font-size: clamp(84px, 13.96vw, 13.96vw) !important;
    }
    .div-content-customer .v2 .md-size-272 {
        font-size: 14.17vw !important;
        font-size: clamp(85px, 14.17vw, 14.17vw) !important;
    }
    .div-content-customer .v2 .md-size-276 {
        font-size: 14.38vw !important;
        font-size: clamp(86px, 14.38vw, 14.38vw) !important;
    }
    .div-content-customer .v2 .md-size-280 {
        font-size: 14.59vw !important;
        font-size: clamp(87px, 14.59vw, 14.59vw) !important;
    }
    .div-content-customer .v2 .md-size-284 {
        font-size: 14.8vw !important;
        font-size: clamp(88px, 14.8vw, 14.8vw) !important;
    }
    .div-content-customer .v2 .md-size-288 {
        font-size: 15vw !important;
        font-size: clamp(89px, 15vw, 15vw) !important;
    }
    .div-content-customer .v2 .md-size-292 {
        font-size: 15.21vw !important;
        font-size: clamp(90px, 15.21vw, 15.21vw) !important;
    }
    .div-content-customer .v2 .md-size-296 {
        font-size: 15.42vw !important;
        font-size: clamp(91px, 15.42vw, 15.42vw) !important;
    }
    .div-content-customer .v2 .md-size-300 {
        font-size: 15.63vw !important;
        font-size: clamp(92px, 15.63vw, 15.63vw) !important;
    }
    .div-content-customer .v2 .md-size-304 {
        font-size: 15.84vw !important;
        font-size: clamp(93px, 15.84vw, 15.84vw) !important;
    }
    .div-content-customer .v2 .md-size-308 {
        font-size: 16.06vw !important;
        font-size: clamp(94px, 16.06vw, 16.06vw) !important;
    }
    .div-content-customer .v2 .md-size-312 {
        font-size: 16.26vw !important;
        font-size: clamp(95px, 16.26vw, 16.26vw) !important;
    }
    .div-content-customer .v2 .md-size-316 {
        font-size: 16.46vw !important;
        font-size: clamp(96px, 16.46vw, 16.46vw) !important;
    }
    .div-content-customer .v2 .md-size-320 {
        font-size: 16.67vw !important;
        font-size: clamp(97px, 16.67vw, 16.67vw) !important;
    }
    .div-content-customer .v2 .md-size-324 {
        font-size: 16.88vw !important;
        font-size: clamp(98px, 16.88vw, 16.88vw) !important;
    }
    .div-content-customer .v2 .md-size-328 {
        font-size: 17.09vw !important;
        font-size: clamp(99px, 17.09vw, 17.09vw) !important;
    }
    .div-content-customer .v2 .md-size-332 {
        font-size: 17.3vw !important;
        font-size: clamp(100px, 17.3vw, 17.3vw) !important;
    }
    .div-content-customer .v2 .md-size-336 {
        font-size: 17.5vw !important;
        font-size: clamp(101px, 17.5vw, 17.5vw) !important;
    }
    .div-content-customer .v2 .md-size-340 {
        font-size: 17.71vw !important;
        font-size: clamp(102px, 17.71vw, 17.71vw) !important;
    }
    .div-content-customer .v2 .md-size-344 {
        font-size: 17.92vw !important;
        font-size: clamp(103px, 17.92vw, 17.92vw) !important;
    }
    .div-content-customer .v2 .md-size-348 {
        font-size: 18.13vw !important;
        font-size: clamp(104px, 18.13vw, 18.13vw) !important;
    }
    .div-content-customer .v2 .md-size-352 {
        font-size: 18.34vw !important;
        font-size: clamp(105px, 18.34vw, 18.34vw) !important;
    }
    .div-content-customer .v2 .md-size-356 {
        font-size: 18.55vw !important;
        font-size: clamp(106px, 18.55vw, 18.55vw) !important;
    }
    .div-content-customer .v2 .md-size-360 {
        font-size: 18.76vw !important;
        font-size: clamp(107px, 18.76vw, 18.76vw) !important;
    }
    .div-content-customer .v2 .md-size-364 {
        font-size: 18.96vw !important;
        font-size: clamp(108px, 18.96vw, 18.96vw) !important;
    }
    .div-content-customer .v2 .md-size-368 {
        font-size: 19.17vw !important;
        font-size: clamp(109px, 19.17vw, 19.17vw) !important;
    }
    .div-content-customer .v2 .md-size-372 {
        font-size: 19.38vw !important;
        font-size: clamp(110px, 19.38vw, 19.38vw) !important;
    }
    .div-content-customer .v2 .md-size-376 {
        font-size: 19.59vw !important;
        font-size: clamp(111px, 19.59vw, 19.59vw) !important;
    }
    .div-content-customer .v2 .md-size-380 {
        font-size: 19.8vw !important;
        font-size: clamp(112px, 19.8vw, 19.8vw) !important;
    }
    .div-content-customer .v2 .md-size-384 {
        font-size: 20vw !important;
        font-size: clamp(113px, 20vw, 20vw) !important;
    }
    .div-content-customer .v2 .md-size-388 {
        font-size: 20.21vw !important;
        font-size: clamp(114px, 20.21vw, 20.21vw) !important;
    }
    .div-content-customer .v2 .md-size-392 {
        font-size: 20.42vw !important;
        font-size: clamp(115px, 20.42vw, 20.42vw) !important;
    }
    .div-content-customer .v2 .md-size-396 {
        font-size: 20.63vw !important;
        font-size: clamp(116px, 20.63vw, 20.63vw) !important;
    }
    .div-content-customer .v2 .md-size-400 {
        font-size: 20.84vw !important;
        font-size: clamp(117px, 20.84vw, 20.84vw) !important;
    }
}
@media (min-width: 761px) and (max-width: 970px) {
    .div-content-customer .v2 .sm-size-12 {
        font-size: 0.74vw !important;
        font-size: clamp(12px, 0.74vw, 0.74vw) !important;
    }
    .div-content-customer .v2 .sm-size-13 {
        font-size: 0.8vw !important;
        font-size: clamp(13px, 0.8vw, 0.8vw) !important;
    }
    .div-content-customer .v2 .sm-size-14 {
        font-size: 0.86vw !important;
        font-size: clamp(14px, 0.86vw, 0.86vw) !important;
    }
    .div-content-customer .v2 .sm-size-15 {
        font-size: 0.93vw !important;
        font-size: clamp(15px, 0.93vw, 0.93vw) !important;
    }
    .div-content-customer .v2 .sm-size-16 {
        font-size: 0.99vw !important;
        font-size: clamp(16px, 0.99vw, 0.99vw) !important;
    }
    .div-content-customer .v2 .sm-size-17 {
        font-size: 1.05vw !important;
        font-size: clamp(17px, 1.05vw, 1.05vw) !important;
    }
    .div-content-customer .v2 .sm-size-18 {
        font-size: 1.11vw !important;
        font-size: clamp(18px, 1.11vw, 1.11vw) !important;
    }
    .div-content-customer .v2 .sm-size-19 {
        font-size: 1.17vw !important;
        font-size: clamp(19px, 1.17vw, 1.17vw) !important;
    }
    .div-content-customer .v2 .sm-size-20 {
        font-size: 1.23vw !important;
        font-size: clamp(20px, 1.23vw, 1.23vw) !important;
    }
    .div-content-customer .v2 .sm-size-21 {
        font-size: 1.29vw !important;
        font-size: clamp(21px, 1.29vw, 1.29vw) !important;
    }
    .div-content-customer .v2 .sm-size-24 {
        font-size: 1.48vw !important;
        font-size: clamp(22px, 1.48vw, 1.48vw) !important;
    }
    .div-content-customer .v2 .sm-size-28 {
        font-size: 1.56vw !important;
        font-size: clamp(23px, 1.56vw, 1.56vw) !important;
    }
    .div-content-customer .v2 .sm-size-32 {
        font-size: 1.64vw !important;
        font-size: clamp(24px, 1.64vw, 1.64vw) !important;
    }
    .div-content-customer .v2 .sm-size-35 {
        font-size: 1.82vw !important;
        font-size: clamp(25px, 1.82vw, 1.82vw) !important;
    }
    .div-content-customer .v2 .sm-size-38 {
        font-size: 1.98vw !important;
        font-size: clamp(26px, 1.98vw, 1.98vw) !important;
    }
    .div-content-customer .v2 .sm-size-42 {
        font-size: 2.19vw !important;
        font-size: clamp(27px, 2.19vw, 2.19vw) !important;
    }
    .div-content-customer .v2 .sm-size-46 {
        font-size: 2.4vw !important;
        font-size: clamp(28px, 2.4vw, 2.4vw) !important;
    }
    .div-content-customer .v2 .sm-size-48 {
        font-size: 2.5vw !important;
        font-size: clamp(29px, 2.5vw, 2.5vw) !important;
    }
    .div-content-customer .v2 .sm-size-50 {
        font-size: 2.61vw !important;
        font-size: clamp(30px, 2.61vw, 2.61vw) !important;
    }
    .div-content-customer .v2 .sm-size-54 {
        font-size: 2.81vw !important;
        font-size: clamp(31px, 2.81vw, 2.81vw) !important;
    }
    .div-content-customer .v2 .sm-size-60 {
        font-size: 3.13vw !important;
        font-size: clamp(32px, 3.13vw, 3.13vw) !important;
    }
    .div-content-customer .v2 .sm-size-64 {
        font-size: 3.33vw !important;
        font-size: clamp(33px, 3.33vw, 3.33vw) !important;
    }
    .div-content-customer .v2 .sm-size-68 {
        font-size: 3.54vw !important;
        font-size: clamp(34px, 3.54vw, 3.54vw) !important;
    }
    .div-content-customer .v2 .sm-size-72 {
        font-size: 3.75vw !important;
        font-size: clamp(35px, 3.75vw, 3.75vw) !important;
    }
    .div-content-customer .v2 .sm-size-76 {
        font-size: 3.96vw !important;
        font-size: clamp(36px, 3.96vw, 3.96vw) !important;
    }
    .div-content-customer .v2 .sm-size-80 {
        font-size: 4.17vw !important;
        font-size: clamp(37px, 4.17vw, 4.17vw) !important;
    }
    .div-content-customer .v2 .sm-size-84 {
        font-size: 4.38vw !important;
        font-size: clamp(38px, 4.38vw, 4.38vw) !important;
    }
    .div-content-customer .v2 .sm-size-88 {
        font-size: 4.58vw !important;
        font-size: clamp(39px, 4.58vw, 4.58vw) !important;
    }
    .div-content-customer .v2 .sm-size-92 {
        font-size: 4.79vw !important;
        font-size: clamp(40px, 4.79vw, 4.79vw) !important;
    }
    .div-content-customer .v2 .sm-size-96 {
        font-size: 5vw !important;
        font-size: clamp(41px, 5vw, 5vw) !important;
    }
    .div-content-customer .v2 .sm-size-100 {
        font-size: 5.21vw !important;
        font-size: clamp(42px, 5.21vw, 5.21vw) !important;
    }
    .div-content-customer .v2 .sm-size-104 {
        font-size: 5.42vw !important;
        font-size: clamp(43px, 5.42vw, 5.42vw) !important;
    }
    .div-content-customer .v2 .sm-size-108 {
        font-size: 5.63vw !important;
        font-size: clamp(44px, 5.63vw, 5.63vw) !important;
    }
    .div-content-customer .v2 .sm-size-112 {
        font-size: 5.84vw !important;
        font-size: clamp(45px, 5.84vw, 5.84vw) !important;
    }
    .div-content-customer .v2 .sm-size-116 {
        font-size: 6.04vw !important;
        font-size: clamp(46px, 6.04vw, 6.04vw) !important;
    }
    .div-content-customer .v2 .sm-size-120 {
        font-size: 6.25vw !important;
        font-size: clamp(47px, 6.25vw, 6.25vw) !important;
    }
    .div-content-customer .v2 .sm-size-124 {
        font-size: 6.46vw !important;
        font-size: clamp(48px, 6.46vw, 6.46vw) !important;
    }
    .div-content-customer .v2 .sm-size-128 {
        font-size: 6.67vw !important;
        font-size: clamp(49px, 6.67vw, 6.67vw) !important;
    }
    .div-content-customer .v2 .sm-size-132 {
        font-size: 6.88vw !important;
        font-size: clamp(50px, 6.88vw, 6.88vw) !important;
    }
    .div-content-customer .v2 .sm-size-136 {
        font-size: 7.09vw !important;
        font-size: clamp(51px, 7.09vw, 7.09vw) !important;
    }
    .div-content-customer .v2 .sm-size-140 {
        font-size: 7.29vw !important;
        font-size: clamp(52px, 7.29vw, 7.29vw) !important;
    }
    .div-content-customer .v2 .sm-size-144 {
        font-size: 7.5vw !important;
        font-size: clamp(53px, 7.5vw, 7.5vw) !important;
    }
    .div-content-customer .v2 .sm-size-148 {
        font-size: 7.71vw !important;
        font-size: clamp(54px, 7.71vw, 7.71vw) !important;
    }
    .div-content-customer .v2 .sm-size-152 {
        font-size: 7.92vw !important;
        font-size: clamp(55px, 7.92vw, 7.92vw) !important;
    }
    .div-content-customer .v2 .sm-size-156 {
        font-size: 8.13vw !important;
        font-size: clamp(56px, 8.13vw, 8.13vw) !important;
    }
    .div-content-customer .v2 .sm-size-160 {
        font-size: 8.34vw !important;
        font-size: clamp(57px, 8.34vw, 8.34vw) !important;
    }
    .div-content-customer .v2 .sm-size-164 {
        font-size: 8.54vw !important;
        font-size: clamp(58px, 8.54vw, 8.54vw) !important;
    }
    .div-content-customer .v2 .sm-size-168 {
        font-size: 8.75vw !important;
        font-size: clamp(59px, 8.75vw, 8.75vw) !important;
    }
    .div-content-customer .v2 .sm-size-172 {
        font-size: 8.96vw !important;
        font-size: clamp(60px, 8.96vw, 8.96vw) !important;
    }
    .div-content-customer .v2 .sm-size-176 {
        font-size: 9.17vw !important;
        font-size: clamp(61px, 9.17vw, 9.17vw) !important;
    }
    .div-content-customer .v2 .sm-size-180 {
        font-size: 9.38vw !important;
        font-size: clamp(62px, 9.38vw, 9.38vw) !important;
    }
    .div-content-customer .v2 .sm-size-184 {
        font-size: 9.59vw !important;
        font-size: clamp(63px, 9.59vw, 9.59vw) !important;
    }
    .div-content-customer .v2 .sm-size-188 {
        font-size: 9.79vw !important;
        font-size: clamp(64px, 9.79vw, 9.79vw) !important;
    }
    .div-content-customer .v2 .sm-size-192 {
        font-size: 10vw !important;
        font-size: clamp(65px, 10vw, 10vw) !important;
    }
    .div-content-customer .v2 .sm-size-196 {
        font-size: 10.21vw !important;
        font-size: clamp(66px, 10.21vw, 10.21vw) !important;
    }
    .div-content-customer .v2 .sm-size-200 {
        font-size: 10.42vw !important;
        font-size: clamp(67px, 10.42vw, 10.42vw) !important;
    }
    .div-content-customer .v2 .sm-size-204 {
        font-size: 10.63vw !important;
        font-size: clamp(68px, 10.63vw, 10.63vw) !important;
    }
    .div-content-customer .v2 .sm-size-208 {
        font-size: 10.84vw !important;
        font-size: clamp(69px, 10.84vw, 10.84vw) !important;
    }
    .div-content-customer .v2 .sm-size-212 {
        font-size: 11.05vw !important;
        font-size: clamp(70px, 11.05vw, 11.05vw) !important;
    }
    .div-content-customer .v2 .sm-size-216 {
        font-size: 11.25vw !important;
        font-size: clamp(71px, 11.25vw, 11.25vw) !important;
    }
    .div-content-customer .v2 .sm-size-220 {
        font-size: 11.46vw !important;
        font-size: clamp(72px, 11.46vw, 11.46vw) !important;
    }
    .div-content-customer .v2 .sm-size-224 {
        font-size: 11.67vw !important;
        font-size: clamp(73px, 11.67vw, 11.67vw) !important;
    }
    .div-content-customer .v2 .sm-size-228 {
        font-size: 11.88vw !important;
        font-size: clamp(75px, 11.88vw, 11.88vw) !important;
    }
    .div-content-customer .v2 .sm-size-232 {
        font-size: 12.09vw !important;
        font-size: clamp(75px, 12.09vw, 12.09vw) !important;
    }
    .div-content-customer .v2 .sm-size-236 {
        font-size: 12.3vw !important;
        font-size: clamp(76px, 12.3vw, 12.3vw) !important;
    }
    .div-content-customer .v2 .sm-size-240 {
        font-size: 12.5vw !important;
        font-size: clamp(77px, 12.5vw, 12.5vw) !important;
    }
    .div-content-customer .v2 .sm-size-244 {
        font-size: 12.71vw !important;
        font-size: clamp(78px, 12.71vw, 12.71vw) !important;
    }
    .div-content-customer .v2 .sm-size-248 {
        font-size: 12.92vw !important;
        font-size: clamp(79px, 12.92vw, 12.92vw) !important;
    }
    .div-content-customer .v2 .sm-size-252 {
        font-size: 13.13vw !important;
        font-size: clamp(80px, 13.13vw, 13.13vw) !important;
    }
    .div-content-customer .v2 .sm-size-256 {
        font-size: 13.34vw !important;
        font-size: clamp(81px, 13.34vw, 13.34vw) !important;
    }
    .div-content-customer .v2 .sm-size-260 {
        font-size: 13.55vw !important;
        font-size: clamp(82px, 13.55vw, 13.55vw) !important;
    }
    .div-content-customer .v2 .sm-size-264 {
        font-size: 13.75vw !important;
        font-size: clamp(83px, 13.75vw, 13.75vw) !important;
    }
    .div-content-customer .v2 .sm-size-268 {
        font-size: 13.96vw !important;
        font-size: clamp(84px, 13.96vw, 13.96vw) !important;
    }
    .div-content-customer .v2 .sm-size-272 {
        font-size: 14.17vw !important;
        font-size: clamp(85px, 14.17vw, 14.17vw) !important;
    }
    .div-content-customer .v2 .sm-size-276 {
        font-size: 14.38vw !important;
        font-size: clamp(86px, 14.38vw, 14.38vw) !important;
    }
    .div-content-customer .v2 .sm-size-280 {
        font-size: 14.59vw !important;
        font-size: clamp(87px, 14.59vw, 14.59vw) !important;
    }
    .div-content-customer .v2 .sm-size-284 {
        font-size: 14.8vw !important;
        font-size: clamp(88px, 14.8vw, 14.8vw) !important;
    }
    .div-content-customer .v2 .sm-size-288 {
        font-size: 15vw !important;
        font-size: clamp(89px, 15vw, 15vw) !important;
    }
    .div-content-customer .v2 .sm-size-292 {
        font-size: 15.21vw !important;
        font-size: clamp(90px, 15.21vw, 15.21vw) !important;
    }
    .div-content-customer .v2 .sm-size-296 {
        font-size: 15.42vw !important;
        font-size: clamp(91px, 15.42vw, 15.42vw) !important;
    }
    .div-content-customer .v2 .sm-size-300 {
        font-size: 15.63vw !important;
        font-size: clamp(92px, 15.63vw, 15.63vw) !important;
    }
    .div-content-customer .v2 .sm-size-304 {
        font-size: 15.84vw !important;
        font-size: clamp(93px, 15.84vw, 15.84vw) !important;
    }
    .div-content-customer .v2 .sm-size-308 {
        font-size: 16.06vw !important;
        font-size: clamp(94px, 16.06vw, 16.06vw) !important;
    }
    .div-content-customer .v2 .sm-size-312 {
        font-size: 16.26vw !important;
        font-size: clamp(95px, 16.26vw, 16.26vw) !important;
    }
    .div-content-customer .v2 .sm-size-316 {
        font-size: 16.46vw !important;
        font-size: clamp(96px, 16.46vw, 16.46vw) !important;
    }
    .div-content-customer .v2 .sm-size-320 {
        font-size: 16.67vw !important;
        font-size: clamp(97px, 16.67vw, 16.67vw) !important;
    }
    .div-content-customer .v2 .sm-size-324 {
        font-size: 16.88vw !important;
        font-size: clamp(98px, 16.88vw, 16.88vw) !important;
    }
    .div-content-customer .v2 .sm-size-328 {
        font-size: 17.09vw !important;
        font-size: clamp(99px, 17.09vw, 17.09vw) !important;
    }
    .div-content-customer .v2 .sm-size-332 {
        font-size: 17.3vw !important;
        font-size: clamp(100px, 17.3vw, 17.3vw) !important;
    }
    .div-content-customer .v2 .sm-size-336 {
        font-size: 17.5vw !important;
        font-size: clamp(101px, 17.5vw, 17.5vw) !important;
    }
    .div-content-customer .v2 .sm-size-340 {
        font-size: 17.71vw !important;
        font-size: clamp(102px, 17.71vw, 17.71vw) !important;
    }
    .div-content-customer .v2 .sm-size-344 {
        font-size: 17.92vw !important;
        font-size: clamp(103px, 17.92vw, 17.92vw) !important;
    }
    .div-content-customer .v2 .sm-size-348 {
        font-size: 18.13vw !important;
        font-size: clamp(104px, 18.13vw, 18.13vw) !important;
    }
    .div-content-customer .v2 .sm-size-352 {
        font-size: 18.34vw !important;
        font-size: clamp(105px, 18.34vw, 18.34vw) !important;
    }
    .div-content-customer .v2 .sm-size-356 {
        font-size: 18.55vw !important;
        font-size: clamp(106px, 18.55vw, 18.55vw) !important;
    }
    .div-content-customer .v2 .sm-size-360 {
        font-size: 18.76vw !important;
        font-size: clamp(107px, 18.76vw, 18.76vw) !important;
    }
    .div-content-customer .v2 .sm-size-364 {
        font-size: 18.96vw !important;
        font-size: clamp(108px, 18.96vw, 18.96vw) !important;
    }
    .div-content-customer .v2 .sm-size-368 {
        font-size: 19.17vw !important;
        font-size: clamp(109px, 19.17vw, 19.17vw) !important;
    }
    .div-content-customer .v2 .sm-size-372 {
        font-size: 19.38vw !important;
        font-size: clamp(110px, 19.38vw, 19.38vw) !important;
    }
    .div-content-customer .v2 .sm-size-376 {
        font-size: 19.59vw !important;
        font-size: clamp(111px, 19.59vw, 19.59vw) !important;
    }
    .div-content-customer .v2 .sm-size-380 {
        font-size: 19.8vw !important;
        font-size: clamp(112px, 19.8vw, 19.8vw) !important;
    }
    .div-content-customer .v2 .sm-size-384 {
        font-size: 20vw !important;
        font-size: clamp(113px, 20vw, 20vw) !important;
    }
    .div-content-customer .v2 .sm-size-388 {
        font-size: 20.21vw !important;
        font-size: clamp(114px, 20.21vw, 20.21vw) !important;
    }
    .div-content-customer .v2 .sm-size-392 {
        font-size: 20.42vw !important;
        font-size: clamp(115px, 20.42vw, 20.42vw) !important;
    }
    .div-content-customer .v2 .sm-size-396 {
        font-size: 20.63vw !important;
        font-size: clamp(116px, 20.63vw, 20.63vw) !important;
    }
    .div-content-customer .v2 .sm-size-400 {
        font-size: 20.84vw !important;
        font-size: clamp(117px, 20.84vw, 20.84vw) !important;
    }
}
@media (max-width: 760px) {
    /* targetted font sizes */
    .div-content-customer .v2 .xs-size-12 {
        font-size: 0.74vw !important;
        font-size: clamp(12px, 0.74vw, 0.74vw) !important;
    }
    .div-content-customer .v2 .xs-size-13 {
        font-size: 0.8vw !important;
        font-size: clamp(13px, 0.8vw, 0.8vw) !important;
    }
    .div-content-customer .v2 .xs-size-14 {
        font-size: 0.86vw !important;
        font-size: clamp(14px, 0.86vw, 0.86vw) !important;
    }
    .div-content-customer .v2 .xs-size-15 {
        font-size: 0.93vw !important;
        font-size: clamp(15px, 0.93vw, 0.93vw) !important;
    }
    .div-content-customer .v2 .xs-size-16 {
        font-size: 0.99vw !important;
        font-size: clamp(16px, 0.99vw, 0.99vw) !important;
    }
    .div-content-customer .v2 .xs-size-17 {
        font-size: 1.05vw !important;
        font-size: clamp(17px, 1.05vw, 1.05vw) !important;
    }
    .div-content-customer .v2 .xs-size-18 {
        font-size: 1.11vw !important;
        font-size: clamp(18px, 1.11vw, 1.11vw) !important;
    }
    .div-content-customer .v2 .xs-size-19 {
        font-size: 1.17vw !important;
        font-size: clamp(19px, 1.17vw, 1.17vw) !important;
    }
    .div-content-customer .v2 .xs-size-20 {
        font-size: 1.23vw !important;
        font-size: clamp(20px, 1.23vw, 1.23vw) !important;
    }
    .div-content-customer .v2 .xs-size-21 {
        font-size: 1.29vw !important;
        font-size: clamp(21px, 1.29vw, 1.29vw) !important;
    }
    .div-content-customer .v2 .xs-size-24 {
        font-size: 1.48vw !important;
        font-size: clamp(22px, 1.48vw, 1.48vw) !important;
    }
    .div-content-customer .v2 .xs-size-28 {
        font-size: 1.56vw !important;
        font-size: clamp(23px, 1.56vw, 1.56vw) !important;
    }
    .div-content-customer .v2 .xs-size-32 {
        font-size: 1.64vw !important;
        font-size: clamp(24px, 1.64vw, 1.64vw) !important;
    }
    .div-content-customer .v2 .xs-size-35 {
        font-size: 1.82vw !important;
        font-size: clamp(25px, 1.82vw, 1.82vw) !important;
    }
    .div-content-customer .v2 .xs-size-38 {
        font-size: 1.98vw !important;
        font-size: clamp(26px, 1.98vw, 1.98vw) !important;
    }
    .div-content-customer .v2 .xs-size-42 {
        font-size: 2.19vw !important;
        font-size: clamp(27px, 2.19vw, 2.19vw) !important;
    }
    .div-content-customer .v2 .xs-size-46 {
        font-size: 2.4vw !important;
        font-size: clamp(28px, 2.4vw, 2.4vw) !important;
    }
    .div-content-customer .v2 .xs-size-48 {
        font-size: 2.5vw !important;
        font-size: clamp(29px, 2.5vw, 2.5vw) !important;
    }
    .div-content-customer .v2 .xs-size-50 {
        font-size: 2.61vw !important;
        font-size: clamp(30px, 2.61vw, 2.61vw) !important;
    }
    .div-content-customer .v2 .xs-size-54 {
        font-size: 2.81vw !important;
        font-size: clamp(31px, 2.81vw, 2.81vw) !important;
    }
    .div-content-customer .v2 .xs-size-60 {
        font-size: 3.13vw !important;
        font-size: clamp(32px, 3.13vw, 3.13vw) !important;
    }
    .div-content-customer .v2 .xs-size-64 {
        font-size: 3.33vw !important;
        font-size: clamp(33px, 3.33vw, 3.33vw) !important;
    }
    .div-content-customer .v2 .xs-size-68 {
        font-size: 3.54vw !important;
        font-size: clamp(34px, 3.54vw, 3.54vw) !important;
    }
    .div-content-customer .v2 .xs-size-72 {
        font-size: 3.75vw !important;
        font-size: clamp(35px, 3.75vw, 3.75vw) !important;
    }
    .div-content-customer .v2 .xs-size-76 {
        font-size: 3.96vw !important;
        font-size: clamp(36px, 3.96vw, 3.96vw) !important;
    }
    .div-content-customer .v2 .xs-size-80 {
        font-size: 4.17vw !important;
        font-size: clamp(37px, 4.17vw, 4.17vw) !important;
    }
    .div-content-customer .v2 .xs-size-84 {
        font-size: 4.38vw !important;
        font-size: clamp(38px, 4.38vw, 4.38vw) !important;
    }
    .div-content-customer .v2 .xs-size-88 {
        font-size: 4.58vw !important;
        font-size: clamp(39px, 4.58vw, 4.58vw) !important;
    }
    .div-content-customer .v2 .xs-size-92 {
        font-size: 4.79vw !important;
        font-size: clamp(40px, 4.79vw, 4.79vw) !important;
    }
    .div-content-customer .v2 .xs-size-96 {
        font-size: 5vw !important;
        font-size: clamp(41px, 5vw, 5vw) !important;
    }
    .div-content-customer .v2 .xs-size-100 {
        font-size: 5.21vw !important;
        font-size: clamp(42px, 5.21vw, 5.21vw) !important;
    }
    .div-content-customer .v2 .xs-size-104 {
        font-size: 5.42vw !important;
        font-size: clamp(43px, 5.42vw, 5.42vw) !important;
    }
    .div-content-customer .v2 .xs-size-108 {
        font-size: 5.63vw !important;
        font-size: clamp(44px, 5.63vw, 5.63vw) !important;
    }
    .div-content-customer .v2 .xs-size-112 {
        font-size: 5.84vw !important;
        font-size: clamp(45px, 5.84vw, 5.84vw) !important;
    }
    .div-content-customer .v2 .xs-size-116 {
        font-size: 6.04vw !important;
        font-size: clamp(46px, 6.04vw, 6.04vw) !important;
    }
    .div-content-customer .v2 .xs-size-120 {
        font-size: 6.25vw !important;
        font-size: clamp(47px, 6.25vw, 6.25vw) !important;
    }
    .div-content-customer .v2 .xs-size-124 {
        font-size: 6.46vw !important;
        font-size: clamp(48px, 6.46vw, 6.46vw) !important;
    }
    .div-content-customer .v2 .xs-size-128 {
        font-size: 6.67vw !important;
        font-size: clamp(49px, 6.67vw, 6.67vw) !important;
    }
    .div-content-customer .v2 .xs-size-132 {
        font-size: 6.88vw !important;
        font-size: clamp(50px, 6.88vw, 6.88vw) !important;
    }
    .div-content-customer .v2 .xs-size-136 {
        font-size: 7.09vw !important;
        font-size: clamp(51px, 7.09vw, 7.09vw) !important;
    }
    .div-content-customer .v2 .xs-size-140 {
        font-size: 7.29vw !important;
        font-size: clamp(52px, 7.29vw, 7.29vw) !important;
    }
    .div-content-customer .v2 .xs-size-144 {
        font-size: 7.5vw !important;
        font-size: clamp(53px, 7.5vw, 7.5vw) !important;
    }
    .div-content-customer .v2 .xs-size-148 {
        font-size: 7.71vw !important;
        font-size: clamp(54px, 7.71vw, 7.71vw) !important;
    }
    .div-content-customer .v2 .xs-size-152 {
        font-size: 7.92vw !important;
        font-size: clamp(55px, 7.92vw, 7.92vw) !important;
    }
    .div-content-customer .v2 .xs-size-156 {
        font-size: 8.13vw !important;
        font-size: clamp(56px, 8.13vw, 8.13vw) !important;
    }
    .div-content-customer .v2 .xs-size-160 {
        font-size: 8.34vw !important;
        font-size: clamp(57px, 8.34vw, 8.34vw) !important;
    }
    .div-content-customer .v2 .xs-size-164 {
        font-size: 8.54vw !important;
        font-size: clamp(58px, 8.54vw, 8.54vw) !important;
    }
    .div-content-customer .v2 .xs-size-168 {
        font-size: 8.75vw !important;
        font-size: clamp(59px, 8.75vw, 8.75vw) !important;
    }
    .div-content-customer .v2 .xs-size-172 {
        font-size: 8.96vw !important;
        font-size: clamp(60px, 8.96vw, 8.96vw) !important;
    }
    .div-content-customer .v2 .xs-size-176 {
        font-size: 9.17vw !important;
        font-size: clamp(61px, 9.17vw, 9.17vw) !important;
    }
    .div-content-customer .v2 .xs-size-180 {
        font-size: 9.38vw !important;
        font-size: clamp(62px, 9.38vw, 9.38vw) !important;
    }
    .div-content-customer .v2 .xs-size-184 {
        font-size: 9.59vw !important;
        font-size: clamp(63px, 9.59vw, 9.59vw) !important;
    }
    .div-content-customer .v2 .xs-size-188 {
        font-size: 9.79vw !important;
        font-size: clamp(64px, 9.79vw, 9.79vw) !important;
    }
    .div-content-customer .v2 .xs-size-192 {
        font-size: 10vw !important;
        font-size: clamp(65px, 10vw, 10vw) !important;
    }
    .div-content-customer .v2 .xs-size-196 {
        font-size: 10.21vw !important;
        font-size: clamp(66px, 10.21vw, 10.21vw) !important;
    }
    .div-content-customer .v2 .xs-size-200 {
        font-size: 10.42vw !important;
        font-size: clamp(67px, 10.42vw, 10.42vw) !important;
    }
    .div-content-customer .v2 .xs-size-204 {
        font-size: 10.63vw !important;
        font-size: clamp(68px, 10.63vw, 10.63vw) !important;
    }
    .div-content-customer .v2 .xs-size-208 {
        font-size: 10.84vw !important;
        font-size: clamp(69px, 10.84vw, 10.84vw) !important;
    }
    .div-content-customer .v2 .xs-size-212 {
        font-size: 11.05vw !important;
        font-size: clamp(70px, 11.05vw, 11.05vw) !important;
    }
    .div-content-customer .v2 .xs-size-216 {
        font-size: 11.25vw !important;
        font-size: clamp(71px, 11.25vw, 11.25vw) !important;
    }
    .div-content-customer .v2 .xs-size-220 {
        font-size: 11.46vw !important;
        font-size: clamp(72px, 11.46vw, 11.46vw) !important;
    }
    .div-content-customer .v2 .xs-size-224 {
        font-size: 11.67vw !important;
        font-size: clamp(73px, 11.67vw, 11.67vw) !important;
    }
    .div-content-customer .v2 .xs-size-228 {
        font-size: 11.88vw !important;
        font-size: clamp(75px, 11.88vw, 11.88vw) !important;
    }
    .div-content-customer .v2 .xs-size-232 {
        font-size: 12.09vw !important;
        font-size: clamp(75px, 12.09vw, 12.09vw) !important;
    }
    .div-content-customer .v2 .xs-size-236 {
        font-size: 12.3vw !important;
        font-size: clamp(76px, 12.3vw, 12.3vw) !important;
    }
    .div-content-customer .v2 .xs-size-240 {
        font-size: 12.5vw !important;
        font-size: clamp(77px, 12.5vw, 12.5vw) !important;
    }
    .div-content-customer .v2 .xs-size-244 {
        font-size: 12.71vw !important;
        font-size: clamp(78px, 12.71vw, 12.71vw) !important;
    }
    .div-content-customer .v2 .xs-size-248 {
        font-size: 12.92vw !important;
        font-size: clamp(79px, 12.92vw, 12.92vw) !important;
    }
    .div-content-customer .v2 .xs-size-252 {
        font-size: 13.13vw !important;
        font-size: clamp(80px, 13.13vw, 13.13vw) !important;
    }
    .div-content-customer .v2 .xs-size-256 {
        font-size: 13.34vw !important;
        font-size: clamp(81px, 13.34vw, 13.34vw) !important;
    }
    .div-content-customer .v2 .xs-size-260 {
        font-size: 13.55vw !important;
        font-size: clamp(82px, 13.55vw, 13.55vw) !important;
    }
    .div-content-customer .v2 .xs-size-264 {
        font-size: 13.75vw !important;
        font-size: clamp(83px, 13.75vw, 13.75vw) !important;
    }
    .div-content-customer .v2 .xs-size-268 {
        font-size: 13.96vw !important;
        font-size: clamp(84px, 13.96vw, 13.96vw) !important;
    }
    .div-content-customer .v2 .xs-size-272 {
        font-size: 14.17vw !important;
        font-size: clamp(85px, 14.17vw, 14.17vw) !important;
    }
    .div-content-customer .v2 .xs-size-276 {
        font-size: 14.38vw !important;
        font-size: clamp(86px, 14.38vw, 14.38vw) !important;
    }
    .div-content-customer .v2 .xs-size-280 {
        font-size: 14.59vw !important;
        font-size: clamp(87px, 14.59vw, 14.59vw) !important;
    }
    .div-content-customer .v2 .xs-size-284 {
        font-size: 14.8vw !important;
        font-size: clamp(88px, 14.8vw, 14.8vw) !important;
    }
    .div-content-customer .v2 .xs-size-288 {
        font-size: 15vw !important;
        font-size: clamp(89px, 15vw, 15vw) !important;
    }
    .div-content-customer .v2 .xs-size-292 {
        font-size: 15.21vw !important;
        font-size: clamp(90px, 15.21vw, 15.21vw) !important;
    }
    .div-content-customer .v2 .xs-size-296 {
        font-size: 15.42vw !important;
        font-size: clamp(91px, 15.42vw, 15.42vw) !important;
    }
    .div-content-customer .v2 .xs-size-300 {
        font-size: 15.63vw !important;
        font-size: clamp(92px, 15.63vw, 15.63vw) !important;
    }
    .div-content-customer .v2 .xs-size-304 {
        font-size: 15.84vw !important;
        font-size: clamp(93px, 15.84vw, 15.84vw) !important;
    }
    .div-content-customer .v2 .xs-size-308 {
        font-size: 16.06vw !important;
        font-size: clamp(94px, 16.06vw, 16.06vw) !important;
    }
    .div-content-customer .v2 .xs-size-312 {
        font-size: 16.26vw !important;
        font-size: clamp(95px, 16.26vw, 16.26vw) !important;
    }
    .div-content-customer .v2 .xs-size-316 {
        font-size: 16.46vw !important;
        font-size: clamp(96px, 16.46vw, 16.46vw) !important;
    }
    .div-content-customer .v2 .xs-size-320 {
        font-size: 16.67vw !important;
        font-size: clamp(97px, 16.67vw, 16.67vw) !important;
    }
    .div-content-customer .v2 .xs-size-324 {
        font-size: 16.88vw !important;
        font-size: clamp(98px, 16.88vw, 16.88vw) !important;
    }
    .div-content-customer .v2 .xs-size-328 {
        font-size: 17.09vw !important;
        font-size: clamp(99px, 17.09vw, 17.09vw) !important;
    }
    .div-content-customer .v2 .xs-size-332 {
        font-size: 17.3vw !important;
        font-size: clamp(100px, 17.3vw, 17.3vw) !important;
    }
    .div-content-customer .v2 .xs-size-336 {
        font-size: 17.5vw !important;
        font-size: clamp(101px, 17.5vw, 17.5vw) !important;
    }
    .div-content-customer .v2 .xs-size-340 {
        font-size: 17.71vw !important;
        font-size: clamp(102px, 17.71vw, 17.71vw) !important;
    }
    .div-content-customer .v2 .xs-size-344 {
        font-size: 17.92vw !important;
        font-size: clamp(103px, 17.92vw, 17.92vw) !important;
    }
    .div-content-customer .v2 .xs-size-348 {
        font-size: 18.13vw !important;
        font-size: clamp(104px, 18.13vw, 18.13vw) !important;
    }
    .div-content-customer .v2 .xs-size-352 {
        font-size: 18.34vw !important;
        font-size: clamp(105px, 18.34vw, 18.34vw) !important;
    }
    .div-content-customer .v2 .xs-size-356 {
        font-size: 18.55vw !important;
        font-size: clamp(106px, 18.55vw, 18.55vw) !important;
    }
    .div-content-customer .v2 .xs-size-360 {
        font-size: 18.76vw !important;
        font-size: clamp(107px, 18.76vw, 18.76vw) !important;
    }
    .div-content-customer .v2 .xs-size-364 {
        font-size: 18.96vw !important;
        font-size: clamp(108px, 18.96vw, 18.96vw) !important;
    }
    .div-content-customer .v2 .xs-size-368 {
        font-size: 19.17vw !important;
        font-size: clamp(109px, 19.17vw, 19.17vw) !important;
    }
    .div-content-customer .v2 .xs-size-372 {
        font-size: 19.38vw !important;
        font-size: clamp(110px, 19.38vw, 19.38vw) !important;
    }
    .div-content-customer .v2 .xs-size-376 {
        font-size: 19.59vw !important;
        font-size: clamp(111px, 19.59vw, 19.59vw) !important;
    }
    .div-content-customer .v2 .xs-size-380 {
        font-size: 19.8vw !important;
        font-size: clamp(112px, 19.8vw, 19.8vw) !important;
    }
    .div-content-customer .v2 .xs-size-384 {
        font-size: 20vw !important;
        font-size: clamp(113px, 20vw, 20vw) !important;
    }
    .div-content-customer .v2 .xs-size-388 {
        font-size: 20.21vw !important;
        font-size: clamp(114px, 20.21vw, 20.21vw) !important;
    }
    .div-content-customer .v2 .xs-size-392 {
        font-size: 20.42vw !important;
        font-size: clamp(115px, 20.42vw, 20.42vw) !important;
    }
    .div-content-customer .v2 .xs-size-396 {
        font-size: 20.63vw !important;
        font-size: clamp(116px, 20.63vw, 20.63vw) !important;
    }
    .div-content-customer .v2 .xs-size-400 {
        font-size: 20.84vw !important;
        font-size: clamp(117px, 20.84vw, 20.84vw) !important;
    }
}
@media (min-width: 971px) and (max-width: 1280px) {
    .div-content-customer .md-size-12 {
        font-size: 12px !important;
    }
    .div-content-customer .md-size-13 {
        font-size: 13px !important;
    }
    .div-content-customer .md-size-14 {
        font-size: 14px !important;
    }
    .div-content-customer .md-size-15 {
        font-size: 15px !important;
    }
    .div-content-customer .md-size-16 {
        font-size: 16px !important;
    }
    .div-content-customer .md-size-17 {
        font-size: 17px !important;
    }
    .div-content-customer .md-size-18 {
        font-size: 18px !important;
    }
    .div-content-customer .md-size-19 {
        font-size: 19px !important;
    }
    .div-content-customer .md-size-20 {
        font-size: 20px !important;
    }
    .div-content-customer .md-size-21 {
        font-size: 21px !important;
    }
    .div-content-customer .md-size-24 {
        font-size: 24px !important;
    }
    .div-content-customer .md-size-28 {
        font-size: 28px !important;
    }
    .div-content-customer .md-size-32 {
        font-size: 32px !important;
    }
    .div-content-customer .md-size-35 {
        font-size: 35px !important;
    }
    .div-content-customer .md-size-38 {
        font-size: 38px !important;
    }
    .div-content-customer .md-size-42 {
        font-size: 42px !important;
    }
    .div-content-customer .md-size-46 {
        font-size: 46px !important;
    }
    .div-content-customer .md-size-48 {
        font-size: 48px !important;
    }
    .div-content-customer .md-size-50 {
        font-size: 50px !important;
    }
    .div-content-customer .md-size-54 {
        font-size: 54px !important;
    }
    .div-content-customer .md-size-60 {
        font-size: 60px !important;
    }
    .div-content-customer .md-size-64 {
        font-size: 64px !important;
    }
    .div-content-customer .md-size-68 {
        font-size: 68px !important;
    }
    .div-content-customer .md-size-72 {
        font-size: 72px !important;
    }
    .div-content-customer .md-size-76 {
        font-size: 76px !important;
    }
    .div-content-customer .md-size-80 {
        font-size: 80px !important;
    }
    .div-content-customer .md-size-84 {
        font-size: 84px !important;
    }
    .div-content-customer .md-size-88 {
        font-size: 88px !important;
    }
    .div-content-customer .md-size-92 {
        font-size: 92px !important;
    }
    .div-content-customer .md-size-96 {
        font-size: 96px !important;
    }
    .div-content-customer .md-size-100 {
        font-size: 100px !important;
    }
    .div-content-customer .md-size-104 {
        font-size: 104px !important;
    }
    .div-content-customer .md-size-108 {
        font-size: 108px !important;
    }
    .div-content-customer .md-size-112 {
        font-size: 112px !important;
    }
    .div-content-customer .md-size-116 {
        font-size: 116px !important;
    }
    .div-content-customer .md-size-120 {
        font-size: 120px !important;
    }
    .div-content-customer .md-size-124 {
        font-size: 124px !important;
    }
    .div-content-customer .md-size-128 {
        font-size: 128px !important;
    }
    .div-content-customer .md-size-132 {
        font-size: 132px !important;
    }
    .div-content-customer .md-size-136 {
        font-size: 136px !important;
    }
    .div-content-customer .md-size-140 {
        font-size: 140px !important;
    }
    .div-content-customer .md-size-144 {
        font-size: 144px !important;
    }
    .div-content-customer .md-size-148 {
        font-size: 148px !important;
    }
    .div-content-customer .md-size-152 {
        font-size: 152px !important;
    }
    .div-content-customer .md-size-156 {
        font-size: 156px !important;
    }
    .div-content-customer .md-size-160 {
        font-size: 160px !important;
    }
    .div-content-customer .md-size-164 {
        font-size: 164px !important;
    }
    .div-content-customer .md-size-168 {
        font-size: 168px !important;
    }
    .div-content-customer .md-size-172 {
        font-size: 172px !important;
    }
    .div-content-customer .md-size-176 {
        font-size: 176px !important;
    }
    .div-content-customer .md-size-180 {
        font-size: 180px !important;
    }
    .div-content-customer .md-size-184 {
        font-size: 184px !important;
    }
    .div-content-customer .md-size-188 {
        font-size: 188px !important;
    }
    .div-content-customer .md-size-192 {
        font-size: 192px !important;
    }
    .div-content-customer .md-size-196 {
        font-size: 196px !important;
    }
    .div-content-customer .md-size-200 {
        font-size: 200px !important;
    }
    .div-content-customer .md-size-204 {
        font-size: 204px !important;
    }
    .div-content-customer .md-size-208 {
        font-size: 208px !important;
    }
    .div-content-customer .md-size-212 {
        font-size: 212px !important;
    }
    .div-content-customer .md-size-216 {
        font-size: 216px !important;
    }
    .div-content-customer .md-size-220 {
        font-size: 220px !important;
    }
    .div-content-customer .md-size-224 {
        font-size: 224px !important;
    }
    .div-content-customer .md-size-228 {
        font-size: 228px !important;
    }
    .div-content-customer .md-size-232 {
        font-size: 232px !important;
    }
    .div-content-customer .md-size-236 {
        font-size: 236px !important;
    }
    .div-content-customer .md-size-240 {
        font-size: 240px !important;
    }
    .div-content-customer .md-size-244 {
        font-size: 244px !important;
    }
    .div-content-customer .md-size-248 {
        font-size: 248px !important;
    }
    .div-content-customer .md-size-252 {
        font-size: 252px !important;
    }
    .div-content-customer .md-size-256 {
        font-size: 256px !important;
    }
    .div-content-customer .md-size-260 {
        font-size: 260px !important;
    }
    .div-content-customer .md-size-264 {
        font-size: 264px !important;
    }
    .div-content-customer .md-size-268 {
        font-size: 268px !important;
    }
    .div-content-customer .md-size-272 {
        font-size: 272px !important;
    }
    .div-content-customer .md-size-276 {
        font-size: 276px !important;
    }
    .div-content-customer .md-size-280 {
        font-size: 280px !important;
    }
    .div-content-customer .md-size-284 {
        font-size: 284px !important;
    }
    .div-content-customer .md-size-288 {
        font-size: 288px !important;
    }
    .div-content-customer .md-size-292 {
        font-size: 292px !important;
    }
    .div-content-customer .md-size-296 {
        font-size: 296px !important;
    }
    .div-content-customer .md-size-300 {
        font-size: 300px !important;
    }
    .div-content-customer .md-size-304 {
        font-size: 304px !important;
    }
    .div-content-customer .md-size-308 {
        font-size: 308px !important;
    }
    .div-content-customer .md-size-312 {
        font-size: 312px !important;
    }
    .div-content-customer .md-size-316 {
        font-size: 316px !important;
    }
    .div-content-customer .md-size-320 {
        font-size: 320px !important;
    }
    .div-content-customer .md-size-324 {
        font-size: 324px !important;
    }
    .div-content-customer .md-size-328 {
        font-size: 328px !important;
    }
    .div-content-customer .md-size-332 {
        font-size: 332px !important;
    }
    .div-content-customer .md-size-336 {
        font-size: 336px !important;
    }
    .div-content-customer .md-size-340 {
        font-size: 340px !important;
    }
    .div-content-customer .md-size-344 {
        font-size: 344px !important;
    }
    .div-content-customer .md-size-348 {
        font-size: 348px !important;
    }
    .div-content-customer .md-size-352 {
        font-size: 352px !important;
    }
    .div-content-customer .md-size-356 {
        font-size: 356px !important;
    }
    .div-content-customer .md-size-360 {
        font-size: 360px !important;
    }
    .div-content-customer .md-size-364 {
        font-size: 364px !important;
    }
    .div-content-customer .md-size-368 {
        font-size: 368px !important;
    }
    .div-content-customer .md-size-372 {
        font-size: 372px !important;
    }
    .div-content-customer .md-size-376 {
        font-size: 376px !important;
    }
    .div-content-customer .md-size-380 {
        font-size: 380px !important;
    }
    .div-content-customer .md-size-384 {
        font-size: 384px !important;
    }
    .div-content-customer .md-size-388 {
        font-size: 388px !important;
    }
    .div-content-customer .md-size-392 {
        font-size: 392px !important;
    }
    .div-content-customer .md-size-396 {
        font-size: 396px !important;
    }
    .div-content-customer .md-size-400 {
        font-size: 400px !important;
    }
}
@media (min-width: 761px) and (max-width: 970px) {
    .div-content-customer .sm-size-12 {
        font-size: 12px !important;
    }
    .div-content-customer .sm-size-13 {
        font-size: 13px !important;
    }
    .div-content-customer .sm-size-14 {
        font-size: 14px !important;
    }
    .div-content-customer .sm-size-15 {
        font-size: 15px !important;
    }
    .div-content-customer .sm-size-16 {
        font-size: 16px !important;
    }
    .div-content-customer .sm-size-17 {
        font-size: 17px !important;
    }
    .div-content-customer .sm-size-18 {
        font-size: 18px !important;
    }
    .div-content-customer .sm-size-19 {
        font-size: 19px !important;
    }
    .div-content-customer .sm-size-20 {
        font-size: 20px !important;
    }
    .div-content-customer .sm-size-21 {
        font-size: 21px !important;
    }
    .div-content-customer .sm-size-24 {
        font-size: 24px !important;
    }
    .div-content-customer .sm-size-28 {
        font-size: 28px !important;
    }
    .div-content-customer .sm-size-32 {
        font-size: 32px !important;
    }
    .div-content-customer .sm-size-35 {
        font-size: 35px !important;
    }
    .div-content-customer .sm-size-38 {
        font-size: 38px !important;
    }
    .div-content-customer .sm-size-42 {
        font-size: 42px !important;
    }
    .div-content-customer .sm-size-46 {
        font-size: 46px !important;
    }
    .div-content-customer .sm-size-48 {
        font-size: 48px !important;
    }
    .div-content-customer .sm-size-50 {
        font-size: 50px !important;
    }
    .div-content-customer .sm-size-54 {
        font-size: 54px !important;
    }
    .div-content-customer .sm-size-60 {
        font-size: 60px !important;
    }
    .div-content-customer .sm-size-64 {
        font-size: 64px !important;
    }
    .div-content-customer .sm-size-68 {
        font-size: 68px !important;
    }
    .div-content-customer .sm-size-72 {
        font-size: 72px !important;
    }
    .div-content-customer .sm-size-76 {
        font-size: 76px !important;
    }
    .div-content-customer .sm-size-80 {
        font-size: 80px !important;
    }
    .div-content-customer .sm-size-84 {
        font-size: 84px !important;
    }
    .div-content-customer .sm-size-88 {
        font-size: 88px !important;
    }
    .div-content-customer .sm-size-92 {
        font-size: 92px !important;
    }
    .div-content-customer .sm-size-96 {
        font-size: 96px !important;
    }
    .div-content-customer .sm-size-100 {
        font-size: 100px !important;
    }
    .div-content-customer .sm-size-104 {
        font-size: 104px !important;
    }
    .div-content-customer .sm-size-108 {
        font-size: 108px !important;
    }
    .div-content-customer .sm-size-112 {
        font-size: 112px !important;
    }
    .div-content-customer .sm-size-116 {
        font-size: 116px !important;
    }
    .div-content-customer .sm-size-120 {
        font-size: 120px !important;
    }
    .div-content-customer .sm-size-124 {
        font-size: 124px !important;
    }
    .div-content-customer .sm-size-128 {
        font-size: 128px !important;
    }
    .div-content-customer .sm-size-132 {
        font-size: 132px !important;
    }
    .div-content-customer .sm-size-136 {
        font-size: 136px !important;
    }
    .div-content-customer .sm-size-140 {
        font-size: 140px !important;
    }
    .div-content-customer .sm-size-144 {
        font-size: 144px !important;
    }
    .div-content-customer .sm-size-148 {
        font-size: 148px !important;
    }
    .div-content-customer .sm-size-152 {
        font-size: 152px !important;
    }
    .div-content-customer .sm-size-156 {
        font-size: 156px !important;
    }
    .div-content-customer .sm-size-160 {
        font-size: 160px !important;
    }
    .div-content-customer .sm-size-164 {
        font-size: 164px !important;
    }
    .div-content-customer .sm-size-168 {
        font-size: 168px !important;
    }
    .div-content-customer .sm-size-172 {
        font-size: 172px !important;
    }
    .div-content-customer .sm-size-176 {
        font-size: 176px !important;
    }
    .div-content-customer .sm-size-180 {
        font-size: 180px !important;
    }
    .div-content-customer .sm-size-184 {
        font-size: 184px !important;
    }
    .div-content-customer .sm-size-188 {
        font-size: 188px !important;
    }
    .div-content-customer .sm-size-192 {
        font-size: 192px !important;
    }
    .div-content-customer .sm-size-196 {
        font-size: 196px !important;
    }
    .div-content-customer .sm-size-200 {
        font-size: 200px !important;
    }
    .div-content-customer .sm-size-204 {
        font-size: 204px !important;
    }
    .div-content-customer .sm-size-208 {
        font-size: 208px !important;
    }
    .div-content-customer .sm-size-212 {
        font-size: 212px !important;
    }
    .div-content-customer .sm-size-216 {
        font-size: 216px !important;
    }
    .div-content-customer .sm-size-220 {
        font-size: 220px !important;
    }
    .div-content-customer .sm-size-224 {
        font-size: 224px !important;
    }
    .div-content-customer .sm-size-228 {
        font-size: 228px !important;
    }
    .div-content-customer .sm-size-232 {
        font-size: 232px !important;
    }
    .div-content-customer .sm-size-236 {
        font-size: 236px !important;
    }
    .div-content-customer .sm-size-240 {
        font-size: 240px !important;
    }
    .div-content-customer .sm-size-244 {
        font-size: 244px !important;
    }
    .div-content-customer .sm-size-248 {
        font-size: 248px !important;
    }
    .div-content-customer .sm-size-252 {
        font-size: 252px !important;
    }
    .div-content-customer .sm-size-256 {
        font-size: 256px !important;
    }
    .div-content-customer .sm-size-260 {
        font-size: 260px !important;
    }
    .div-content-customer .sm-size-264 {
        font-size: 264px !important;
    }
    .div-content-customer .sm-size-268 {
        font-size: 268px !important;
    }
    .div-content-customer .sm-size-272 {
        font-size: 272px !important;
    }
    .div-content-customer .sm-size-276 {
        font-size: 276px !important;
    }
    .div-content-customer .sm-size-280 {
        font-size: 280px !important;
    }
    .div-content-customer .sm-size-284 {
        font-size: 284px !important;
    }
    .div-content-customer .sm-size-288 {
        font-size: 288px !important;
    }
    .div-content-customer .sm-size-292 {
        font-size: 292px !important;
    }
    .div-content-customer .sm-size-296 {
        font-size: 296px !important;
    }
    .div-content-customer .sm-size-300 {
        font-size: 300px !important;
    }
    .div-content-customer .sm-size-304 {
        font-size: 304px !important;
    }
    .div-content-customer .sm-size-308 {
        font-size: 308px !important;
    }
    .div-content-customer .sm-size-312 {
        font-size: 312px !important;
    }
    .div-content-customer .sm-size-316 {
        font-size: 316px !important;
    }
    .div-content-customer .sm-size-320 {
        font-size: 320px !important;
    }
    .div-content-customer .sm-size-324 {
        font-size: 324px !important;
    }
    .div-content-customer .sm-size-328 {
        font-size: 328px !important;
    }
    .div-content-customer .sm-size-332 {
        font-size: 332px !important;
    }
    .div-content-customer .sm-size-336 {
        font-size: 336px !important;
    }
    .div-content-customer .sm-size-340 {
        font-size: 340px !important;
    }
    .div-content-customer .sm-size-344 {
        font-size: 344px !important;
    }
    .div-content-customer .sm-size-348 {
        font-size: 348px !important;
    }
    .div-content-customer .sm-size-352 {
        font-size: 352px !important;
    }
    .div-content-customer .sm-size-356 {
        font-size: 356px !important;
    }
    .div-content-customer .sm-size-360 {
        font-size: 360px !important;
    }
    .div-content-customer .sm-size-364 {
        font-size: 364px !important;
    }
    .div-content-customer .sm-size-368 {
        font-size: 368px !important;
    }
    .div-content-customer .sm-size-372 {
        font-size: 372px !important;
    }
    .div-content-customer .sm-size-376 {
        font-size: 376px !important;
    }
    .div-content-customer .sm-size-380 {
        font-size: 380px !important;
    }
    .div-content-customer .sm-size-384 {
        font-size: 384px !important;
    }
    .div-content-customer .sm-size-388 {
        font-size: 388px !important;
    }
    .div-content-customer .sm-size-392 {
        font-size: 392px !important;
    }
    .div-content-customer .sm-size-396 {
        font-size: 396px !important;
    }
    .div-content-customer .sm-size-400 {
        font-size: 400px !important;
    }
}
@media (max-width: 760px) {
    .div-content-customer .xs-size-12 {
        font-size: 12px !important;
    }
    .div-content-customer .xs-size-13 {
        font-size: 13px !important;
    }
    .div-content-customer .xs-size-14 {
        font-size: 14px !important;
    }
    .div-content-customer .xs-size-15 {
        font-size: 15px !important;
    }
    .div-content-customer .xs-size-16 {
        font-size: 16px !important;
    }
    .div-content-customer .xs-size-17 {
        font-size: 17px !important;
    }
    .div-content-customer .xs-size-18 {
        font-size: 18px !important;
    }
    .div-content-customer .xs-size-19 {
        font-size: 19px !important;
    }
    .div-content-customer .xs-size-20 {
        font-size: 20px !important;
    }
    .div-content-customer .xs-size-21 {
        font-size: 21px !important;
    }
    .div-content-customer .xs-size-24 {
        font-size: 24px !important;
    }
    .div-content-customer .xs-size-28 {
        font-size: 28px !important;
    }
    .div-content-customer .xs-size-32 {
        font-size: 32px !important;
    }
    .div-content-customer .xs-size-35 {
        font-size: 35px !important;
    }
    .div-content-customer .xs-size-38 {
        font-size: 38px !important;
    }
    .div-content-customer .xs-size-42 {
        font-size: 42px !important;
    }
    .div-content-customer .xs-size-46 {
        font-size: 46px !important;
    }
    .div-content-customer .xs-size-48 {
        font-size: 48px !important;
    }
    .div-content-customer .xs-size-50 {
        font-size: 50px !important;
    }
    .div-content-customer .xs-size-54 {
        font-size: 54px !important;
    }
    .div-content-customer .xs-size-60 {
        font-size: 60px !important;
    }
    .div-content-customer .xs-size-64 {
        font-size: 64px !important;
    }
    .div-content-customer .xs-size-68 {
        font-size: 68px !important;
    }
    .div-content-customer .xs-size-72 {
        font-size: 72px !important;
    }
    .div-content-customer .xs-size-76 {
        font-size: 76px !important;
    }
    .div-content-customer .xs-size-80 {
        font-size: 80px !important;
    }
    .div-content-customer .xs-size-84 {
        font-size: 84px !important;
    }
    .div-content-customer .xs-size-88 {
        font-size: 88px !important;
    }
    .div-content-customer .xs-size-92 {
        font-size: 92px !important;
    }
    .div-content-customer .xs-size-96 {
        font-size: 96px !important;
    }
    .div-content-customer .xs-size-100 {
        font-size: 100px !important;
    }
    .div-content-customer .xs-size-104 {
        font-size: 104px !important;
    }
    .div-content-customer .xs-size-108 {
        font-size: 108px !important;
    }
    .div-content-customer .xs-size-112 {
        font-size: 112px !important;
    }
    .div-content-customer .xs-size-116 {
        font-size: 116px !important;
    }
    .div-content-customer .xs-size-120 {
        font-size: 120px !important;
    }
    .div-content-customer .xs-size-124 {
        font-size: 124px !important;
    }
    .div-content-customer .xs-size-128 {
        font-size: 128px !important;
    }
    .div-content-customer .xs-size-132 {
        font-size: 132px !important;
    }
    .div-content-customer .xs-size-136 {
        font-size: 136px !important;
    }
    .div-content-customer .xs-size-140 {
        font-size: 140px !important;
    }
    .div-content-customer .xs-size-144 {
        font-size: 144px !important;
    }
    .div-content-customer .xs-size-148 {
        font-size: 148px !important;
    }
    .div-content-customer .xs-size-152 {
        font-size: 152px !important;
    }
    .div-content-customer .xs-size-156 {
        font-size: 156px !important;
    }
    .div-content-customer .xs-size-160 {
        font-size: 160px !important;
    }
    .div-content-customer .xs-size-164 {
        font-size: 164px !important;
    }
    .div-content-customer .xs-size-168 {
        font-size: 168px !important;
    }
    .div-content-customer .xs-size-172 {
        font-size: 172px !important;
    }
    .div-content-customer .xs-size-176 {
        font-size: 176px !important;
    }
    .div-content-customer .xs-size-180 {
        font-size: 180px !important;
    }
    .div-content-customer .xs-size-184 {
        font-size: 184px !important;
    }
    .div-content-customer .xs-size-188 {
        font-size: 188px !important;
    }
    .div-content-customer .xs-size-192 {
        font-size: 192px !important;
    }
    .div-content-customer .xs-size-196 {
        font-size: 196px !important;
    }
    .div-content-customer .xs-size-200 {
        font-size: 200px !important;
    }
    .div-content-customer .xs-size-204 {
        font-size: 204px !important;
    }
    .div-content-customer .xs-size-208 {
        font-size: 208px !important;
    }
    .div-content-customer .xs-size-212 {
        font-size: 212px !important;
    }
    .div-content-customer .xs-size-216 {
        font-size: 216px !important;
    }
    .div-content-customer .xs-size-220 {
        font-size: 220px !important;
    }
    .div-content-customer .xs-size-224 {
        font-size: 224px !important;
    }
    .div-content-customer .xs-size-228 {
        font-size: 228px !important;
    }
    .div-content-customer .xs-size-232 {
        font-size: 232px !important;
    }
    .div-content-customer .xs-size-236 {
        font-size: 236px !important;
    }
    .div-content-customer .xs-size-240 {
        font-size: 240px !important;
    }
    .div-content-customer .xs-size-244 {
        font-size: 244px !important;
    }
    .div-content-customer .xs-size-248 {
        font-size: 248px !important;
    }
    .div-content-customer .xs-size-252 {
        font-size: 252px !important;
    }
    .div-content-customer .xs-size-256 {
        font-size: 256px !important;
    }
    .div-content-customer .xs-size-260 {
        font-size: 260px !important;
    }
    .div-content-customer .xs-size-264 {
        font-size: 264px !important;
    }
    .div-content-customer .xs-size-268 {
        font-size: 268px !important;
    }
    .div-content-customer .xs-size-272 {
        font-size: 272px !important;
    }
    .div-content-customer .xs-size-276 {
        font-size: 276px !important;
    }
    .div-content-customer .xs-size-280 {
        font-size: 280px !important;
    }
    .div-content-customer .xs-size-284 {
        font-size: 284px !important;
    }
    .div-content-customer .xs-size-288 {
        font-size: 288px !important;
    }
    .div-content-customer .xs-size-292 {
        font-size: 292px !important;
    }
    .div-content-customer .xs-size-296 {
        font-size: 296px !important;
    }
    .div-content-customer .xs-size-300 {
        font-size: 300px !important;
    }
    .div-content-customer .xs-size-304 {
        font-size: 304px !important;
    }
    .div-content-customer .xs-size-308 {
        font-size: 308px !important;
    }
    .div-content-customer .xs-size-312 {
        font-size: 312px !important;
    }
    .div-content-customer .xs-size-316 {
        font-size: 316px !important;
    }
    .div-content-customer .xs-size-320 {
        font-size: 320px !important;
    }
    .div-content-customer .xs-size-324 {
        font-size: 324px !important;
    }
    .div-content-customer .xs-size-328 {
        font-size: 328px !important;
    }
    .div-content-customer .xs-size-332 {
        font-size: 332px !important;
    }
    .div-content-customer .xs-size-336 {
        font-size: 336px !important;
    }
    .div-content-customer .xs-size-340 {
        font-size: 340px !important;
    }
    .div-content-customer .xs-size-344 {
        font-size: 344px !important;
    }
    .div-content-customer .xs-size-348 {
        font-size: 348px !important;
    }
    .div-content-customer .xs-size-352 {
        font-size: 352px !important;
    }
    .div-content-customer .xs-size-356 {
        font-size: 356px !important;
    }
    .div-content-customer .xs-size-360 {
        font-size: 360px !important;
    }
    .div-content-customer .xs-size-364 {
        font-size: 364px !important;
    }
    .div-content-customer .xs-size-368 {
        font-size: 368px !important;
    }
    .div-content-customer .xs-size-372 {
        font-size: 372px !important;
    }
    .div-content-customer .xs-size-376 {
        font-size: 376px !important;
    }
    .div-content-customer .xs-size-380 {
        font-size: 380px !important;
    }
    .div-content-customer .xs-size-384 {
        font-size: 384px !important;
    }
    .div-content-customer .xs-size-388 {
        font-size: 388px !important;
    }
    .div-content-customer .xs-size-392 {
        font-size: 392px !important;
    }
    .div-content-customer .xs-size-396 {
        font-size: 396px !important;
    }
    .div-content-customer .xs-size-400 {
        font-size: 400px !important;
    }
}
@media (max-width: 970px) {
    .div-content-customer .margin-left-1024-reset {
        margin-left: 0px !important;
    }
    .div-content-customer .margin-right-1024-reset {
        margin-right: 0px !important;
    }
}
.div-content-customer .is-light-text * {
    color: rgba(255, 255, 255, 0.93);
}
.div-content-customer .is-dark-text * {
    color: #000;
    /* Snippets: text */
}
.div-content-customer .is-title1-96 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.div-content-customer .is-title1-80 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.div-content-customer .is-title1-64 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.div-content-customer .is-title1-48 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.div-content-customer .is-title1-32 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.div-content-customer .is-title2-96 {
    margin-top: 25px;
    margin-bottom: 20px;
}
.div-content-customer .is-title2-80 {
    margin-top: 20px;
    margin-bottom: 15px;
}
.div-content-customer .is-title2-64 {
    margin-top: 20px;
    margin-bottom: 15px;
}
.div-content-customer .is-title2-48 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.div-content-customer .is-title2-32 {
    margin-top: 10px;
    margin-bottom: 15px;
}
.div-content-customer .is-title3-96 {
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 20px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}
.div-content-customer .is-title3-80 {
    margin-top: 25px;
    margin-bottom: 33px;
    padding: 20px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}
.div-content-customer .is-title3-64 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 18px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}
.div-content-customer .is-title3-48 {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 18px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}
.div-content-customer .is-title3-32 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}
.div-content-customer .is-light-text .is-title3-96 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}
.div-content-customer .is-light-text .is-title3-80 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}
.div-content-customer .is-light-text .is-title3-64 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}
.div-content-customer .is-light-text .is-title3-48 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}
.div-content-customer .is-light-text .is-title3-32 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}
.div-content-customer .is-dark-text .is-title3-96 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}
.div-content-customer .is-dark-text .is-title3-80 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}
.div-content-customer .is-dark-text .is-title3-64 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}
.div-content-customer .is-dark-text .is-title3-48 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}
.div-content-customer .is-dark-text .is-title3-32 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}
.div-content-customer .is-title4-96 {
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 20px 30px;
    border: #000 2px solid;
}
.div-content-customer .is-title4-80 {
    margin-top: 25px;
    margin-bottom: 33px;
    padding: 20px 30px;
    border: #000 2px solid;
}
.div-content-customer .is-title4-64 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 18px 30px;
    border: #000 2px solid;
}
.div-content-customer .is-title4-48 {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 18px 30px;
    border: #000 2px solid;
}
.div-content-customer .is-title4-32 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 30px;
    border: #000 2px solid;
}
.div-content-customer .is-light-text .is-title4-96 {
    border: #fff 2px solid;
}
.div-content-customer .is-light-text .is-title4-80 {
    border: #fff 2px solid;
}
.div-content-customer .is-light-text .is-title4-64 {
    border: #fff 2px solid;
}
.div-content-customer .is-light-text .is-title4-48 {
    border: #fff 2px solid;
}
.div-content-customer .is-light-text .is-title4-32 {
    border: #fff 2px solid;
}
.div-content-customer .is-dark-text .is-title4-96 {
    border: #000 2px solid;
}
.div-content-customer .is-dark-text .is-title4-80 {
    border: #000 2px solid;
}
.div-content-customer .is-dark-text .is-title4-64 {
    border: #000 2px solid;
}
.div-content-customer .is-dark-text .is-title4-48 {
    border: #000 2px solid;
}
.div-content-customer .is-dark-text .is-title4-32 {
    border: #000 2px solid;
}
.div-content-customer .is-title5-96 {
    margin-top: 10px;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: #000 2px solid;
}
.div-content-customer .is-title5-80 {
    margin-top: 10px;
    margin-bottom: 33px;
    padding-bottom: 25px;
    border-bottom: #000 2px solid;
}
.div-content-customer .is-title5-64 {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: #000 2px solid;
}
.div-content-customer .is-title5-48 {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: #000 2px solid;
}
.div-content-customer .is-title5-32 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #000 2px solid;
}
.div-content-customer .is-light-text .is-title5-96 {
    border-bottom: #fff 2px solid;
}
.div-content-customer .is-light-text .is-title5-80 {
    border-bottom: #fff 2px solid;
}
.div-content-customer .is-light-text .is-title5-64 {
    border-bottom: #fff 2px solid;
}
.div-content-customer .is-light-text .is-title5-48 {
    border-bottom: #fff 2px solid;
}
.div-content-customer .is-light-text .is-title5-32 {
    border-bottom: #fff 2px solid;
}
.div-content-customer .is-dark-text .is-title5-96 {
    border-bottom: #000 2px solid;
}
.div-content-customer .is-dark-text .is-title5-80 {
    border-bottom: #000 2px solid;
}
.div-content-customer .is-dark-text .is-title5-64 {
    border-bottom: #000 2px solid;
}
.div-content-customer .is-dark-text .is-title5-48 {
    border-bottom: #000 2px solid;
}
.div-content-customer .is-dark-text .is-title5-32 {
    border-bottom: #000 2px solid;
}
.div-content-customer .is-title-lite {
    letter-spacing: 3px;
    word-spacing: 5px;
}
.div-content-customer .is-title-lite.is-title3-96, .div-content-customer .is-title-lite.is-title4-96, .div-content-customer .is-title-lite.is-title5-96 {
    letter-spacing: 4px;
    word-spacing: 8px;
}
.div-content-customer .is-title-lite.is-title3-80, .div-content-customer .is-title-lite.is-title4-80, .div-content-customer .is-title-lite.is-title5-80 {
    letter-spacing: 4px;
    word-spacing: 8px;
}
.div-content-customer .is-title-lite.is-title3-64, .div-content-customer .is-title-lite.is-title4-64, .div-content-customer .is-title-lite.is-title5-64 {
    letter-spacing: 4px;
    word-spacing: 8px;
}
.div-content-customer .is-title-lite.is-title3-48, .div-content-customer .is-title-lite.is-title4-48, .div-content-customer .is-title-lite.is-title5-48 {
    letter-spacing: 4px;
    word-spacing: 8px;
}
.div-content-customer .is-title-lite.is-title3-32, .div-content-customer .is-title-lite.is-title4-32, .div-content-customer .is-title-lite.is-title5-32 {
    letter-spacing: 3px;
    word-spacing: 5px;
}
.div-content-customer .is-title-bold {
    font-weight: 800;
}
.div-content-customer .is-title-bold.is-title3-96, .div-content-customer .is-title-bold.is-title4-96, .div-content-customer .is-title-bold.is-title5-96 {
    border-width: 4px;
}
.div-content-customer .is-title-bold.is-title3-80, .div-content-customer .is-title-bold.is-title4-80, .div-content-customer .is-title-bold.is-title5-80 {
    border-width: 4px;
}
.div-content-customer .is-title-bold.is-title3-64, .div-content-customer .is-title-bold.is-title4-64, .div-content-customer .is-title-bold.is-title5-64 {
    border-width: 3px;
}
.div-content-customer .is-title-bold.is-title3-48, .div-content-customer .is-title-bold.is-title4-48, .div-content-customer .is-title-bold.is-title5-48 {
    border-width: 3px;
}
.div-content-customer .is-title-bold.is-title3-32, .div-content-customer .is-title-bold.is-title4-32, .div-content-customer .is-title-bold.is-title5-32 {
    border-width: 2px;
}
.div-content-customer .is-info1 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-style: italic;
}
.div-content-customer .is-info1.size-21 {
    margin-top: 12px;
}
.div-content-customer .is-info1.size-24 {
    margin-top: 15px;
}
.div-content-customer .is-info2 {
    margin-top: 10px;
    margin-bottom: 0px;
}
.div-content-customer .is-info2.size-21 {
    margin-top: 12px;
}
.div-content-customer .is-info2.size-24 {
    margin-top: 15px;
    /* Snippets: buttons */
}
.div-content-customer .is-rounded-button-big a {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    border-radius: 500px;
    width: 110px;
    height: 110px;
    background-color: #aaa;
    overflow: hidden;
    text-decoration: none;
}
.div-content-customer .is-rounded-button-big a i {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div-content-customer .is-rounded-button-big a:first-child {
    margin: 0 20px 0 0;
}
.div-content-customer .is-rounded-button-big a:last-child {
    margin: 0 0 0 20px;
}
.div-content-customer .is-rounded-button-medium a {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    border-radius: 500px;
    width: 70px;
    height: 70px;
    background-color: #aaa;
    overflow: hidden;
    text-decoration: none;
}
.div-content-customer .is-rounded-button-medium a i {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div-content-customer .is-rounded-button-medium a:first-child {
    margin: 0 20px 0 0;
}
.div-content-customer .is-rounded-button-medium a:last-child {
    margin: 0 0 0 20px;
}
.div-content-customer .is-boxed-button-big {
    display: inline-block;
}
.div-content-customer .is-boxed-button-big a {
    display: table;
    float: left;
    text-align: center;
    margin: 0 30px 0 0;
    width: 110px;
    height: 110px;
    background-color: #aaa;
    text-decoration: none;
}
.div-content-customer .is-boxed-button-big a i {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div-content-customer .is-boxed-button-big2 {
    display: inline-block;
}
.div-content-customer .is-boxed-button-big2 a {
    display: table;
    float: left;
    text-align: center;
    margin: 0 30px 0 0;
    width: 150px;
    height: 70px;
    background-color: #aaa;
    text-decoration: none;
}
.div-content-customer .is-boxed-button-big2 a i {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div-content-customer .is-boxed-button-medium {
    display: inline-block;
}
.div-content-customer .is-boxed-button-medium a {
    display: table;
    float: left;
    text-align: center;
    margin: 0 30px 0 0;
    width: 70px;
    height: 70px;
    background-color: #aaa;
    text-decoration: none;
}
.div-content-customer .is-boxed-button-medium a i {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div-content-customer .is-boxed-button-medium2 {
    display: inline-block;
}
.div-content-customer .is-boxed-button-medium2 a {
    display: table;
    float: left;
    text-align: center;
    margin: 0 30px 0 0;
    width: 100px;
    height: 50px;
    background-color: #aaa;
    text-decoration: none;
}
.div-content-customer .is-boxed-button-medium2 a i {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div-content-customer .is-boxed-button-small {
    display: inline-block;
}
.div-content-customer .is-boxed-button-small a {
    display: table;
    float: left;
    text-align: center;
    margin: 0 20px 0 0;
    width: 50px;
    height: 50px;
    background-color: #aaa;
    text-decoration: none;
}
.div-content-customer .is-boxed-button-small a i {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div-content-customer .is-btn, .div-content-customer a.is-btn {
    padding: 10px 50px;
    font-size: 1rem;
    line-height: 2rem;
    border-radius: 0;
    letter-spacing: 3px;
    display: inline-block;
    margin: 3px 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.16s ease;
    transition: all 0.16s ease;
    text-decoration: none;
    color: #000;
}
.div-content-customer .is-btn:hover, .div-content-customer .is-btn:visited, .div-content-customer .is-btn:focus, .div-content-customer a.is-btn:hover, .div-content-customer a.is-btn:visited, .div-content-customer a.is-btn:focus {
    color: initial;
    text-decoration: initial;
    opacity: initial;
    /* prevent overide */
}
.div-content-customer .is-btn-ghost1, .div-content-customer a.is-btn-ghost1 {
    color: #000;
    border: 2px solid #111;
}
.div-content-customer .is-light-text .is-btn-ghost1, .div-content-customer .is-dark-text .is-light-text .is-btn-ghost1, .div-content-customer .is-light-text a.is-btn-ghost1, .div-content-customer .is-dark-text .is-light-text a.is-btn-ghost1 {
    color: #fff;
    border: 2px solid #fff;
}
.div-content-customer .is-dark-text .is-btn-ghost1, .div-content-customer .is-light-text .is-dark-text .is-btn-ghost1, .div-content-customer .is-dark-text a.is-btn-ghost1, .div-content-customer .is-light-text .is-dark-text a.is-btn-ghost1 {
    color: #000;
    border: 2px solid #111;
}
.div-content-customer .is-btn-ghost2, .div-content-customer a.is-btn-ghost2 {
    color: #000;
    border: 2px solid #dcdcdc;
    background-color: #dcdcdc;
}
.div-content-customer .is-light-text .is-btn-ghost2, .div-content-customer .is-dark-text .is-light-text .is-btn-ghost2, .div-content-customer .is-light-text a.is-btn-ghost2, .div-content-customer .is-dark-text .is-light-text a.is-btn-ghost2 {
    color: #000;
    border: 2px solid #f9f9f9;
    background-color: #f9f9f9;
}
.div-content-customer .is-dark-text .is-btn-ghost2, .div-content-customer .is-light-text .is-dark-text .is-btn-ghost2, .div-content-customer .is-dark-text a.is-btn-ghost2, .div-content-customer .is-light-text .is-dark-text a.is-btn-ghost2 {
    color: #000;
    border: 2px solid #d7d7d7;
    background-color: #d7d7d7;
}
.div-content-customer .is-btn.is-btn-small, .div-content-customer .is-btn-small {
    padding: 5px 25px;
    font-size: 0.85em;
}
.div-content-customer .is-btn.is-upper, .div-content-customer .is-upper {
    text-transform: uppercase;
}
.div-content-customer .is-btn.is-rounded-30, .div-content-customer .is-rounded-30 {
    border-radius: 30px;
}
/*.div-content-customer .btn {*/
/*    padding: 7px 25px;*/
/*    font-size: 1em;*/
/*    line-height: 2em;*/
/*    border-radius: 5px;*/
/*    letter-spacing: 1px;*/
/*    display: inline-block;*/
/*    margin-bottom: 0;*/
/*    font-weight: normal;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    vertical-align: middle;*/
/*    cursor: pointer;*/
/*    background-image: none;*/
/*    border: 1px solid transparent;*/
/*    white-space: nowrap;*/
/*    -webkit-transition: all 0.16s ease;*/
/*    transition: all 0.16s ease;*/
/*}*/
/*.div-content-customer .btn.btn-primary {*/
/*    color: #ffffff;*/
/*    background-color: #08c9b9;*/
/*}*/
/*.div-content-customer .btn.btn-primary:hover {*/
/*    color: #ffffff;*/
/*    background-color: #07b0a2;*/
/*    border-color: #07b0a2;*/
/*}*/
/*.div-content-customer .btn.btn-default {*/
/*    color: #333333;*/
/*    background-color: #d3d3d3;*/
/*}*/
/*.div-content-customer .btn.btn-default:hover {*/
/*    color: #111;*/
/*    background-color: #ccc;*/
/*    border-color: #ccc;*/
/*    !* ---------- Editing Utilities ---------- *!*/
/*    !* Responsive *!*/
/*}*/
@media (max-width: 970px) {
    /* Lightbox */
    .div-content-customer .hideonmobile {
        display: none !important;
    }
}
.div-content-customer .block-click {
    cursor: pointer;
}
.div-content-customer .block-click > * {
    pointer-events: none;
    user-select: none;
    /* Column Height */
}
.div-content-customer .min-height-300 {
    min-height: 300px !important;
}
.div-content-customer .min-height-350 {
    min-height: 350px !important;
}
.div-content-customer .min-height-400 {
    min-height: 400px !important;
}
.div-content-customer .min-height-450 {
    min-height: 450px !important;
}
.div-content-customer .min-height-500 {
    min-height: 500px !important;
}
.div-content-customer .min-height-550 {
    min-height: 550px !important;
}
.div-content-customer .min-height-600 {
    min-height: 600px !important;
}
.div-content-customer .min-height-650 {
    min-height: 650px !important;
}
.div-content-customer .min-height-700 {
    min-height: 700px !important;
}
@media (max-width: 1024px) {
    .div-content-customer .min-height-300 {
        min-height: 300px !important;
    }
    .div-content-customer .min-height-350 {
        min-height: 340px !important;
    }
    .div-content-customer .min-height-400 {
        min-height: 380px !important;
    }
    .div-content-customer .min-height-450 {
        min-height: 430px !important;
    }
    .div-content-customer .min-height-500 {
        min-height: 480px !important;
    }
    .div-content-customer .min-height-550 {
        min-height: 530px !important;
    }
    .div-content-customer .min-height-600 {
        min-height: 580px !important;
    }
    .div-content-customer .min-height-650 {
        min-height: 630px !important;
    }
    .div-content-customer .min-height-700 {
        min-height: 680px !important;
    }
}
@media (max-width: 640px) {
    .div-content-customer .min-height-300 {
        min-height: 240px !important;
    }
    .div-content-customer .min-height-350 {
        min-height: 270px !important;
    }
    .div-content-customer .min-height-400 {
        min-height: 300px !important;
    }
    .div-content-customer .min-height-450 {
        min-height: 350px !important;
    }
    .div-content-customer .min-height-500 {
        min-height: 400px !important;
    }
    .div-content-customer .min-height-550 {
        min-height: 430px !important;
    }
    .div-content-customer .min-height-600 {
        min-height: 460px !important;
    }
    .div-content-customer .min-height-650 {
        min-height: 500px !important;
    }
    .div-content-customer .min-height-700 {
        min-height: 540px !important;
    }
}
@media (max-width: 540px) {
    .div-content-customer .min-height-300 {
        min-height: 180px !important;
    }
    .div-content-customer .min-height-350 {
        min-height: 210px !important;
    }
    .div-content-customer .min-height-400 {
        min-height: 240px !important;
    }
    .div-content-customer .min-height-450 {
        min-height: 270px !important;
    }
    .div-content-customer .min-height-500 {
        min-height: 300px !important;
    }
    .div-content-customer .min-height-550 {
        min-height: 310px !important;
    }
    .div-content-customer .min-height-600 {
        min-height: 320px !important;
    }
    .div-content-customer .min-height-650 {
        min-height: 360px !important;
    }
    .div-content-customer .min-height-700 {
        min-height: 400px !important;
    }
}
@media (max-width: 425px) {
    /* Text Formatting */
    .div-content-customer .min-height-300 {
        min-height: 150px !important;
    }
    .div-content-customer .min-height-350 {
        min-height: 185px !important;
    }
    .div-content-customer .min-height-400 {
        min-height: 220px !important;
    }
    .div-content-customer .min-height-450 {
        min-height: 240px !important;
    }
    .div-content-customer .min-height-500 {
        min-height: 260px !important;
    }
    .div-content-customer .min-height-550 {
        min-height: 270px !important;
    }
    .div-content-customer .min-height-600 {
        min-height: 280px !important;
    }
    .div-content-customer .min-height-650 {
        min-height: 315px !important;
    }
    .div-content-customer .min-height-700 {
        min-height: 350px !important;
    }
}
.div-content-customer .font-thin {
    font-weight: 100 !important;
}
.div-content-customer .font-extralight {
    font-weight: 200 !important;
}
.div-content-customer .font-light {
    font-weight: 300 !important;
}
.div-content-customer .font-normal {
    font-weight: 400 !important;
}
.div-content-customer .font-medium {
    font-weight: 500 !important;
}
.div-content-customer .font-semibold {
    font-weight: 600 !important;
}
.div-content-customer .font-bold {
    font-weight: 700 !important;
}
.div-content-customer .font-extrabold {
    font-weight: 800 !important;
}
.div-content-customer .font-black {
    font-weight: 900 !important;
}
.div-content-customer .italic {
    font-style: italic !important;
}
.div-content-customer .not-italic {
    font-style: normal !important;
}
.div-content-customer .display .italic {
    font-style: italic !important;
}
.div-content-customer .display .not-italic {
    font-style: normal !important;
}
.div-content-customer .underline {
    -webkit-text-decoration-line: underline !important;
    text-decoration-line: underline !important;
}
.div-content-customer .line-through {
    -webkit-text-decoration-line: line-through !important;
    text-decoration-line: line-through !important;
}
.div-content-customer .no-underline {
    -webkit-text-decoration-line: none !important;
    text-decoration-line: none !important;
}
.div-content-customer .uppercase {
    text-transform: uppercase !important;
}
.div-content-customer .lowercase {
    text-transform: lowercase !important;
}
.div-content-customer .capitalize {
    text-transform: capitalize !important;
}
.div-content-customer .normal-case {
    text-transform: none !important;
}
.div-content-customer .text-left {
    text-align: left;
}
.div-content-customer .text-center {
    text-align: center;
}
.div-content-customer .text-right {
    text-align: right;
}
.div-content-customer .text-justify {
    text-align: justify;
}
.div-content-customer .sub, .div-content-customer .sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.div-content-customer .sup {
    top: -0.3em;
    vertical-align: super;
}
.div-content-customer .sub {
    bottom: -0.25em;
    vertical-align: sub;
}
.div-content-customer .tracking--100 {
    letter-spacing: -0.1em !important;
}
.div-content-customer .tracking--75 {
    letter-spacing: -0.075em !important;
}
.div-content-customer .tracking--50, .div-content-customer .tracking-tighter {
    letter-spacing: -0.05em !important;
}
.div-content-customer .tracking--25, .div-content-customer .tracking-tight {
    letter-spacing: -0.025em !important;
}
.div-content-customer .tracking-0, .div-content-customer .tracking-normal {
    letter-spacing: 0em !important;
}
.div-content-customer .tracking-25, .div-content-customer .tracking-wide {
    letter-spacing: 0.025em !important;
}
.div-content-customer .tracking-50, .div-content-customer .tracking-wider {
    letter-spacing: 0.05em !important;
}
.div-content-customer .tracking-75 {
    letter-spacing: 0.075em !important;
}
.div-content-customer .tracking-100, .div-content-customer .tracking-widest {
    letter-spacing: 0.1em !important;
}
.div-content-customer .tracking-125 {
    letter-spacing: 0.125em !important;
}
.div-content-customer .tracking-150 {
    letter-spacing: 0.15em !important;
}
.div-content-customer .tracking-175 {
    letter-spacing: 0.175em !important;
}
.div-content-customer .tracking-200 {
    letter-spacing: 0.2em !important;
}
.div-content-customer .tracking-225 {
    letter-spacing: 0.225em !important;
}
.div-content-customer .tracking-250 {
    letter-spacing: 0.25em !important;
}
.div-content-customer .tracking-275 {
    letter-spacing: 0.275em !important;
}
.div-content-customer .tracking-300 {
    letter-spacing: 0.3em !important;
}
.div-content-customer .tracking-325 {
    letter-spacing: 0.325em !important;
}
.div-content-customer .tracking-350 {
    letter-spacing: 0.35em !important;
}
.div-content-customer .tracking-375 {
    letter-spacing: 0.375em !important;
}
.div-content-customer .tracking-400 {
    letter-spacing: 0.4em !important;
}
.div-content-customer .tracking-425 {
    letter-spacing: 0.425em !important;
}
.div-content-customer .tracking-450 {
    letter-spacing: 0.45em !important;
}
.div-content-customer .tracking-475 {
    letter-spacing: 0.475em !important;
}
.div-content-customer .tracking-500 {
    letter-spacing: 0.5em !important;
}
.div-content-customer .leading-05 {
    line-height: 0.5 !important;
}
.div-content-customer .leading-06 {
    line-height: 0.6 !important;
}
.div-content-customer .leading-07 {
    line-height: 0.7 !important;
}
.div-content-customer .leading-08 {
    line-height: 0.8 !important;
}
.div-content-customer .leading-09 {
    line-height: 0.9 !important;
}
.div-content-customer .leading-10, .div-content-customer .leading-none {
    line-height: 1 !important;
}
.div-content-customer .leading-11 {
    line-height: 1.1 !important;
}
.div-content-customer .leading-12 {
    line-height: 1.2 !important;
}
.div-content-customer .leading-tight {
    line-height: 1.25 !important;
}
.div-content-customer .leading-13 {
    line-height: 1.3 !important;
}
.div-content-customer .leading-snug {
    line-height: 1.375 !important;
}
.div-content-customer .leading-14 {
    line-height: 1.4 !important;
}
.div-content-customer .leading-15, .div-content-customer .leading-normal {
    line-height: 1.5 !important;
}
.div-content-customer .leading-16 {
    line-height: 1.6 !important;
}
.div-content-customer .leading-relaxed {
    line-height: 1.625 !important;
}
.div-content-customer .leading-17 {
    line-height: 1.7 !important;
}
.div-content-customer .leading-18 {
    line-height: 1.8 !important;
}
.div-content-customer .leading-19 {
    line-height: 1.9 !important;
}
.div-content-customer .leading-20, .div-content-customer .leading-loose {
    line-height: 2 !important;
}
.div-content-customer .leading-21 {
    line-height: 2.1 !important;
}
.div-content-customer .leading-22 {
    line-height: 2.2 !important;
}
.div-content-customer .leading-23 {
    line-height: 2.3 !important;
}
.div-content-customer .leading-24 {
    line-height: 2.4 !important;
}
.div-content-customer .leading-25 {
    line-height: 2.5 !important;
}
.div-content-customer .leading-26 {
    line-height: 2.6 !important;
}
.div-content-customer .leading-27 {
    line-height: 2.7 !important;
}
.div-content-customer .leading-28 {
    line-height: 2.8 !important;
}
.div-content-customer .leading-29 {
    line-height: 2.9 !important;
}
.div-content-customer .leading-30 {
    line-height: 3 !important;
    /* Opacity */
}
.div-content-customer .opacity-0 {
    opacity: 0 !important;
}
.div-content-customer .opacity-2 {
    opacity: 0.02 !important;
}
.div-content-customer .opacity-4 {
    opacity: 0.04 !important;
}
.div-content-customer .opacity-5 {
    opacity: 0.05 !important;
}
.div-content-customer .opacity-6 {
    opacity: 0.06 !important;
}
.div-content-customer .opacity-8 {
    opacity: 0.08 !important;
}
.div-content-customer .opacity-10 {
    opacity: 0.1 !important;
}
.div-content-customer .opacity-12 {
    opacity: 0.12 !important;
}
.div-content-customer .opacity-15 {
    opacity: 0.15 !important;
}
.div-content-customer .opacity-20 {
    opacity: 0.2 !important;
}
.div-content-customer .opacity-25 {
    opacity: 0.25 !important;
}
.div-content-customer .opacity-30 {
    opacity: 0.3 !important;
}
.div-content-customer .opacity-35 {
    opacity: 0.35 !important;
}
.div-content-customer .opacity-40 {
    opacity: 0.4 !important;
}
.div-content-customer .opacity-45 {
    opacity: 0.45 !important;
}
.div-content-customer .opacity-50 {
    opacity: 0.5 !important;
}
.div-content-customer .opacity-55 {
    opacity: 0.55 !important;
}
.div-content-customer .opacity-60 {
    opacity: 0.6 !important;
}
.div-content-customer .opacity-65 {
    opacity: 0.65 !important;
}
.div-content-customer .opacity-70 {
    opacity: 0.7 !important;
}
.div-content-customer .opacity-75 {
    opacity: 0.75 !important;
}
.div-content-customer .opacity-80 {
    opacity: 0.8 !important;
}
.div-content-customer .opacity-85 {
    opacity: 0.85 !important;
}
.div-content-customer .opacity-90 {
    opacity: 0.9 !important;
}
.div-content-customer .opacity-95 {
    opacity: 0.95 !important;
}
.div-content-customer .opacity-100 {
    opacity: 1 !important;
    /* Spacing */
}
.div-content-customer .p-0 {
    padding: 0px;
}
.div-content-customer .p-1 {
    padding: 0.25rem;
}
.div-content-customer .p-2 {
    padding: 0.5rem;
}
.div-content-customer .p-3 {
    padding: 0.75rem;
}
.div-content-customer .p-4 {
    padding: 1rem;
}
.div-content-customer .p-5 {
    padding: 1.25rem;
}
.div-content-customer .p-6 {
    padding: 1.5rem;
}
.div-content-customer .p-7 {
    padding: 1.75rem;
}
.div-content-customer .p-8 {
    padding: 2rem;
}
.div-content-customer .p-9 {
    padding: 2.25rem;
}
.div-content-customer .p-10 {
    padding: 2.5rem;
}
.div-content-customer .p-11 {
    padding: 2.75rem;
}
.div-content-customer .p-12 {
    padding: 3rem;
}
.div-content-customer .p-14 {
    padding: 3.5rem;
}
.div-content-customer .p-16 {
    padding: 4rem;
}
.div-content-customer .p-20 {
    padding: 5rem;
}
.div-content-customer .px-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.div-content-customer .px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.div-content-customer .px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.div-content-customer .px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.div-content-customer .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.div-content-customer .px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.div-content-customer .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.div-content-customer .px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.div-content-customer .px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.div-content-customer .px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
.div-content-customer .px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.div-content-customer .px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}
.div-content-customer .px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}
.div-content-customer .px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
.div-content-customer .px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}
.div-content-customer .px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}
.div-content-customer .py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.div-content-customer .py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.div-content-customer .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.div-content-customer .py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.div-content-customer .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.div-content-customer .py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.div-content-customer .py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.div-content-customer .py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}
.div-content-customer .py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.div-content-customer .py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}
.div-content-customer .py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.div-content-customer .py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}
.div-content-customer .py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.div-content-customer .py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.div-content-customer .py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.div-content-customer .py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    /* Overide Bootstrap */
}
.div-content-customer a[role="button"].px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.div-content-customer a[role="button"].px-1 {
    padding-left: 0.25em !important;
    padding-right: 0.25em !important;
}
.div-content-customer a[role="button"].px-2 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}
.div-content-customer a[role="button"].px-3 {
    padding-left: 0.75em !important;
    padding-right: 0.75em !important;
}
.div-content-customer a[role="button"].px-4 {
    padding-left: 1em !important;
    padding-right: 1em !important;
}
.div-content-customer a[role="button"].px-5 {
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
}
.div-content-customer a[role="button"].px-6 {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
}
.div-content-customer a[role="button"].px-7 {
    padding-left: 1.75em !important;
    padding-right: 1.75em !important;
}
.div-content-customer a[role="button"].px-8 {
    padding-left: 2em !important;
    padding-right: 2em !important;
}
.div-content-customer a[role="button"].px-9 {
    padding-left: 2.25em !important;
    padding-right: 2.25em !important;
}
.div-content-customer a[role="button"].px-10 {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
}
.div-content-customer a[role="button"].px-11 {
    padding-left: 2.75em !important;
    padding-right: 2.75em !important;
}
.div-content-customer a[role="button"].px-12 {
    padding-left: 3em !important;
    padding-right: 3em !important;
}
.div-content-customer a[role="button"].px-14 {
    padding-left: 3.5em !important;
    padding-right: 3.5em !important;
}
.div-content-customer a[role="button"].px-16 {
    padding-left: 4em !important;
    padding-right: 4em !important;
}
.div-content-customer a[role="button"].px-20 {
    padding-left: 5em !important;
    padding-right: 5em !important;
}
.div-content-customer a[role="button"].py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.div-content-customer a[role="button"].py-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
}
.div-content-customer a[role="button"].py-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
}
.div-content-customer a[role="button"].py-3 {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
}
.div-content-customer a[role="button"].py-4 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}
.div-content-customer a[role="button"].py-5 {
    padding-top: 1.25em !important;
    padding-bottom: 1.25em !important;
}
.div-content-customer a[role="button"].py-6 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
}
.div-content-customer a[role="button"].py-7 {
    padding-top: 1.75em !important;
    padding-bottom: 1.75em !important;
}
.div-content-customer a[role="button"].py-8 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}
.div-content-customer a[role="button"].py-9 {
    padding-top: 2.25em !important;
    padding-bottom: 2.25em !important;
}
.div-content-customer a[role="button"].py-10 {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
}
.div-content-customer a[role="button"].py-11 {
    padding-top: 2.75em !important;
    padding-bottom: 2.75em !important;
}
.div-content-customer a[role="button"].py-12 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}
.div-content-customer a[role="button"].py-14 {
    padding-top: 3.5em !important;
    padding-bottom: 3.5em !important;
}
.div-content-customer a[role="button"].py-16 {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
}
.div-content-customer a[role="button"].py-20 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
}
.div-content-customer .pb-0 {
    padding-bottom: 0px !important;
}
.div-content-customer .pb-1 {
    padding-bottom: 0.25rem !important;
}
.div-content-customer .pb-2 {
    padding-bottom: 0.5rem !important;
}
.div-content-customer .pb-3 {
    padding-bottom: 0.75rem !important;
}
.div-content-customer .pb-4 {
    padding-bottom: 1rem !important;
}
.div-content-customer .pb-5 {
    padding-bottom: 1.25rem !important;
}
.div-content-customer .pb-6 {
    padding-bottom: 1.5rem !important;
}
.div-content-customer .pb-7 {
    padding-bottom: 1.75rem !important;
}
.div-content-customer .pb-8 {
    padding-bottom: 2rem !important;
}
.div-content-customer .pb-9 {
    padding-bottom: 2.25rem !important;
}
.div-content-customer .pb-10 {
    padding-bottom: 2.5rem !important;
}
.div-content-customer .pb-11 {
    padding-bottom: 2.75rem !important;
}
.div-content-customer .pb-12 {
    padding-bottom: 3rem !important;
}
.div-content-customer .pb-14 {
    padding-bottom: 3.5rem !important;
}
.div-content-customer .pb-16 {
    padding-bottom: 4rem !important;
}
.div-content-customer .pb-20 {
    padding-bottom: 5rem !important;
}
.div-content-customer .pr-0 {
    padding-right: 0px !important;
}
.div-content-customer .pr-1 {
    padding-right: 0.25rem !important;
}
.div-content-customer .pr-2 {
    padding-right: 0.5rem !important;
}
.div-content-customer .pr-3 {
    padding-right: 0.75rem !important;
}
.div-content-customer .pr-4 {
    padding-right: 1rem !important;
}
.div-content-customer .pr-5 {
    padding-right: 1.25rem !important;
}
.div-content-customer .pr-6 {
    padding-right: 1.5rem !important;
}
.div-content-customer .pr-7 {
    padding-right: 1.75rem !important;
}
.div-content-customer .pr-8 {
    padding-right: 2rem !important;
}
.div-content-customer .pr-9 {
    padding-right: 2.25rem !important;
}
.div-content-customer .pr-10 {
    padding-right: 2.5rem !important;
}
.div-content-customer .pr-11 {
    padding-right: 2.75rem !important;
}
.div-content-customer .pr-12 {
    padding-right: 3rem !important;
}
.div-content-customer .pr-14 {
    padding-right: 3.5rem !important;
}
.div-content-customer .pr-16 {
    padding-right: 4rem !important;
}
.div-content-customer .pr-20 {
    padding-right: 5rem !important;
}
.div-content-customer .pt-0 {
    padding-top: 0px !important;
}
.div-content-customer .pt-1 {
    padding-top: 0.25rem !important;
}
.div-content-customer .pt-2 {
    padding-top: 0.5rem !important;
}
.div-content-customer .pt-3 {
    padding-top: 0.75rem !important;
}
.div-content-customer .pt-4 {
    padding-top: 1rem !important;
}
.div-content-customer .pt-5 {
    padding-top: 1.25rem !important;
}
.div-content-customer .pt-6 {
    padding-top: 1.5rem !important;
}
.div-content-customer .pt-7 {
    padding-top: 1.75rem !important;
}
.div-content-customer .pt-8 {
    padding-top: 2rem !important;
}
.div-content-customer .pt-9 {
    padding-top: 2.25rem !important;
}
.div-content-customer .pt-10 {
    padding-top: 2.5rem !important;
}
.div-content-customer .pt-11 {
    padding-top: 2.75rem !important;
}
.div-content-customer .pt-12 {
    padding-top: 3rem !important;
}
.div-content-customer .pt-14 {
    padding-top: 3.5rem !important;
}
.div-content-customer .pt-16 {
    padding-top: 4rem !important;
}
.div-content-customer .pt-20 {
    padding-top: 5rem !important;
}
.div-content-customer .pl-0 {
    padding-left: 0px !important;
}
.div-content-customer .pl-1 {
    padding-left: 0.25rem !important;
}
.div-content-customer .pl-2 {
    padding-left: 0.5rem !important;
}
.div-content-customer .pl-3 {
    padding-left: 0.75rem !important;
}
.div-content-customer .pl-4 {
    padding-left: 1rem !important;
}
.div-content-customer .pl-5 {
    padding-left: 1.25rem !important;
}
.div-content-customer .pl-6 {
    padding-left: 1.5rem !important;
}
.div-content-customer .pl-7 {
    padding-left: 1.75rem !important;
}
.div-content-customer .pl-8 {
    padding-left: 2rem !important;
}
.div-content-customer .pl-9 {
    padding-left: 2.25rem !important;
}
.div-content-customer .pl-10 {
    padding-left: 2.5rem !important;
}
.div-content-customer .pl-11 {
    padding-left: 2.75rem !important;
}
.div-content-customer .pl-12 {
    padding-left: 3rem !important;
}
.div-content-customer .pl-14 {
    padding-left: 3.5rem !important;
}
.div-content-customer .pl-16 {
    padding-left: 4rem !important;
}
.div-content-customer .pl-20 {
    padding-left: 5rem !important;
}
@media (max-width: 760px) {
    .div-content-customer .xs-pb-0 {
        padding-bottom: 0px !important;
    }
    .div-content-customer .xs-pb-1 {
        padding-bottom: 0.25rem !important;
    }
    .div-content-customer .xs-pb-2 {
        padding-bottom: 0.5rem !important;
    }
    .div-content-customer .xs-pb-3 {
        padding-bottom: 0.75rem !important;
    }
    .div-content-customer .xs-pb-4 {
        padding-bottom: 1rem !important;
    }
    .div-content-customer .xs-pb-5 {
        padding-bottom: 1.25rem !important;
    }
    .div-content-customer .xs-pb-6 {
        padding-bottom: 1.5rem !important;
    }
    .div-content-customer .xs-pb-7 {
        padding-bottom: 1.75rem !important;
    }
    .div-content-customer .xs-pb-8 {
        padding-bottom: 2rem !important;
    }
    .div-content-customer .xs-pb-9 {
        padding-bottom: 2.25rem !important;
    }
    .div-content-customer .xs-pb-10 {
        padding-bottom: 2.5rem !important;
    }
    .div-content-customer .xs-pb-11 {
        padding-bottom: 2.75rem !important;
    }
    .div-content-customer .xs-pb-12 {
        padding-bottom: 3rem !important;
    }
    .div-content-customer .xs-pb-14 {
        padding-bottom: 3.5rem !important;
    }
    .div-content-customer .xs-pb-16 {
        padding-bottom: 4rem !important;
    }
    .div-content-customer .xs-pb-20 {
        padding-bottom: 5rem !important;
    }
    .div-content-customer .xs-pr-0 {
        padding-right: 0px !important;
    }
    .div-content-customer .xs-pr-1 {
        padding-right: 0.25rem !important;
    }
    .div-content-customer .xs-pr-2 {
        padding-right: 0.5rem !important;
    }
    .div-content-customer .xs-pr-3 {
        padding-right: 0.75rem !important;
    }
    .div-content-customer .xs-pr-4 {
        padding-right: 1rem !important;
    }
    .div-content-customer .xs-pr-5 {
        padding-right: 1.25rem !important;
    }
    .div-content-customer .xs-pr-6 {
        padding-right: 1.5rem !important;
    }
    .div-content-customer .xs-pr-7 {
        padding-right: 1.75rem !important;
    }
    .div-content-customer .xs-pr-8 {
        padding-right: 2rem !important;
    }
    .div-content-customer .xs-pr-9 {
        padding-right: 2.25rem !important;
    }
    .div-content-customer .xs-pr-10 {
        padding-right: 2.5rem !important;
    }
    .div-content-customer .xs-pr-11 {
        padding-right: 2.75rem !important;
    }
    .div-content-customer .xs-pr-12 {
        padding-right: 3rem !important;
    }
    .div-content-customer .xs-pr-14 {
        padding-right: 3.5rem !important;
    }
    .div-content-customer .xs-pr-16 {
        padding-right: 4rem !important;
    }
    .div-content-customer .xs-pr-20 {
        padding-right: 5rem !important;
    }
    .div-content-customer .xs-pt-0 {
        padding-top: 0px !important;
    }
    .div-content-customer .xs-pt-1 {
        padding-top: 0.25rem !important;
    }
    .div-content-customer .xs-pt-2 {
        padding-top: 0.5rem !important;
    }
    .div-content-customer .xs-pt-3 {
        padding-top: 0.75rem !important;
    }
    .div-content-customer .xs-pt-4 {
        padding-top: 1rem !important;
    }
    .div-content-customer .xs-pt-5 {
        padding-top: 1.25rem !important;
    }
    .div-content-customer .xs-pt-6 {
        padding-top: 1.5rem !important;
    }
    .div-content-customer .xs-pt-7 {
        padding-top: 1.75rem !important;
    }
    .div-content-customer .xs-pt-8 {
        padding-top: 2rem !important;
    }
    .div-content-customer .xs-pt-9 {
        padding-top: 2.25rem !important;
    }
    .div-content-customer .xs-pt-10 {
        padding-top: 2.5rem !important;
    }
    .div-content-customer .xs-pt-11 {
        padding-top: 2.75rem !important;
    }
    .div-content-customer .xs-pt-12 {
        padding-top: 3rem !important;
    }
    .div-content-customer .xs-pt-14 {
        padding-top: 3.5rem !important;
    }
    .div-content-customer .xs-pt-16 {
        padding-top: 4rem !important;
    }
    .div-content-customer .xs-pt-20 {
        padding-top: 5rem !important;
    }
    .div-content-customer .xs-pl-0 {
        padding-left: 0px !important;
    }
    .div-content-customer .xs-pl-1 {
        padding-left: 0.25rem !important;
    }
    .div-content-customer .xs-pl-2 {
        padding-left: 0.5rem !important;
    }
    .div-content-customer .xs-pl-3 {
        padding-left: 0.75rem !important;
    }
    .div-content-customer .xs-pl-4 {
        padding-left: 1rem !important;
    }
    .div-content-customer .xs-pl-5 {
        padding-left: 1.25rem !important;
    }
    .div-content-customer .xs-pl-6 {
        padding-left: 1.5rem !important;
    }
    .div-content-customer .xs-pl-7 {
        padding-left: 1.75rem !important;
    }
    .div-content-customer .xs-pl-8 {
        padding-left: 2rem !important;
    }
    .div-content-customer .xs-pl-9 {
        padding-left: 2.25rem !important;
    }
    .div-content-customer .xs-pl-10 {
        padding-left: 2.5rem !important;
    }
    .div-content-customer .xs-pl-11 {
        padding-left: 2.75rem !important;
    }
    .div-content-customer .xs-pl-12 {
        padding-left: 3rem !important;
    }
    .div-content-customer .xs-pl-14 {
        padding-left: 3.5rem !important;
    }
    .div-content-customer .xs-pl-16 {
        padding-left: 4rem !important;
    }
    .div-content-customer .xs-pl-20 {
        padding-left: 5rem !important;
    }
}
@media (min-width: 761px) and (max-width: 970px) {
    .div-content-customer .sm-pb-0 {
        padding-bottom: 0px !important;
    }
    .div-content-customer .sm-pb-1 {
        padding-bottom: 0.25rem !important;
    }
    .div-content-customer .sm-pb-2 {
        padding-bottom: 0.5rem !important;
    }
    .div-content-customer .sm-pb-3 {
        padding-bottom: 0.75rem !important;
    }
    .div-content-customer .sm-pb-4 {
        padding-bottom: 1rem !important;
    }
    .div-content-customer .sm-pb-5 {
        padding-bottom: 1.25rem !important;
    }
    .div-content-customer .sm-pb-6 {
        padding-bottom: 1.5rem !important;
    }
    .div-content-customer .sm-pb-7 {
        padding-bottom: 1.75rem !important;
    }
    .div-content-customer .sm-pb-8 {
        padding-bottom: 2rem !important;
    }
    .div-content-customer .sm-pb-9 {
        padding-bottom: 2.25rem !important;
    }
    .div-content-customer .sm-pb-10 {
        padding-bottom: 2.5rem !important;
    }
    .div-content-customer .sm-pb-11 {
        padding-bottom: 2.75rem !important;
    }
    .div-content-customer .sm-pb-12 {
        padding-bottom: 3rem !important;
    }
    .div-content-customer .sm-pb-14 {
        padding-bottom: 3.5rem !important;
    }
    .div-content-customer .sm-pb-16 {
        padding-bottom: 4rem !important;
    }
    .div-content-customer .sm-pb-20 {
        padding-bottom: 5rem !important;
    }
    .div-content-customer .sm-pr-0 {
        padding-right: 0px !important;
    }
    .div-content-customer .sm-pr-1 {
        padding-right: 0.25rem !important;
    }
    .div-content-customer .sm-pr-2 {
        padding-right: 0.5rem !important;
    }
    .div-content-customer .sm-pr-3 {
        padding-right: 0.75rem !important;
    }
    .div-content-customer .sm-pr-4 {
        padding-right: 1rem !important;
    }
    .div-content-customer .sm-pr-5 {
        padding-right: 1.25rem !important;
    }
    .div-content-customer .sm-pr-6 {
        padding-right: 1.5rem !important;
    }
    .div-content-customer .sm-pr-7 {
        padding-right: 1.75rem !important;
    }
    .div-content-customer .sm-pr-8 {
        padding-right: 2rem !important;
    }
    .div-content-customer .sm-pr-9 {
        padding-right: 2.25rem !important;
    }
    .div-content-customer .sm-pr-10 {
        padding-right: 2.5rem !important;
    }
    .div-content-customer .sm-pr-11 {
        padding-right: 2.75rem !important;
    }
    .div-content-customer .sm-pr-12 {
        padding-right: 3rem !important;
    }
    .div-content-customer .sm-pr-14 {
        padding-right: 3.5rem !important;
    }
    .div-content-customer .sm-pr-16 {
        padding-right: 4rem !important;
    }
    .div-content-customer .sm-pr-20 {
        padding-right: 5rem !important;
    }
    .div-content-customer .sm-pt-0 {
        padding-top: 0px !important;
    }
    .div-content-customer .sm-pt-1 {
        padding-top: 0.25rem !important;
    }
    .div-content-customer .sm-pt-2 {
        padding-top: 0.5rem !important;
    }
    .div-content-customer .sm-pt-3 {
        padding-top: 0.75rem !important;
    }
    .div-content-customer .sm-pt-4 {
        padding-top: 1rem !important;
    }
    .div-content-customer .sm-pt-5 {
        padding-top: 1.25rem !important;
    }
    .div-content-customer .sm-pt-6 {
        padding-top: 1.5rem !important;
    }
    .div-content-customer .sm-pt-7 {
        padding-top: 1.75rem !important;
    }
    .div-content-customer .sm-pt-8 {
        padding-top: 2rem !important;
    }
    .div-content-customer .sm-pt-9 {
        padding-top: 2.25rem !important;
    }
    .div-content-customer .sm-pt-10 {
        padding-top: 2.5rem !important;
    }
    .div-content-customer .sm-pt-11 {
        padding-top: 2.75rem !important;
    }
    .div-content-customer .sm-pt-12 {
        padding-top: 3rem !important;
    }
    .div-content-customer .sm-pt-14 {
        padding-top: 3.5rem !important;
    }
    .div-content-customer .sm-pt-16 {
        padding-top: 4rem !important;
    }
    .div-content-customer .sm-pt-20 {
        padding-top: 5rem !important;
    }
    .div-content-customer .sm-pl-0 {
        padding-left: 0px !important;
    }
    .div-content-customer .sm-pl-1 {
        padding-left: 0.25rem !important;
    }
    .div-content-customer .sm-pl-2 {
        padding-left: 0.5rem !important;
    }
    .div-content-customer .sm-pl-3 {
        padding-left: 0.75rem !important;
    }
    .div-content-customer .sm-pl-4 {
        padding-left: 1rem !important;
    }
    .div-content-customer .sm-pl-5 {
        padding-left: 1.25rem !important;
    }
    .div-content-customer .sm-pl-6 {
        padding-left: 1.5rem !important;
    }
    .div-content-customer .sm-pl-7 {
        padding-left: 1.75rem !important;
    }
    .div-content-customer .sm-pl-8 {
        padding-left: 2rem !important;
    }
    .div-content-customer .sm-pl-9 {
        padding-left: 2.25rem !important;
    }
    .div-content-customer .sm-pl-10 {
        padding-left: 2.5rem !important;
    }
    .div-content-customer .sm-pl-11 {
        padding-left: 2.75rem !important;
    }
    .div-content-customer .sm-pl-12 {
        padding-left: 3rem !important;
    }
    .div-content-customer .sm-pl-14 {
        padding-left: 3.5rem !important;
    }
    .div-content-customer .sm-pl-16 {
        padding-left: 4rem !important;
    }
    .div-content-customer .sm-pl-20 {
        padding-left: 5rem !important;
    }
}
@media (min-width: 971px) and (max-width: 1280px) {
    .div-content-customer .md-pb-0 {
        padding-bottom: 0px !important;
    }
    .div-content-customer .md-pb-1 {
        padding-bottom: 0.25rem !important;
    }
    .div-content-customer .md-pb-2 {
        padding-bottom: 0.5rem !important;
    }
    .div-content-customer .md-pb-3 {
        padding-bottom: 0.75rem !important;
    }
    .div-content-customer .md-pb-4 {
        padding-bottom: 1rem !important;
    }
    .div-content-customer .md-pb-5 {
        padding-bottom: 1.25rem !important;
    }
    .div-content-customer .md-pb-6 {
        padding-bottom: 1.5rem !important;
    }
    .div-content-customer .md-pb-7 {
        padding-bottom: 1.75rem !important;
    }
    .div-content-customer .md-pb-8 {
        padding-bottom: 2rem !important;
    }
    .div-content-customer .md-pb-9 {
        padding-bottom: 2.25rem !important;
    }
    .div-content-customer .md-pb-10 {
        padding-bottom: 2.5rem !important;
    }
    .div-content-customer .md-pb-11 {
        padding-bottom: 2.75rem !important;
    }
    .div-content-customer .md-pb-12 {
        padding-bottom: 3rem !important;
    }
    .div-content-customer .md-pb-14 {
        padding-bottom: 3.5rem !important;
    }
    .div-content-customer .md-pb-16 {
        padding-bottom: 4rem !important;
    }
    .div-content-customer .md-pb-20 {
        padding-bottom: 5rem !important;
    }
    .div-content-customer .md-pr-0 {
        padding-right: 0px !important;
    }
    .div-content-customer .md-pr-1 {
        padding-right: 0.25rem !important;
    }
    .div-content-customer .md-pr-2 {
        padding-right: 0.5rem !important;
    }
    .div-content-customer .md-pr-3 {
        padding-right: 0.75rem !important;
    }
    .div-content-customer .md-pr-4 {
        padding-right: 1rem !important;
    }
    .div-content-customer .md-pr-5 {
        padding-right: 1.25rem !important;
    }
    .div-content-customer .md-pr-6 {
        padding-right: 1.5rem !important;
    }
    .div-content-customer .md-pr-7 {
        padding-right: 1.75rem !important;
    }
    .div-content-customer .md-pr-8 {
        padding-right: 2rem !important;
    }
    .div-content-customer .md-pr-9 {
        padding-right: 2.25rem !important;
    }
    .div-content-customer .md-pr-10 {
        padding-right: 2.5rem !important;
    }
    .div-content-customer .md-pr-11 {
        padding-right: 2.75rem !important;
    }
    .div-content-customer .md-pr-12 {
        padding-right: 3rem !important;
    }
    .div-content-customer .md-pr-14 {
        padding-right: 3.5rem !important;
    }
    .div-content-customer .md-pr-16 {
        padding-right: 4rem !important;
    }
    .div-content-customer .md-pr-20 {
        padding-right: 5rem !important;
    }
    .div-content-customer .md-pt-0 {
        padding-top: 0px !important;
    }
    .div-content-customer .md-pt-1 {
        padding-top: 0.25rem !important;
    }
    .div-content-customer .md-pt-2 {
        padding-top: 0.5rem !important;
    }
    .div-content-customer .md-pt-3 {
        padding-top: 0.75rem !important;
    }
    .div-content-customer .md-pt-4 {
        padding-top: 1rem !important;
    }
    .div-content-customer .md-pt-5 {
        padding-top: 1.25rem !important;
    }
    .div-content-customer .md-pt-6 {
        padding-top: 1.5rem !important;
    }
    .div-content-customer .md-pt-7 {
        padding-top: 1.75rem !important;
    }
    .div-content-customer .md-pt-8 {
        padding-top: 2rem !important;
    }
    .div-content-customer .md-pt-9 {
        padding-top: 2.25rem !important;
    }
    .div-content-customer .md-pt-10 {
        padding-top: 2.5rem !important;
    }
    .div-content-customer .md-pt-11 {
        padding-top: 2.75rem !important;
    }
    .div-content-customer .md-pt-12 {
        padding-top: 3rem !important;
    }
    .div-content-customer .md-pt-14 {
        padding-top: 3.5rem !important;
    }
    .div-content-customer .md-pt-16 {
        padding-top: 4rem !important;
    }
    .div-content-customer .md-pt-20 {
        padding-top: 5rem !important;
    }
    .div-content-customer .md-pl-0 {
        padding-left: 0px !important;
    }
    .div-content-customer .md-pl-1 {
        padding-left: 0.25rem !important;
    }
    .div-content-customer .md-pl-2 {
        padding-left: 0.5rem !important;
    }
    .div-content-customer .md-pl-3 {
        padding-left: 0.75rem !important;
    }
    .div-content-customer .md-pl-4 {
        padding-left: 1rem !important;
    }
    .div-content-customer .md-pl-5 {
        padding-left: 1.25rem !important;
    }
    .div-content-customer .md-pl-6 {
        padding-left: 1.5rem !important;
    }
    .div-content-customer .md-pl-7 {
        padding-left: 1.75rem !important;
    }
    .div-content-customer .md-pl-8 {
        padding-left: 2rem !important;
    }
    .div-content-customer .md-pl-9 {
        padding-left: 2.25rem !important;
    }
    .div-content-customer .md-pl-10 {
        padding-left: 2.5rem !important;
    }
    .div-content-customer .md-pl-11 {
        padding-left: 2.75rem !important;
    }
    .div-content-customer .md-pl-12 {
        padding-left: 3rem !important;
    }
    .div-content-customer .md-pl-14 {
        padding-left: 3.5rem !important;
    }
    .div-content-customer .md-pl-16 {
        padding-left: 4rem !important;
    }
    .div-content-customer .md-pl-20 {
        padding-left: 5rem !important;
    }
}
.div-content-customer .ml-0 {
    margin-left: 0px;
}
.div-content-customer .ml-1 {
    margin-left: 0.25rem;
}
.div-content-customer .ml-2 {
    margin-left: 0.5rem;
}
.div-content-customer .ml-3 {
    margin-left: 0.75rem;
}
.div-content-customer .ml-4 {
    margin-left: 1rem;
}
.div-content-customer .ml-5 {
    margin-left: 1.25rem;
}
.div-content-customer .ml-6 {
    margin-left: 1.5rem;
}
.div-content-customer .ml-8 {
    margin-left: 2rem;
}
.div-content-customer .ml-10 {
    margin-left: 2.5rem;
}
.div-content-customer .mr-0 {
    margin-right: 0px;
}
.div-content-customer .mr-1 {
    margin-right: 0.25rem;
}
.div-content-customer .mr-2 {
    margin-right: 0.5rem;
}
.div-content-customer .mr-3 {
    margin-right: 0.75rem;
}
.div-content-customer .mr-4 {
    margin-right: 1rem;
}
.div-content-customer .mr-5 {
    margin-right: 1.25rem;
}
.div-content-customer .mr-6 {
    margin-right: 1.5rem;
}
.div-content-customer .mr-8 {
    margin-right: 2rem;
}
.div-content-customer .mr-10 {
    margin-right: 2.5rem;
}
.div-content-customer .mt-0 {
    margin-top: 0px;
}
.div-content-customer .mt-1 {
    margin-top: 0.25rem;
}
.div-content-customer .mt-2 {
    margin-top: 0.5rem;
}
.div-content-customer .mt-3 {
    margin-top: 0.75rem;
}
.div-content-customer .mt-4 {
    margin-top: 1rem;
}
.div-content-customer .mt-5 {
    margin-top: 1.25rem;
}
.div-content-customer .mt-6 {
    margin-top: 1.5rem;
}
.div-content-customer .mt-8 {
    margin-top: 2rem;
}
.div-content-customer .mt-10 {
    margin-top: 2.5rem;
}
.div-content-customer .mb-0 {
    margin-bottom: 0px;
}
.div-content-customer .mb-1 {
    margin-bottom: 0.25rem;
}
.div-content-customer .mb-2 {
    margin-bottom: 0.5rem;
}
.div-content-customer .mb-3 {
    margin-bottom: 0.75rem;
}
.div-content-customer .mb-4 {
    margin-bottom: 1rem;
}
.div-content-customer .mb-5 {
    margin-bottom: 1.25rem;
}
.div-content-customer .mb-6 {
    margin-bottom: 1.5rem;
}
.div-content-customer .mb-8 {
    margin-bottom: 2rem;
}
.div-content-customer .mb-10 {
    margin-bottom: 2.5rem;
    /* flex */
}
.div-content-customer .flex {
    display: flex;
}
.div-content-customer .block {
    display: block;
}
.div-content-customer .inline {
    display: inline;
}
.div-content-customer .inline-block {
    display: inline-block;
}
.div-content-customer .inline-flex {
    display: inline-flex;
}
.div-content-customer .flex-row {
    flex-direction: row;
}
.div-content-customer .flex-row-reverse {
    flex-direction: row-reverse;
}
.div-content-customer .flex-col {
    flex-direction: column;
}
.div-content-customer .flex-col-reverse {
    flex-direction: column-reverse;
}
.div-content-customer .flex-wrap {
    flex-wrap: wrap;
}
.div-content-customer .flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.div-content-customer .flex-nowrap {
    flex-wrap: nowrap;
}
.div-content-customer .justify-start {
    justify-content: flex-start;
}
.div-content-customer .justify-end {
    justify-content: flex-end;
}
.div-content-customer .justify-center {
    justify-content: center;
}
.div-content-customer .justify-between {
    justify-content: space-between;
}
.div-content-customer .justify-around {
    justify-content: space-around;
}
.div-content-customer .justify-evenly {
    justify-content: space-evenly;
}
.div-content-customer .items-start {
    align-items: flex-start;
}
.div-content-customer .items-end {
    align-items: flex-end;
}
.div-content-customer .items-center {
    align-items: center;
}
.div-content-customer .items-baseline {
    align-items: baseline;
}
.div-content-customer .items-stretch {
    align-items: stretch;
    /* border */
}
.div-content-customer .border-solid {
    border-style: solid;
}
.div-content-customer .border-none {
    border-style: none;
}
.div-content-customer .border {
    border-width: 1px;
}
.div-content-customer .border-0 {
    border-width: 0px;
}
.div-content-customer .border-2 {
    border-width: 2px;
}
.div-content-customer .border-gray-900 {
    border-color: #111827;
}
.div-content-customer .border-transparent {
    border-color: transparent;
}
.div-content-customer .border-current {
    border-color: currentColor;
}
.div-content-customer .hover\:border-transparent:hover {
    border-color: transparent !important;
}
.div-content-customer .hover\:border-current:hover {
    border-color: currentColor !important;
}
.div-content-customer .rounded-none {
    border-radius: 0px;
}
.div-content-customer .rounded-sm {
    border-radius: 0.125rem;
}
.div-content-customer .rounded {
    border-radius: 0.25rem;
}
.div-content-customer .rounded-md {
    border-radius: 0.375rem;
}
.div-content-customer .rounded-lg {
    border-radius: 0.5rem;
}
.div-content-customer .rounded-full {
    border-radius: 9999px;
}
.div-content-customer .rounded-2xl {
    border-radius: 1rem;
}
.div-content-customer .rounded-3xl {
    border-radius: 1.5rem;
}
.div-content-customer .rounded-xl {
    border-radius: 0.75rem;
    /* height */
}
.div-content-customer .h-auto {
    height: auto;
}
.div-content-customer .h-full {
    height: 100%;
    /* colors */
}
.div-content-customer .bg-transparent {
    background-color: transparent;
}
.div-content-customer .bg-current {
    background-color: currentColor;
}
.div-content-customer .bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 var(--tw-bg-opacity));
}
.div-content-customer .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 var(--tw-bg-opacity));
}
.div-content-customer .bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 var(--tw-bg-opacity));
}
.div-content-customer .bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 var(--tw-bg-opacity));
}
.div-content-customer .bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 var(--tw-bg-opacity));
}
.div-content-customer .bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 var(--tw-bg-opacity));
}
.div-content-customer .bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 var(--tw-bg-opacity));
}
.div-content-customer .bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 var(--tw-bg-opacity));
}
.div-content-customer .bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 var(--tw-bg-opacity));
}
.div-content-customer .bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 var(--tw-bg-opacity));
}
.div-content-customer .bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 var(--tw-bg-opacity));
}
.div-content-customer .bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 var(--tw-bg-opacity));
}
.div-content-customer .bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 var(--tw-bg-opacity));
}
.div-content-customer .bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 var(--tw-bg-opacity));
}
.div-content-customer .bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 var(--tw-bg-opacity));
}
.div-content-customer .bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 var(--tw-bg-opacity));
}
.div-content-customer .bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 var(--tw-bg-opacity));
}
.div-content-customer .bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 var(--tw-bg-opacity));
}
.div-content-customer .bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 var(--tw-bg-opacity));
}
.div-content-customer .bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 var(--tw-bg-opacity));
}
.div-content-customer .bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 var(--tw-bg-opacity));
}
.div-content-customer .bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(127 29 29 var(--tw-bg-opacity));
}
.div-content-customer .bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237 var(--tw-bg-opacity));
}
.div-content-customer .bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 var(--tw-bg-opacity));
}
.div-content-customer .bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 215 170 var(--tw-bg-opacity));
}
.div-content-customer .bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 186 116 var(--tw-bg-opacity));
}
.div-content-customer .bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60 var(--tw-bg-opacity));
}
.div-content-customer .bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 var(--tw-bg-opacity));
}
.div-content-customer .bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12 var(--tw-bg-opacity));
}
.div-content-customer .bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(194 65 12 var(--tw-bg-opacity));
}
.div-content-customer .bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(154 52 18 var(--tw-bg-opacity));
}
.div-content-customer .bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(124 45 18 var(--tw-bg-opacity));
}
.div-content-customer .bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 var(--tw-bg-opacity));
}
.div-content-customer .bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 var(--tw-bg-opacity));
}
.div-content-customer .bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 var(--tw-bg-opacity));
}
.div-content-customer .bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 var(--tw-bg-opacity));
}
.div-content-customer .bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 var(--tw-bg-opacity));
}
.div-content-customer .bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 var(--tw-bg-opacity));
}
.div-content-customer .bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 var(--tw-bg-opacity));
}
.div-content-customer .bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7 var(--tw-bg-opacity));
}
.div-content-customer .bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 var(--tw-bg-opacity));
}
.div-content-customer .bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 var(--tw-bg-opacity));
}
.div-content-customer .bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244 var(--tw-bg-opacity));
}
.div-content-customer .bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 var(--tw-bg-opacity));
}
.div-content-customer .bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 var(--tw-bg-opacity));
}
.div-content-customer .bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(134 239 172 var(--tw-bg-opacity));
}
.div-content-customer .bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 var(--tw-bg-opacity));
}
.div-content-customer .bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 var(--tw-bg-opacity));
}
.div-content-customer .bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 var(--tw-bg-opacity));
}
.div-content-customer .bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 var(--tw-bg-opacity));
}
.div-content-customer .bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 var(--tw-bg-opacity));
}
.div-content-customer .bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 83 45 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(204 251 241 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 246 228 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(94 234 212 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(45 212 191 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 118 110 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 89 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(19 78 74 var(--tw-bg-opacity));
}
.div-content-customer .bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 var(--tw-bg-opacity));
}
.div-content-customer .bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 var(--tw-bg-opacity));
}
.div-content-customer .bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 var(--tw-bg-opacity));
}
.div-content-customer .bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 var(--tw-bg-opacity));
}
.div-content-customer .bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250 var(--tw-bg-opacity));
}
.div-content-customer .bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 var(--tw-bg-opacity));
}
.div-content-customer .bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 var(--tw-bg-opacity));
}
.div-content-customer .bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 var(--tw-bg-opacity));
}
.div-content-customer .bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 var(--tw-bg-opacity));
}
.div-content-customer .bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 var(--tw-bg-opacity));
}
.div-content-customer .bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255 var(--tw-bg-opacity));
}
.div-content-customer .bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255 var(--tw-bg-opacity));
}
.div-content-customer .bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(199 210 254 var(--tw-bg-opacity));
}
.div-content-customer .bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(165 180 252 var(--tw-bg-opacity));
}
.div-content-customer .bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(129 140 248 var(--tw-bg-opacity));
}
.div-content-customer .bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241 var(--tw-bg-opacity));
}
.div-content-customer .bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 var(--tw-bg-opacity));
}
.div-content-customer .bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202 var(--tw-bg-opacity));
}
.div-content-customer .bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 48 163 var(--tw-bg-opacity));
}
.div-content-customer .bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(49 46 129 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 245 255 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 213 255 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(216 180 254 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(192 132 252 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 51 234 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(126 34 206 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 33 168 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(88 28 135 var(--tw-bg-opacity));
}
.div-content-customer .bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 248 var(--tw-bg-opacity));
}
.div-content-customer .bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243 var(--tw-bg-opacity));
}
.div-content-customer .bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 var(--tw-bg-opacity));
}
.div-content-customer .bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 168 212 var(--tw-bg-opacity));
}
.div-content-customer .bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 114 182 var(--tw-bg-opacity));
}
.div-content-customer .bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153 var(--tw-bg-opacity));
}
.div-content-customer .bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 39 119 var(--tw-bg-opacity));
}
.div-content-customer .bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(190 24 93 var(--tw-bg-opacity));
}
.div-content-customer .bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(157 23 77 var(--tw-bg-opacity));
}
.div-content-customer .bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(131 24 67 var(--tw-bg-opacity));
}
.div-content-customer .bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 var(--tw-bg-opacity));
}
.div-content-customer .bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 var(--tw-bg-opacity));
}
.div-content-customer .bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138 var(--tw-bg-opacity));
}
.div-content-customer .bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77 var(--tw-bg-opacity));
}
.div-content-customer .bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 var(--tw-bg-opacity));
}
.div-content-customer .bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 var(--tw-bg-opacity));
}
.div-content-customer .bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 var(--tw-bg-opacity));
}
.div-content-customer .bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9 var(--tw-bg-opacity));
}
.div-content-customer .bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14 var(--tw-bg-opacity));
}
.div-content-customer .bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15 var(--tw-bg-opacity));
}
.div-content-customer .bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 254 231 var(--tw-bg-opacity));
}
.div-content-customer .bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203 var(--tw-bg-opacity));
}
.div-content-customer .bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 249 157 var(--tw-bg-opacity));
}
.div-content-customer .bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(190 242 100 var(--tw-bg-opacity));
}
.div-content-customer .bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(163 230 53 var(--tw-bg-opacity));
}
.div-content-customer .bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(132 204 22 var(--tw-bg-opacity));
}
.div-content-customer .bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(101 163 13 var(--tw-bg-opacity));
}
.div-content-customer .bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(77 124 15 var(--tw-bg-opacity));
}
.div-content-customer .bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(63 98 18 var(--tw-bg-opacity));
}
.div-content-customer .bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(54 83 20 var(--tw-bg-opacity));
}
.div-content-customer .bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 var(--tw-bg-opacity));
}
.div-content-customer .bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 var(--tw-bg-opacity));
}
.div-content-customer .bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208 var(--tw-bg-opacity));
}
.div-content-customer .bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183 var(--tw-bg-opacity));
}
.div-content-customer .bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153 var(--tw-bg-opacity));
}
.div-content-customer .bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 var(--tw-bg-opacity));
}
.div-content-customer .bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 var(--tw-bg-opacity));
}
.div-content-customer .bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87 var(--tw-bg-opacity));
}
.div-content-customer .bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 95 70 var(--tw-bg-opacity));
}
.div-content-customer .bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 250 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(204 251 241 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 246 228 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(94 234 212 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(45 212 191 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 118 110 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 89 var(--tw-bg-opacity));
}
.div-content-customer .bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(19 78 74 var(--tw-bg-opacity));
}
.div-content-customer .bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 254 255 var(--tw-bg-opacity));
}
.div-content-customer .bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(207 250 254 var(--tw-bg-opacity));
}
.div-content-customer .bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(165 243 252 var(--tw-bg-opacity));
}
.div-content-customer .bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(103 232 249 var(--tw-bg-opacity));
}
.div-content-customer .bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 211 238 var(--tw-bg-opacity));
}
.div-content-customer .bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212 var(--tw-bg-opacity));
}
.div-content-customer .bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 var(--tw-bg-opacity));
}
.div-content-customer .bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 116 144 var(--tw-bg-opacity));
}
.div-content-customer .bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(21 94 117 var(--tw-bg-opacity));
}
.div-content-customer .bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 78 99 var(--tw-bg-opacity));
}
.div-content-customer .bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 249 255 var(--tw-bg-opacity));
}
.div-content-customer .bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 var(--tw-bg-opacity));
}
.div-content-customer .bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(186 230 253 var(--tw-bg-opacity));
}
.div-content-customer .bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(125 211 252 var(--tw-bg-opacity));
}
.div-content-customer .bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248 var(--tw-bg-opacity));
}
.div-content-customer .bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 var(--tw-bg-opacity));
}
.div-content-customer .bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199 var(--tw-bg-opacity));
}
.div-content-customer .bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161 var(--tw-bg-opacity));
}
.div-content-customer .bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 var(--tw-bg-opacity));
}
.div-content-customer .bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(12 74 110 var(--tw-bg-opacity));
}
.div-content-customer .bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 var(--tw-bg-opacity));
}
.div-content-customer .bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254 var(--tw-bg-opacity));
}
.div-content-customer .bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(221 214 254 var(--tw-bg-opacity));
}
.div-content-customer .bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(196 181 253 var(--tw-bg-opacity));
}
.div-content-customer .bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250 var(--tw-bg-opacity));
}
.div-content-customer .bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 var(--tw-bg-opacity));
}
.div-content-customer .bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 var(--tw-bg-opacity));
}
.div-content-customer .bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217 var(--tw-bg-opacity));
}
.div-content-customer .bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(91 33 182 var(--tw-bg-opacity));
}
.div-content-customer .bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 245 255 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 213 255 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(216 180 254 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(192 132 252 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 51 234 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(126 34 206 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 33 168 var(--tw-bg-opacity));
}
.div-content-customer .bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(88 28 135 var(--tw-bg-opacity));
}
.div-content-customer .bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 244 255 var(--tw-bg-opacity));
}
.div-content-customer .bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 232 255 var(--tw-bg-opacity));
}
.div-content-customer .bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 208 254 var(--tw-bg-opacity));
}
.div-content-customer .bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 171 252 var(--tw-bg-opacity));
}
.div-content-customer .bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(232 121 249 var(--tw-bg-opacity));
}
.div-content-customer .bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 70 239 var(--tw-bg-opacity));
}
.div-content-customer .bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(192 38 211 var(--tw-bg-opacity));
}
.div-content-customer .bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(162 28 175 var(--tw-bg-opacity));
}
.div-content-customer .bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(134 25 143 var(--tw-bg-opacity));
}
.div-content-customer .bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(112 26 117 var(--tw-bg-opacity));
}
.div-content-customer .bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 241 242 var(--tw-bg-opacity));
}
.div-content-customer .bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230 var(--tw-bg-opacity));
}
.div-content-customer .bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 211 var(--tw-bg-opacity));
}
.div-content-customer .bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 164 175 var(--tw-bg-opacity));
}
.div-content-customer .bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133 var(--tw-bg-opacity));
}
.div-content-customer .bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 63 94 var(--tw-bg-opacity));
}
.div-content-customer .bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(225 29 72 var(--tw-bg-opacity));
}
.div-content-customer .bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(190 18 60 var(--tw-bg-opacity));
}
.div-content-customer .bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(159 18 57 var(--tw-bg-opacity));
}
.div-content-customer .bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(136 19 55 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(127 29 29 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 215 170 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 186 116 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(194 65 12 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(154 52 18 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(124 45 18 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(134 239 172 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(20 83 45 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-teal-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 250 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(204 251 241 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(153 246 228 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(94 234 212 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(45 212 191 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(15 118 110 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 89 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(19 78 74 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(199 210 254 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(165 180 252 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(129 140 248 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 48 163 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(49 46 129 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 245 255 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(233 213 255 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(216 180 254 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(192 132 252 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(147 51 234 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(126 34 206 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(107 33 168 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(88 28 135 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 248 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 168 212 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(244 114 182 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(219 39 119 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(190 24 93 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(157 23 77 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(131 24 67 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-amber-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-amber-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-amber-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-amber-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-amber-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-amber-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-amber-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-amber-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-amber-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-amber-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(247 254 231 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(217 249 157 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(190 242 100 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(163 230 53 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(132 204 22 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(101 163 13 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(77 124 15 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(63 98 18 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(54 83 20 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-emerald-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-emerald-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-emerald-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-emerald-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-emerald-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-emerald-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-emerald-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-emerald-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-emerald-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(6 95 70 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-emerald-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(236 254 255 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(207 250 254 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(165 243 252 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(103 232 249 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(34 211 238 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(14 116 144 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(21 94 117 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 78 99 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-sky-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 249 255 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-sky-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-sky-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(186 230 253 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-sky-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(125 211 252 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-sky-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-sky-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-sky-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-sky-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-sky-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-sky-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(12 74 110 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-violet-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-violet-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-violet-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(221 214 254 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-violet-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(196 181 253 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-violet-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-violet-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-violet-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-violet-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-violet-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(91 33 182 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-violet-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 245 255 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(233 213 255 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(216 180 254 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(192 132 252 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(147 51 234 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(126 34 206 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(107 33 168 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(88 28 135 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-fuchsia-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 244 255 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-fuchsia-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 232 255 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-fuchsia-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 208 254 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-fuchsia-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 171 252 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-fuchsia-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(232 121 249 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-fuchsia-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(217 70 239 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-fuchsia-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(192 38 211 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-fuchsia-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(162 28 175 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(134 25 143 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-fuchsia-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(112 26 117 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-rose-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 241 242 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-rose-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-rose-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 211 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-rose-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 164 175 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-rose-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-rose-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(244 63 94 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-rose-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(225 29 72 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-rose-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(190 18 60 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-rose-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(159 18 57 var(--tw-bg-opacity));
}
.div-content-customer .hover\:bg-rose-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(136 19 55 var(--tw-bg-opacity));
    /* text colors */
}
.div-content-customer .text-transparent {
    color: transparent;
}
.div-content-customer .text-current {
    color: currentColor;
}
.div-content-customer .text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 var(--tw-text-opacity));
}
.div-content-customer .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 var(--tw-text-opacity));
}
.div-content-customer .text-gray-50 {
    --tw-text-opacity: 1;
    color: rgb(249 250 251 var(--tw-text-opacity));
}
.div-content-customer .text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 var(--tw-text-opacity));
}
.div-content-customer .text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 var(--tw-text-opacity));
}
.div-content-customer .text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 var(--tw-text-opacity));
}
.div-content-customer .text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 var(--tw-text-opacity));
}
.div-content-customer .text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 var(--tw-text-opacity));
}
.div-content-customer .text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 var(--tw-text-opacity));
}
.div-content-customer .text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 var(--tw-text-opacity));
}
.div-content-customer .text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 var(--tw-text-opacity));
}
.div-content-customer .text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 var(--tw-text-opacity));
}
.div-content-customer .text-red-50 {
    --tw-text-opacity: 1;
    color: rgb(254 242 242 var(--tw-text-opacity));
}
.div-content-customer .text-red-100 {
    --tw-text-opacity: 1;
    color: rgb(254 226 226 var(--tw-text-opacity));
}
.div-content-customer .text-red-200 {
    --tw-text-opacity: 1;
    color: rgb(254 202 202 var(--tw-text-opacity));
}
.div-content-customer .text-red-300 {
    --tw-text-opacity: 1;
    color: rgb(252 165 165 var(--tw-text-opacity));
}
.div-content-customer .text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 var(--tw-text-opacity));
}
.div-content-customer .text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 var(--tw-text-opacity));
}
.div-content-customer .text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 var(--tw-text-opacity));
}
.div-content-customer .text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 var(--tw-text-opacity));
}
.div-content-customer .text-red-800 {
    --tw-text-opacity: 1;
    color: rgb(153 27 27 var(--tw-text-opacity));
}
.div-content-customer .text-red-900 {
    --tw-text-opacity: 1;
    color: rgb(127 29 29 var(--tw-text-opacity));
}
.div-content-customer .text-orange-50 {
    --tw-text-opacity: 1;
    color: rgb(255 247 237 var(--tw-text-opacity));
}
.div-content-customer .text-orange-100 {
    --tw-text-opacity: 1;
    color: rgb(255 237 213 var(--tw-text-opacity));
}
.div-content-customer .text-orange-200 {
    --tw-text-opacity: 1;
    color: rgb(254 215 170 var(--tw-text-opacity));
}
.div-content-customer .text-orange-300 {
    --tw-text-opacity: 1;
    color: rgb(253 186 116 var(--tw-text-opacity));
}
.div-content-customer .text-orange-400 {
    --tw-text-opacity: 1;
    color: rgb(251 146 60 var(--tw-text-opacity));
}
.div-content-customer .text-orange-500 {
    --tw-text-opacity: 1;
    color: rgb(249 115 22 var(--tw-text-opacity));
}
.div-content-customer .text-orange-600 {
    --tw-text-opacity: 1;
    color: rgb(234 88 12 var(--tw-text-opacity));
}
.div-content-customer .text-orange-700 {
    --tw-text-opacity: 1;
    color: rgb(194 65 12 var(--tw-text-opacity));
}
.div-content-customer .text-orange-800 {
    --tw-text-opacity: 1;
    color: rgb(154 52 18 var(--tw-text-opacity));
}
.div-content-customer .text-orange-900 {
    --tw-text-opacity: 1;
    color: rgb(124 45 18 var(--tw-text-opacity));
}
.div-content-customer .text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgb(254 252 232 var(--tw-text-opacity));
}
.div-content-customer .text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(254 249 195 var(--tw-text-opacity));
}
.div-content-customer .text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(254 240 138 var(--tw-text-opacity));
}
.div-content-customer .text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71 var(--tw-text-opacity));
}
.div-content-customer .text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 var(--tw-text-opacity));
}
.div-content-customer .text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 var(--tw-text-opacity));
}
.div-content-customer .text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgb(202 138 4 var(--tw-text-opacity));
}
.div-content-customer .text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(161 98 7 var(--tw-text-opacity));
}
.div-content-customer .text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14 var(--tw-text-opacity));
}
.div-content-customer .text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgb(113 63 18 var(--tw-text-opacity));
}
.div-content-customer .text-green-50 {
    --tw-text-opacity: 1;
    color: rgb(240 253 244 var(--tw-text-opacity));
}
.div-content-customer .text-green-100 {
    --tw-text-opacity: 1;
    color: rgb(220 252 231 var(--tw-text-opacity));
}
.div-content-customer .text-green-200 {
    --tw-text-opacity: 1;
    color: rgb(187 247 208 var(--tw-text-opacity));
}
.div-content-customer .text-green-300 {
    --tw-text-opacity: 1;
    color: rgb(134 239 172 var(--tw-text-opacity));
}
.div-content-customer .text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(74 222 128 var(--tw-text-opacity));
}
.div-content-customer .text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 var(--tw-text-opacity));
}
.div-content-customer .text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 var(--tw-text-opacity));
}
.div-content-customer .text-green-700 {
    --tw-text-opacity: 1;
    color: rgb(21 128 61 var(--tw-text-opacity));
}
.div-content-customer .text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(22 101 52 var(--tw-text-opacity));
}
.div-content-customer .text-green-900 {
    --tw-text-opacity: 1;
    color: rgb(20 83 45 var(--tw-text-opacity));
}
.div-content-customer .text-blue-50 {
    --tw-text-opacity: 1;
    color: rgb(239 246 255 var(--tw-text-opacity));
}
.div-content-customer .text-blue-100 {
    --tw-text-opacity: 1;
    color: rgb(219 234 254 var(--tw-text-opacity));
}
.div-content-customer .text-blue-200 {
    --tw-text-opacity: 1;
    color: rgb(191 219 254 var(--tw-text-opacity));
}
.div-content-customer .text-blue-300 {
    --tw-text-opacity: 1;
    color: rgb(147 197 253 var(--tw-text-opacity));
}
.div-content-customer .text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 var(--tw-text-opacity));
}
.div-content-customer .text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 var(--tw-text-opacity));
}
.div-content-customer .text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 var(--tw-text-opacity));
}
.div-content-customer .text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(29 78 216 var(--tw-text-opacity));
}
.div-content-customer .text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(30 64 175 var(--tw-text-opacity));
}
.div-content-customer .text-blue-900 {
    --tw-text-opacity: 1;
    color: rgb(30 58 138 var(--tw-text-opacity));
}
.div-content-customer .text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgb(238 242 255 var(--tw-text-opacity));
}
.div-content-customer .text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgb(224 231 255 var(--tw-text-opacity));
}
.div-content-customer .text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgb(199 210 254 var(--tw-text-opacity));
}
.div-content-customer .text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgb(165 180 252 var(--tw-text-opacity));
}
.div-content-customer .text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgb(129 140 248 var(--tw-text-opacity));
}
.div-content-customer .text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgb(99 102 241 var(--tw-text-opacity));
}
.div-content-customer .text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgb(79 70 229 var(--tw-text-opacity));
}
.div-content-customer .text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgb(67 56 202 var(--tw-text-opacity));
}
.div-content-customer .text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgb(55 48 163 var(--tw-text-opacity));
}
.div-content-customer .text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgb(49 46 129 var(--tw-text-opacity));
}
.div-content-customer .text-purple-50 {
    --tw-text-opacity: 1;
    color: rgb(250 245 255 var(--tw-text-opacity));
}
.div-content-customer .text-purple-100 {
    --tw-text-opacity: 1;
    color: rgb(243 232 255 var(--tw-text-opacity));
}
.div-content-customer .text-purple-200 {
    --tw-text-opacity: 1;
    color: rgb(233 213 255 var(--tw-text-opacity));
}
.div-content-customer .text-purple-300 {
    --tw-text-opacity: 1;
    color: rgb(216 180 254 var(--tw-text-opacity));
}
.div-content-customer .text-purple-400 {
    --tw-text-opacity: 1;
    color: rgb(192 132 252 var(--tw-text-opacity));
}
.div-content-customer .text-purple-500 {
    --tw-text-opacity: 1;
    color: rgb(168 85 247 var(--tw-text-opacity));
}
.div-content-customer .text-purple-600 {
    --tw-text-opacity: 1;
    color: rgb(147 51 234 var(--tw-text-opacity));
}
.div-content-customer .text-purple-700 {
    --tw-text-opacity: 1;
    color: rgb(126 34 206 var(--tw-text-opacity));
}
.div-content-customer .text-purple-800 {
    --tw-text-opacity: 1;
    color: rgb(107 33 168 var(--tw-text-opacity));
}
.div-content-customer .text-purple-900 {
    --tw-text-opacity: 1;
    color: rgb(88 28 135 var(--tw-text-opacity));
}
.div-content-customer .text-pink-50 {
    --tw-text-opacity: 1;
    color: rgb(253 242 248 var(--tw-text-opacity));
}
.div-content-customer .text-pink-100 {
    --tw-text-opacity: 1;
    color: rgb(252 231 243 var(--tw-text-opacity));
}
.div-content-customer .text-pink-200 {
    --tw-text-opacity: 1;
    color: rgb(251 207 232 var(--tw-text-opacity));
}
.div-content-customer .text-pink-300 {
    --tw-text-opacity: 1;
    color: rgb(249 168 212 var(--tw-text-opacity));
}
.div-content-customer .text-pink-400 {
    --tw-text-opacity: 1;
    color: rgb(244 114 182 var(--tw-text-opacity));
}
.div-content-customer .text-pink-500 {
    --tw-text-opacity: 1;
    color: rgb(236 72 153 var(--tw-text-opacity));
}
.div-content-customer .text-pink-600 {
    --tw-text-opacity: 1;
    color: rgb(219 39 119 var(--tw-text-opacity));
}
.div-content-customer .text-pink-700 {
    --tw-text-opacity: 1;
    color: rgb(190 24 93 var(--tw-text-opacity));
}
.div-content-customer .text-pink-800 {
    --tw-text-opacity: 1;
    color: rgb(157 23 77 var(--tw-text-opacity));
}
.div-content-customer .text-pink-900 {
    --tw-text-opacity: 1;
    color: rgb(131 24 67 var(--tw-text-opacity));
}
.div-content-customer .text-amber-50 {
    --tw-text-opacity: 1;
    color: rgb(255 251 235 var(--tw-text-opacity));
}
.div-content-customer .text-amber-100 {
    --tw-text-opacity: 1;
    color: rgb(254 243 199 var(--tw-text-opacity));
}
.div-content-customer .text-amber-200 {
    --tw-text-opacity: 1;
    color: rgb(253 230 138 var(--tw-text-opacity));
}
.div-content-customer .text-amber-300 {
    --tw-text-opacity: 1;
    color: rgb(252 211 77 var(--tw-text-opacity));
}
.div-content-customer .text-amber-400 {
    --tw-text-opacity: 1;
    color: rgb(251 191 36 var(--tw-text-opacity));
}
.div-content-customer .text-amber-500 {
    --tw-text-opacity: 1;
    color: rgb(245 158 11 var(--tw-text-opacity));
}
.div-content-customer .text-amber-600 {
    --tw-text-opacity: 1;
    color: rgb(217 119 6 var(--tw-text-opacity));
}
.div-content-customer .text-amber-700 {
    --tw-text-opacity: 1;
    color: rgb(180 83 9 var(--tw-text-opacity));
}
.div-content-customer .text-amber-800 {
    --tw-text-opacity: 1;
    color: rgb(146 64 14 var(--tw-text-opacity));
}
.div-content-customer .text-amber-900 {
    --tw-text-opacity: 1;
    color: rgb(120 53 15 var(--tw-text-opacity));
}
.div-content-customer .text-lime-50 {
    --tw-text-opacity: 1;
    color: rgb(247 254 231 var(--tw-text-opacity));
}
.div-content-customer .text-lime-100 {
    --tw-text-opacity: 1;
    color: rgb(236 252 203 var(--tw-text-opacity));
}
.div-content-customer .text-lime-200 {
    --tw-text-opacity: 1;
    color: rgb(217 249 157 var(--tw-text-opacity));
}
.div-content-customer .text-lime-300 {
    --tw-text-opacity: 1;
    color: rgb(190 242 100 var(--tw-text-opacity));
}
.div-content-customer .text-lime-400 {
    --tw-text-opacity: 1;
    color: rgb(163 230 53 var(--tw-text-opacity));
}
.div-content-customer .text-lime-500 {
    --tw-text-opacity: 1;
    color: rgb(132 204 22 var(--tw-text-opacity));
}
.div-content-customer .text-lime-600 {
    --tw-text-opacity: 1;
    color: rgb(101 163 13 var(--tw-text-opacity));
}
.div-content-customer .text-lime-700 {
    --tw-text-opacity: 1;
    color: rgb(77 124 15 var(--tw-text-opacity));
}
.div-content-customer .text-lime-800 {
    --tw-text-opacity: 1;
    color: rgb(63 98 18 var(--tw-text-opacity));
}
.div-content-customer .text-lime-900 {
    --tw-text-opacity: 1;
    color: rgb(54 83 20 var(--tw-text-opacity));
}
.div-content-customer .text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgb(236 253 245 var(--tw-text-opacity));
}
.div-content-customer .text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgb(209 250 229 var(--tw-text-opacity));
}
.div-content-customer .text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgb(167 243 208 var(--tw-text-opacity));
}
.div-content-customer .text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgb(110 231 183 var(--tw-text-opacity));
}
.div-content-customer .text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgb(52 211 153 var(--tw-text-opacity));
}
.div-content-customer .text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgb(16 185 129 var(--tw-text-opacity));
}
.div-content-customer .text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgb(5 150 105 var(--tw-text-opacity));
}
.div-content-customer .text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgb(4 120 87 var(--tw-text-opacity));
}
.div-content-customer .text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgb(6 95 70 var(--tw-text-opacity));
}
.div-content-customer .text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgb(6 78 59 var(--tw-text-opacity));
}
.div-content-customer .text-teal-50 {
    --tw-text-opacity: 1;
    color: rgb(240 253 250 var(--tw-text-opacity));
}
.div-content-customer .text-teal-100 {
    --tw-text-opacity: 1;
    color: rgb(204 251 241 var(--tw-text-opacity));
}
.div-content-customer .text-teal-200 {
    --tw-text-opacity: 1;
    color: rgb(153 246 228 var(--tw-text-opacity));
}
.div-content-customer .text-teal-300 {
    --tw-text-opacity: 1;
    color: rgb(94 234 212 var(--tw-text-opacity));
}
.div-content-customer .text-teal-400 {
    --tw-text-opacity: 1;
    color: rgb(45 212 191 var(--tw-text-opacity));
}
.div-content-customer .text-teal-500 {
    --tw-text-opacity: 1;
    color: rgb(20 184 166 var(--tw-text-opacity));
}
.div-content-customer .text-teal-600 {
    --tw-text-opacity: 1;
    color: rgb(13 148 136 var(--tw-text-opacity));
}
.div-content-customer .text-teal-700 {
    --tw-text-opacity: 1;
    color: rgb(15 118 110 var(--tw-text-opacity));
}
.div-content-customer .text-teal-800 {
    --tw-text-opacity: 1;
    color: rgb(17 94 89 var(--tw-text-opacity));
}
.div-content-customer .text-teal-900 {
    --tw-text-opacity: 1;
    color: rgb(19 78 74 var(--tw-text-opacity));
}
.div-content-customer .text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgb(236 254 255 var(--tw-text-opacity));
}
.div-content-customer .text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgb(207 250 254 var(--tw-text-opacity));
}
.div-content-customer .text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgb(165 243 252 var(--tw-text-opacity));
}
.div-content-customer .text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgb(103 232 249 var(--tw-text-opacity));
}
.div-content-customer .text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgb(34 211 238 var(--tw-text-opacity));
}
.div-content-customer .text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgb(6 182 212 var(--tw-text-opacity));
}
.div-content-customer .text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgb(8 145 178 var(--tw-text-opacity));
}
.div-content-customer .text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgb(14 116 144 var(--tw-text-opacity));
}
.div-content-customer .text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgb(21 94 117 var(--tw-text-opacity));
}
.div-content-customer .text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgb(22 78 99 var(--tw-text-opacity));
}
.div-content-customer .text-sky-50 {
    --tw-text-opacity: 1;
    color: rgb(240 249 255 var(--tw-text-opacity));
}
.div-content-customer .text-sky-100 {
    --tw-text-opacity: 1;
    color: rgb(224 242 254 var(--tw-text-opacity));
}
.div-content-customer .text-sky-200 {
    --tw-text-opacity: 1;
    color: rgb(186 230 253 var(--tw-text-opacity));
}
.div-content-customer .text-sky-300 {
    --tw-text-opacity: 1;
    color: rgb(125 211 252 var(--tw-text-opacity));
}
.div-content-customer .text-sky-400 {
    --tw-text-opacity: 1;
    color: rgb(56 189 248 var(--tw-text-opacity));
}
.div-content-customer .text-sky-500 {
    --tw-text-opacity: 1;
    color: rgb(14 165 233 var(--tw-text-opacity));
}
.div-content-customer .text-sky-600 {
    --tw-text-opacity: 1;
    color: rgb(2 132 199 var(--tw-text-opacity));
}
.div-content-customer .text-sky-700 {
    --tw-text-opacity: 1;
    color: rgb(3 105 161 var(--tw-text-opacity));
}
.div-content-customer .text-sky-800 {
    --tw-text-opacity: 1;
    color: rgb(7 89 133 var(--tw-text-opacity));
}
.div-content-customer .text-sky-900 {
    --tw-text-opacity: 1;
    color: rgb(12 74 110 var(--tw-text-opacity));
}
.div-content-customer .text-violet-50 {
    --tw-text-opacity: 1;
    color: rgb(245 243 255 var(--tw-text-opacity));
}
.div-content-customer .text-violet-100 {
    --tw-text-opacity: 1;
    color: rgb(237 233 254 var(--tw-text-opacity));
}
.div-content-customer .text-violet-200 {
    --tw-text-opacity: 1;
    color: rgb(221 214 254 var(--tw-text-opacity));
}
.div-content-customer .text-violet-300 {
    --tw-text-opacity: 1;
    color: rgb(196 181 253 var(--tw-text-opacity));
}
.div-content-customer .text-violet-400 {
    --tw-text-opacity: 1;
    color: rgb(167 139 250 var(--tw-text-opacity));
}
.div-content-customer .text-violet-500 {
    --tw-text-opacity: 1;
    color: rgb(139 92 246 var(--tw-text-opacity));
}
.div-content-customer .text-violet-600 {
    --tw-text-opacity: 1;
    color: rgb(124 58 237 var(--tw-text-opacity));
}
.div-content-customer .text-violet-700 {
    --tw-text-opacity: 1;
    color: rgb(109 40 217 var(--tw-text-opacity));
}
.div-content-customer .text-violet-800 {
    --tw-text-opacity: 1;
    color: rgb(91 33 182 var(--tw-text-opacity));
}
.div-content-customer .text-violet-900 {
    --tw-text-opacity: 1;
    color: rgb(76 29 149 var(--tw-text-opacity));
}
.div-content-customer .text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgb(253 244 255 var(--tw-text-opacity));
}
.div-content-customer .text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgb(250 232 255 var(--tw-text-opacity));
}
.div-content-customer .text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgb(245 208 254 var(--tw-text-opacity));
}
.div-content-customer .text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgb(240 171 252 var(--tw-text-opacity));
}
.div-content-customer .text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgb(232 121 249 var(--tw-text-opacity));
}
.div-content-customer .text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgb(217 70 239 var(--tw-text-opacity));
}
.div-content-customer .text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgb(192 38 211 var(--tw-text-opacity));
}
.div-content-customer .text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgb(162 28 175 var(--tw-text-opacity));
}
.div-content-customer .text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgb(134 25 143 var(--tw-text-opacity));
}
.div-content-customer .text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgb(112 26 117 var(--tw-text-opacity));
}
.div-content-customer .text-rose-50 {
    --tw-text-opacity: 1;
    color: rgb(255 241 242 var(--tw-text-opacity));
}
.div-content-customer .text-rose-100 {
    --tw-text-opacity: 1;
    color: rgb(255 228 230 var(--tw-text-opacity));
}
.div-content-customer .text-rose-200 {
    --tw-text-opacity: 1;
    color: rgb(254 205 211 var(--tw-text-opacity));
}
.div-content-customer .text-rose-300 {
    --tw-text-opacity: 1;
    color: rgb(253 164 175 var(--tw-text-opacity));
}
.div-content-customer .text-rose-400 {
    --tw-text-opacity: 1;
    color: rgb(251 113 133 var(--tw-text-opacity));
}
.div-content-customer .text-rose-500 {
    --tw-text-opacity: 1;
    color: rgb(244 63 94 var(--tw-text-opacity));
}
.div-content-customer .text-rose-600 {
    --tw-text-opacity: 1;
    color: rgb(225 29 72 var(--tw-text-opacity));
}
.div-content-customer .text-rose-700 {
    --tw-text-opacity: 1;
    color: rgb(190 18 60 var(--tw-text-opacity));
}
.div-content-customer .text-rose-800 {
    --tw-text-opacity: 1;
    color: rgb(159 18 57 var(--tw-text-opacity));
}
.div-content-customer .text-rose-900 {
    --tw-text-opacity: 1;
    color: rgb(136 19 55 var(--tw-text-opacity));
}
.div-content-customer .hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 var(--tw-text-opacity)) !important;
}
.div-content-customer .hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 var(--tw-text-opacity)) !important;
}
.div-content-customer .hover\:text-current:hover {
    color: currentColor !important;
    /* width */
}
.div-content-customer .w-full {
    width: 100%;
}
.div-content-customer .w-screen {
    width: 100vw;
}
.div-content-customer .w-1\/2 {
    width: 50%;
}
.div-content-customer .w-1\/3 {
    width: 33.333333%;
}
.div-content-customer .w-2\/3 {
    width: 66.666667%;
}
.div-content-customer .w-1\/4 {
    width: 25%;
}
.div-content-customer .w-2\/4 {
    width: 50%;
}
.div-content-customer .w-3\/4 {
    width: 75%;
}
.div-content-customer .w-1\/5 {
    width: 20%;
}
.div-content-customer .w-2\/5 {
    width: 40%;
}
.div-content-customer .w-3\/5 {
    width: 60%;
}
.div-content-customer .w-4\/5 {
    width: 80%;
}
.div-content-customer .w-1\/6 {
    width: 16.666667%;
}
.div-content-customer .w-2\/6 {
    width: 33.333333%;
}
.div-content-customer .w-3\/6 {
    width: 50%;
}
.div-content-customer .w-4\/6 {
    width: 66.666667%;
}
.div-content-customer .w-5\/6 {
    width: 83.333333%;
}
.div-content-customer .w-1\/12 {
    width: 8.333333%;
}
.div-content-customer .w-2\/12 {
    width: 16.666667%;
}
.div-content-customer .w-3\/12 {
    width: 25%;
}
.div-content-customer .w-4\/12 {
    width: 33.333333%;
}
.div-content-customer .w-5\/12 {
    width: 41.666667%;
}
.div-content-customer .w-6\/12 {
    width: 50%;
}
.div-content-customer .w-7\/12 {
    width: 58.333333%;
}
.div-content-customer .w-8\/12 {
    width: 66.666667%;
}
.div-content-customer .w-9\/12 {
    width: 75%;
}
.div-content-customer .w-10\/12 {
    width: 83.333333%;
}
.div-content-customer .w-11\/12 {
    width: 91.666667%;
    /* height */
}
.div-content-customer .h-full {
    height: 100%;
}
.div-content-customer .h-screen {
    height: 100vw;
    /* space between */
}
.div-content-customer .space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.div-content-customer .space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.div-content-customer .space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.div-content-customer .space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.div-content-customer .space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.div-content-customer .space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.div-content-customer .space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.div-content-customer .space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.div-content-customer .space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.div-content-customer .space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.div-content-customer .space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.div-content-customer .space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.div-content-customer .space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.div-content-customer .space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.div-content-customer .space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.div-content-customer .space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.div-content-customer .space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.div-content-customer .space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.div-content-customer .space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    /* others */
}
.div-content-customer .whitespace-nowrap {
    white-space: nowrap;
}
.div-content-customer .text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.div-content-customer .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.div-content-customer .cursor-pointer {
    cursor: pointer;
}
/*.div-content-customer *, .div-content-customer ::before, .div-content-customer ::after {*/
/*    border-width: 0;*/
/*    border-style: solid;*/
/*    border-color: #e5e7eb;*/
/*    !**/
/*   Master Style (new feature)*/
/*   You can apply master style to the container (must be .is-container class).*/
/*   Example:*/
/*   <div class="is-container size-18 leading-14 v2">*/
/*   ...content here (rows & columns)...*/
/*   </div>*/
/*   Note: .v2 class option gives optimization for large screen.*/
/*   *!*/
/*}*/
.div-content-customer .feature-master-style {
    display: none;
    /* do not remove */
    /* size-16 */
}
.div-content-customer .is-container.size-16 {
    font-size: 16px;
}
.div-content-customer .is-container.size-16 p, .div-content-customer .is-container.size-16 td, .div-content-customer .is-container.size-16 li, .div-content-customer .is-container.size-16 label {
    font-size: 16px;
}
@media (max-width: 1800px) {
    .div-content-customer .is-container.size-16 p, .div-content-customer .is-container.size-16 td, .div-content-customer .is-container.size-16 li, .div-content-customer .is-container.size-16 label {
        font-size: 0.99vw;
        font-size: clamp(16px, 0.99vw, 0.99vw);
    }
}
@media (min-width: 1921px) {
    /* size-17 */
    .div-content-customer .is-container.size-16.v2:not(.v3) p, .div-content-customer .is-container.size-16.v2:not(.v3) td, .div-content-customer .is-container.size-16.v2:not(.v3) li, .div-content-customer .is-container.size-16.v2:not(.v3) label {
        font-size: 0.83vw;
    }
}
.div-content-customer .is-container.size-17 {
    font-size: 17px;
}
.div-content-customer .is-container.size-17 p, .div-content-customer .is-container.size-17 td, .div-content-customer .is-container.size-17 li, .div-content-customer .is-container.size-17 label {
    font-size: 17px;
}
@media (max-width: 1800px) {
    .div-content-customer .is-container.size-17 p, .div-content-customer .is-container.size-17 td, .div-content-customer .is-container.size-17 li, .div-content-customer .is-container.size-17 label {
        font-size: 1.05vw;
        font-size: clamp(17px, 1.05vw, 1.05vw);
    }
}
@media (min-width: 1921px) {
    /* size-18 */
    .div-content-customer .is-container.size-17.v2:not(.v3) p, .div-content-customer .is-container.size-17.v2:not(.v3) td, .div-content-customer .is-container.size-17.v2:not(.v3) li, .div-content-customer .is-container.size-17.v2:not(.v3) label {
        font-size: 0.89vw;
    }
}
.div-content-customer .is-container.size-18 {
    font-size: 18px;
}
.div-content-customer .is-container.size-18 p, .div-content-customer .is-container.size-18 td, .div-content-customer .is-container.size-18 li, .div-content-customer .is-container.size-18 label {
    font-size: 18px;
}
@media (max-width: 1800px) {
    .div-content-customer .is-container.size-18 p, .div-content-customer .is-container.size-18 td, .div-content-customer .is-container.size-18 li, .div-content-customer .is-container.size-18 label {
        font-size: 1.11vw;
        font-size: clamp(18px, 1.11vw, 1.11vw);
    }
}
@media (min-width: 1921px) {
    /* size-19 */
    .div-content-customer .is-container.size-18.v2:not(.v3) p, .div-content-customer .is-container.size-18.v2:not(.v3) td, .div-content-customer .is-container.size-18.v2:not(.v3) li, .div-content-customer .is-container.size-18.v2:not(.v3) label {
        font-size: 0.94vw;
    }
}
.div-content-customer .is-container.size-19 {
    font-size: 19px;
}
.div-content-customer .is-container.size-19 p, .div-content-customer .is-container.size-19 td, .div-content-customer .is-container.size-19 li, .div-content-customer .is-container.size-19 label {
    font-size: 19px;
}
@media (max-width: 1800px) {
    .div-content-customer .is-container.size-19 p, .div-content-customer .is-container.size-19 td, .div-content-customer .is-container.size-19 li, .div-content-customer .is-container.size-19 label {
        font-size: 1.17vw;
        font-size: clamp(19px, 1.17vw, 1.17vw);
    }
}
@media (min-width: 1921px) {
    /* size-20 */
    .div-content-customer .is-container.size-19.v2:not(.v3) p, .div-content-customer .is-container.size-19.v2:not(.v3) td, .div-content-customer .is-container.size-19.v2:not(.v3) li, .div-content-customer .is-container.size-19.v2:not(.v3) label {
        font-size: 0.99vw;
    }
}
.div-content-customer .is-container.size-20 {
    font-size: 20px;
}
.div-content-customer .is-container.size-20 p, .div-content-customer .is-container.size-20 td, .div-content-customer .is-container.size-20 li, .div-content-customer .is-container.size-20 label {
    font-size: 20px;
}
@media (max-width: 1800px) {
    .div-content-customer .is-container.size-20 p, .div-content-customer .is-container.size-20 td, .div-content-customer .is-container.size-20 li, .div-content-customer .is-container.size-20 label {
        font-size: 1.23vw;
        font-size: clamp(20px, 1.23vw, 1.23vw);
    }
}
@media (min-width: 1921px) {
    /* size-21 */
    .div-content-customer .is-container.size-20.v2:not(.v3) p, .div-content-customer .is-container.size-20.v2:not(.v3) td, .div-content-customer .is-container.size-20.v2:not(.v3) li, .div-content-customer .is-container.size-20.v2:not(.v3) label {
        font-size: 1.04vw;
    }
}
.div-content-customer .is-container.size-21 {
    font-size: 21px;
}
.div-content-customer .is-container.size-21 p, .div-content-customer .is-container.size-21 td, .div-content-customer .is-container.size-21 li, .div-content-customer .is-container.size-21 label {
    font-size: 21px;
}
@media (max-width: 1800px) {
    .div-content-customer .is-container.size-21 p, .div-content-customer .is-container.size-21 td, .div-content-customer .is-container.size-21 li, .div-content-customer .is-container.size-21 label {
        font-size: 1.29vw;
        font-size: clamp(21px, 1.29vw, 1.29vw);
    }
}
@media (min-width: 1921px) {
    /* leading */
    .div-content-customer .is-container.size-21.v2:not(.v3) p, .div-content-customer .is-container.size-21.v2:not(.v3) td, .div-content-customer .is-container.size-21.v2:not(.v3) li, .div-content-customer .is-container.size-21.v2:not(.v3) label {
        font-size: 1.09vw;
    }
}
.div-content-customer .is-container.leading-none p, .div-content-customer .is-container.leading-none td, .div-content-customer .is-container.leading-none li, .div-content-customer .is-container.leading-none label {
    line-height: 1;
}
.div-content-customer .is-container.leading-none h1, .div-content-customer .is-container.leading-none h2, .div-content-customer .is-container.leading-none h3, .div-content-customer .is-container.leading-none h4, .div-content-customer .is-container.leading-none h5, .div-content-customer .is-container.leading-none h6 {
    line-height: 1.1;
}
.div-content-customer .is-container.leading-10 p, .div-content-customer .is-container.leading-10 td, .div-content-customer .is-container.leading-10 li, .div-content-customer .is-container.leading-10 label {
    line-height: 1;
}
.div-content-customer .is-container.leading-10 h1, .div-content-customer .is-container.leading-10 h2, .div-content-customer .is-container.leading-10 h3, .div-content-customer .is-container.leading-10 h4, .div-content-customer .is-container.leading-10 h5, .div-content-customer .is-container.leading-10 h6 {
    line-height: 1.1;
}
.div-content-customer .is-container.leading-11 p, .div-content-customer .is-container.leading-11 td, .div-content-customer .is-container.leading-11 li, .div-content-customer .is-container.leading-11 label {
    line-height: 1.1;
}
.div-content-customer .is-container.leading-11 h1, .div-content-customer .is-container.leading-11 h2, .div-content-customer .is-container.leading-11 h3, .div-content-customer .is-container.leading-11 h4, .div-content-customer .is-container.leading-11 h5, .div-content-customer .is-container.leading-11 h6 {
    line-height: 1.1;
}
.div-content-customer .is-container.leading-12 p, .div-content-customer .is-container.leading-12 td, .div-content-customer .is-container.leading-12 li, .div-content-customer .is-container.leading-12 label {
    line-height: 1.2;
}
.div-content-customer .is-container.leading-12 h1, .div-content-customer .is-container.leading-12 h2, .div-content-customer .is-container.leading-12 h3, .div-content-customer .is-container.leading-12 h4, .div-content-customer .is-container.leading-12 h5, .div-content-customer .is-container.leading-12 h6 {
    line-height: 1.1;
}
.div-content-customer .is-container.leading-13 p, .div-content-customer .is-container.leading-13 td, .div-content-customer .is-container.leading-13 li, .div-content-customer .is-container.leading-13 label {
    line-height: 1.3;
}
.div-content-customer .is-container.leading-13 h1, .div-content-customer .is-container.leading-13 h2, .div-content-customer .is-container.leading-13 h3, .div-content-customer .is-container.leading-13 h4, .div-content-customer .is-container.leading-13 h5, .div-content-customer .is-container.leading-13 h6 {
    line-height: 1.2;
}
.div-content-customer .is-container.leading-14 p, .div-content-customer .is-container.leading-14 td, .div-content-customer .is-container.leading-14 li, .div-content-customer .is-container.leading-14 label {
    line-height: 1.4;
}
.div-content-customer .is-container.leading-14 h1, .div-content-customer .is-container.leading-14 h2, .div-content-customer .is-container.leading-14 h3, .div-content-customer .is-container.leading-14 h4, .div-content-customer .is-container.leading-14 h5, .div-content-customer .is-container.leading-14 h6 {
    line-height: 1.2;
}
.div-content-customer .is-container.leading-15 p, .div-content-customer .is-container.leading-15 td, .div-content-customer .is-container.leading-15 li, .div-content-customer .is-container.leading-15 label {
    line-height: 1.5;
}
.div-content-customer .is-container.leading-15 h1, .div-content-customer .is-container.leading-15 h2, .div-content-customer .is-container.leading-15 h3, .div-content-customer .is-container.leading-15 h4, .div-content-customer .is-container.leading-15 h5, .div-content-customer .is-container.leading-15 h6 {
    line-height: 1.3;
}
.div-content-customer .is-container.leading-16 p, .div-content-customer .is-container.leading-16 td, .div-content-customer .is-container.leading-16 li, .div-content-customer .is-container.leading-16 label {
    line-height: 1.6;
}
.div-content-customer .is-container.leading-16 h1, .div-content-customer .is-container.leading-16 h2, .div-content-customer .is-container.leading-16 h3, .div-content-customer .is-container.leading-16 h4, .div-content-customer .is-container.leading-16 h5, .div-content-customer .is-container.leading-16 h6 {
    line-height: 1.3;
}
.div-content-customer .is-container.leading-17 p, .div-content-customer .is-container.leading-17 td, .div-content-customer .is-container.leading-17 li, .div-content-customer .is-container.leading-17 label {
    line-height: 1.7;
}
.div-content-customer .is-container.leading-17 h1, .div-content-customer .is-container.leading-17 h2, .div-content-customer .is-container.leading-17 h3, .div-content-customer .is-container.leading-17 h4, .div-content-customer .is-container.leading-17 h5, .div-content-customer .is-container.leading-17 h6 {
    line-height: 1.3;
}
.div-content-customer .is-container.leading-18 p, .div-content-customer .is-container.leading-18 td, .div-content-customer .is-container.leading-18 li, .div-content-customer .is-container.leading-18 label {
    line-height: 1.8;
}
.div-content-customer .is-container.leading-18 h1, .div-content-customer .is-container.leading-18 h2, .div-content-customer .is-container.leading-18 h3, .div-content-customer .is-container.leading-18 h4, .div-content-customer .is-container.leading-18 h5, .div-content-customer .is-container.leading-18 h6 {
    line-height: 1.3;
}
.div-content-customer .is-container.leading-19 p, .div-content-customer .is-container.leading-19 td, .div-content-customer .is-container.leading-19 li, .div-content-customer .is-container.leading-19 label {
    line-height: 1.9;
}
.div-content-customer .is-container.leading-19 h1, .div-content-customer .is-container.leading-19 h2, .div-content-customer .is-container.leading-19 h3, .div-content-customer .is-container.leading-19 h4, .div-content-customer .is-container.leading-19 h5, .div-content-customer .is-container.leading-19 h6 {
    line-height: 1.3;
}
.div-content-customer .is-container.leading-20 p, .div-content-customer .is-container.leading-20 td, .div-content-customer .is-container.leading-20 li, .div-content-customer .is-container.leading-20 label {
    line-height: 2;
}
.div-content-customer .is-container.leading-20 h1, .div-content-customer .is-container.leading-20 h2, .div-content-customer .is-container.leading-20 h3, .div-content-customer .is-container.leading-20 h4, .div-content-customer .is-container.leading-20 h5, .div-content-customer .is-container.leading-20 h6 {
    line-height: 1.3;
}
.div-content-customer .relative {
    position: relative;
}
.div-content-customer .is-row-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    user-select: none;
}
.div-content-customer .is-dock {
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    height: 0px;
}
.div-content-customer .is-dock > div {
    position: absolute;
}
.div-content-customer .is-dock > div > img {
    width: 100%;
}
@media (max-width: 970px) {
    .div-content-customer .is-dock {
        position: relative;
        width: 350px;
        padding-bottom: 350px;
        height: 0px;
    }
}
.div-content-customer .is-container > div > div:has(.is-dock) {
    width: 100%;
    position: relative;
    /* for tailwind */
}
.div-content-customer .grow {
    flex-grow: 1;
}
