<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-size: 17px;
    line-height: 1.8;
    font-family: Roboto, Arial, Helvetica, Verdana;
}
a {
    color: #136bf5;
}
footer {
    font-size: 16px;
}
@media (min-width: 768px) {
    .container {
        max-width: 650px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 760px;
    }
}
.container {
    max-width: 760px;
}
[builder-element=CellElement] .container {
    padding: 0;
}
@media (min-width: 769px) {
    [data-hide-on="desktop"] {
      display: none!important;
    }
}
@media (max-width: 768px) {
    [data-hide-on="mobile"] {
      display: none!important;
    }
}
@media (max-width: 767px) {
    [builder-element=CellContainerElement] {
        display: block!important;
    }
    [builder-element="CellElement"] {
        width: 100%!important;
        max-width: none!important;        
    }
    [builder-element="CellElement"]  [builder-element="BlockElement"] {
        padding: 0px!important;
    }
}
@media (min-width: 768px) {
    [builder-element=PricingTableElement] .col-12 {
        flex-basis: 0;
        flex-grow: 1;
    }
}

</pre></body></html>