<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*General*/
html, body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.container{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/*tyc-page*/
    .tyc-page{
        padding: 120px 0;
        margin-top: 89px;
        position: relative;
        background-image: url("../img/bg-tyc1-desktop.jpg");
        background-repeat: no-repeat;
        background-position: inherit;
        background-size: cover;
    }

    /*tyc-page__title*/
    .tyc-page .tyc-page__content .tyc-page__title{
        z-index: 3;
        text-align: center;
        position: relative;
    }
    .tyc-page .tyc-page__content .tyc-page__title h1{
        margin: 0;
        color: #0055B8;
        font-size: 1.75rem;
        line-height: normal;
        font-family: 'Montserrat-bold';
    }

    /*tyc-page__list*/
    /*.tyc-page .tyc-page__content .tyc-page__list{
        z-index: 3;
        position: relative;
        padding: 50px 0 80px 0;

        display: none;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
    .tyc-page .tyc-page__content .tyc-page__list ul{
        margin: 0;
        padding: 0;
        list-style: none;

        display: flex;
        flex-direction: row;
    }
    .tyc-page .tyc-page__content .tyc-page__list ul li{
        width: 340px;
        height: 60px;
        margin: 0 7.5px;
        padding: 0 15px;
        cursor: pointer;
        text-align: center;
        transition: all .15s;
        box-sizing: border-box;
        background-color: #002D6E;

        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
    .tyc-page .tyc-page__content .tyc-page__list ul li:first-child{
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }
    .tyc-page .tyc-page__content .tyc-page__list ul li:last-child{
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .tyc-page .tyc-page__content .tyc-page__list ul li a{
        width: 340px;
        height: 60px;
        color: #FFFFFF;
        font-size: 1.1rem;
        line-height: normal;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'futura-condensed-extrabold';

        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tyc-page .tyc-page__content .tyc-page__list ul li span{
        display: none;
        padding: 3px 7px 2px 7px;
        margin-left: 5px;
        color: #FFEB00;
        font-size: .75rem;
        line-height: normal;
        border-radius: 30px;
        background-color: #001E5A;
        font-family: 'montserrat-medium';
    }
    .tyc-page .tyc-page__content .tyc-page__list ul li:hover,
    .tyc-page .tyc-page__content .tyc-page__list ul li.active,
    .tyc-page .tyc-page__content .tyc-page__list ul li.is-active{
        background-color: #FFEB00;
    }
    .tyc-page .tyc-page__content .tyc-page__list ul li:hover a,
    .tyc-page .tyc-page__content .tyc-page__list ul li.active a,
    .tyc-page .tyc-page__content .tyc-page__list ul li.is-active a{
        color: #002D6E;
    }
    .tyc-page .tyc-page__content .tyc-page__list ul li:hover span,
    .tyc-page .tyc-page__content .tyc-page__list ul li.active span,
    .tyc-page .tyc-page__content .tyc-page__list ul li.is-active span{
        display: inline-block;    
    }*/

    /*tyc-page__results*/
    .tyc-page .tyc-page__content .tyc-page__results{
        z-index: 3;
        padding-top: 60px;
        position: relative;
    }
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems{
        display: none;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems:first-child{
        display: flex;
    }
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul{
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul li{
        width: 540px;
        height: 45px;
        padding: 0 15px;
        cursor: pointer;
        margin-bottom: 35px;
        border-radius: 30px;
        transition: all .15s;
        box-sizing: border-box;
        border: 1px solid #0055B8;
        background-color: rgba(0, 74, 152, .1);

        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul li:last-child{
        margin-bottom: 0;
    }
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul li:hover,
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul li.active,
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul li.is-active{
        background-color: #0055B8;
    }
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul li a{
        width: 100%;
        color: #0055B8;
        font-size: 1rem;
        line-height: normal;
        display: block;
        text-align: center;
        position: relative;
        font-family: 'Montserrat-medium';
    }
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul li:hover a,
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul li.active a,
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul li.is-active a{
        color: #FFFFFF;
    }
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul li a .icon-arrow-right{
        top: 0;
        bottom: 0;
        right: 5px;
        width: 10px;
        height: 10px;
        margin: auto;
        color: #0055B8;
        position: absolute;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: middle;
        border-style: solid;
        border-width: 2px 2px 0 0;
        transform: rotate(45deg);
    }
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul li a .icon-arrow-right:before{
        content: '';
        right: 0;
        top: -1px;
        width: 17px;
        height: 1.5px;
        position: absolute;
        box-shadow: inset 0 0 0 32px;
        transform: rotate(-45deg);
        transform-origin: right top;
    }
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul li:hover a .icon-arrow-right,
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul li.active a .icon-arrow-right,
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul li.is-active a .icon-arrow-right
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul li:hover a .icon-arrow-right:before,
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul li.active a .icon-arrow-right:before,
    .tyc-page .tyc-page__content .tyc-page__results .tyc-page__resultsItems ul li.is-active a .icon-arrow-right:before{
        color: #FFFFFF;
    }

/*tyc-internal*/
    .tyc-internal{
        padding: 120px 0;
        margin-top: 89px;
        position: relative;
        background-image: url("../img/bg-tyc2-desktop.jpg");
        background-repeat: repeat-y;
        background-position: top;
        background-size: auto;
    }

    /*tyc-internal__title*/
    .tyc-internal .tyc-internal__content .tyc-internal__title h1{
        margin: 0;
        color: #0055B8;
        font-size: 1.875rem;
        line-height: normal;
        font-family: 'Montserrat-bold';
    }
    .tyc-internal .tyc-internal__content .tyc-internal__title .tyc-internal__pdf{
        margin-top: 30px;

        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__title .tyc-internal__pdf span.copy{
        height: 45px;
        margin-right: 15px;
        padding: 0 25px;
        color: #122149;
        font-size: .85rem;
        line-height: normal;
        border-radius: 30px;
        display: inline-block;
        background-color: #B8CCE3;
        font-family: 'Montserrat-regular';

        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__title .tyc-internal__pdf a.download{
        height: 45px;
        padding: 0 25px;
        color: #122149;
        font-size: .85rem;
        font-weight: bold;
        line-height: normal;
        border-radius: 30px;
        text-decoration: none;
        background-color: #B8CCE3;
        font-family: 'Montserrat-regular';

        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__title .tyc-internal__pdf a.download .icon-download{
        width: 25px;
        height: 20px;
        margin-left: 5px;
        display: inline-block;
        background-image: url("../img/icon-download.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    /*tyc-internal__text*/
    .tyc-internal .tyc-internal__content .tyc-internal__text{
        padding-top: 60px;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text h1{
        font-size: 1.875rem;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text h2{
        font-size: 1.675rem;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text h3{
        font-size: 1.475rem;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text h4{
        font-size: 1.275rem;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text h5{
        font-size: 1.175rem;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text h6{
        font-size: 1rem;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text h1,
    .tyc-internal .tyc-internal__content .tyc-internal__text h2,
    .tyc-internal .tyc-internal__content .tyc-internal__text h3,
    .tyc-internal .tyc-internal__content .tyc-internal__text h4,
    .tyc-internal .tyc-internal__content .tyc-internal__text h5,
    .tyc-internal .tyc-internal__content .tyc-internal__text h6{
        color: #0055B8;
        line-height: normal;
        text-transform: uppercase;
        font-family: 'Montserrat-bold';
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text a,
    .tyc-internal .tyc-internal__content .tyc-internal__text blockquote,
    .tyc-internal .tyc-internal__content .tyc-internal__text cite,
    .tyc-internal .tyc-internal__content .tyc-internal__text em,
    .tyc-internal .tyc-internal__content .tyc-internal__text ol li,
    .tyc-internal .tyc-internal__content .tyc-internal__text p,
    .tyc-internal .tyc-internal__content .tyc-internal__text pre,
    .tyc-internal .tyc-internal__content .tyc-internal__text span,
    .tyc-internal .tyc-internal__content .tyc-internal__text sub,
    .tyc-internal .tyc-internal__content .tyc-internal__text sup, 
    .tyc-internal .tyc-internal__content .tyc-internal__text ul li{
        color: #122149;
        font-size: 1rem;
        line-height: 23px;
        font-family: 'Montserrat-regular';
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text b,
    .tyc-internal .tyc-internal__content .tyc-internal__text strong{
        color: #122149;
        font-size: 1rem;
        line-height: 23px;
        font-family: 'Montserrat-medium';
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text blockquote,
    .tyc-internal .tyc-internal__content .tyc-internal__text cite{
        padding: 0 10px;
        position: relative;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text blockquote:before,
    .tyc-internal .tyc-internal__content .tyc-internal__text cite:before{
        content: open-quote;
        top: 0;
        left: -7.5px;
        width: auto;
        height: auto;
        position: absolute;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text blockquote:after,
    .tyc-internal .tyc-internal__content .tyc-internal__text cite:after{
        content: close-quote;
        top: 0;
        right: initial;
        width: auto;
        height: auto;
        position: absolute;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text hr{
        background-color: #122149;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text ul{
        padding: 0;
        margin-left: 15px;
        list-style: disc;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text ul li{
        color: #122149;
        font-size: 1rem;
        line-height: 23px;
        font-family: 'Montserrat-regular';
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text ul li::marker{
        color: #122149;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text ol{
        padding: 0;
        margin-left: 15px;
        list-style: decimal;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text ol li{
        color: #122149;
        font-size: 1rem;
        line-height: 23px;
        font-family: 'Montserrat-regular';
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text ol li::marker{
        color: #122149;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text table{
        width: 100%;
        height: auto;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__text table tr td{
        color: #122149;
        font-size: 1rem;
        line-height: 23px;
        padding: 5px 10px;
        border: 1px solid #122149;
        font-family: 'Montserrat-regular';
    }

    /*tyc-internal__prev*/
    .tyc-internal .tyc-internal__content .tyc-internal__prev{
        width: 500px;
        height: 50px;
        margin: 0 auto;
        padding: 0 15px;
        cursor: pointer;
        margin-top: 80px;
        border-radius: 30px;
        transition: all .15s;
        box-sizing: border-box;
        border: 1px solid #122149;
        background-color: transparent;

        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__prev a{
        width: 100%;
        color: #122149;
        font-size: 1rem;
        line-height: normal;
        display: block;
        text-align: center;
        position: relative;
        font-family: 'Montserrat-medium';
    }
    .tyc-internal .tyc-internal__content .tyc-internal__prev a .icon-arrow-left{
        top: 0;
        bottom: 0;
        left: 5px;
        width: 10px;
        height: 10px;
        margin: auto;
        color: #122149;
        position: absolute;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: middle;
        border-style: solid;
        border-width: 0 0 2px 2px;
        transform: rotate(45deg);
    }
    .tyc-internal .tyc-internal__content .tyc-internal__prev a .icon-arrow-left:before{
        content: '';
        right: 0;
        top: -1px;
        width: 15px;
        height: 1.5px;
        position: absolute;
        box-shadow: inset 0 0 0 30px;
        transform: rotate(-45deg);
        transform-origin: right top;
    }

    /*tyc-internal__top*/
    .tyc-internal .tyc-internal__content .tyc-internal__top{
        right: 7%;
        bottom: 80px;
        cursor: pointer;
        position: absolute;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__top .icon-arrow-top{
        width: 45px;
        height: 45px;
        border-radius: 50%;
        position: relative;
        display: inline-block;
        background-color: #313645;
    }
    .tyc-internal .tyc-internal__content .tyc-internal__top .icon-arrow-top:before{
        content: '';
        top: 5px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 10px;
        height: 10px;
        margin: auto;
        color: #FFFFFF;
        position: absolute;
        border-style: solid;
        border-width: 2px 2px 0 0;
        transform: rotate(-45deg);
    }
    </pre></body></html>