.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#252E2F;--e-global-color-accent:#F0B11D;--e-global-color-5b58e9c:#F0B11D;--e-global-color-421e17f:#252E2F;--e-global-color-7d42ff7:#7D7D7D;--e-global-color-161bbfa:#B6B6B9;--e-global-color-f07a3ef:#F8F8F8;--e-global-color-a0180fe:#FFFFFF;--e-global-color-6e50322:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"PT Sans";--e-global-typography-text-font-size:1.125rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-line-height:1.625rem;--e-global-typography-accent-font-family:"PT Sans";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-line-height:1.625rem;color:var( --e-global-color-text );font-family:"PT Sans", Sans-serif;font-size:1.125rem;font-weight:400;text-transform:none;line-height:1.625rem;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-bottom:1.5rem;}.elementor-kit-5 h1{font-family:"Teko", Sans-serif;font-size:2.25rem;font-weight:700;text-transform:uppercase;line-height:3.563rem;}.elementor-kit-5 h2{font-family:"Teko", Sans-serif;font-size:2.625rem;font-weight:700;text-transform:none;line-height:3rem;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"PT Sans", Sans-serif;font-size:1.125rem;font-weight:700;text-transform:none;line-height:1.625rem;border-style:solid;border-width:1px 1px 1px 1px;border-radius:5px 5px 5px 5px;padding:1rem 2rem 1rem 2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1485px;}.e-con{--container-max-width:1485px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* globals */
p{text-wrap:pretty;}
h1,h2,h3{text-wrap:balance;}


/* fixed menu adjust */
#content{margin-top:91px;}

/* Color Picker */
.color-option {
    height: 2.613rem;
    width: 2.613rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.color-option-active:after {
    content: '';
    height: .75rem;
    width: .75rem;
    border-radius: 100rem;
    background-color: #ffffff;
}

/* Variant Table */
.jet-popup__container {
    width: 80% !important;
    max-height: 80% !important;
}

.variant-table {
    font-family: 'Roboto';
}

.variant-table-specs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.variant-table-header {
    font-size: 24px;
    font-weight: 800;
    padding: 27px 24px;
    background-color: var( --e-global-color-421e17f );
    color: #ffffff;
}

.variant-label, .variant-value {
    padding: 10px 12px;
    border-bottom: 1px solid #cccccc;
    font-size: 1rem;
}

.variant-value {
    background-color: #ffffff !important;
}

.variant-label {
    background-color: #F4F5F9 !important;
    text-align: right;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .variant-table-specs {
        grid-template-columns: repeat(2, 1fr);
}
}/* End custom CSS */