<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Futura Std Book", Sans-serif;
    overflow-x: hidden;
    letter-spacing: 1px;
}
* {
    box-sizing: border-box;
}
.container {
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
}
.arrow,
.shape {
    position: relative;
    z-index: 1;
}
.shape:after {
    content: '';
    position: absolute;
    background-image: url(../img/shape.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    right: 0;
    height: 18px;
    bottom: -8px;
    z-index: -1
}
h1 .shape:after {
    bottom: -4px;
}
.arrow:after {
    content: '';
    position: absolute;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 161px;
    height: 181px;
    left: -160px;
    bottom: -80px;
    z-index: -1
}
/*common*/
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-100 {
    margin-bottom: 100px;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.pt-50 {
    padding-top: 50px !important
}
.pt-100 {
    padding-top: 100px !important
}
.pb-50 {
    padding-bottom: 50px !important
}
.pb-100 {
    padding-bottom: 100px !important
}
.ptb-100 {
    padding: 100px 0;
}
.ptb-50 {
    padding: 50px 0;
}
.color {
    color: #B77854;
}
.font-secondry {
    font-family: 'Caveat', cursive;
    font-weight: 700;
}
.bg-lightcolor {
    background-color: #f7f7f7;
}
.bg-darkcolor {
    background-color:  #222;
}
.bg-black {
    background-color: #000;
}
.bgtheme-fontcolor {
    color: #fff !important;
}
.bg-themecolor {
    background-color: #000000;
}
/*titles*/
.title-wrap {
    margin-bottom: 30px;
}
.main-title {
    font-size: 70px;
    line-height: 94px;
    font-family: 'Futura Std Bold';
    letter-spacing: normal;
    color: #0d0d0d;
}
.main-subtitle {
    font-size: 75px;
    font-weight: 700;
    font-family: 'Caveat', cursive;
}
.main-desc {
    font-size: 18px;
    color: #666;
}
h1 .font-secondry {
    font-size: 94px;
}
#demo h1 .font-secondry {
    font-size: inherit;
}
/*buttons*/
.btn {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-transform: capitalize;
}
.btn-miancolor {
    background-color: #B77854;
    border: 2px solid #B77854;
    color: #fff;
}
.btn-miancolor:hover {
    background-color: transparent;
    border: 2px solid #000000;
    color: #000000;
}
.btn-transparent {
    background-color: transparent;
    border: 2px solid #000000;
    color: #000000;
}
.btn-transparent:hover {
    background-color: #B77854;
    border: 2px solid #B77854;
    color: #fff;
}
.btn svg {
    margin-left: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-miancolor svg {
    fill: #fff;
}
.btn-miancolor:hover svg {
    fill: #000000;
}
.btn-transparent svg {
    fill: #000000;
}
.btn-transparent:hover svg {
    fill: #fff;
}
/*Main Banner*/
#banner .tvcmsbanner {
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    position: relative;
}
#banner .tvcmsbanner .tvbanner img {
    width: 100%;
}
/*language*/
.tvlatestversion {
    padding: 30px 0;
    text-align: center;
}
.tvlatestversion p {
    /*color: #fff;*/
    font-size: 35px;
    font-family: 'Futura Std Heavy';
    text-transform: capitalize;
    /*font-weight: 500;*/
    margin-bottom: 0;
}
.tvlatestversion img {
    width: 35px;
}
.tvlanguage-flag ul {
    margin-top: 30px;
    padding: 0;
}
.tvlanguage-flag li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}
.tvlanguage-flag li a {
    font-family: 'Futura Std Heavy';
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}
.tvlanguage-flag li img {
    margin-right: 8px;
    border: 2px solid #fff;
    border-radius: 100%;
}
/*speedperfomance*/
a.GTlink {
    font-size: 19px;
    font-weight: 400;
    color: #222;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 30px;
}
a:hover {
    color: #000000;
}
.GTlink svg {
    margin-left: 12px;
    vertical-align: bottom;
    height: 35px;
    width: 35px;
}
.GTlink svg path {
    fill: #B77854;
}
#tvspeedperfomance h2.main-subtitle {
    margin-bottom: 40px;
}
#tvspeedperfomance p.main-desc {
    max-width: 500px;
    margin: auto;
    text-align: left;
    font-size: 19px;
    margin-bottom: 30px;
}
#tvspeedperfomance p.main-desc a {
    text-decoration: none;
    color: #222;
    position: relative;
}
.tvfooter-description h5 {
    font-size: 22px;
    font-family: 'Futura Std Medium';
    font-weight: 700;
    margin-bottom: 15px;
}
.tvfooter-description p {
    font-size: 20px;
    margin-bottom: 15px;
}
.tvfooter-btn .btn {
    display: inline-flex;
    align-items: center;
    margin: 5px 5px;
}
/*seprator*/
.seprator {
    position: relative;
}
.seprator:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #eee;
}
.seprator .title {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    background-color: #222;
    margin: auto;
    padding: 12px 0;
    position: relative;
}
.seprator h1 {
    font-family: 'Caveat', cursive;
    font-weight: 900;
    font-size: 90px;
    margin-bottom: 15px;
    line-height: 50px;
    -webkit-text-stroke: 2.3px white;
}
.seprator p {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
    line-height: 20px;
}
.feature.seprator p {
    font-size: 12px;
    line-height: 18px;
}
/*demo*/
#demo p.main-desc {
    margin: auto;
    width: 70%;
    margin-bottom: 30px;
}
ul.tag-name {
    padding: 0;
    margin-bottom: 50px;
}
ul.tag-name li {
    list-style: none;
    display: inline-block;
    font-size: 19px;
    line-height: 19px;
    padding: 10px 0;
    font-weight: 900;
}
ul.tag-name li:not(:first-child):before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #e7e7e7;
    border-radius: 100%;
    margin: 3px 25px;
}
.demolinks-wrapp .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.demolinks-wrapp .wrapper&gt;div {
    width: 50%;
    padding: 0 25px;
}
.frame-wrap img {
    width: 100%;
}
.frame-wrap {
    border: 1px solid #eee;
}
.frame-wrap .dots {
    text-align: left;
    padding: 3px 14px;
    border-bottom: 1px solid #eee;
}
.frame-wrap .dots span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 1px;
    border-radius: 100%;
}
.frame-inner {
    margin: 15px 14px;
    overflow: hidden;
}
.frame-wrap h4 {
    border-top: 1px solid #eee;
    margin: 0;
    padding: 15px 0;
}
.frame-wrap h4 a {
    font-size: 18px;
    color: #222;
    font-family: 'Futura Std Heavy';
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.frame-wrap h4 a:after{
    content: '';
    width: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    bottom: 0;
    position: absolute;
    background-color: #222;
    transition: width .3s ease-in-out;
}
.frame-wrap:hover h4 a:after{
    width: 100%;
}
.frame-wrap h4 a svg {
    margin-left: 10px;
}
/*layouts*/
.tabs {
    display: flex;
}
.tabs&gt;ul {
    list-style-type: none;
    margin: 0;
    padding: 0 8% 0 0;
    width: 40%;
}
.tabs&gt;ul li {
    display: block;
}
.tabs&gt;ul li a,
.tabs&gt;ul li a:visited {
    display: block;
    border-bottom: none;
    text-decoration: none;
    color: #222;
    font-size: 20px;
    border-right: 2px solid transparent;
    padding: 22px 40px 22px 0;
    transition: all 0.2s ease-in-out;
    word-wrap: break-word;
    text-align: right;
}
.tabs&gt;ul li a:hover,
.tabs&gt;ul li a:focus,
.tabs&gt;ul li a:active {
    border-bottom: none;
    border-right: 2px solid #000000;
    outline: 0;
}
.tabs&gt;ul li a.active {
    color: #B77854;
    border-right: 2px solid #B77854
}
.tabs&gt;ul li a:hover:not(.active) {
    color: #000000;
}
.tabs section {
    width: 60%;
    padding: 1rem;
    display: none;
    word-wrap: break-word;
}
.tabs section&gt;* {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s, transform 0.2s;
}
.tabs section&gt;*:nth-child(1) {
    transition-delay: 0.2s;
}
.tabs section&gt;*:nth-child(2) {
    transition-delay: 0.3s;
}
.tabs section&gt;*:nth-child(3) {
    transition-delay: 0.4s;
}
.tabs section.active {
    display: block;
}
.tabs section.active-content&gt;* {
    opacity: 1;
    transform: translateY(0);
}
/*changelog*/
#changelog {
    position: relative;
}
/*#changelog:after {
    content: '';
    background-image: url(../img/change_log.png);
    width: 861px;
    height: 801px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}*/
