<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global page */
.page-template-elementor-to-gutenberg main#main {
    font-family: "Roboto", Sans-serif;
}

.page-template-elementor-to-gutenberg a,
.page-template-elementor-to-gutenberg button {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.page-template-elementor-to-gutenberg .wp-block-group__inner-container {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}

.page-template-elementor-to-gutenberg .w-85 {
    max-width: 100%;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-template-elementor-to-gutenberg .w-100,
.page-template-elementor-to-gutenberg .w-100 &gt; .wp-block-group__inner-container {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.page-template-elementor-to-gutenberg .wp-block-image.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.page-template-elementor-to-gutenberg .entry-content ul {
    margin-block-start: 0;
    margin-block-end: 3em;
}
/* END Global page */

/* Responsive gutenberg */
@media screen and (max-width: 768px) {
    .page-template-elementor-to-gutenberg .wp-block-columns:not(.is-not-stacked-on-mobile)&gt;.wp-block-column:not(:only-child) {
        -ms-flex-preferred-size: 100%!important;
        flex-basis: 100%!important;
        margin-left: 0;
    }
}
/* END Responsive gutenberg */

.page-template-elementor-to-gutenberg:not(.ast-separate-container) #primary {
    margin: 0 auto;
}

.page-template-elementor-to-gutenberg .entry-content p {
    margin-bottom: 15px;
}

.page-template-elementor-to-gutenberg .entry-content h2 {
    font-weight: 600;
    margin: 22px 0 24px;

}

.page-template-elementor-to-gutenberg .entry-content .wp-block-column h2:first-child {
    margin-top: 10px;
}

.page-template-elementor-to-gutenberg .entry-content h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.page-template-elementor-to-gutenberg .entry-content ul {
    font-size: 17px
}

@media screen and (max-width: 768px) {
    .page-template-elementor-to-gutenberg .entry-content ul {
        font-size: 15px;
    }
}

.page-template-elementor-to-gutenberg .entry-content div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 500;
    font-size: 16px;
}

.page-template-elementor-to-gutenberg .entry-content div.wpforms-container-full form:not(#wpforms-form-1394742).wpforms-form button[type=submit] {
    background-color: #23a455;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4em;
    display: block;
    width: 100%;
    border: none;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    padding: 10px;
}

.page-template-elementor-to-gutenberg .entry-content div.wpforms-container-full form:not(#wpforms-form-1394742).wpforms-form button[type=submit]:hover {
    background-color: #21BC00;
}

@media screen and (max-width: 768px) {
    .page-template-elementor-to-gutenberg .entry-content div.wpforms-container-full form:not(#wpforms-form-1394742).wpforms-form button[type=submit] {
        font-size: 24px;
    }
}

.page-template-elementor-to-gutenberg form:not(#wpforms-form-1394742) .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page-template-elementor-to-gutenberg .wpforms-field textarea,
.page-template-elementor-to-gutenberg .wpforms-field select {
    max-width: 100%;
}

.page-template-elementor-to-gutenberg .border-gray-right {
    border-right: 1px solid rgba(0,0,0,0.16);
}

.page-template-elementor-to-gutenberg .border-gray-left-right {
    border-right: 1px solid rgba(0,0,0,0.16);
    border-left: 1px solid rgba(0,0,0,0.16);
}

@media (max-width: 768px) {
    .page-template-elementor-to-gutenberg .border-gray-left-right {
        border-right: none;
        border-left: none;
    }
}

.page-template-elementor-to-gutenberg .custom_listing {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.page-template-elementor-to-gutenberg .custom_listing  li {
    padding-left: 1.3em;
}
.page-template-elementor-to-gutenberg .custom_listing  li:before {
    content: "\f058";
    color: green;
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.page-template-elementor-to-gutenberg .image-shadow {
    -webkit-box-shadow: 0 33px 10px -18px rgba(0, 0, 0, .5);
    box-shadow: 0 33px 10px -18px rgba(0, 0, 0, .5);
}

.page-template-elementor-to-gutenberg .price-table {
    border-bottom: none;
}

.page-template-elementor-to-gutenberg .price-table table,
.page-template-elementor-to-gutenberg .price-table table + figcaption {
    max-width: 44%;
    margin: auto;
}

.page-template-elementor-to-gutenberg .price-table table thead {
    color: #fff;
    background-color: #54595F;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
}

.page-template-elementor-to-gutenberg .price-table table td,
.page-template-elementor-to-gutenberg .price-table table th {
    border-width: 1px;
    padding: 10px 15px;
}

.page-template-elementor-to-gutenberg .price-table table + figcaption {
    border-bottom: none;
    text-align: center;
    color: #339966;
    font-size: 28px;
    padding: 15px;
    background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes.price-table tbody tr:nth-child(odd) {
    background-color: transparent;
}

.wp-block-table.is-style-stripes.price-table tbody tr:nth-child(even) {
    background-color: #f0f0f0;
}

@media (max-width: 768px) {
    .page-template-elementor-to-gutenberg .price-table table,
    .page-template-elementor-to-gutenberg .price-table table + figcaption {
        max-width: 100%;
    }
}

.page-template-elementor-to-gutenberg .green-price-table {
    border-bottom: none;
}

.page-template-elementor-to-gutenberg .green-price-table table {
    border: none;
}

.page-template-elementor-to-gutenberg .green-price-table table thead tr th {
    background-color: #23A455;
    color: #fff;
    text-align: center;
    padding: 20px 12px;
}

.page-template-elementor-to-gutenberg .green-price-table table thead tr th:first-child {
    border-radius: 12px 0 0 0;
}

.page-template-elementor-to-gutenberg .green-price-table table thead tr th:last-child {
    border-radius: 0 12px 0 0;
}

.page-template-elementor-to-gutenberg .green-price-table table tbody tr td {
    color: #54595F;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1;
    border-width: 2px;
    border-style: none;
    text-align: center;
}

.wp-block-table.is-style-stripes.green-price-table tbody tr:nth-child(odd) {
    background-color: transparent;
}

.wp-block-table.is-style-stripes.green-price-table tbody tr:nth-child(even) {
    background-color: #E2F2E4;
}


.page-template-elementor-to-gutenberg .red-price-table {
    border-bottom: none;
}

.page-template-elementor-to-gutenberg .red-price-table table {
    border: none;
}

.page-template-elementor-to-gutenberg .red-price-table table thead tr th {
    background-color: #DC0000;
    color: #fff;
    text-align: center;
    padding: 20px 12px;
}

.page-template-elementor-to-gutenberg .red-price-table table thead tr th:first-child {
    border-radius: 12px 0 0 0;
}

.page-template-elementor-to-gutenberg .red-price-table table thead tr th:last-child {
    border-radius: 0 12px 0 0;
}

.page-template-elementor-to-gutenberg .red-price-table table tbody tr td {
    color: #54595F;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1;
    border-width: 2px;
    border-style: none;
    text-align: center;
}

.wp-block-table.is-style-stripes.red-price-table tbody tr:nth-child(odd) {
    background-color: transparent;
}

.wp-block-table.is-style-stripes.red-price-table tbody tr:nth-child(even) {
    background-color: #fff0f0;
}</pre></body></html>