<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'modata-font-icons';
    src: url('../font/modata-font-icons.eot');
    src: url('../font/modata-font-icons.eot#iefix') format('embedded-opentype'),
            url('../font/modata-font-icons.woff2') format('woff2'),
            url('../font/modata-font-icons.woff') format('woff'),
            url('../font/modata-font-icons.ttf') format('truetype'),
            url('../font/modata-font-icons.svg#modata-font-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before,  
[class^="mdicon-"]:before, [class*=" mdicon-"]:before {
    font-family: "modata-font-icons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mdicon-info-circle:before { content: '\e800'; }
.mdicon-ok:before { content: '\e801'; }
.mdicon-cancel:before { content: '\e802'; }
.mdicon-left-open:before { content: '\e803'; }
.mdicon-right-open:before { content: '\e804'; }
.mdicon-right-big:before { content: '\e805'; }
.mdicon-angle-left:before { content: '\f104'; }
.mdicon-angle-right:before { content: '\f105'; }

.lp-header .navbar {
    padding: 10px 0;
}
.section {
    padding: 80px 0;
}
.bg-color.gray {
    background-color: #fcfbfc;
}
.bg-color.blue {
    /*background-color: #2241a1;*/
    background: url('../img/ctabackround.png') center no-repeat;
    background-size: cover;
}
h2.sec-title {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}
/**/
.banner-sec {
    color: #FFF;
}
.banner-columns-wrap {
    display: flex;
}
.banner-columns-wrap &gt; div {
    flex-grow: 1;
}
.banner-text {
    flex-basis: 60%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner-text h1 {
    font-size: 50px;
    letter-spacing: 5px;
    line-height: 1.3;
    margin: 0;
}
.banner-text {
    letter-spacing: .2px;
}
.banner-text .text-block {
    max-width: 80%;
    font-size: 21px;
    color: #fff;
    line-height: 32px;
    margin: 30px 0 50px;
}
.banner-text .text-block a {
    color: #5ca4e2;
}
.banner-text .text-subtitle {
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 30px;
}
.banner-img {
    flex-basis: 40%;
}
.banner-img img {
    max-width: 100%;
}
.banner-buttons {
    display: flex;
    max-width: 80%;
    flex-wrap: wrap;
}
.banner-buttons a {
    display: block;
    background-color: #ffd22b;
    border: 1px solid #ffd22b;
    color: #2241a1;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 25px 22px!important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    flex-basis: 200px;
}
.banner-buttons a:first-child {
    margin-right: 8px;
}
.banner-buttons a:first-child:hover {
    background-color: #ebc32e;
    border: 1px solid #ebc32e;
}
.banner-buttons a:last-child {
    background: transparent;
    color:#ffd22b;
    border-color: #ffd22b;
}
.banner-buttons a:last-child:hover {
    background-color: #FFF;
    border-color:#FFF;
    color: #2241a1;
}
.banner-buttons a:hover {
    text-decoration: none;
}
/**/
.pice-table-wrap {
    overflow: hidden;
    overflow-x: auto;
}
.pice-table-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
} 
.pice-table-wrap::-webkit-scrollbar {
    height: 8px;
	background-color: #F5F5F5;
}
.pice-table-wrap::-webkit-scrollbar-thumb {
    background-color: #2241a1;
}
.table-sec table {
    border-collapse: collapse;
    margin: 0 0 50px;
}
.table-sec table tr {
    height: 70px;
    /*border-bottom: 1px solid #efefef;*/
}
.table-sec table tr td {
    border: 1px solid #efefef;
}
.table-sec table thead tr td {
    padding: 5px 40px;
    border-top: 0;
    font-size: 18px;
    color: #2241a1;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2.3px;
}
.table-sec table tbody tr td:first-child {
    padding: 5px 40px;
}
.table-sec table tbody tr td:not(:first-child) {
    padding: 5px 20px;
}
.table-sec table tbody tr td:not(:first-child) {
    text-align: center;
}
.table-sec table tr td:first-child {
    border-left: 0;
}
.table-sec table tr td:last-child {
    border-right: 0;
}
.table-sec table tbody tr:last-child td {
    border-bottom: 0;
}
.table-sec table tr td:nth-child(even) {
    background-color: rgba(202,227,255,.15);
} 
.table-sec table tr td.table-head-separator {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2.7px;
}
.table-sec table tr td span.table-ico-wrap {
    display: flex;
    justify-content: center;
}
.table-sec table tr td:not(:first-child) span span {
    font-size: 23px;
}
.table-sec table tr td span span:before {
    margin-right: 0;
    margin-left: 0;
}
.table-sec table tr td .info-tooltip {
    margin-left: 3px;
}
.table-sec table tr td .info-tooltip span {
    font-size: 15px;
}
.table-sec table tr td span span.mdicon-ok {
    color: #5bd982;
}
.table-sec table tr td span span.mdicon-cancel {
    color: #ff6464;
}
.table-sec table tr td span span.star {
    color: orange;
    font-size: 18px;
}
.row-title {
    font-size: 13px;
    color: #7d7b9e;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .7px;
}
.td-text {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: .5px;
}

/*COLUMNS*/

.columns-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.columns-wrap &gt; div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    padding: 15px;
}
.columns-wrap.two-cols &gt; div {
    flex-basis: calc(50% - 30px);
}
.columns-wrap.three-cols &gt; div {
    flex-basis: calc(33.33% - 30px);
}
.column-title {
    font-size: 23px;
    color: #2241a1;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-align: center;
}
.column-icon {
    margin-bottom: 20px;
}
.column-icon img {
    max-height: 80px;
}
.column-text {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: .5px;
}

/**/
.it-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.it-wrap &gt; div{
    flex-basis: calc(50% - 100px);
}
.it-image img {
    max-width: 100%;
}
.it-text-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.it-text-descr {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: .5px;
}


/*TESTIMONIALS*/
.tm-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 55px;
    margin: -15px;
}
.tm-wrap &gt; div {
    flex-basis: calc(50% - 60px);
    display: flex;
    justify-content: center;
}
.tm-item {
    border: 1px solid transparent;
    position: relative;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 20px 30px 0 rgba(68,72,31,.05);
    position: relative;
    margin: 30px;
}
.tm-item:before {
    content: '';
    background: url(../img/quotes.png) center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: 15px;
    top: -15px;
    z-index: 10;
    width: 40px;
    height: 29px;
}
.tm-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tm-photo {
    margin-top: -32px;
    margin-bottom: 10px;
}
.tm-photo img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #FFF;
    box-shadow: 0 6px 5px 0 rgba(68,72,31,.15);
}
.tm-name {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 5px;
}
.tm-position {
    font-size: 14px;
    letter-spacing: .9px;
    text-align: center;
}
.tm-text {
    padding: 0 50px;
    margin: 30px auto 61px;
    font-size: 16px;
    font-style: italic;
    line-height: 1.88;
    letter-spacing: 1px;
    text-align: center;
}


