/*!-----------------------------------------------------------------
    Name: AmDesk - Help Center HTML template for your digital products
    Version: 1.1.0
    Author: dexad, nK
    Website: https://tsdev.info/
    Purchase: https://1.envato.market/amdesk-html-info
    Support: https://nk.ticksy.com/
    License: You must have a valid license purchased only from ThemeForest (the above link) in order to legally use the theme for your project.
    Copyright 2020.
-------------------------------------------------------------------*/
body {
    position: relative;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
}
.ts-main {
    overflow-x: hidden;
    overflow-y: initial;
}
.ts-decorated {
    display: block;
    width: 100%;
    height: 40px;
}
.ts-separator {
    display: block;
    border-bottom: 1px solid #ececec;
}
.ts-img {
    position: relative;
    display: block;
    max-width: 100%;
    overflow: hidden;
}
.ts-img > img {
    max-width: 100%;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ts-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    background-color: rgba(32, 32, 32, 0.1);
    opacity: 0;
    will-change: opacity;
    -webkit-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.ts-img:hover > img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.ts-img:hover::after {
    visibility: visible;
    opacity: 1;
}
.ts-video {
    position: relative;
    display: block;
    width: 100%;
}
.ts-video::after {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.ts-video > .ts-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ts-block-decorated {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ts-block-decorated.hover,
.ts-block-decorated:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
}
.icon {
    display: inline-block;
}
.ts-links {
    padding: 18px 0 28px;
    margin: 0 -18px;
}
.ts-links > li {
    display: inline-block;
    padding: 10px 0 0;
    margin: 0 18px 0 18px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1b1b1b;
    list-style: none;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-links > li.active,
.ts-links > li.hover,
.ts-links > li:hover {
    color: #2b72e6;
}
.ts-links > li a {
    color: inherit;
    -webkit-transition: color 0s;
    -o-transition: color 0s;
    transition: color 0s;
}
.ts-links > li a:focus,
.ts-links > li a:hover {
    text-decoration: none;
}
.bg-image,
.bg-image-parallax {
    overflow: hidden;
}
.bg-image img,
.bg-image-parallax img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover";
    -o-object-fit: cover;
    object-fit: cover;
}
.bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
}
.bg-image > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 1;
}
.ts-gap,
.ts-gap-1,
.ts-gap-2,
.ts-gap-3,
.ts-gap-4,
.ts-gap-5,
.ts-gap-6 {
    display: block;
    height: 15px;
}
.ts-gap-1::after,
.ts-gap-1::before,
.ts-gap-2::after,
.ts-gap-2::before,
.ts-gap-3::after,
.ts-gap-3::before,
.ts-gap-4::after,
.ts-gap-4::before,
.ts-gap-5::after,
.ts-gap-5::before,
.ts-gap-6::after,
.ts-gap-6::before,
.ts-gap::after,
.ts-gap::before {
    content: "";
    display: table;
    clear: both;
}
.ts-gap-1 {
    height: 25px;
}
.ts-gap-2 {
    height: 40px;
}
.ts-gap-3 {
    height: 50px;
}
.ts-gap-4 {
    height: 60px;
}
.ts-gap-5 {
    height: 80px;
}
.ts-gap-6 {
    height: 100px;
}
.ts-body-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
html {
    font-size: 16px;
}
body {
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.5;
    color: #525252;
    letter-spacing: 0.005em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    color: #2b72e6;
    -webkit-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s;
}
a:focus,
a:hover {
    color: #124599;
    text-decoration: none;
}
p {
    margin-bottom: 1.5rem;
}
b,
strong {
    font-weight: 700;
}
label {
    margin-bottom: 0.8rem;
    font-weight: 700;
    color: #232323;
}
code:not(.ts-gist) {
    display: inline-block;
    padding: 0 8px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    color: #a14a4f;
    background-color: #f7f7f9;
    border-radius: 3px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.4rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    color: #1b1b1b;
    text-transform: none;
    letter-spacing: normal;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #2b72e6;
    text-decoration: none;
}
.h1 a:focus,
.h1 a:hover,
.h2 a:focus,
.h2 a:hover,
.h3 a:focus,
.h3 a:hover,
.h4 a:focus,
.h4 a:hover,
.h5 a:focus,
.h5 a:hover,
.h6 a:focus,
.h6 a:hover,
h1 a:focus,
h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
    color: #1b1b1b;
    text-decoration: none;
}
.h1,
h1 {
    margin-top: -8px;
    font-size: 2.5rem;
}
.h2,
h2 {
    margin-top: -7px;
    font-size: 2.25rem;
}
.h3,
h3 {
    margin-top: -6px;
    font-size: 1.875rem;
}
.h4,
h4 {
    margin-top: -5px;
    font-size: 1.5rem;
}
.h5,
h5 {
    margin-top: -4px;
    font-size: 1.25rem;
}
.h6,
h6 {
    margin-top: -3px;
    font-size: 1.125rem;
}
.display-1,
.display-2,
.display-3,
.display-4 {
    text-transform: none;
    letter-spacing: normal;
}
.display-1 {
    font-size: 4.2rem;
}
.display-2 {
    font-size: 3.75rem;
}
.display-3 {
    font-size: 3rem;
    line-height: 1.15;
}
.display-4 {
    font-size: 3rem;
}
.lead {
    font-size: 1.125rem;
    font-weight: 400;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.row.vertical-gap > [class*="col"] {
    padding-top: 30px;
}
.row.vertical-gap {
    margin-top: -30px;
}
.row.xs-gap {
    margin-right: -5px;
    margin-left: -5px;
}
.row.xs-gap > [class*="col"] {
    padding-right: 5px;
    padding-left: 5px;
}
.row.xs-gap.vertical-gap > [class*="col"] {
    padding-top: 10px;
}
.row.xs-gap.vertical-gap {
    margin-top: -10px;
}
.row.sm-gap {
    margin-right: -10px;
    margin-left: -10px;
}
.row.sm-gap > [class*="col"] {
    padding-right: 10px;
    padding-left: 10px;
}
.row.sm-gap.vertical-gap > [class*="col"] {
    padding-top: 20px;
}
.row.sm-gap.vertical-gap {
    margin-top: -20px;
}
.row.md-gap {
    margin-right: -20px;
    margin-left: -20px;
}
.row.md-gap > [class*="col"] {
    padding-right: 20px;
    padding-left: 20px;
}
.row.md-gap.vertical-gap > [class*="col"] {
    padding-top: 40px;
}
.row.md-gap.vertical-gap {
    margin-top: -40px;
}
.row.lg-gap {
    margin-right: -30px;
    margin-left: -30px;
}
.row.lg-gap > [class*="col"] {
    padding-right: 30px;
    padding-left: 30px;
}
.row.lg-gap.vertical-gap > [class*="col"] {
    padding-top: 60px;
}
.row.lg-gap.vertical-gap {
    margin-top: -60px;
}
.text-main-1 {
    color: #2b72e6 !important;
}
.text-main-2 {
    color: #f03f3b !important;
}
.text-main-3 {
    color: #c9a57d !important;
}
.text-white {
    color: #fff !important;
}
.text-black {
    color: #000 !important;
}
.text-1 {
    color: #d4d4d4 !important;
}
.text-2 {
    color: #bcbcbc !important;
}
.text-3 {
    color: #525252 !important;
}
.text-grey-1 {
    color: #7a7a7a !important;
}
.text-grey-2 {
    color: #3a3a3a !important;
}
.text-grey-3 {
    color: #bababa !important;
}
.text-grey-4 {
    color: #d6d6d6 !important;
}
.text-grey-5 {
    color: #ececec !important;
}
.text-grey-6 {
    color: #f9f9f9 !important;
}
.text-dark-1 {
    color: #1b1b1b !important;
}
.text-dark-2 {
    color: #121212 !important;
}
.text-dark-3 {
    color: #232323 !important;
}
.bg-main-1 {
    background-color: #2b72e6 !important;
}
.bg-main-2 {
    background-color: #f03f3b !important;
}
.bg-main-3 {
    background-color: #c9a57d !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-black {
    background-color: #000 !important;
}
.bg-1 {
    background-color: #d4d4d4 !important;
}
.bg-2 {
    background-color: #bcbcbc !important;
}
.bg-3 {
    background-color: #525252 !important;
}
.bg-grey-1 {
    background-color: #7a7a7a !important;
}
.bg-grey-2 {
    background-color: #3a3a3a !important;
}
.bg-grey-3 {
    background-color: #bababa !important;
}
.bg-grey-4 {
    background-color: #d6d6d6 !important;
}
.bg-grey-5 {
    background-color: #ececec !important;
}
.bg-grey-6 {
    background-color: #f9f9f9 !important;
}
.bg-dark-1 {
    background-color: #1b1b1b !important;
}
.bg-dark-2 {
    background-color: #121212 !important;
}
.bg-dark-3 {
    background-color: #232323 !important;
}
.ts-img {
    max-width: 100%;
    height: auto;
}
.ts-img img {
    max-width: 100%;
    height: auto;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.dib {
    display: inline-block !important;
}
.db {
    display: block !important;
    width: 100%;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.wsw {
    white-space: normal;
}
.wsnw {
    white-space: nowrap;
}
.fw-100 {
    font-weight: 100 !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.fs-4 {
    font-size: 4px !important;
}
.fs-5 {
    font-size: 5px !important;
}
.fs-6 {
    font-size: 6px !important;
}
.fs-7 {
    font-size: 7px !important;
}
.fs-8 {
    font-size: 8px !important;
}
.fs-9 {
    font-size: 9px !important;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-17 {
    font-size: 17px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-35 {
    font-size: 35px !important;
}
.fs-40 {
    font-size: 40px !important;
}
.fs-45 {
    font-size: 45px !important;
}
.fs-50 {
    font-size: 50px !important;
}
.lh-0 {
    line-height: 0 !important;
}
.lh-5 {
    line-height: 5px !important;
}
.lh-10 {
    line-height: 10px !important;
}
.lh-15 {
    line-height: 15px !important;
}
.lh-20 {
    line-height: 20px !important;
}
.lh-25 {
    line-height: 25px !important;
}
.lh-30 {
    line-height: 30px !important;
}
.lh-35 {
    line-height: 35px !important;
}
.lh-40 {
    line-height: 40px !important;
}
.lh-45 {
    line-height: 45px !important;
}
.lh-50 {
    line-height: 50px !important;
}
.br-0 {
    border-radius: 0 !important;
}
.br-1 {
    border-radius: 1px !important;
}
.br-2 {
    border-radius: 2px !important;
}
.br-3 {
    border-radius: 3px !important;
}
.br-4 {
    border-radius: 4px !important;
}
.br-5 {
    border-radius: 5px !important;
}
.br-6 {
    border-radius: 6px !important;
}
.br-7 {
    border-radius: 7px !important;
}
.br-8 {
    border-radius: 8px !important;
}
.br-9 {
    border-radius: 9px !important;
}
.br-10 {
    border-radius: 10px !important;
}
.br-12 {
    border-radius: 12px !important;
}
.br-14 {
    border-radius: 14px !important;
}
.br-16 {
    border-radius: 16px !important;
}
.br-18 {
    border-radius: 18px !important;
}
.br-20 {
    border-radius: 20px !important;
}
.br-25 {
    border-radius: 25px !important;
}
.br-30 {
    border-radius: 30px !important;
}
.br-35 {
    border-radius: 35px !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 1px !important;
}
.p-2 {
    padding: 2px !important;
}
.p-3 {
    padding: 3px !important;
}
.p-4 {
    padding: 4px !important;
}
.p-5 {
    padding: 5px !important;
}
.p-6 {
    padding: 6px !important;
}
.p-7 {
    padding: 7px !important;
}
.p-8 {
    padding: 8px !important;
}
.p-9 {
    padding: 9px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-15 {
    padding: 15px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-25 {
    padding: 25px !important;
}
.p-30 {
    padding: 30px !important;
}
.p-35 {
    padding: 35px !important;
}
.p-40 {
    padding: 40px !important;
}
.p-45 {
    padding: 45px !important;
}
.p-50 {
    padding: 50px !important;
}
.p-60 {
    padding: 60px !important;
}
.p-70 {
    padding: 70px !important;
}
.p-80 {
    padding: 80px !important;
}
.p-85 {
    padding: 85px !important;
}
.p-90 {
    padding: 90px !important;
}
.p-100 {
    padding: 100px !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 1px !important;
}
.pt-2 {
    padding-top: 2px !important;
}
.pt-3 {
    padding-top: 3px !important;
}
.pt-4 {
    padding-top: 4px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-6 {
    padding-top: 6px !important;
}
.pt-7 {
    padding-top: 7px !important;
}
.pt-8 {
    padding-top: 8px !important;
}
.pt-9 {
    padding-top: 9px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-45 {
    padding-top: 45px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pt-85 {
    padding-top: 85px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pl-1 {
    padding-left: 1px !important;
}
.pl-2 {
    padding-left: 2px !important;
}
.pl-3 {
    padding-left: 3px !important;
}
.pl-4 {
    padding-left: 4px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pl-6 {
    padding-left: 6px !important;
}
.pl-7 {
    padding-left: 7px !important;
}
.pl-8 {
    padding-left: 8px !important;
}
.pl-9 {
    padding-left: 9px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-25 {
    padding-left: 25px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.pl-35 {
    padding-left: 35px !important;
}
.pl-40 {
    padding-left: 40px !important;
}
.pl-45 {
    padding-left: 45px !important;
}
.pl-50 {
    padding-left: 50px !important;
}
.pl-60 {
    padding-left: 60px !important;
}
.pl-70 {
    padding-left: 70px !important;
}
.pl-80 {
    padding-left: 80px !important;
}
.pl-85 {
    padding-left: 85px !important;
}
.pl-90 {
    padding-left: 90px !important;
}
.pl-100 {
    padding-left: 100px !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pr-1 {
    padding-right: 1px !important;
}
.pr-2 {
    padding-right: 2px !important;
}
.pr-3 {
    padding-right: 3px !important;
}
.pr-4 {
    padding-right: 4px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.pr-6 {
    padding-right: 6px !important;
}
.pr-7 {
    padding-right: 7px !important;
}
.pr-8 {
    padding-right: 8px !important;
}
.pr-9 {
    padding-right: 9px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pr-25 {
    padding-right: 25px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pr-35 {
    padding-right: 35px !important;
}
.pr-40 {
    padding-right: 40px !important;
}
.pr-45 {
    padding-right: 45px !important;
}
.pr-50 {
    padding-right: 50px !important;
}
.pr-60 {
    padding-right: 60px !important;
}
.pr-70 {
    padding-right: 70px !important;
}
.pr-80 {
    padding-right: 80px !important;
}
.pr-85 {
    padding-right: 85px !important;
}
.pr-90 {
    padding-right: 90px !important;
}
.pr-100 {
    padding-right: 100px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 1px !important;
}
.pb-2 {
    padding-bottom: 2px !important;
}
.pb-3 {
    padding-bottom: 3px !important;
}
.pb-4 {
    padding-bottom: 4px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-6 {
    padding-bottom: 6px !important;
}
.pb-7 {
    padding-bottom: 7px !important;
}
.pb-8 {
    padding-bottom: 8px !important;
}
.pb-9 {
    padding-bottom: 9px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-35 {
    padding-bottom: 35px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-45 {
    padding-bottom: 45px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pb-85 {
    padding-bottom: 85px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.mauto {
    margin-right: auto;
    margin-left: auto;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 1px !important;
}
.m-2 {
    margin: 2px !important;
}
.m-3 {
    margin: 3px !important;
}
.m-4 {
    margin: 4px !important;
}
.m-5 {
    margin: 5px !important;
}
.m-6 {
    margin: 6px !important;
}
.m-7 {
    margin: 7px !important;
}
.m-8 {
    margin: 8px !important;
}
.m-9 {
    margin: 9px !important;
}
.m-10 {
    margin: 10px !important;
}
.m-13 {
    margin: 13px !important;
}
.m-15 {
    margin: 15px !important;
}
.m-18 {
    margin: 18px !important;
}
.m-20 {
    margin: 20px !important;
}
.m-25 {
    margin: 25px !important;
}
.m-30 {
    margin: 30px !important;
}
.m-35 {
    margin: 35px !important;
}
.m-40 {
    margin: 40px !important;
}
.m-45 {
    margin: 45px !important;
}
.m-50 {
    margin: 50px !important;
}
.m-55 {
    margin: 55px !important;
}
.m-60 {
    margin: 60px !important;
}
.m-70 {
    margin: 70px !important;
}
.m-80 {
    margin: 80px !important;
}
.m-90 {
    margin: 90px !important;
}
.m-100 {
    margin: 100px !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 1px !important;
}
.mt-2 {
    margin-top: 2px !important;
}
.mt-3 {
    margin-top: 3px !important;
}
.mt-4 {
    margin-top: 4px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-6 {
    margin-top: 6px !important;
}
.mt-7 {
    margin-top: 7px !important;
}
.mt-8 {
    margin-top: 8px !important;
}
.mt-9 {
    margin-top: 9px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-13 {
    margin-top: 13px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-18 {
    margin-top: 18px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-55 {
    margin-top: 55px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-1 {
    margin-left: 1px !important;
}
.ml-2 {
    margin-left: 2px !important;
}
.ml-3 {
    margin-left: 3px !important;
}
.ml-4 {
    margin-left: 4px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-6 {
    margin-left: 6px !important;
}
.ml-7 {
    margin-left: 7px !important;
}
.ml-8 {
    margin-left: 8px !important;
}
.ml-9 {
    margin-left: 9px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-13 {
    margin-left: 13px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-18 {
    margin-left: 18px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-25 {
    margin-left: 25px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-35 {
    margin-left: 35px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-45 {
    margin-left: 45px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.ml-55 {
    margin-left: 55px !important;
}
.ml-60 {
    margin-left: 60px !important;
}
.ml-70 {
    margin-left: 70px !important;
}
.ml-80 {
    margin-left: 80px !important;
}
.ml-90 {
    margin-left: 90px !important;
}
.ml-100 {
    margin-left: 100px !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mr-1 {
    margin-right: 1px !important;
}
.mr-2 {
    margin-right: 2px !important;
}
.mr-3 {
    margin-right: 3px !important;
}
.mr-4 {
    margin-right: 4px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-6 {
    margin-right: 6px !important;
}
.mr-7 {
    margin-right: 7px !important;
}
.mr-8 {
    margin-right: 8px !important;
}
.mr-9 {
    margin-right: 9px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-13 {
    margin-right: 13px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-18 {
    margin-right: 18px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-25 {
    margin-right: 25px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-35 {
    margin-right: 35px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-45 {
    margin-right: 45px !important;
}
.mr-50 {
    margin-right: 50px !important;
}
.mr-55 {
    margin-right: 55px !important;
}
.mr-60 {
    margin-right: 60px !important;
}
.mr-70 {
    margin-right: 70px !important;
}
.mr-80 {
    margin-right: 80px !important;
}
.mr-90 {
    margin-right: 90px !important;
}
.mr-100 {
    margin-right: 100px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 1px !important;
}
.mb-2 {
    margin-bottom: 2px !important;
}
.mb-3 {
    margin-bottom: 3px !important;
}
.mb-4 {
    margin-bottom: 4px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-6 {
    margin-bottom: 6px !important;
}
.mb-7 {
    margin-bottom: 7px !important;
}
.mb-8 {
    margin-bottom: 8px !important;
}
.mb-9 {
    margin-bottom: 9px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-13 {
    margin-bottom: 13px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-18 {
    margin-bottom: 18px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-55 {
    margin-bottom: 55px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mn-0 {
    margin: 0 !important;
}
.mn-1 {
    margin: -1px !important;
}
.mn-2 {
    margin: -2px !important;
}
.mn-3 {
    margin: -3px !important;
}
.mn-4 {
    margin: -4px !important;
}
.mn-5 {
    margin: -5px !important;
}
.mn-6 {
    margin: -6px !important;
}
.mn-7 {
    margin: -7px !important;
}
.mn-8 {
    margin: -8px !important;
}
.mn-9 {
    margin: -9px !important;
}
.mn-10 {
    margin: -10px !important;
}
.mn-13 {
    margin: -13px !important;
}
.mn-15 {
    margin: -15px !important;
}
.mn-18 {
    margin: -18px !important;
}
.mn-20 {
    margin: -20px !important;
}
.mn-25 {
    margin: -25px !important;
}
.mn-30 {
    margin: -30px !important;
}
.mn-35 {
    margin: -35px !important;
}
.mn-40 {
    margin: -40px !important;
}
.mn-45 {
    margin: -45px !important;
}
.mn-50 {
    margin: -50px !important;
}
.mn-55 {
    margin: -55px !important;
}
.mn-60 {
    margin: -60px !important;
}
.mn-70 {
    margin: -70px !important;
}
.mn-80 {
    margin: -80px !important;
}
.mn-90 {
    margin: -90px !important;
}
.mn-100 {
    margin: -100px !important;
}
.mnt-0 {
    margin-top: 0 !important;
}
.mnt-1 {
    margin-top: -1px !important;
}
.mnt-2 {
    margin-top: -2px !important;
}
.mnt-3 {
    margin-top: -3px !important;
}
.mnt-4 {
    margin-top: -4px !important;
}
.mnt-5 {
    margin-top: -5px !important;
}
.mnt-6 {
    margin-top: -6px !important;
}
.mnt-7 {
    margin-top: -7px !important;
}
.mnt-8 {
    margin-top: -8px !important;
}
.mnt-9 {
    margin-top: -9px !important;
}
.mnt-10 {
    margin-top: -10px !important;
}
.mnt-13 {
    margin-top: -13px !important;
}
.mnt-15 {
    margin-top: -15px !important;
}
.mnt-18 {
    margin-top: -18px !important;
}
.mnt-20 {
    margin-top: -20px !important;
}
.mnt-25 {
    margin-top: -25px !important;
}
.mnt-30 {
    margin-top: -30px !important;
}
.mnt-35 {
    margin-top: -35px !important;
}
.mnt-40 {
    margin-top: -40px !important;
}
.mnt-45 {
    margin-top: -45px !important;
}
.mnt-50 {
    margin-top: -50px !important;
}
.mnt-55 {
    margin-top: -55px !important;
}
.mnt-60 {
    margin-top: -60px !important;
}
.mnt-70 {
    margin-top: -70px !important;
}
.mnt-80 {
    margin-top: -80px !important;
}
.mnt-90 {
    margin-top: -90px !important;
}
.mnt-100 {
    margin-top: -100px !important;
}
.mnl-0 {
    margin-left: 0 !important;
}
.mnl-1 {
    margin-left: -1px !important;
}
.mnl-2 {
    margin-left: -2px !important;
}
.mnl-3 {
    margin-left: -3px !important;
}
.mnl-4 {
    margin-left: -4px !important;
}
.mnl-5 {
    margin-left: -5px !important;
}
.mnl-6 {
    margin-left: -6px !important;
}
.mnl-7 {
    margin-left: -7px !important;
}
.mnl-8 {
    margin-left: -8px !important;
}
.mnl-9 {
    margin-left: -9px !important;
}
.mnl-10 {
    margin-left: -10px !important;
}
.mnl-13 {
    margin-left: -13px !important;
}
.mnl-15 {
    margin-left: -15px !important;
}
.mnl-18 {
    margin-left: -18px !important;
}
.mnl-20 {
    margin-left: -20px !important;
}
.mnl-25 {
    margin-left: -25px !important;
}
.mnl-30 {
    margin-left: -30px !important;
}
.mnl-35 {
    margin-left: -35px !important;
}
.mnl-40 {
    margin-left: -40px !important;
}
.mnl-45 {
    margin-left: -45px !important;
}
.mnl-50 {
    margin-left: -50px !important;
}
.mnl-55 {
    margin-left: -55px !important;
}
.mnl-60 {
    margin-left: -60px !important;
}
.mnl-70 {
    margin-left: -70px !important;
}
.mnl-80 {
    margin-left: -80px !important;
}
.mnl-90 {
    margin-left: -90px !important;
}
.mnl-100 {
    margin-left: -100px !important;
}
.mnr-0 {
    margin-right: 0 !important;
}
.mnr-1 {
    margin-right: -1px !important;
}
.mnr-2 {
    margin-right: -2px !important;
}
.mnr-3 {
    margin-right: -3px !important;
}
.mnr-4 {
    margin-right: -4px !important;
}
.mnr-5 {
    margin-right: -5px !important;
}
.mnr-6 {
    margin-right: -6px !important;
}
.mnr-7 {
    margin-right: -7px !important;
}
.mnr-8 {
    margin-right: -8px !important;
}
.mnr-9 {
    margin-right: -9px !important;
}
.mnr-10 {
    margin-right: -10px !important;
}
.mnr-13 {
    margin-right: -13px !important;
}
.mnr-15 {
    margin-right: -15px !important;
}
.mnr-18 {
    margin-right: -18px !important;
}
.mnr-20 {
    margin-right: -20px !important;
}
.mnr-25 {
    margin-right: -25px !important;
}
.mnr-30 {
    margin-right: -30px !important;
}
.mnr-35 {
    margin-right: -35px !important;
}
.mnr-40 {
    margin-right: -40px !important;
}
.mnr-45 {
    margin-right: -45px !important;
}
.mnr-50 {
    margin-right: -50px !important;
}
.mnr-55 {
    margin-right: -55px !important;
}
.mnr-60 {
    margin-right: -60px !important;
}
.mnr-70 {
    margin-right: -70px !important;
}
.mnr-80 {
    margin-right: -80px !important;
}
.mnr-90 {
    margin-right: -90px !important;
}
.mnr-100 {
    margin-right: -100px !important;
}
.mnb-0 {
    margin-bottom: 0 !important;
}
.mnb-1 {
    margin-bottom: -1px !important;
}
.mnb-2 {
    margin-bottom: -2px !important;
}
.mnb-3 {
    margin-bottom: -3px !important;
}
.mnb-4 {
    margin-bottom: -4px !important;
}
.mnb-5 {
    margin-bottom: -5px !important;
}
.mnb-6 {
    margin-bottom: -6px !important;
}
.mnb-7 {
    margin-bottom: -7px !important;
}
.mnb-8 {
    margin-bottom: -8px !important;
}
.mnb-9 {
    margin-bottom: -9px !important;
}
.mnb-10 {
    margin-bottom: -10px !important;
}
.mnb-13 {
    margin-bottom: -13px !important;
}
.mnb-15 {
    margin-bottom: -15px !important;
}
.mnb-18 {
    margin-bottom: -18px !important;
}
.mnb-20 {
    margin-bottom: -20px !important;
}
.mnb-25 {
    margin-bottom: -25px !important;
}
.mnb-30 {
    margin-bottom: -30px !important;
}
.mnb-35 {
    margin-bottom: -35px !important;
}
.mnb-40 {
    margin-bottom: -40px !important;
}
.mnb-45 {
    margin-bottom: -45px !important;
}
.mnb-50 {
    margin-bottom: -50px !important;
}
.mnb-55 {
    margin-bottom: -55px !important;
}
.mnb-60 {
    margin-bottom: -60px !important;
}
.mnb-70 {
    margin-bottom: -70px !important;
}
.mnb-80 {
    margin-bottom: -80px !important;
}
.mnb-90 {
    margin-bottom: -90px !important;
}
.mnb-100 {
    margin-bottom: -100px !important;
}
.op-0 {
    opacity: 0 !important;
}
.op-1 {
    opacity: 0.1 !important;
}
.op-2 {
    opacity: 0.2 !important;
}
.op-3 {
    opacity: 0.3 !important;
}
.op-4 {
    opacity: 0.4 !important;
}
.op-5 {
    opacity: 0.5 !important;
}
.op-6 {
    opacity: 0.6 !important;
}
.op-7 {
    opacity: 0.7 !important;
}
.op-8 {
    opacity: 0.8 !important;
}
.op-9 {
    opacity: 0.9 !important;
}
.op-10 {
    opacity: 1 !important;
}
.ts-navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    min-height: 80px;
    font-family: "Maven Pro", sans-serif;
    background-color: #1b1b1b;
    -webkit-box-shadow: 0 1px 0 transparent;
    box-shadow: 0 1px 0 transparent;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    z-index: 1000;
}
.ts-navbar .ts-nav-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin-right: 79px;
    font-family: "Maven Pro", sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.01em;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-navbar .ts-nav-logo:active,
.ts-navbar .ts-nav-logo:focus,
.ts-navbar .ts-nav-logo:hover {
    color: #2b72e6;
    text-decoration: none;
}
.ts-navbar .ts-nav-icon:not(.ts-btn) {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}
.ts-navbar .ts-nav-icon:not(.ts-btn) > .icon {
    position: relative;
    opacity: 0.7;
    will-change: opacity;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.ts-navbar .ts-nav-icon:not(.ts-btn).active > .icon,
.ts-navbar .ts-nav-icon:not(.ts-btn):focus > .icon,
.ts-navbar .ts-nav-icon:not(.ts-btn):hover > .icon {
    opacity: 1;
}
.ts-navbar .ts-nav-icon:not(.ts-btn).active ~ .ts-navbar-dropdown,
.ts-navbar .ts-nav-icon:not(.ts-btn):focus ~ .ts-navbar-dropdown,
.ts-navbar .ts-nav-icon:not(.ts-btn):hover ~ .ts-navbar-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.ts-navbar .ts-nav-item-drop .ts-nav-icon:not(.ts-btn) .ts-nav-badge {
    top: 50%;
    margin-top: -20px;
}
.ts-navbar .ts-nav-badge {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -4px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    font-size: 9px;
    line-height: 0;
    color: #fff;
    background-color: #2b72e6;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 0 2px #1b1b1b;
    box-shadow: 0 0 0 2px #1b1b1b;
    z-index: 1;
}
.ts-navbar .ts-nav-signin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: -3px 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #bcbcbc;
    letter-spacing: 0.05em;
}
.ts-navbar .ts-nav-signin ~ .ts-navbar-dropdown .ts-navbar-dropdown-triangle {
    margin-left: 35px;
}
.ts-navbar .ts-nav-signin.active,
.ts-navbar .ts-nav-signin:focus,
.ts-navbar .ts-nav-signin:hover {
    color: #fff;
    text-decoration: none;
}
.ts-navbar .ts-nav-signin.active ~ .ts-navbar-dropdown,
.ts-navbar .ts-nav-signin:focus ~ .ts-navbar-dropdown,
.ts-navbar .ts-nav-signin:hover ~ .ts-navbar-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.ts-navbar .ts-nav-signin .ts-nav-signin-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
}
.ts-navbar .ts-nav-signin .ts-nav-signin-img + .ts-nav-signin-name {
    margin-left: 12px;
}
.ts-navbar .ts-nav-signin .ts-nav-signin-img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover";
    -o-object-fit: cover;
    object-fit: cover;
}
.ts-navbar .ts-navbar-burger {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 20px;
    width: 34px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    visibility: hidden;
    background: 0 0;
    border: 0;
}
.ts-navbar .ts-navbar-burger > span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 2px;
    background-color: #fff;
    will-change: transform, opacity;
    -webkit-transition: background-color 0.2s ease-in-out,
    visibility 0.2s ease-in-out, opacity 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, visibility 0.2s ease-in-out,
    opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out,
    visibility 0.2s ease-in-out, transform 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s ease-in-out, opacity 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
}
.ts-navbar .ts-navbar-burger > span + span {
    margin-top: 5px;
}
.ts-navbar .ts-navbar-burger > span:nth-child(2) {
    width: 16px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.ts-navbar .ts-navbar-burger.active > span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -ms-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
}
.ts-navbar .ts-navbar-burger.active > span:nth-child(2) {
    visibility: hidden;
    opacity: 0;
}
.ts-navbar .ts-navbar-burger.active > span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    -ms-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px);
}
.ts-navbar .ts-navbar-burger:focus > span,
.ts-navbar .ts-navbar-burger:hover > span {
    background-color: #2b72e6;
}
.ts-navbar .ts-navbar-burger:focus > span:nth-child(2),
.ts-navbar .ts-navbar-burger:hover > span:nth-child(2) {
    -webkit-transform: translateX(-7px);
    -ms-transform: translateX(-7px);
    transform: translateX(-7px);
}
.ts-navbar > .container,
.ts-navbar > .container-fluid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ts-navbar .ts-navbar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
}
.ts-navbar .ts-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.ts-navbar .ts-nav > li {
    display: inline-block;
    padding: 0;
    margin: 0 34px 0 0;
    list-style: none;
}
.ts-navbar .ts-nav > li:last-child {
    margin-right: 0;
}
.ts-navbar .ts-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
    color: #bcbcbc;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-decoration: none;
}
.ts-navbar .ts-nav-link > .icon {
    margin-right: 12px;
    font-size: 1.45rem;
}
.ts-navbar .ts-nav-link.active,
.ts-navbar .ts-nav-link:focus,
.ts-navbar .ts-nav-link:hover {
    color: #fff;
    text-decoration: none;
}
.ts-navbar .ts-nav-link.active ~ .ts-navbar-dropdown,
.ts-navbar .ts-nav-link:focus ~ .ts-navbar-dropdown,
.ts-navbar .ts-nav-link:hover ~ .ts-navbar-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.ts-navbar .ts-nav-item.active > .nav-link {
    color: #fff;
}
.ts-navbar .ts-nav-item.active > .nav-link::before {
    content: "";
    position: absolute;
    right: -15px;
    bottom: 0;
    left: -15px;
    height: 2px;
    background-color: #2b72e6;
}
.ts-navbar .ts-nav-item-drop {
    position: relative;
}
.ts-navbar .ts-nav-item-drop:hover > .ts-navbar-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.ts-navbar .ts-navbar-dropdown {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: 100%;
    right: auto;
    bottom: auto;
    left: -20px;
    width: auto;
    padding: 15px 0;
    margin-top: 12px;
    font-family: "Nunito Sans", sans-serif;
    text-transform: none;
    visibility: hidden;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
    transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
    -o-transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out,
    transform 0.15s ease-in-out;
    transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out,
    transform 0.15s ease-in-out;
    transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out,
    transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}
.ts-navbar .ts-navbar-dropdown::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 12px;
    margin-top: -12px;
}
.ts-navbar
.ts-navbar-dropdown.ts-navbar-dropdown-dark
> .ts-nav-item-drop.active
> a::after,
.ts-navbar
.ts-navbar-dropdown.ts-navbar-dropdown-dark
> .ts-nav-item-drop.hover
> a::after,
.ts-navbar
.ts-navbar-dropdown.ts-navbar-dropdown-dark
> .ts-nav-item-drop:hover
> a::after {
    background-color: #bababa;
}
.ts-navbar .ts-navbar-dropdown > .ts-nav-item-drop > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    left: auto;
    width: 2px;
    height: 2px;
    margin-top: -1px;
    background-color: rgba(186, 186, 186, 0.5);
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.ts-navbar .ts-navbar-dropdown > .ts-nav-item-drop.active > a::after,
.ts-navbar .ts-navbar-dropdown > .ts-nav-item-drop.hover > a::after,
.ts-navbar .ts-navbar-dropdown > .ts-nav-item-drop:hover > a::after {
    background-color: #7a7a7a;
}
.ts-navbar .ts-navbar-dropdown .ts-navbar-dropdown-triangle {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: -1px;
    margin-left: 20px;
    border: 10px solid transparent;
    border-bottom: 8px solid #fff;
}
.ts-navbar .ts-navbar-dropdown.ts-navbar-dropdown-left {
    right: -20px;
    left: auto;
}
.ts-navbar
.ts-navbar-dropdown.ts-navbar-dropdown-left
.ts-navbar-dropdown-triangle {
    right: 0;
    left: auto;
    margin-right: 20px;
    margin-left: 0;
}
.ts-navbar .ts-navbar-dropdown.ts-navbar-dropdown-right {
    right: auto;
    left: -20px;
}
.ts-navbar
.ts-navbar-dropdown.ts-navbar-dropdown-right
.ts-navbar-dropdown-triangle {
    right: auto;
    left: 0;
    margin-right: auto;
    margin-left: 20px;
}
.ts-navbar .ts-navbar-dropdown .ts-navbar-dropdown {
    top: 0;
    left: 100%;
    margin-top: -15px;
    margin-left: 12px;
}
.ts-navbar .ts-navbar-dropdown .ts-navbar-dropdown::after {
    right: auto;
    bottom: 0;
    width: 12px;
    height: auto;
    margin-top: 0;
    margin-left: -12px;
}
.ts-navbar
.ts-navbar-dropdown
.ts-navbar-dropdown
.ts-navbar-dropdown-triangle {
    right: 100%;
    bottom: auto;
    left: auto;
    margin-top: 8px;
    margin-right: -1px;
    margin-bottom: 0;
    margin-left: 0;
    border: 10px solid transparent;
    border-right: 8px solid #fff;
}
.ts-navbar .ts-navbar-dropdown .ts-navbar-dropdown-left {
    right: 100%;
    left: auto;
    margin-right: 12px;
    margin-left: 0;
}
.ts-navbar .ts-navbar-dropdown .ts-navbar-dropdown-left::after {
    bottom: 0;
    left: auto;
    width: 12px;
    height: auto;
    margin-top: 0;
    margin-right: -12px;
}
.ts-navbar
.ts-navbar-dropdown
.ts-navbar-dropdown-left
.ts-navbar-dropdown-triangle {
    right: auto;
    bottom: auto;
    left: 100%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -1px;
    border: 10px solid transparent;
    border-left: 8px solid #fff;
}
.ts-navbar .ts-navbar-dropdown .ts-navbar-dropdown-right {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: 12px;
}
.ts-navbar .ts-navbar-dropdown .ts-navbar-dropdown-right::after {
    right: auto;
    bottom: 0;
    width: 12px;
    height: auto;
    margin-top: 0;
    margin-left: -12px;
}
.ts-navbar
.ts-navbar-dropdown
.ts-navbar-dropdown-right
.ts-navbar-dropdown-triangle {
    right: 100%;
    bottom: auto;
    left: auto;
    margin-right: -1px;
    margin-bottom: 0;
    margin-left: 0;
    border: 10px solid transparent;
    border-right: 8px solid #fff;
}
.ts-navbar .ts-navbar-dropdown.ts-navbar-dropdown-dark {
    background-color: #1b1b1b;
}
.ts-navbar
.ts-navbar-dropdown.ts-navbar-dropdown-dark
.ts-navbar-dropdown-triangle {
    border: 10px solid transparent;
    border-bottom: 8px solid #1b1b1b;
}
.ts-navbar
.ts-navbar-dropdown.ts-navbar-dropdown-dark.ts-navbar-dropdown-left
.ts-navbar-dropdown-triangle {
    border: 10px solid transparent;
    border-left: 8px solid #1b1b1b;
}
.ts-navbar
.ts-navbar-dropdown.ts-navbar-dropdown-dark.ts-navbar-dropdown-bot
.ts-navbar-dropdown-triangle {
    border: 10px solid transparent;
    border-bottom: 8px solid #1b1b1b;
}
.ts-navbar
.ts-navbar-dropdown.ts-navbar-dropdown-dark
.ts-navbar-dropdown
.ts-navbar-dropdown-triangle {
    border: 10px solid transparent;
    border-right: 8px solid #1b1b1b;
}
.ts-navbar .ts-navbar-dropdown.ts-navbar-dropdown-dark > li.active > a {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.04);
}
.ts-navbar .ts-navbar-dropdown.ts-navbar-dropdown-dark > li > a {
    color: #bababa;
}
.ts-navbar .ts-navbar-dropdown.ts-navbar-dropdown-dark > li > a.hover,
.ts-navbar .ts-navbar-dropdown.ts-navbar-dropdown-dark > li > a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.04);
}
.ts-navbar .ts-navbar-dropdown > li {
    display: block;
    width: 100%;
    padding: 0;
}
.ts-navbar .ts-navbar-dropdown > li.ts-nav-item-drop > a {
    padding-right: 40px;
}
.ts-navbar .ts-navbar-dropdown > li + li {
    margin-top: 0;
}
.ts-navbar .ts-navbar-dropdown > li.active > a {
    color: #1b1b1b;
    background-color: rgba(0, 0, 0, 0.025);
}
.ts-navbar .ts-navbar-dropdown > li > a {
    padding: 10px 50px 10px 20px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #7a7a7a;
    text-transform: none;
    white-space: nowrap;
    -webkit-transition: color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.ts-navbar .ts-navbar-dropdown > li > a.hover,
.ts-navbar .ts-navbar-dropdown > li > a:hover {
    color: #1b1b1b;
    background-color: rgba(0, 0, 0, 0.025);
}
.ts-navbar .ts-navbar-dropdown > li > a.active,
.ts-navbar .ts-navbar-dropdown > li > a.focus,
.ts-navbar .ts-navbar-dropdown > li > a:focus {
    color: #1b1b1b;
}
.ts-navbar.ts-navbar-expand .ts-navbar-content {
    display: none;
}
.ts-navbar.ts-navbar-expand .ts-navbar-burger {
    visibility: visible;
}
@media screen and (max-width: 992px) {
    .ts-navbar.ts-navbar-expand-lg .ts-navbar-content {
        display: none;
    }
    .ts-navbar.ts-navbar-expand-lg .ts-navbar-burger {
        visibility: visible;
    }
}
@media screen and (max-width: 1200px) {
    .ts-navbar.ts-navbar-expand-xl .ts-navbar-content {
        display: none;
    }
    .ts-navbar.ts-navbar-expand-xl .ts-navbar-burger {
        visibility: visible;
    }
}
.ts-navbar.ts-navbar-scroll {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}
.ts-navbar.ts-navbar-autohide {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.ts-navbar.ts-navbar-autohide.ts-onscroll-hide {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}
.ts-navbar.ts-navbar-autohide.ts-onscroll-show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.ts-navbar.ts-navbar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.ts-navbar.ts-navbar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
}
.ts-navbar-top .ts-nav:not(:last-child) {
    margin-right: auto;
}
.ts-navbar-top .ts-nav.ts-nav-align-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 30px;
}
.ts-navbar-top .ts-nav > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
}
.ts-navbar.ts-navbar-fullscreen {
    position: fixed;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    font-family: "Maven Pro", sans-serif;
    visibility: hidden;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    z-index: -1000;
}
@media screen and (min-width: 991px) {
    .ts-navbar.ts-navbar-fullscreen::-webkit-scrollbar-track {
        background-color: #1b1b1b;
    }
    .ts-navbar.ts-navbar-fullscreen::-webkit-scrollbar {
        width: 8px;
        background-color: #1b1b1b;
    }
    .ts-navbar.ts-navbar-fullscreen::-webkit-scrollbar-thumb {
        background-color: #fff;
        border-radius: 4px;
    }
}
.ts-navbar.ts-navbar-fullscreen.ts-navbar-fullscreen-open {
    visibility: visible;
    opacity: 1;
}
.ts-navbar.ts-navbar-fullscreen.ts-navbar-fullscreen-open .ts-navbar-burger {
    visibility: visible;
}
.ts-navbar.ts-navbar-fullscreen .container,
.ts-navbar.ts-navbar-fullscreen .container-fluid,
.ts-navbar.ts-navbar-fullscreen > div {
    position: static;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    max-height: 100%;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: auto;
    padding: 90px 20px;
    overflow: hidden;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-content .ts-nav:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-content .ts-nav:first-child > li {
    margin: 0;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-content .ts-nav:first-child a {
    position: relative;
    font-size: 0.875rem;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-content .ts-nav:last-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-content .ts-nav {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    min-width: 240px;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-content .ts-nav + .ts-nav {
    margin-top: 49px;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-content > ul > li {
    display: block;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-content > ul > li.active a::before {
    display: none;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-content > ul > li.ts-drop-item > a {
    padding-right: 20px;
}
.ts-navbar.ts-navbar-fullscreen
.ts-navbar-content
> ul
> li.ts-drop-item
> a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 2px;
    height: 2px;
    margin-top: -1px;
    background-color: rgba(186, 186, 186, 0.5);
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.ts-navbar.ts-navbar-fullscreen
.ts-navbar-content
> ul
> li.ts-drop-item.active
> a::after,
.ts-navbar.ts-navbar-fullscreen
.ts-navbar-content
> ul
> li.ts-drop-item.hover
> a::after,
.ts-navbar.ts-navbar-fullscreen
.ts-navbar-content
> ul
> li.ts-drop-item:hover
> a::after {
    background-color: #bababa;
}
.ts-navbar.ts-navbar-fullscreen
.ts-navbar-content
> ul
> li.ts-drop-item:hover::after,
.ts-navbar.ts-navbar-fullscreen
.ts-navbar-content
> ul
> li.ts-drop-item:hover::before {
    display: none;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-dropdown {
    position: static;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 0 0 10px;
    margin: 0 -20px 0 0;
    overflow: hidden;
    font-family: "Maven Pro", sans-serif;
    visibility: visible;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-dropdown.collapse:not(.show) {
    display: none;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-dropdown.collapsing {
    height: 0;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-dropdown::before {
    display: none;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-dropdown .ts-navbar-dropdown {
    padding: 0 0 0 10px;
    margin: 0 -20px 0 0;
}
.ts-navbar.ts-navbar-fullscreen
.ts-navbar-dropdown
.ts-navbar-dropdown
> li.ts-drop-item
a:not(.ts-btn) {
    padding: 13px 0 20px;
}
.ts-navbar.ts-navbar-fullscreen
.ts-navbar-dropdown
.ts-navbar-dropdown
> li
a:not(.ts-btn) {
    padding: 13px 0;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-dropdown > li {
    max-width: 100%;
    margin: 0;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-dropdown > li:first-child {
    padding-top: 10px;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-dropdown > li:last-child {
    padding-bottom: 10px;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-dropdown > li.active > a {
    color: #fff;
    background: 0 0;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-dropdown > li a {
    padding: 10px 0;
    font-weight: 500;
    color: #bcbcbc;
    text-transform: uppercase;
}
.ts-navbar.ts-navbar-fullscreen .ts-navbar-dropdown > li a.active,
.ts-navbar.ts-navbar-fullscreen .ts-navbar-dropdown > li a:focus,
.ts-navbar.ts-navbar-fullscreen .ts-navbar-dropdown > li a:hover {
    color: #fff;
    background: 0 0;
}
.ts-header {
    position: relative;
    display: block;
    z-index: 1;
}
.ts-signin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 340px;
    max-width: 100%;
    padding: 60px 20px;
    font-size: 0.875rem;
}
.ts-signin a:not(.ts-btn) {
    color: #bababa;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-signin a:not(.ts-btn):focus,
.ts-signin a:not(.ts-btn):hover {
    color: #fff;
    text-decoration: none;
}
.ts-signin .ts-signin-or {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    font-family: "Maven Pro", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: #bababa;
}
.ts-signin .ts-signin-or::after,
.ts-signin .ts-signin-or::before {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background-color: #282828;
}
.ts-signin .ts-signin-or::before {
    margin-right: 25px;
}
.ts-signin .ts-signin-or::after {
    margin-left: 25px;
}
.ts-portfolio-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
}
.ts-portfolio-item:hover .ts-portfolio-item-overlay {
    visibility: visible;
    opacity: 1;
}
.ts-portfolio-item:hover .ts-portfolio-item-image img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.ts-portfolio-item .ts-portfolio-item-overlay {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    z-index: 1;
}
.ts-portfolio-item .ts-portfolio-item-image {
    position: relative;
    overflow: hidden;
}
.ts-portfolio-item .ts-portfolio-item-image::after {
    content: "";
    display: block;
    padding-top: calc(60% - 2px);
}
.ts-portfolio-item .ts-portfolio-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover";
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 0;
}
.ts-portfolio-item .ts-portfolio-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.ts-portfolio-item .ts-portfolio-item-info:focus,
.ts-portfolio-item .ts-portfolio-item-info:hover {
    text-decoration: none;
}
.ts-portfolio-item .ts-portfolio-item-info:focus .ts-portfolio-item-title,
.ts-portfolio-item .ts-portfolio-item-info:hover .ts-portfolio-item-title {
    color: #2b72e6;
}
.ts-portfolio-item .ts-portfolio-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 96px;
    padding: 24px 0 24px 30px;
    font-weight: 600;
    color: #232323;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-portfolio-item .ts-portfolio-item-price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 30px 24px 25px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #232323;
}
.ts-portfolio-item-style-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 15px;
}
.ts-portfolio-item-style-2:focus,
.ts-portfolio-item-style-2:hover {
    text-decoration: none;
}
.ts-portfolio-item-style-2:focus .ts-portfolio-item-title,
.ts-portfolio-item-style-2:hover .ts-portfolio-item-title {
    color: #2b72e6;
}
.ts-portfolio-item-style-2 .ts-portfolio-item-img {
    width: 80px;
    min-width: 80px;
    height: 70px;
    overflow: hidden;
    border-radius: 3px;
}
.ts-portfolio-item-style-2 .ts-portfolio-item-img + .ts-portfolio-item-title {
    margin-left: 25px;
}
.ts-portfolio-item-style-2 .ts-portfolio-item-img img {
    max-width: 100%;
}
.ts-portfolio-item-style-2 .ts-portfolio-item-title {
    min-height: auto;
    padding: 0;
}
.ts-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 50px;
    overflow: hidden;
}
@media screen and (max-width: 575px) {
    .ts-review {
        padding: 30px;
    }
}
.ts-review .ts-review-title {
    margin-bottom: 5px;
    font-family: "Maven Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: #121212;
    text-transform: uppercase;
    letter-spacing: normal;
}
.ts-review .ts-review-subtitle {
    color: #bababa;
}
.ts-review .ts-review-text {
    margin-top: 17px;
}
@media screen and (max-width: 575px) {
    .ts-review .ts-review-text {
        font-size: 1rem;
    }
}
.ts-review .ts-review-rating {
    margin-top: 20px;
    color: #2b72e6;
}
.ts-article .ts-article-list > li a {
    color: #2b72e6;
}
.ts-article .ts-article-list > li a:focus,
.ts-article .ts-article-list > li a:hover {
    color: #1550b0;
    text-decoration: none;
}
.ts-article .ts-article-btn {
    margin-top: 23px;
    margin-left: 25px;
}
.ts-article .ts-article-link {
    margin-top: 17px;
}
.ts-article-block + .ts-article-block {
    margin-top: 42px;
}
.ts-article-block .ts-article-title {
    margin-top: -3px;
    margin-bottom: 14px;
}
.ts-footer {
    position: relative;
    background-color: #1b1b1b;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 1;
}
.ts-widget,
.ts-widget-footer {
    padding: 30px;
    font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width: 992px) {
    .ts-widget,
    .ts-widget-footer {
        padding: 30px 50px;
    }
}
@media screen and (max-width: 767px) {
    .ts-widget,
    .ts-widget-footer {
        padding: 30px;
    }
}
.ts-widget-footer ~ .ts-widget,
.ts-widget ~ .ts-widget {
    margin-top: 40px;
}
@media screen and (max-width: 575px) {
    .ts-widget-footer ~ .ts-widget,
    .ts-widget ~ .ts-widget {
        margin-top: 20px;
    }
}
.ts-widget a,
.ts-widget-footer a {
    color: #3a3a3a;
    text-decoration: none;
    letter-spacing: normal;
}
.ts-widget a.focus,
.ts-widget a.hover,
.ts-widget a:focus,
.ts-widget a:hover,
.ts-widget-footer a.focus,
.ts-widget-footer a.hover,
.ts-widget-footer a:focus,
.ts-widget-footer a:hover {
    color: #2b72e6;
    text-decoration: none;
}
.ts-widget .ts-widget-title,
.ts-widget-footer .ts-widget-title {
    padding: 0 30px 20px;
    margin: -6px -30px 28px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1b1b1b;
    border-bottom: 1px solid #ececec;
}
@media screen and (max-width: 992px) {
    .ts-widget .ts-widget-title,
    .ts-widget-footer .ts-widget-title {
        padding: 0 50px 20px;
        margin: -6px -50px 28px;
    }
}
@media screen and (max-width: 767px) {
    .ts-widget .ts-widget-title,
    .ts-widget-footer .ts-widget-title {
        padding: 0 30px 20px;
        margin: -6px -30px 28px;
    }
}
.ts-widget .ts-widget-title > *,
.ts-widget-footer .ts-widget-title > * {
    margin-bottom: 0;
}
.ts-widget .ts-widget-logo,
.ts-widget-footer .ts-widget-logo {
    position: relative;
    display: block;
    top: -1px;
    min-width: auto;
    font-family: "Maven Pro", sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.01em;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-widget .ts-widget-logo:active,
.ts-widget .ts-widget-logo:focus,
.ts-widget .ts-widget-logo:hover,
.ts-widget-footer .ts-widget-logo:active,
.ts-widget-footer .ts-widget-logo:focus,
.ts-widget-footer .ts-widget-logo:hover {
    color: #fff;
    text-decoration: none;
}
.ts-widget .ts-widget-text + .ts-widget-text,
.ts-widget-footer .ts-widget-text + .ts-widget-text {
    margin-top: 20px;
}
.ts-widget .ts-widget-information,
.ts-widget-footer .ts-widget-information {
    font-size: 0.9375rem;
    letter-spacing: normal;
}
.ts-widget .ts-widget-information + .ts-widget-information,
.ts-widget-footer .ts-widget-information + .ts-widget-information {
    margin-top: 20px;
}
.ts-widget .ts-widget-information > span,
.ts-widget-footer .ts-widget-information > span {
    display: inline-block;
}
.ts-widget .ts-widget-information .ts-widget-information-title,
.ts-widget-footer .ts-widget-information .ts-widget-information-title {
    display: block;
    margin-bottom: 6px;
    font-family: "Maven Pro", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #1b1b1b;
    text-transform: uppercase;
}
.ts-widget .ts-widget-categories,
.ts-widget-footer .ts-widget-categories {
    padding: 0;
    margin: -4px 0 -7px;
}
.ts-widget .ts-widget-categories > li,
.ts-widget-footer .ts-widget-categories > li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ts-widget .ts-widget-categories > li + li,
.ts-widget-footer .ts-widget-categories > li + li {
    margin-top: 17px;
}
.ts-widget .ts-widget-categories > li .ts-widget-categories-badge,
.ts-widget-footer .ts-widget-categories > li .ts-widget-categories-badge {
    display: block;
    text-align: right;
    white-space: nowrap;
}
.ts-widget .ts-widget-categories > li .ts-widget-categories-category,
.ts-widget-footer .ts-widget-categories > li .ts-widget-categories-category {
    width: 100%;
}
.ts-widget .ts-widget-categories > li .icon,
.ts-widget-footer .ts-widget-categories > li .icon {
    margin-left: -6px;
    font-size: 1.125rem;
}
.ts-widget .ts-widget-categories > li .icon + .ts-widget-categories-category,
.ts-widget-footer
.ts-widget-categories
> li
.icon
+ .ts-widget-categories-category {
    margin-left: 11px;
}
.ts-widget .ts-widget-categories > li a,
.ts-widget-footer .ts-widget-categories > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #1b1b1b;
}
.ts-widget .ts-widget-categories > li a.hover,
.ts-widget .ts-widget-categories > li a:hover,
.ts-widget-footer .ts-widget-categories > li a.hover,
.ts-widget-footer .ts-widget-categories > li a:hover {
    color: #2b72e6;
}
.ts-widget .ts-widget-products,
.ts-widget-footer .ts-widget-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 0;
}
.ts-widget .ts-widget-products + .ts-widget-products,
.ts-widget-footer .ts-widget-products + .ts-widget-products {
    margin-top: 26px;
}
.ts-widget .ts-widget-products.hover,
.ts-widget .ts-widget-products:hover,
.ts-widget-footer .ts-widget-products.hover,
.ts-widget-footer .ts-widget-products:hover {
    text-decoration: none;
}
.ts-widget .ts-widget-products.hover .ts-widget-products-title,
.ts-widget .ts-widget-products:hover .ts-widget-products-title,
.ts-widget-footer .ts-widget-products.hover .ts-widget-products-title,
.ts-widget-footer .ts-widget-products:hover .ts-widget-products-title {
    color: #2b72e6;
}
.ts-widget .ts-widget-products .ts-widget-products-img,
.ts-widget-footer .ts-widget-products .ts-widget-products-img {
    position: relative;
    display: block;
    width: 80px;
    min-width: 80px;
    height: 70px;
    overflow: hidden;
    border-radius: 3px;
}
.ts-widget
.ts-widget-products
.ts-widget-products-img
+ .ts-widget-products-text,
.ts-widget-footer
.ts-widget-products
.ts-widget-products-img
+ .ts-widget-products-text {
    margin-left: 22px;
}
.ts-widget .ts-widget-products .ts-widget-products-img img,
.ts-widget-footer .ts-widget-products .ts-widget-products-img img {
    max-width: 100%;
}
.ts-widget .ts-widget-products .ts-widget-products-text,
.ts-widget-footer .ts-widget-products .ts-widget-products-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ts-widget .ts-widget-products .ts-widget-products-title,
.ts-widget-footer .ts-widget-products .ts-widget-products-title {
    display: block;
    margin-top: -5px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #1b1b1b;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-widget .ts-widget-products .ts-widget-products-price,
.ts-widget-footer .ts-widget-products .ts-widget-products-price {
    display: block;
    margin-bottom: -5px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #7a7a7a;
}
.ts-widget .ts-widget-post,
.ts-widget-footer .ts-widget-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 0;
}
.ts-widget .ts-widget-post + .ts-widget-post,
.ts-widget-footer .ts-widget-post + .ts-widget-post {
    margin-top: 26px;
}
.ts-widget .ts-widget-post.hover,
.ts-widget .ts-widget-post:hover,
.ts-widget-footer .ts-widget-post.hover,
.ts-widget-footer .ts-widget-post:hover {
    text-decoration: none;
}
.ts-widget .ts-widget-post.hover .ts-widget-post-title,
.ts-widget .ts-widget-post:hover .ts-widget-post-title,
.ts-widget-footer .ts-widget-post.hover .ts-widget-post-title,
.ts-widget-footer .ts-widget-post:hover .ts-widget-post-title {
    color: #2b72e6;
}
.ts-widget .ts-widget-post .ts-widget-post-img,
.ts-widget-footer .ts-widget-post .ts-widget-post-img {
    position: relative;
    display: block;
    width: 80px;
    min-width: 80px;
    height: 70px;
    overflow: hidden;
    border-radius: 3px;
}
.ts-widget .ts-widget-post .ts-widget-post-img + .ts-widget-post-text,
.ts-widget-footer .ts-widget-post .ts-widget-post-img + .ts-widget-post-text {
    margin-left: 22px;
}
.ts-widget .ts-widget-post .ts-widget-post-img img,
.ts-widget-footer .ts-widget-post .ts-widget-post-img img {
    max-width: 100%;
}
.ts-widget .ts-widget-post .ts-widget-post-text,
.ts-widget-footer .ts-widget-post .ts-widget-post-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ts-widget .ts-widget-post .ts-widget-post-title,
.ts-widget-footer .ts-widget-post .ts-widget-post-title {
    display: block;
    margin-top: -5px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #1b1b1b;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-widget .ts-widget-post .ts-widget-post-date,
.ts-widget-footer .ts-widget-post .ts-widget-post-date {
    display: block;
    margin-bottom: -5px;
    font-size: 0.875rem;
    color: #7a7a7a;
}
.ts-widget .ts-widget-tags,
.ts-widget-footer .ts-widget-tags {
    padding: 0;
    margin: -3px -3px;
}
.ts-widget .ts-widget-tags > li,
.ts-widget-footer .ts-widget-tags > li {
    display: inline-block;
    padding: 5px 3px;
    margin: 0;
    list-style: none;
}
.ts-widget .ts-widget-tags > li a,
.ts-widget-footer .ts-widget-tags > li a {
    display: inline-block;
    padding: 8px 25px;
    font-size: 0.9375rem;
    color: #1b1b1b;
    background-color: rgba(247, 247, 247, 0.8);
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(229, 229, 229, 0.8);
    box-shadow: inset 0 0 0 1px rgba(229, 229, 229, 0.8);
    -webkit-transition: background-color 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
}
.ts-widget .ts-widget-tags > li a.hover,
.ts-widget .ts-widget-tags > li a:focus,
.ts-widget .ts-widget-tags > li a:hover,
.ts-widget-footer .ts-widget-tags > li a.hover,
.ts-widget-footer .ts-widget-tags > li a:focus,
.ts-widget-footer .ts-widget-tags > li a:hover {
    background-color: #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 1px #d4d4d4;
    box-shadow: inset 0 0 0 1px #d4d4d4;
}
.ts-widget .ts-widget-link,
.ts-widget-footer .ts-widget-link {
    display: block;
    margin-top: -3px;
    margin-bottom: -4px;
}
.ts-widget .ts-widget-link + .ts-widget-link,
.ts-widget-footer .ts-widget-link + .ts-widget-link {
    margin-top: 26px;
}
.ts-widget .ts-widget-link .ts-widget-link-text,
.ts-widget-footer .ts-widget-link .ts-widget-link-text {
    display: block;
}
.ts-widget .ts-widget-link .ts-widget-link-date,
.ts-widget-footer .ts-widget-link .ts-widget-link-date {
    display: block;
    margin-top: 8px;
    font-size: 0.875rem;
    color: #7a7a7a;
}
.ts-widget .ts-widget-link:not([href]) .ts-widget-link-text,
.ts-widget-footer .ts-widget-link:not([href]) .ts-widget-link-text {
    display: block;
    color: #1b1b1b;
}
.ts-widget .ts-widget-link:not([href]) .ts-widget-link-text a,
.ts-widget-footer .ts-widget-link:not([href]) .ts-widget-link-text a {
    color: #2b72e6;
}
.ts-widget .ts-widget-link:not([href]) .ts-widget-link-text a.hover,
.ts-widget .ts-widget-link:not([href]) .ts-widget-link-text a:hover,
.ts-widget-footer .ts-widget-link:not([href]) .ts-widget-link-text a.hover,
.ts-widget-footer .ts-widget-link:not([href]) .ts-widget-link-text a:hover {
    color: #1b1b1b;
    text-decoration: none;
}
.ts-widget .ts-widget-twitter + .ts-widget-twitter,
.ts-widget-footer .ts-widget-twitter + .ts-widget-twitter {
    margin-top: 26px;
}
.ts-widget .ts-widget-twitter .ts-widget-text,
.ts-widget-footer .ts-widget-twitter .ts-widget-text {
    display: block;
    color: #1b1b1b;
}
.ts-widget .ts-widget-twitter .ts-widget-text a,
.ts-widget-footer .ts-widget-twitter .ts-widget-text a {
    color: #2b72e6;
    text-decoration: none;
}
.ts-widget .ts-widget-twitter .ts-widget-text a.hover,
.ts-widget .ts-widget-twitter .ts-widget-text a:hover,
.ts-widget-footer .ts-widget-twitter .ts-widget-text a.hover,
.ts-widget-footer .ts-widget-twitter .ts-widget-text a:hover {
    color: #1b1b1b;
    text-decoration: none;
}
.ts-widget .ts-widget-twitter .ts-widget-twitter-date,
.ts-widget-footer .ts-widget-twitter .ts-widget-twitter-date {
    display: block;
    margin-top: 8px;
    font-size: 0.875rem;
    color: #7a7a7a;
}
.ts-widget .ts-widget-subscribe,
.ts-widget-footer .ts-widget-subscribe {
    margin-top: -2px;
    font-size: 0.9375rem;
    line-height: 1.6;
}
.ts-widget .ts-widget-list,
.ts-widget-footer .ts-widget-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    margin-right: 40px;
}
@media screen {
    .ts-widget .ts-widget-list,
    .ts-widget-footer .ts-widget-list {
        margin-right: 30px;
    }
}
.ts-widget .ts-widget-list:last-of-type,
.ts-widget-footer .ts-widget-list:last-of-type {
    margin-right: 0;
}
.ts-widget .ts-widget-list a,
.ts-widget-footer .ts-widget-list a {
    display: block;
}
.ts-widget .ts-widget-list > li,
.ts-widget-footer .ts-widget-list > li {
    display: block;
    list-style: none;
}
.ts-widget .ts-widget-list > li + li,
.ts-widget-footer .ts-widget-list > li + li {
    margin-top: 6px;
}
.ts-widget .ts-widget-portfolio,
.ts-widget-footer .ts-widget-portfolio {
    display: block;
}
.ts-widget .ts-widget-portfolio a,
.ts-widget-footer .ts-widget-portfolio a {
    display: block;
}
.ts-widget .ts-widget-portfolio a + a,
.ts-widget-footer .ts-widget-portfolio a + a {
    margin-top: 17px;
}
.ts-widget-footer {
    padding: 0;
    margin: 0;
}
.ts-widget-footer a {
    color: #bababa;
}
.ts-widget-footer a.focus,
.ts-widget-footer a.hover,
.ts-widget-footer a:focus,
.ts-widget-footer a:hover {
    color: #fff;
}
.ts-widget-footer .ts-widget-title {
    padding: 0;
    margin: 0;
    margin-top: -5px;
    margin-bottom: 26px;
    font-family: "Maven Pro", sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border: 0;
}
.ts-widget-footer .ts-widget-title > * {
    margin-bottom: 0;
    color: inherit;
}
.ts-widget-footer .ts-widget-post .ts-widget-post-title {
    color: #bababa;
}
.ts-widget-footer .ts-widget-post .ts-widget-post-date {
    color: #bababa;
    opacity: 0.7;
    will-change: opacity;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.ts-widget-footer .ts-widget-post.focus .ts-widget-post-title,
.ts-widget-footer .ts-widget-post.hover .ts-widget-post-title,
.ts-widget-footer .ts-widget-post:focus .ts-widget-post-title,
.ts-widget-footer .ts-widget-post:hover .ts-widget-post-title {
    color: #fff;
}
.ts-widget-footer .ts-widget-post.focus .ts-widget-post-date,
.ts-widget-footer .ts-widget-post.hover .ts-widget-post-date,
.ts-widget-footer .ts-widget-post:focus .ts-widget-post-date,
.ts-widget-footer .ts-widget-post:hover .ts-widget-post-date {
    opacity: 1;
}
.ts-widget-footer .ts-widget-categories > li a {
    color: #bababa;
}
.ts-widget-footer .ts-widget-categories > li a.hover,
.ts-widget-footer .ts-widget-categories > li a:hover {
    color: #fff;
}
.ts-widget-footer .ts-widget-tags > li a {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-widget-footer .ts-widget-tags > li a.hover,
.ts-widget-footer .ts-widget-tags > li a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-widget-footer .ts-widget-twitter .ts-widget-text {
    color: #bababa;
}
.ts-widget-footer .ts-widget-twitter .ts-widget-text a.hover,
.ts-widget-footer .ts-widget-twitter .ts-widget-text a:hover {
    color: #fff;
}
.ts-widget-footer .ts-widget-twitter .ts-widget-twitter-date {
    color: #bababa;
    opacity: 0.7;
}
.ts-widget-footer .ts-widget-link .ts-widget-link-date {
    color: #bababa;
    opacity: 0.7;
    will-change: opacity;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.ts-widget-footer .ts-widget-link.hover .ts-widget-link-date,
.ts-widget-footer .ts-widget-link:hover .ts-widget-link-date {
    opacity: 1;
}
.ts-widget-footer .ts-widget-link:not([href]) .ts-widget-link-text {
    color: #bababa;
}
.ts-widget-footer .ts-widget-link:not([href]) .ts-widget-link-text a {
    color: #2b72e6;
}
.ts-widget-footer .ts-widget-link:not([href]) .ts-widget-link-text a.hover,
.ts-widget-footer .ts-widget-link:not([href]) .ts-widget-link-text a:hover {
    color: #fff;
}
.ts-widget-footer .ts-widget-information {
    color: #bababa;
}
.ts-widget-footer .ts-widget-information .ts-widget-information-title {
    font-weight: 500;
    color: #fff;
}
.ts-widget-footer .ts-widget-text {
    color: #bababa;
}
.ts-sidebar {
    position: relative;
    height: auto;
    z-index: 1;
}
.ts-social-links {
    padding: 0;
    margin: -10px -5px 0;
    font-size: 0;
    list-style-type: none;
}
.ts-social-links::after {
    content: "";
    display: table;
    clear: both;
}
.ts-social-links > li {
    display: inline-block;
    margin: 10px 6px 0;
}
.ts-social-links > li > * {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-height: 22px;
    font-size: 1.1rem;
    text-align: center;
    cursor: pointer;
    will-change: opacity;
    -webkit-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
}
.ts-social-links > li > *,
.ts-social-links > li > :active,
.ts-social-links > li > :focus {
    color: #fff;
    opacity: 0.8;
}
.ts-social-links > li > .hover,
.ts-social-links > li > :hover {
    text-decoration: none;
    opacity: 1;
}
.ts-social-links > li > .ts-social-behance {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-behance.hover,
.ts-social-links > li > .ts-social-behance:hover {
    color: #487cfb;
}
.ts-social-links > li > .ts-social-bitbucket {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-bitbucket.hover,
.ts-social-links > li > .ts-social-bitbucket:hover {
    color: #36517e;
}
.ts-social-links > li > .ts-social-dropbox {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-dropbox.hover,
.ts-social-links > li > .ts-social-dropbox:hover {
    color: #4d86d9;
}
.ts-social-links > li > .ts-social-dribbble {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-dribbble.hover,
.ts-social-links > li > .ts-social-dribbble:hover {
    color: #cc4d86;
}
.ts-social-links > li > .ts-social-deviantart {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-deviantart.hover,
.ts-social-links > li > .ts-social-deviantart:hover {
    color: #bac940;
}
.ts-social-links > li > .ts-social-envato {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-envato.hover,
.ts-social-links > li > .ts-social-envato:hover {
    color: #91b34c;
}
.ts-social-links > li > .ts-social-facebook {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-facebook.hover,
.ts-social-links > li > .ts-social-facebook:hover {
    color: #475995;
}
.ts-social-links > li > .ts-social-flickr {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-flickr.hover,
.ts-social-links > li > .ts-social-flickr:hover {
    color: #db0180;
}
.ts-social-links > li > .ts-social-foursquare {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-foursquare.hover,
.ts-social-links > li > .ts-social-foursquare:hover {
    color: #d94a75;
}
.ts-social-links > li > .ts-social-github {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-github.hover,
.ts-social-links > li > .ts-social-github:hover {
    color: #464646;
}
.ts-social-links > li > .ts-social-google {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-google.hover,
.ts-social-links > li > .ts-social-google:hover {
    color: #4285f4;
}
.ts-social-links > li > .ts-social-google-plus {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-google-plus.hover,
.ts-social-links > li > .ts-social-google-plus:hover {
    color: #c14d3d;
}
.ts-social-links > li > .ts-social-instagram {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-instagram.hover,
.ts-social-links > li > .ts-social-instagram:hover {
    color: #d12054;
}
.ts-social-links > li > .ts-social-linkedin {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-linkedin.hover,
.ts-social-links > li > .ts-social-linkedin:hover {
    color: #457ab3;
}
.ts-social-links > li > .ts-social-medium {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-medium.hover,
.ts-social-links > li > .ts-social-medium:hover {
    color: #71c66d;
}
.ts-social-links > li > .ts-social-odnoklassniki {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-odnoklassniki.hover,
.ts-social-links > li > .ts-social-odnoklassniki:hover {
    color: #d8732a;
}
.ts-social-links > li > .ts-social-paypal {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-paypal.hover,
.ts-social-links > li > .ts-social-paypal:hover {
    color: #1d3283;
}
.ts-social-links > li > .ts-social-pinterest {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-pinterest.hover,
.ts-social-links > li > .ts-social-pinterest:hover {
    color: #ae262b;
}
.ts-social-links > li > .ts-social-rss {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-rss.hover,
.ts-social-links > li > .ts-social-rss:hover {
    color: #e06618;
}
.ts-social-links > li > .ts-social-reddit {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-reddit.hover,
.ts-social-links > li > .ts-social-reddit:hover {
    color: #de470b;
}
.ts-social-links > li > .ts-social-skype {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-skype.hover,
.ts-social-links > li > .ts-social-skype:hover {
    color: #62aded;
}
.ts-social-links > li > .ts-social-soundcloud {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-soundcloud.hover,
.ts-social-links > li > .ts-social-soundcloud:hover {
    color: #df5611;
}
.ts-social-links > li > .ts-social-slack {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-slack.hover,
.ts-social-links > li > .ts-social-slack:hover {
    color: #543b56;
}
.ts-social-links > li > .ts-social-steam {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-steam.hover,
.ts-social-links > li > .ts-social-steam:hover {
    color: #272425;
}
.ts-social-links > li > .ts-social-tumblr {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-tumblr.hover,
.ts-social-links > li > .ts-social-tumblr:hover {
    color: #384961;
}
.ts-social-links > li > .ts-social-twitter {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-twitter.hover,
.ts-social-links > li > .ts-social-twitter:hover {
    color: #6da9de;
}
.ts-social-links > li > .ts-social-vimeo {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-vimeo.hover,
.ts-social-links > li > .ts-social-vimeo:hover {
    color: #69b5e7;
}
.ts-social-links > li > .ts-social-vk {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-vk.hover,
.ts-social-links > li > .ts-social-vk:hover {
    color: #657da0;
}
.ts-social-links > li > .ts-social-wordpress {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-wordpress.hover,
.ts-social-links > li > .ts-social-wordpress:hover {
    color: #4072a1;
}
.ts-social-links > li > .ts-social-youtube {
    color: #7a7a7a;
}
.ts-social-links > li > .ts-social-youtube.hover,
.ts-social-links > li > .ts-social-youtube:hover {
    color: #c6271e;
}
.ts-social-links.ts-social-links-style-2 > li > * {
    padding: 10px 14px;
    font-size: 0.875rem;
    background-color: rgba(247, 247, 247, 0.8);
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(229, 229, 229, 0.8);
    box-shadow: inset 0 0 0 1px rgba(229, 229, 229, 0.8);
    opacity: 1;
    -webkit-transition: background-color 0.2s ease-in-out,
    color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ts-social-links.ts-social-links-style-2 > li > .hover,
.ts-social-links.ts-social-links-style-2 > li > :hover {
    background-color: #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 1px #d4d4d4;
    box-shadow: inset 0 0 0 1px #d4d4d4;
}
.ts-social-links.ts-social-links-style-2 > li > * > .icon {
    margin-right: 8px;
    font-size: 1.1rem;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-behance {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-behance.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-behance:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-bitbucket {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-bitbucket.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-bitbucket:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-dropbox {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-dropbox.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-dropbox:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-dribbble {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-dribbble.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-dribbble:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-deviantart {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-deviantart.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-deviantart:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-envato {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-envato.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-envato:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-facebook {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-facebook.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-facebook:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-flickr {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-flickr.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-flickr:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-foursquare {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-foursquare.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-foursquare:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-github {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-github.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-github:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-google {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-google.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-google:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-google-plus {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-google-plus.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-google-plus:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-instagram {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-instagram.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-instagram:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-linkedin {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-linkedin.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-linkedin:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-medium {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-medium.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-medium:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-odnoklassniki {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-odnoklassniki.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-odnoklassniki:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-paypal {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-paypal.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-paypal:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-pinterest {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-pinterest.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-pinterest:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-rss {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-rss.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-rss:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-reddit {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-reddit.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-reddit:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-skype {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-skype.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-skype:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-soundcloud {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-soundcloud.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-soundcloud:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-slack {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-slack.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-slack:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-steam {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-steam.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-steam:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-tumblr {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-tumblr.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-tumblr:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-twitter {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-twitter.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-twitter:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-vimeo {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-vimeo.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-vimeo:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-vk {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-vk.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-vk:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-wordpress {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-wordpress.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-wordpress:hover {
    color: #616161;
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-youtube {
    color: rgba(122, 122, 122, 0.8);
}
.ts-social-links.ts-social-links-style-2 > li > .ts-social-youtube.hover,
.ts-social-links.ts-social-links-style-2 > li > .ts-social-youtube:hover {
    color: #616161;
}
.ts-blog-item {
    padding-top: 10px;
}
.ts-blog-item + .ts-blog-item {
    margin-top: 40px;
}
.ts-blog-item .ts-blog-item-list {
    padding-left: 18px;
    margin: 0;
}
.ts-blog-item .ts-blog-item-list > li {
    padding-left: 8px;
    margin: 0;
}
.ts-blog-item .ts-blog-item-list > li + li {
    margin-top: 6px;
}
.ts-blog-item .ts-blog-item-img {
    position: relative;
    display: block;
    margin: 0 10px;
    overflow: hidden;
}
.ts-blog-item .ts-blog-item-img img {
    max-width: 100%;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ts-blog-item .ts-blog-item-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(27, 27, 27, 0.5);
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.ts-blog-item .ts-blog-item-img:hover img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}
.ts-blog-item .ts-blog-item-img:hover::after {
    opacity: 1;
}
.ts-blog-item .ts-blog-item-cont {
    padding: 50px;
}
@media screen and (max-width: 767px) {
    .ts-blog-item .ts-blog-item-cont {
        padding: 30px;
    }
}
.ts-blog-item .ts-blog-item-title {
    margin-top: -7px;
    margin-bottom: 11px;
    color: #1b1b1b;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-blog-item .ts-blog-item-title a {
    color: #1b1b1b;
}
.ts-blog-item .ts-blog-item-title a.hover,
.ts-blog-item .ts-blog-item-title a:hover {
    color: #2b72e6;
    text-decoration: none;
}
.ts-blog-item .ts-blog-item-info {
    display: block;
    padding: 0;
    margin: -8px -12px 23px;
    font-size: 0.9375rem;
    color: #7a7a7a;
}
.ts-blog-item .ts-blog-item-info > li {
    display: inline-block;
    padding: 8px 12px 0;
    margin: 0;
    list-style: none;
}
.ts-blog-item .ts-blog-item-info > li a {
    color: #7a7a7a;
}
.ts-blog-item .ts-blog-item-info > li a.hover,
.ts-blog-item .ts-blog-item-info > li a:hover {
    color: #1b1b1b;
    text-decoration: none;
}
.ts-blog-item .ts-blog-item-categories,
.ts-blog-item .ts-blog-item-tags {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.ts-blog-item .ts-blog-item-categories > li,
.ts-blog-item .ts-blog-item-tags > li {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.ts-blog-item .ts-blog-item-categories > li a,
.ts-blog-item .ts-blog-item-tags > li a {
    color: #7a7a7a;
}
.ts-blog-item .ts-blog-item-categories > li a.hover,
.ts-blog-item .ts-blog-item-categories > li a:hover,
.ts-blog-item .ts-blog-item-tags > li a.hover,
.ts-blog-item .ts-blog-item-tags > li a:hover {
    color: #1b1b1b;
    text-decoration: none;
}
.ts-blog-item .ts-blog-item-categories > li::after,
.ts-blog-item .ts-blog-item-tags > li::after {
    content: ", ";
}
.ts-blog-item .ts-blog-item-categories > li:last-child::after,
.ts-blog-item .ts-blog-item-tags > li:last-child::after {
    content: "";
}
.ts-blog-item .ts-blog-item-text {
    margin-bottom: 28px;
}
.ts-blog-item .ts-blog-item-text p:last-child {
    margin-bottom: 0;
}
.ts-blog-post .ts-blog-post-title {
    margin-top: -7px;
    margin-bottom: 11px;
    color: #1b1b1b;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-blog-post .ts-blog-post-title a {
    color: #1b1b1b;
}
.ts-blog-post .ts-blog-post-title a.hover,
.ts-blog-post .ts-blog-post-title a:hover {
    color: #2b72e6;
    text-decoration: none;
}
.ts-blog-post .ts-blog-post-box {
    padding: 50px;
}
@media screen and (max-width: 767px) {
    .ts-blog-post .ts-blog-post-box {
        padding: 30px;
    }
}
.ts-blog-post .ts-blog-post-box + .ts-blog-post-box {
    padding-top: 0;
}
.ts-blog-post .ts-blog-post-info {
    display: block;
    padding: 0;
    margin: -8px -12px 23px;
    font-size: 0.9375rem;
    color: #7a7a7a;
}
.ts-blog-post .ts-blog-post-info > li {
    display: inline-block;
    padding: 8px 12px 0;
    margin: 0;
    list-style: none;
}
.ts-blog-post .ts-blog-post-info > li a {
    color: #7a7a7a;
}
.ts-blog-post .ts-blog-post-info > li a.hover,
.ts-blog-post .ts-blog-post-info > li a:hover {
    color: #1b1b1b;
    text-decoration: none;
}
.ts-blog-post .ts-blog-post-info.ts-blog-post-info-style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 50px;
    margin: 0;
    color: #525252;
}
@media screen and (max-width: 767px) {
    .ts-blog-post .ts-blog-post-info.ts-blog-post-info-style-2 {
        padding: 16px 30px 11px;
    }
}
@media screen and (max-width: 575px) {
    .ts-blog-post .ts-blog-post-info.ts-blog-post-info-style-2 {
        padding: 16px 21px 11px;
    }
}
.ts-blog-post .ts-blog-post-info.ts-blog-post-info-style-2 > li {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0 20px;
    border-right: 1px solid #ececec;
}
.ts-blog-post .ts-blog-post-info.ts-blog-post-info-style-2 > li:first-child {
    -webkit-box-flex: 0.5;
    -ms-flex-positive: 0.5;
    flex-grow: 0.5;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.ts-blog-post .ts-blog-post-info.ts-blog-post-info-style-2 > li:last-child {
    border-right: 0;
}
@media screen and (max-width: 767px) {
    .ts-blog-post .ts-blog-post-info.ts-blog-post-info-style-2 > li {
        padding: 9px 0;
        border: 0;
    }
}
@media screen and (max-width: 575px) {
    .ts-blog-post .ts-blog-post-info.ts-blog-post-info-style-2 > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 9px;
    }
}
.ts-blog-post
.ts-blog-post-info.ts-blog-post-info-style-2
.ts-blog-post-info-title {
    display: block;
    margin-top: -4px;
    margin-bottom: 7px;
    font-family: "Maven Pro", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #1b1b1b;
    text-transform: uppercase;
}
.ts-blog-post .ts-blog-post-list {
    padding-left: 18px;
    margin: 0;
}
.ts-blog-post .ts-blog-post-list > li {
    padding-left: 8px;
    margin: 0;
}
.ts-blog-post .ts-blog-post-list > li + li {
    margin-top: 6px;
}
.ts-blog-post .ts-blog-post-categories,
.ts-blog-post .ts-blog-post-tags {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.ts-blog-post .ts-blog-post-categories .ts-blog-post-categories-title::after,
.ts-blog-post .ts-blog-post-categories .ts-blog-post-tags-title::after,
.ts-blog-post .ts-blog-post-tags .ts-blog-post-categories-title::after,
.ts-blog-post .ts-blog-post-tags .ts-blog-post-tags-title::after {
    content: "";
}
.ts-blog-post .ts-blog-post-categories > li,
.ts-blog-post .ts-blog-post-tags > li {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #7a7a7a;
    list-style: none;
}
.ts-blog-post .ts-blog-post-categories > li a,
.ts-blog-post .ts-blog-post-tags > li a {
    color: #7a7a7a;
}
.ts-blog-post .ts-blog-post-categories > li a.hover,
.ts-blog-post .ts-blog-post-categories > li a:hover,
.ts-blog-post .ts-blog-post-tags > li a.hover,
.ts-blog-post .ts-blog-post-tags > li a:hover {
    color: #1b1b1b;
    text-decoration: none;
}
.ts-blog-post .ts-blog-post-categories > li::after,
.ts-blog-post .ts-blog-post-tags > li::after {
    content: ", ";
}
.ts-blog-post .ts-blog-post-categories > li:last-child::after,
.ts-blog-post .ts-blog-post-tags > li:last-child::after {
    content: "";
}
.ts-comment {
    position: relative;
    padding: 0;
}
.ts-comment:last-of-type {
    border-bottom: 1px solid #ececec;
}
.ts-comment > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
}
.ts-comment + .ts-comment {
    padding: 31px 0;
    border-top: 1px solid #ececec;
}
.ts-comment + .ts-comment > div:first-child {
    padding-bottom: 0;
}
.ts-comment .ts-comment {
    padding: 31px 0;
    padding-bottom: 0;
    margin-left: 110px;
    border-top: 1px solid #ececec;
    border-bottom: 0;
}
@media screen and (max-width: 767px) {
    .ts-comment .ts-comment {
        margin-left: 40px;
    }
}
@media screen and (max-width: 575px) {
    .ts-comment .ts-comment {
        margin-left: 20px;
    }
}
.ts-comment .ts-comment-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 3px;
}
.ts-comment .ts-comment-img + .ts-comment-cont {
    margin-left: 30px;
}
@media screen and (max-width: 575px) {
    .ts-comment .ts-comment-img + .ts-comment-cont {
        margin-left: -80px;
    }
}
.ts-comment .ts-comment-img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover";
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
}
.ts-comment .ts-comment-cont .ts-comment-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ts-comment .ts-comment-cont .ts-comment-head + .ts-comment-date {
    margin-top: -2px;
}
@media screen and (max-width: 575px) {
    .ts-comment .ts-comment-cont .ts-comment-head + .ts-comment-date {
        margin-left: 110px;
    }
}
.ts-comment .ts-comment-cont .ts-comment-name {
    position: relative;
    display: inline-block;
    top: -6px;
    font-weight: 600;
    color: #1b1b1b;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 575px) {
    .ts-comment .ts-comment-cont .ts-comment-name {
        display: block;
        margin-left: 110px;
    }
}
.ts-comment .ts-comment-cont .ts-comment-name.hover,
.ts-comment .ts-comment-cont .ts-comment-name:focus,
.ts-comment .ts-comment-cont .ts-comment-name:hover {
    color: #2b72e6;
    text-decoration: none;
}
.ts-comment .ts-comment-cont .ts-comment-name + .ts-comment-reply {
    position: relative;
    top: -8px;
    margin-left: 22px;
}
@media screen and (max-width: 575px) {
    .ts-comment .ts-comment-cont .ts-comment-name + .ts-comment-reply {
        margin-top: 15px;
        margin-left: 110px;
    }
}
.ts-comment .ts-comment-cont .ts-comment-name + .ts-comment-text {
    margin-top: 6px;
}
.ts-comment .ts-comment-cont .ts-comment-name + .ts-comment-date {
    margin-top: -2px;
}
@media screen and (max-width: 575px) {
    .ts-comment .ts-comment-cont .ts-comment-name + .ts-comment-date {
        margin-left: 110px;
    }
}
.ts-comment .ts-comment-cont .ts-comment-reply {
    display: inline-block;
    padding: 4px 12px;
    font-family: "Maven Pro", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #7a7a7a;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.ts-comment .ts-comment-cont .ts-comment-reply.hover,
.ts-comment .ts-comment-cont .ts-comment-reply:focus,
.ts-comment .ts-comment-cont .ts-comment-reply:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545454;
}
.ts-comment .ts-comment-cont .ts-comment-reply + .ts-comment-text {
    margin-top: 6px;
}
@media screen and (max-width: 575px) {
    .ts-comment .ts-comment-cont .ts-comment-reply + .ts-comment-text {
        margin-top: 41px;
    }
}
.ts-comment .ts-comment-cont .ts-comment-text + .ts-comment-date {
    margin-top: 14px;
    margin-bottom: -6px;
}
.ts-comment .ts-comment-cont .ts-comment-date {
    display: block;
    font-size: 0.875rem;
    color: #7a7a7a;
}
.ts-comment .ts-comment-cont .ts-comment-date + .ts-comment-text {
    margin-top: 18px;
    margin-bottom: -6px;
}
@media screen and (max-width: 575px) {
    .ts-comment .ts-comment-cont .ts-comment-date + .ts-comment-text {
        margin-top: 61px;
    }
}
.ts-comment.ts-comment-style-topic {
    padding: 50px;
}
@media screen and (max-width: 767px) {
    .ts-comment.ts-comment-style-topic {
        padding: 30px;
    }
}
.ts-comment.ts-comment-style-topic + .ts-comment {
    margin-top: 0;
}
.ts-ticket.ts-ticket-closed .ts-ticket-status::before,
.ts-ticket.ts-ticket-open .ts-ticket-status::before {
    content: "";
    width: 5px;
    min-width: 5px;
    height: 5px;
    margin-top: -2px;
    margin-right: 10px;
    border-radius: 5px;
}
@media screen and (max-width: 575px) {
    .ts-ticket.ts-ticket-closed .ts-ticket-status::before,
    .ts-ticket.ts-ticket-open .ts-ticket-status::before {
        margin: 7px 0 0;
    }
}
.ts-ticket.ts-ticket-closed .ts-ticket-status::after,
.ts-ticket.ts-ticket-open .ts-ticket-status::after {
    font-family: "Maven Pro", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
@media screen and (max-width: 575px) {
    .ts-ticket.ts-ticket-closed .ts-ticket-status::after,
    .ts-ticket.ts-ticket-open .ts-ticket-status::after {
        display: none;
    }
}
.ts-ticket.ts-ticket-open .ts-ticket-status::before {
    background-color: #2b72e6;
}
.ts-ticket.ts-ticket-open .ts-ticket-status::after {
    content: "Open";
    color: #2b72e6;
}
.ts-ticket.ts-ticket-open .ts-ticket-title {
    padding-right: 40px;
}
@media screen and (max-width: 767px) {
    .ts-ticket.ts-ticket-open .ts-ticket-title {
        padding-right: 60px;
    }
}
@media screen and (max-width: 575px) {
    .ts-ticket.ts-ticket-open .ts-ticket-title {
        padding-right: 30px;
    }
}
.ts-ticket.ts-ticket-closed .ts-ticket-status::before {
    background-color: #999;
}
.ts-ticket.ts-ticket-closed .ts-ticket-status::after {
    content: "Closed";
    color: #999;
}
.ts-ticket.ts-ticket-closed .ts-ticket-title {
    padding-right: 60px;
}
@media screen and (max-width: 767px) {
    .ts-ticket.ts-ticket-closed .ts-ticket-title {
        padding-right: 70px;
    }
}
@media screen and (max-width: 575px) {
    .ts-ticket.ts-ticket-closed .ts-ticket-title {
        padding-right: 30px;
    }
}
.ts-ticket .ts-ticket-status {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 30px;
    right: 30px;
    margin-left: 30px;
}
.ts-ticket-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
}
@media screen and (max-width: 575px) {
    .ts-ticket-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.ts-ticket-item + .ts-ticket-item {
    margin-top: 30px;
}
.ts-ticket-item.ts-ticket-new .ts-ticket-info .ts-ticket-new {
    display: inline-block;
    padding: 2px 8px;
    margin-top: 4px;
    font-family: "Maven Pro", sans-serif;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    background-color: #2b72e6;
    border-radius: 3px;
}
.ts-ticket-item.ts-ticket-closed .ts-ticket-status,
.ts-ticket-item.ts-ticket-open .ts-ticket-status {
    font-family: "Maven Pro", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.ts-ticket-item.ts-ticket-closed .ts-ticket-status::before,
.ts-ticket-item.ts-ticket-open .ts-ticket-status::before {
    content: "";
    width: 5px;
    min-width: 5px;
    height: 5px;
    margin-right: 10px;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .ts-ticket-item.ts-ticket-closed .ts-ticket-status,
    .ts-ticket-item.ts-ticket-open .ts-ticket-status {
        position: absolute;
        top: 25px;
        right: 30px;
        margin: 0;
    }
}
.ts-ticket-item.ts-ticket-open .ts-ticket-status {
    color: #2b72e6;
}
.ts-ticket-item.ts-ticket-open .ts-ticket-status::before {
    background-color: #2b72e6;
}
.ts-ticket-item.ts-ticket-closed .ts-ticket-status {
    color: #999;
}
.ts-ticket-item.ts-ticket-closed .ts-ticket-status::before {
    background-color: #999;
}
.ts-ticket-item .ts-ticket-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
}
.ts-ticket-item .ts-ticket-cont {
    width: 100%;
}
.ts-ticket-item .ts-ticket-img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 3px;
}
.ts-ticket-item .ts-ticket-img + .ts-ticket-cont {
    margin-left: 30px;
}
@media screen and (max-width: 575px) {
    .ts-ticket-item .ts-ticket-img + .ts-ticket-cont {
        margin-top: 30px;
        margin-left: 0;
    }
}
.ts-ticket-item .ts-ticket-img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover";
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
}
.ts-ticket-item .ts-ticket-name {
    display: block;
    margin-top: -6px;
    font-weight: 600;
    color: #7a7a7a;
}
.ts-ticket-item .ts-ticket-name + .ts-ticket-title {
    margin-top: 9px;
}
.ts-ticket-item .ts-ticket-title {
    display: block;
    margin-bottom: 0;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-ticket-item .ts-ticket-title + .ts-ticket-info {
    margin-top: 10px;
}
.ts-ticket-item .ts-ticket-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0 0 -6px;
    font-size: 0.875rem;
    color: #7a7a7a;
}
.ts-ticket-item .ts-ticket-info > li {
    display: inline-block;
    padding-top: 4px;
    margin-right: 30px;
    list-style: none;
}
@media screen and (max-width: 575px) {
    .ts-ticket-item .ts-ticket-info > li {
        margin-right: 20px;
    }
}
.ts-ticket-item .ts-ticket-info > li:last-child {
    margin-right: 0;
}
.ts-ticket-item.hover,
.ts-ticket-item:hover {
    text-decoration: none;
}
.ts-ticket-item.hover .ts-ticket-title,
.ts-ticket-item:hover .ts-ticket-title {
    color: #2b72e6;
}
.ts-ticket-item.focus,
.ts-ticket-item:focus {
    text-decoration: none;
}
.ts-ticket-comment {
    padding: 50px;
}
.ts-ticket-comment + .ts-ticket-comment {
    padding: 50px;
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .ts-ticket-comment {
        padding: 30px;
    }
    .ts-ticket-comment + .ts-ticket-comment {
        padding: 30px;
    }
}
.ts-ticket-comment.ts-comment-replied {
    -webkit-box-shadow: inset 3px 0 0 0 #dbdbdb, inset 0 1px 0 0 #ececec,
    inset 0 -1px 0 0 #ececec;
    box-shadow: inset 3px 0 0 0 #dbdbdb, inset 0 1px 0 0 #ececec,
    inset 0 -1px 0 0 #ececec;
}
.ts-ticket-comment.ts-comment-replied .ts-comment-name .ts-comment-replied {
    margin-left: 3px;
    color: #7a7a7a;
}
@media screen and (max-width: 575px) {
    .ts-ticket-comment.ts-comment-replied .ts-comment-name .ts-comment-replied {
        display: none;
    }
}
.ts-ticket-comment.ts-comment-new .ts-comment-name {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 575px) {
    .ts-ticket-comment.ts-comment-new .ts-comment-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 40px;
    }
}
.ts-ticket-comment.ts-comment-new .ts-comment-name .ts-comment-new {
    position: relative;
    display: inline-block;
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
    padding: 2px 8px;
    margin-left: 25px;
    font-family: "Maven Pro", sans-serif;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    background-color: #2b72e6;
    border-radius: 3px;
}
@media screen and (max-width: 575px) {
    .ts-ticket-comment.ts-comment-new .ts-comment-name .ts-comment-new {
        position: absolute;
        right: 0;
        margin: 0;
    }
}
.ts-ticket-comment .ts-comment-text + .ts-comment-file {
    margin-top: 30px;
}
.ts-ticket-comment .ts-comment-file {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 20px 70px;
    color: rgba(122, 122, 122, 0.8);
    background-color: rgba(247, 247, 247, 0.8);
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(229, 229, 229, 0.8);
    box-shadow: inset 0 0 0 1px rgba(229, 229, 229, 0.8);
    -webkit-transition: background-color 0.2s ease-in-out,
    color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ts-ticket-comment .ts-comment-file .ts-comment-file-img {
    position: absolute;
    top: 12px;
    left: 12px;
}
.ts-ticket-comment .ts-comment-file .ts-comment-file-name {
    display: block;
    margin-top: -8px;
    font-size: 0.875rem;
}
.ts-ticket-comment .ts-comment-file .ts-comment-file-size {
    display: block;
    margin-top: -1px;
    margin-bottom: -6px;
    font-size: 0.875rem;
    color: #bababa;
}
.ts-ticket-comment .ts-comment-file .ts-comment-file-icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 20px;
    bottom: 0;
    font-size: 1.5rem;
}
.ts-ticket-comment .ts-comment-file.hover,
.ts-ticket-comment .ts-comment-file:hover {
    color: #616161;
    text-decoration: none;
    background-color: #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 1px #d4d4d4;
    box-shadow: inset 0 0 0 1px #d4d4d4;
}
.ts-topic-comment {
    padding: 50px;
}
.ts-topic-comment + .ts-topic-comment {
    padding: 50px;
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .ts-topic-comment {
        padding: 30px;
    }
    .ts-topic-comment + .ts-topic-comment {
        padding: 30px;
    }
}
.fancybox-slide {
    padding: 0;
}
@media screen and (min-width: 768px) {
    .fancybox-slide::-webkit-scrollbar-track {
        background-color: #1b1b1b;
    }
    .fancybox-slide::-webkit-scrollbar {
        width: 8px;
        background-color: #1b1b1b;
    }
    .fancybox-slide::-webkit-scrollbar-thumb {
        background-color: #fff;
        border-radius: 4px;
    }
}
.ts-popup {
    display: none;
    padding: 0;
}
.ts-popup.ts-popup-signin {
    position: static;
    background: 0 0;
}
.ts-popup.ts-popup-signin::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-color: #1b1b1b;
    z-index: -1;
}
.ts-popup.ts-popup-modal {
    width: auto;
    height: auto;
    margin: 20px 0;
}
.ts-popup.ts-popup-modal .fancybox-close-small {
    top: 13px;
    right: 13px;
    width: 46px;
    height: 46px;
    color: #bababa;
}
.ts-popup.ts-popup-modal .fancybox-close-small.hover,
.ts-popup.ts-popup-modal .fancybox-close-small:hover {
    color: #7a7a7a;
}
.ts-popup.ts-popup-subscribe {
    width: 365px;
    border-radius: 3px;
}
.ts-popup .fancybox-close-small {
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    color: #bababa;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-popup .fancybox-close-small.hover,
.ts-popup .fancybox-close-small:hover {
    color: #fff;
}
.ts-popup .fancybox-close-small.fancybox-focus {
    outline: 0;
}
.ts-list {
    padding-left: 18px;
    margin: 0;
}
.ts-list.ts-list-decimal {
    padding-left: 37px;
}
.ts-list.ts-list-decimal > li {
    padding-left: 0;
    list-style-type: decimal;
}
.ts-list > li {
    padding-left: 8px;
    margin: 0;
    color: #7a7a7a;
}
.ts-list > li + li {
    margin-top: 11px;
}
.ts-list > li strong {
    color: #1b1b1b;
}
.ts-list > li a {
    display: block;
    color: #2b72e6;
    text-decoration: none;
}
.ts-list > li a:focus,
.ts-list > li a:hover {
    color: #1b1b1b;
    text-decoration: none;
}
.ts-list-documentation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 25px;
    margin: 0 -5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-list-documentation .ts-list-documentation a::after {
    display: none;
}
.ts-list-documentation > li {
    position: relative;
    padding: 0 15px;
    list-style: none;
}
.ts-list-documentation > li + li {
    margin-top: 16px;
}
.ts-list-documentation > li a,
.ts-list-documentation > li button {
    position: relative;
    display: block;
    padding: 3px 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1b1b1b;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-list-documentation > li a + .ts-accordion-btn,
.ts-list-documentation > li button + .ts-accordion-btn {
    position: absolute;
    top: -1px;
    right: 15px;
}
.ts-list-documentation > li a::after,
.ts-list-documentation > li button::after {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: -35px;
    width: 2px;
    height: auto;
    background-color: #2b72e6;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.ts-list-documentation > li a.active,
.ts-list-documentation > li a:hover,
.ts-list-documentation > li button.active,
.ts-list-documentation > li button:hover {
    color: #2b72e6;
    text-decoration: none;
}
.ts-list-documentation > li a.active::after,
.ts-list-documentation > li button.active::after {
    opacity: 1;
}
.ts-btn {
    position: relative;
    display: inline-block;
    padding: 11px 26px;
    margin: 0;
    font-family: "Maven Pro", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #2b72e6;
    border: 0;
    border-radius: 3px;
    will-change: transform, opacity;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.ts-btn > .icon {
    font-size: 1.125rem;
    line-height: 0;
}
.ts-btn.active,
.ts-btn.focus,
.ts-btn.hover,
.ts-btn:active,
.ts-btn:focus,
.ts-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #175ac7;
    outline: 0;
}
.ts-btn-main-1 {
    background-color: #2b72e6;
}
.ts-btn-main-1.hover,
.ts-btn-main-1:hover {
    background-color: #175ac7;
}
.ts-btn-main-2 {
    background-color: #f03f3b;
}
.ts-btn-main-2.hover,
.ts-btn-main-2:hover {
    background-color: #e61612;
}
.ts-btn-main-3 {
    background-color: #c9a57d;
}
.ts-btn-main-3.hover,
.ts-btn-main-3:hover {
    background-color: #ba8c59;
}
.ts-btn-white {
    background-color: #fff;
}
.ts-btn-white.hover,
.ts-btn-white:hover {
    background-color: #e6e6e6;
}
.ts-btn-black {
    background-color: #000;
}
.ts-btn-black.hover,
.ts-btn-black:hover {
    background-color: #000;
}
.ts-btn-1 {
    background-color: #d4d4d4;
}
.ts-btn-1.hover,
.ts-btn-1:hover {
    background-color: #bbb;
}
.ts-btn-2 {
    background-color: #bcbcbc;
}
.ts-btn-2.hover,
.ts-btn-2:hover {
    background-color: #a3a3a3;
}
.ts-btn-3 {
    background-color: #525252;
}
.ts-btn-3.hover,
.ts-btn-3:hover {
    background-color: #393939;
}
.ts-btn-grey-1 {
    background-color: #7a7a7a;
}
.ts-btn-grey-1.hover,
.ts-btn-grey-1:hover {
    background-color: #616161;
}
.ts-btn-grey-2 {
    background-color: #3a3a3a;
}
.ts-btn-grey-2.hover,
.ts-btn-grey-2:hover {
    background-color: #212121;
}
.ts-btn-grey-3 {
    background-color: #bababa;
}
.ts-btn-grey-3.hover,
.ts-btn-grey-3:hover {
    background-color: #a1a1a1;
}
.ts-btn-grey-4 {
    background-color: #d6d6d6;
}
.ts-btn-grey-4.hover,
.ts-btn-grey-4:hover {
    background-color: #bdbdbd;
}
.ts-btn-grey-5 {
    background-color: #ececec;
}
.ts-btn-grey-5.hover,
.ts-btn-grey-5:hover {
    background-color: #d3d3d3;
}
.ts-btn-grey-6 {
    background-color: #f9f9f9;
}
.ts-btn-grey-6.hover,
.ts-btn-grey-6:hover {
    background-color: #e0e0e0;
}
.ts-btn-dark-1 {
    background-color: #1b1b1b;
}
.ts-btn-dark-1.hover,
.ts-btn-dark-1:hover {
    background-color: #020202;
}
.ts-btn-dark-2 {
    background-color: #121212;
}
.ts-btn-dark-2.hover,
.ts-btn-dark-2:hover {
    background-color: #000;
}
.ts-btn-dark-3 {
    background-color: #232323;
}
.ts-btn-dark-3.hover,
.ts-btn-dark-3:hover {
    background-color: #0a0a0a;
}
.ts-btn-envato {
    min-width: 300px;
    background-color: #91b34c;
}
@media screen and (max-width: 575px) {
    .ts-btn-envato {
        min-width: auto;
    }
}
.ts-btn-envato > .icon {
    opacity: 0.9;
    will-change: opacity;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.ts-btn-envato.focus,
.ts-btn-envato.hover,
.ts-btn-envato:focus,
.ts-btn-envato:hover {
    background-color: #748f3d;
}
.ts-btn-envato.focus > .icon,
.ts-btn-envato.hover > .icon,
.ts-btn-envato:focus > .icon,
.ts-btn-envato:hover > .icon {
    opacity: 1;
}
.ts-btn-grey {
    color: #525252;
    background-color: #e8e8e8;
}
.ts-btn-grey.hover,
.ts-btn-grey:focus,
.ts-btn-grey:hover {
    color: #1b1b1b;
    background-color: #dbdbdb;
}
.ts-btn-grey-style-2 {
    color: rgba(122, 122, 122, 0.8);
    background-color: #fafafa;
    -webkit-box-shadow: inset 0 0 0 1px #e8e8e8;
    box-shadow: inset 0 0 0 1px #e8e8e8;
    -webkit-transition: background-color 0.2s ease-in-out,
    color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ts-btn-grey-style-2.hover,
.ts-btn-grey-style-2:hover {
    color: #616161;
    background-color: #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 1px #d4d4d4;
    box-shadow: inset 0 0 0 1px #d4d4d4;
}
.ts-btn-dark {
    color: #fff;
    background-color: #3a3a3a;
}
.ts-btn-dark.hover,
.ts-btn-dark:focus,
.ts-btn-dark:hover {
    color: #fff;
    background-color: #141414;
}
.ts-btn-transparent {
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.16);
}
.ts-btn-transparent.focus,
.ts-btn-transparent.hover,
.ts-btn-transparent:focus,
.ts-btn-transparent:hover {
    color: #1b1b1b;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.ts-btn-transparent-style-2 {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.ts-btn-transparent-style-2.focus,
.ts-btn-transparent-style-2.hover,
.ts-btn-transparent-style-2:focus,
.ts-btn-transparent-style-2:hover {
    color: #1b1b1b;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.ts-btn-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-weight: 500;
    color: #1b1b1b;
    background: 0 0;
}
.ts-btn-link .icon {
    position: relative;
    top: 5px;
    height: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    font-size: 1.5rem;
}
.ts-btn-link:focus,
.ts-btn-link:hover {
    color: #2b72e6;
    background: 0 0;
}
.ts-btn-block {
    display: block;
    width: 100%;
}
.ts-btn-xs {
    padding: 11px 20px;
    font-size: 0.7rem;
}
.ts-btn-sm {
    padding: 12px 25px;
    font-size: 0.8rem;
}
.ts-btn-md {
    padding: 16px 31px;
    letter-spacing: 0.03em;
}
.ts-btn-lg {
    padding: 21px 38px;
    font-size: 0.75rem;
}
.ts-btn-lg.ts-btn-icon {
    padding: 18px 18px;
}
.ts-btn-xl {
    padding: 21px 34px;
    font-size: 0.875rem;
    font-weight: 500;
}
.ts-btn-popup {
    padding: 22px 34px;
    font-size: 0.75rem;
    font-weight: 500;
}
.ts-btn-load {
    position: relative;
}
.ts-btn-load::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 6px;
    height: 6px;
    margin-top: -15px;
    margin-right: 2px;
    border-radius: 100%;
    -webkit-box-shadow: 0 6px 0 0 #1b1b1b, 10px 6px 0 0 #1b1b1b,
    10px 16px 0 0 #1b1b1b, 0 16px 0 0 #1b1b1b;
    box-shadow: 0 6px 0 0 #1b1b1b, 10px 6px 0 0 #1b1b1b, 10px 16px 0 0 #1b1b1b,
    0 16px 0 0 #1b1b1b;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.ts-btn-load.ts-btn-loaded {
    color: #525252;
    cursor: default;
    background: 0 0;
}
.ts-btn-load.ts-btn-loaded::before {
    display: none;
}
.ts-btn-load.ts-btn-loading {
    color: rgba(255, 255, 255, 0);
    cursor: default;
    background: 0 0;
}
.ts-btn-load.ts-btn-loading.ts-btn-loaded {
    color: #525252;
}
.ts-btn-load.ts-btn-loading::before {
    opacity: 1;
    -webkit-animation: btn 1.5s infinite;
    animation: btn 1.5s infinite;
}
@-webkit-keyframes btn {
    0% {
        -webkit-box-shadow: 0 6px 0 0 #1b1b1b, 10px 6px 0 0 #1b1b1b,
        10px 16px 0 0 #1b1b1b, 0 16px 0 0 #1b1b1b;
        box-shadow: 0 6px 0 0 #1b1b1b, 10px 6px 0 0 #1b1b1b,
        10px 16px 0 0 #1b1b1b, 0 16px 0 0 #1b1b1b;
    }
    3% {
        -webkit-box-shadow: 0 6px 0 0 #1b1b1b, 10px 6px 0 0 #1b1b1b,
        10px 16px 0 0 #1b1b1b, 0 16px 0 0 #1b1b1b;
        box-shadow: 0 6px 0 0 #1b1b1b, 10px 6px 0 0 #1b1b1b,
        10px 16px 0 0 #1b1b1b, 0 16px 0 0 #1b1b1b;
    }
    33% {
        -webkit-box-shadow: 10px 6px 0 0 #1b1b1b, 10px 16px 0 0 #1b1b1b,
        0 16px 0 0 #1b1b1b, 0 6px 0 0 #1b1b1b;
        box-shadow: 10px 6px 0 0 #1b1b1b, 10px 16px 0 0 #1b1b1b,
        0 16px 0 0 #1b1b1b, 0 6px 0 0 #1b1b1b;
    }
    36% {
        -webkit-box-shadow: 10px 6px 0 0 #1b1b1b, 10px 16px 0 0 #1b1b1b,
        0 16px 0 0 #1b1b1b, 0 6px 0 0 #1b1b1b;
        box-shadow: 10px 6px 0 0 #1b1b1b, 10px 16px 0 0 #1b1b1b,
        0 16px 0 0 #1b1b1b, 0 6px 0 0 #1b1b1b;
    }
    66% {
        -webkit-box-shadow: 10px 16px 0 0 #1b1b1b, 0 16px 0 0 #1b1b1b,
        0 6px 0 0 #1b1b1b, 10px 6px 0 0 #1b1b1b;
        box-shadow: 10px 16px 0 0 #1b1b1b, 0 16px 0 0 #1b1b1b, 0 6px 0 0 #1b1b1b,
        10px 6px 0 0 #1b1b1b;
    }
    69% {
        -webkit-box-shadow: 10px 16px 0 0 #1b1b1b, 0 16px 0 0 #1b1b1b,
        0 6px 0 0 #1b1b1b, 10px 6px 0 0 #1b1b1b;
        box-shadow: 10px 16px 0 0 #1b1b1b, 0 16px 0 0 #1b1b1b, 0 6px 0 0 #1b1b1b,
        10px 6px 0 0 #1b1b1b;
    }
    100% {
        -webkit-box-shadow: 0 16px 0 0 #1b1b1b, 0 6px 0 0 #1b1b1b,
        10px 6px 0 0 #1b1b1b, 10px 16px 0 0 #1b1b1b;
        box-shadow: 0 16px 0 0 #1b1b1b, 0 6px 0 0 #1b1b1b, 10px 6px 0 0 #1b1b1b,
        10px 16px 0 0 #1b1b1b;
    }
}
@keyframes btn {
    0% {
        -webkit-box-shadow: 0 6px 0 0 #1b1b1b, 10px 6px 0 0 #1b1b1b,
        10px 16px 0 0 #1b1b1b, 0 16px 0 0 #1b1b1b;
        box-shadow: 0 6px 0 0 #1b1b1b, 10px 6px 0 0 #1b1b1b,
        10px 16px 0 0 #1b1b1b, 0 16px 0 0 #1b1b1b;
    }
    3% {
        -webkit-box-shadow: 0 6px 0 0 #1b1b1b, 10px 6px 0 0 #1b1b1b,
        10px 16px 0 0 #1b1b1b, 0 16px 0 0 #1b1b1b;
        box-shadow: 0 6px 0 0 #1b1b1b, 10px 6px 0 0 #1b1b1b,
        10px 16px 0 0 #1b1b1b, 0 16px 0 0 #1b1b1b;
    }
    33% {
        -webkit-box-shadow: 10px 6px 0 0 #1b1b1b, 10px 16px 0 0 #1b1b1b,
        0 16px 0 0 #1b1b1b, 0 6px 0 0 #1b1b1b;
        box-shadow: 10px 6px 0 0 #1b1b1b, 10px 16px 0 0 #1b1b1b,
        0 16px 0 0 #1b1b1b, 0 6px 0 0 #1b1b1b;
    }
    36% {
        -webkit-box-shadow: 10px 6px 0 0 #1b1b1b, 10px 16px 0 0 #1b1b1b,
        0 16px 0 0 #1b1b1b, 0 6px 0 0 #1b1b1b;
        box-shadow: 10px 6px 0 0 #1b1b1b, 10px 16px 0 0 #1b1b1b,
        0 16px 0 0 #1b1b1b, 0 6px 0 0 #1b1b1b;
    }
    66% {
        -webkit-box-shadow: 10px 16px 0 0 #1b1b1b, 0 16px 0 0 #1b1b1b,
        0 6px 0 0 #1b1b1b, 10px 6px 0 0 #1b1b1b;
        box-shadow: 10px 16px 0 0 #1b1b1b, 0 16px 0 0 #1b1b1b, 0 6px 0 0 #1b1b1b,
        10px 6px 0 0 #1b1b1b;
    }
    69% {
        -webkit-box-shadow: 10px 16px 0 0 #1b1b1b, 0 16px 0 0 #1b1b1b,
        0 6px 0 0 #1b1b1b, 10px 6px 0 0 #1b1b1b;
        box-shadow: 10px 16px 0 0 #1b1b1b, 0 16px 0 0 #1b1b1b, 0 6px 0 0 #1b1b1b,
        10px 6px 0 0 #1b1b1b;
    }
    100% {
        -webkit-box-shadow: 0 16px 0 0 #1b1b1b, 0 6px 0 0 #1b1b1b,
        10px 6px 0 0 #1b1b1b, 10px 16px 0 0 #1b1b1b;
        box-shadow: 0 16px 0 0 #1b1b1b, 0 6px 0 0 #1b1b1b, 10px 6px 0 0 #1b1b1b,
        10px 16px 0 0 #1b1b1b;
    }
}
.ts-breadcrumbs {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 0.9375rem;
}
.ts-breadcrumbs > li {
    display: inline-block;
    color: #bcbcbc;
}
.ts-breadcrumbs > li::after {
    content: " / ";
    margin-right: 3px;
    margin-left: 3px;
}
.ts-breadcrumbs > li:last-child::after {
    content: "";
}
.ts-breadcrumbs > li > a {
    color: #bcbcbc;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-breadcrumbs > li > a:hover {
    color: #fff;
    text-decoration: none;
}
.ts-breadcrumbs-dark > li {
    color: #1b1b1b;
}
.ts-breadcrumbs-dark > li > a {
    color: #1b1b1b;
}
.ts-breadcrumbs-dark > li > a:hover {
    color: #2b72e6;
}
.ts-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 8px 35px;
    margin-right: -5px;
    margin-left: -5px;
    -webkit-box-shadow: 0 6px 0 -5px rgba(0, 0, 0, 0.06),
    0 -6px 0 -5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 0 -5px rgba(0, 0, 0, 0.06),
    0 -6px 0 -5px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1200px) {
    .ts-tab {
        padding: 8px 40px;
    }
}
@media screen and (max-width: 767px) {
    .ts-tab {
        padding: 8px 20px;
    }
}
.ts-tab > li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: normal;
}
.ts-tab > li a,
.ts-tab > li button {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 15px;
    color: rgba(27, 27, 27, 0.7);
    text-align: left;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 1200px) {
    .ts-tab > li a,
    .ts-tab > li button {
        padding: 10px 8px;
    }
}
.ts-tab > li a > .icon,
.ts-tab > li button > .icon {
    margin-left: 4px;
    opacity: 0.9;
}
.ts-tab > li a::after,
.ts-tab > li button::after {
    content: "";
    position: absolute;
    right: 5px;
    bottom: -10px;
    left: 5px;
    height: 2px;
    background-color: #2b72e6;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
    .ts-tab > li a::after,
    .ts-tab > li button::after {
        bottom: 0;
    }
}
.ts-tab > li a.active,
.ts-tab > li a:hover,
.ts-tab > li button.active,
.ts-tab > li button:hover {
    color: #1b1b1b;
    text-decoration: none;
}
.ts-tab > li a.active::after,
.ts-tab > li button.active::after {
    opacity: 1;
}
.ts-tab > li button {
    font-weight: inherit;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-tab-payment {
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-tab-payment > li {
    padding: 0;
}
.ts-tab-payment > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 16px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(229, 229, 229, 0.8);
    box-shadow: inset 0 0 0 1px rgba(229, 229, 229, 0.8);
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ts-tab-payment > li > a.active {
    -webkit-box-shadow: inset 0 0 0 2px #2b72e6;
    box-shadow: inset 0 0 0 2px #2b72e6;
}
.ts-tab-payment > li > a.active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.ts-tab-payment > li > a.active .ts-tab-payment-method-text {
    opacity: 1;
}
.ts-tab-payment > li > a img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
    will-change: opacity;
    -webkit-transition: opacity 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
}
.ts-tab-payment > li > a img + .ts-tab-payment-method-text {
    margin-left: 20px;
}
.ts-tab-payment > li > a .ts-tab-payment-method-text {
    font-family: "Maven Pro", sans-serif;
    font-size: 12px;
    color: #1b1b1b;
    text-transform: uppercase;
    opacity: 0.7;
    will-change: opacity;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.ts-tab-payment > li > a::after {
    display: none;
}
.ts-tab-pane {
    position: absolute;
}
.ts-tab-pane.active {
    position: static;
}
.ts-accordion .ts-accordion-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    font-weight: inherit;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-accordion .ts-accordion-btn > .icon {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: scaleY(1) rotate(90deg);
    -ms-transform: scaleY(1) rotate(90deg);
    transform: scaleY(1) rotate(90deg);
}
.ts-accordion .ts-accordion-btn.collapsed > .icon {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.ts-accordion .ts-collapse .ts-list-documentation {
    padding-top: 15px;
    padding-bottom: 0;
}
.ts-feature {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.ts-feature > * {
    display: table-cell;
    vertical-align: top;
}
.ts-feature .ts-feature-title {
    font-weight: 600;
    color: #1b1b1b;
}
.ts-feature .ts-feature-title a {
    color: inherit;
    text-decoration: none;
}
.ts-feature .ts-feature-icon {
    font-size: 3rem;
    color: #1b1b1b;
}
.ts-feature .ts-feature-cont {
    width: 100%;
}
.ts-feature-1 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1;
}
.ts-feature-1 + .ts-feature-1 {
    margin-top: 40px;
}
.ts-feature-1 .ts-feature-decorated {
    position: absolute;
    top: 15px;
    right: 100%;
    min-width: 5px;
    min-height: 5px;
    background-color: #121212;
    border-radius: 100%;
}
.ts-feature-1 .ts-feature-decorated + .ts-feature-icon {
    margin-left: 20px;
}
.ts-feature-1 .ts-feature-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 50px;
    margin-top: -3px;
    color: #1b1b1b;
}
.ts-feature-1 .ts-feature-icon + .ts-feature-cont {
    margin-left: 28px;
}
.ts-feature-1 .ts-feature-cont {
    display: block;
    padding: 0;
}
.ts-feature-1 .ts-feature-cont .ts-feature-title {
    margin-top: -8px;
    font-size: 1.9rem;
    color: #1b1b1b;
    text-transform: uppercase;
}
.ts-feature-1 .ts-feature-cont .ts-feature-text {
    margin-top: -5px;
}
.ts-feature-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0;
}
.ts-feature-2 .ts-feature-cont {
    padding: 0 30px;
}
.ts-feature-2 .ts-feature-cont + .ts-decorated {
    margin-top: 45px;
}
.ts-feature-2 .ts-feature-cont .ts-feature-icon {
    height: 70px;
    margin-bottom: 8px;
    font-size: 3.75rem;
    color: #fff;
}
.ts-feature-2 .ts-feature-cont .ts-feature-icon > .icon {
    position: relative;
    top: -12px;
}
.ts-feature-2 .ts-feature-cont .ts-feature-title {
    margin-bottom: 8px;
    font-size: 1.125rem;
    color: #fff;
}
.ts-feature-2 .ts-feature-cont .ts-feature-text {
    color: #bcbcbc;
}
.ts-feature-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 25px;
    text-align: center;
}
.ts-feature-3.ts-feature-color-1 .ts-feature-icon {
    color: #19c485;
}
.ts-feature-3.ts-feature-color-2 .ts-feature-icon {
    color: #967bdc;
}
.ts-feature-3.ts-feature-color-3 .ts-feature-icon {
    color: #009ddc;
}
.ts-feature-3.ts-feature-color-4 .ts-feature-icon {
    color: #e66b3f;
}
.ts-feature-3 .ts-feature-icon {
    font-size: 3.75rem;
}
.ts-feature-3 .ts-feature-title {
    display: block;
    margin-top: -3px;
    margin-bottom: 9px;
    font-size: 1.125rem;
}
.ts-feature-3 .ts-feature-title a {
    color: #1b1b1b;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-feature-3 .ts-feature-title a:focus,
.ts-feature-3 .ts-feature-title a:hover {
    color: #2b72e6;
}
.ts-feature-3 .ts-feature-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 19px;
}
.ts-box,
.ts-box-1,
.ts-box-2,
.ts-box-3,
.ts-box-4,
.ts-box-5,
.ts-box-decorated,
.ts-box-fullscreen {
    position: relative;
    display: block;
    z-index: 1;
}
.ts-box-1 {
    padding: 100px 0;
}
.ts-box-1.ts-padding-top {
    padding: 100px 0 0;
}
.ts-box-1.ts-padding-bot {
    padding: 0 0 100px;
}
.ts-box-2 {
    padding: 110px 0 110px;
}
.ts-box-2.ts-padding-top {
    padding: 110px 0 0;
}
.ts-box-2.ts-padding-bot {
    padding: 0 0 110px;
}
.ts-box-3 {
    padding: 125px 0;
}
.ts-box-3.ts-padding-top {
    padding: 125px 0 0;
}
.ts-box-3.ts-padding-bot {
    padding: 0 0 125px;
}
.ts-box-4 {
    padding: 190px 0;
}
.ts-box-4.ts-padding-top {
    padding: 235px 0 0;
}
.ts-box-4.ts-padding-bot {
    padding: 0 0 235px;
}
.ts-box-5 {
    padding: 80px 0;
}
.ts-box-5.ts-padding-top {
    padding: 80px 0 0;
}
.ts-box-5.ts-padding-bot {
    padding: 0 0 80px;
}
.ts-box-fullscreen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    padding: 200px 0;
}
.ts-box-decorated {
    height: auto;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
.ts-box-content {
    padding: 30px;
}
@media screen and (max-width: 767px) {
    .ts-box-content {
        padding: 30px 20px;
    }
}
.ts-table {
    width: 100%;
}
.ts-table tbody tr {
    padding: 30px;
}
.ts-table tbody tr + tr {
    border-top: 1px solid #ececec;
}
.ts-table tbody tr th {
    padding-right: 28px;
}
.ts-table tbody tr td {
    padding-right: 30px;
}
.ts-table tbody tr td:last-child {
    padding-right: 0;
}
.ts-table a:not(.ts-btn) {
    color: #2b72e6;
    text-decoration: none;
}
.ts-table a:not(.ts-btn).hover,
.ts-table a:not(.ts-btn):hover {
    color: #1b1b1b;
    text-decoration: none;
}
.ts-table-checkout tbody tr {
    display: block;
}
.ts-table-checkout tbody tr + tr {
    padding-top: 0;
    border-top: 0;
}
.ts-table-checkout tbody tr .ts-table-checkout-img > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    min-width: 60px;
    height: 52px;
    overflow: hidden;
    border-radius: 3px;
}
.ts-table-checkout tbody tr .ts-table-checkout-img > a img {
    max-width: 100%;
}
.ts-table-checkout tbody tr .ts-table-checkout-title {
    min-width: 220px;
    font-weight: 600;
    color: #1b1b1b;
    letter-spacing: normal;
}
.ts-table-checkout tbody tr .ts-table-checkout-title a:not(.ts-btn) {
    display: block;
    color: #1b1b1b;
}
.ts-table-checkout tbody tr .ts-table-checkout-title a:not(.ts-btn).hover,
.ts-table-checkout tbody tr .ts-table-checkout-title a:not(.ts-btn):focus,
.ts-table-checkout tbody tr .ts-table-checkout-title a:not(.ts-btn):hover {
    color: #2b72e6;
    text-decoration: none;
}
.ts-table-checkout tbody tr .ts-table-checkout-price {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1b1b1b;
}
.ts-table-checkout tbody tr .ts-table-checkout-delete > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 14px;
    font-size: 2.3rem;
    color: #1b1b1b;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-table-checkout tbody tr .ts-table-checkout-delete > a.hover,
.ts-table-checkout tbody tr .ts-table-checkout-delete > a:hover {
    color: #2b72e6;
    text-decoration: none;
}
.ts-table-checkout tbody tr .ts-table-checkout-delete > a:focus {
    text-decoration: none;
}
.ts-table-default thead {
    background-color: #2b72e6;
}
.ts-table-default thead tr {
    font-family: "Maven Pro", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.ts-table-default thead tr th {
    padding: 20px;
    font-weight: inherit;
}
.ts-table-default thead tr th:first-child {
    padding-left: 50px;
}
.ts-table-default thead tr th:last-child {
    padding-right: 50px;
}
@media screen and (max-width: 767px) {
    .ts-table-default thead tr th:first-child {
        padding-left: 30px;
    }
    .ts-table-default thead tr th:last-child {
        padding-right: 30px;
    }
}
.ts-table-default tbody tr {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #525252;
    vertical-align: top;
    background-color: #fff;
    -webkit-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}
.ts-table-default tbody tr.hover,
.ts-table-default tbody tr:hover {
    background-color: #fcfcfc;
}
.ts-table-default tbody tr a:not(.ts-btn) {
    color: #2b72e6;
}
.ts-table-default tbody tr th {
    min-width: 300px;
    padding: 29px;
    padding-left: 50px;
    font-weight: inherit;
}
.ts-table-default tbody tr td {
    padding: 29px 20px;
}
.ts-table-default tbody tr td:last-child {
    padding-right: 50px;
}
@media screen and (max-width: 767px) {
    .ts-table-default tbody tr th {
        padding: 24px 20px;
        padding-left: 30px;
    }
    .ts-table-default tbody tr td {
        padding: 24px 20px;
    }
    .ts-table-default tbody tr td:last-child {
        padding-right: 30px;
    }
}
.ts-table-default tbody .ts-table-lastPost {
    min-width: 220px;
}
@media screen and (max-width: 767px) {
    .ts-table-default tbody .ts-table-lastPost {
        min-width: 200px;
    }
}
.ts-table-default tbody .ts-table-topics {
    min-width: 350px;
}
.ts-table-default tbody .ts-table-licenseKey {
    width: 230px;
    min-width: 210px;
}
.ts-table-default tbody .ts-table-website {
    width: 230px;
    min-width: 180px;
}
.ts-table-default .ts-table-default-title {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
}
.ts-table-default .ts-table-default-info {
    font-size: 0.875rem;
}
.ts-table-default .ts-table-default-info a:not(.ts-btn) {
    color: #993d41;
}
.ts-table-default .ts-table-default-product a:not(.ts-btn) {
    color: #121212;
}
.ts-table-default .ts-table-default-product a:not(.ts-btn).hover,
.ts-table-default .ts-table-default-product a:not(.ts-btn):hover {
    color: #2b72e6;
    text-decoration: none;
}
.ts-table-default .ts-table-default-website {
    color: #bababa;
}
.ts-pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0 -5px;
}
.ts-pagination .ts-pagination-space {
    margin: 0 10px;
    font-weight: 600;
}
@media screen and (max-width: 575px) {
    .ts-pagination .ts-pagination-space {
        display: none;
    }
}
@media screen and (max-width: 440px) {
    .ts-pagination .ts-pagination-icon a {
        min-width: auto;
        padding: 0;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.ts-pagination .ts-pagination-icon .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10px;
    font-size: 1.5rem;
}
@media screen and (max-width: 440px) {
    .ts-pagination .ts-pagination-icon .icon {
        top: 1px;
    }
}
.ts-pagination > li {
    display: inline-block;
    padding: 0 5px;
}
.ts-pagination > li.active a {
    color: #fff;
    background-color: #2b72e6;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-pagination > li.active a.focus,
.ts-pagination > li.active a.hover,
.ts-pagination > li.active a:focus,
.ts-pagination > li.active a:hover {
    color: #fff;
    background-color: #175ac7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-pagination > li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 0.875rem;
    color: #3a3a3a;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(229, 229, 229, 0.8);
    box-shadow: inset 0 0 0 1px rgba(229, 229, 229, 0.8);
    -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    background-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    background-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (max-width: 440px) {
    .ts-pagination > li a {
        min-width: 30px;
        height: 30px;
        font-size: 0.75rem;
    }
}
.ts-pagination > li a.focus,
.ts-pagination > li a.hover,
.ts-pagination > li a:focus,
.ts-pagination > li a:hover {
    color: #141414;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px #d4d4d4;
    box-shadow: inset 0 0 0 1px #d4d4d4;
}
.ts-blockquote {
    margin-bottom: 1.5rem;
    font-family: "Nunito Sans", sans-serif;
    font-style: italic;
    font-weight: 600;
    color: #1b1b1b;
}
.ts-blockquote .ts-blockquote-title {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
    color: #1b1b1b;
}
.ts-blockquote.ts-blockquote-style-2 {
    padding: 20px 0 20px 20px;
    font-style: normal;
    font-weight: 400;
    color: #525252;
    border-left: 3px solid #dbdbdb;
}
.ts-gallery .ts-gallery-item {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}
.ts-gallery .ts-gallery-item:focus {
    outline: 0;
}
.ts-gallery .ts-gallery-item .ts-gallery-item-overlay {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 5rem;
    line-height: 0;
    color: #fff;
    background-color: rgba(27, 27, 27, 0.7);
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    z-index: 1;
}
.ts-gallery .ts-gallery-item .ts-gallery-item-overlay > .icon {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.ts-gallery
.ts-gallery-item
.ts-gallery-item-overlay.ts-gallery-item-overlay-md {
    font-size: 3rem;
}
@media screen and (max-width: 440px) {
    .ts-gallery
    .ts-gallery-item
    .ts-gallery-item-overlay.ts-gallery-item-overlay-md {
        font-size: 2rem;
    }
}
.ts-gallery
.ts-gallery-item
.ts-gallery-item-overlay.ts-gallery-item-overlay-sm {
    font-size: 2rem;
}
.ts-gallery .ts-gallery-item > img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover";
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ts-gallery .ts-gallery-item:hover > img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.ts-gallery .ts-gallery-item:hover .ts-gallery-item-overlay {
    opacity: 1;
}
.ts-gallery .ts-gallery-item:hover .ts-gallery-item-overlay > .icon {
    opacity: 1;
}
.ts-dropdown > a::before,
.ts-dropdown > button::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 21px;
    margin-left: -10px;
    visibility: hidden;
    border: 10px solid transparent;
    border-bottom: 8px solid #fff;
    z-index: 100;
}
.ts-dropdown.show > a::before,
.ts-dropdown.show > button::before {
    visibility: visible;
    z-index: 102;
}
.ts-dropdown .dropdown-menu {
    display: block;
    padding: 15px 0;
    margin: 37px 0 0;
    font-family: "Nunito Sans", sans-serif;
    visibility: hidden;
    border: 0;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    z-index: 100;
}
.ts-dropdown .dropdown-menu.show {
    visibility: visible;
    z-index: 101;
}
.ts-dropdown .dropdown-menu li > a:not(.ts-btn) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 30px 13px 15px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #7a7a7a;
    text-transform: none;
    white-space: nowrap;
    -webkit-transition: color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.ts-dropdown .dropdown-menu li > a:not(.ts-btn).hover,
.ts-dropdown .dropdown-menu li > a:not(.ts-btn):focus,
.ts-dropdown .dropdown-menu li > a:not(.ts-btn):hover {
    color: #1b1b1b;
    background-color: rgba(0, 0, 0, 0.025);
}
.ts-dropdown-checkout {
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.ts-dropdown-checkout .ts-table-checkout tr {
    padding-top: 27px;
    padding-bottom: 27px;
}
.ts-dropdown-checkout .ts-table-checkout tr + tr {
    padding-top: 0;
    border: 0;
}
.ts-dropdown-checkout .ts-table-checkout-title {
    min-width: 190px;
}
.ts-dropdown-checkout .ts-table-checkout-title a {
    font-size: 0.875rem;
}
.ts-dropdown-checkout .ts-table-checkout-price {
    font-size: 0.875rem;
}
.ts-dropdown-checkout .ts-table-checkout-delete a {
    font-size: 1.6rem;
    color: #bababa;
}
.ts-dropdown-checkout.ts-navbar-dropdown {
    display: block;
    padding: 0;
}
.ts-dropdown-checkout.ts-dropdown > a::before,
.ts-dropdown-checkout.ts-dropdown > button::before {
    margin-top: 27px;
}
.ts-dropdown-checkout.ts-dropdown .dropdown-menu {
    padding: 0;
    margin: 44px 0 0;
}
.ts-dropdown-signin.ts-dropdown > a::before,
.ts-dropdown-signin.ts-dropdown > button::before {
    margin-top: 10px;
    margin-left: -62px;
}
.ts-dropdown-signin.ts-dropdown .dropdown-menu {
    padding: 10px 0;
    margin-top: 27px;
}
.ts-dropdown-signin.ts-dropdown .dropdown-menu a:not(.ts-btn) {
    padding: 10px 15px;
}
.ts-dropdown-signin.ts-dropdown
.dropdown-menu.ts-navbar-dropdown-dark
> li
+ li {
    border-color: #2d2d2d;
}
.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.8;
    will-change: opacity;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.form-control::-moz-placeholder,
::-moz-placeholder {
    color: inherit;
    opacity: 0.8;
    will-change: opacity;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.form-control:-ms-input-placeholder,
:-ms-input-placeholder {
    color: inherit;
    opacity: 0.8;
    will-change: opacity;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.form-control::-ms-input-placeholder,
::-ms-input-placeholder {
    color: inherit;
    opacity: 0.8;
    will-change: opacity;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.form-control::placeholder,
::placeholder {
    color: inherit;
    opacity: 0.8;
    will-change: opacity;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
button:focus {
    outline: 0;
}
.ts-form {
    margin: 0;
}
.ts-form .ts-form-group + .ts-form-group {
    margin-top: 30px;
}
.ts-form .ts-form-group-md + .ts-form-group-md {
    margin-top: 20px;
}
.ts-form .form-control {
    height: 54px;
    padding: 12px 26px;
    font-family: "Nunito Sans", sans-serif;
    color: #525252;
    text-align: left;
    text-transform: none;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    opacity: 1;
}
.ts-form .form-control.hover::-webkit-input-placeholder,
.ts-form .form-control:hover::-webkit-input-placeholder {
    opacity: 1;
}
.ts-form .form-control.hover::-moz-placeholder,
.ts-form .form-control:hover::-moz-placeholder {
    opacity: 1;
}
.ts-form .form-control.hover:-ms-input-placeholder,
.ts-form .form-control:hover:-ms-input-placeholder {
    opacity: 1;
}
.ts-form .form-control.hover::-ms-input-placeholder,
.ts-form .form-control:hover::-ms-input-placeholder {
    opacity: 1;
}
.ts-form .form-control.hover::placeholder,
.ts-form .form-control:hover::placeholder {
    opacity: 1;
}
.ts-form .form-control.focus,
.ts-form .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-form .form-control.focus::-webkit-input-placeholder,
.ts-form .form-control:focus::-webkit-input-placeholder {
    opacity: 1;
}
.ts-form .form-control.focus::-moz-placeholder,
.ts-form .form-control:focus::-moz-placeholder {
    opacity: 1;
}
.ts-form .form-control.focus:-ms-input-placeholder,
.ts-form .form-control:focus:-ms-input-placeholder {
    opacity: 1;
}
.ts-form .form-control.focus::-ms-input-placeholder,
.ts-form .form-control:focus::-ms-input-placeholder {
    opacity: 1;
}
.ts-form .form-control.focus::placeholder,
.ts-form .form-control:focus::placeholder {
    opacity: 1;
}
.ts-form .form-control-style-2 {
    padding: 12px 19px;
    color: rgba(122, 122, 122, 0.8);
    background-color: #fafafa;
    -webkit-box-shadow: inset 0 0 0 1px #e8e8e8;
    box-shadow: inset 0 0 0 1px #e8e8e8;
    -webkit-transition: background-color 0.2s ease-in-out,
    color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ts-form .form-control-style-2.focus,
.ts-form .form-control-style-2.hover,
.ts-form .form-control-style-2:focus,
.ts-form .form-control-style-2:hover {
    color: #616161;
    background-color: #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 1px #d4d4d4;
    box-shadow: inset 0 0 0 1px #d4d4d4;
}
.ts-form .form-control-style-3 {
    padding: 12px 19px;
    color: rgba(122, 122, 122, 0.8);
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #e8e8e8;
    box-shadow: inset 0 0 0 1px #e8e8e8;
    -webkit-transition: color 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
}
.ts-form .form-control-style-3.hover,
.ts-form .form-control-style-3:hover {
    color: #616161;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #d4d4d4;
    box-shadow: inset 0 0 0 1px #d4d4d4;
}
.ts-form .form-control-style-3.focus,
.ts-form .form-control-style-3:focus {
    color: #616161;
    -webkit-box-shadow: inset 0 0 0 1px #949494;
    box-shadow: inset 0 0 0 1px #949494;
}
.ts-form .form-control-style-4 {
    height: 56px;
    font-family: "Maven Pro", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: #bababa;
    text-align: center;
    background-color: #232323;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-form .form-control-style-4.focus,
.ts-form .form-control-style-4.hover,
.ts-form .form-control-style-4:focus,
.ts-form .form-control-style-4:hover {
    color: #fff;
}
.ts-form textarea,
.ts-form textarea.form-control {
    height: 170px;
    min-height: 54px;
    max-height: 250px;
}
.ts-form label {
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    color: #1b1b1b;
}
.ts-form select.form-control:not([size]):not([multiple]) {
    height: 54px;
}
.ts-form select.form-control {
    color: #525252;
    background-color: #fff;
}
.ts-form select.form-control option {
    color: #525252;
}
.ts-form select.form-control-style-2 {
    color: rgba(122, 122, 122, 0.8);
    background-color: rgba(247, 247, 247, 0.8);
}
.ts-form select.form-control-style-2 option {
    color: #7a7a7a;
    background-color: #fff;
}
.ts-form select.form-control-style-3 {
    color: rgba(122, 122, 122, 0.8);
}
.ts-form select.form-control-style-3 option {
    color: #7a7a7a;
    background-color: #fff;
}
@-moz-document url-prefix("") {
    .ts-form select.form-control option {
        color: inherit;
    }
}
.ts-form select.form-control[multiple] option {
    color: inherit;
}
.ts-form .custom-select {
    padding-right: 60px;
    background: #fff url(../images/icon-drop.svg) no-repeat right 1rem center;
}
.ts-form .ts-form-group-inputs,
.ts-form.ts-form-group-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ts-form .ts-form-group-inputs > *,
.ts-form.ts-form-group-inputs > * {
    margin-right: -1px;
    border-radius: 0;
}
.ts-form .ts-form-group-inputs > :first-child,
.ts-form.ts-form-group-inputs > :first-child {
    border-radius: 3px 0 0 3px;
}
.ts-form .ts-form-group-inputs > :last-child,
.ts-form.ts-form-group-inputs > :last-child {
    margin-right: 0;
    border-radius: 0 3px 3px 0;
}
.ts-form .ts-form-quantity,
.ts-form.ts-form-quantity {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.ts-form .ts-form-quantity .ts-form-quantity-input,
.ts-form.ts-form-quantity .ts-form-quantity-input {
    display: inline-block;
    width: 25px;
    min-width: 25px;
    height: 26px;
    padding: 0;
    font-size: 0.9375rem;
    color: #1b1b1b;
    text-align: center;
    background-color: #fff;
}
.ts-form .ts-form-quantity .ts-form-quantity-input[type="number"],
.ts-form.ts-form-quantity .ts-form-quantity-input[type="number"] {
    -moz-appearance: textfield;
}
.ts-form .ts-form-quantity .ts-form-quantity-input::-webkit-inner-spin-button,
.ts-form .ts-form-quantity .ts-form-quantity-input::-webkit-outer-spin-button,
.ts-form.ts-form-quantity .ts-form-quantity-input::-webkit-inner-spin-button,
.ts-form.ts-form-quantity .ts-form-quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.ts-form .ts-form-quantity .ts-form-quantity-input.hover,
.ts-form .ts-form-quantity .ts-form-quantity-input:focus,
.ts-form .ts-form-quantity .ts-form-quantity-input:hover,
.ts-form.ts-form-quantity .ts-form-quantity-input.hover,
.ts-form.ts-form-quantity .ts-form-quantity-input:focus,
.ts-form.ts-form-quantity .ts-form-quantity-input:hover {
    background-color: #fff;
}
.ts-form .ts-form-quantity .ts-form-quantity-minus,
.ts-form .ts-form-quantity .ts-form-quantity-plus,
.ts-form.ts-form-quantity .ts-form-quantity-minus,
.ts-form.ts-form-quantity .ts-form-quantity-plus {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    min-width: 25px;
    height: 26px;
    color: #bababa;
    -webkit-box-shadow: inset 0 0 0 1px rgba(229, 229, 229, 0.8);
    box-shadow: inset 0 0 0 1px rgba(229, 229, 229, 0.8);
    -webkit-transition: color 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
    z-index: 1;
}
.ts-form .ts-form-quantity .ts-form-quantity-minus.hover,
.ts-form .ts-form-quantity .ts-form-quantity-minus:focus,
.ts-form .ts-form-quantity .ts-form-quantity-minus:hover,
.ts-form .ts-form-quantity .ts-form-quantity-plus.hover,
.ts-form .ts-form-quantity .ts-form-quantity-plus:focus,
.ts-form .ts-form-quantity .ts-form-quantity-plus:hover,
.ts-form.ts-form-quantity .ts-form-quantity-minus.hover,
.ts-form.ts-form-quantity .ts-form-quantity-minus:focus,
.ts-form.ts-form-quantity .ts-form-quantity-minus:hover,
.ts-form.ts-form-quantity .ts-form-quantity-plus.hover,
.ts-form.ts-form-quantity .ts-form-quantity-plus:focus,
.ts-form.ts-form-quantity .ts-form-quantity-plus:hover {
    color: #1b1b1b;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px #d4d4d4;
    box-shadow: inset 0 0 0 1px #d4d4d4;
}
.ts-form .ts-form-quantity .ts-form-quantity-minus,
.ts-form.ts-form-quantity .ts-form-quantity-minus {
    margin-right: -1px;
}
.ts-alert {
    padding: 14px 19px;
    margin-bottom: 0;
    border-radius: 3px;
}
.ts-alert + .ts-alert {
    margin-top: 30px;
}
.ts-alert.ts-alert-primary {
    color: #6681ac;
    background-color: #eaeef4;
    border-color: #e0e6ee;
}
.ts-alert.ts-alert-secondary {
    color: #919191;
    background-color: #f7f7f7;
    border-color: #efefef;
}
.ts-alert.ts-alert-success {
    color: #68ab71;
    background-color: #ebf4ec;
    border-color: #e1eee3;
}
.ts-alert.ts-alert-danger {
    color: #b66c6c;
    background-color: #faf4f4;
    border-color: #f5eaea;
}
.ts-alert.ts-alert-warning {
    color: #c1ac58;
    background-color: #f8f6ed;
    border-color: #f4f0e2;
}
.ts-alert.ts-alert-info {
    color: #60aebb;
    background-color: #eff7f8;
    border-color: #e4f1f4;
}
.ts-alert.ts-alert-light {
    color: #9f9f9f;
    background-color: #fff;
    border-color: #fdfdfd;
}
.ts-alert.ts-alert-dark {
    color: #6c6c6c;
    background-color: #d2d2d2;
    border-color: #cacaca;
}
.ts-changelog + .ts-changelog {
    margin-top: 48px;
}
.ts-changelog ul {
    padding: 0;
    margin: 0;
}
.ts-changelog ul > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    letter-spacing: normal;
    list-style: none;
}
.ts-changelog ul > li + li {
    margin-top: 12px;
}
.ts-changelog ul > li .ts-changelog-badge {
    position: relative;
    display: inline-block;
    top: 0;
    width: 41px;
    min-width: 41px;
    margin-right: 24px;
    font-family: "Maven Pro", sans-serif;
    font-size: 0.735rem;
    font-weight: 700;
    line-height: 12px;
    color: #1b1b1b;
    text-transform: uppercase;
    -webkit-box-shadow: 4px 0 0 -1px #1b1b1b;
    box-shadow: 4px 0 0 -1px #1b1b1b;
}
.ts-changelog ul > li.ts-changelog-fix .ts-changelog-badge {
    -webkit-box-shadow: 5px -1px 0 -1px #19c485, 5px 0 0 -1px #19c485;
    box-shadow: 5px -1px 0 -1px #19c485, 5px 0 0 -1px #19c485;
}
.ts-changelog ul > li.ts-changelog-del .ts-changelog-badge {
    -webkit-box-shadow: 5px -1px 0 -1px #d74242, 5px 0 0 -1px #d74242;
    box-shadow: 5px -1px 0 -1px #d74242, 5px 0 0 -1px #d74242;
}
.ts-changelog ul > li.ts-changelog-add .ts-changelog-badge {
    -webkit-box-shadow: 5px -1px 0 -1px #009ddc, 5px 0 0 -1px #009ddc;
    box-shadow: 5px -1px 0 -1px #009ddc, 5px 0 0 -1px #009ddc;
}
.ts-changelog ul > li.ts-changelog-imp .ts-changelog-badge {
    -webkit-box-shadow: 5px -1px 0 -1px #967bdc, 5px 0 0 -1px #967bdc;
    box-shadow: 5px -1px 0 -1px #967bdc, 5px 0 0 -1px #967bdc;
}
.ts-changelog ul > li.ts-changelog-up .ts-changelog-badge {
    -webkit-box-shadow: 5px -1px 0 -1px #e66b3f, 5px 0 0 -1px #e66b3f;
    box-shadow: 5px -1px 0 -1px #e66b3f, 5px 0 0 -1px #e66b3f;
}
.ts-slider .swiper-slide {
    position: relative;
}
.ts-slider .swiper-slide .ts-swiper-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
.ts-slider .swiper-slide .ts-swiper-slide .ts-slide-logo {
    margin-bottom: 42px;
}
.ts-slider .swiper-slide .ts-swiper-slide .ts-slide-title > * {
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 0.025em;
}
.ts-slider .swiper-slide .ts-swiper-slide .ts-slide-text p:last-child,
.ts-slider .swiper-slide .ts-swiper-slide .ts-slide-text p:last-of-type {
    margin-bottom: 0;
}
.ts-slider .swiper-slide .ts-swiper-slide .ts-slide-btn {
    margin-top: 47px;
}
.ts-slider .swiper-slide .ts-swiper-slide img {
    max-width: 100%;
}
.ts-slider .swiper-pagination {
    bottom: 65px;
}
.ts-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 10px;
    background: 0 0;
    background-color: #cecece;
    opacity: 1;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 575px) {
    .ts-slider .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }
}
.ts-slider
.swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2b72e6;
    opacity: 1;
}
.ts-slider
.swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active-next,
.ts-slider
.swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active-next-next,
.ts-slider
.swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active-prev,
.ts-slider
.swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ts-slider .swiper-button-next,
.ts-slider .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    color: #bababa;
    background: 0 0;
    border: 1px solid #cecece;
    border-radius: 3px;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
    z-index: 2;
}
.ts-slider .swiper-button-next::after,
.ts-slider .swiper-button-prev::after {
    content: none;
}
.ts-slider .swiper-button-next > *,
.ts-slider .swiper-button-prev > * {
    font-size: inherit;
    color: inherit;
}
.ts-slider .swiper-button-next:hover,
.ts-slider .swiper-button-prev:hover {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}
.ts-slider .swiper-button-next:focus,
.ts-slider .swiper-button-prev:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-slider-arrows .swiper-button-next,
.ts-slider-arrows .swiper-button-prev {
    visibility: hidden;
}
.ts-slider-arrows-clone {
    font-size: 0;
}
.ts-slider-arrows-clone.ts-slider-arrows-reviews {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 50%;
    right: 0;
    left: 0;
}
@media screen and (max-width: 1200px) {
    .ts-slider-arrows-clone.ts-slider-arrows-reviews {
        right: -55px;
        left: -55px;
    }
}
@media screen and (max-width: 620px) {
    .ts-slider-arrows-clone.ts-slider-arrows-reviews {
        display: none;
    }
}
.ts-slider-arrows-clone.ts-slider-arrows-reviews .swiper-button-next,
.ts-slider-arrows-clone.ts-slider-arrows-reviews .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -47px;
}
.ts-slider-arrows-clone .swiper-button-next,
.ts-slider-arrows-clone .swiper-button-prev {
    position: static;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0;
    font-size: 1.875rem;
    color: #bababa;
    background: 0 0;
    border: 1px solid #cecece;
    border-radius: 3px;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
    z-index: 2;
}
.ts-slider-arrows-clone .swiper-button-next::after,
.ts-slider-arrows-clone .swiper-button-prev::after {
    content: none;
}
.ts-slider-arrows-clone .swiper-button-next > *,
.ts-slider-arrows-clone .swiper-button-prev > * {
    font-size: inherit;
    color: inherit;
}
.ts-slider-arrows-clone .swiper-button-next:hover,
.ts-slider-arrows-clone .swiper-button-prev:hover {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}
.ts-slider-arrows-clone .swiper-button-next:focus,
.ts-slider-arrows-clone .swiper-button-prev:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-slider-arrows-clone .swiper-button-prev + .swiper-button-next {
    margin-left: 20px;
}
.ts-slider-reviews .swiper-pagination {
    bottom: 0;
}
.ts-slider-reviews .swiper-slide {
    height: auto;
    padding: 20px 15px 77px;
}
.ts-slider-reviews .ts-swiper-slide {
    height: 100%;
}
.ts-slider-reviews .swiper-button-next {
    right: 0;
}
.ts-slider-reviews .swiper-button-prev {
    left: 0;
}
.ts-slider-gallery .swiper-slide {
    height: auto;
    padding-bottom: 15px;
}
.ts-slider-gallery .swiper-scrollbar {
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.07);
}
.ts-slider-gallery .swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(0, 0, 0, 0.2);
}
.ts-form .ts-select-ticket {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-form .ts-select-ticket select {
    display: none;
    visibility: hidden;
}
.ts-form .ts-select-ticket img {
    width: 30px;
    margin-right: 11px;
    font-family: "object-fit: cover";
    -o-object-fit: cover;
    object-fit: cover;
}
.ts-form .ts-select-ticket.show .btn.dropdown-toggle {
    color: #616161;
    background-color: #f2f2f2;
}
.ts-form .ts-select-ticket .btn.dropdown-toggle {
    height: 54px;
    padding: 12px 19px;
    color: rgba(122, 122, 122, 0.8);
    background-color: rgba(247, 247, 247, 0.8);
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(229, 229, 229, 0.8);
    box-shadow: inset 0 0 0 1px rgba(229, 229, 229, 0.8);
    opacity: 1;
    -webkit-transition: background-color 0.2s ease-in-out,
    color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ts-form .ts-select-ticket .btn.dropdown-toggle.hover,
.ts-form .ts-select-ticket .btn.dropdown-toggle:focus,
.ts-form .ts-select-ticket .btn.dropdown-toggle:hover {
    color: #616161;
    background-color: #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 1px #d4d4d4;
    box-shadow: inset 0 0 0 1px #d4d4d4;
}
.ts-form .ts-select-ticket .btn.dropdown-toggle:focus {
    border: 0;
    outline: 0 !important;
}
.ts-form .ts-select-ticket .dropdown-menu {
    padding: 0;
    border-color: rgba(229, 229, 229, 0.8);
    z-index: 2;
}
.ts-form .ts-select-ticket .dropdown-menu .inner::-webkit-scrollbar-track {
    background-color: #fff;
}
.ts-form .ts-select-ticket .dropdown-menu .inner::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}
.ts-form .ts-select-ticket .dropdown-menu .inner::-webkit-scrollbar-thumb {
    background-color: rgba(186, 186, 186, 0.6);
    border-radius: 3px;
}
.ts-form
.ts-select-ticket
.dropdown-menu
.inner::-webkit-scrollbar-thumb:hover {
    background-color: #bababa;
}
.ts-form .ts-select-ticket .dropdown-menu .dropdown-item {
    position: relative;
    padding: 10px 19px;
    color: rgba(122, 122, 122, 0.8);
    -webkit-transition: background-color 0.15s ease-in-out,
    color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    z-index: 2;
}
.ts-form .ts-select-ticket .dropdown-menu .dropdown-item.active,
.ts-form .ts-select-ticket .dropdown-menu .dropdown-item:focus,
.ts-form .ts-select-ticket .dropdown-menu .dropdown-item:hover {
    color: #616161;
    background-color: #f2f2f2;
    outline: 0;
}
.ts-form .ts-select-ticket .dropdown-menu .dropdown-menu > li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.ts-editor-quill .ts-editor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 12px 0 12px 18px;
}
.ts-editor-quill .ts-editor .ql-editor {
    width: 100%;
    height: auto;
}
.ts-editor-quill .ql-toolbar {
    min-height: 54px;
    padding: 12px 10px;
    background-color: rgba(247, 247, 247, 0.8);
    border-color: rgba(229, 229, 229, 0.8);
    border-radius: 3px 3px 0 0;
}
.ts-editor-quill .ql-container {
    background-color: rgba(247, 247, 247, 0.8);
    border-color: rgba(229, 229, 229, 0.8);
    border-radius: 0 0 3px 3px;
}
.ts-editor-quill .ql-container .ql-editor {
    padding: 0 18px 0 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    color: rgba(122, 122, 122, 0.8);
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-editor-quill .ql-container .ql-editor::-webkit-scrollbar-track {
    background-color: rgba(247, 247, 247, 0.8);
}
.ts-editor-quill .ql-container .ql-editor::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(247, 247, 247, 0.8);
}
.ts-editor-quill .ql-container .ql-editor::-webkit-scrollbar-thumb {
    background-color: rgba(186, 186, 186, 0.6);
    border-radius: 3px;
}
.ts-editor-quill .ql-container .ql-editor::-webkit-scrollbar-thumb:hover {
    background-color: #bababa;
}
.ts-editor-quill .ql-container .ql-editor.focus,
.ts-editor-quill .ql-container .ql-editor:focus {
    color: #616161;
}
.ts-dropzone {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
}
.ts-dropzone.active,
.ts-dropzone.dz-started {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 35px 15px 20px;
    visibility: visible;
    background-color: rgba(247, 247, 247, 0.8);
    border: 1px dashed #2b72e6;
    border-radius: 3px;
    z-index: 1001;
}
.ts-dropzone.active.dz-drag-hover,
.ts-dropzone.dz-started.dz-drag-hover {
    border: 1px solid #2b72e6;
}
.ts-dropzone.active.dz-drag-hover::after,
.ts-dropzone.dz-started.dz-drag-hover::after {
    background-color: rgba(255, 255, 255, 0.2);
}
.ts-dropzone.active .dz-message:first-child,
.ts-dropzone.dz-started .dz-message:first-child {
    display: none;
}
.ts-dropzone.active .dz-message:last-child,
.ts-dropzone.dz-started .dz-message:last-child {
    display: block;
    margin: 8px 50px 26px;
}
.ts-dropzone.active::after,
.ts-dropzone.dz-started::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    z-index: 1;
}
.ts-dropzone + .ts-dropzone-attachment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0;
}
.ts-dropzone + .ts-dropzone-attachment .icon {
    font-size: 1.4rem;
}
.ts-dropzone + .ts-dropzone-attachment label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Maven Pro", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #7a7a7a;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-dropzone + .ts-dropzone-attachment label.hover,
.ts-dropzone + .ts-dropzone-attachment label:hover {
    color: #1b1b1b;
}
.ts-dropzone .dz-message {
    display: block;
    padding: 0;
    margin: 0;
}
.ts-dropzone .dz-message .ts-dropzone-icon {
    display: block;
    margin-bottom: 17px;
    font-size: 0;
    color: #2b72e6;
}
.ts-dropzone .dz-message .ts-dropzone-icon .icon {
    font-size: 3rem;
}
.ts-dropzone .dz-message .ts-dropzone-title {
    margin-bottom: 15px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.ts-dropzone .dz-message .ts-dropzone-text {
    color: #7a7a7a;
}
.ts-dropzone .dz-preview,
.ts-dropzone .dz-preview.dz-file-preview,
.ts-dropzone .dz-preview.dz-image-preview {
    position: relative;
    display: inline-block;
    max-width: 95px;
    margin: 10px;
    text-align: center;
    cursor: default;
    border-radius: 3px;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    z-index: 2;
}
.ts-dropzone .dz-preview.dz-file-preview.dz-success .dz-success-mark,
.ts-dropzone .dz-preview.dz-image-preview.dz-success .dz-success-mark,
.ts-dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: viewMark 0.8s ease-in-out;
    animation: viewMark 0.8s ease-in-out;
}
.ts-dropzone .dz-preview.dz-error .dz-error-mark,
.ts-dropzone .dz-preview.dz-file-preview.dz-error .dz-error-mark,
.ts-dropzone .dz-preview.dz-image-preview.dz-error .dz-error-mark {
    -webkit-animation: viewMark 0.8s ease-in-out;
    animation: viewMark 0.8s ease-in-out;
}
.ts-dropzone .dz-preview.dz-error .dz-error-message,
.ts-dropzone .dz-preview.dz-file-preview.dz-error .dz-error-message,
.ts-dropzone .dz-preview.dz-image-preview.dz-error .dz-error-message {
    visibility: visible;
}
@-webkit-keyframes viewMark {
    0% {
        visibility: visible;
        opacity: 0;
    }
    80% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: visible;
        opacity: 0;
    }
}
@keyframes viewMark {
    0% {
        visibility: visible;
        opacity: 0;
    }
    80% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: visible;
        opacity: 0;
    }
}
.ts-dropzone .dz-preview .dz-error-mark,
.ts-dropzone .dz-preview .dz-success-mark,
.ts-dropzone .dz-preview.dz-file-preview .dz-error-mark,
.ts-dropzone .dz-preview.dz-file-preview .dz-success-mark,
.ts-dropzone .dz-preview.dz-image-preview .dz-error-mark,
.ts-dropzone .dz-preview.dz-image-preview .dz-success-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    margin-left: -27px;
    visibility: hidden;
    opacity: 0;
}
.ts-dropzone .dz-preview .dz-error-message,
.ts-dropzone .dz-preview.dz-file-preview .dz-error-message,
.ts-dropzone .dz-preview.dz-image-preview .dz-error-message {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
    height: 95px;
    padding: 0 10px;
    font-size: 12px;
    color: #b66c6c;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.9);
}
.ts-dropzone .dz-preview .dz-image,
.ts-dropzone .dz-preview.dz-file-preview .dz-image,
.ts-dropzone .dz-preview.dz-image-preview .dz-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    background: #fff;
    border-radius: 3px;
}
.ts-dropzone .dz-preview .dz-image img,
.ts-dropzone .dz-preview.dz-file-preview .dz-image img,
.ts-dropzone .dz-preview.dz-image-preview .dz-image img {
    max-width: 100%;
    max-height: 100px;
    font-family: "object-fit: cover";
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
}
.ts-dropzone .dz-preview .dz-details,
.ts-dropzone .dz-preview.dz-file-preview .dz-details,
.ts-dropzone .dz-preview.dz-image-preview .dz-details {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0;
    line-height: normal;
    opacity: 1;
}
.ts-dropzone .dz-preview .dz-details .dz-filename,
.ts-dropzone .dz-preview.dz-file-preview .dz-details .dz-filename,
.ts-dropzone .dz-preview.dz-image-preview .dz-details .dz-filename {
    display: block;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    max-width: 80px;
    margin: 0 auto;
    font-size: 0.875rem;
    color: #7a7a7a;
    -webkit-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
}
.ts-dropzone .dz-preview .dz-details .dz-filename span,
.ts-dropzone .dz-preview.dz-file-preview .dz-details .dz-filename span,
.ts-dropzone .dz-preview.dz-image-preview .dz-details .dz-filename span {
    display: inline;
    font: inherit;
    font-size: 100%;
    white-space: nowrap;
}
.ts-dropzone .dz-preview .dz-details .dz-filename:not(:hover),
.ts-dropzone .dz-preview.dz-file-preview .dz-details .dz-filename:not(:hover),
.ts-dropzone .dz-preview.dz-image-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.ts-dropzone .dz-preview .dz-details .dz-filename:hover,
.ts-dropzone .dz-preview.dz-file-preview .dz-details .dz-filename:hover,
.ts-dropzone .dz-preview.dz-image-preview .dz-details .dz-filename:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ts-dropzone .dz-preview .dz-details .dz-filename:hover span,
.ts-dropzone .dz-preview.dz-file-preview .dz-details .dz-filename:hover span,
.ts-dropzone .dz-preview.dz-image-preview .dz-details .dz-filename:hover span {
    padding: 0 4px;
    background-color: #fff;
}
.ts-dropzone .dz-preview .dz-details .dz-size,
.ts-dropzone .dz-preview.dz-file-preview .dz-details .dz-size,
.ts-dropzone .dz-preview.dz-image-preview .dz-details .dz-size {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #bababa;
}
.ts-dropzone .dz-preview .dz-details .dz-size strong,
.ts-dropzone .dz-preview.dz-file-preview .dz-details .dz-size strong,
.ts-dropzone .dz-preview.dz-image-preview .dz-details .dz-size strong {
    font-weight: 400;
}
.ts-dropzone .dz-preview .dz-remove,
.ts-dropzone .dz-preview.dz-file-preview .dz-remove,
.ts-dropzone .dz-preview.dz-image-preview .dz-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    font-size: 0;
    background-color: #bababa;
    border-radius: 3px;
    will-change: opacity;
    -webkit-transition: background-color 0.15s ease-in-out,
    opacity 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
@media screen and (min-width: 768px) {
    .ts-dropzone .dz-preview .dz-remove,
    .ts-dropzone .dz-preview.dz-file-preview .dz-remove,
    .ts-dropzone .dz-preview.dz-image-preview .dz-remove {
        opacity: 0;
    }
}
.ts-dropzone .dz-preview .dz-remove::after,
.ts-dropzone .dz-preview .dz-remove::before,
.ts-dropzone .dz-preview.dz-file-preview .dz-remove::after,
.ts-dropzone .dz-preview.dz-file-preview .dz-remove::before,
.ts-dropzone .dz-preview.dz-image-preview .dz-remove::after,
.ts-dropzone .dz-preview.dz-image-preview .dz-remove::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    width: 10px;
    height: 1px;
    background-color: #fff;
}
.ts-dropzone .dz-preview .dz-remove::before,
.ts-dropzone .dz-preview.dz-file-preview .dz-remove::before,
.ts-dropzone .dz-preview.dz-image-preview .dz-remove::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ts-dropzone .dz-preview .dz-remove::after,
.ts-dropzone .dz-preview.dz-file-preview .dz-remove::after,
.ts-dropzone .dz-preview.dz-image-preview .dz-remove::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ts-dropzone .dz-preview .dz-remove:hover,
.ts-dropzone .dz-preview.dz-file-preview .dz-remove:hover,
.ts-dropzone .dz-preview.dz-image-preview .dz-remove:hover {
    background-color: #2b72e6;
}
.ts-dropzone .dz-preview.dz-file-preview:hover .dz-remove,
.ts-dropzone .dz-preview.dz-image-preview:hover .dz-remove,
.ts-dropzone .dz-preview:hover .dz-remove {
    opacity: 1;
}
.ts-dropzone .dz-preview.dz-file-preview:hover .dz-details .dz-filename,
.ts-dropzone .dz-preview.dz-image-preview:hover .dz-details .dz-filename,
.ts-dropzone .dz-preview:hover .dz-details .dz-filename {
    color: #1b1b1b;
}
.ts-dropzone .dz-preview.dz-file-preview:hover img,
.ts-dropzone .dz-preview.dz-image-preview:hover img,
.ts-dropzone .dz-preview:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.ts-dropzone:hover .dz-message .ts-dropzone-title {
    color: #2b72e6;
}
