
console.log('update 11/feb/2025');




/* 11/febrero/2025 */






.dft-apps {
    display: inline-flex;
    flex-wrap: wrap;
}
.dft-apps button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appareance: none;
    -moz-appearance: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    background-image: url(/assets/img/citibanamex2017/dft-apps/sprite-app.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 14.6875vw;
    width: 50vw;
}
.dft-apps button:active {
    box-shadow: none;
}
.dft-apps button:active:focus {
    border: none;
}
.dft-apps button:hover {
    border-color: transparent;
    background-color: transparent;
}
.dft-apps button:hover:active {
    border: none;
    background-image: url(/assets/img/citibanamex2017/dft-apps/sprite-app.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: transparent;
    outline: 0;
}
.dft-apps button:active {
    background-color: transparent;
    border: none;
    color: transparent;
}
.dft-apps button:focus {
    border: none;
    outline: 0;
}
.dft-apps[m-lang=es] [m-device=google] {
    background-position-y: -45.625vw;
}
.dft-apps[m-lang=es] [m-device=apple] {
    background-position-y: -15.3125vw;
}
.dft-apps[m-lang=es] [m-device=windows-phone] {
    background-position-y: -75vw;
}
.dft-apps[m-lang=en] [m-device=google] {
    background-position-y: -30.3125vw;
}
.dft-apps[m-lang=en] [m-device=apple] {
    background-position-y: 0;
}
.dft-apps[m-lang=en] [m-device=windows-phone] {
    background-position-y: -60.3125vw;
}
@media only screen and (min-width:768px) {
    .dft-apps button {
        height: 47px;
        width: 160px;
    }
    .dft-apps[m-lang=es] [m-device=google] {
        background-position-y: -146px;
    }
    .dft-apps[m-lang=es] [m-device=apple] {
        background-position-y: -49px;
    }
    .dft-apps[m-lang=es] [m-device=windows-phone] {
        background-position-y: -240px;
    }
    .dft-apps[m-lang=en] [m-device=google] {
        background-position-y: -97px;
    }
    .dft-apps[m-lang=en] [m-device=apple] {
        background-position-y: 0;
    }
    .dft-apps[m-lang=en] [m-device=windows-phone] {
        background-position-y: -193px;
    }
}
@media only screen and (min-width:992px) {
    .dft-apps button {
        height: 39px;
        width: 132px;
    }
    .dft-apps[m-lang=es] [m-device=google] {
        background-position-y: -120px;
    }
    .dft-apps[m-lang=es] [m-device=apple] {
        background-position-y: -40px;
    }
    .dft-apps[m-lang=es] [m-device=windows-phone] {
        background-position-y: -198px;
    }
    .dft-apps[m-lang=en] [m-device=google] {
        background-position-y: -80px;
    }
    .dft-apps[m-lang=en] [m-device=windows-phone] {
        background-position-y: -159px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-apps button {
        height: 2.70645vw;
        width: 9.16031vw;
    }
    .dft-apps[m-lang=es] [m-device=google] {
        background-position-y: -8.32755vw;
    }
    .dft-apps[m-lang=es] [m-device=apple] {
        background-position-y: -2.77585vw;
    }
    .dft-apps[m-lang=es] [m-device=windows-phone] {
        background-position-y: -13.74046vw;
    }
    .dft-apps[m-lang=en] [m-device=google] {
        background-position-y: -5.5517vw;
    }
    .dft-apps[m-lang=en] [m-device=windows-phone] {
        background-position-y: -11.034vw;
    }
}
@media only screen and (max-width:767px) {
    .dft-back.back-image {
        padding-top: 85vw;
        background-size: 200%;
        background-position: 60% top;
    }
}
.dft-btt {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appareance: none;
    -moz-appearance: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border-radius: 50%;
    box-shadow: 0 1.25vw 2.5vw rgba(0, 0, 0, .2);
    transition: opacity 350ms ease-in-out;
    position: fixed;
    height: 12.5vw;
    width: 12.5vw;
    top: auto;
    bottom: 6.25vw;
    right: 6.25vw;
    font-size: 6.25vw;
}
.dft-btt:active {
    box-shadow: none;
}
.dft-btt:active:focus {
    border: none;
}
.dft-btt:after {
    transition: background-color 350ms ease-in-out;
}
.dft-btt:active {
    box-shadow: 0 1.25vw 2.5vw rgba(0, 0, 0, .2);
}
.dft-btt[m-visible=false] {
    opacity: 0;
}
.dft-btt[m-visible=true] {
    opacity: 1;
    z-index: 1;
}
@media only screen and (min-width:768px) {
    .dft-btt {
        box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
        height: 40px;
        width: 40px;
        bottom: 20px;
        right: 20px;
        font-size: 20px;
    }
    .dft-btt:active {
        box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    }
}
@media only screen and (min-width:992px) {
    .dft-btt {
        right: 60px;
    }
    .dft-btt:hover:after {
        background-color: #008294;
    }
}
@media only screen and (min-width:1441px) {
    .dft-btt {
        box-shadow: 0 .27759vw .55517vw rgba(0, 0, 0, .2);
        height: 2.77585vw;
        width: 2.77585vw;
        bottom: 1.38793vw;
        right: 4.16378vw;
        font-size: 1.38793vw;
    }
    .dft-btt:active {
        box-shadow: 0 .27759vw .55517vw rgba(0, 0, 0, .2);
    }
}
@media only screen and (min-width:992px) {
    .dft-blog-article aside {
        position: sticky;
        position: -webkit-sticky;
        top: 140px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-blog-article aside {
        position: sticky;
        position: -webkit-sticky;
        top: 9.71548vw;
    }
}
.dft-blog-header .back-img {
    width: auto;
    max-width: auto;
    height: 100vw;
}
.dft-blog-header figcaption {
    position: absolute;
    top: 1.5625vw;
    font-size: 10px;
}
@media only screen and (min-width:768px) {
    .dft-blog-header .back-img {
        width: 100%;
        max-width: 100%;
        height: 300px;
    }
    .dft-blog-header figcaption {
        bottom: auto;
        top: 30px;
    }
}
@media only screen and (min-width:992px) {
    .dft-blog-header .back-img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .dft-blog-header figcaption {
        top: auto;
        bottom: 20px;
        font-size: 16px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-blog-header figcaption {
        bottom: 1.38793vw;
        font-size: 1.11034vw;
    }
}
[class*=dft-btn] {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* font-family: IR, sans-serif; */
    font-size: 5vw;
    min-height: 15.625vw;
    min-width: 68.75vw;
    padding: 4.6875vw 3.125vw;
    transition: background-color 350ms ease-in-out, color 350ms ease-in-out, border 350ms ease-in-out, box-shadow 350ms ease-in-out;
    white-space: normal;
    text-align: center;
    letter-spacing: .3125vw;
}
[class*=dft-btn]:focus {
    color: #fff;
}
[class*=dft-btn][m-type=raised] {
    box-shadow: 0 .625vw 1.25vw rgba(0, 0, 0, .2);
}
.dft-btn.active:focus {
    outline: 0;
}
.dft-btn:active {
    box-shadow: none;
    outline: 0;
}
.dft-btn:active:focus {
    outline: 0;
}
.dft-btn:focus {
    outline: 0;
}
.dft-btn-container {
    display: flex;
    flex-direction: column;
    max-width: 87.5vw;
    overflow: hidden;
    padding: 0!important;
}
.dft-btn-1 {
    color: #fff;
    background-color: #003746;
}
.dft-btn-1:active {
    background-color: #0096f4;
}
.dft-btn-multiple {
    height: 100%;
    width: 100%;
    background-color: #fff;
    min-height: 13.75vw;
    color: #003746;
}
.dft-btn-multiple[m-active=true] {
    background-color: rgba(5, 109, 174, .8);
    color: #fff;
}
.dft-btn-more {
    letter-spacing: 0!important;
    border-radius: 15.625vw!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    display: inline-block;
    background-color: #f1f1f1;
}
.dft-btn-more i {
    color: #f1f1f1;
}
.dft-btn-more i:after {
    background-color: #003746;
    transition: background-color 350ms ease-in-out;
}
@media only screen and (min-width:768px) {
    [class*=dft-btn] {
        font-size: 14px;
        min-height: 50px;
        min-width: 220px;
        padding: 15px 10px;
        letter-spacing: 1px;
    }
    [class*=dft-btn][m-type=raised]:not([disabled]) {
        box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    }
    [class*=dft-btn][m-type=raised]:not([disabled]):hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
    }
    .dft-btn-container {
        max-width: 280px;
    }
    .dft-btn-multiple {
        min-height: 44px;
    }
    .dft-btn-more {
        border-radius: 50px!important;
    }
}
@media only screen and (min-width:992px) {
    .dft-btn-1:not(:disabled):hover {
        background-color: #008294;
        color: #fff;
    }
    .dft-btn-multiple:hover:not(:disabled):not([m-active=true]) {
        color: #fff;
        background-color: rgba(0, 189, 242, .8);
    }
    .dft-btn-more:hover:not([disabled]) i:after {
        background-color: #008294;
    }
}
@media only screen and (min-width:1441px) {
    [class*=dft-btn] {
        font-size: .97155vw;
        min-height: 3.46981vw;
        min-width: 15.26718vw;
        padding: 1.04094vw .69396vw;
        letter-spacing: .0694vw;
    }
    [class*=dft-btn][m-type=raised] {
        box-shadow: 0 .13879vw .27759vw rgba(0, 0, 0, .2);
    }
    [class*=dft-btn][m-type=raised]:hover {
        box-shadow: 0 .55517vw 1.11034vw rgba(0, 0, 0, .2);
    }
    .dft-btn-container {
        max-width: 19.43095vw;
    }
    .dft-btn-multiple {
        min-height: 3.05344vw;
    }
    .dft-btn-more {
        border-radius: 3.46981vw!important;
    }
}.dft-card-benefits {
    font-size: 0;
}
.dft-card-benefits .benefits-item {
    height: 54.6875vw;
    width: 78.125vw;
    position: relative;
    overflow: hidden;
}
.dft-card-benefits .benefits-item:after {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-color: rgba(50, 50, 50, 0);
    position: absolute;
    transition: background-color 350ms ease-in-out;
}
.dft-card-benefits .benefits-item .benefits-item-description, .dft-card-benefits .benefits-item .benefits-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.dft-card-benefits .benefits-item .benefits-item-description, .dft-card-benefits .benefits-item .benefits-item-overlay {
    transition: opacity 350ms ease-in-out;
}
.dft-card-benefits .benefits-item .benefits-item-description {
    opacity: 1;
}
.dft-card-benefits .benefits-item .benefits-item-overlay {
    opacity: 0;
    pointer-events: none;
}
.dft-card-benefits .benefits-item .dft-link, .dft-card-benefits .benefits-item>a {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 6.25vw;
    top: auto;
}
.dft-card-benefits .benefits-item>a .dft-icon-plus {
    font-size: 12.5vw;
}
.dft-card-benefits .benefits-item .benefits-item-description, .dft-card-benefits .benefits-item .benefits-item-overlay, .dft-card-benefits .benefits-item .dft-link, .dft-card-benefits .benefits-item>a {
    z-index: 1;
}
.dft-card-benefits .benefits-item.open-overlay:after {
    background-color: rgba(0, 30, 34, .8);
}
.dft-card-benefits .benefits-item.open-overlay .benefits-item-description {
    opacity: 0;
}
.dft-card-benefits .benefits-item.open-overlay .benefits-item-overlay {
    opacity: 1;
    pointer-events: auto;
}
.dft-card-benefits .benefits-item.open-overlay>a .dft-icon-plus:before {
    content: "\e001"}
@media only screen and (min-width:768px) {
    .dft-card-benefits .benefits-item {
        height: 175px;
        width: 250px;
    }
    .dft-card-benefits .benefits-item .dft-link, .dft-card-benefits .benefits-item>a {
        bottom: 20px;
    }
    .dft-card-benefits .benefits-item>a .dft-icon-plus {
        font-size: 40px;
    }
    }
@media only screen and (min-width:992px) {
    .dft-card-benefits .benefits-item {
        height: 210px;
        width: 300px;
    }
    .dft-card-benefits .benefits-item .dft-tooltip-out__content {
        top: -200px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-card-benefits .benefits-item {
        height: 14.57321vw;
        width: 20.81888vw;
    }
    .dft-card-benefits .benefits-item .dft-link, .dft-card-benefits .benefits-item>a {
        bottom: 1.38793vw;
    }
    .dft-card-benefits .benefits-item>a .dft-icon-plus {
        font-size: 2.77585vw;
    }
    .dft-card-benefits .benefits-item .dft-tooltip-out__content {
        top: -13.87925vw;
    }
}
.dft-card-condition {
    text-align: center;
}
.dft-card-condition .condition-item {
    height: 78.125vw;
    width: 87.5vw;
    padding: 6.25vw;
    position: relative;
    margin-right: 6.25vw;
    background-color: #f1f1f1;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.dft-card-condition .condition-item:last-child {
    margin-right: 0;
}
.dft-card-condition .condition-item .dft-text:first-child {
    margin-bottom: 3.125vw;
}
.dft-card-condition .condition-item .dft-text:last-child {
    color: #003746;
}
.dft-card-condition .condition-item .dft-link {
    position: absolute;
    bottom: 6.25vw;
    left: 6.25vw;
}
@media only screen and (min-width:768px) {
    .dft-card-condition .condition-item {
        height: 250px;
        width: 280px;
        padding: 20px;
        margin-right: 20px;
    }
    .dft-card-condition .condition-item .dft-text:first-child {
        margin-bottom: 10px;
    }
    .dft-card-condition .condition-item .dft-link {
        bottom: 20px;
        left: 20px;
    }
}
@media only screen and (min-width:992px) {
    .dft-card-condition .condition-item {
        height: 17.34906vw;
        width: 19.43095vw;
        padding: 1.38793vw;
        margin-right: 1.38793vw;
    }
    .dft-card-condition .condition-item .dft-text:first-child {
        margin-bottom: .69396vw;
    }
    .dft-card-condition .condition-item .dft-link {
        bottom: 1.38793vw;
        left: 1.38793vw;
    }
}
.dft-card-cross {
    font-size: 0;
}
.dft-card-cross .cross-item {
    display: inline-block;
    margin-right: 10px;
    height: 160px;
    overflow: hidden;
    width: 300px;
    border: 1px solid #eee;
    border-radius: 0;
    height: 100%;
    margin-bottom: 0;
    padding: 20px;
}
.dft-card-cross .cross-item:last-child {
    margin-right: 0;
}
.dft-card-cross .cross-item>span {
    display: block;
    font-size: 30px;
    color: #003746;
    transition: color 350ms ease-in-out;
}
.dft-card-cross .cross-item:focus, .dft-card-cross .cross-item:hover {
    text-decoration: none;
    border-color: #eee;
    outline: 0;
}
.dft-card-cross .slick-track {
    margin-bottom: 20px!important;
}
@media only screen and (min-width:992px) {
    .dft-card-cross .cross-item {
        margin-right: 20px;
    }
    .dft-card-cross .cross-item:hover .thumbnail>span {
        color: #008294;
    }
}
@media only screen and (min-width:1441px) {
    .dft-card-cross .cross-item {
        margin-right: 1.4vw;
        height: 11.2vw;
        width: 21vw;
    }
    .dft-card-cross .cross-item>a {
        border: .07vw solid #eee;
        padding: 1.4vw;
    }
    .dft-card-cross .cross-item>a>span {
        font-size: 2.1vw;
    }
    .dft-card-cross .slick-list {
        margin-bottom: 1.4vw;
    }
}.dft-card-details article {
    width: 84.375vw;
    height: 50vw;
}
.dft-card-details article>div {
    height: 100%}
.dft-card-details article>div .dft-link {
    bottom: 4.6875vw;
}
.dft-card-details[m-card=blog] article img {
    width: 100%}
.dft-card-details[m-card=blog] article>div .dft-link {
    position: absolute;
    left: 6.25vw;
}
@media only screen and (min-width:768px) {
    .dft-card-details article {
        width: 270px;
        height: 160px;
    }
    .dft-card-details[m-card=blog] article>div .dft-link {
        left: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width:992px) {
    .dft-card-details article {
        width: 300px;
    }
    .dft-card-details[m-card=blog] article>div .dft-link {
        bottom: 10px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-card-details article {
        width: 20.81888vw;
        height: 11.1034vw;
    }
    .dft-card-details article>div .dft-link {
        left: 1.38793vw;
        bottom: 1.04094vw;
    }
    .dft-card-details[m-card=blog] article {
        height: 11.9vw;
    }
    .dft-card-details[m-card=blog] article>div .dft-link {
        bottom: .69396vw;
    }
}
.dft-card-digital .digital-card {
    width: 50%}
.dft-card-digital .digital-card>span {
    font-size: 10.9375vw;
    transition: color 350ms ease-in-out;
}
@media only screen and (min-width:768px) {
    .dft-card-digital .digital-card {
        width: 300px;
        display: flex!important;
        align-items: center;
    }
    .dft-card-digital .digital-card>span {
        font-size: 40px;
    }
}
@media only screen and (min-width:992px) {
    .dft-card-digital .digital-card:hover>span {
        color: #008294!important;
    }
}
@media only screen and (min-width:1441px) {
    .dft-card-digital .digital-card {
        width: 20.81888vw;
    }
    .dft-card-digital .digital-card>span {
        font-size: 2.77585vw;
    }
}
.dft-card-experience {
    font-size: 0;
}
.dft-card-experience.card-props .slick-track .slick-slide {
    height: 60vh!important;
    width: 78.125vw;
}
.dft-card-experience .experience-item {
    border-radius: 8px;
    vertical-align: middle;
    position: relative;
}
.dft-card-experience .experience-item .experience-first {
    opacity: 1;
    transition: opacity .3s ease-in-out;
}
.dft-card-experience .experience-item .experience-second {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    pointer-events: none;
}
.dft-card-experience .experience-item .more-info {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 3vh;
}
.dft-card-experience .experience-item .more-info>span {
    font-size: 12.5vw;
}
.dft-card-experience .experience-item .dft-img>img {
    width: 100%;
    transition: width 350ms ease-in-out;
}
.dft-card-experience .experience-item.open-info .dft-img>img {
    width: 75%}
.dft-card-experience .experience-item.open-info .experience-first {
    opacity: 0;
}
.dft-card-experience .experience-item.open-info .experience-second {
    opacity: 1;
    pointer-events: auto;
}
.dft-card-experience .experience-item.open-info .more-info>span {
    color: #eee;
    transition: color 350ms ease-in-out;
}
@media only screen and (max-width:767px) {
    .dft-card-experience+.dft-modal-carousel .modal-dialog {
        width: 90vw;
    }
    .dft-card-experience+.dft-modal-carousel .dft-slick .dft-img .img-responsive {
        width: 83.5vw;
    }
}
@media only screen and (min-width:768px) {
    .dft-card-experience.card-props .slick-track .slick-slide {
        height: 340px!important;
        width: 250px;
    }
    .dft-card-experience .experience-item .more-info {
        bottom: 15px;
    }
    .dft-card-experience .experience-item .more-info>span {
        font-size: 40px;
    }
}
@media only screen and (min-width:992px) {
    .dft-card-experience .experience-item {
        height: 280px;
        width: 220px;
        box-shadow: 0 0 0 transparent;
        transition: box-shadow 150ms ease-in-out;
    }
    .dft-card-experience .experience-item:hover {
        box-shadow: 0 2px 6px #323232;
    }
    .dft-card-experience .experience-item .subtitle-3 {
        font-size: 20px;
    }
    .dft-card-experience .experience-item .more-info>span {
        font-size: 30px;
    }
    .dft-card-experience .experience-item.open-info .more-info>span {
        color: #c4c4c4;
    }
    .dft-card-experience .experience-item.open-info .more-info>span:hover {
        color: #999;
    }
}
@media only screen and (min-width:1441px) {
    .dft-card-experience .experience-item {
        height: 19.6vw;
        width: 15.4vw;
    }
    .dft-card-experience .experience-item:hover {
        box-shadow: 0 .14vw .42vw #323232;
    }
    .dft-card-experience .experience-item .subtitle-3 {
        font-size: 1.4vw;
    }
    .dft-card-experience .experience-item .more-info>span {
        font-size: 2.1vw;
    }
}
.dft-card-more[m-type=full-hover] .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
}
.dft-card-more[m-type=full-hover] article figcaption {
    z-index: 0;
}
.dft-card-more[m-type=full-hover] article figcaption .dft-link {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media only screen and (min-width:992px) {
    .dft-card-more[m-type=full-hover] article {
        width: 318px;
        transition: overflow 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out, overflow 350ms ease-in-out;
        transition: transform 350ms ease-in-out, overflow 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
    }
    .dft-card-more[m-type=full-hover] article:hover {
        overflow: visible;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        z-index: 1;
    }
    .dft-card-more[m-type=full-hover] article figure {
        z-index: -1;
    }
    .dft-card-more[m-type=full-hover] article:hover figcaption {
        bottom: 70px!important;
    }
}
@media only screen and (min-width:1441px) {
    .dft-card-more[m-type=full-hover] article {
        width: 22.26vw;
    }
    .dft-card-more[m-type=full-hover] article:hover figcaption {
        bottom: 5.75vw!important;
    }
}
.dft-card-module .card-module-item {
    position: relative;
    overflow: hidden;
}
.dft-card-module .card-module-item:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: attr(data-card);
    color: rgba(222, 222, 222, .33);
    /* font-family: IB, sans-serif; */
    font-size: 31.25vw;
    position: absolute;
    text-transform: uppercase;
    pointer-events: none;
}
.dft-card-module .card-module-item .module-content {
    position: relative;
}
.dft-card-module .card-module-item .module-content .dft-img {
    overflow: hidden;
    width: 50%;
    transition: width 350ms ease-in-out;
}
.dft-card-module .card-module-item .module-content .module-overlay {
    height: 0;
    overflow: hidden;
}
.dft-card-module .card-module-item .module-content .module-overlay .overlay-pleca {
    position: relative;
}
@media only screen and (min-width:768px) {
    .dft-card-module .card-module-item {
        vertical-align: middle;
    }
    .dft-card-module .card-module-item:before {
        font-size: 125px;
        top: 60%
    }
    .dft-card-module .card-module-item .module-content .module-overlay {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: flex;
        bottom: 0;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        transition: height 350ms ease-in-out;
    }
    .dft-card-module .card-module-item .module-content .module-overlay .overlay-pleca:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: '';
        background-color: rgba(255, 255, 255, .5);
        bottom: 0;
        height: 1px;
        position: absolute;
        width: 20%
    }
}
@media only screen and (min-width:992px) {
    .dft-card-module .card-module-item {
        height: 360px;
        width: 300px;
    }
    .dft-card-module .card-module-item .module-content .dft-img {
        max-height: 160px;
        width: 60%}
    .dft-card-module .card-module-item .module-content:hover .module-overlay {
        height: 100%}
    .dft-card-module .card-module-item:nth-child(2) {
        height: 400px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-card-module .card-module-item {
        height: 24.98265vw;
        width: 20.81888vw;
    }
    .dft-card-module .card-module-item .module-content .dft-img {
        max-height: 11.1034vw;
    }
    .dft-card-module .card-module-item:nth-child(2) {
        height: 27.7585vw;
    }
}
.dft-card-more article {
    width: 73.4375vw;
    position: relative;
}
.dft-card-more article>.dft-img {
    position: relative;
    width: 100%;
}
.dft-card-more article .dft-link {
    position: absolute;
    bottom: 0;
}
.dft-card-more .overlay, .dft-card-more figcaption {
    position: absolute;
    left: 0;
}
.dft-card-more figcaption {
    width: 100%;
    height: auto;
    z-index: 2;
    transition: bottom 350ms ease-in-out;
    bottom: 0;
}
.dft-card-more .overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(50, 50, 50, .5);
    opacity: 0;
    transition: opacity 350ms ease-in-out;
    z-index: 1;
}
@media only screen and (min-width:768px) {
    .dft-card-more article {
        width: 235px;
    }
}
@media only screen and (min-width:992px) {
    .dft-card-more article {
        width: 469px;
        height: 290px;
        position: relative;
    }
    .dft-card-more article .more-description {
        height: 50px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        transition: height 350ms ease-in-out;
    }
    .dft-card-more article .more-description .dft-text {
        max-height: 0;
        opacity: 0;
        transition: max-height 350ms ease-in-out, opacity 150ms ease-in-out .1s;
    }
    .dft-card-more article .dft-link {
        bottom: 10px;
    }
    .dft-card-more article:hover figcaption {
        bottom: 50px;
    }
    .dft-card-more article:hover .more-description {
        height: 100px;
    }
    .dft-card-more article:hover .more-description .dft-text {
        opacity: 1;
        max-height: 800px;
    }
    .dft-card-more article:hover .overlay {
        opacity: 1;
    }
    .dft-card-more[m-type=card-web] article {
        width: 300px;
        height: 270px;
    }
    .dft-card-more[m-type=card-web] article .more-description {
        height: 110px;
    }
    .dft-card-more[m-type=card-web] article .more-description .dft-text {
        opacity: 1;
        max-height: 800px;
    }
    .dft-card-more[m-type=card-web] article .overlay {
        opacity: 0;
    }
    .dft-card-more[m-type=card-web] article:hover figcaption {
        bottom: 0;
    }
    .dft-card-more[m-type=card-big-web] article {
        width: 335px;
    }
    .dft-card-more[m-type=card-big-web] article figcaption {
        bottom: 50px;
    }
    .dft-card-more[m-type=card-big-web] article:hover figcaption {
        bottom: 100px;
    }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .dft-card-more[m-type=card-big-web] article {
        width: 300px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-card-more article {
        width: 32.54684vw;
        height: 20.12491vw;
    }
    .dft-card-more article .more-description {
        height: 3.46981vw;
    }
    .dft-card-more article .dft-link {
        bottom: .69396vw;
    }
    .dft-card-more article:hover .more-description {
        height: 6.93963vw;
    }
    .dft-card-more article:hover .more-description .dft-text {
        max-height: 55.517vw;
    }
    .dft-card-more article:hover figcaption {
        bottom: 3.46981vw;
    }
    .dft-card-more[m-type=card-web] article {
        width: 20.81888vw;
        height: 18.73699vw;
    }
    .dft-card-more[m-type=card-web] article .more-description {
        height: 7.63359vw;
    }
    .dft-card-more[m-type=card-web] article .more-description .dft-text {
        max-height: 55.517vw;
    }
    .dft-card-more[m-type=card-big-web] article {
        width: 20.81888vw;
    }
    .dft-card-more[m-type=card-big-web] article figcaption {
        bottom: 3.46981vw;
    }
    .dft-card-more[m-type=card-big-web] article:hover figcaption {
        bottom: 6.93963vw;
    }
}
.dft-card-product {
    font-size: 0;
}
.dft-card-product .product-item {
    display: inline-block;
    width: 78.125vw;
}
.dft-card-product .product-item .dft-img {
    min-width: 78.125vw;
}
.dft-card-product .product-item .dft-img, .dft-card-product .product-item .product-content {
    min-height: 46.875vw;
}
@media only screen and (min-width:768px) {
    .dft-card-product .product-item {
        width: 250px;
    }
    .dft-card-product .product-item .dft-img {
        min-width: 250px;
    }
    .dft-card-product .product-item .dft-img, .dft-card-product .product-item .product-content {
        min-height: 150px;
    }
}
@media only screen and (min-width:992px) {
    .dft-card-product .product-item {
        width: 100%;
        display: flex;
    }
    .dft-card-product .product-item .dft-img {
        min-width: 480px;
    }
    .dft-card-product .product-item .dft-img, .dft-card-product .product-item .product-content {
        min-height: 290px;
    }
    .dft-card-product.product-inline {
        display: flex;
    }
    .dft-card-product.product-inline .product-item {
        min-width: 460px;
        flex-direction: column;
    }
    .dft-card-product.product-inline .product-item .dft-img {
        min-width: 460px;
        min-height: 150px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-card-product .product-item .dft-img {
        min-width: 33.3102vw;
    }
    .dft-card-product .product-item .dft-img, .dft-card-product .product-item .product-content {
        min-height: 20.12491vw;
    }
    .dft-card-product.product-inline .product-item {
        min-width: 31.92228vw;
    }
    .dft-card-product.product-inline .product-item .dft-img {
        min-width: 31.92228vw;
    }
}
.dft-card-ribbon {
    padding-bottom: 20px;
    padding-top: 60px;
}
.dft-card-ribbon.ribbon-new {
    position: relative;
    overflow: hidden;
}
.dft-card-ribbon.ribbon-new>.ribbon-pleca {
    background: #c6007e;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    font-size: 16px;
    padding: 10px;
    position: absolute;
    right: -115px;
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 300px;
}
@media only screen and (min-width:768px) {
    .dft-card-ribbon {
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
    }
}
@media only screen and (min-width:992px) {
    .dft-card-ribbon {
        padding-bottom: 60px;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 60px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-card-ribbon {
        padding-bottom: 4.2vw;
        padding-left: 4.2vw;
        padding-right: 4.2vw;
        padding-top: 4.2vw;
    }
}
.dft-card-transform .card-item {
    width: 93.75vw;
    height: 105.3125vw;
}
.dft-card-transform .card-item .item-content {
    height: 58.4375vw;
}
.dft-card-transform .card-item .dft-link {
    position: absolute;
    bottom: 6.25vw;
    left: 6.25vw;
}
@media only screen and (min-width:768px) {
    .dft-card-transform .card-item {
        width: 300px;
        height: 337px;
    }
    .dft-card-transform .card-item .item-content {
        height: 187px;
    }
    .dft-card-transform .card-item .dft-link {
        bottom: 20px;
        left: 20px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-card-transform .card-item {
        width: 20.81888vw;
        height: 23.38654vw;
    }
    .dft-card-transform .card-item .item-content {
        height: 12.9771vw;
    }
    .dft-card-transform .card-item .dft-link {
        position: absolute;
        bottom: 1.38793vw;
        left: 1.38793vw;
    }
}
.dft-card-guides .guides-icon {
    border-radius: 50%;
    justify-content: center;
}
.dft-card-guides .guides-icon {
    height: 108px;
    width: 108px;
}
.dft-card-guides .guides-icon>span {
    font-size: 50px;
}
@media only screen and (max-width:992px) {
    .dft-card-guides .guides-item {
        width: 50vw;
    }
}
@media only screen and (max-width:480px) {
    .dft-card-guides .guides-item {
        width: 100vw;
    }
    .dft-card-guides .guides-icon {
        height: 33.75vw;
        width: 33.75vw;
    }
    .dft-card-guides .guides-icon>span {
        font-size: 15.62vw;
    }
}
.dft-columns .content-columns {
    position: relative;
}
@media only screen and (min-width:768px) {
    .dft-columns .content-columns img.img-responsive {
        width: auto!important;
    }
}
@media only screen and (min-width:992px) {
    .dft-columns .content-columns img.img-responsive {
        width: 793px!important;
    }
    .dft-columns .content-columns img.img-responsive.middle-img {
        width: 555px!important;
    }
    .dft-columns .content-columns img.img-responsive.large-image {
        width: 950px!important;
    }
}
@media only screen and (min-width:1441px) {
    .dft-columns .content-columns img.img-responsive {
        width: 55.51vw!important;
    }
    .dft-columns .content-columns img.img-responsive.middle-img {
        width: 38.85vw!important;
    }
    .dft-columns .content-columns img.img-responsive.large-image {
        width: 66.5 vw!important;
    }
}
.dft-columns-experience .dft-img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    min-height: 15.625vw;
    background: #f1f1f1;
    width: 100%
}
@media only screen and (min-width:768px) {
    .dft-columns-experience .dft-img:after {
        content: none;
    }
    .dft-columns-experience .experience-pleca {
        min-height: 235px;
    }
    .dft-columns-experience:nth-child(even) .dft-img:after {
        top: 0;
        bottom: auto;
    }
}
@media only screen and (min-width:992px) {
    .dft-columns-experience .experience-pleca {
        min-height: 260px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-columns-experience .experience-pleca {
        min-height: 18.04303vw;
    }
}
.dft-experience .experience-item {
    position: relative;
}
.dft-experience .experience-item>.dft-link {
    bottom: 10px;
    left: 15px;
    position: absolute;
}
.dft-experience .experience-item.item-full-bg .bg-overflow {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.dft-experience .experience-item.item-full-bg .bg-overflow:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    opacity: .9;
    background: linear-gradient(to bottom, rgba(0, 45, 114, 0) 1%, rgba(0, 45, 114, 0) 5%, rgba(0, 45, 114, .46) 44%, #002d72 69%, #002d72 100%);
}
.dft-experience .experience-item.item-full-bg .dft-tooltip-out {
    z-index: 1;
    left: 15px;
    position: absolute;
    bottom: 10px;
}
.dft-experience .experience-item.item-full-bg .logo-stamp {
    padding: 4.6875vw;
    position: absolute;
    z-index: 2;
    opacity: 1;
    transition: right .3s ease-in-out, opacity .3s ease-in-out;
    width: 100%;
    height: 100px;
    justify-content: center;
}
.dft-experience .experience-item.item-full-bg .dft-img.img-full img {
    transition: -webkit-transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
}
.dft-experience .experience-item.item-full-bg .experience-hover {
    bottom: -10px;
}
.dft-experience .experience-item.item-full-bg .experience-description, .dft-experience .experience-item.item-full-bg .experience-hover {
    transition: bottom 450ms ease-in-out, opacity 450ms ease-in-out;
}
.dft-experience .experience-item.item-full-bg .experience-description, .dft-experience .experience-item.item-full-bg .experience-hover, .dft-experience .experience-item.item-full-bg>.dft-link {
    z-index: 1;
}
.dft-experience .experience-item.item-full-bg.lg-hh-200:before {
    height: 200px;
}
.dft-experience .experience-description, .dft-experience .experience-hover {
    background-color: rgba(0, 45, 114, .9);
    bottom: 0;
    min-height: 50%;
    padding: 4.6875vw 4.6875vw 12.5vw 4.6875vw;
    position: absolute;
    width: 100%}
.dft-experience .experience-description .dft-title.dft-title-3, .dft-experience .experience-hover .dft-title.dft-title-3 {
    font-size: 14px;
    letter-spacing: 1px;
}
.dft-experience .experience-description .dft-title.subtitle-3, .dft-experience .experience-hover .dft-title.subtitle-3 {
    font-size: 17px;
}
.dft-experience .experience-description .dft-text, .dft-experience .experience-hover .dft-text {
    line-height: 1.2;
}
.dft-experience .experience-hover {
    opacity: 0;
    pointer-events: none;
}
.dft-experience .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media only screen and (min-width:768px) {
    .dft-experience .experience-item .experience-description, .dft-experience .experience-item .experience-hover {
        padding: 15px 15px 40px 15px;
    }
    .dft-experience .experience-item.item-full-bg .logo-stamp {
        padding: 15px;
    }
}
@media only screen and (min-width:992px) {
    .dft-experience {
        height: 360px;
        margin: 0 auto;
        width: 900px;
    }
    .dft-experience .experience-item {
        width: 440px;
    }
    .dft-experience .experience-item .experience-description, .dft-experience .experience-item .experience-hover {
        min-height: 140px;
        height: auto;
        width: 60%}
    .dft-experience .experience-item .experience-description .dft-text, .dft-experience .experience-item .experience-hover .dft-text {
        font-size: 13px;
    }
    .dft-experience .experience-item.item-hover .experience-description {
        opacity: 1;
    }
    .dft-experience .experience-item.item-hover .experience-hover {
        width: 100%
    }
    .dft-experience .experience-item.item-hover:hover .experience-description {
        opacity: 0;
        transition: opacity 350ms ease-in-out;
    }
    .dft-experience .experience-item.item-hover:hover .experience-hover {
        opacity: 1;
        pointer-events: initial;
        pointer-events: inherit;
        transition: opacity 350ms ease-in-out;
    }
    .dft-experience .experience-item.item-full-bg .dft-tooltip-out__content {
        left: 75%
    }
    .dft-experience .experience-item.item-full-bg .logo-stamp {
        right: 0;
        bottom: 30px;
        width: auto;
        height: auto;
        max-width: 150px;
    }
    .dft-experience .experience-item.item-full-bg .experience-description {
        min-height: 130px;
        width: 70%}
    .dft-experience .experience-item.item-full-bg .experience-hover {
        min-height: 130px;
    }
    .dft-experience .experience-item.item-full-bg:hover .bg-overflow:before {
        opacity: 1;
        height: 120%
    }
    .dft-experience .experience-item.item-full-bg:hover .logo-stamp {
        right: -120px;
        opacity: 0;
    }
    .dft-experience .experience-item.item-full-bg:hover .dft-img.img-full img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .dft-experience .experience-item.item-full-bg:hover .experience-description {
        bottom: 100px;
    }
    .dft-experience .experience-item.item-full-bg:hover .experience-hover {
        bottom: 0;
    }
    .dft-experience .experience-item.item-full-bg:hover .experience-description, .dft-experience .experience-item.item-full-bg:hover .experience-hover {
        min-height: 130px;
        transition: bottom 450ms ease-in-out, opacity 450ms ease-in-out;
    }
}
@media only screen and (min-width:1441px) {
    .dft-experience {
        height: 25.2vw;
        width: 63vw;
    }
    .dft-experience .experience-item {
        width: 30.8vw;
    }
    .dft-experience .experience-item>.dft-link {
        bottom: .7vw;
        left: 1.05vw;
        position: absolute;
    }
    .dft-experience .experience-item .experience-description, .dft-experience .experience-item .experience-hover {
        min-height: 9.8vw;
        padding: 1.05vw 1.05vw 2.8vw 1.05vw;
    }
    .dft-experience .experience-item .experience-description .dft-title.dft-title-3, .dft-experience .experience-item .experience-hover .dft-title.dft-title-3 {
        font-size: .98vw;
        letter-spacing: .07vw;
    }
    .dft-experience .experience-item .experience-description .dft-title.subtitle-3, .dft-experience .experience-item .experience-hover .dft-title.subtitle-3 {
        font-size: 1.19vw;
    }
    .dft-experience .experience-item .experience-description .dft-text, .dft-experience .experience-item .experience-hover .dft-text {
        font-size: .91vw;
    }
    .dft-experience .experience-item.item-full-bg .logo-stamp {
        bottom: 2.1vw;
        max-width: 10.5vw;
        padding: 1.05vw;
    }
    .dft-experience .experience-item.item-full-bg:hover .logo-stamp {
        right: -8.4vw;
    }
    .dft-experience .experience-item.item-full-bg:hover .experience-description {
        bottom: 7vw;
    }
    .dft-experience .experience-item.item-full-bg:hover .experience-hover {
        min-height: 9.1vw;
    }
    .dft-experience .experience-item.item-full-bg .experience-description {
        bottom: .07vw;
    }
    .dft-experience .experience-item.item-full-bg .experience-hover {
        min-height: 9.1vw;
    }
}
.dft-grid-info {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding-right: 1.5625vw;
    padding-left: 1.5625vw;
}
@supports (display:grid) {
    .dft-grid-info {
        display: grid;
        grid-auto-rows: minmax(34.375vw, auto);
        grid-template-rows: minmax(34.375vw, auto);
        grid-template-columns: 1fr;
    }
}
.dft-grid-info .item-info {
    flex-basis: 100%;
    flex-shrink: 0;
    flex-grow: 1;
    min-height: 34.375vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 9.375vw 3.125vw;
    border-style: solid;
    border-width: .15625vw;
    border-color: #f1f1f1;
}
.dft-grid-info .item-info sup {
    color: inherit;
    /* font-family: inherit; */
}
.dft-grid-info .item-info .dft-link {
    font-size: inherit;
    display: inline-block;
}
.dft-grid-info .item-info .dft-text-small, .dft-grid-info .item-info>.dft-text {
    width: 100%
}
.dft-grid-info .item-info>.dft-text {
    /* font-family: IR, sans-serif; */
    margin-bottom: 6.25vw;
}
.dft-grid-info .item-info>.dft-text-small {
    color: #003746;
}
@media only screen and (min-width:768px) {
    .dft-grid-info {
        padding: 0;
    }
@supports (display:grid) {
        .dft-grid-info {
            grid-auto-rows: minmax(110px, auto);
            grid-template-rows: minmax(110px, auto);
            grid-template-columns: repeat(2, 1fr);
        }
    }
    .dft-grid-info .item-info {
        flex-basis: calc(100% / 2);
        min-height: 110px;
        padding: 30px 5px;
        border-width: .5px;
    }
    .dft-grid-info .item-info>.dft-text {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width:992px) {
    @supports (display: grid) {
        .dft-grid-info {
        grid-template-columns: repeat(3, 1fr);
    }
    }
    .dft-grid-info .item-info {
        flex-basis: calc(100% / 3.5);
    }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
        @supports (display: grid) {
            .dft-grid-info {
            grid-template-columns: repeat(3, 1fr);
        }
    }
}
@media only screen and (min-width:1441px) {
        @supports (display: grid) {
            .dft-grid-info {
                grid-template-rows: minmax(7.63359vw, auto);
                grid-auto-rows: minmax(7.63359vw, auto);
            }
        }
    .dft-grid-info .item-info {
        min-height: 7.63359vw;
        padding: 2.08189vw .34698vw;
        border-width: .0347vw;
    }
    .dft-grid-info .item-info>.dft-text {
        margin-bottom: 1.38793vw;
    }
}
.dft-help {
    order: 3;
    position: relative;
}
.dft-help>.dft-title {
    font-size: 21px;
}
.dft-help>button.dft-btn-icon {
    position: absolute;
    right: 15px;
    top: 80px;
    transition: color 350ms ease-in-out;
}
@media only screen and (max-width:767px) {
    .dft-help>button.dft-btn-icon {
        width: 45px;
        height: 45px;
    }
}
@media only screen and (min-width:768px) {
    .dft-help>button.dft-btn-icon {
        right: 50px;
        top: 85px;
    }
}
@media only screen and (min-width:992px) {
    .dft-help>.dft-title {
        font-size: 35px;
    }
    .dft-help>button.dft-btn-icon {
        top: 50px;
    }
    .dft-help>button.dft-btn-icon:hover {
        color: #666!important;
    }
}
@media only screen and (min-width:1441px) {
    .dft-help>.dft-title {
        font-size: 2.45vw;
    }
    .dft-help>button.dft-btn-icon {
        right: 3.5vw;
        top: 4.5vw;
    }
}
.dft-hero-image figure, .dft-hero-image picture {
    min-width: 100%;
    position: relative;
}
.dft-hero-image figure {
    min-height: 37.5vw;
    position: relative;
}
.dft-hero-image .img-logo, .dft-hero-image .stamp, .dft-hero-image svg {
    width: 31.25vw;
    height: 31.25vw;
}
.dft-hero-image .img-logo, .dft-hero-image svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.dft-hero-image.hero-foto picture figcaption[m-type=card] .img-logo {
    width: 38.125vw;
    height: 23.75vw;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -4.6875vw;
}
.dft-hero-image.hero-foto picture .img-logo, .dft-hero-image.hero-foto picture svg {
    top: auto;
}
.dft-hero-image.hero-grey picture {
    background: #eee;
    background: linear-gradient(to bottom, #eee 0, #999 100%);
}
.dft-hero-image.hero-card figure, .dft-hero-image.hero-card picture {
    overflow: hidden;
}
.dft-hero-image.hero-card figure:not(.hero-logo):after, .dft-hero-image.hero-card picture:not(.hero-logo):after {
    background: linear-gradient(to bottom, rgba(0, 45, 114, 0) 1%, rgba(0, 45, 114, 0) 5%, rgba(0, 45, 114, .46) 44%, #002d72 69%, #002d72 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35%;
    width: 100%;
    opacity: .9;
}
.dft-hero-image.hero-card .hero-logo, .dft-hero-image.hero-card figcaption:not(.stamp) {
    position: absolute;
    bottom: 6.25vw;
}
.dft-hero-image.hero-card figcaption:not(.stamp) {
    left: 6.25vw;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    width: 50%;
    height: 31.25vw;
}
.dft-hero-image.hero-card figcaption:not(.stamp) .dft-text {
    height: 50%}
.dft-hero-image.hero-card figcaption:not(.stamp) .hero-card-number {
    display: flex;
    align-items: center;
    font-size: 18.75vw;
    flex-basis: 20%}
.dft-hero-image.hero-card figcaption:not(.stamp) .hero-card-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.dft-hero-image.hero-card .hero-logo {
    right: 0;
    width: auto;
    min-width: 31.25vw;
    max-width: 31.25vw;
    min-height: 15.625vw;
    max-height: 15.625vw;
    z-index: 1;
    padding: 1.5625vw;
}
.dft-hero-image.hero-card .hero-logo+.stamp {
    position: absolute;
    z-index: 1;
}
.dft-hero-image.hero-card.hero-card-flat figure:after, .dft-hero-image.hero-card.hero-card-flat picture:after {
    content: none;
}
.dft-hero-image.hero-full {
    position: relative;
}
.dft-hero-image.hero-full .hero-full-txt {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width:767px) {
    .dft-hero-image.hero-card .hero-logo+.stamp {
        left: 3.125vw;
        bottom: 3.125vw;
        height: 28.125vw;
        width: 28.125vw;
    }
    .dft-hero-image.hero-card .hero-logo+.stamp>img {
        width: 100%;
        height: 100%
    }
}
@media only screen and (min-width:768px) {
    .dft-hero-image figure, .dft-hero-image picture {
        min-width: 384px;
        min-height: 350px;
    }
    .dft-hero-image .img-logo, .dft-hero-image .stamp, .dft-hero-image svg {
        width: 120px;
        height: 120px;
    }
    .dft-hero-image.hero-foto picture figcaption[m-type=card] .img-logo {
        width: 35%;
        height: auto;
        right: 30px;
        bottom: 30px;
        -webkit-transform: none;
        transform: none;
    }
    .dft-hero-image.hero-foto picture img:not(.img-logo) {
        border-bottom-right-radius: 270px;
    }
    .dft-hero-image.hero-foto picture .img-logo, .dft-hero-image.hero-foto picture svg {
        left: auto;
        -webkit-transform: none;
        transform: none;
        right: 20px;
        bottom: 20px;
    }
    .dft-hero-image.hero-foto[m-type=credit-card] picture {
        min-height: inherit;
    }
    .dft-hero-image.hero-foto[m-type=credit-card] picture img:not(.img-logo) {
        border-bottom-right-radius: 0;
    }
    .dft-hero-image.half-hero {
        min-height: 280px;
    }
    .dft-hero-image.half-hero figure, .dft-hero-image.half-hero picture {
        min-height: 280px;
    }
    .dft-hero-image.half-hero figure {
        min-width: auto;
    }
    .dft-hero-image.half-hero figure .img-logo, .dft-hero-image.half-hero figure svg {
        left: auto;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .dft-hero-image.half-hero .img-logo, .dft-hero-image.half-hero svg {
        width: 140px;
        height: 140px;
    }
    .dft-hero-image.half-hero.hero-foto picture img:not(.img-logo) {
        border-bottom-right-radius: 0;
    }
    .dft-hero-image.half-hero.hero-foto picture .img-logo, .dft-hero-image.half-hero.hero-foto picture svg {
        right: 40px;
        bottom: -25%}
    .dft-hero-image.hero-card .hero-logo, .dft-hero-image.hero-card figcaption:not(.stamp) {
        bottom: 20px;
    }
    .dft-hero-image.hero-card figcaption:not(.stamp) {
        left: 20px;
        height: 70px;
    }
    .dft-hero-image.hero-card figcaption:not(.stamp) .hero-card-number {
        font-size: 85px;
    }
    .dft-hero-image.hero-card figcaption:not(.stamp) .dft-text {
        height: 100%
    }
    .dft-hero-image.hero-card .hero-logo {
        min-width: 140px;
        max-width: 140px;
        min-height: 70px;
        max-height: 70px;
    }
    .dft-hero-image.hero-card .hero-logo+.stamp {
        left: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width:992px) {
    .dft-hero-image figure, .dft-hero-image picture {
        min-width: 512px;
        min-height: 380px;
    }
    .dft-hero-image figure .img-logo, .dft-hero-image figure svg {
        left: auto;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .dft-hero-image .img-logo, .dft-hero-image .stamp, .dft-hero-image svg {
        width: 160px;
        height: 160px;
    }
    .dft-hero-image.hero-foto picture figcaption[m-type=card] .img-logo {
        width: 220px;
        height: 140px;
    }
    .dft-hero-image.hero-foto picture img:not(.img-logo) {
        border-bottom-right-radius: 350px;
    }
    .dft-hero-image.half-hero.hero-foto picture .img-logo, .dft-hero-image.half-hero.hero-foto picture svg {
        right: 80px;
    }
    .dft-hero-image.hero-card figcaption:not(.stamp) .hero-card-number {
        flex-basis: 10%
    }
}
@media only screen and (min-width:1441px) {
    .dft-hero-image figure, .dft-hero-image picture {
        min-width: 35.53088vw;
        min-height: 26.37058vw;
    }
    .dft-hero-image .img-logo, .dft-hero-image .stamp, .dft-hero-image svg {
        width: 11.1034vw;
        height: 11.1034vw;
    }
    .dft-hero-image.hero-foto picture figcaption[m-type=card] .img-logo {
        width: 15.26718vw;
        height: 9.71548vw;
        right: 2.08189vw;
        bottom: 2.08189vw;
    }
    .dft-hero-image.hero-foto picture img:not(.img-logo) {
        border-bottom-right-radius: 24.28869vw;
    }
    .dft-hero-image.hero-foto picture .img-logo, .dft-hero-image.hero-foto picture svg {
        right: 1.38793vw;
        bottom: 1.38793vw;
    }
    .dft-hero-image.half-hero {
        min-height: 19.43095vw;
    }
    .dft-hero-image.half-hero figure, .dft-hero-image.half-hero picture {
        min-height: 19.43095vw;
    }
    .dft-hero-image.half-hero .img-logo, .dft-hero-image.half-hero svg {
        width: 9.71548vw;
        height: 9.71548vw;
    }
    .dft-hero-image.half-hero.hero-foto picture .img-logo, .dft-hero-image.half-hero.hero-foto picture svg {
        right: 5.5517vw;
    }
    .dft-hero-image.hero-card .hero-logo {
        min-width: 9.71548vw;
        max-width: 9.71548vw;
        min-height: 4.85774vw;
        max-height: 4.85774vw;
    }
    .dft-hero-image.hero-card .hero-logo+.stamp {
        left: 1.38793vw;
        bottom: 1.38793vw;
    }
}
.dft-icon-pleca {
    border: none;
    border-top-style: solid;
    border-top-width: .3125vw;
    border-top-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: .3125vw;
    border-bottom-color: #ccc;
}
.dft-icon-pleca .dft-icon-pointer {
    color: #008294;
}
@media only screen and (min-width:768px) {
    .dft-icon-pleca {
        border-width: 1px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-icon-pleca {
        border-width: .0694vw;
    }
}
.dft-img-compare .dft-img {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: inherit;
}
.dft-img-compare .dft-img>img {
    width: 100vw;
}
.dft-img-compare .dft-img>figcaption {
    height: inherit;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column-reverse;
    padding: 6.25vw;
}
.dft-img-compare .dft-img>figcaption .compare-item .item-hidden {
    padding: 6.25vw 4.6875vw;
    background-color: #fff;
}
.dft-img-compare .dft-img>figcaption .compare-item .item-hidden .hidden-cash {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dft-img-compare .dft-img>figcaption .compare-item .item-hidden .hidden-cash .cash-item {
    text-align: left;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 45%;
    padding-top: 3.125vw;
    margin-bottom: 6.25vw;
    border-top-style: solid;
    border-top-width: .3125vw;
    border-top-color: #003746;
}
.dft-img-compare .dft-img>figcaption .compare-item .item-hidden .hidden-cash .cash-link {
    display: flex;
    flex-direction: column;
}
.dft-img-compare .dft-img>figcaption .compare-item .item-hidden .hidden-cash .dft-btn-1 {
    margin-bottom: 3.125vw;
    width: 100%}
.dft-img-compare .dft-img>figcaption .compare-item .item-hidden .hidden-cash .dft-text-small {
    color: inherit;
}
.dft-img-compare .dft-img>figcaption .compare-item .item-hidden .dft-list, .dft-img-compare .dft-img>figcaption .compare-item .item-hidden .dft-text {
    color: #003746;
}
.dft-img-compare .dft-img>figcaption .compare-item .item-visible {
    text-align: center;
    min-height: 10px;
}
.dft-img-compare .dft-img>figcaption .compare-item .item-visible img {
    max-width: 35%;
    margin-bottom: 6.25vw;
}
.dft-img-compare .dft-img>figcaption .compare-item .item-visible .dft-title-5 {
    margin-bottom: 3.125vw;
}
.dft-img-compare .dft-img>figcaption .compare-item .item-visible .dft-title-4 {
    margin-bottom: 6.25vw;
}
.dft-img-compare .drop-bar {
    cursor: e-resize;
}
@media only screen and (min-width:768px) {
    .dft-img-compare {
        height: 380px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .dft-img-compare .dft-img {
        position: absolute;
        overflow: hidden;
        display: block;
    }
    .dft-img-compare .dft-img>img {
        height: inherit;
    }
    .dft-img-compare .dft-img>figcaption {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: inherit;
        display: flex;
        flex-direction: row;
        padding: 0;
        left: 0;
    }
    .dft-img-compare .dft-img>figcaption .compare-item {
        height: inherit;
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .dft-img-compare .dft-img>figcaption .compare-item:nth-child(1) {
        justify-content: center;
    }
    .dft-img-compare .dft-img>figcaption .compare-item:nth-child(2) {
        justify-content: flex-end;
        text-align: center;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-hidden {
        padding: 20px;
        max-width: 80%}
    .dft-img-compare .dft-img>figcaption .compare-item .item-hidden .hidden-description .dft-title-subtitle {
        margin-bottom: 15px;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-hidden .hidden-description .dft-list {
        margin-bottom: 20px;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-hidden .hidden-description .dft-list li {
        margin-bottom: 10px;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-hidden .hidden-description .dft-list li:last-child {
        margin-bottom: 0;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-hidden .hidden-cash .cash-item {
        padding-top: 10px;
        margin-bottom: 20px;
        border-width: 1px;
        flex-basis: 48%}
    .dft-img-compare .dft-img>figcaption .compare-item .item-hidden .hidden-cash .dft-btn-1 {
        margin-bottom: 10px;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-visible {
        max-width: 70%;
        margin-bottom: 30px;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-visible img {
        max-width: 50%;
        margin-bottom: 20px;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-visible .dft-title-5 {
        margin-bottom: 10px;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-visible .dft-title-4 {
        margin-bottom: 0;
    }
    .dft-img-compare .dft-img>figcaption .compare-overlay {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: opacity 350ms ease-in-out;
        height: inherit;
        width: 100vw;
        background-color: #000;
        pointer-events: none;
    }
    .dft-img-compare .dft-img:nth-child(2)>figcaption {
        flex-direction: row-reverse;
    }
    .dft-img-compare .dft-img[m-type=bottom] {
        z-index: 1;
        width: 100%
    }
    .dft-img-compare .dft-img[m-type=top] {
        z-index: 2;
        width: 50%
    }
    .dft-img-compare .drop-bar {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 100%;
        width: 150px;
        z-index: 2;
    }
    .dft-img-compare .drop-bar-line {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 5px;
        height: inherit;
        background-color: #fff;
        display: block;
    }
    .dft-img-compare .drop-bar .drop-button {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #008294;
        padding: 15px;
        border-radius: 50%;
        background-color: #fff;
        font-size: 35px;
    }
}
@media only screen and (min-width:992px) {
    .dft-img-compare {
        height: 480px;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-hidden .hidden-cash .dft-btn-1 {
        width: auto;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-visible {
        max-width: 50%
    }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .dft-img-compare .dft-img>figcaption .compare-item .item-visible {
        max-width: 60%
    }
}
@media only screen and (min-width:1441px) {
    .dft-img-compare {
        height: 33.3102vw;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-hidden {
        padding: 1.38793vw;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-hidden .hidden-description .dft-title-subtitle {
        margin-bottom: 1.04094vw;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-hidden .hidden-description .dft-list {
        margin-bottom: 1.38793vw;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-hidden .hidden-description .dft-list li {
        margin-bottom: .69396vw;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-hidden .hidden-cash .cash-item {
        padding-top: .69396vw;
        margin-bottom: 1.38793vw;
        border-width: .0694vw;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-hidden .hidden-cash .dft-btn-1 {
        margin-bottom: .69396vw;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-visible {
        margin-bottom: 2.08189vw;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-visible img {
        margin-bottom: 1.38793vw;
    }
    .dft-img-compare .dft-img>figcaption .compare-item .item-visible .dft-title-5 {
        margin-bottom: .69396vw;
    }
    .dft-img-compare .dft-img[m-type=top] {
        border-width: .20819vw;
    }
    .dft-img-compare .drop-bar {
        width: 10.40944vw;
    }
    .dft-img-compare .drop-bar-line {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: .34698vw;
    }
    .dft-img-compare .drop-bar .drop-button {
        padding: 1.04094vw;
        font-size: 2.42887vw;
    }
}
.dft-img>img.img-resposive {
    transition: width 350ms ease-in-out, height 350ms ease-in-out;
}
.dft-img.img-full>img.img-responsive {
    width: 100%}
.dft-img.img-back {
    position: relative;
}
.dft-img.img-back>img.img-responsive {
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
}
.dft-img.img-overlay-text {
    position: relative;
}
.dft-img.img-overlay-text>figcaption {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media only screen and (min-width:992px) {
    .dft-img.img-back {
        min-height: 465px;
    }
    .dft-img.img-back>img.img-responsive {
        position: absolute;
        z-index: -1;
    }
}
@media only screen and (min-width:1441px) {
    .dft-img.img-back {
        min-height: 32.5vw;
    }
}
.dft-info-simple {
    top: -20px;
    position: relative;
    right: 0;
}
.dft-info-simple.left {
    right: initial;
    left: 0;
}
@media only screen and (min-width:768px) {
    .dft-info-simple {
        position: absolute;
        width: 400px;
        top: 25%
    }
    .dft-info-simple.width-350 {
        width: 350px;
    }
    .dft-info-simple.bottom {
        top: 30%}
    .dft-info-simple.vertical-middle {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media only screen and (min-width:1441px) {
    .dft-info-simple {
        width: 28vw;
    }
    .dft-info-simple.width-350 {
        width: 24.5vw;
    }
}
@media only screen and (min-width:768px) {
    .dft-info-cards {
    width: 100%}
}
.dft-link {
    display: inline;
    font-size: 5vw;
    transition: color 350ms ease-in-out;
}
.dft-link>[class*=dft-icon-] {
    font-size: 8.75vw;
}
.dft-link .text-link, .dft-link.text-link {
    position: relative;
}
.dft-link .text-link:after, .dft-link.text-link:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    bottom: 0;
    width: 0;
    height: .3125vw;
    background-color: #008294;
    transition: background-color 350ms ease-in-out, width 350ms ease-in-out;
}
.dft-link .text-link:active, .dft-link.text-link:active {
    color: #008294;
}
.dft-link .text-link:active:after, .dft-link.text-link:active:after {
    background-color: #008294;
}
.dft-link.link-arrow {
    display: inline-flex;
    align-items: center;
}
.dft-link.link-arrow>p {
    transition: color 350ms ease-in-out;
}
.dft-link.link-arrow .dft-icon-arrow-right {
    position: relative;
    left: 3.125vw;
    transition: left 350ms ease-in-out, color 350ms ease-in-out;
}
.dft-link[m-active=true] .text-link:after, .dft-link[m-active=true].text-link:after {
    width: 100%
}
@media only screen and (min-width:768px) {
    .dft-link {
        font-size: 14px;
    }
    .dft-link>[class*=dft-icon-] {
        font-size: 28px;
    }
    .dft-link .text-link:after, .dft-link.text-link:after {
        height: 1px;
    }
    .dft-link.link-arrow .dft-icon-arrow-right {
        left: 10px;
    }
}
@media only screen and (min-width:992px) {
    .dft-link:hover .text-link:after {
        width: 100%}
    .dft-link.text-link:hover:after {
        width: 100%}
    .dft-link.link-arrow:hover [class*=dft-icon], .dft-link.link-arrow:hover>p {
        color: #008294;
    }
    .dft-link.link-arrow:hover .dft-icon-arrow-right {
        left: 20px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-link {
        font-size: .97155vw;
    }
    .dft-link>[class*=dft-icon-] {
        font-size: 1.9431vw;
    }
    .dft-link .text-link:after, .dft-link.text-link:after {
        height: .0694vw;
    }
    .dft-link.link-arrow .dft-icon-arrow-right {
        left: .69396vw;
    }
    .dft-link.link-arrow:hover .dft-icon-arrow-right {
        left: 1.38793vw;
    }
}
.dft-list {
    margin-bottom: 0;
    padding-left: 6.25vw;
}
.dft-list>li {
    text-indent: 0;
}
.dft-list[type^=list-] {
    padding: 0;
}
.dft-list[type^=list-]>li {
    margin: 0;
    padding: 0 0 0 12.5vw;
    text-indent: -9.375vw;
    list-style-type: none;
    counter-increment: item;
}
.dft-list[type^=list-]>li:before {
    display: inline-block;
    width: 9.375vw;
    padding-right: 3.125vw;
    /* font-family: IB, sans-serif; */
    text-align: right;
}
.dft-list[type$=numeric]>li:before {
    content: counter(item) "."
}
.dft-list[type$=alphabetic]>li:before {
    content: counter(item, upper-alpha) ")"
}
@media only screen and (min-width:768px) {
    .dft-list {
        padding-left: 20px;
    }
    .dft-list[type^=list-]>li {
        padding: 0 0 0 40px;
        text-indent: -30px;
    }
    .dft-list[type^=list-]>li:before {
        width: 30px;
        padding-right: 10px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-list[type^=list-]>li {
        padding: 0 0 0 2.77585vw;
        text-indent: -2.08189vw;
    }
    .dft-list[type^=list-]>li:before {
        width: 2.08189vw;
        padding-right: 3.125vw;
    }
}
.dft-mechanics {
    display: flex;
    flex-direction: column;
}
.dft-mechanics .mechanics-item {
    display: flex;
    align-items: center;
    padding-bottom: 9.375vw;
    position: relative;
}
.dft-mechanics .mechanics-item:before {
    content: '';
    background-color: #fff;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: .625vw;
    left: 9.375vw;
}
.dft-mechanics .mechanics-item:first-child:before, .dft-mechanics .mechanics-item:last-child:before {
    height: 50%}
.dft-mechanics .mechanics-item:first-child:before {
    bottom: 0;
}
.dft-mechanics .mechanics-item:last-child:before {
    top: 0;
}
.dft-mechanics .mechanics-item .mechanics-description {
    flex-grow: 1;
    margin-left: -9.5vw;
    padding-left: 15.625vw;
}
@media only screen and (min-width:768px) {
    .dft-mechanics {
        flex-direction: column;
    }
    .dft-mechanics .mechanics-item {
        padding-bottom: 30px;
    }
    .dft-mechanics .mechanics-item:before {
        left: 40px;
        width: 2px;
    }
    .dft-mechanics .mechanics-item .mechanics-description {
        margin-left: -40px;
        padding-left: 60px;
    }
}
@media only screen and (min-width:992px) {
    .dft-mechanics:not([m-type=column]) {
        flex-direction: row;
        justify-content: center;
    }
    .dft-mechanics:not([m-type=column]) .mechanics-item {
        padding-bottom: 0;
        text-align: center;
        flex-direction: column;
        flex-basis: 100px;
        flex-grow: 1;
    }
    .dft-mechanics:not([m-type=column]) .mechanics-item:first-child:before {
        height: 1px;
    }
    .dft-mechanics:not([m-type=column]) .mechanics-item:before {
        top: 40px;
        left: 50%;
        width: 100%;
        height: 1px;
    }
    .dft-mechanics:not([m-type=column]) .mechanics-item:last-child:before {
        content: none;
    }
    .dft-mechanics:not([m-type=column]) .mechanics-item .mechanics-description {
        border-left: none;
        padding-left: 0;
        padding-bottom: 0;
        margin-left: 0;
    }
}
@media only screen and (min-width:1441px) {
    .dft-mechanics:not([m-type=column]) .mechanics-item:first-child:before {
        height: .0694vw;
    }
    .dft-mechanics:not([m-type=column]) .mechanics-item:before {
        top: 2.77585vw;
        height: .0694vw;
    }
    .dft-mechanics .mechanics-item {
        padding-bottom: 2.08189vw;
    }
    .dft-mechanics .mechanics-item:before {
        left: 2.77585vw;
        width: .13879vw;
    }
    .dft-mechanics .mechanics-item .mechanics-description {
        margin-left: -2.77585vw;
        padding-left: 4.16378vw;
    }
}
.dft-menu-pleca {
    background: #323232;
    background: linear-gradient(to bottom, #53565a 0, #323232 100%);
    position: sticky;
    position: -webkit-sticky;
    z-index: 0;
    top: 0;
    height: 21.875vw;
}
.dft-menu-pleca .pleca-content {
    background: #323232;
    background: linear-gradient(to bottom, #53565a 0, #323232 100%);
    display: flex;
    height: inherit;
}
.dft-menu-pleca .pleca-content .pleca-button, .dft-menu-pleca .pleca-content .pleca-links, .dft-menu-pleca .pleca-content>.dft-link, .dft-menu-pleca .pleca-content>div {
    display: flex;
}
.dft-menu-pleca .pleca-content .pleca-button, .dft-menu-pleca .pleca-content>.dft-link, .dft-menu-pleca .pleca-content>div {
    flex-direction: column;
}
.dft-menu-pleca .pleca-content>.dft-link, .dft-menu-pleca .pleca-content>div {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    align-items: center;
    justify-content: center;
}
.dft-menu-pleca .pleca-content>.dft-link {
    color: #97999b !important;
}
.dft-menu-pleca .pleca-content .pleca-links {
    width: 100%;
    justify-content: space-around;
}
.dft-menu-pleca .pleca-content .pleca-links>.dft-link {
    color: #fff;
}
.dft-menu-pleca .pleca-content .pleca-nav {
    flex-grow: 2;
    border-right-color: #11172c;
    border-right-style: solid;
    border-right-width: .3125vw;
    border-left-color: #11172c;
    border-left-style: solid;
    border-left-width: .3125vw;
}
.dft-menu-pleca .pleca-content .pleca-nav .dft-text:not(.dft-link) {
    color: #97999b;
}
.dft-menu-pleca .pleca-content .pleca-button {
    align-items: center;
    color: #003746;
}
.dft-menu-pleca .pleca-content .pleca-button [class*=dft-icon] {
    background-color: #003746;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 7.8125vw;
    width: 10.9375vw;
}
.dft-menu-pleca .pleca-collapse {
    background-color: #323232;
    position: relative;
    width: 100%;
    margin-top: -21.875vw;
    overflow: hidden;
    z-index: 1;
}
.dft-menu-pleca .pleca-collapse-content {
    position: relative;
}
.dft-menu-pleca .pleca-collapse>button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appareance: none;
    -moz-appearance: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    position: absolute;
    top: 3.125vw;
    left: 4.6875vw;
}
.dft-menu-pleca .pleca-collapse>button:active {
    box-shadow: none;
}
.dft-menu-pleca .pleca-collapse>button:active:focus {
    border: none;
}
.dft-menu-pleca .pleca-collapse>button>span {
    color: #97999b;
}
.dft-menu-pleca .pleca-collapse .collapse-image {
    display: flex;
    justify-content: center;
    margin-bottom: 9.375vw;
}
.dft-menu-pleca .pleca-collapse .collapse-image figcaption {
    color: #fff;
}
.dft-menu-pleca .pleca-collapse .collapse-paths {
    padding-top: 9.375vw;
    position: relative;
}
.dft-menu-pleca .pleca-collapse .collapse-paths:before {
    content: "";
    width: 90%;
    height: .3125vw;
    background-color: #11172c;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.dft-menu-pleca .pleca-collapse .collapse-paths .paths-item {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    margin-bottom: 12.5vw;
    width: 100vw;
}
.dft-menu-pleca .pleca-collapse .collapse-paths .paths-item li {
    margin-bottom: 4.6875vw;
}
.dft-menu-pleca .pleca-collapse .collapse-paths .paths-item li>a {
    transition: color 350ms ease-in-out;
    display: inline-block;
}
.dft-menu-pleca .pleca-collapse .collapse-paths .paths-item li:first-child {
    color: #97999b;
    margin-bottom: 12.5vw;
}
.dft-menu-pleca .pleca-collapse .collapse-paths .paths-item li:last-child {
    margin-bottom: 0;
}
.dft-menu-pleca .pleca-collapse .collapse-paths .slick-arrow {
    height: 30%;
    top: 12.5vw;
    font-size: 9.375vw;
}
.dft-menu-pleca .pleca-collapse .collapse-paths .slick-arrow::after, .dft-menu-pleca .pleca-collapse .collapse-paths .slick-arrow::before {
    font-size: inherit;
}
.dft-menu-pleca .pleca-collapse[m-open=false] {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 350ms ease-in-out, padding 350ms ease-in-out;
}
.dft-menu-pleca .pleca-collapse[m-open=true] {
    max-height: 100vh;
    overflow-y: auto;
    transition: max-height 350ms ease-in-out, padding 350ms ease-in-out;
    padding-top: 25vw;
}
.dft-menu-pleca.down {
    top: 65px;
}
@media only screen and (min-width:768px) {
    .dft-menu-pleca {
        height: 70px;
    }
    .dft-menu-pleca .pleca-content .pleca-button, .dft-menu-pleca .pleca-content>.dft-link, .dft-menu-pleca .pleca-content>div {
        flex-direction: row;
    }
    .dft-menu-pleca .pleca-content .pleca-nav {
        flex-grow: 1;
        border-width: 1px;
    }
    .dft-menu-pleca .pleca-content .pleca-nav>.dft-text {
        padding-right: 20px;
    }
    .dft-menu-pleca .pleca-content .pleca-links {
        width: initial;
        width: auto;
        justify-content: center;
    }
    .dft-menu-pleca .pleca-content .pleca-links>.dft-link {
        margin-right: 20px;
    }
    .dft-menu-pleca .pleca-content .pleca-links>.dft-link:last-child {
        margin-right: 0;
    }
    .dft-menu-pleca .pleca-content .pleca-button {
        display: none;
    }
    .dft-menu-pleca .pleca-collapse {
        margin-top: -70px;
    }
    .dft-menu-pleca .pleca-collapse>button {
        flex-direction: row;
        top: 20px;
        left: 80px;
    }
    .dft-menu-pleca .pleca-collapse .collapse-image {
        margin-bottom: 30px;
    }
    .dft-menu-pleca .pleca-collapse .collapse-image>figure {
        margin-right: 60px;
    }
    .dft-menu-pleca .pleca-collapse .collapse-paths {
        display: flex;
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .dft-menu-pleca .pleca-collapse .collapse-paths:before {
        height: 1px;
    }
    .dft-menu-pleca .pleca-collapse .collapse-paths .paths-item {
        flex: 1;
        flex-basis: initial;
        flex-basis: 0;
        margin-bottom: 0;
    }
    .dft-menu-pleca .pleca-collapse .collapse-paths .paths-item li {
        margin-bottom: 15px;
    }
    .dft-menu-pleca .pleca-collapse .collapse-paths .paths-item li:first-child {
        margin-bottom: 40px;
    }
    .dft-menu-pleca .pleca-collapse[m-open=true] {
        max-height: 1500px;
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .dft-menu-pleca .dft-link [class*=dft-icon] {
        padding-right: 10px;
    }
}
@media only screen and (min-width:992px) {
    .dft-menu-pleca .pleca-content>.dft-link:hover {
        color: #fff;
    }
    .dft-menu-pleca .pleca-collapse>button {
        left: 310px;
    }
    .dft-menu-pleca .pleca-collapse>button span {
        transition: color 350ms ease-in-out;
    }
    .dft-menu-pleca .pleca-collapse>button:hover>span {
        color: #fff;
    }
    .dft-menu-pleca .pleca-collapse .collapse-paths:before {
        width: 100%}
    .dft-menu-pleca .pleca-collapse .collapse-paths .paths-item li>a:hover {
        color: #fff;
    }
    .dft-menu-pleca.down {
        top: 70px;
    }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .dft-menu-pleca .pleca-collapse>button {
        left: 125px;
    }
    .dft-menu-pleca .pleca-collapse .collapse-paths:before {
        width: 90%}
}
@media only screen and (min-width:1441px) {
        .dft-menu-pleca {
        height: 4.85774vw;
    }
    .dft-menu-pleca .pleca-content .pleca-nav {
        border-width: .0694vw;
    }
    .dft-menu-pleca .pleca-content .pleca-nav>.dft-text {
        padding-right: 1.38793vw;
    }
    .dft-menu-pleca .pleca-content .pleca-links>.dft-link {
        margin-right: 1.38793vw;
    }
    .dft-menu-pleca .pleca-collapse {
        margin-top: -4.85774vw;
    }
    .dft-menu-pleca .pleca-collapse>button {
        top: 1.38793vw;
        left: 24.28869vw;
    }
    .dft-menu-pleca .pleca-collapse .collapse-image {
        margin-bottom: 2.08189vw;
    }
    .dft-menu-pleca .pleca-collapse .collapse-image>figure {
        margin-right: 4.16378vw;
    }
    .dft-menu-pleca .pleca-collapse .collapse-paths {
        padding-top: 2.08189vw;
    }
    .dft-menu-pleca .pleca-collapse .collapse-paths:before {
        height: .0694vw;
    }
    .dft-menu-pleca .pleca-collapse .collapse-paths .paths-item li {
        margin-bottom: 1.04094vw;
    }
    .dft-menu-pleca .pleca-collapse .collapse-paths .paths-item li:first-child {
        margin-bottom: 2.77585vw;
    }
    .dft-menu-pleca .pleca-collapse[m-open=true] {
        max-height: 104.09438vw;
        padding-top: 5.5517vw;
        padding-bottom: 4.16378vw;
    }
    .dft-menu-pleca .dft-link [class*=dft-icon] {
        padding-right: .69396vw;
    }
    .dft-menu-pleca.down {
        top: 4.9vw;
    }
}
.dft-menu-redes {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 50%;
    height: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.dft-menu-redes button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appareance: none;
    -moz-appearance: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border-radius: 50%;
    box-shadow: 0 .27759vw .55517vw rgba(0, 0, 0, .2);
    margin-bottom: 10px;
}
.dft-menu-redes button:active {
    box-shadow: none;
}
.dft-menu-redes button:active:focus {
    border: none;
}
.dft-menu-redes .dft-tooltip-out {
    border-radius: 50%}
@media only screen and (min-width:992px) {
    .dft-menu-redes {
        flex-direction: column;
        position: absolute;
        top: -190px;
        right: 10%;
        left: inherit;
        height: 200px;
        -webkit-transform: initial;
        transform: initial;
    }
    .dft-menu-redes[m-fixed=false] {
        transition: initial;
    }
    .dft-menu-redes[m-fixed=false] .dft-title-4 {
        display: none;
    }
    .dft-menu-redes[m-fixed=true] {
        transition: background-color 350ms ease-in-out;
        display: flex;
        align-items: center;
        top: 70px;
        background-color: #003746;
        position: sticky;
        position: -webkit-sticky;
        z-index: 4;
        flex-direction: row;
        justify-content: flex-end;
        height: 65px;
    }
    .dft-menu-redes[m-fixed=true]>div {
        margin-right: 10px;
    }
    .dft-menu-redes[m-fixed=true]>div:last-child {
        margin-right: 5%}
    .dft-menu-redes[m-fixed=true] .dft-title-4 {
        display: block;
        position: absolute;
        left: 190px;
    }
    .dft-menu-redes[m-fixed=true] .dft-tooltip-out.up .dft-tooltip-out__content {
        left: -250%;
        top: 125%
    }
    .ie .dft-menu-redes {
        top: -211px;
        right: 9%
    }
}
@media only screen and (min-width:1441px) {
    .dft-menu-redes {
        top: -13.18529vw;
        height: 13.87925vw;
    }
    .dft-menu-redes button {
        margin-bottom: .69396vw;
    }
    .dft-menu-redes[m-fixed=true] {
        top: 4.85774vw;
        height: 4.51076vw;
    }
    .dft-menu-redes[m-fixed=true]>div {
        margin-right: .69396vw;
    }
    .dft-menu-redes[m-fixed=true] .dft-title-4 {
        left: 13.18529vw;
    }
    .ie .dft-menu-redes {
        top: -14.64261vw;
        right: 9%
    }
}
.ie .dft-menu-redes button {
    box-shadow: none;
}
.dft-modal .modal-dialog {
    width: 87.5vw;
    margin: 3.125vw auto;
}
.dft-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0;
    padding: 0;
}
.dft-modal .dft-icon-close {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appareance: none;
    -moz-appearance: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
.dft-modal .dft-icon-close:active {
    box-shadow: none;
}
.dft-modal .dft-icon-close:active:focus {
    border: none;
}
.dft-modal .dft-icon-close:after {
    background: #003746;
    transition: background-color 350ms ease-in-out;
}
@media only screen and (min-width:768px) {
    .dft-modal .modal-dialog {
        width: 720px;
        margin: 10px auto;
    }
    .dft-modal .dft-icon-close:hover:after {
        background: #008294;
    }
}
@media only screen and (min-width:1441px) {
    .dft-modal .modal-dialog {
        width: 49.9653vw;
        margin: .69396vw auto;
    }
}
.dft-modal-carousel .dft-slick .slick-dots {
    padding: 25px;
}
.dft-modal-carousel .modal-body .modal-carousel-paginator {
    position: absolute;
    bottom: 30px;
    font-size: 16px;
    z-index: 1;
}
.dft-modal-carousel .modal-body .modal-carousel-paginator.right {
    right: 50px;
}
.dft-modal-carousel .modal-body .modal-carousel-paginator.center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.dft-modal-carousel .modal-body .modal-carousel-paginator.left {
    left: 50px;
}
@media only screen and (max-width:480px) {
    .dft-modal-carousel .modal-dialog {
        width: 90%}
    .dft-modal-carousel .dft-img {
        padding: 10px;
    }
}
@media only screen and (min-width:481px) {
    .dft-modal-carousel .modal-dialog {
        width: 500px;
    }
    .dft-modal-carousel .dft-img {
        padding: 20px;
    }
    }@media only screen and (min-width:992px) {
        .dft-modal-carousel .modal-body .dft-icon-close-fill:hover {
        color: #008294;
    }
}
@media only screen and (min-width:1441px) {
    .dft-modal-carousel .modal-dialog {
        width: 500px;
    }
    .dft-modal-carousel .dft-img {
        padding: 20px;
    }
}
.dft-modal-print .modal-dialog {
    width: 95%}
.dft-modal-print .modal-header {
    height: 60px;
    background-color: #000;
    justify-content: flex-end;
}
.dft-modal-print .modal-header .dft-icon-close-fill {
    font-size: 44px!important;
    right: 20px;
}
.dft-modal-print .modal-header .dft-icon-close-fill:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    height: 40px;
    width: 40px;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%
}
.dft-modal-print .modal-header .download>span, .dft-modal-print .modal-header .print>span {
    font-size: 30px!important;
}
.dft-modal-print .modal-header .download {
    margin-right: 40px;
}
.dft-modal-print .modal-header .print {
    margin-right: 105px;
}
.dft-modal-print .modal-body, .dft-modal-print .modal-content {
    border-radius: 0!important;
}
.dft-modal-print .print-content {
    width: 90%}
.dft-modal-print .print-header {
    display: flex;
    justify-content: space-between;
}
.dft-modal-print.not-print .download {
    margin-right: 105px;
}
@media only screen and (min-width:992px) {
    .dft-modal-print .modal-dialog {
        width: 80%}
    .dft-modal-print .modal-header .download>span, .dft-modal-print .modal-header .print>span {
        font-size: 30px!important;
    }
}
@media only screen and (min-width:1441px) {
    .dft-modal-print .modal-header {
        height: 4.2vw;
    }
    .dft-modal-print .modal-header .dft-icon-close-fill {
        font-size: 3.08vw!important;
        right: 1.4vw!important;
    }
    .dft-modal-print .modal-header .dft-icon-close-fill:after {
        height: 2.8vw;
        width: 2.8vw;
    }
    .dft-modal-print .modal-header .download>span, .dft-modal-print .modal-header .print>span {
        font-size: 2.1vw!important;
    }
    .dft-modal-print .modal-header .download {
        margin-right: 2.8vw;
    }
    .dft-modal-print .modal-header .print {
        margin-right: 7.35vw;
    }
    .dft-modal-print.not-print .download {
        margin-right: 7.35vw;
    }
}
.dft-nav-service .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin-top: 0!important;
}
.dft-nav-service .panel a {
    display: flex;
    position: relative;
    /* font-family: IL, sans-serif; */
    flex-direction: column;
}
.dft-nav-service .panel a .icon-menu {
    color: #003746;
    font-size: 6.25vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.dft-nav-service .panel .collapse .dft-icon-right, .dft-nav-service .panel .collapsing .dft-icon-right {
    visibility: hidden!important;
    font-size: 3.75vw;
}
/* .dft-nav-service .panel .collapse .active a.dft-text, .dft-nav-service .panel .collapsing .active a.dft-text {
    font-family: IR, sans-serif;
} */
.dft-nav-service .panel .collapse .active .dft-icon-right, .dft-nav-service .panel .collapsing .active .dft-icon-right {
    visibility: visible!important;
}
.dft-nav-service .panel a[aria-expanded=true] {
    color: #323232;
    border-bottom-width: 0!important;
}
.dft-nav-service .panel a[aria-expanded=true]:hover {
    border-bottom-width: 0!important;
}
.dft-nav-service .panel a[aria-expanded=true] .dft-icon-plus-menu:before {
    content: "\e023"!important;
    color: #b2b2b2;
}
.dft-nav-service .panel a[aria-expanded=true]+.collapse {
    border-bottom-style: solid;
    border-color: #003746!important;
    border-bottom-width: 2px!important;
}
@media only screen and (min-width:768px) {
    .dft-nav-service .panel a .icon-menu {
        font-size: 20px;
    }
    .dft-nav-service .panel .collapse .dft-icon-right, .dft-nav-service .panel .collapsing .dft-icon-right {
        font-size: 12px;
    }
}
@media only screen and (min-width:992px) {
    .dft-nav-service .panel a {
        transition: color .2s ease-in-out, font-weight .2s ease-in-out, border-color .2s ease-in-out, border-width .2s ease-in-out;
    }
    .dft-nav-service .panel a:hover {
        color: #003746;
        border-bottom-style: solid;
        border-bottom-color: #003746!important;
        border-bottom-width: .3px!important;
    }
    .dft-nav-service .panel a .icon-menu {
        font-size: 20px;
    }
    .dft-nav-service .panel .collapse .dft-icon-right {
        font-size: 12px;
    }
    .dft-nav-service .panel:first-child a:hover {
        border-top-color: #eee!important;
        border-top-width: 1px!important;
    }
    .dft-nav-service .panel a[aria-expanded=true] .active span {
        visibility: hidden;
        font-size: 10px;
    }
    .dft-nav-service .panel .icon-menu {
        font-size: 20px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-nav-service .panel a .collapse .dft-icon-right {
        font-size: .83276vw;
    }
    .dft-nav-service .panel a .icon-menu {
        font-size: 1.38793vw;
    }
    }.dft-one-app img.img-responsive {
        width: 100vw!important;
    }
    @media only screen and (max-width:992px) {
        .dft-ours-apps .dft-slick .tab-pane {
        border: none!important;
    }
    .dft-ours-apps .dft-slick .ours-item {
        display: flex;
        flex-direction: column-reverse;
    }
    .dft-ours-apps .dft-slick .ours-item>div {
        position: initial;
        position: inherit;
    }
    .dft-ours-apps .dft-slick .ours-item>div .dft-text {
        line-height: 1;
    }
    .dft-ours-apps .dft-slick .ours-item .dft-apps {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 30px;
        width: 100%
    }
}
.dft-prize .prize-item {
    position: relative;
}
.dft-prize .prize-item>.dft-img {
    min-height: 65.625vw;
    min-width: 100vw;
}
.dft-prize .prize-item>.dft-img.prize-modal {
    position: relative;
}
.dft-prize .prize-item>.dft-img.prize-modal .prize-modal-content {
    min-height: 25vw;
    min-width: 59.375vw;
    position: absolute;
    bottom: 0;
    right: 0;
    justify-content: center;
}
.dft-prize .prize-item>.dft-img.prize-modal .prize-modal-content .dft-link span[class*=dft-icon-] {
    font-size: 9.375vw;
}
.dft-prize .prize-content {
    background-color: rgba(0, 45, 114, .9);
    min-height: 59.375vw;
    min-width: 100vw;
}
.dft-prize[m-type=full] .prize-item>.dft-img {
    min-height: 87.5vw;
}
.dft-prize[m-type=full] .prize-content {
    min-height: 78.125vw;
    bottom: auto;
}
@media only screen and (min-width:768px) {
    .dft-prize {
        max-width: 580px;
    }
    .dft-prize .prize-item>.dft-img {
        min-height: 370px;
        min-width: 560px;
    }
    .dft-prize .prize-item>.dft-img.prize-modal .prize-modal-content {
        min-height: 80px;
        min-width: 190px;
    }
    .dft-prize .prize-item>.dft-img.prize-modal .prize-modal-content .dft-link span[class*=dft-icon-] {
        font-size: 30px;
    }
    .dft-prize .prize-item:nth-child(odd) .prize-content {
        left: -20px;
    }
    .dft-prize .prize-item:nth-child(even)>.dft-img {
        position: relative;
        left: -20px;
    }
    .dft-prize .prize-item:nth-child(even) .prize-content {
        right: 0;
    }
    .dft-prize .prize-content {
        min-height: 170px;
        min-width: 440px;
        position: absolute;
        bottom: -20px;
    }
    .dft-prize[m-type=full] {
        max-width: 470px;
    }
    .dft-prize[m-type=full] .prize-item>.dft-img {
        min-height: 470px;
        min-width: 470px;
    }
    .dft-prize[m-type=full] .prize-content {
        position: static;
        min-height: 250px;
        min-width: 470px;
    }
}
@media only screen and (min-width:992px) {
    .dft-prize {
        max-width: 960px!important;
        margin-bottom: -90px;
    }
    .dft-prize .prize-item .dft-img {
        max-width: 50%}
    .dft-prize .prize-item:nth-child(even) .dft-img {
        margin-left: auto;
    }
    .dft-prize .prize-item:nth-child(1) {
        z-index: 2;
    }
    .dft-prize .prize-item:nth-child(2) {
        z-index: 1;
        top: -70px;
    }
    .dft-prize .prize-item:nth-child(3) {
        z-index: 0;
        top: -140px;
    }
    .dft-prize[m-type=full] .prize-item {
        min-height: 620px;
    }
    .dft-prize[m-type=full] .prize-item>.dft-img {
        margin-left: auto;
        position: relative;
        top: 140px;
    }
    .dft-prize[m-type=full] .prize-item:nth-child(odd) .prize-content {
        left: 0;
    }
    .dft-prize[m-type=full] .prize-content {
        min-width: 550px;
        max-width: 550px;
        position: absolute;
    }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .dft-prize {
        max-width: 920px!important;
    }
    .dft-prize .prize-item:nth-child(2) {
        top: -40px;
    }
    .dft-prize .prize-item:nth-child(3) {
        top: -80px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-prize {
        max-width: 66.6204vw!important;
        margin-bottom: -6.24566vw;
    }
    .dft-prize .prize-item.prize-modal .prize-modal-content {
        min-height: 5.5517vw;
        min-width: 13.18529vw;
    }
    .dft-prize .prize-item>.dft-img {
        min-height: 25.67661vw;
        min-width: 38.8619vw;
    }
    .dft-prize .prize-item:nth-child(2) {
        top: -4.85774vw;
    }
    .dft-prize .prize-item:nth-child(3) {
        top: -9.71548vw;
    }
    .dft-prize .prize-content {
        min-height: 11.79736vw;
        min-width: 30.53435vw;
    }
    .dft-prize[m-type=full] .prize-item {
        min-height: 43.02568vw;
    }
    .dft-prize[m-type=full] .prize-item>.dft-img {
        top: 9.71548vw;
        min-height: 32.61624vw;
        min-width: 32.61624vw;
    }
    .dft-prize[m-type=full] .prize-content {
        position: absolute;
        min-height: 17.34906vw;
        min-width: 38.16794vw;
        max-width: 38.16794vw;
    }
}
progress.dft-progress-scroll {
    appearance: none;
    -webkit-appearance: none;
    -ms-appareance: none;
    -moz-appearance: none;
    border: none;
    outline: 0;
    height: 1.5625vw;
    background-color: transparent;
    width: 100%;
    transition: opacity 350ms ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
progress.dft-progress-scroll[value] {
    height: 1.5625vw;
}
progress.dft-progress-scroll::-webkit-progress-bar {
    background: 0 0;
}
progress.dft-progress-scroll::-webkit-progress-value {
    background: #008294;
    transition: width 350ms ease-in-out;
}
progress.dft-progress-scroll::-moz-progress-bar {
    background: #008294;
}
progress.dft-progress-scroll::-ms-fill {
    background: #008294;
    border: none;
}
progress.dft-progress-scroll[m-fixed=true] {
    position: fixed;
    top: 65px;
}
@media only screen and (min-width:768px) {
    progress.dft-progress-scroll {
        height: 5px;
    }
    progress.dft-progress-scroll[value] {
        height: 5px;
    }
}
@media only screen and (min-width:992px) {
    progress.dft-progress-scroll[m-fixed=true] {
        position: fixed;
        top: 70px;
    }
}@media only screen and (min-width:1441px) {
    progress.dft-progress-scroll {
        height: .34698vw;
    }
    progress.dft-progress-scroll[value] {
        height: .34698vw;
    }
    progress.dft-progress-scroll[m-fixed=true] {
        position: fixed;
        top: 4.9vw;
    }
}
.dft-questions .panel {
    box-shadow: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.dft-questions .panel-heading {
    display: flex;
}
.dft-questions .panel-title {
    width: 100%}
.dft-questions .panel-title>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
.dft-questions .panel-title>a h3, .dft-questions .panel-title>a>p {
    font-size: 16px;
    width: 95%}
.dft-questions .panel-title>a>span {
    flex: 1;
}
.dft-questions .panel-title>a:focus {
    outline: 0;
    outline-offset: 0;
    text-decoration: none;
}
.dft-questions .panel-title>a .question-arrow {
    display: block;
}
.dft-questions .panel-title>a .question-arrow:before {
    content: "\52";
    font-family: dft-icons;
    font-size: 11px;
}
.dft-questions .panel-title>a.collapsed .question-arrow:before {
    content: "\69"}
.dft-questions .panel-body {
    font-size: 16px;
}
@media only screen and (min-width:1441px) {
    .dft-questions .panel-title>a {
        font-size: 1vw;
    }
    .dft-questions .panel-title>a h3, .dft-questions .panel-title>a>p {
        font-size: 1.12vw;
    }
    .dft-questions .panel-title>a>span {
        flex: .25;
    }
    .dft-questions .panel-title>a .question-arrow:before {
        font-size: .75vw;
    }
    .dft-questions .panel-body {
        font-size: 1vw;
    }
}
.dft-screen {
    transition: background-color 350ms ease-in-out;
    background-color: #f1f1f1;
}
.dft-screen .screen-pleca {
    height: 70px;
    position: relative;
    justify-content: center;
}
.dft-screen .screen-pleca>[class*=dft-title] {
    position: relative;
    z-index: 1;
    bottom: 0;
    transition: bottom 350ms ease-in-out;
}
.dft-screen .screen-pleca>[class*=dft-title].collapsed {
    bottom: -45px;
}
.dft-screen .screen-pleca .screen-round, .dft-screen .screen-pleca>button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.dft-screen .screen-pleca>button {
    transition: bottom 350ms ease-in-out;
    bottom: -15px;
}
.dft-screen .screen-pleca>button[aria-expanded=false]>span {
    color: #003746;
}
.dft-screen .screen-pleca>button[aria-expanded=true] {
    bottom: 15px;
}
.dft-screen .screen-pleca>button[aria-expanded=true]>span {
    color: #c4c4c4;
}
.dft-screen .screen-pleca>button[aria-expanded=true]>span:before {
    content: "\e001"}
.dft-screen .screen-pleca>button>span {
    font-size: 30px;
    transition: color 350ms ease-in-out;
}
.dft-screen .screen-pleca .screen-round {
    border-radius: 50%;
    bottom: -15px;
    height: 70px;
    width: 70px;
    z-index: -1;
    background-color: #f1f1f1;
}
.dft-screen .screen-overlay[aria-expanded=false]+progress.dft-progress {
    opacity: 0;
}
.dft-screen .screen-overlay[aria-expanded=true] {
    min-height: 171.875vw;
}
.dft-screen .screen-overlay[aria-expanded=true]+progress.dft-progress {
    opacity: 1;
}
@media only screen and (max-width:480px) {
    .dft-screen .screen-pleca>[class*=dft-title] {
        font-size: 14px;
        letter-spacing: 2px;
    }
}
@media only screen and (min-width:768px) {
    .dft-screen .screen-overlay[aria-expanded=true] {
        min-height: 550px;
    }
}
@media only screen and (min-width:992px) {
    .dft-screen .screen-pleca>button[aria-expanded=false]>span:hover {
        color: #008294;
    }
    .dft-screen .screen-pleca>button[aria-expanded=true]>span:hover {
        color: #999;
    }
}
@media only screen and (min-width:1441px) {
    .dft-screen .screen-pleca {
        min-height: 4.9vw;
    }
    .dft-screen .screen-pleca>[class*=dft-title] {
        letter-spacing: .14vw;
    }
    .dft-screen .screen-pleca>[class*=dft-title].collapsed {
        bottom: -3.15vw;
    }
    .dft-screen .screen-pleca>button {
        bottom: -1.05vw;
    }
    .dft-screen .screen-pleca>button[aria-expanded=true] {
        bottom: 1.05vw;
    }
    .dft-screen .screen-pleca>button>span {
        font-size: 2.1vw;
    }
    .dft-screen .screen-pleca>button>span:after {
        height: 2.1vw;
        width: 2.1vw;
    }
    .dft-screen .screen-pleca .screen-round {
        bottom: -1.05vw;
        height: 4.9vw;
        width: 4.9vw;
    }
    .dft-screen .screen-overlay[aria-expanded=true] {
        min-height: 38.16794vw;
    }
}
.dft-scroll-service {
    width: 100%;
    white-space: nowrap;
    height: 25vw;
    overflow: hidden;
}
.dft-scroll-service .scroll-content {
    display: flex;
    justify-content: left;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 32.8125vw;
}
.dft-scroll-service .scroll-content article:first-child {
    padding-left: 25%}
.dft-scroll-service .scroll-content article:last-child {
    padding-right: 25%}
.dft-scroll-service .scroll-content [class*=dft-icon-] {
    font-size: 11.25vw;
}
.dft-scroll-service .scroll-content .dft-text {
    line-height: 1;
}
@media only screen and (min-width:768px) {
    .dft-scroll-service {
        height: 80px;
    }
    .dft-scroll-service .scroll-content {
        justify-content: center;
        height: 110px;
    }
    .dft-scroll-service .scroll-content article:first-child {
        padding-left: 0;
    }
    .dft-scroll-service .scroll-content article:last-child {
        padding-right: 0;
    }
    .dft-scroll-service .scroll-content [class*=dft-icon-] {
        font-size: 36px;
    }
}
@media only screen and (min-width:992px) {
    .dft-scroll-service {
        height: 40px;
        overflow: visible;
    }
    .dft-scroll-service .scroll-content {
        justify-content: space-between;
        height: 70px;
        overflow-x: visible;
        overflow-y: visible;
    }
    .dft-scroll-service .scroll-content article {
        display: flex;
    }
    .dft-scroll-service .scroll-content article:first-child {
        padding-left: 0;
    }
    .dft-scroll-service .scroll-content article:last-child {
        padding-right: 0;
    }
    .dft-scroll-service .scroll-content [class*=dft-icon-] {
        font-size: 36px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-scroll-service {
        height: 2.77585vw;
    }
    .dft-scroll-service .scroll-content {
        height: 4.85774vw;
    }
    .dft-scroll-service .scroll-content [class*=dft-icon-] {
        font-size: 2.49827vw;
    }
}
.dft-screen-multiple {
    position: relative;
}
.dft-screen-multiple .panel {
    border-radius: 0;
    box-shadow: none;
}
.dft-screen-multiple .panel .panel-collapse {
    width: 300%;
    position: relative;
}
.dft-screen-multiple .panel:nth-child(2) .panel-collapse {
    left: -100%}
.dft-screen-multiple .panel:nth-child(3) .panel-collapse {
    left: -200%}
.dft-screen-multiple .panel>a {
    height: 12.5vw;
    justify-content: center;
    transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
}
.dft-screen-multiple .panel>a>[class*=dft-icon] {
    font-size: 7.8125vw;
}
.dft-screen-multiple .panel>a [class*=dft-icon], .dft-screen-multiple .panel>a div p {
    transition: color 350ms ease-in-out;
}
.dft-screen-multiple .panel>a[aria-expanded=true]>[class*=dft-icon]:before {
    content: "\e001"}
.dft-screen-multiple .panel>a[aria-expanded=true] [class*=dft-icon], .dft-screen-multiple .panel>a[aria-expanded=true] div p {
    color: #003746!important;
}
.dft-screen-multiple .panel>a.multiple-disabled {
    background-color: #c4c4c4!important;
}
@media only screen and (min-width:768px) {
    .dft-screen-multiple .panel>a {
        height: 80px;
    }
    .dft-screen-multiple .panel>a>[class*=dft-icon] {
        font-size: 25px;
    }
}
@media only screen and (min-width:992px) {
    .dft-screen-multiple .panel>a:not([aria-expanded=true]):hover {
        background-color: #dedede!important;
    }
    .dft-screen-multiple .panel>a:not([aria-expanded=true]):hover>[class*=dft-icon] {
        color: #008294;
    }
}
@media only screen and (min-width:1441px) {
    .dft-screen-multiple .panel>a {
        height: 5.5517vw;
    }
    .dft-screen-multiple .panel>a>[class*=dft-icon] {
        font-size: 1.73491vw;
    }
}
.dft-screen-small .collapsing {
    visibility: hidden;
}
.dft-screen-small .dft-btn-more {
    width: 100%;
    transition: max-width 350ms ease-in-out, border-radius 350ms ease-in-out;
}
.dft-screen-small .dft-btn-more .dft-icon-plus {
    color: #003746;
    transition: color 350ms ease-in-out;
}
.dft-screen-small .dft-btn-more>.text-link:after {
    background-color: #53565a!important;
}
.dft-screen-small .dft-btn-more>.text-link:before {
    content: attr(m-text-close);
}
.dft-screen-small .dft-btn-more[aria-expanded=true] {
    border-radius: 0!important;
}
.dft-screen-small .dft-btn-more[aria-expanded=true] .dft-icon-more {
    color: #fff;
}
.dft-screen-small .dft-btn-more[aria-expanded=true] .dft-icon-more:after {
    background-color: #53565a;
    transition: background-color 350ms ease-in-out;
}
.dft-screen-small .dft-btn-more[aria-expanded=true] .dft-icon-more:before {
    content: "\e03a"}
.dft-screen-small .dft-btn-more[aria-expanded=true]:hover .dft-icon-more:after {
    background-color: #ccc;
}
.dft-screen-small .dft-btn-more[aria-expanded=true] .text-link:before {
    content: attr(m-text-open);
}
.dft-screen-small[m-open=false] .dft-btn-more {
    max-width: 68.75vw;
    border-radius: 15.625vw;
    transition: max-width 350ms ease-in-out, border-radius 350ms ease-in-out, margin-bottom 350ms ease-in-out, background-color 350ms ease-in-out;
}
.dft-screen-small[m-open=true] .dft-btn-more {
    max-width: 100%;
    border-radius: 0;
    margin-bottom: 0!important;
}
.dft-screen-small[m-open=true] .dft-btn-more[m-theme=lime] {
    background-color: #fff;
}
@media only screen and (min-width:768px) {
    .dft-screen-small[m-open=false] .dft-btn-more {
        max-width: 220px;
        border-radius: 50px;
    }
}
@media only screen and (min-width:992px) {
    .dft-screen-small .dft-btn-more:hover .dft-icon-plus {
        color: #008294;
    }
}
@media only screen and (min-width:1441px) {
    .dft-screen-small[m-open=false] .dft-btn-more {
        max-width: 15.26718vw;
        border-radius: 3.46981vw;
    }
}
.dft-slick .slick-dots {
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}
.dft-slick .slick-dots>li {
    display: inline-block;
    vertical-align: middle;
    height: 9px;
}
.dft-slick .slick-dots>li button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appareance: none;
    -moz-appearance: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    background-color: #c5c5c5;
    border-radius: 50%;
    height: 100%;
    margin-left: 3.5px;
    margin-right: 3.5px;
    overflow: hidden;
    text-indent: -100px;
    transition: all .6s ease-in-out;
    width: 9px;
}
.dft-slick .slick-dots>li button:active {
    box-shadow: none;
}
.dft-slick .slick-dots>li button:active:focus {
    border: none;
}
.dft-slick .slick-dots>li.slick-active button {
    background-color: #868686;
    border-radius: 10px;
    width: 18px;
}
.dft-slick .slick-arrow {
    overflow: hidden;
    z-index: 1;
    height: 100%;
    width: 50px;
}
.dft-slick .slick-arrow:after, .dft-slick .slick-arrow:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: dft-icons;
    font-size: 52px;
    transition: color 350ms ease-in-out;
    width: 100%;
    left: 0;
    color: #003746;
}
.dft-slick .slick-arrow[aria-disabled=true] {
    cursor: auto;
}
.dft-slick .slick-arrow[aria-disabled=true]:after, .dft-slick .slick-arrow[aria-disabled=true]:before {
    color: #eee;
}
.dft-slick .slick-prev {
    left: 0;
}
.dft-slick .slick-prev:before {
    content: "\27"}
.dft-slick .slick-next {
    right: 0;
}
.dft-slick .slick-next:after {
    content: "\22"}
.dft-slick .slick-next, .dft-slick .slick-prev {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appareance: none;
    -moz-appearance: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: transparent;
}
.dft-slick .slick-next:active, .dft-slick .slick-prev:active {
    box-shadow: none;
}
.dft-slick .slick-next:active:focus, .dft-slick .slick-prev:active:focus {
    border: none;
}
.dft-slick[m-slick*=carousel-] .slick-track {
    margin-bottom: 20px;
}
.dft-slick .slick-paginator {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    /* font-family: IL, sans-serif; */
    font-size: 16px;
    height: 30px;
    width: 35px;
}
@media only screen and (min-width:768px) {
    .dft-slick[m-slick=hero-image] .slick-slide {
        display: flex;
    }
    .dft-slick[m-slick=hero-image] .slick-arrow, .dft-slick[m-slick=hero-image] .slick-paginator {
        height: 50px;
        width: 35px;
        bottom: 5px;
        top: auto;
    }
    .dft-slick[m-slick=hero-image] .slick-paginator {
        left: 50px;
    }
    .dft-slick[m-slick=hero-image] .slick-arrow {
        -webkit-transform: none;
        transform: none;
        transition: color 350ms ease-in-out;
    }
    .dft-slick[m-slick=hero-image] .slick-arrow:before {
        display: none;
    }
    .dft-slick[m-slick=hero-image] .slick-arrow:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: dft-icons;
        font-size: 16px;
        transition: color 350ms ease-in-out;
        width: 100%
    }
    .dft-slick[m-slick=hero-image] .slick-arrow.slick-next:after, .dft-slick[m-slick=hero-image] .slick-arrow.slick-prev:after {
        color: #323232;
    }
    .dft-slick[m-slick=hero-image] .slick-arrow.slick-disabled:after {
        color: #003746;
    }
    .dft-slick[m-slick=hero-image] .slick-arrow.slick-prev {
        left: 20px;
        text-align: left;
    }
    .dft-slick[m-slick=hero-image] .slick-arrow.slick-prev:after {
        content: "\2c"}
    .dft-slick[m-slick=hero-image] .slick-arrow.slick-next {
        left: 90px;
        text-align: right;
    }
    .dft-slick[m-slick=hero-image] .slick-arrow.slick-next:after {
        content: "\58"
    }
}
@media only screen and (min-width:992px) {
    .dft-slick[m-slick=hero-image] .slick-arrow, .dft-slick[m-slick=hero-image] .slick-paginator {
        bottom: 35px;
    }
    .dft-slick[m-slick=hero-image] .slick-paginator {
        left: 95px;
    }
    .dft-slick[m-slick=hero-image] .slick-arrow.slick-prev {
        left: 60px;
    }
    .dft-slick[m-slick=hero-image] .slick-arrow.slick-next {
        left: 130px;
    }
    .dft-slick[m-slick*=carousel-] .slick-track {
        margin-bottom: 0;
    }
    .dft-slick[m-slick=carousel-full] .slick-next, .dft-slick[m-slick=carousel-full] .slick-prev {
        opacity: 0;
        transition: opacity 350ms ease-in-out;
    }
    .dft-slick[m-slick=carousel-full] .slick-next:not(.slick-disabled):hover, .dft-slick[m-slick=carousel-full] .slick-prev:not(.slick-disabled):hover {
        opacity: 1;
    }
    .dft-slick[m-slick=carousel-full] .slick-track {
        left: 0;
        transition: left 350ms ease-in-out, right 350ms ease-in-out;
    }
    .dft-slick[m-slick=carousel-full] .slick-track.move-left {
        left: 50px;
    }
    .dft-slick[m-slick=carousel-full] .slick-track.move-right {
        left: -50px;
    }
    .dft-slick[m-slick=carousel-full] .slick-list {
        padding: 0 50px;
    }
    .dft-slick[m-slick=carousel-full] .slick-slide {
        position: relative;
    }
    .dft-slick[m-slick=carousel-full] .slick-slide:before {
        content: '';
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(50, 50, 50, .8);
        position: absolute;
        z-index: 2;
        opacity: 0;
        transition: opacity 350ms ease-in-out;
        pointer-events: none;
    }
    .dft-slick[m-slick=carousel-full] .slick-slide[aria-hidden=true]:before {
        opacity: 1;
    }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .dft-slick[m-slick=hero-image] .slick-arrow, .dft-slick[m-slick=hero-image] .slick-paginator {
        bottom: 5px;
    }
    .dft-slick[m-slick=hero-image] .slick-paginator {
        left: 95px;
    }
    .dft-slick[m-slick=hero-image] .slick-arrow.slick-next {
        left: 130px;
    }
    .dft-slick[m-slick*=carousel-] .slick-track {
        margin-bottom: 20px;
    }
    .dft-slick[m-slick=carousel-full] .slick-slide:before {
        content: none;
    }
}
@media only screen and (min-width:1441px) {
        .dft-slick .slick-arrow {
        width: 3.46981vw;
    }
    .dft-slick .slick-arrow:after, .dft-slick .slick-arrow:before {
        font-size: 3.60861vw;
    }
    .dft-slick .slick-paginator {
        font-size: 1.11034vw;
        height: 2.08189vw;
        width: 2.08189vw;
        bottom: 2.29008vw;
    }
    .dft-slick[m-slick=hero-image] .slick-arrow, .dft-slick[m-slick=hero-image] .slick-paginator {
        bottom: 2.29008vw;
        width: 2.42887vw;
    }
    .dft-slick[m-slick=hero-image] .slick-paginator {
        left: 6.59264vw;
    }
    .dft-slick[m-slick=hero-image] .slick-arrow.slick-prev {
        left: 4.16378vw;
    }
    .dft-slick[m-slick=hero-image] .slick-arrow.slick-next {
        left: 9.02151vw;
    }
    .dft-slick[m-slick=carousel-full] .slick-track.move-left {
        left: 3.46981vw;
    }
    .dft-slick[m-slick=carousel-full] .slick-track.move-right {
        left: -3.46981vw;
    }
    .dft-slick[m-slick=carousel-full] .slick-list {
        padding: 0 5.20472vw;
    }
}
.dft-slider-full .slider-items .item-slider {
    min-width: 81.25vw;
    max-width: 81.25vw;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4.6875vw;
}
.dft-slider-full .slider-items .item-slider:last-child {
    margin-right: 0;
}
.dft-slider-full .slider-items .item-slider>.dft-text {
    color: #003746;
    text-align: center;
    padding-bottom: 9.375vw;
    height: 21.875vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.dft-slider-full .slider-items .item-slider picture>img {
    min-height: 39.0625vw;
    width: 100%}
.dft-slider-full .slider-items .item-slider picture>figcaption {
    display: flex;
    flex-direction: column;
    padding: 6.25vw 4.6875vw;
    background-color: #fff;
    opacity: 1;
    transition: opacity 350ms ease-in-out;
}
.dft-slider-full .slider-items .item-slider picture>figcaption>.dft-title-5 {
    color: #003746;
    margin-bottom: 3.125vw;
}
.dft-slider-full .slider-items .item-slider picture>figcaption>.dft-title-subtitle {
    margin-bottom: 6.25vw;
}
.dft-slider-full .slider-items .item-slider picture>figcaption .item {
    margin-bottom: 3.125vw;
    padding-top: 3.125vw;
    border-top-style: solid;
    border-top-width: .3125vw;
    border-top-color: #003746;
}
.dft-slider-full .slider-items .item-slider picture>figcaption .item .dft-text {
    color: #003746;
}
.dft-slider-full .slider-items .item-slider:not(.slick-current) {
    transition: -webkit-filter 350ms ease;
    transition: filter 350ms ease;
    transition: filter 350ms ease, -webkit-filter 350ms ease;
}
.dft-slider-full .slider-items .item-slider:not(.slick-current) picture>figcaption {
    opacity: 0;
}
.dft-slider-full .slick-arrow::after, .dft-slider-full .slick-arrow::before {
    color: #fff;
}
@media only screen and (max-width:767px) {
    .dft-slider-full .slick-arrow {
        top: 0;
        -webkit-transform: none;
        transform: none;
        height: 12.5vw;
        width: 12.5vw;
        background-color: #003746;
        border-radius: 50%}
    .dft-slider-full .slick-arrow::after, .dft-slider-full .slick-arrow::before {
        font-size: 6.25vw;
    }
    .dft-slider-full .slick-arrow.slick-prev {
        left: 9.375vw;
    }
    .dft-slider-full .slick-arrow.slick-next {
        right: 9.375vw;
    }
}
@media only screen and (min-width:768px) {
    .dft-slider-full .slider-nav {
        margin-bottom: 40px;
        height: 30px;
    }
    .dft-slider-full .slider-nav ul {
        display: flex;
        justify-content: center;
        max-width: 540px;
        height: inherit;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    .dft-slider-full .slider-nav ul .item-nav {
        color: #003746;
        margin-right: 10px;
        transition: color 350ms ease-in-out;
        display: flex;
        align-items: center;
        height: inherit;
    }
    .dft-slider-full .slider-nav ul .item-nav button {
        outline: 0;
        border: none;
        appearance: none;
        -webkit-appearance: none;
        -ms-appareance: none;
        -moz-appearance: none;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 50px;
        height: inherit;
    }
    .dft-slider-full .slider-nav ul .item-nav button:active {
        box-shadow: none;
    }
    .dft-slider-full .slider-nav ul .item-nav button:active:focus {
        border: none;
    }
    .dft-slider-full .slider-nav ul .item-nav:nth-child(5) {
        margin-right: 0;
    }
    .dft-slider-full .slider-nav ul .item-nav[m-active=true] {
        color: #fff;
    }
    .dft-slider-full .slider-nav ul .nav-bar {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: width 350ms ease-in-out, left 350ms ease-in-out;
        left: 0;
        height: inherit;
        width: 100px;
        background-color: #003746;
        z-index: -1;
        border-radius: 50px;
    }
    .dft-slider-full .slider-items .item-slider {
        min-width: 578px;
        max-width: 578px;
        margin-right: 5px;
    }
    @supports (-webkit-filter:blur(1px)) or (filter:blur(1px)) {
        .dft-slider-full .slider-items .item-slider {
            -webkit-filter: blur(1px);
            filter: blur(1px);
        }
        .dft-slider-full .slider-items .item-slider.slick-current {
            -webkit-filter: blur(0);
            filter: blur(0);
        }
    }
    .dft-slider-full .slider-items .item-slider:not(.slick-current) picture figcaption {
        opacity: 0;
    }
    .dft-slider-full .slider-items .item-slider>.dft-text {
        display: none;
    }
    .dft-slider-full .slider-items .item-slider picture {
        position: relative;
    }
    .dft-slider-full .slider-items .item-slider picture>img {
        min-height: 380px;
    }
    .dft-slider-full .slider-items .item-slider picture>figcaption {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 300px;
        padding: 20px;
        right: 30px;
    }
    .dft-slider-full .slider-items .item-slider picture>figcaption>.dft-title-5 {
        margin-bottom: 10px;
    }
    .dft-slider-full .slider-items .item-slider picture>figcaption>.dft-title-subtitle {
        margin-bottom: 20px;
    }
    .dft-slider-full .slider-items .item-slider picture>figcaption .item {
        margin-bottom: 10px;
        padding-top: 10px;
        border-top-width: 2px;
    }
    .dft-slider-full .slider-items .slick-arrow {
        transition: opacity 350ms ease-in-out;
        width: 100px;
    }
    .dft-slider-full .slider-items .slick-arrow.slick-disabled {
        pointer-events: none;
        opacity: 0;
    }
    .dft-slider-full .slider-items .slick-arrow.slick-next::before, .dft-slider-full .slider-items .slick-arrow.slick-prev::after {
        display: block;
        width: inherit;
        height: 50px;
        color: #fff;
        top: 55%;
        text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
        /* font-family: IR, sans-serif; */
        font-size: 14px;
    }
    .dft-slider-full .slider-items .slick-arrow.slick-next::after, .dft-slider-full .slider-items .slick-arrow.slick-prev::before {
        top: 45%;
        font-size: 30px;
        text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    }
    .dft-slider-full .slider-items .slick-arrow.slick-prev::after {
        content: 'MENOR RIESGO'}
    .dft-slider-full .slider-items .slick-arrow.slick-next::before {
        content: 'MAYOR RIESGO'
    }
}
@media only screen and (min-width:992px) {
    .dft-slider-full .slider-items .item-slider {
        min-width: 1070px;
        max-width: 1070px;
    }
    .dft-slider-full .slider-items .item-slider picture>img {
        min-height: 480px;
    }
    .dft-slider-full .slider-items .item-slider picture>figcaption {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 420px;
        padding: 30px;
        -webkit-transform: none;
        transform: none;
        top: 180px;
        right: 70px;
    }
    .dft-slider-full .slider-items .item-slider picture>figcaption .item {
        margin-bottom: 20px;
        flex-basis: calc(100% / 2 - 2.5%);
        flex-shrink: 0;
        flex-grow: 0;
    }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .dft-slider-full .slider-items .item-slider {
        min-width: 654px;
        max-width: 654px;
    }
    .dft-slider-full .slider-items .item-slider picture>figcaption {
        right: 30px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-slider-full .slider-items .item-slider {
        min-width: 74.25399vw;
        max-width: 74.25399vw;
        margin-right: .34698vw;
    }
    .dft-slider-full .slider-items .item-slider picture>img {
        min-height: 33.3102vw;
    }
    .dft-slider-full .slider-items .item-slider picture>figcaption {
        max-width: 29.14643vw;
        padding: 2.08189vw;
        top: 12.49133vw;
        right: 4.85774vw;
    }
    .dft-slider-full .slider-items .item-slider picture>figcaption>.dft-title-5 {
        margin-bottom: .69396vw;
    }
    .dft-slider-full .slider-items .item-slider picture>figcaption .item, .dft-slider-full .slider-items .item-slider picture>figcaption>.dft-title-subtitle {
        margin-bottom: 1.38793vw;
    }
    .dft-slider-full .slider-items .slick-arrow {
        width: 6.93963vw;
    }
    .dft-slider-full .slider-items .slick-arrow.slick-next::before, .dft-slider-full .slider-items .slick-arrow.slick-prev::after {
        height: 3.46981vw;
        font-size: .97155vw;
        text-shadow: 0 .13879vw .13879vw rgba(0, 0, 0, .3);
    }
    .dft-slider-full .slider-items .slick-arrow.slick-next::after, .dft-slider-full .slider-items .slick-arrow.slick-prev::before {
        font-size: 2.08189vw;
        text-shadow: 0 .13879vw .13879vw rgba(0, 0, 0, .3);
    }
}
.dft-steps .steps-img {
    background-size: cover;
}
.dft-steps [class*=icon-round]:after {
    z-index: -1;
    height: 100%;
    width: 100%}
.dft-steps .steps-content, .dft-steps>.dft-img {
    min-height: 46.875vw;
    min-width: 100vw;
}
.dft-steps .steps-list {
    margin: 0;
}
.dft-steps .steps-list>li {
    display: flex;
    position: relative;
    min-height: 26.5625vw;
    padding-left: 9.375vw;
}
.dft-steps .steps-list>li>span.dft-text {
    border-radius: 50%;
    height: 9.375vw;
    justify-content: center;
    left: -4.6875vw;
    position: absolute;
    top: 0;
    width: 9.375vw;
}
.dft-steps .steps-list>li:last-child {
    border-left: none;
    padding-bottom: 0;
    min-height: auto;
}
.dft-steps .dft-img img {
    height: 100%
}
@media only screen and (min-width:768px) {
    .dft-steps .steps-content, .dft-steps>.dft-img {
        min-height: 150px;
        min-width: 50%
    }
    .dft-steps .steps-list>li {
        min-height: 75px;
        padding-left: 30px;
    }
    .dft-steps .steps-list>li>span.dft-text {
        height: 30px;
        left: -15px;
        width: 30px;
    }
}
@media only screen and (min-width:992px) {
    .dft-steps {
        display: flex;
    }
    .dft-steps .steps-content, .dft-steps>.dft-img {
        min-height: 450px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-steps .steps-content, .dft-steps>.dft-img {
        min-height: 31.22831vw;
    }
    .dft-steps .steps-list>li {
        padding-left: 2.08189vw;
        min-height: 5.20472vw;
    }
    .dft-steps .steps-list>li>span.dft-text {
        height: 2.08189vw;
        left: -1.04094vw;
        width: 2.08189vw;
    }
}
.dft-sticky-bar {
    background: #323232;
    background: linear-gradient(to bottom, #53565a 0, #323232 100%);
    height: 21.875vw;
    display: flex;
    transition: bottom 350ms ease-in-out;
}
.dft-sticky-bar .sticky-item {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #003746;
    padding: 1.5625vw;
    border-right-style: solid;
    border-right-width: .625vw;
    border-right-color: #11172c;
}
.dft-sticky-bar .sticky-item:last-child {
    border-right: none;
}
.dft-sticky-bar .sticky-item img {
    width: 18.75vw;
}
.dft-sticky-bar .sticky-item.dft-text {
    flex-grow: 2;
    padding: 3.125vw;
}
.dft-sticky-bar .sticky-item.dft-link {
    padding: 0;
}
.dft-sticky-bar .sticky-item.dft-link>[class*=dft-icon-] {
    font-size: 6.25vw;
}
.dft-sticky-bar[m-fixed=true] {
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 3;
}
@media only screen and (min-width:768px) {
    .dft-sticky-bar {
        height: 70px;
    }
    .dft-sticky-bar .sticky-item {
        padding: 0;
        border-width: 2px;
    }
    .dft-sticky-bar .sticky-item img {
        width: 60px;
    }
    .dft-sticky-bar .sticky-item.dft-text {
        padding: 0;
    }
    .dft-sticky-bar .sticky-item.dft-link {
        color: #fff;
    }
    .dft-sticky-bar .sticky-item.dft-link .text-link {
        padding-right: 10px;
    }
    .dft-sticky-bar .sticky-item.dft-link>[class*=dft-icon-] {
        font-size: 20px;
    }
}
@media only screen and (min-width:992px) {
    .dft-sticky-bar .sticky-item.dft-text {
        flex-grow: 1;
    }
    .dft-sticky-bar .sticky-item.dft-link {
        flex-grow: 2;
    }
    .dft-sticky-bar .sticky-item.dft-link .text-link:after {
        content: none;
    }
    .dft-sticky-bar .sticky-item.dft-link>[class*=dft-icon-] {
        font-size: 15px;
    }
    .dft-sticky-bar[m-down=false] {
        bottom: -70px;
    }
    .dft-sticky-bar[m-down=true] {
        bottom: 0;
    }
}
@media only screen and (min-width:1441px) {
    .dft-sticky-bar {
        height: 4.85774vw;
    }
    .dft-sticky-bar .sticky-item {
        border-width: .13879vw;
    }
    .dft-sticky-bar .sticky-item img {
        width: 4.16378vw;
    }
    .dft-sticky-bar .sticky-item.dft-link .text-link {
        padding-right: .69396vw;
    }
    .dft-sticky-bar .sticky-item.dft-link>[class*=dft-icon-] {
        font-size: 1.04094vw;
    }
    .dft-sticky-bar[m-down=false] {
        bottom: -4.85774vw;
    }
}
.dft-tab .nav-tabs {
    border-bottom: 0;
}
.dft-tab .nav-tabs>li {
    display: inline-block;
    float: none;
    margin-bottom: 0;
    margin-right: 15px;
}
.dft-tab .nav-tabs>li.active>a {
    color: #003746;
    pointer-events: none;
}
.dft-tab .nav-tabs>li.active>a:hover {
    border: none;
}
.dft-tab .nav-tabs>li.active>a:after {
    width: 100%;
    background-color: #003746;
}
.dft-tab .nav-tabs>li:last-child {
    margin-right: 0;
}
.dft-tab .nav-tabs>li>a {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #323232;
    margin-right: 0;
    padding: 0;
    color: #53565a;
    position: relative;
    transition: color 350ms ease-in-out;
    /* font-family: IL, sans-serif; */
    font-size: 16px;
}
.dft-tab .nav-tabs>li>a:focus {
    background-color: transparent;
    border: none;
    outline: 0;
}
.dft-tab .nav-tabs>li>a:hover {
    background-color: transparent;
}
.dft-tab .nav-tabs>li>a:hover:after {
    width: 100%}
.dft-tab .nav-tabs>li>a:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #003746;
    bottom: -1px;
    content: '';
    transition: width 350ms ease-in-out;
    width: 0;
    height: 1px;
}
@media only screen and (max-width:480px) {
    .dft-tab[m-tabs=scroll] [role=tabpanel] {
        overflow: hidden;
    }
    .dft-tab[m-tabs=scroll] [role=tabpanel]>ul.nav {
        height: 40px;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .dft-tab[m-tabs=scroll] [role=tabpanel]>ul.nav>li:first-child {
        margin-left: 15px;
    }
    .dft-tab[m-tabs=scroll] [role=tabpanel]>ul.nav>li:last-child {
        margin-right: 15px;
    }
    .dft-tab[m-tabs=scroll] [role=tabpanel]>ul.nav::-webkit-scrollbar {
        height: 0;
    }
}
@media only screen and (max-width:767px) {
    .dft-tab[m-tabs=icon] {
        min-height: 139.0625vw;
    }
    .dft-tab[m-tabs=icon]>div:not(.tab-content) {
        position: relative;
    }
    .dft-tab[m-tabs=icon] .nav-tabs {
        display: flex;
        justify-content: space-around;
        position: absolute;
        bottom: -21.875vw;
        width: 100%}
    .dft-tab[m-tabs=icon] .nav-tabs>li {
        margin-right: 0;
        padding: 1.5625vw;
    }
    .dft-tab[m-tabs=icon] .nav-tabs>li.active {
        background-color: #002d72;
        border-radius: 2.5vw;
    }
    .dft-tab[m-tabs=icon] .nav-tabs>li.active>a:after {
        content: none;
    }
    .dft-tab[m-tabs=icon] .nav-tabs>li>a {
        font-size: 3.125vw;
    }
    .dft-tab[m-tabs=icon] .nav-tabs>li .item-icon {
        font-size: 7.8125vw;
    }
}
@media only screen and (min-width:992px) {
    .dft-tab .nav-tabs>li {
        margin-right: 30px;
    }
    .dft-tab .nav-tabs>li>a {
        font-size: 14px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-tab .nav-tabs>li {
        margin-right: 2.1vw;
    }
    .dft-tab .nav-tabs>li>a {
        font-size: .98vw;
    }
    .dft-tab .nav-tabs>li>a:after {
        bottom: -.07vw;
        height: .07vw;
    }
}
.dft-table td {
    float: left!important;
}
.dft-table .dft-table-cell {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.dft-table .dft-table-cell.dft-title {
    justify-content: center;
}
.dft-table .dft-table-cell>span {
    font-size: 20px;
}
@media only screen and (max-width:992px) {
    .dft-table {
        padding: 0;
    }
    .dft-table>table {
        display: block;
    }
    .dft-table tbody, .dft-table td, .dft-table tr {
        display: block;
        width: 100%}
    .dft-table .dft-table-item {
        width: 300px;
    }
    .dft-table .dft-table-item>.dft-table-cell:not(.dft-title) {
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        padding-top: 5px;
        padding-bottom: 5px;
        height: auto;
    }
    .dft-table .dft-table-item>.dft-table-cell:not(.dft-title):last-child {
        border-top: none;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
    .dft-table .dft-slick[slick-card*=carousel-] .slick-track {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width:992px) {
    .dft-table .dft-table-cell {
    font-size: 14px!important;
    height: 50px;
}
}@media only screen and (min-width:1441px) {
    .dft-table .dft-table-cell {
        font-size: .98vw!important;
        height: 3.5vw;
    }
}
[class*=dft-text] {

    margin: 0;
    line-height: 1.4;
    transition: font 350ms ease-in-out;
}
.dft-text {
    color: #003746;
    font-size: 4.375vw;
}
.dft-text-legal {
    letter-spacing: .15625vw;
    text-align: justify;
}
.dft-text-legal .dft-link {
    font-size: 3.75vw;
}
.dft-text-legal, .dft-text-small {
    font-size: 3.75vw;
    color: #003746;
}
@media only screen and (min-width:768px) {
    .dft-text {
        font-size: 14px;
    }
    .dft-text-legal {
        letter-spacing: 0;
    }
    .dft-text-legal .dft-link {
        font-size: 12px;
    }
    .dft-text-legal, .dft-text-small {
        font-size: 12px;
    }
    }@media only screen and (min-width:992px) {
        .dft-text {
        font-size: 16px;
    }
    .dft-text.text-legal .dft-link:hover {
        color: #008294;
    }
}
@media only screen and (min-width:1441px) {
    .dft-text {
        font-size: 1.11034vw;
    }
    .dft-text-legal, .dft-text-small {
        font-size: .83276vw;
    }
    .dft-text-legal .dft-link, .dft-text-small .dft-link {
        font-size: .83276vw;
    }
}
[class*=dft-title-] {
    color: #003746;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1;
    transition: font 350ms ease-in-out;
}
.dft-title-1 {
    font-size: 5vw;
    letter-spacing: 1.25vw;
}
.dft-title-2 {
    font-size: 7.5vw;
}
.dft-title-3 {
    font-size: 6.875vw;
}
.dft-title-4 {
    font-size: 6.25vw;
    /* font-family: IL, sans-serif; */
}
.dft-title-5 {
    font-size: 5.625vw;
    /* font-family: IL, sans-serif; */
}
.dft-title-highlights, .dft-title-subtitle {
    font-size: 5.625vw;
}
.dft-title-1, .dft-title-4 {
    color: #003746;
}
@media only screen and (min-width:768px) {
    .dft-title-1 {
        font-size: 16px;
    }
    .dft-title-1 {
        letter-spacing: 4px;
    }
    .dft-title-2 {
        font-size: 24px;
    }
    .dft-title-3 {
        font-size: 22px;
    }
    .dft-title-4 {
        font-size: 20px;
    }
    .dft-title-5, .dft-title-highlights, .dft-title-subtitle {
        font-size: 18px;
    }
}
@media only screen and (min-width:992px) {
    .dft-title-1 {
        font-size: 20px;
        letter-spacing: 5px;
    }
    .dft-title-2 {
        font-size: 36px;
    }
    .dft-title-3 {
        font-size: 32px;
    }
    .dft-title-4 {
        font-size: 24px;
    }
    .dft-title-5 {
        font-size: 18px;
    }
    .dft-title-highlights {
        font-size: 22px;
    }
    .dft-title-subtitle {
        font-size: 20px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-title-1 {
        font-size: 1.38793vw;
        letter-spacing: .34698vw;
    }
    .dft-title-2 {
        font-size: 2.49827vw;
    }
    .dft-title-3 {
        font-size: 2.22068vw;
    }
    .dft-title-4 {
        font-size: 1.66551vw;
    }
    .dft-title-5 {
        font-size: 1.24913vw;
    }
    .dft-title-highlights {
        font-size: 1.52672vw;
    }
    .dft-title-subtitle {
        font-size: 1.38793vw;
    }
}
.dft-tooltip {
    cursor: pointer;
}
.dft-tooltip.tooltip-question {
    align-items: center;
    border-radius: 50%;
    color: #003746;
    display: flex;
    font-size: 6.25vw;
    height: 6.25vw;
    justify-content: center;
    padding: 0;
    width: 6.25vw;
}
.dft-tooltip.tooltip-question+.tooltip {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}
.dft-tooltip.tooltip-question+.tooltip.in {
    opacity: 1;
}
.dft-tooltip.tooltip-question+.tooltip .tooltip-arrow {
    border-bottom-color: #003746;
}
.dft-tooltip.tooltip-question+.tooltip .tooltip-inner {
    background-color: #003746;
    border-radius: .625vw;
    color: #fff;
    /* font-family: IL, sans-serif; */
    font-size: 3.4375vw;
    height: auto;
    padding: 3.125vw 1.5625vw;
    width: 54.6875vw;
}
.dft-tooltip.tooltip-question.theme-white {
    color: #fff;
}
.dft-tooltip.tooltip-question.theme-white+.tooltip .tooltip-arrow {
    border-bottom-color: #fff;
}
.dft-tooltip.tooltip-question.theme-white+.tooltip .tooltip-inner {
    background-color: #fff;
    color: #003746;
}
button.dft-tooltip {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appareance: none;
    -moz-appearance: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
button.dft-tooltip:active {
    box-shadow: none;
}
button.dft-tooltip:active:focus {
    border: none;
}
button.dft-tooltip:hover {
    background: 0 0;
}
button.dft-tooltip:active, button.dft-tooltip:focus {
    outline: 0!important;
}
@media only screen and (min-width:768px) {
    .dft-tooltip.tooltip-question {
        font-size: 20px;
        height: 20px;
        width: 20px;
    }
    .dft-tooltip.tooltip-question+.tooltip {
        padding-left: 15px;
        padding-right: 15px;
    }
    .dft-tooltip.tooltip-question+.tooltip .tooltip-inner {
        border-radius: 2px;
        font-size: 11px;
        padding: 10px 5px;
        width: 175px;
    }
}
@media only screen and (min-width:1441px) {
    .dft-tooltip.tooltip-question {
        font-size: 1.38793vw;
        height: 1.38793vw;
        width: 1.38793vw;
    }
    .dft-tooltip.tooltip-question+.tooltip {
        padding-left: 1.04094vw;
        padding-right: 1.04094vw;
    }
    .dft-tooltip.tooltip-question+.tooltip .tooltip-inner {
        border-radius: .13879vw;
        font-size: .76336vw;
        padding: .69396vw .34698vw;
        width: 12.14434vw;
    }
}
.dft-footer>.dft-tooltip-content {
    display: none!important;
}
.open-tooltip {
    position: relative!important;
}
body .overlay-tooltip {
    background-color: rgba(50, 50, 50, .5);
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 350ms ease-in-out;
    z-index: 49;
}
body.body-tooltip {
    overflow: hidden;
}
body.body-tooltip .dft-footer>.dft-tooltip-content {
    display: block!important;
}
body.body-tooltip .overlay-tooltip {
    opacity: 1;
    pointer-events: all;
}
body.body-tooltip.special-tooltip .dft-footer>.dft-tooltip-content {
    display: none!important;
}
a.dft-tooltip-out {
    text-decoration: none!important;
}
a.dft-tooltip-out:hover {
    text-decoration: none!important;
}
button.dft-tooltip-out {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appareance: none;
    -moz-appearance: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
button.dft-tooltip-out:active {
    box-shadow: none;
}
button.dft-tooltip-out:active:focus {
    border: none;
}
.dft-tooltip-content {
    border-radius: 5px!important;
    box-shadow: 0 2px 6px #323232!important;
    left: 50%!important;
    width: 225px!important;
    position: fixed!important;
    text-align: left!important;
    top: 50%!important;
    -webkit-transform: translate(-50%, -50%)!important;
    transform: translate(-50%, -50%)!important;
    z-index: 50!important;
}
.dft-tooltip-content .dft-link {
    font-size: 12px!important;
}
.dft-tooltip-content>.tooltip-out-text>.dft-text {
    font-size: 12px!important;
}
.dft-tooltip-content>.tooltip-out-text>.dft-text .tooltip-text {
    font-size: 12px!important;
}
.dft-tooltip-content>.dft-icon-close-fill {
    color: #003746!important;
    font-size: 30px!important;
    position: absolute!important;
    right: -15px!important;
    top: -15px!important;
    transition: color 350ms ease-in-out!important;
}
.dft-tooltip-content>.dft-icon-close-fill:hover {
    color: #008294!important;
}
.dft-tooltip-content>.dft-icon-close-fill:after {
    background-color: #fff!important;
    border-radius: 50%!important;
    content: ''!important;
    height: 30px!important;
    position: absolute!important;
    right: 0!important;
    top: 0!important;
    width: 30px!important;
    z-index: -1!important;
}
.dft-tooltip-content>.tooltip-out-link {
    border-radius: 0 0 5px 5px!important;
}
.dft-tooltip-content>.tooltip-out-link>.dft-link>.text-link {
    font-size: 12px!important;
}
.dft-tooltip-content>.tooltip-out-link>.dft-link>.dft-icon-arrow-right {
    color: #003746!important;
    font-size: 26px!important;
}
@media only screen and (min-width:992px) {
    .dft-tooltip-content {
        bottom: 0!important;
        position: absolute!important;
        -webkit-transform: translateX(-50%)!important;
        transform: translateX(-50%)!important;
        top: initial!important;
        top: inherit!important;
    }
    .dft-tooltip-content>.tooltip-out-link>.dft-link:hover>.dft-icon-arrow-right {
        color: #008294!important;
    }
}
@media only screen and (min-width:1441px) {
    .dft-tooltip-content {
        border-radius: .35vw!important;
        box-shadow: 0 .14vw .42vw #323232!important;
        width: 15.4vw!important;
    }
    .dft-tooltip-content .dft-link {
        font-size: .84vw!important;
    }
    .dft-tooltip-content>.tooltip-out-text>.dft-text {
        font-size: .84vw!important;
    }
    .dft-tooltip-content>.tooltip-out-text>.dft-text .tooltip-text {
        font-size: .84vw!important;
    }
    .dft-tooltip-content>.dft-icon-close-fill {
        font-size: 2.1vw!important;
        right: -1.05vw!important;
        top: -1.05vw!important;
    }
    .dft-tooltip-content>.dft-icon-close-fill:after {
        height: 2.1vw!important;
        width: 2.1vw!important;
    }
    .dft-tooltip-content>.tooltip-out-link {
        border-radius: 0 0 .35vw .35vw!important;
    }
    .dft-tooltip-content>.tooltip-out-link>.dft-link>.text-link {
        font-size: .84vw!important;
    }
    .dft-tooltip-content>.tooltip-out-link>.dft-link>.dft-icon-arrow-right {
        font-size: 1.82vw!important;
    }
}
.dft-video {
    position: relative;
    overflow: hidden;
    transition: background-color 350ms ease-in-out;
}
.dft-video .pulse-video, .dft-video .pulse-video .dft-icon-right:before, .dft-video .pulse-video:after, .dft-video .pulse-video:before, .dft-video>video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.dft-video .pulse-video, .dft-video>figure, .dft-video>video {
    transition: opacity 350ms ease-in-out;
}
.dft-video>video {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.dft-video .pulse-video {
    height: 70px;
    width: 70px;
    transition: opacity 350ms ease-in-out, color 350ms ease-in-out;
}
.dft-video .pulse-video .dft-icon-right {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    z-index: 2;
    font-size: 20px;
}
.dft-video .pulse-video:after, .dft-video .pulse-video:before {
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0, #fff 100%);
    content: "";
    border-radius: 50%;
    height: 70px;
    width: 70px;
    opacity: .7;
}
.dft-video .pulse-video:before {
    z-index: 1;
    -webkit-animation-name: pulseSmall;
    animation-name: pulseSmall;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}
.dft-video .pulse-video:after {
    z-index: 0;
    -webkit-animation-name: pulseLarge;
    animation-name: pulseLarge;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}
.dft-video.pulse-static .pulse-video:hover:after, .dft-video.pulse-static .pulse-video:hover:before {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.dft-video.pulse-infinite .pulse-video:after, .dft-video.pulse-infinite .pulse-video:before {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.dft-video.pulse-infinite .pulse-video:hover:after, .dft-video.pulse-infinite .pulse-video:hover:before {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.dft-video .video-kaltura {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.dft-video.pulse-init .pulse-video:after, .dft-video.pulse-init .pulse-video:before {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.dft-video.pulse-init .pulse-video:hover {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes pulseSmall {
    0% {
        height: 0;
        width: 0;
    }
    50% {
        height: 100px;
        width: 100px;
    }
    60% {
        opacity: 0;
    }
    80% {
        height: 70px;
        width: 70px;
    }
    100% {
        height: 0;
        width: 0;
        opacity: 0;
    }
}
@keyframes pulseSmall {
    0% {
        height: 0;
        width: 0;
    }
    50% {
        height: 100px;
        width: 100px;
    }
    60% {
        opacity: 0;
    }
    80% {
        height: 70px;
        width: 70px;
    }
    100% {
        height: 0;
        width: 0;
        opacity: 0;
    }
}
@-webkit-keyframes pulseLarge {
    0% {
        height: 0;
        width: 0;
    }
    50% {
        height: 140px;
        width: 140px;
    }
    60% {
        opacity: 0;
    }
    80% {
        height: 70px;
        width: 70px;
    }
    100% {
        height: 0;
        width: 0;
        opacity: 0;
    }
}
@keyframes pulseLarge {
    0% {
        height: 0;
        width: 0;
    }
    50% {
        height: 140px;
        width: 140px;
    }
    60% {
        opacity: 0;
    }
    80% {
        height: 70px;
        width: 70px;
    }
    100% {
        height: 0;
        width: 0;
        opacity: 0;
    }
}
@media only screen and (min-width:1441px) {
    .dft-video .pulse-video {
        height: 4.9vw;
        width: 4.9vw;
    }
    .dft-video .pulse-video .dft-icon-right {
        font-size: 1.4vw;
    }
    .dft-video .pulse-video:after, .dft-video .pulse-video:before {
        height: 4.9vw;
        width: 4.9vw;
    }
@-webkit-keyframes pulseSmall {
    0% {
        height: 0;
        width: 0;
    }
    50% {
        height: 7vw;
        width: 7vw;
    }
    60% {
        opacity: 0;
    }
    80% {
        height: 4.9vw;
        width: 4.9vw;
    }
    100% {
        height: 4.9vw;
        width: 4.9vw;
        opacity: 0;
    }
}
@keyframes pulseSmall {
    0% {
        height: 0;
        width: 0;
    }
    50% {
        height: 7vw;
        width: 7vw;
    }
    60% {
        opacity: 0;
    }
    80% {
        height: 4.9vw;
        width: 4.9vw;
    }
    100% {
        height: 4.9vw;
        width: 4.9vw;
        opacity: 0;
    }
}
@-webkit-keyframes pulseLarge {
    0% {
        height: 0;
        width: 0;
    }
    50% {
        height: 9.8vw;
        width: 9.8vw;
    }
    60% {
        opacity: 0;
    }
    80% {
        height: 4.9vw;
        width: 4.9vw;
    }
    100% {
        height: 4.9vw;
        width: 4.9vw;
        opacity: 0;
    }
}
@keyframes pulseLarge {
    0% {
        height: 0;
        width: 0;
    }
    50% {
        height: 9.8vw;
        width: 9.8vw;
    }
    60% {
        opacity: 0;
    }
    80% {
        height: 4.9vw;
        width: 4.9vw;
    }
    100% {
        height: 4.9vw;
        width: 4.9vw;
        opacity: 0;
    }
    }
}
.dft-tooltip-out .dft-tooltip-out__content { 
    z-index:  1;
}

@media only screen and(min-width: 768px)  {
    
  .dft-card-condition .condition-item  {
    
        height:  17.34906vw;
        
        width:  19.43095vw;
        
        padding:  1.38793vw;
        
        margin-right:  1.38793vw;
        
    }
}
@media only screen and (min-width:  992px) {
    
  .dft-card-condition .condition-item  {
    
      height:  280px;
    
      width:  280px;
    
      padding:  20px;
    
      margin-right:  20px;
    
  }
}
@media only screen and (min-width:  1441px) {
    
.dft-card-condition .condition-item  {
    
    height:  19.6vw;
    
    width:  19.43095vw;
    
    padding:  1.38793vw;
    
    margin-right:  1.38793vw;
    
}

}

.bg-beyond {
    
    background:  linear-gradient(to bottom,  #4a4a4a 0%,  #000000 100%);
    
}

/* Fix de tarjetas */
.dft-sticky-bar .sticky-item:not(:first-child) {
    
    display:  block;
    
    padding:  8px;
    
}
.dft-sticky-bar >a {
    
    display:  flex !important;
    
}

@media (min-width: 768px) {
    
    .dft-sticky-bar .sticky-item:not(:first-child) {
    
        padding:  15px;
    
}


}
@media (min-width: 1024px) {
    
    .dft-sticky-bar .sticky-item:not(:first-child) {
    
        padding:  12px;
    
}

}
@media (min-width: 1441px) {
    
    .dft-sticky-bar .sticky-item:not(:first-child) {
    
        padding:  1vw;
    
}

}

/* Fix de carrucel*/
@media (min-width: 1280px) {
    
  .dft-card-more[m-type=card-web] article {
    
	width: 22vw!important;
    
  }
}
 
@media (min-width: 1440px) {
    
  .dft-card-more[m-type=card-web] article {
    
	width: 20vw!important;
    
  }
}