@media (max-width: 991px) {
    .banner-columns-wrap {
        flex-direction: column;
    }
    .banner-img {
        display: none;
    }
    .banner-text h1 {
        text-align: center;
    }
    .banner-text .text-block {
        font-size: 20px;
        margin: 25px auto 50px;
        text-align: center;
    }
    .banner-text .text-subtitle {
        text-align: center;
    }
    .banner-buttons {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
    .banner-buttons a {
        min-width: 260px;
        padding: 25px 22px!important;
        flex-basis: auto;
    }
    .banner-buttons a:first-child {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .columns-wrap.three-cols &gt; div {
        flex-basis: calc(50% - 30px);
    }
    .it-wrap {
        flex-direction:column;
    }
    .it-wrap &gt; div {
        margin: 15px 0;
        padding: 15px;
    }
    .section {
        padding: 60px 0;
    }
    h2.sec-title {
        margin-bottom: 40px;
    }
    .table-sec table thead tr td,
    .table-sec table tbody tr td:first-child {
        padding: 5px 30px;
    }
}
@media (max-width: 767px) {
    .table-sec table thead tr td,
    .table-sec table tbody tr td:first-child {
        padding: 5px 20px;
    }
    .columns-wrap,
    .tm-wrap {
        flex-direction: column;
        margin: 0;
    }
    .tm-wrap {
        padding-top: 0;
    }
    .tm-item {
        margin: 40px 30px;
    }
    .section {
        padding: 40px 0;
    }
    h2.sec-title {
        margin-bottom: 30px;
    }
}
@media (max-width: 560px) {
    .banner-text h1 {
        font-size: 30px;
        letter-spacing: 9px;
        margin-bottom: 15px;
    }
    .banner-text .text-block {
        font-size: 16px;
        margin-top: 15px;
    }
    .banner-text .text-subtitle {
        font-size: 18px;
    }
}

/*from site stylesheet*/
body {
    font-family: 'Roboto', sans-serif;
}
a {
    color: #337ab7;
    text-decoration: none;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.descption {
    font-size: 16px;
    color: #7d7b9e;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
/**/</pre></body></html>