.changelog-content {
    position: relative;
}
.changelog-content p {
    /*font-size: 26px;*/
    color: #222222;
    font-family: 'Futura Std Medium';
}
.changelog-content p .shape{
    font-family: 'Futura Std Heavy';
}
.changelog-content ul {
    padding: 0;
}
.changelog-content ul li {
    list-style: none;
    font-size: 17px;
    color: #222;
    padding: 5px 0;
}
.changLog-text {
    width: 55%;
}
.accordion-button:focus {
    box-shadow: none
}
.accordion-item {
    border: none;
}
.accordion-button {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    border-bottom: 1px solid #eee;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}
section {
    position: relative;
}
.chlog-img {
    position: absolute;
    right: 0;
    top: 71%;
    transform: translateY(-50%);
}
/*modules*/
.modules {
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.module-card {
    background-color: #242424;
    border-radius: 3px;
    margin: 15px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 8%);
    padding: 10px 5px 10px 5px;
    display: inline-flex;
    align-items: center;
    /*max-width: 175px;*/
    /*width: 100%;*/
    padding: 25px 35px;
    border-radius: 10px;
     text-align: center;
    position: relative;
    border-radius: 10px;
    transform: translateY(0px);
    transition: all .4s ease-in-out;
}
.module-card:hover {
    filter: invert(1);
}
.module-card h6 {
    font-size: 17px;
    margin: 0;
    color: #fff;
    font-weight: 500;
}
.module-line {
    display: block;
    float: left;
}
.module-card img {
    margin-right: 20px;
    filter: invert(1);
}
#modules .tvmain-title {
    font-size: 240px;
    color: #fff;
    font-weight: 900;
    font-family: 'Futura Std Heavy';
}
#modules .section-subtitle {
    font-size: 71px;
    color: #fff;
    font-weight: 700;
}
#modules .desc {
    color: #b5b5b5;
    font-size: 19px;
}
.module-title-section {
    display: flex;
    flex-wrap: wrap;
}
.liquid-column-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
    transition: background .3s, opacity .3s;
}
/*feature*/
#feature .tvfeature {
    margin-bottom: 15px;
}
#feature .tvfeature .tvfeature-wrapper {
    background-color: #fff;
    height: auto;
    position: relative;
    z-index: 8;
    padding: 20px;
    width: 100%;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 0px 50px 5px rgb(0 0 0 / 10%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*#feature .tvfeature .tvfeature-wrapper img{
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#feature .tvfeature .tvfeature-wrapper:hover img{
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}*/
#feature .tvcms-feature-titel h4 {
    font-size: 17px;
    text-align: center;
    display: inline-block;
    padding-top: 30px;
    min-height: 45px;
    line-height: 20px;
    overflow: hidden;
    font-weight: 500;
    color: #222;
    height: calc(35px * 2);
    margin-bottom: 0;
}
.feature-content&gt;.row {
    margin: 0 -10px;
}
.tvfeature {
    width: 20%;
    padding: 0 10px;
}
/*showcase*/
#showcase h1.main-title {
    color: #fff;
}
.horizontal-parallax {
    width: 100%;
    padding-top: 8%;
}
.showcase_multipage {
    position: relative;
}
.showcase_multipage::before {
    content: "";
    background: linear-gradient(rgba(14, 14, 15, 0), #141414);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
/*bigbanner*/
#bigbanner h1.main-title {
    color: #fff;
}
#bigbanner .bigbanner-titel {
    font-size: 25px;
    color: #fff;
    padding-top: 30px;
    text-transform: capitalize;
}
#bigbanner .bigbanner-file,
#bigbanner .bigbanner-psd,
#bigbanner .bigbanner-safari {
    text-align: center;
}
/*integration*/
#integration .title-wrap {
    margin-right: 15px;
}
#integration h1.main-title {
    line-height: 80px;
}
.integrations-title {
    padding-right: 15px
}
.integrations-title .sub-title {
    display: block;
    margin-bottom: 10px;
    background: var(--gradientColor);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: .1em;
    font-weight: 600
}
.integrations-title h2 {
    line-height: 1.4;
    font-size: 35px;
    margin-bottom: 15px
}
.integrations-title .default-btn {
    margin-top: 10px
}
.integrations-icons {
    margin-left: 15px;
    position: relative
}
.integrations-icons ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.integrations-icons ul li {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 5px 15px 35px rgba(38, 42, 55, .12);
    box-shadow: 5px 15px 35px rgba(38, 42, 55, .12)
}
.integrations-icons ul li img {
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto
}
.integrations-icons ul li:nth-child(1) {
    top: 70px;
    left: 100px
}
.integrations-icons ul li:nth-child(2) {
    left: 10%;
    bottom: 23%;
    width: 105px;
    height: 105px
}
.integrations-icons ul li:nth-child(3) {
    right: 0;
    left: 14%;
    bottom: 6%;
    margin-left: auto;
    margin-right: auto
}
.integrations-icons ul li:nth-child(4) {
    right: 40px;
    bottom: 25%;
    width: 120px;
    height: 120px
}
.integrations-icons ul li:nth-child(5) {
    top: 14%;
    right: 25%;
    width: 90px;
    height: 90px
}
.integrations-icons ul li:nth-child(6) {
    left: 0;
    right: 0;
    top: 50%;
    width: 140px;
    height: 140px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto
}
.integrations-icons ul li.hover {
    -webkit-filter: blur(4px);
    filter: blur(4px)
}
.integrations-icons ul li.hover:hover {
    -webkit-filter: blur(0);
    filter: blur(0)
}
img {
    max-width: 100%;
}
/*footer*/
#footer {
    padding: 135px 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
