<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Lato Heavy"; 
    src: url("//db.onlinewebfonts.com/t/0631f0bef40cc228524e492db592b5fb.eot"); 
    src: url("//db.onlinewebfonts.com/t/0631f0bef40cc228524e492db592b5fb.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/0631f0bef40cc228524e492db592b5fb.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/0631f0bef40cc228524e492db592b5fb.woff") format("woff"), url("//db.onlinewebfonts.com/t/0631f0bef40cc228524e492db592b5fb.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/0631f0bef40cc228524e492db592b5fb.svg#Lato Heavy") format("svg"); 
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Lato Medium"; 
    src: url("//db.onlinewebfonts.com/t/a2b67a66a2c10e9d33ad123a89885f97.eot"); 
    src: url("//db.onlinewebfonts.com/t/a2b67a66a2c10e9d33ad123a89885f97.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/a2b67a66a2c10e9d33ad123a89885f97.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/a2b67a66a2c10e9d33ad123a89885f97.woff") format("woff"), url("//db.onlinewebfonts.com/t/a2b67a66a2c10e9d33ad123a89885f97.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/a2b67a66a2c10e9d33ad123a89885f97.svg#Lato Medium") format("svg");  
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}
#dec-banner,
#jan-banner,
.no-popup,
.popup-coupon,
.coupon-modal{
	display: none !important;
}
main{
    padding-bottom: 0;
    width: 100%;
}
/* General */
#jtc{
	overflow: hidden;
}
#jtc .container {
    width: 1372px;
    max-width: 100%;
}
#jtc img{
	max-width: 100%;
	height: auto;
}
#jtc .block {
    display: block
}
#jtc .inline-block {
    display: inline-block
}
#jtc .flex {
    display: flex
}
#jtc .inline-flex {
    display: inline-flex
}
@media (min-width: 40em) {
    #jtc .sm-flex {
        display: flex
    }
    #jtc .sm-inline-flex {
        display: inline-flex
    }
}
@media (min-width: 52em) {
    #jtc .md-flex {
        display: flex
    }
    #jtc .md-inline-flex {
        display: inline-flex
    }
}
@media (min-width: 64em) {
    .lg-flex {
        display: flex
    }
    .lg-inline-flex {
        display: inline-flex
    }
}
#jtc .flex-column {
    flex-direction: column
}
#jtc .flex-wrap {
    flex-wrap: wrap
}
#jtc .items-start {
    align-items: flex-start
}
#jtc .items-end {
    align-items: flex-end
}
#jtc .items-center {
    align-items: center
}
#jtc .items-baseline {
    align-items: baseline
}
#jtc .items-stretch {
    align-items: stretch
}
#jtc .self-start {
    align-self: flex-start
}
#jtc .self-end {
    align-self: flex-end
}
#jtc .self-center {
    align-self: center
}
.self-baseline {
    align-self: baseline
}
#jtc .self-stretch {
    align-self: stretch
}
#jtc .justify-start {
    justify-content: flex-start
}
#jtc .justify-end {
    justify-content: flex-end
}
#jtc .justify-center {
    justify-content: center
}
#jtc .justify-between {
    justify-content: space-between
}
#jtc .justify-around {
    justify-content: space-around
}
#jtc .justify-evenly {
    justify-content: space-evenly
}
#jtc .content-start {
    align-content: flex-start
}
#jtc .content-end {
    align-content: flex-end
}
#jtc .content-center {
    align-content: center
}
#jtc .content-between {
    align-content: space-between
}
#jtc .content-around {
    align-content: space-around
}
#jtc .content-stretch {
    align-content: stretch
}
#jtc .flex-auto {
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
    min-width: 0;
    min-height: 0;
}
#jtc .flex-none {
    flex: none
}
#jtc .order-0 {
    order: 0
}
#jtc .order-1 {
    order: 1
}
#jtc .order-2 {
    order: 2
}
#jtc .order-3 {
    order: 3
}
#jtc .order-last {
    order: 99999
}
#jtc .relative {
    position: relative
}
#jtc .absolute {
    position: absolute
}
#jtc .fixed {
    position: fixed
}
#jtc .top-0 {
    top: 0
}
#jtc .right-0 {
    right: 0
}
#jtc .bottom-0 {
    bottom: 0
}
#jtc .left-0 {
    left: 0
}
#jtc .z1 {
    z-index: 1
}
#jtc .z2 {
    z-index: 2
}
#jtc .z3 {
    z-index: 3
}
#jtc .z4 {
    z-index: 4
}
#jtc .mx-auto {
    margin-left: auto;
    margin-right: auto;
}
#popups .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
#jtc .flex &gt; .half{
	flex-basis: 50%;
	flex: 1;
}
#jtc .flex &gt; .full{
	flex-basis: 100%;
}
#jtc .clickable{
	cursor: pointer;
}
#jtc .underline {
    text-decoration: underline
}
#jtc .uppercase{
	text-transform: uppercase;
}
#jtc .gotham-bold{
	font-family: 'Gotham-Bold';	
}
#jtc .lato{
	font-family: 'Lato', sans-serif;
}
#jtc .lato-medium{
	font-family: "Lato Medium"; 
}
#jtc .lato-heavy{
	font-family: "Lato Heavy"; 
}
#jtc .button{
	background-color: #fff;
	max-width: 100%;
	transition: all .3s;
	opacity: 1;
    width: 195px;
    height: 43px;
    border: 2px solid #fbca26;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    text-align: center;
	text-decoration: none;
    cursor: pointer;
}
#jtc .button:not(.flex){
	display: block;
    line-height: 39px;
}
#jtc .button.active{
	background-color: #fbca26;    
}
#jtc .button.disabled{
	opacity: 0;
	visibility: hidden;
}
#jtc button.button{
    appearance:none;
}
#jtc .hide {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
#jtc .fit,
#popups .fit {
    max-width: 100%
}
#jtc .f-yellow{
    color: #fbca26;
}
#jtc .b-yellow{
    background-color: #fbca26;
}
#jtc .f-red{
    color: #7e0000;
}
#jtc .b-red{
    background-color: #7e0000;
}
#jtc .f-white{
    color: #fff;
}
#jtc .b-white{
    background-color: #fff;
}
#jtc .f-black{
    color: #000;
}
#jtc .b-black{
    background-color: #000;
}
#jtc .f-light-gray{
    color: #c0bfbf;
}
#jtc .b-gray{
    background-color: #e5e5e5;
}
#jtc .jtc-inner{
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
#jtc {
    width: 1262px;
    max-width: 100%;
    margin: 0 auto;
}
#jtc h1,
#jtc h2,
#jtc h3,
#jtc h4,
#jtc h5{
    font-weight: 900;
    margin: 0;
}
#jtc h2,
#jtc h3{
    font-size: 45px;
    line-height: normal;
}
#jtc h4{
    font-size: 33px;
    line-height: 1.09090909;
}
#jtc h5{
    font-size: 26px;
    line-height: 1.0754717;
}
.jtc-hero{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../images/21/jan/lp/back.jpg);
	background-image: -webkit-image-set(url("../../images/21/jan/lp/back.jpg") 1x, url("../../images/21/jan/lp/back@2x.jpg") 2x);
}
.jtc-hero-inner{
    height: 505px;
}
.jtc-hero-inner:before,
.jtc-hero-inner:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;    
}
.jtc-hero-inner:before{
    width: 316px;
    height: 354px;
    left: 58px;
    background-image: url(../../images/21/jan/lp/employee-1.png);
	background-image: -webkit-image-set(url("../../images/21/jan/lp/employee-1.png") 1x, url("../../images/21/jan/lp/employee-1@2x.png") 2x);    
}
.jtc-hero-inner:after{
    width: 202px;
    height: 330px;
    right: 131px;
    background-image: url(../../images/21/jan/lp/employee-2.png);
	background-image: -webkit-image-set(url("../../images/21/jan/lp/employee-2.png") 1x, url("../../images/21/jan/lp/employee-2@2x.png") 2x);    
}
.jtc-hero h1{
    font-size: 88px;
}
.jtc-hero p{
    font-size: 34px;
    line-height: 1;
    margin: 0;
}
.jtc-hero .jtc-hero-blocks{
    padding-bottom: 36px;
}
.jtc-hero .jtc-hero-block{
    font-size: 25px;  
    margin-top: 33px;
    padding: 0 45px;
}
.jtc-hero .jtc-hero-block + .jtc-hero-block{
    border-left: 1px solid #ffffff;
}
.jtc-hero .jtc-hero-block p{
    font-size: 1em;
}
.jtc-hero .jtc-hero-block p.f-yellow{
    font-size: 2.48em;
    font-weight: 900;
    line-height: .7;
    margin: 8px 0;
}
.jtc-hero .jtc-hero-block p.f-yellow sup{
    font-size: 60%;
}
.jtc-hero .jtc-hero-block p.f-yellow .small{
    font-size: 0.76923077em;
}
.jtc-program{
    padding: 44px 0 75px;
}
.jtc-program p{
    font-size: 25px;
    line-height: 1.44;
    width: 654px;
    margin: 0;
}
.jtc-program .jtc-program-benefits p{
    line-height: normal;
    width: auto;
}
.jtc-program-benefit{
    margin: 45px 28px 0;
}
.jtc-how{
    padding: 71px 0;
}
.jtc-how p{
    width: 430px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 1.44;
}
.jtc-how-steps{
    padding-top: 17px;
}
.jtc-how-step {
    width: 330px;
    height: 284px;
    margin: 41px 15px 32px;
    padding: 80px 27px 0;
}
.jtc-how-step:before{
    content: attr(data-step);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 51px;
    line-height: 1;
    font-weight: 900;
    width: 90px;
    height: 90px;
    position: absolute;
    top: -41px;
    left: 50%;
    margin-left: -45px;
    border-radius: 50%;
    background-color: #fbca26;
}
.jtc-how .jtc-how-step p{
    font-size: 20px;
    line-height: normal;
    width: auto;
}
.jtc-details{
    padding: 80px 0 70px;
}
#jtc .jtc-details-buttons{
    padding: 33px 0 43px;
}
#jtc .jtc-details-buttons .button{
    height: 63px;
    margin: 10px;
}
.jtc-detail-main{
    width: 289px;
    height: 233px;
    padding: 0 15px;
}
.jtc-detail-list{
    padding-top: 44px;
    padding-bottom: 50px;
}
.jtc-detail-main p{
    margin-top: 37px;
    font-size: 26px;
    line-height: normal;
    margin-bottom: 0;
}
.jtc-detail-list-item{
    flex-basis: 33.333%;
    padding: 0 50px;
    margin: 20px 0;
}
.jtc-detail-list-item p{
    font-size: 16px;
    line-height: normal;
}
.jtc-details p.f-light-gray{
    font-size: 20px;
    line-height: normal;
    width: 830px;
}
.jtc-company{
    padding: 62px 0;
}
#jtc .jtc-company h3{
    width: 410px;
    margin-bottom: 13px;
}
.jtc-company p{
    width: 735px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.44;
}
.jtc-tiger{
    padding: 30px 0;
}
.jtc-tiger .jtc-tiger-image{
    margin-right: 31px;
}
#jtc .jtc-tiger h3{
    margin-bottom: 5px;
}
.jtc-tiger p{
    font-size: 25px;
    line-height: 1.44;    
    margin: 0;
    width: 655px;
}
.jtc-tiger p .small{
    font-size: 0.8em;
}
.jtc-join{
    padding: 60px 0 70px;
}
.jtc-join p{
    font-size: 25px;
    line-height: 1.44;  
    margin-bottom: 0;
}
.jtc-join p.lato-medium{
    width: 565px;  
    margin-top: 18px;
    margin-bottom: 38px;
}
.jtc-join p.lato-medium + p.lato-medium{
    width: 450px;   
    margin-top: 45px;
    margin-bottom: 38px;
}
.jtc-join select{
    font-size: 30px;
    line-height: 1; 
    color: #898989;
    text-indent: 35px;
    height: 80px;
    width: 646px;
    margin-bottom: 36px;
    border: 1px solid #898989;
	opacity: 1;
	appearance:none;
	background-repeat: no-repeat;
	background-size: 31px 16px;
	background-position: calc(100% - 35px) center;
	background-image: url(../../images/21/jan/lp/down-arrow.png);
	background-image: -webkit-image-set(url("../../images/21/jan/lp/down-arrow.png") 1x, url("../../images/21/jan/lp/down-arrow@2x.png") 2x);
}
#popups .jp-inner .jp-top p{
    width: 485px;
    max-width: 100%;
}
#popups .jp-inner.thanks p{
    width: 420px;
}
@media screen and (max-width: 1199px){
    .jtc-hero-inner:before{
        left: 15px;
    }
    .jtc-hero-inner:after{
        right: 15px;
    }
}
@media screen and (max-width: 991px){
    .jtc-hero-inner:before,
    .jtc-hero-inner:after{
        display: none;
    }
    .jtc-detail-list-item{
        padding: 0 25px;
    }
}
@media screen and (max-width: 767px){
    #jtc h2, 
    #jtc h3{
        font-size: 36px;
    }
    #jtc h5{
        font-size: 24px;
    }
    .jtc-hero h1 {
        font-size: 70px;
    }
    .jtc-hero p{
        font-size: 28px;
    }
    .jtc-hero .jtc-hero-block{
        font-size: 20px;
    }
    .jtc-program-benefit {
        margin: 45px 0 0;
        flex-basis: 50%;
    }
    .jtc-detail-list-item{
        flex-basis: 50%;
        padding: 0 15px;
    }
    #jtc .jtc-inner{
        flex-direction: column;
    }
    .jtc-tiger .jtc-tiger-image{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .jtc-tiger-text{
        max-width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 567px){   
    #jtc h4{
        font-size: 24px;
    }
    .jtc-hero h1 {
        font-size: 48px;
    }
    .jtc-hero p{
        font-size: 19px;
    }
    .jtc-hero .jtc-hero-block{
        font-size: 16px;
        padding: 0 15px;
    }
    .jtc-program p,
    .jtc-how p,
    .jtc-company p,
    .jtc-tiger p,
    .jtc-join p{
        font-size: 18px;
    }
    .jtc-how-step{
        height: 234px;
    }
    .jtc-how .jtc-how-step p{
        font-size: 16px;
    }
    .jtc-detail-list-item{
        flex-basis: 100%;
    }
    .jtc-details p.f-light-gray{
        font-size: 14px;
    }
    .jtc-join p.lato-medium {
        margin-bottom: 30px;        
    }
    .jtc-join p.lato-medium + p.lato-medium{
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .jtc-join select{
        text-indent: 15px;
        height: 60px;
        font-size: 20px;     
        background-size: 21px 11px;
        background-position: calc(100% - 15px) center;   
    }
}
@media screen and (max-width: 480px){
    #popups .jp-inner .jp-top p{
        font-size: 20px;
    }
}</pre></body></html>