<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body
{
    font-family: 'Roboto', 'Helvetica Neue', Arial;
}

:root {
    --background: linear-gradient(150deg, #2248dc 48%, #2542b5 73%, #263983 94%); /*bold blues*/
    /*--background: linear-gradient(150deg, #072bda 20%, #0093fb 70%, #33b4ff 94%); bright energetic blue gradient*/
    --backgroundTestimonials: linear-gradient(150deg, #072bda -6%, #0093fb 129%, #33b4ff 94%);
    /* --background: linear-gradient(150deg, #2a07da 15%, #0093fb 70%, #33b4ff 94%); /*bright energetic blue gradient*/
    /*--background: linear-gradient(150deg, #125799 15%, #3c8fdd 70%, #8ac6ff 94%); desaturated calm blues */
    --first: #2a07da;
    --second: #4553ff;
    --third: #409eff;
    --fourth: 2582f5;
    --fifth: #1fa2ff;
    --primary: #0c7fef;
}

.heroDiv {
    height: 530px;
}

.headerDiv {
    margin-top: 20px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    min-height: 56px;
}

.heroTextDiv {
    color: #fff;
    margin-top: 68px;
}

.heroText {
    font-family: 'Roboto';
    font-weight: 300;
    color: white;
    font-size: 3.8rem;
}

.lead {
    width: 508px;
    margin-top: 29px;
    font-weight: 400;
    font-family: 'Roboto', 'Helvetica Neue', Arial;
    color: white;
    letter-spacing: .2px;
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
}

.signinLink {
    color: white;
    margin-bottom: 15px;
}

    .signinLink:hover
    {
        color: white;
        text-decoration: underline;
    }

    .btn-primary {
        color: #fff;
        background-color: #0c7fef !important;
        border-color: #0c7fef !important;
    }

#stripes {
    width: 100%;
    height: 530px; /*32vw;*/
    background: var(--background);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
    /*transform: skewY(-9deg);*/
    transform-origin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.browser-max {
    position: absolute;
    width: 850px;
    top: 11px;
    left: 16px;
}

.browser-bg {
    background: #ffffff5c;
}

.browser-buttons {
    color: #aec8de !important;
}

.opacity-5 {
    opacity: .8 !important;
}

/*#stripes span:nth-child(1) {
    grid-column: span 1;
    background: var(--first);
}

#stripes span:nth-child(2) {
    grid-column: span 2;
    background: var(--second);
}

#stripes span:nth-child(3) {
    grid-column: span 2;
    background: var(--third);
}

#stripes span:nth-child(4) {
    grid-column: 6;
    grid-row: 3;
    background: var(--fourth);
}

#stripes span:nth-child(5) {
    grid-column: span 2;
    grid-row: 4;
    background: var(--fifth);
}*/

.WhyAnesGo {
    margin-top: 100px;
    line-height: 1.9rem;
    font-size: 1.1rem;
    padding: 70px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .WhyAnesGo h3 {
        margin-top: 25px;
        font-weight: 400;
        margin-bottom: 10px;
        font-size: 1.6rem;
    }

.WhyAnesGoIntro 
{
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.5em;
}

.WhyAnesGo .well h1 {
    font-weight: 500;
    font-size: 3em;
    margin-top: 0px;
}

.benefitText {
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
}

.WhyAnesGo .well {
    border-radius: 0;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 19px;
    padding-left: 34px;
    line-height: 1.6rem;
    z-index: 1;
    height: 225px;
    position: relative;
    color: white;
}

.WhyAnesGo hr
{
    border-color: white;
}

.WhyAnesGo .well h1::before {
    content: "";
    background-color: #2247d6; /*#F7C352;*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skewX(-6deg);
    height: 225px;
    width: 100%;
}

.InterestedInTypingEffect {
    font-weight: 500;
    font-size: 3rem;
    text-align: center;
    background-color: #d8d8d8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .InterestedInTypingEffect .typed-text {
        font-weight: normal;
        color: #486fc5;
    }

 .cursor {
    display: inline-block;
    width: 3px;
    background-color: #fff;
    margin-left: 0.3rem;
    height: 57px;
    position: relative;
    bottom:-7px;
    animation: blink 1s infinite;
}

    .InterestedInTypingEffect .cursor.typing
    {
        animation: none;
    }


    @keyframes blink {
        0% { background-color: #fff}
    49% { background-color: #fff}
    50% { background-color: transparent}
    99% { background-color: transparent}
    100% { background-color: #fff}
}

.footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #292C31;
    color: #686a6e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contactSection {
    margin-top: 0px;
    padding-top: 75px;
    padding-bottom: 100px;
    /*background-color: #ececec;*/
    color: #686a6e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contactBox .left
{
    padding: 50px;
}

.contactBox .right {
    padding: 50px;
    background-color: #2247d6;
    color: #fff;
}

.graybackground {
    background-color: #ececec;
}

.copyrightText
{
    font-size: .9rem;
}

.copyrightText span
{
    margin-right: 50px;
}


.footer .emailInput {
    background-color: #43474c;
    border-color: #43474c;
    color: #fff;
    font-size: 14px;
    /*padding:23px;*/
    height: 50px;
}

.footer .emailSubmitButton{
    height: 50px;
}

.StayUpToDate small
{
    display: inline-block;
    line-height: 135%;
}

.TestimonialCard {
    /*background: var(--backgroundTestimonials);*/
    background: #fff;
    color: #020202;
    padding: 5px 35px 5px 35px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.TestimonialCard.first
{
    border-right: none;
}

.TestimonialCard .person .headshot
{
    border-radius: 25px;
    width: 50px;
}

.testimonialText
{
    margin-top: 10px;
    margin-bottom: 20px;
}

.leadtitle {
    font-weight: 500;
    color: #444;
    font-size: 2.5rem;
}

.socialLinks, .contactLinks
{
    color: white;
}

.socialLinks:hover, .contactLinks:hover
{
    text-decoration: none;
    color: gray;
}


.mockBody
{
    background-color: white;
    width: 100%;
}

.mockBody table
{
    width: 100%;
    border-collapse: collapse;
}

.mockGrid tr
{
    overflow-x: hidden;
}

.mockBody table, .mockBody th, .mockBody td {
    border: 1px solid #f4f4f4;
    border-spacing: 0px;
    padding: 0px;
    margin: 0px;
}

.mockBody th
{
    font-size: 10px;
    background-color: #fafafa;
}

.mockGrid .anesTd {
    /*padding-left: 30px;*/
    border-left: 0px;

}

.mockGrid .positionTd {
    border-right: 0px;
    text-align:right;
}

.mockPosition {
    margin-right: 11px;
    font-weight: bold;
    color: #969696;
    font-size: 12px;
}

.mockAnesFirst 
{
    height: 11px;
    background-color: #bfbfbf;
    width: 50px;
    margin-top: 3px;
}

.mockAnesLast {
    height: 11px;
    background-color: #bfbfbf;
    width: 90px;
    margin-top: 1px;
    margin-bottom: 3px;
}

.mockHeader {
    background-color: #044fe5;
    height: 21px;
}

.mockSubheader
{
    height: 15px;
}

.mockGrid .case, .case {
    display: inline-block;
    /*background-color: #e7e7e7;*/
    height: 26px;
    /*width: 50px;*/
    position: relative;
    top: 3px;
    border-radius: 2px;
    /*transition-property: top, left;
    transition: all 700ms cubic-bezier(0.950, 0.050, 0.795, 0.035); 
    transition-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);  */
}

.footerLink 
{
    color: #686a6e;
}

.footerLink:hover {
    text-decoration: underline;
    color: #686a6e;
}


/*color inspiration https://dribbble.com/shots/14575916-Design-system*/

.loc1 {    background-color: #f7db62; /* opacity: .8; */}
.loc2 {    background-color: #ff7349; /* opacity: .8; */}
.loc3 {    background-color: #30b374; /* opacity: .8; */}
.loc4 {    background-color: #bcbcbc; /* opacity: .8; */}
.loc5 {    background-color: #006ef9; /* opacity: .8; */}
.loc6 {    background-color: #f34a4a /*#f13131;  opacity: .8; */}

.duration1 { width: 50px; }
.duration2 { width: 80px; }
.duration3 { width: 110px; }
.duration4 { width: 140px; }
.duration5 { width: 170px; }
.duration6 { width: 200px; }
.duration7 { width: 230px; }
.duration8 { width: 260px; }
.duration9 { width: 290px; }
.duration10 { width: 320px; }
.duration11 { width: 350px; }
.duration12 { width: 380px; }



/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    .heroDiv {
        height: 700px; /*445px;*/
        overflow-x: hidden;
    }

    #stripes {
        height: 635px; /*445px;*/
    }

    .headerDiv img {
        width: 150px !important;
    }

    .heroText {
        font-size: 2.3rem;
    }

    .heroDiv .lead {
        font-size: 1rem;
        width: unset;
    }

    .browser-max {
        position: absolute;
        width: 850px;
        top: -122px;
        left: -179px;
        transform: scale(.5);
    }

    .heroTextDiv {
        color: #fff;
        margin-top: 47px;
    }

    .TestimonialCard {
        padding: 5px 20px 5px 20px;
    }

        .TestimonialCard.first {
            border-right: 1px solid #eee;
            margin-bottom: 20px;
        }

    .WhyAnesGo {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contactBox .right {
        margin-left: 15px;
        margin-right: 15px;
    }

    .contactBox .left {
        padding: 25px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .heroDiv {
        height: 700px; /*445px;*/
        overflow-x: hidden;
    }

    #stripes {
        height: 635px; /*445px;*/
    }

    .headerDiv img {
        width: 150px !important;
    }

    .heroText {
        font-size: 2.7rem;
    }

    .heroDiv .lead {
        font-size: 1rem;
        width: unset;
    }

    .browser-max {
        position: absolute;
        width: 850px;
        top: -122px;
        left: -179px;
        transform: scale(.5);
    }

    .heroTextDiv {
        color: #fff;
        margin-top: 47px;
    }

    .TestimonialCard {
        padding: 5px 20px 5px 20px;
    }

        .TestimonialCard.first {
            border-right: 1px solid #eee;
            margin-bottom: 20px;
        }

    .WhyAnesGo {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contactBox .right {
        margin-left: 15px;
        margin-right: 15px;
    }

    .contactBox .left {
        padding: 25px;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px)
{
    .heroText {
        font-size: 2.6rem;
    }

    .heroDiv .lead {
        width: unset;
    }

    .WhyAnesGo .well {
        font-size: .9rem;
    }

    .WhyAnesGo .well h1
    {
        font-size: 2.2em;
    }

    .contactBox .left {
        padding: 35px;
    }

}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .heroText {
        font-size: 3.5rem;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    
}</pre></body></html>