#footer h1.main-title {
    font-size: 60px;
}
@media (min-width: 1440px) {
    .frame-wrap img {
        object-fit: none;
    }
}
@media (max-width: 1440px) {
    .chlog-img {
        right: -12%;
    }
}
@media (max-width: 1280px) {
    .chlog-img {
        right: -20%;
        transform: scale(0.8);
    }
}
@media (max-width: 1024px) {
    .changLog-text {
        width: 100%;
    }
    .chlog-img {
        display: none;
    }
    .tabs&gt;ul {
        padding: 0 15px 0 0;
    }
    .tabs section {
        width: 50%;
    }
    .tabs&gt;ul {
        width: 50%;
    }
    h1.main-title {
        font-size: 60px;
    }
    h1 .font-secondry {
        font-size: 74px;
    }
    #integration h1.main-title {
        line-height: 70px;
    }
    .demolinks-wrapp .wrapper {
        margin: 0 -10px;
    }
    .demolinks-wrapp .wrapper&gt;div {
        padding: 0 10px;
    }
}
@media (max-width: 1140px) and (min-width: 992px) {
    .integrations-icons ul li:nth-child(1) {
        top: 30px;
        left: 75px;
    }
    .integrations-icons ul li:nth-child(4) {
        right: 30px;
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 991px) {
    .arrow:after {
        display: none;
    }
    #modules .tvmain-title {
        font-size: 170px;
    }
    .tvfeature {
        width: 33.33%
    }
    .integrations-icons {
        display: inline-block;
        margin: 0;
    }
}
@media (max-width: 768px) {
    h1.main-title {
        font-size: 56px;
        line-height: 78px;
    }
    #demo p.main-desc {
        width: 90%;
    }
    h1 .font-secondry {
        font-size: 70px;
    }
    .ptb-100 {
        padding: 50px 0;
    }
}
@media (max-width: 575px) {
    .tvlanguage-flag ul {
        text-align: left;
        margin: 15px 0 0 0;
    }
    h1.main-title {
        font-size: 32px;
        line-height: 44px;
    }
    #demo p.main-desc {
        width: 95%;
    }
    h1 .font-secondry {
        font-size: 40px;
    }
    p.main-desc {
        font-size: 16px;
    }
    #integration h1.main-title {
        line-height: 42px;
    }
    .demolinks-wrapp .wrapper&gt;div {
        width: 100%;
    }
    .demolinks-wrapp .wrapper&gt;div.light {
        margin-bottom: 15px;
    }
    .tabs {
        display: block;
    }
    .tabs&gt;ul,
    .tabs section {
        width: 100%;
        padding: 0
    }
    .tabs&gt;ul li a,
    .tabs&gt;ul li a:visited {
        padding: 20px 20px 20px 0;
    }
    #modules .tvmain-title {
        font-size: 140px;
    }
    #modules .section-subtitle {
        font-size: 48px;
    }
    #modules .desc {
        font-size: 17px;
    }
    .tvfeature {
        width: 50%;
    }
    #bigbanner .bigbanner-file,
    /*#bigbanner .bigbanner-psd,*/
    #bigbanner .bigbanner-safari {
        margin-bottom: 15px;
    }
    .integrations-icons ul {
        position: relative;
        width: auto;
        height: auto;
    }
    .integrations-icons ul li {
        position: relative;
        display: inline-block;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        top: 0 !important;
        -webkit-transform: unset !important;
        transform: unset !important;
        width: 100px !important;
        height: 100px !important;
        margin-top: 15px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .integrations-icons&gt;img {
        display: none;
    }
    #footer {
        padding: 25px 0 40px;
    }
    #footer h1.main-title {
        font-size: 32px;
    }
    .tvfooter-description p {
        font-size: 18px;
    }
    .tvfooter-description h5 {
        font-size: 20px;
    }
    .btn {
        font-size: 17px;
        padding: 9px 24px;
    }
    .btn svg {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 425px) {
    .tvfeature {
        width: 100%;
    }
}

.banner-galss-hover {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.banner-galss-hover:after {
    position: absolute;
    content: "";
    width: 50px;
    -webkit-transform: skewX(-50deg);
    -moz-transform: skewX(-50deg);
    -ms-transform: skewX(-50deg);
    -o-transform: skewX(-50deg);
    transform: skewX(-50deg);
    bottom: 0%;
    left: -110%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.20);
}
.banner-galss-hover:hover:after {
    left: 300%;
    -webkit-transition: all 2.5s ease-out;
    -o-transition: all 2.5s ease-out;
    transition: all 2.5s ease-out;
}
#feature .tvfeature .tvfeature-wrapper .tvcms-feature-img img{
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#feature .tvfeature .tvfeature-wrapper:hover .tvcms-feature-img img{
    transform: scale3d(1.05,1.05,1.05);
}
#feature .tvfeature .tvfeature-wrapper:hover .tvcms-feature-titel h4 {
    animation: bn54storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}
@keyframes bn54storm {
    0% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
    25% {
        transform: translate3d(4px, 0, 0) translateZ(0);
    }
    50% {
        transform: translate3d(-3px, 0, 0) translateZ(0);
    }
    75% {
        transform: translate3d(2px, 0, 0) translateZ(0);
    }
    100% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
}</pre></body></html>