/* 13-febrero-2025 */
.dft-apps button {
    outline: none;
    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: 47px;
    width: 160px
}

.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: none
}

.dft-apps button:active {
    background-color: transparent;
    border: none;
    color: transparent
}

.dft-apps button:focus {
    border: none;
    outline: none
}

.dft-apps.es-apps .google {
    background-position-y: -146px
}

.dft-apps.es-apps .apple {
    background-position-y: -49px
}

.dft-apps.es-apps .windows-phone {
    background-position-y: -240px
}

.dft-apps.en-apps .google {
    background-position-y: -97px
}

.dft-apps.en-apps .apple {
    background-position-y: 0
}

.dft-apps.en-apps .windows-phone {
    background-position-y: -193px
}

@media only screen and (min-width: 992px) {
    .dft-apps button {
        height:39px;
        width: 132px
    }

    .dft-apps.es-apps .google {
        background-position-y: -120px
    }

    .dft-apps.es-apps .apple {
        background-position-y: -40px
    }

    .dft-apps.es-apps .windows-phone {
        background-position-y: -198px
    }

    .dft-apps.en-apps .google {
        background-position-y: -80px
    }

    .dft-apps.en-apps .windows-phone {
        background-position-y: -158px
    }
}

@media only screen and (min-width: 1441px) {
    .dft-apps button {
        height:2.73vw;
        width: 9.24vw
    }

    .dft-apps.es-apps .google {
        background-position-y: -8.4vw
    }

    .dft-apps.es-apps .apple {
        background-position-y: -2.8vw
    }

    .dft-apps.es-apps .windows-phone {
        background-position-y: -13.86vw
    }

    .dft-apps.en-apps .google {
        background-position-y: -5.6vw
    }

    .dft-apps.en-apps .windows-phone {
        background-position-y: -11.06vw
    }
}

@media only screen and (max-width: 767px) {
    .dft-back.back-image {
        padding-top:85vw;
        background-size: 200%;
        background-position: 60% top
    }
}

.dft-btn {
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    display: inline-block;
    font-family: IR, sans-serif;
    font-size: 16px;
    height: 50px;
    min-width: 220px;
    padding: 6px 12px !important;
    transition: background-color 350ms ease-in-out, color 350ms ease-in-out, border 350ms ease-in-out;
    white-space: normal
}

.dft-btn.active:focus {
    outline: none
}

.dft-btn:active {
    box-shadow: none;
    outline: none
}

.dft-btn:active:focus {
    outline: none
}

.dft-btn.disabled {
    cursor: not-allowed;
    opacity: 1
}

.dft-btn:focus {
    outline: none
}

.dft-btn.dft-btn-1 {
    color: #FFF;
    background-color: #003746
}

.dft-btn.dft-btn-1:active {
    background-color: #0096F4
}

.dft-btn.dft-btn-1.disabled {
    background-color: #DEDEDE
}

.dft-btn.dft-btn-2,.dft-btn.dft-btn-opt {
    background-color: #FFF;
    border: 3px solid #003746;
    color: #00BDF2
}

.dft-btn.dft-btn-2:active,.dft-btn.dft-btn-opt:active {
    border: 3px solid #0096F4
}

.dft-btn.dft-btn-2.disabled,.dft-btn.dft-btn-opt.disabled {
    border: 3px solid #EEEEEE;
    color: #EEEEEE
}

.dft-btn.dft-btn-icon {
    background-color: transparent;
    color: #333333;
    font-size: 24px;
    height: auto;
    min-width: auto
}

.dft-btn.dft-btn-icon:hover {
    text-decoration: none
}

.dft-btn.dft-btn-opt {
    min-width: 100px;
    min-height: 45px;
    height: auto;
    border-color: #999999;
    border-radius: 8px;
    color: #999999;
    padding: 6px 12px
}

.dft-btn.dft-btn-opt.disabled {
    border-color: #999999;
    border-width: 1px;
    color: #999999
}

.dft-btn.dft-btn-opt.disabled:hover {
    border-color: #999999;
    color: #999999
}

.dft-btn.dft-btn-opt.active {
    color: #0096F4;
    border-color: #0096F4
}

a.dft-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

a.dft-btn.disabled {
    cursor: not-allowed
}

@media only screen and (min-width: 768px) {
    .dft-btn {
        font-size:14px
    }

    .dft-btn-icon {
        font-size: 21px
    }
}

@media only screen and (min-width: 992px) {
    .dft-btn.dft-btn-1:not(.disabled):hover {
        background-color:#00BDF2
    }

    .dft-btn.dft-btn-2:not(.disabled):hover {
        border: 3px solid #0096F4
    }

    .dft-btn.dft-btn-icon {
        font-size: 21px
    }

    .dft-btn.dft-btn-opt:hover,.dft-btn.dft-btn-opt:active {
        color: #0096F4;
        border-color: #0096F4
    }
}

@media only screen and (min-width: 1441px) {
    .dft-btn {
        height:3.5vw;
        font-size: 0.98vw;
        min-width: 15.4vw;
        padding: .42vw .84vw !important
    }

    .dft-btn.dft-btn-2:active {
        border: 0.12vw solid #0096F4
    }

    .dft-btn.dft-btn-2.disabled {
        border: 0.12vw solid #EEEEEE
    }

    .dft-btn.dft-btn-2:not(.disabled) {
        border: 0.12vw solid #003746
    }

    .dft-btn.dft-btn-2:not(.disabled):hover {
        border: 0.12vw solid #0096F4
    }

    .dft-btn.dft-btn-icon {
        font-size: 1.47vw
    }

    .dft-btn.dft-btn-opt {
        min-width: 7vw;
        height: 3.15vw;
        border-radius: .56vw;
        padding: .42vw .84vw
    }

    .dft-btn.dft-btn-opt.disabled {
        border-width: .7vw
    }
}

.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(51,51,51,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>a,.dft-card-benefits .benefits-item .dft-text-link {
    position: absolute;
    left: 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>a,.dft-card-benefits .benefits-item .benefits-item-description,.dft-card-benefits .benefits-item .benefits-item-overlay,.dft-card-benefits .benefits-item .dft-text-link {
    z-index: 1
}

.dft-card-benefits .benefits-item.open-overlay:after {
    background-color: rgba(0,45,114,0.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>a,.dft-card-benefits .benefits-item .dft-text-link {
        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
    }
}

@media only screen and (min-width: 1441px) {
    .dft-card-benefits .benefits-item {
        height:14.7vw;
        width: 21vw
    }

    .dft-card-benefits .benefits-item>a,.dft-card-benefits .benefits-item .dft-text-link {
        bottom: 1.4vw
    }

    .dft-card-benefits .benefits-item>a .dft-icon-plus {
        font-size: 2.8vw
    }
}

.dft-card-cross {
    font-size: 0
}

.dft-card-cross .cross-item {
    display: inline-block;
    margin-right: 10px;
    height: 160px;
    overflow: hidden;
    width: 300px
}

.dft-card-cross .cross-item:last-child {
    margin-right: 0
}

.dft-card-cross .cross-item>a {
    border: 1px solid #EEEEEE;
    border-radius: 0;
    height: 100%;
    margin-bottom: 0;
    padding: 20px
}

.dft-card-cross .cross-item>a>span {
    display: block;
    font-size: 30px;
    color: #003746;
    transition: color 350ms ease-in-out
}

.dft-card-cross .cross-item>a:hover,.dft-card-cross .cross-item>a:focus {
    text-decoration: none;
    border-color: #EEEEEE;
    outline: none
}

.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: #00BDF2
    }
}

@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: 0.07vw solid #EEEEEE;
        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: 78.125vw;
    height: 50vw
}

.dft-card-details article>div {
    height: 100%;
    position: relative
}

.dft-card-details article>div .dft-text-link {
    position: absolute;
    left: 6.25vw;
    bottom: 4.6875vw
}

@media only screen and (min-width: 768px) {
    .dft-card-details article {
        width:250px;
        height: 160px
    }

    .dft-card-details article>div .dft-text-link {
        left: 20px;
        bottom: 15px
    }
}

@media only screen and (min-width: 992px) {
    .dft-card-details article {
        width:300px
    }
}

@media only screen and (min-width: 1441px) {
    .dft-card-details article {
        width:21vw;
        height: 11.2vw
    }

    .dft-card-details article>div .dft-text-link {
        left: 1.4vw;
        bottom: 1.05vw
    }
}

.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:#00BDF2 !important
    }
}

@media only screen and (min-width: 1441px) {
    .dft-card-digital .digital-card {
        width:21vw
    }

    .dft-card-digital .digital-card>span {
        font-size: 2.8vw
    }
}

.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 300ms ease-in-out
}

.dft-card-experience .experience-item .experience-second {
    position: absolute;
    top: 85px;
    left: 0px;
    width: 100%;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
    pointer-events: none
}

.dft-card-experience .experience-item .more-info {
    position: absolute;
    left: 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: #EEEEEE;
    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 #333333
    }

    .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: #999999
    }
}

@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 0.14vw 0.42vw #333333
    }

    .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-module .card-module-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

.dft-card-module .card-module-item:before {
    content: attr(data-card);
    color: rgba(222,222,222,0.33);
    font-family: IB, sans-serif;
    font-size: 100px;
    position: absolute;
    left: 50%;
    text-transform: uppercase;
    top: 55%;
    transform: translate(-50%, -50%);
    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
}

.dft-card-module .card-module-item .dft-btn {
    transition: all 350ms ease-in-out
}

@media only screen and (max-width: 480px) {
    .dft-card-module .slick-track .slick-slide:not(.slick-current) .dft-btn {
        min-width:100px;
        height: 25px
    }

    .dft-card-module .slick-track .slick-slide:not(.slick-current) .dft-img {
        width: 40%
    }
}

@media only screen and (max-width: 992px) {
    .dft-card-module .card-module-item .dft-btn {
        min-width:200px
    }

    .dft-card-module .slick-track {
        display: flex;
        align-items: center
    }
}

@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%;
        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%;
        transform: translateX(-50%);
        content: '';
        background-color: rgba(255,255,255,0.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.card-max {
        height: 400px
    }

    .dft-card-module .card-module-item .module-content {
        height: 75%
    }

    .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%
    }
}

@media only screen and (min-width: 1441px) {
    .dft-card-module .card-module-item {
        height:25.2vw;
        width: 21vw;
        border-radius: .56vw
    }

    .dft-card-module .card-module-item.card-max {
        height: 28vw
    }

    .dft-card-module .card-module-item:before {
        font-size: 8.75vw
    }

    .dft-card-module .card-module-item .module-content .dft-img {
        max-height: 11.2vw
    }

    .dft-card-module .card-module-item .module-content .module-overlay .overlay-pleca:after {
        height: .07vw
    }
}

.dft-card-more {
    font-size: 0
}

.dft-card-more article {
    width: 73.4375vw;
    position: relative;
    overflow: hidden
}

.dft-card-more article>.dft-img {
    position: relative;
    height: 34.375vw
}

.dft-card-more article .more-description {
    height: 39.0625vw
}

.dft-card-more figcaption,.dft-card-more .overlay {
    position: absolute;
    left: 0
}

.dft-card-more figcaption {
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    transition: bottom 350ms ease-in-out
}

.dft-card-more .overlay {
    top: 0;
    left: 0;
    height: 34.375vw;
    width: 100%;
    background-color: rgba(51,51,51,0.5);
    opacity: .5;
    transition: opacity 350ms ease-in-out;
    z-index: 1
}

@media only screen and (min-width: 768px) {
    .dft-card-more article {
        width:235px
    }

    .dft-card-more article>.dft-img {
        height: 110px
    }

    .dft-card-more article .more-description {
        height: 125px
    }

    .dft-card-more .overlay {
        height: 110px
    }
}

@media only screen and (min-width: 992px) {
    .dft-card-more article {
        width:469px;
        height: 290px;
        position: relative
    }

    .dft-card-more article:hover figcaption {
        bottom: 50px
    }

    .dft-card-more article:hover .more-description .dft-text {
        height: 50px
    }

    .dft-card-more article:hover .overlay {
        opacity: .5
    }

    .dft-card-more .more-description {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2
    }

    .dft-card-more .more-description .dft-text {
        height: 0;
        transition: height 350ms ease-in-out;
        overflow: hidden
    }

    .dft-card-more.card-more-web article {
        width: 300px;
        height: 270px
    }

    .dft-card-more.card-more-web article>.dft-img,.dft-card-more.card-more-web article .overlay {
        height: 160px
    }

    .dft-card-more.card-more-web article .more-description {
        height: 110px
    }

    .dft-card-more.card-more-web article .more-description .dft-text {
        height: auto
    }

    .dft-card-more.card-more-web article:hover figcaption {
        bottom: 0
    }

    .dft-card-more.card-more-web article:hover .overlay {
        opacity: .5
    }

    .dft-card-more.card-more-web article .overlay {
        opacity: .5
    }
}

@media only screen and (min-width: 1441px) {
    .dft-card-more article {
        width:32.83vw;
        height: 20.3vw
    }

    .dft-card-more article:hover .more-description .dft-text {
        height: 3.5vw
    }

    .dft-card-more.card-more-web article {
        width: 21vw;
        height: 18.9vw
    }

    .dft-card-more.card-more-web article>.dft-img,.dft-card-more.card-more-web article .overlay {
        height: 11.2vw
    }

    .dft-card-more.card-more-web article .more-description {
        height: 7.7vw
    }

    .dft-card-more.card-more-web article:hover .more-description .dft-text {
        height: auto
    }
}

.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.6vw
    }

    .dft-card-product .product-item .dft-img,.dft-card-product .product-item .product-content {
        min-height: 20.3vw
    }

    .dft-card-product.product-inline .product-item {
        min-width: 32.2vw
    }

    .dft-card-product.product-inline .product-item .dft-img {
        min-width: 32.2vw
    }
}

.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,0.3);
    font-size: 16px;
    padding: 10px;
    position: absolute;
    right: -115px;
    top: 20px;
    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
}

@media only screen and (min-width: 768px) {
    .dft-card-transform .card-item {
        width:300px;
        height: 337px
    }
}

@media only screen and (min-width: 992px) {
    .dft-card-transform {
        max-width:1040px
    }
}

@media only screen and (min-width: 1441px) {
    .dft-card-transform {
        max-width:72.8vw
    }

    .dft-card-transform .card-item {
        width: 21vw;
        height: 23.59vw
    }
}

.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-experience .experience-item {
    position: relative
}

.dft-experience .experience-item>.dft-text-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,0.46) 44%, #002d72 69%, #002d72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00002d72, endColorstr=#002d72,GradientType=0 )
}

.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 300ms ease-in-out, opacity 300ms ease-in-out;
    width: 100%;
    height: 100px;
    justify-content: center
}

.dft-experience .experience-item.item-full-bg .dft-img.img-full img {
    transition: 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-text-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,0.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 {
    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 {
        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-text-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-form .form-group {
    margin-bottom: 0
}

.dft-form input,.dft-form select {
    background-color: #FFF;
    border: 0.3125vw solid #53565A;
    height: 10.9375vw;
    transition: border 350ms ease-in-out
}

.dft-form input {
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    color: #333333
}

.dft-form input:focus {
    outline: none;
    border: none;
    box-shadow: none
}

.dft-form input::placeholder {
    color: #999999
}

.dft-form label {
    color: #53565A;
    font-size: 5vw;
    font-weight: normal
}

.dft-form select {
    outline: none;
    box-shadow: none;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -ms-appareance: none;
    -moz-appearance: none;
    color: #999999
}

.dft-form select:focus {
    outline: none;
    box-shadow: none
}

.dft-form select:focus {
    border-color: #999999
}

.dft-form .select-content {
    position: relative
}

.dft-form .select-content .dft-icon-down {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6.25vw;
    font-size: 3.125vw;
    pointer-events: none
}

.dft-form.form-white input,.dft-form.form-white select {
    border-color: transparent
}

@media only screen and (min-width: 768px) {
    .dft-form input,.dft-form select {
        border:1px solid #53565A;
        height: 35px
    }

    .dft-form label {
        font-size: 16px
    }

    .dft-form .select-content .dft-icon-down {
        right: 20px;
        font-size: 10px
    }
}

@media only screen and (min-width: 1441px) {
    .dft-form input,.dft-form select {
        border:0.07vw solid #53565A;
        height: 2.45vw
    }

    .dft-form label {
        font-size: 1.12vw
    }

    .dft-form .select-content .dft-icon-down {
        right: 1.4vw;
        font-size: 0.7vw
    }
}

.dft-form-search {
    display: flex
}

.dft-form-search .form-control {
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #DDDDDD;
    flex: 1;
    font-family: IL, sans-serif;
    font-size: 16px;
    height: 50px
}

.dft-form-search .form-control:focus {
    outline: none;
    border: none;
    box-shadow: none
}

.dft-form-search .form-control::placeholder {
    color: #999999;
    font-family: IEL, sans-serif
}

.dft-form-search .form-control:focus {
    border: 1px solid #DDDDDD
}

.dft-form-search .input-group-addon {
    color: #FFF;
    background-color: #003746;
    border-radius: 0;
    font-size: 21px;
    justify-content: center;
    padding: 0;
    transition: background-color 350ms ease-in-out;
    width: 50px
}

@media only screen and (min-width: 992px) {
    .dft-form-search {
        max-width:435px
    }

    .dft-form-search .form-control {
        font-size: 17px
    }

    .dft-form-search .input-group-addon {
        font-size: 21px;
        width: 80px
    }

    .dft-form-search .input-group-addon:hover {
        background-color: #002D72
    }
}

@media only screen and (min-width: 1441px) {
    .dft-form-search {
        max-width:30.45vw
    }

    .dft-form-search .form-control {
        border: 0.07vw solid #DDDDDD;
        font-size: 1.19vw;
        height: 3.5vw
    }

    .dft-form-search .form-control:focus {
        border: 0.07vw solid #DDDDDD
    }

    .dft-form-search .input-group-addon {
        font-size: 1.47vw;
        width: 5.6vw
    }
}

.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: #666666 !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 picture,.dft-hero-image figure {
    min-width: 100%;
    position: relative
}

.dft-hero-image figure {
    min-height: 37.5vw;
    position: relative
}

.dft-hero-image svg,.dft-hero-image .img-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 31.25vw;
    height: 31.25vw
}

.dft-hero-image.hero-foto picture svg,.dft-hero-image.hero-foto picture .img-logo {
    top: auto
}

.dft-hero-image.hero-grey picture {
    background: #EEEEEE;
    background: linear-gradient(to bottom, #eee 0%, #999 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#999999',GradientType=0 )
}

.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,0.46) 44%, #002d72 69%, #002d72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00002d72, endColorstr=#002d72,GradientType=0 );
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35%;
    width: 100%;
    opacity: .9
}

.dft-hero-image.hero-card figcaption,.dft-hero-image.hero-card .hero-logo {
    position: absolute;
    bottom: 6.25vw
}

.dft-hero-image.hero-card figcaption {
    left: 6.25vw;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    width: 50%;
    height: 31.25vw
}

.dft-hero-image.hero-card figcaption .dft-text {
    height: 50%
}

.dft-hero-image.hero-card figcaption .hero-card-number {
    display: flex;
    align-items: center;
    font-size: 18.75vw;
    flex-basis: 20%
}

.dft-hero-image.hero-card figcaption .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-card-flat figure:after,.dft-hero-image.hero-card.hero-card-flat picture:after {
    content: none
}

@media only screen and (min-width: 768px) {
    .dft-hero-image picture,.dft-hero-image figure {
        min-width:384px;
        min-height: 350px
    }

    .dft-hero-image svg,.dft-hero-image .img-logo {
        width: 120px;
        height: 120px
    }

    .dft-hero-image.hero-foto picture img:not(.img-logo) {
        border-bottom-right-radius: 270px
    }

    .dft-hero-image.hero-foto picture svg,.dft-hero-image.hero-foto picture .img-logo {
        left: auto;
        transform: none;
        right: 20px;
        bottom: 20px
    }

    .dft-hero-image.half-hero {
        min-height: 280px
    }

    .dft-hero-image.half-hero picture,.dft-hero-image.half-hero figure {
        min-height: 280px
    }

    .dft-hero-image.half-hero figure {
        min-width: auto
    }

    .dft-hero-image.half-hero figure svg,.dft-hero-image.half-hero figure .img-logo {
        left: auto;
        right: 0;
        transform: translateY(-50%)
    }

    .dft-hero-image.half-hero svg,.dft-hero-image.half-hero .img-logo {
        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 svg,.dft-hero-image.half-hero.hero-foto picture .img-logo {
        right: 40px;
        bottom: -25%
    }

    .dft-hero-image.hero-card figcaption,.dft-hero-image.hero-card .hero-logo {
        bottom: 20px
    }

    .dft-hero-image.hero-card figcaption {
        left: 20px;
        height: 70px
    }

    .dft-hero-image.hero-card figcaption .hero-card-number {
        font-size: 85px
    }

    .dft-hero-image.hero-card figcaption .dft-text {
        height: 100%
    }

    .dft-hero-image.hero-card .hero-logo {
        min-width: 140px;
        max-width: 140px;
        min-height: 70px;
        max-height: 70px
    }
}

@media only screen and (min-width: 992px) {
    .dft-hero-image picture,.dft-hero-image figure {
        min-width:512px;
        min-height: 380px
    }

    .dft-hero-image figure svg,.dft-hero-image figure .img-logo {
        left: auto;
        right: 0;
        transform: translateY(-50%)
    }

    .dft-hero-image svg,.dft-hero-image .img-logo {
        width: 160px;
        height: 160px
    }

    .dft-hero-image.hero-foto picture img:not(.img-logo) {
        border-bottom-right-radius: 350px
    }

    .dft-hero-image.half-hero.hero-foto picture svg,.dft-hero-image.half-hero.hero-foto picture .img-logo {
        right: 80px
    }

    .dft-hero-image.hero-card figcaption .hero-card-number {
        flex-basis: 10%
    }
}

@media only screen and (min-width: 1441px) {
    .dft-hero-image picture,.dft-hero-image figure {
        min-width:35.84vw;
        min-height: 26.6vw
    }

    .dft-hero-image svg,.dft-hero-image .img-logo {
        width: 11.2vw;
        height: 11.2vw
    }

    .dft-hero-image.hero-foto picture img:not(.img-logo) {
        border-bottom-right-radius: 24.5vw
    }

    .dft-hero-image.hero-foto picture svg,.dft-hero-image.hero-foto picture .img-logo {
        right: 1.4vw;
        bottom: 1.4vw
    }

    .dft-hero-image.half-hero {
        min-height: 19.6vw
    }

    .dft-hero-image.half-hero picture,.dft-hero-image.half-hero figure {
        min-height: 19.6vw
    }

    .dft-hero-image.half-hero svg,.dft-hero-image.half-hero .img-logo {
        width: 9.8vw;
        height: 9.8vw
    }

    .dft-hero-image.half-hero.hero-foto picture svg,.dft-hero-image.half-hero.hero-foto picture .img-logo {
        right: 5.6vw
    }
}

.dft-icon-pleca>span {
    font-size: 12.5vw
}

.dft-icon-pleca>.dft-text {
    flex: 15
}

@media only screen and (min-width: 768px) {
    .dft-icon-pleca>span {
        font-size:40px
    }
}

@media only screen and (min-width: 992px) {
    .dft-icon-pleca>span {
        font-size:35px
    }
}

@media only screen and (min-width: 1441px) {
    .dft-icon-pleca>span {
        font-size:2.45vw
    }
}

.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%;
    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-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.8vw;
        text-indent: -2.1vw
    }

    .dft-list[type^=list-]>li:before {
        width: 2.1vw;
        padding-right: 3.125vw
    }
}

.dft-mechanics {
    display: flex;
    flex-direction: column
}

.dft-mechanics .mechanics-item {
    display: flex;
    align-items: center;
    padding-bottom: 10vw;
    position: relative
}

.dft-mechanics .mechanics-item:before {
    content: '';
    background-color: #FFF;
    position: absolute
}

.dft-mechanics .mechanics-item .mechanics-description {
    flex-grow: 1;
    margin-left: -9.5vw;
    padding-left: 15.625vw
}

.dft-mechanics .mechanics-item .mechanics-icon {
    height: 18.75vw;
    font-size: 13vw;
    flex-shrink: 0;
    flex-basis: 18.75vw
}

@media only screen and (max-width: 992px) {
    .dft-mechanics .mechanics-item:before {
        bottom:0;
        height: 100%;
        width: 2px;
        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
    }
}

@media only screen and (min-width: 768px) {
    .dft-mechanics {
        flex-direction:column
    }

    .dft-mechanics .mechanics-item:before {
        left: 40px
    }

    .dft-mechanics .mechanics-item .mechanics-description {
        margin-left: -40px;
        padding-left: 60px
    }

    .dft-mechanics .mechanics-item .mechanics-icon {
        flex-basis: 80px;
        height: 80px;
        font-size: 50px
    }
}

@media only screen and (min-width: 992px) {
    .dft-mechanics {
        flex-direction:row;
        justify-content: center
    }

    .dft-mechanics .mechanics-item {
        flex-direction: column;
        flex-basis: 100px;
        flex-grow: 1
    }

    .dft-mechanics .mechanics-item:before {
        top: 40px;
        left: 50%;
        width: 100%;
        height: 1px
    }

    .dft-mechanics .mechanics-item:last-child:before {
        content: none
    }

    .dft-mechanics .mechanics-item .mechanics-description {
        border-left: none
    }

    .dft-mechanics .mechanics-item .mechanics-icon {
        width: 80px
    }
}

@media only screen and (min-width: 1441px) {
    .dft-mechanics .mechanics-item:before {
        top:2.8vw;
        height: 0.07vw
    }

    .dft-mechanics .mechanics-item .mechanics-icon {
        width: 5.6vw;
        flex-basis: 5.6vw;
        font-size: 3.5vw
    }
}

.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%;
    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:#00BDF2
    }
}

@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%;
    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-content,.dft-modal-print .modal-body {
    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%;
    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"] {
    font-weight: bold;
    color: #333333;
    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 200ms ease-in-out, font-weight 200ms ease-in-out, border-color 200ms ease-in-out, border-width 200ms ease-in-out
    }

    .dft-nav-service .panel a:hover {
        font-weight: bold;
        color: #003746;
        border-bottom-style: solid;
        border-bottom-color: #003746 !important;
        border-bottom-width: 2px !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: #EEEEEE !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:0.84vw
    }

    .dft-nav-service .panel a .icon-menu {
        font-size: 1.4vw
    }
}

@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%;
        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-text-link span[class*=dft-icon-] {
    font-size: 9.375vw
}

.dft-prize .prize-content {
    background-color: rgba(0,45,114,0.9);
    min-height: 59.375vw;
    min-width: 100vw
}

.dft-prize.prize-full .prize-item>.dft-img {
    min-height: 87.5vw
}

.dft-prize.prize-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-text-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.prize-full {
        max-width: 470px
    }

    .dft-prize.prize-full .prize-item>.dft-img {
        min-height: 470px;
        min-width: 470px
    }

    .dft-prize.prize-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.prize-full .prize-item>.dft-img {
        margin-left: auto;
        position: relative;
        top: 140px
    }

    .dft-prize.prize-full .prize-item:nth-child(odd) .prize-content {
        left: 0
    }

    .dft-prize.prize-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:67.2vw !important;
        margin-bottom: -6.3vw
    }

    .dft-prize .prize-item>.dft-img {
        min-height: 25.9vw;
        min-width: 39.2vw
    }

    .dft-prize .prize-item:nth-child(2) {
        top: -4.9vw
    }

    .dft-prize .prize-item:nth-child(3) {
        top: -9.8vw
    }

    .dft-prize .prize-content {
        min-height: 11.9vw;
        min-width: 30.8vw
    }

    .dft-prize.prize-full .prize-item>.dft-img {
        top: 9.8vw;
        min-height: 32.9vw;
        min-width: 32.9vw
    }

    .dft-prize.prize-full .prize-content {
        position: absolute;
        min-height: 17.5vw;
        min-width: 38.5vw;
        max-width: 38.5vw
    }
}

.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>p {
    width: 95%
}

.dft-questions .panel-title>a>span {
    flex: 1
}

.dft-questions .panel-title>a:focus {
    outline: none;
    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>span {
        flex: .25
    }

    .dft-questions .panel-title>a .question-arrow:before {
        font-size: .75vw
    }

    .dft-questions .panel-body {
        font-size: 1vw
    }
}

.dft-screen .screen-pleca {
    height: 70px;
    position: relative;
    justify-content: center
}

.dft-screen .screen-pleca>.dft-title {
    position: relative;
    z-index: 1;
    bottom: 0;
    transition: bottom 350ms ease-in-out
}

.dft-screen .screen-pleca>.dft-title.collapsed {
    bottom: -45px
}

.dft-screen .screen-pleca>button,.dft-screen .screen-pleca .screen-round {
    position: absolute;
    left: 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>button>span:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    content: '';
    height: 30px;
    width: 30PX;
    background: #FFF;
    z-index: -1;
    border-radius: 50%
}

.dft-screen .screen-pleca .screen-round {
    border-radius: 50%;
    bottom: -15px;
    height: 70px;
    width: 70px;
    z-index: -1
}

@media only screen and (max-width: 480px) {
    .dft-screen .screen-pleca>.dft-title {
        font-size:14px;
        letter-spacing: 2px
    }
}

@media only screen and (min-width: 992px) {
    .dft-screen .screen-pleca>button[aria-expanded=false]>span:hover {
        color:#00BDF2
    }

    .dft-screen .screen-pleca>button[aria-expanded=true]>span:hover {
        color: #999999
    }
}

@media only screen and (min-width: 1441px) {
    .dft-screen .screen-pleca {
        min-height:4.9vw
    }

    .dft-screen .screen-pleca>.dft-title {
        letter-spacing: .14vw
    }

    .dft-screen .screen-pleca>.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-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
    }

    .dft-scroll-service .scroll-content {
        justify-content: space-between;
        height: 70px
    }

    .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.8vw
    }

    .dft-scroll-service .scroll-content {
        height: 4.9vw
    }

    .dft-scroll-service .scroll-content [class*=dft-icon-] {
        font-size: 2.52vw
    }
}

.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>span {
    font-size: 7.8125vw
}

.dft-screen-multiple .panel>a span,.dft-screen-multiple .panel>a div p {
    transition: color 350ms ease-in-out
}

.dft-screen-multiple .panel>a[aria-expanded=true]>span:before {
    content: "\e001"
}

.dft-screen-multiple .panel>a[aria-expanded=true] div p,.dft-screen-multiple .panel>a[aria-expanded=true] span {
    color: #97999B !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>span {
        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>span {
        color: #00BDF2
    }
}

@media only screen and (min-width: 1441px) {
    .dft-screen-multiple .panel>a {
        height:5.6vw
    }

    .dft-screen-multiple .panel>a>span {
        font-size: 1.75vw
    }
}

.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: none;
    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 600ms 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:before,.dft-slick .slick-arrow:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: dft-icons;
    font-size: 52px;
    transition: color 350ms ease-in-out;
    width: 100%;
    left: 0;
    color: #999999
}

.dft-slick .slick-arrow[aria-disabled="true"] {
    cursor: auto
}

.dft-slick .slick-arrow[aria-disabled="true"]:before,.dft-slick .slick-arrow[aria-disabled="true"]:after {
    color: #EEEEEE
}

.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-prev,.dft-slick .slick-next {
    outline: none;
    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%;
    transform: translateY(-50%);
    color: transparent
}

.dft-slick .slick-prev:active,.dft-slick .slick-next:active {
    box-shadow: none
}

.dft-slick .slick-prev:active:focus,.dft-slick .slick-next:active:focus {
    border: none
}

.dft-slick[slick-card*=carousel-] .slick-track {
    margin-bottom: 20px
}

.dft-slick.slick-light .slick-dots>li button {
    background-color: #EEEEEE
}

.dft-slick.slick-light .slick-dots>li.slick-active button {
    background-color: #FFF
}

.dft-slick .slick-paginator,.dft-slick+.slick-paginator {
    align-items: center;
    display: flex;
    font-family: IL, sans-serif;
    font-size: 16px;
    height: 30px;
    justify-content: center;
    position: absolute;
    width: 35px
}

@media only screen and (min-width: 768px) {
    .dft-slick.arrows-web .slick-arrow,.dft-slick.arrows-web .slick-paginator,.dft-slick.arrows-web+.slick-paginator {
        height:50px;
        width: 35px
    }

    .dft-slick.arrows-web+.slick-paginator {
        left: auto;
        right: 60px;
        bottom: 20px
    }

    .dft-slick.arrows-web .slick-arrow {
        bottom: 20px;
        transform: none;
        position: absolute;
        top: auto;
        transition: color 350ms ease-in-out
    }

    .dft-slick.arrows-web .slick-arrow:before {
        display: none
    }

    .dft-slick.arrows-web .slick-arrow:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-family: dft-icons;
        font-size: 16px;
        transition: color 350ms ease-in-out;
        width: 100%
    }

    .dft-slick.arrows-web .slick-arrow.slick-prev:after,.dft-slick.arrows-web .slick-arrow.slick-next:after {
        color: #333333
    }

    .dft-slick.arrows-web .slick-arrow.slick-disabled:after {
        color: #999999
    }

    .dft-slick.arrows-web .slick-arrow.slick-prev {
        left: auto;
        right: 100px
    }

    .dft-slick.arrows-web .slick-arrow.slick-prev:after {
        content: "\2c"
    }

    .dft-slick.arrows-web .slick-arrow.slick-next {
        right: 20px
    }

    .dft-slick.arrows-web .slick-arrow.slick-next:after {
        content: "\58"
    }

    .dft-slick.arrows-web.arrows-web-center .slick-arrow.slick-prev {
        right: auto;
        left: 37% !important
    }

    .dft-slick.arrows-web.arrows-web-center .slick-arrow.slick-next {
        right: auto;
        left: 53%
    }

    .dft-slick.arrows-web.arrows-web-center+.slick-paginator {
        left: 47%
    }

    .dft-slick.arrows-web.arrows-web-left .slick-arrow.slick-prev {
        right: auto
    }

    .dft-slick.arrows-web.arrows-web-left .slick-arrow.slick-next {
        left: 80px
    }

    .dft-slick.arrows-web.arrows-web-left+.slick-paginator {
        left: 45px
    }

    .dft-slick[slick-slider=hero-image].arrows-web .slick-paginator,.dft-slick[slick-slider=hero-image].arrows-web .slick-prev,.dft-slick[slick-slider=hero-image].arrows-web .slick-next {
        bottom: 10px
    }

    .dft-slick[slick-slider=hero-image].arrows-web.arrows-web-left .slick-paginator {
        left: 50px
    }

    .dft-slick[slick-slider=hero-image].arrows-web.arrows-web-left .slick-arrow.slick-prev {
        left: 20px;
        text-align: left
    }

    .dft-slick[slick-slider=hero-image].arrows-web.arrows-web-left .slick-arrow.slick-next {
        left: 90px;
        text-align: right
    }
}

@media only screen and (min-width: 992px) {
    .dft-slick[slick-slider=hero-image].arrows-web .slick-paginator,.dft-slick[slick-slider=hero-image].arrows-web .slick-prev,.dft-slick[slick-slider=hero-image].arrows-web .slick-next {
        bottom:35px
    }

    .dft-slick[slick-slider=hero-image].arrows-web.arrows-web-left .slick-paginator {
        left: 95px
    }

    .dft-slick[slick-slider=hero-image].arrows-web.arrows-web-left .slick-arrow.slick-prev {
        left: 60px
    }

    .dft-slick[slick-slider=hero-image].arrows-web.arrows-web-left .slick-arrow.slick-next {
        left: 130px
    }

    .dft-slick[slick-card*=carousel-] .slick-track {
        margin-bottom: 0
    }

    .dft-slick[slick-card=carousel-full] .slick-prev,.dft-slick[slick-card=carousel-full] .slick-next {
        opacity: 0;
        transition: opacity 350ms ease-in-out
    }

    .dft-slick[slick-card=carousel-full] .slick-prev:not(.slick-disabled):hover,.dft-slick[slick-card=carousel-full] .slick-next:not(.slick-disabled):hover {
        opacity: 1
    }

    .dft-slick[slick-card=carousel-full] .slick-track {
        left: 0;
        transition: left 350ms ease-in-out, right 350ms ease-in-out
    }

    .dft-slick[slick-card=carousel-full] .slick-track.move-left {
        left: 50px
    }

    .dft-slick[slick-card=carousel-full] .slick-track.move-right {
        left: -50px
    }

    .dft-slick[slick-card=carousel-full] .slick-list {
        padding: 0 50px
    }

    .dft-slick[slick-card=carousel-full] .slick-slide {
        position: relative
    }

    .dft-slick[slick-card=carousel-full] .slick-slide:before {
        content: '';
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(51,51,51,0.8);
        position: absolute;
        z-index: 2;
        opacity: 0;
        transition: opacity 350ms ease-in-out;
        pointer-events: none
    }

    .dft-slick[slick-card=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[slick-slider=hero-image].arrows-web .slick-paginator,.dft-slick[slick-slider=hero-image].arrows-web .slick-prev,.dft-slick[slick-slider=hero-image].arrows-web .slick-next {
        bottom:5px
    }

    .dft-slick[slick-slider=hero-image].arrows-web.arrows-web-left .slick-paginator {
        left: 95px
    }

    .dft-slick[slick-slider=hero-image].arrows-web.arrows-web-left .slick-arrow.slick-next {
        left: 130px
    }

    .dft-slick[slick-card*=carousel-] .slick-track {
        margin-bottom: 20px
    }

    .dft-slick[slick-card=carousel-full] .slick-slide:before {
        content: none
    }
}

@media only screen and (min-width: 1441px) {
    .dft-slick .slick-arrow {
        width:3.5vw
    }

    .dft-slick .slick-arrow:before,.dft-slick .slick-arrow:after {
        font-size: 3.64vw
    }

    .dft-slick .slick-paginator {
        font-size: 1.12vw;
        height: 2.1vw;
        width: 2.1vw;
        bottom: 2.31vw
    }

    .dft-slick.arrows-web .slick-arrow,.dft-slick.arrows-web .slick-paginator,.dft-slick.arrows-web+.slick-paginator {
        height: 3.5vw
    }

    .dft-slick.arrows-web .slick-arrow:after {
        font-size: 1.12vw
    }

    .dft-slick[slick-slider=hero-image].arrows-web .slick-paginator,.dft-slick[slick-slider=hero-image].arrows-web .slick-prev,.dft-slick[slick-slider=hero-image].arrows-web .slick-next {
        bottom: 2.31vw
    }

    .dft-slick[slick-slider=hero-image].arrows-web .slick-arrow,.dft-slick[slick-slider=hero-image].arrows-web .slick-paginator,.dft-slick[slick-slider=hero-image].arrows-web+.slick-paginator {
        width: 2.45vw
    }

    .dft-slick[slick-slider=hero-image].arrows-web.arrows-web-left .slick-paginator {
        left: 6.65vw
    }

    .dft-slick[slick-slider=hero-image].arrows-web.arrows-web-left .slick-arrow.slick-prev {
        left: 4.2vw
    }

    .dft-slick[slick-slider=hero-image].arrows-web.arrows-web-left .slick-arrow.slick-next {
        left: 9.1vw
    }

    .dft-slick[slick-card=carousel-full] .slick-track.move-left {
        left: 3.5vw
    }

    .dft-slick[slick-card=carousel-full] .slick-track.move-right {
        left: -3.5vw
    }

    .dft-slick[slick-card=carousel-full] .slick-list {
        padding: 0 5.25vw
    }
}

.dft-steps>.dft-img,.dft-steps .steps-content {
    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>.dft-img,.dft-steps .steps-content {
        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>.dft-img,.dft-steps .steps-content {
        min-height: 450px
    }
}

@media only screen and (min-width: 1441px) {
    .dft-steps>.dft-img,.dft-steps .steps-content {
        min-height:31.5vw
    }

    .dft-steps .steps-list>li {
        padding-left: 2.1vw;
        min-height: 5.25vw
    }

    .dft-steps .steps-list>li>span.dft-text {
        height: 2.1vw;
        left: -1.05vw;
        width: 2.1vw
    }
}

.dft-tab .nav-tabs {
    border-bottom: 0
}

.dft-tab .nav-tabs>li {
    display: inline-block;
    float: none;
    margin-bottom: 0
}

.dft-tab .nav-tabs>li.active>a:hover {
    border: none
}

.dft-tab .nav-tabs>li>a {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #333333;
    margin-right: 0;
    padding: 0;
    font-family: IL, sans-serif;
    font-size: 16px
}

.dft-tab .nav-tabs>li>a:focus {
    background-color: transparent;
    border: none;
    outline: none
}

.dft-tab .nav-tabs>li>a:hover {
    background-color: transparent
}

.dft-tab.tabs-inline .nav-tabs>li {
    margin-right: 15px
}

.dft-tab.tabs-inline .nav-tabs>li.active>a {
    color: #003746;
    pointer-events: none
}

.dft-tab.tabs-inline .nav-tabs>li.active>a:after {
    width: 100%;
    background-color: #003746
}

.dft-tab.tabs-inline .nav-tabs>li:last-child {
    margin-right: 0
}

.dft-tab.tabs-inline .nav-tabs>li>a {
    color: #53565A;
    position: relative;
    transition: color 350ms ease-in-out
}

.dft-tab.tabs-inline .nav-tabs>li>a:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #53565A;
    bottom: -1px;
    content: '';
    transition: width 350ms ease-in-out;
    width: 0;
    height: 1px
}

.dft-tab.tabs-inline.tabs-white .nav-tabs>li.active>a {
    color: #FFF
}

.dft-tab.tabs-inline.tabs-white .nav-tabs>li.active>a:after {
    background-color: #FFF
}

.dft-tab.tabs-inline.tabs-white .nav-tabs>li>a {
    color: rgba(255,255,255,0.7);
    font-family: IR, sans-serif
}

.dft-tab.tabs-inline.tabs-white .nav-tabs>li>a:after {
    background-color: rgba(255,255,255,0.7)
}

@media only screen and (max-width: 480px) {
    .dft-tab.tabs-inline.tabs-scroll [role=tabpanel] {
        overflow:hidden
    }

    .dft-tab.tabs-inline.tabs-scroll [role=tabpanel]>ul.nav {
        height: 40px;
        overflow-x: scroll;
        white-space: nowrap
    }

    .dft-tab.tabs-inline.tabs-scroll [role=tabpanel]>ul.nav>li:first-child {
        margin-left: 15px
    }

    .dft-tab.tabs-inline.tabs-scroll [role=tabpanel]>ul.nav>li:last-child {
        margin-right: 15px
    }

    .dft-tab.tabs-inline.tabs-scroll [role=tabpanel]>ul.nav::-webkit-scrollbar {
        height: 0
    }
}

@media only screen and (max-width: 767px) {
    .dft-tab.tabs-icon {
        min-height:139.0625vw
    }

    .dft-tab.tabs-icon>div:not(.tab-content) {
        position: relative
    }

    .dft-tab.tabs-icon .nav-tabs {
        display: flex;
        justify-content: space-around;
        position: absolute;
        bottom: -21.875vw;
        width: 100%
    }

    .dft-tab.tabs-icon .nav-tabs>li {
        margin-right: 0;
        padding: 1.5625vw
    }

    .dft-tab.tabs-icon .nav-tabs>li.active {
        background-color: #002D72;
        border-radius: 2.5vw
    }

    .dft-tab.tabs-icon .nav-tabs>li.active>a:after {
        content: none
    }

    .dft-tab.tabs-icon .nav-tabs>li>a {
        font-size: 3.125vw
    }

    .dft-tab.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
    }

    .dft-tab.tabs-inline .nav-tabs>li>a:hover {
        color: #003746
    }

    .dft-tab.tabs-inline .nav-tabs>li>a:hover:after {
        width: 100%;
        background-color: #003746
    }

    .dft-tab.tabs-inline.tabs-white .nav-tabs>li>a:hover {
        color: #FFF
    }

    .dft-tab.tabs-inline.tabs-white .nav-tabs>li>a:hover:after {
        background-color: #FFF
    }
}

@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.tabs-inline .nav-tabs>li {
        margin-right: 1.75vw
    }

    .dft-tab.tabs-inline .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 tr,.dft-table td {
        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 #EEEEEE;
        border-left: 1px solid #EEEEEE;
        border-right: 1px solid #EEEEEE;
        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 #EEEEEE;
        border-right: 1px solid #EEEEEE;
        border-bottom: 1px solid #EEEEEE
    }

    .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
    }
}

.dft-text {
    /* color: #333333; */
    font-family: IL, sans-serif;
    font-size: 4.375vw;
    margin: 0;
    line-height: 1.4;
    transition: font 350ms ease-in-out
}

.dft-text.text-legal {
    font-size: 3.75vw;
    letter-spacing: 0.15625vw;
    text-align: justify
}

.dft-text.text-legal .dft-text-link {
    font-size: 3.75vw
}

.dft-text.text-legal,.dft-text.text-small {
    font-size: 3.75vw;
    /*color: #53565A*/
}

@media only screen and (min-width: 768px) {
    .dft-text {
        font-size:14px
    }

    .dft-text.text-legal {
        letter-spacing: 0
    }

    .dft-text.text-legal .dft-text-link {
        font-size: 12px
    }

    .dft-text.text-legal,.dft-text.text-small {
        font-size: 12px
    }
}

@media only screen and (min-width: 992px) {
    .dft-text {
        font-size:16px
    }

    .dft-text.text-legal .dft-text-link:hover {
        color: #00BDF2
    }
}

@media only screen and (min-width: 1441px) {
    .dft-text {
        font-size:1.12vw
    }

    .dft-text.text-legal,.dft-text.text-small {
        font-size: 0.84vw
    }
}

.dft-text-link {
    display: inline-block;
    font-family: IR, sans-serif;
    font-size: 5vw;
    transition: color 350ms ease-in-out
}

.dft-text-link.text-link {
    position: relative
}

.dft-text-link.text-link:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    bottom: 0.625vw;
    width: 0;
    height: 0.3125vw;
    background-color: #003746;
    transition: background-color 350ms ease-in-out, width 350ms ease-in-out
}

.dft-text-link.text-link:active {
    color: #00BDF2
}

.dft-text-link.text-link:active:after {
    background-color: #00BDF2
}

.dft-text-link.text-link.link-white {
    color: #FFF
}

.dft-text-link.text-link.link-white:after {
    background-color: #FFF
}

.dft-text-link.text-link.link-white:active {
    color: #FFF
}

.dft-text-link.text-link.link-white:active:after {
    background-color: #FFF
}

.dft-text-link.text-link-inline>p {
    position: relative
}

.dft-text-link.text-link-inline>p:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    bottom: 0.625vw;
    width: 0;
    height: 0.3125vw;
    background-color: #003746;
    transition: background-color 350ms ease-in-out, width 350ms ease-in-out
}

.dft-text-link.text-link-inline.link-white>p:after {
    background-color: #FFF
}

.dft-text-link.text-link-arrow>p {
    transition: color 350ms ease-in-out
}

.dft-text-link.text-link-arrow .dft-icon-arrow-right {
    position: relative;
    left: 3.125vw;
    font-size: 8.75vw;
    transition: left 350ms ease-in-out, color 350ms ease-in-out;
    height: 20px;
    top: -3px
}

@media only screen and (min-width: 768px) {
    .dft-text-link {
        font-size:14px
    }

    .dft-text-link.text-link:after {
        bottom: 2px;
        height: 1px
    }

    .dft-text-link.text-link-inline>p:after {
        bottom: 2px;
        height: 1px
    }

    .dft-text-link.text-link-arrow .dft-icon-arrow-right {
        left: 10px;
        font-size: 28px
    }
}

@media only screen and (min-width: 992px) {
    .dft-text-link.text-link:hover:after {
        width:100%
    }

    .dft-text-link.dft-text-link:hover>p:after {
        width: 100%
    }

    .dft-text-link.text-link-arrow:hover>p {
        color: #00BDF2
    }

    .dft-text-link.text-link-arrow:hover .dft-icon-arrow-right {
        color: #00BDF2;
        height: 20px;
        top: -3px
    }

    .dft-text-link.text-link-arrow:hover .dft-icon-arrow-right {
        left: 20px;
        height: 20px;
        top: -3px
    }

    .dft-text-link.text-link-arrow.link-white:hover>p {
        color: #FFF
    }

    .dft-text-link.text-link-arrow.link-white:hover .dft-icon-arrow-right {
        color: #FFF
    }
}

@media only screen and (min-width: 1441px) {
    .dft-text-link {
        font-size:0.98vw
    }

    .dft-text-link.text-link:after {
        bottom: 0.14vw;
        height: 0.07vw
    }

    .dft-text-link.text-link-arrow .dft-icon-arrow-right {
        left: 0.7vw;
        font-size: 1.96vw;
        height: 1.4vw;
        top: -0.21vw
    }

    .dft-text-link.text-link-arrow:hover .dft-icon-arrow-right {
        left: 1.4vw;
        height: 1.4vw;
        top: -0.21vw
    }
}

.dft-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1;
    transition: font 350ms ease-in-out
}

.dft-title.title-1 {
    letter-spacing: 1.25vw
}

.dft-title.title-2 {
    font-size: 7.5vw
}

.dft-title.title-3 {
    font-size: 6.875vw
}

.dft-title.title-4 {
    font-size: 6.25vw;
}

.dft-title.title-5 {
    font-size: 5.625vw;
}

.dft-title.subtitle {
    font-size: 5.625vw
}

.dft-title.title-1,.dft-title.title-4 {
    color: #97999B
}

.dft-title.title-1,.dft-title.highlights {
    font-size: 5vw
}

@media only screen and (min-width: 768px) {
    .dft-title.title-1,.dft-title.highlights {
        font-size:16px
    }

    .dft-title.title-1 {
        letter-spacing: 4px
    }

    .dft-title.title-2 {
        font-size: 24px
    }

    .dft-title.title-3 {
        font-size: 22px
    }

    .dft-title.title-4 {
        font-size: 20px
    }

    .dft-title.title-5 {
        font-size: 18px
    }

    .dft-title.subtitle {
        font-size: 18px
    }
}

@media only screen and (min-width: 992px) {
    .dft-title.title-1 {
        font-size:20px;
        letter-spacing: 5px
    }

    .dft-title.title-2 {
        font-size: 36px
    }

    .dft-title.title-3 {
        font-size: 32px
    }

    .dft-title.title-4 {
        font-size: 24px
    }

    .dft-title.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.title-1 {
        font-size:1.4vw;
        letter-spacing: 0.35vw
    }

    .dft-title.title-2 {
        font-size: 2.52vw
    }

    .dft-title.title-3 {
        font-size: 2.24vw
    }

    .dft-title.title-4 {
        font-size: 1.68vw
    }

    .dft-title.title-5 {
        font-size: 1.26vw
    }

    .dft-title.highlights {
        font-size: 1.54vw
    }

    .dft-title.subtitle {
        font-size: 1.4vw
    }
}

.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: 0.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: none;
    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: transparent
}

button.dft-tooltip:focus,button.dft-tooltip:active {
    outline: none !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.4vw;
        height: 1.4vw;
        width: 1.4vw
    }

    .dft-tooltip.tooltip-question+.tooltip {
        padding-left: 1.05vw;
        padding-right: 1.05vw
    }

    .dft-tooltip.tooltip-question+.tooltip .tooltip-inner {
        border-radius: 0.14vw;
        font-size: 0.77vw;
        padding: 0.7vw 0.35vw;
        width: 12.25vw
    }
}

.dft-footer>.dft-tooltip-content {
    display: none !important
}

.open-tooltip {
    position: relative !important
}

body .overlay-tooltip {
    background-color: rgba(51,51,51,0.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: none;
    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 #333333 !important;
    left: 50% !important;
    width: 225px !important;
    position: fixed !important;
    text-align: left !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 50 !important
}

.dft-tooltip-content .dft-text-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: #00BDF2 !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-text-link>.text-link {
    font-size: 12px !important
}

.dft-tooltip-content>.tooltip-out-link>.dft-text-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;
        transform: translateX(-50%) !important;
        top: initial !important;
        top: inherit !important
    }

    .dft-tooltip-content>.tooltip-out-link>.dft-text-link:hover>.dft-icon-arrow-right {
        color: #00BDF2 !important
    }
}

@media only screen and (min-width: 1441px) {
    .dft-tooltip-content {
        border-radius:.35vw !important;
        box-shadow: 0 0.14vw 0.42vw #333333 !important;
        width: 15.4vw !important
    }

    .dft-tooltip-content .dft-text-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-text-link>.text-link {
        font-size: .84vw !important
    }

    .dft-tooltip-content>.tooltip-out-link>.dft-text-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>video,.dft-video .pulse-video,.dft-video .pulse-video:before,.dft-video .pulse-video:after,.dft-video .pulse-video .dft-icon-right:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.dft-video>video,.dft-video .pulse-video,.dft-video>figure {
    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:before,.dft-video .pulse-video:after {
    background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00ffffff, endColorstr=#ffffff, GradientType=1);
    content: "";
    border-radius: 50%;
    height: 70px;
    width: 70px;
    opacity: .7
}

.dft-video .pulse-video:before {
    z-index: 1;
    animation-name: pulseSmall;
    animation-duration: 1200ms
}

.dft-video .pulse-video:after {
    z-index: 0;
    animation-name: pulseLarge;
    animation-duration: 1200ms
}

.dft-video.pulse-static .pulse-video:hover:before,.dft-video.pulse-static .pulse-video:hover:after {
    animation-iteration-count: infinite
}

.dft-video.pulse-infinite .pulse-video:before,.dft-video.pulse-infinite .pulse-video:after {
    animation-iteration-count: infinite
}

.dft-video.pulse-infinite .pulse-video:hover:before,.dft-video.pulse-infinite .pulse-video:hover:after {
    animation-play-state: paused
}

.dft-video .video-kaltura {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.dft-video.pulse-init .pulse-video:before,.dft-video.pulse-init .pulse-video:after {
    animation-iteration-count: infinite
}

.dft-video.pulse-init .pulse-video:hover {
    animation-iteration-count: infinite
}

@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 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:before,.dft-video .pulse-video:after {
        height: 4.9vw;
        width: 4.9vw
    }

    @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 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-flex {
    display: flex
}

@media all and (max-width: 767px) {
    .dft-flex.xs-column-reverse {
        flex-direction:column-reverse
    }
}

@media all and (max-width: 767px) {
    .xs-mb-30 {
        margin-bottom:30px
    }
}

.menu-mt {
    margin-top: 80px
}

.dft-footer-nav__content {
    margin: 0 auto 5.4em !important
}

[class*=col-],[class^=col-],.container-fluid {
    padding-right: 20px;
    padding-left: 20px
}

.row {
    margin-right: -20px;
    margin-left: -20px
}

p {
    margin: 0
}

picture {
    display: block
}

a {
    color: #003746
}

a:hover,a:focus {
    text-decoration: none
}

a:focus {
    outline: none;
    outline-offset: 0;
    color: #003746
}

@media only screen and (min-width: 992px) {
    a:hover {
        color:#003746
    }
}

.icon-back:before {
    position: relative;
    z-index: 1
}

.icon-back:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 90%;
    width: 90%;
    background-color: #FFF;
    border-radius: 50%;
    z-index: 0
}

.dft-contain,.dft-contain-full {
    max-width: 768px;
    width: 100%;
    margin: 0 auto
}

@media only screen and (min-width: 992px) {
    .dft-contain {
        max-width:960px
    }

    .dft-contain-full {
        max-width: 1024px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .dft-contain {
        max-width:1024px
    }
}

@media only screen and (min-width: 1441px) {
    .dft-contain {
        max-width:67.2vw
    }

    .dft-contain-full {
        max-width: 71.68vw
    }
}

.xs-align-v,.xs-align-b,.xs-align-t {
    display: flex !important
}

.xs-align-v {
    align-items: center
}

.xs-align-b {
    align-items: baseline
}

.xs-align-t {
    align-items: flex-start
}

@media only screen and (min-width: 768px) {
    .sm-align-v,.sm-align-b,.sm-align-t {
        display:flex !important
    }

    .sm-align-v {
        align-items: center
    }

    .sm-align-b {
        align-items: baseline
    }

    .sm-align-t {
        align-items: flex-start
    }
}

@media only screen and (min-width: 992px) {
    .md-align-v,.md-align-b,.md-align-t {
        display:flex !important
    }

    .md-align-v {
        align-items: center
    }

    .md-align-b {
        align-items: baseline
    }
}

@media only screen and (min-width: 1200px) {
    .lg-align-v,.lg-align-b,.lg-align-t {
        display:flex !important
    }

    .lg-align-v {
        align-items: center
    }

    .lg-align-b {
        align-items: baseline
    }

    .lg-align-t {
        align-items: flex-start
    }
}

.xs-align-hh {
    display: flex
}

@media only screen and (min-width: 768px) {
    .sm-align-hh {
        display:flex
    }
}

@media only screen and (min-width: 992px) {
    .md-align-hh {
        display:flex
    }
}

@media only screen and (min-width: 1441px) {
    .lg-align-hh {
        display:flex
    }
}

.xs-align-txt-c {
    text-align: center
}

.xs-align-txt-l {
    text-align: left
}

.xs-align-txt-r {
    text-align: right
}

@media only screen and (min-width: 768px) {
    .sm-align-txt-c {
        text-align:center
    }

    .sm-align-txt-l {
        text-align: left
    }

    .sm-align-txt-r {
        text-align: right
    }
}

@media only screen and (min-width: 992px) {
    .md-align-txt-c {
        text-align:center
    }

    .md-align-txt-l {
        text-align: left
    }

    .md-align-txt-r {
        text-align: right
    }
}

@media only screen and (min-width: 1200px) {
    .lg-align-txt-c {
        text-align:center
    }

    .lg-align-txt-l {
        text-align: left
    }

    .lg-align-txt-r {
        text-align: right
    }
}

@media only screen and (max-width: 767px) {
    .xs-align-col-c {
        left:50%;
        transform: translateX(-50%)
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .sm-align-col-c {
        left:50%;
        transform: translateX(-50%)
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .md-align-col-c {
        left:50%;
        transform: translateX(-50%)
    }
}

@media only screen and (min-width: 1200px) {
    .lg-align-col-c {
        left:50%;
        transform: translateX(-50%)
    }
}

.xs-list-inline {
    padding: 0
}

.xs-list-inline>li {
    display: inline-block;
    list-style: none
}

@media only screen and (min-width: 768px) {
    .sm-list-inline {
        padding:0
    }

    .sm-list-inline>li {
        display: inline-block;
        list-style: none
    }
}

@media only screen and (min-width: 992px) {
    .md-list-inline {
        padding:0
    }

    .md-list-inline>li {
        display: inline-block;
        list-style: none
    }
}

@media only screen and (min-width: 1200px) {
    .lg-list-inline {
        padding:0
    }

    .lg-list-inline>li {
        display: inline-block;
        list-style: none
    }
}

.element-inline {
    display: inline-block !important;
    margin-right: -4px
}

.element-inline.middle {
    vertical-align: middle !important
}

.element-inline.baseline {
    vertical-align: baseline !important
}

.element-inline.top {
    vertical-align: top !important
}

.element-block {
    display: block !important
}

.icon-circle {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.no-letter-spacing {
    letter-spacing: 0 !important
}

.letter-spacing-1 {
    letter-spacing: 1px !important
}

.letter-spacing-2 {
    letter-spacing: 2px !important
}

.letter-spacing-3 {
    letter-spacing: 3px !important
}

.letter-spacing-4 {
    letter-spacing: 4px !important
}

.letter-spacing-5 {
    letter-spacing: 5px !important
}

@media only screen and (min-width: 1441px) {
    .letter-spacing-1 {
        letter-spacing:.07vw !important
    }

    .letter-spacing-2 {
        letter-spacing: .14vw !important
    }

    .letter-spacing-3 {
        letter-spacing: .21vw !important
    }

    .letter-spacing-4 {
        letter-spacing: .28vw !important
    }

    .letter-spacing-5 {
        letter-spacing: .35vw !important
    }
}

.card-props.card-315 .slick-track {
    height: 98.4375vw
}

.card-props.card-300 .slick-track {
    height: 93.75vw
}

.card-props .slick-track .slick-slide {
    border-radius: 8px;
    width: 76.5625vw;
    overflow: hidden;
    transition: height 350ms ease-in-out
}

.card-props .slick-track .slick-slide.slick-current {
    height: 100%
}

.card-props.card-inactive-small .slick-track .slick-slide * {
    transition: font-size 350ms ease-in-out
}

@media only screen and (min-width: 768px) {
    .card-props.card-315 .slick-track {
        height:315px
    }

    .card-props.card-300 .slick-track {
        height: 300px
    }

    .card-props .slick-track .slick-slide {
        border-radius: 8px;
        width: 245px
    }
}

.dft-modal-close .modal-body,.dft-modal-close .modal-content {
    border-radius: 10px;
    overflow: hidden
}

.dft-modal-close .modal-body {
    min-height: 100px
}

.dft-modal-close .modal-content {
    position: relative
}

.dft-modal-close .modal-content .dft-icon-close-fill {
    color: #003746;
    cursor: pointer;
    font-size: 31px;
    position: absolute;
    right: 5px;
    top: 10px;
    transition: color 350ms ease-in-out;
    z-index: 2
}

.dft-modal-close .modal-content .close-pleca {
    height: 100px;
    position: absolute;
    top: -55px;
    transform: rotate(45deg);
    right: -60px;
    width: 150px;
    z-index: 1
}

.dft-modal-close .modal-header {
    border: none;
    min-height: 0
}

@media only screen and (min-width: 1441px) {
    .dft-modal-close .modal-body,.dft-modal-close .modal-content {
        border-radius:.7vw
    }

    .dft-modal-close .modal-body {
        min-height: 7vw
    }

    .dft-modal-close .modal-content .dft-icon-close-fill {
        font-size: 2.17vw;
        right: .35vw;
        top: .7vw
    }

    .dft-modal-close .modal-content .close-pleca {
        height: 7vw;
        top: -3.85vw;
        right: -4.2vw;
        width: 10.5vw
    }
}

@media only screen and (max-width: 480px) {
    .card-props.card-inactive-small .slick-track .slick-slide:not(.slick-current) {
        height:70%
    }

    .card-props.card-inactive-small .slick-track .slick-slide:not(.slick-current) * {
        font-size: 10px
    }
}

@media only screen and (max-width: 992px) {
    .card-props .slick-track {
        display:flex;
        align-items: center
    }
}

.sublte-shadow {
    box-shadow: 0 0.625vw 1.25vw rgba(83,86,90,0.5)
}

@media only screen and (min-width: 768px) {
    .sublte-shadow {
        box-shadow:0 2px 4px rgba(83,86,90,0.5)
    }
}

@media only screen and (min-width: 1441px) {
    .sublte-shadow {
        box-shadow:0 0.14vw 0.28vw rgba(83,86,90,0.5)
    }
}

.cursor-pointer {
    cursor: pointer
}

[class*=hh-] {
    flex-direction: row
}

.xs-hh-140 {
    height: 140px
}

.xs-hh-160 {
    height: 160px
}

.xs-hh-170 {
    height: 170px
}

.xs-hh-200 {
    height: 200px
}

.xs-hh-480 {
    height: 480px
}

.xs-hh-full {
    height: 100%
}

.xs-ww-full {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .sm-hh-140 {
        height:140px
    }

    .sm-hh-160 {
        height: 160px
    }

    .sm-hh-170 {
        height: 170px
    }

    .sm-hh-200 {
        height: 200px
    }

    .sm-hh-480 {
        height: 480px
    }

    .sm-hh-full {
        height: 100%
    }

    .sm-ww-full {
        width: 100%
    }
}

@media only screen and (min-width: 992px) {
    .md-hh-140 {
        height:140px
    }

    .md-hh-160 {
        height: 160px
    }

    .md-hh-170 {
        height: 170px
    }

    .md-hh-200 {
        height: 200px
    }

    .md-hh-480 {
        height: 480px
    }

    .md-hh-full {
        height: 100%
    }

    .md-ww-full {
        width: 100%
    }
}

@media only screen and (min-width: 1441px) {
    .lg-hh-140 {
        height:9.8vw
    }

    .lg-hh-160 {
        height: 11.2vw
    }

    .lg-hh-170 {
        height: 11.9vw
    }

    .lg-hh-200 {
        height: 14vw
    }

    .lg-hh-480 {
        height: 33.6vw
    }

    .lg-hh-full {
        height: 100%
    }

    .lg-ww-full {
        width: 100%
    }
}

:focus {
    outline: none
}

.no-gutter {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media only screen and (max-width: 767px) {
    .xs-no-gutter {
        padding-left:0 !important;
        padding-right: 0 !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .sm-no-gutter {
        padding-left:0 !important;
        padding-right: 0 !important
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .md-no-gutter {
        padding-left:0 !important;
        padding-right: 0 !important
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .ls-no-gutter {
        padding-left:0 !important;
        padding-right: 0 !important
    }
}

@media only screen and (min-width: 1200px) {
    .lg-no-gutter {
        padding-left:0 !important;
        padding-right: 0 !important
    }
}

.no-gutter-all {
    padding-left: 0;
    padding-right: 0
}

.no-gutter-all [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.no-float {
    float: none !important
}

.bg-blueWave {
    background: linear-gradient(#00BDF2, #002D72);
    background: #002D72;
    background: linear-gradient(to bottom, #002D72 0%, #00BDF2 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#002D72, endColorstr=#00BDF2, GradientType=0)
}

.bg-blueWave-invert {
    background: linear-gradient(#002D72, #00BDF2);
    background: #00BDF2;
    background: linear-gradient(to bottom, #00BDF2 0%, #002D72 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00BDF2, endColorstr=#002D72, GradientType=0)
}

.bg-blueWave-beyond {
    background: #4C5059;
    background: linear-gradient(to bottom, #4C5059 0%, #08162D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#4c5059, endColorstr=#08162d,GradientType=0 )
}

.xs-bg-citi-black {
    background-color: #333333 !important
}

.xs-bg-citi-blue {
    background-color: #002D72 !important
}

.xs-bg-citi-sky {
    background-color: #00BDF2 !important
}

.xs-bg-citi-wave {
    background-color: #003746 !important
}

.xs-bg-darkest-gray {
    background-color: #323232 !important
}

.xs-bg-dark-gray {
    background-color: #53565A !important
}

.xs-bg-light-gray {
    background-color: #97999B !important
}

.xs-bg-middle-gray {
    background-color: #edf6f7 !important
}

.xs-bg-bright-gray {
    background-color: #DEDEDE !important
}

.xs-bg-soft-gray {
    background-color: #EEEEEE !important
}

.xs-bg-gray {
    background-color: #F1F1F1 !important
}

.xs-bg-grey-1 {
    background-color: #EEEEEE !important
}

.xs-bg-grey-2 {
    background-color: #C4C4C4 !important
}

.xs-bg-grey-3 {
    background-color: #DEDEDE !important
}

.xs-bg-grey-4 {
    background-color: #DDDDDD !important
}

.xs-bg-grey-5 {
    background-color: #B2B2B2 !important
}

.xs-bg-grey-6 {
    background-color: #979797 !important
}

.xs-bg-grey-7 {
    background-color: #97999B !important
}

.xs-bg-grey-8 {
    background-color: #999999 !important
}

.xs-bg-grey-9 {
    background-color: #868686 !important
}

.xs-bg-grey-10 {
    background-color: #787878 !important
}

.xs-bg-grey-11 {
    background-color: #666666 !important
}

.xs-bg-grey-12 {
    background-color: #646465 !important
}

.xs-bg-grey-13 {
    background-color: #53565A !important
}

.xs-bg-grey-14 {
    background-color: #373737 !important
}

.xs-bg-grey-15 {
    background-color: #2A2A2A !important
}

.xs-bg-grey-16 {
    background-color: #323232 !important
}

.xs-bg-grey-17 {
    background-color: #070707 !important
}

.xs-bg-grey-18 {
    background-color: #C5C5C5 !important
}

.xs-bg-white {
    background-color: #FFF !important
}

.xs-bg-beyond-l {
    background-color: #4C5059 !important
}

.xs-bg-beyond-d {
    background-color: #08162D !important
}

.xs-bg-white-o1 {
    background-color: rgba(255,255,255,0.1) !important
}

.xs-bg-white-o15 {
    background-color: rgba(255,255,255,0.15) !important
}

.xs-bg-white-o2 {
    background-color: rgba(255,255,255,0.2) !important
}

.xs-bg-white-o25 {
    background-color: rgba(255,255,255,0.25) !important
}

.xs-bg-white-o3 {
    background-color: rgba(255,255,255,0.3) !important
}

.xs-bg-white-o35 {
    background-color: rgba(255,255,255,0.35) !important
}

.xs-bg-white-o4 {
    background-color: rgba(255,255,255,0.4) !important
}

.xs-bg-white-o45 {
    background-color: rgba(255,255,255,0.45) !important
}

.xs-bg-white-o5 {
    background-color: rgba(255,255,255,0.5) !important
}

.xs-bg-white-o55 {
    background-color: rgba(255,255,255,0.55) !important
}

.xs-bg-white-o6 {
    background-color: rgba(255,255,255,0.6) !important
}

.xs-bg-white-o65 {
    background-color: rgba(255,255,255,0.65) !important
}

.xs-bg-white-o7 {
    background-color: rgba(255,255,255,0.7) !important
}

.xs-bg-white-o75 {
    background-color: rgba(255,255,255,0.75) !important
}

.xs-bg-white-o8 {
    background-color: rgba(255,255,255,0.8) !important
}

.xs-bg-white-o85 {
    background-color: rgba(255,255,255,0.85) !important
}

.xs-bg-white-o9 {
    background-color: rgba(255,255,255,0.9) !important
}

.xs-bg-white-o95 {
    background-color: rgba(255,255,255,0.95) !important
}

.xs-no-bg {
    background-color: transparent !important
}

@media only screen and (min-width: 768px) {
    .sm-bg-citi-black {
        background-color:#333333 !important
    }

    .sm-bg-citi-blue {
        background-color: #002D72 !important
    }

    .sm-bg-citi-sky {
        background-color: #00BDF2 !important
    }

    .sm-bg-citi-wave {
        background-color: #003746 !important
    }

    .sm-bg-darkest-gray {
        background-color: #323232 !important
    }

    .sm-bg-dark-gray {
        background-color: #53565A !important
    }

    .sm-bg-light-gray {
        background-color: #97999B !important
    }

    .sm-bg-middle-gray {
        background-color: #CCCCCC !important
    }

    .sm-bg-bright-gray {
        background-color: #DEDEDE !important
    }

    .sm-bg-soft-gray {
        background-color: #EEEEEE !important
    }

    .sm-bg-gray {
        background-color: #F1F1F1 !important
    }

    .sm-bg-grey-1 {
        background-color: #EEEEEE !important
    }

    .sm-bg-grey-2 {
        background-color: #C4C4C4 !important
    }

    .sm-bg-grey-3 {
        background-color: #DEDEDE !important
    }

    .sm-bg-grey-4 {
        background-color: #DDDDDD !important
    }

    .sm-bg-grey-5 {
        background-color: #B2B2B2 !important
    }

    .sm-bg-grey-6 {
        background-color: #979797 !important
    }

    .sm-bg-grey-7 {
        background-color: #97999B !important
    }

    .sm-bg-grey-8 {
        background-color: #999999 !important
    }

    .sm-bg-grey-9 {
        background-color: #868686 !important
    }

    .sm-bg-grey-10 {
        background-color: #787878 !important
    }

    .sm-bg-grey-11 {
        background-color: #666666 !important
    }

    .sm-bg-grey-12 {
        background-color: #646465 !important
    }

    .sm-bg-grey-13 {
        background-color: #53565A !important
    }

    .sm-bg-grey-14 {
        background-color: #373737 !important
    }

    .sm-bg-grey-15 {
        background-color: #2A2A2A !important
    }

    .sm-bg-grey-16 {
        background-color: #323232 !important
    }

    .sm-bg-grey-17 {
        background-color: #070707 !important
    }

    .sm-bg-grey-18 {
        background-color: #C5C5C5 !important
    }

    .sm-bg-white {
        background-color: #FFF !important
    }

    .sm-bg-beyond-l {
        background-color: #4C5059 !important
    }

    .sm-bg-beyond-d {
        background-color: #08162D !important
    }

    .sm-bg-white-o1 {
        background-color: rgba(255,255,255,0.1) !important
    }

    .sm-bg-white-o15 {
        background-color: rgba(255,255,255,0.15) !important
    }

    .sm-bg-white-o2 {
        background-color: rgba(255,255,255,0.2) !important
    }

    .sm-bg-white-o25 {
        background-color: rgba(255,255,255,0.25) !important
    }

    .sm-bg-white-o3 {
        background-color: rgba(255,255,255,0.3) !important
    }

    .sm-bg-white-o35 {
        background-color: rgba(255,255,255,0.35) !important
    }

    .sm-bg-white-o4 {
        background-color: rgba(255,255,255,0.4) !important
    }

    .sm-bg-white-o45 {
        background-color: rgba(255,255,255,0.45) !important
    }

    .sm-bg-white-o5 {
        background-color: rgba(255,255,255,0.5) !important
    }

    .sm-bg-white-o55 {
        background-color: rgba(255,255,255,0.55) !important
    }

    .sm-bg-white-o6 {
        background-color: rgba(255,255,255,0.6) !important
    }

    .sm-bg-white-o65 {
        background-color: rgba(255,255,255,0.65) !important
    }

    .sm-bg-white-o7 {
        background-color: rgba(255,255,255,0.7) !important
    }

    .sm-bg-white-o75 {
        background-color: rgba(255,255,255,0.75) !important
    }

    .sm-bg-white-o8 {
        background-color: rgba(255,255,255,0.8) !important
    }

    .sm-bg-white-o85 {
        background-color: rgba(255,255,255,0.85) !important
    }

    .sm-bg-white-o9 {
        background-color: rgba(255,255,255,0.9) !important
    }

    .sm-bg-white-o95 {
        background-color: rgba(255,255,255,0.95) !important
    }

    .sm-no-bg {
        background-color: transparent !important
    }
}

@media only screen and (min-width: 992px) {
    .md-bg-citi-black {
        background-color:#333333 !important
    }

    .md-bg-citi-blue {
        background-color: #002D72 !important
    }

    .md-bg-citi-sky {
        background-color: #00BDF2 !important
    }

    .md-bg-citi-wave {
        background-color: #003746 !important
    }

    .md-bg-darkest-gray {
        background-color: #323232 !important
    }

    .md-bg-dark-gray {
        background-color: #53565A !important
    }

    .md-bg-light-gray {
        background-color: #97999B !important
    }

    .md-bg-middle-gray {
        background-color: #CCCCCC !important
    }

    .md-bg-bright-gray {
        background-color: #DEDEDE !important
    }

    .md-bg-soft-gray {
        background-color: #EEEEEE !important
    }

    .md-bg-gray {
        background-color: #F1F1F1 !important
    }

    .md-bg-grey-1 {
        background-color: #EEEEEE !important
    }

    .md-bg-grey-2 {
        background-color: #C4C4C4 !important
    }

    .md-bg-grey-3 {
        background-color: #DEDEDE !important
    }

    .md-bg-grey-4 {
        background-color: #DDDDDD !important
    }

    .md-bg-grey-5 {
        background-color: #B2B2B2 !important
    }

    .md-bg-grey-6 {
        background-color: #979797 !important
    }

    .md-bg-grey-7 {
        background-color: #97999B !important
    }

    .md-bg-grey-8 {
        background-color: #999999 !important
    }

    .md-bg-grey-9 {
        background-color: #868686 !important
    }

    .md-bg-grey-10 {
        background-color: #787878 !important
    }

    .md-bg-grey-11 {
        background-color: #666666 !important
    }

    .md-bg-grey-12 {
        background-color: #646465 !important
    }

    .md-bg-grey-13 {
        background-color: #53565A !important
    }

    .md-bg-grey-14 {
        background-color: #373737 !important
    }

    .md-bg-grey-15 {
        background-color: #2A2A2A !important
    }

    .md-bg-grey-16 {
        background-color: #323232 !important
    }

    .md-bg-grey-17 {
        background-color: #070707 !important
    }

    .md-bg-grey-18 {
        background-color: #C5C5C5 !important
    }

    .md-bg-white {
        background-color: #FFF !important
    }

    .md-bg-beyond-l {
        background-color: #4C5059 !important
    }

    .md-bg-beyond-d {
        background-color: #08162D !important
    }

    .md-bg-white-o1 {
        background-color: rgba(255,255,255,0.1) !important
    }

    .md-bg-white-o15 {
        background-color: rgba(255,255,255,0.15) !important
    }

    .md-bg-white-o2 {
        background-color: rgba(255,255,255,0.2) !important
    }

    .md-bg-white-o25 {
        background-color: rgba(255,255,255,0.25) !important
    }

    .md-bg-white-o3 {
        background-color: rgba(255,255,255,0.3) !important
    }

    .md-bg-white-o35 {
        background-color: rgba(255,255,255,0.35) !important
    }

    .md-bg-whit5e-o4 {
        background-color: rgba(255,255,255,0.4) !important
    }

    .md-bg-white-o5 {
        background-color: rgba(255,255,255,0.5) !important
    }

    .md-bg-white-o55 {
        background-color: rgba(255,255,255,0.55) !important
    }

    .md-bg-white-o6 {
        background-color: rgba(255,255,255,0.6) !important
    }

    .md-bg-white-o65 {
        background-color: rgba(255,255,255,0.65) !important
    }

    .md-bg-white-o7 {
        background-color: rgba(255,255,255,0.7) !important
    }

    .md-bg-white-o75 {
        background-color: rgba(255,255,255,0.75) !important
    }

    .md-bg-white-o8 {
        background-color: rgba(255,255,255,0.8) !important
    }

    .md-bg-white-o85 {
        background-color: rgba(255,255,255,0.85) !important
    }

    .md-bg-white-o9 {
        background-color: rgba(255,255,255,0.9) !important
    }

    .md-bg-white-o95 {
        background-color: rgba(255,255,255,0.95) !important
    }

    .md-no-bg {
        background-color: transparent !important
    }
}

@media only screen and (min-width: 1200px) {
    .lg-bg-citi-black {
        background-color:#333333 !important
    }

    .lg-bg-citi-blue {
        background-color: #002D72 !important
    }

    .lg-bg-citi-sky {
        background-color: #00BDF2 !important
    }

    .lg-bg-citi-wave {
        background-color: #003746 !important
    }

    .lg-bg-darkest-gray {
        background-color: #323232 !important
    }

    .lg-bg-dark-gray {
        background-color: #53565A !important
    }

    .lg-bg-light-gray {
        background-color: #97999B !important
    }

    .lg-bg-middle-gray {
        background-color: #CCCCCC !important
    }

    .lg-bg-bright-gray {
        background-color: #DEDEDE !important
    }

    .lg-bg-soft-gray {
        background-color: #EEEEEE !important
    }

    .lg-bg-gray {
        background-color: #F1F1F1 !important
    }

    .lg-bg-grey-1 {
        background-color: #EEEEEE !important
    }

    .lg-bg-grey-2 {
        background-color: #C4C4C4 !important
    }

    .lg-bg-grey-3 {
        background-color: #DEDEDE !important
    }

    .lg-bg-grey-4 {
        background-color: #DDDDDD !important
    }

    .lg-bg-grey-5 {
        background-color: #B2B2B2 !important
    }

    .lg-bg-grey-6 {
        background-color: #979797 !important
    }

    .lg-bg-grey-7 {
        background-color: #97999B !important
    }

    .lg-bg-grey-8 {
        background-color: #999999 !important
    }

    .lg-bg-grey-9 {
        background-color: #868686 !important
    }

    .lg-bg-grey-10 {
        background-color: #787878 !important
    }

    .lg-bg-grey-11 {
        background-color: #666666 !important
    }

    .lg-bg-grey-12 {
        background-color: #646465 !important
    }

    .lg-bg-grey-13 {
        background-color: #53565A !important
    }

    .lg-bg-grey-14 {
        background-color: #373737 !important
    }

    .lg-bg-grey-15 {
        background-color: #2A2A2A !important
    }

    .lg-bg-grey-16 {
        background-color: #323232 !important
    }

    .lg-bg-grey-17 {
        background-color: #070707 !important
    }

    .lg-bg-grey-18 {
        background-color: #C5C5C5 !important
    }

    .lg-bg-beyond-l {
        background-color: #4C5059 !important
    }

    .lg-bg-beyond-d {
        background-color: #08162D !important
    }

    .lg-bg-white-o1 {
        background-color: rgba(255,255,255,0.1) !important
    }

    .lg-bg-white-o15 {
        background-color: rgba(255,255,255,0.15) !important
    }

    .lg-bg-white-o2 {
        background-color: rgba(255,255,255,0.2) !important
    }

    .lg-bg-white-o25 {
        background-color: rgba(255,255,255,0.25) !important
    }

    .lg-bg-white-o3 {
        background-color: rgba(255,255,255,0.3) !important
    }

    .lg-bg-white-o35 {
        background-color: rgba(255,255,255,0.35) !important
    }

    .lg-bg-white-o4 {
        background-color: rgba(255,255,255,0.4) !important
    }

    .lg-bg-white-o45 {
        background-color: rgba(255,255,255,0.45) !important
    }

    .lg-bg-white-o5 {
        background-color: rgba(255,255,255,0.5) !important
    }

    .lg-bg-white-o55 {
        background-color: rgba(255,255,255,0.55) !important
    }

    .lg-bg-white-o6 {
        background-color: rgba(255,255,255,0.6) !important
    }

    .lg-bg-white-o65 {
        background-color: rgba(255,255,255,0.65) !important
    }

    .lg-bg-white-o7 {
        background-color: rgba(255,255,255,0.7) !important
    }

    .lg-bg-white-o75 {
        background-color: rgba(255,255,255,0.75) !important
    }

    .lg-bg-white-o8 {
        background-color: rgba(255,255,255,0.8) !important
    }

    .lg-bg-white-o85 {
        background-color: rgba(255,255,255,0.85) !important
    }

    .lg-bg-white-o9 {
        background-color: rgba(255,255,255,0.9) !important
    }

    .lg-bg-white-o95 {
        background-color: rgba(255,255,255,0.95) !important
    }

    .lg-no-bg {
        background-color: transparent !important
    }
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width: 767px) {
    .xs-bg-hidden {
        background-image:none !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .sm-bg-hidden {
        background-image:none !important
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .md-bg-hidden {
        background-image:none !important
    }
}

@media only screen and (min-width: 1200px) {
    .lg-bg-hidden {
        background-image:none !important
    }
}

.cr-black {
    color: #000 !important
}

.cr-white {
    color: #FFF !important
}

.cr-citi-black {
    color: #333333 !important
}

.cr-citi-blue {
    color: #002D72 !important
}

.cr-citi-sky {
    color: #00BDF2 !important
}

.cr-citi-wave {
    color: #003746 !important
}

.cr-darkest-gray {
    color: #323232 !important
}

.cr-dark-gray {
    color: #53565A !important
}

.cr-light-gray {
    color: #97999B !important
}

.cr-middle-gray {
    color: #CCCCCC !important
}

.cr-bright-gray {
    color: #DEDEDE !important
}

.cr-soft-gray {
    color: #EEEEEE !important
}

.cr-gray {
    color: #F1F1F1 !important
}

.cr-grey-1 {
    color: #EEEEEE !important
}

.cr-grey-2 {
    color: #C4C4C4 !important
}

.cr-grey-3 {
    color: #DEDEDE !important
}

.cr-grey-4 {
    color: #DDDDDD !important
}

.cr-grey-5 {
    color: #B2B2B2 !important
}

.cr-grey-6 {
    color: #979797 !important
}

.cr-grey-7 {
    color: #97999B !important
}

.cr-grey-8 {
    color: #999999 !important
}

.cr-grey-9 {
    color: #868686 !important
}

.cr-grey-10 {
    color: #787878 !important
}

.cr-grey-11 {
    color: #666666 !important
}

.cr-grey-12 {
    color: #646465 !important
}

.cr-grey-13 {
    color: #53565A !important
}

.cr-grey-14 {
    color: #373737 !important
}

.cr-grey-15 {
    color: #2A2A2A !important
}

.cr-grey-16 {
    color: #323232 !important
}

.cr-grey-17 {
    color: #070707 !important
}

.cr-grey-18 {
    color: #C5C5C5 !important
}

.cr-twitter {
    color: #55ACEE !important
}

.cr-linkedin {
    color: #007BB5 !important
}

.cr-youtube {
    color: #BB0000 !important
}

.cr-gplus {
    color: #DD4B39 !important
}

.br-all {
    border: solid
}

.br-top {
    border-top: solid !important
}

.br-right {
    border-right: solid !important
}

.br-bottom {
    border-bottom: solid !important
}

.br-left {
    border-left: solid
}

.br-1 {
    border-width: 0.3125vw !important
}

.br-2 {
    border-width: 0.625vw !important
}

.br-3 {
    border-width: 0.9375vw !important
}

.br-4 {
    border-width: 1.25vw !important
}

.br-5 {
    border-width: 1.5625vw !important
}

.br-6 {
    border-width: 1.875vw !important
}

.br-7 {
    border-width: 2.1875vw !important
}

.br-8 {
    border-width: 2.5vw !important
}

.br-9 {
    border-width: 2.8125vw !important
}

.br-10 {
    border-width: 3.125vw !important
}

@media only screen and (min-width: 768px) {
    .br-1 {
        border-width:1px !important
    }

    .br-2 {
        border-width: 2px !important
    }

    .br-3 {
        border-width: 3px !important
    }

    .br-4 {
        border-width: 4px !important
    }

    .br-5 {
        border-width: 5px !important
    }

    .br-6 {
        border-width: 6px !important
    }

    .br-7 {
        border-width: 7px !important
    }

    .br-8 {
        border-width: 8px !important
    }

    .br-9 {
        border-width: 9px !important
    }

    .br-10 {
        border-width: 10px !important
    }
}

@media only screen and (min-width: 1441px) {
    .br-1 {
        border-width:0.07vw !important
    }

    .br-2 {
        border-width: 0.14vw !important
    }

    .br-3 {
        border-width: 0.21vw !important
    }

    .br-4 {
        border-width: 0.28vw !important
    }

    .br-5 {
        border-width: 0.35vw !important
    }

    .br-6 {
        border-width: 0.42vw !important
    }

    .br-7 {
        border-width: 0.49vw !important
    }

    .br-8 {
        border-width: 0.56vw !important
    }

    .br-9 {
        border-width: 0.63vw !important
    }

    .br-10 {
        border-width: 0.7vw !important
    }
}

.br-citi-blue {
    border-color: #002D72 !important
}

.br-citi-sky {
    border-color: #00BDF2 !important
}

.br-citi-wave {
    border-color: #003746 !important
}

.br-white {
    border-color: #FFF !important
}

.br-darkest-gray {
    border-color: #323232 !important
}

.br-dark-gray {
    border-color: #53565A !important
}

.br-light-gray {
    border-color: #97999B !important
}

.br-middle-gray {
    border-color: #CCCCCC !important
}

.br-bright-gray {
    border-color: #DEDEDE !important
}

.br-soft-gray {
    border-color: #EEEEEE !important
}

.br-gray {
    border-color: #F1F1F1 !important
}

.br-grey-1 {
    border-color: #EEEEEE !important
}

.br-grey-2 {
    border-color: #C4C4C4 !important
}

.br-grey-3 {
    border-color: #DEDEDE !important
}

.br-grey-4 {
    border-color: #DDDDDD !important
}

.br-grey-5 {
    border-color: #B2B2B2 !important
}

.br-grey-6 {
    border-color: #979797 !important
}

.br-grey-7 {
    border-color: #97999B !important
}

.br-grey-8 {
    border-color: #999999 !important
}

.br-grey-9 {
    border-color: #868686 !important
}

.br-grey-10 {
    border-color: #787878 !important
}

.br-grey-11 {
    border-color: #666666 !important
}

.br-grey-12 {
    border-color: #646465 !important
}

.br-grey-13 {
    border-color: #53565A !important
}

.br-grey-14 {
    border-color: #373737 !important
}

.br-grey-15 {
    border-color: #2A2A2A !important
}

.br-grey-16 {
    border-color: #323232 !important
}

.br-grey-17 {
    border-color: #070707 !important
}

.br-grey-18 {
    border-color: #C5C5C5 !important
}

.no-border {
    border: none !important
}

@media only screen and (max-width: 767px) {
    .xs-no-border {
        border:none !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .sm-no-border {
        border:none !important
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .md-no-border {
        border:none !important
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .ls-no-border {
        border:none !important
    }
}

@media only screen and (min-width: 1200px) {
    .lg-no-border {
        border:none !important
    }
}

@media only screen and (max-width: 767px) {
    .xs-br-radius {
        border-radius:8px !important
    }

    .xs-br-radius-tl {
        border-top-left-radius: 8px !important
    }

    .xs-br-radius-tr {
        border-top-right-radius: 8px !important
    }

    .xs-br-radius-bl {
        border-bottom-left-radius: 8px !important
    }

    .xs-br-radius-br {
        border-bottom-right-radius: 8px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .sm-br-radius {
        border-radius:8px !important
    }

    .sm-br-radius-tl {
        border-top-left-radius: 8px !important
    }

    .sm-br-radius-tr {
        border-top-right-radius: 8px !important
    }

    .sm-br-radius-bl {
        border-bottom-left-radius: 8px !important
    }

    .sm-br-radius-br {
        border-bottom-right-radius: 8px !important
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .md-br-radius {
        border-radius:8px !important
    }

    .md-br-radius-tl {
        border-top-left-radius: 8px !important
    }

    .md-br-radius-tr {
        border-top-right-radius: 8px !important
    }

    .md-br-radius-bl {
        border-bottom-left-radius: 8px !important
    }

    .md-br-radius-br {
        border-bottom-right-radius: 8px !important
    }
}

@media only screen and (min-width: 1200px) {
    .lg-br-radius {
        border-radius:.56vw !important
    }

    .lg-br-radius-tl {
        border-top-left-radius: .56vw !important
    }

    .lg-br-radius-tr {
        border-top-right-radius: .56vw !important
    }

    .lg-br-radius-bl {
        border-bottom-left-radius: .56vw !important
    }

    .lg-br-radius-br {
        border-bottom-right-radius: .56vw !important
    }
}

.xs-br-all-radius {
    border-radius: 2.5vw !important
}

.xs-br-all-radius-tl {
    border-top-left-radius: 2.5vw !important
}

.xs-br-all-radius-tr {
    border-top-right-radius: 2.5vw !important
}

.xs-br-all-radius-bl {
    border-bottom-left-radius: 2.5vw !important
}

.xs-br-all-radius-br {
    border-bottom-right-radius: 2.5vw !important
}

@media only screen and (min-width: 768px) {
    .sm-br-all-radius {
        border-radius:8px !important
    }

    .sm-br-all-radius-tl {
        border-top-left-radius: 8px !important
    }

    .sm-br-all-radius-tr {
        border-top-right-radius: 8px !important
    }

    .sm-br-all-radius-bl {
        border-bottom-left-radius: 8px !important
    }

    .sm-br-all-radius-br {
        border-bottom-right-radius: 8px !important
    }
}

@media only screen and (min-width: 992px) {
    .md-br-all-radius {
        border-radius:8px !important
    }

    .md-br-all-radius-tl {
        border-top-left-radius: 8px !important
    }

    .md-br-all-radius-tr {
        border-top-right-radius: 8px !important
    }

    .md-br-all-radius-bl {
        border-bottom-left-radius: 8px !important
    }

    .md-br-all-radius-br {
        border-bottom-right-radius: 8px !important
    }
}

@media only screen and (min-width: 1441px) {
    .lg-br-all-radius {
        border-radius:0.56vw !important
    }

    .lg-br-all-radius-tl {
        border-top-left-radius: 0.56vw !important
    }

    .lg-br-all-radius-tr {
        border-top-right-radius: 0.56vw !important
    }

    .lg-br-all-radius-bl {
        border-bottom-left-radius: 0.56vw !important
    }

    .lg-br-all-radius-br {
        border-bottom-right-radius: 0.56vw !important
    }
}

.txt-underline {
    text-decoration: underline
}

.txt-underline:hover {
    text-decoration: underline
}

.txt-no-underline {
    text-decoration: none
}

.txt-no-underline:hover {
    text-decoration: none
}

@media only screen and (max-width: 767px) {
    .xs-txt-underline {
        text-decoration:underline
    }

    .xs-txt-underline:hover {
        text-decoration: underline
    }

    .xs-txt-no-underline {
        text-decoration: none
    }

    .xs-txt-no-underline:hover {
        text-decoration: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .sm-txt-underline {
        text-decoration:underline
    }

    .sm-txt-underline:hover {
        text-decoration: underline
    }

    .sm-txt-no-underline {
        text-decoration: none
    }

    .sm-txt-no-underline:hover {
        text-decoration: none
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .md-txt-underline {
        text-decoration:underline
    }

    .md-txt-underline:hover {
        text-decoration: underline
    }

    .md-txt-no-underline {
        text-decoration: none
    }

    .md-txt-no-underline:hover {
        text-decoration: none
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .ls-txt-underline {
        text-decoration:underline
    }

    .ls-txt-underline:hover {
        text-decoration: underline
    }

    .ls-txt-no-underline {
        text-decoration: none
    }

    .ls-txt-no-underline:hover {
        text-decoration: none
    }
}

@media only screen and (min-width: 1200px) {
    .lg-txt-underline {
        text-decoration:underline
    }

    .lg-txt-underline:hover {
        text-decoration: underline
    }

    .lg-txt-no-underline {
        text-decoration: none
    }

    .lg-txt-no-underline:hover {
        text-decoration: none
    }
}

@media only screen and (max-width: 767px) {
    .xs-no-event {
        pointer-events:none
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .sm-no-event {
        pointer-events:none
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .md-no-event {
        pointer-events:none
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .ls-no-event {
        pointer-events:none
    }
}

@media only screen and (min-width: 1200px) {
    .lg-no-event {
        pointer-events:none
    }
}

[class~=xs-link],[class~=sm-link],[class~=md-link],[class~=lg-link],[class~=all-link] {
    transition: color 350ms ease-in-out;
    display: inline-block !important
}

[class~=xs-link]:focus,[class~=sm-link]:focus,[class~=md-link]:focus,[class~=lg-link]:focus,[class~=all-link]:focus {
    outline: none
}

.all-link {
    color: #003746 !important
}

@media only screen and (min-width: 992px) {
    .all-link:hover {
        color:#00BDF2 !important
    }
}

@media only screen and (max-width: 767px) {
    .xs-link {
        color:#003746 !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .sm-link {
        color:#003746 !important
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .md-link {
        color:#003746 !important
    }

    .md-link:hover {
        color: #00BDF2 !important
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .ls-link {
        color:#003746 !important
    }
}

@media only screen and (min-width: 1200px) {
    .lg-link {
        color:#003746 !important
    }

    .lg-link:hover {
        color: #00BDF2 !important
    }
}

.font-l {
    font-family: IEL, sans-serif !important
}

.font-r {
    font-family: IL, sans-serif !important
}

.font-b {
    font-family: IR, sans-serif !important
}

.font-xb {
    font-family: IB, sans-serif !important
}

.font-legal {
    font-size: 3.75vw !important
}

.font-small {
    font-size: 3.75vw !important
}

@media only screen and (min-width: 768px) {
    .font-legal {
        font-size:12px !important
    }

    .font-small {
        font-size: 12px !important
    }
}

@media only screen and (min-width: 992px) {
    .font-web {
        font-size:16px !important
    }
}

@media only screen and (min-width: 1441px) {
    .font-web {
        font-size:1.12vw !important
    }

    .font-legal {
        font-size: 0.84vw !important
    }

    .font-small {
        font-size: 0.84vw !important
    }
}

.icon-size-15 {
    font-size: 4.6875vw !important
}

.icon-size-20 {
    font-size: 6.25vw !important
}

.icon-size-25 {
    font-size: 7.8125vw !important
}

.icon-size-30 {
    font-size: 9.375vw !important
}

.icon-size-35 {
    font-size: 10.9375vw !important
}

.icon-size-40 {
    font-size: 12.5vw !important
}

.icon-size-45 {
    font-size: 14.0625vw !important
}

.icon-size-50 {
    font-size: 15.625vw !important
}

@media only screen and (min-width: 768px) {
    .icon-size-15 {
        font-size:15px !important
    }

    .icon-size-20 {
        font-size: 20px !important
    }

    .icon-size-25 {
        font-size: 25px !important
    }

    .icon-size-30 {
        font-size: 30px !important
    }

    .icon-size-35 {
        font-size: 35px !important
    }

    .icon-size-40 {
        font-size: 40px !important
    }

    .icon-size-45 {
        font-size: 45px !important
    }

    .icon-size-50 {
        font-size: 50px !important
    }
}

@media only screen and (min-width: 1441px) {
    .icon-size-15 {
        font-size:1.05vw !important
    }

    .icon-size-20 {
        font-size: 1.4vw !important
    }

    .icon-size-25 {
        font-size: 1.75vw !important
    }

    .icon-size-30 {
        font-size: 2.1vw !important
    }

    .icon-size-35 {
        font-size: 2.45vw !important
    }

    .icon-size-40 {
        font-size: 2.8vw !important
    }

    .icon-size-45 {
        font-size: 3.15vw !important
    }

    .icon-size-50 {
        font-size: 3.5vw !important
    }
}

.xs-pd-top-0 {
    padding-top: 0vw !important
}

.xs-pd-left-0 {
    padding-left: 0vw !important
}

.xs-pd-right-0 {
    padding-right: 0vw !important
}

.xs-pd-bottom-0 {
    padding-bottom: 0vw !important
}

.xs-pd-all-0 {
    padding: 0vw 0vw 0vw 0vw !important
}

.xs-pd-top-5 {
    padding-top: 1.5625vw !important
}

.xs-pd-left-5 {
    padding-left: 1.5625vw !important
}

.xs-pd-right-5 {
    padding-right: 1.5625vw !important
}

.xs-pd-bottom-5 {
    padding-bottom: 1.5625vw !important
}

.xs-pd-all-5 {
    padding: 1.5625vw 1.5625vw 1.5625vw 1.5625vw !important
}

.xs-pd-top-10 {
    padding-top: 3.125vw !important
}

.xs-pd-left-10 {
    padding-left: 3.125vw !important
}

.xs-pd-right-10 {
    padding-right: 3.125vw !important
}

.xs-pd-bottom-10 {
    padding-bottom: 3.125vw !important
}

.xs-pd-all-10 {
    padding: 3.125vw 3.125vw 3.125vw 3.125vw !important
}

.xs-pd-top-15 {
    padding-top: 4.6875vw !important
}

.xs-pd-left-15 {
    padding-left: 4.6875vw !important
}

.xs-pd-right-15 {
    padding-right: 4.6875vw !important
}

.xs-pd-bottom-15 {
    padding-bottom: 4.6875vw !important
}

.xs-pd-all-15 {
    padding: 4.6875vw 4.6875vw 4.6875vw 4.6875vw !important
}

.xs-pd-top-20 {
    padding-top: 6.25vw !important
}

.xs-pd-left-20 {
    padding-left: 6.25vw !important
}

.xs-pd-right-20 {
    padding-right: 6.25vw !important
}

.xs-pd-bottom-20 {
    padding-bottom: 6.25vw !important
}

.xs-pd-all-20 {
    padding: 6.25vw 6.25vw 6.25vw 6.25vw !important
}

.xs-pd-top-25 {
    padding-top: 7.8125vw !important
}

.xs-pd-left-25 {
    padding-left: 7.8125vw !important
}

.xs-pd-right-25 {
    padding-right: 7.8125vw !important
}

.xs-pd-bottom-25 {
    padding-bottom: 7.8125vw !important
}

.xs-pd-all-25 {
    padding: 7.8125vw 7.8125vw 7.8125vw 7.8125vw !important
}

.xs-pd-top-30 {
    padding-top: 9.375vw !important
}

.xs-pd-left-30 {
    padding-left: 9.375vw !important
}

.xs-pd-right-30 {
    padding-right: 9.375vw !important
}

.xs-pd-bottom-30 {
    padding-bottom: 9.375vw !important
}

.xs-pd-all-30 {
    padding: 9.375vw 9.375vw 9.375vw 9.375vw !important
}

.xs-pd-top-35 {
    padding-top: 10.9375vw !important
}

.xs-pd-left-35 {
    padding-left: 10.9375vw !important
}

.xs-pd-right-35 {
    padding-right: 10.9375vw !important
}

.xs-pd-bottom-35 {
    padding-bottom: 10.9375vw !important
}

.xs-pd-all-35 {
    padding: 10.9375vw 10.9375vw 10.9375vw 10.9375vw !important
}

.xs-pd-top-40 {
    padding-top: 12.5vw !important
}

.xs-pd-left-40 {
    padding-left: 12.5vw !important
}

.xs-pd-right-40 {
    padding-right: 12.5vw !important
}

.xs-pd-bottom-40 {
    padding-bottom: 12.5vw !important
}

.xs-pd-all-40 {
    padding: 12.5vw 12.5vw 12.5vw 12.5vw !important
}

.xs-pd-top-45 {
    padding-top: 14.0625vw !important
}

.xs-pd-left-45 {
    padding-left: 14.0625vw !important
}

.xs-pd-right-45 {
    padding-right: 14.0625vw !important
}

.xs-pd-bottom-45 {
    padding-bottom: 14.0625vw !important
}

.xs-pd-all-45 {
    padding: 14.0625vw 14.0625vw 14.0625vw 14.0625vw !important
}

.xs-pd-top-50 {
    padding-top: 15.625vw !important
}

.xs-pd-left-50 {
    padding-left: 15.625vw !important
}

.xs-pd-right-50 {
    padding-right: 15.625vw !important
}

.xs-pd-bottom-50 {
    padding-bottom: 15.625vw !important
}

.xs-pd-all-50 {
    padding: 15.625vw 15.625vw 15.625vw 15.625vw !important
}

.xs-pd-top-55 {
    padding-top: 17.1875vw !important
}

.xs-pd-left-55 {
    padding-left: 17.1875vw !important
}

.xs-pd-right-55 {
    padding-right: 17.1875vw !important
}

.xs-pd-bottom-55 {
    padding-bottom: 17.1875vw !important
}

.xs-pd-all-55 {
    padding: 17.1875vw 17.1875vw 17.1875vw 17.1875vw !important
}

.xs-pd-top-60 {
    padding-top: 18.75vw !important
}

.xs-pd-left-60 {
    padding-left: 18.75vw !important
}

.xs-pd-right-60 {
    padding-right: 18.75vw !important
}

.xs-pd-bottom-60 {
    padding-bottom: 18.75vw !important
}

.xs-pd-all-60 {
    padding: 18.75vw 18.75vw 18.75vw 18.75vw !important
}

.xs-pd-top-65 {
    padding-top: 20.3125vw !important
}

.xs-pd-left-65 {
    padding-left: 20.3125vw !important
}

.xs-pd-right-65 {
    padding-right: 20.3125vw !important
}

.xs-pd-bottom-65 {
    padding-bottom: 20.3125vw !important
}

.xs-pd-all-65 {
    padding: 20.3125vw 20.3125vw 20.3125vw 20.3125vw !important
}

.xs-pd-top-70 {
    padding-top: 21.875vw !important
}

.xs-pd-left-70 {
    padding-left: 21.875vw !important
}

.xs-pd-right-70 {
    padding-right: 21.875vw !important
}

.xs-pd-bottom-70 {
    padding-bottom: 21.875vw !important
}

.xs-pd-all-70 {
    padding: 21.875vw 21.875vw 21.875vw 21.875vw !important
}

.xs-pd-top-75 {
    padding-top: 23.4375vw !important
}

.xs-pd-left-75 {
    padding-left: 23.4375vw !important
}

.xs-pd-right-75 {
    padding-right: 23.4375vw !important
}

.xs-pd-bottom-75 {
    padding-bottom: 23.4375vw !important
}

.xs-pd-all-75 {
    padding: 23.4375vw 23.4375vw 23.4375vw 23.4375vw !important
}

.xs-pd-top-80 {
    padding-top: 25vw !important
}

.xs-pd-left-80 {
    padding-left: 25vw !important
}

.xs-pd-right-80 {
    padding-right: 25vw !important
}

.xs-pd-bottom-80 {
    padding-bottom: 25vw !important
}

.xs-pd-all-80 {
    padding: 25vw 25vw 25vw 25vw !important
}

.xs-pd-top-85 {
    padding-top: 26.5625vw !important
}

.xs-pd-left-85 {
    padding-left: 26.5625vw !important
}

.xs-pd-right-85 {
    padding-right: 26.5625vw !important
}

.xs-pd-bottom-85 {
    padding-bottom: 26.5625vw !important
}

.xs-pd-all-85 {
    padding: 26.5625vw 26.5625vw 26.5625vw 26.5625vw !important
}

.xs-pd-top-90 {
    padding-top: 28.125vw !important
}

.xs-pd-left-90 {
    padding-left: 28.125vw !important
}

.xs-pd-right-90 {
    padding-right: 28.125vw !important
}

.xs-pd-bottom-90 {
    padding-bottom: 28.125vw !important
}

.xs-pd-all-90 {
    padding: 28.125vw 28.125vw 28.125vw 28.125vw !important
}

.xs-pd-top-95 {
    padding-top: 29.6875vw !important
}

.xs-pd-left-95 {
    padding-left: 29.6875vw !important
}

.xs-pd-right-95 {
    padding-right: 29.6875vw !important
}

.xs-pd-bottom-95 {
    padding-bottom: 29.6875vw !important
}

.xs-pd-all-95 {
    padding: 29.6875vw 29.6875vw 29.6875vw 29.6875vw !important
}

.xs-pd-top-100 {
    padding-top: 31.25vw !important
}

.xs-pd-left-100 {
    padding-left: 31.25vw !important
}

.xs-pd-right-100 {
    padding-right: 31.25vw !important
}

.xs-pd-bottom-100 {
    padding-bottom: 31.25vw !important
}

.xs-pd-all-100 {
    padding: 31.25vw 31.25vw 31.25vw 31.25vw !important
}

.xs-pd-top-105 {
    padding-top: 32.8125vw !important
}

.xs-pd-left-105 {
    padding-left: 32.8125vw !important
}

.xs-pd-right-105 {
    padding-right: 32.8125vw !important
}

.xs-pd-bottom-105 {
    padding-bottom: 32.8125vw !important
}

.xs-pd-all-105 {
    padding: 32.8125vw 32.8125vw 32.8125vw 32.8125vw !important
}

.xs-pd-top-110 {
    padding-top: 34.375vw !important
}

.xs-pd-left-110 {
    padding-left: 34.375vw !important
}

.xs-pd-right-110 {
    padding-right: 34.375vw !important
}

.xs-pd-bottom-110 {
    padding-bottom: 34.375vw !important
}

.xs-pd-all-110 {
    padding: 34.375vw 34.375vw 34.375vw 34.375vw !important
}

.xs-pd-top-115 {
    padding-top: 35.9375vw !important
}

.xs-pd-left-115 {
    padding-left: 35.9375vw !important
}

.xs-pd-right-115 {
    padding-right: 35.9375vw !important
}

.xs-pd-bottom-115 {
    padding-bottom: 35.9375vw !important
}

.xs-pd-all-115 {
    padding: 35.9375vw 35.9375vw 35.9375vw 35.9375vw !important
}

.xs-pd-top-120 {
    padding-top: 37.5vw !important
}

.xs-pd-left-120 {
    padding-left: 37.5vw !important
}

.xs-pd-right-120 {
    padding-right: 37.5vw !important
}

.xs-pd-bottom-120 {
    padding-bottom: 37.5vw !important
}

.xs-pd-all-120 {
    padding: 37.5vw 37.5vw 37.5vw 37.5vw !important
}

.xs-pd-top-125 {
    padding-top: 39.0625vw !important
}

.xs-pd-left-125 {
    padding-left: 39.0625vw !important
}

.xs-pd-right-125 {
    padding-right: 39.0625vw !important
}

.xs-pd-bottom-125 {
    padding-bottom: 39.0625vw !important
}

.xs-pd-all-125 {
    padding: 39.0625vw 39.0625vw 39.0625vw 39.0625vw !important
}

.xs-pd-top-130 {
    padding-top: 40.625vw !important
}

.xs-pd-left-130 {
    padding-left: 40.625vw !important
}

.xs-pd-right-130 {
    padding-right: 40.625vw !important
}

.xs-pd-bottom-130 {
    padding-bottom: 40.625vw !important
}

.xs-pd-all-130 {
    padding: 40.625vw 40.625vw 40.625vw 40.625vw !important
}

.xs-pd-top-135 {
    padding-top: 42.1875vw !important
}

.xs-pd-left-135 {
    padding-left: 42.1875vw !important
}

.xs-pd-right-135 {
    padding-right: 42.1875vw !important
}

.xs-pd-bottom-135 {
    padding-bottom: 42.1875vw !important
}

.xs-pd-all-135 {
    padding: 42.1875vw 42.1875vw 42.1875vw 42.1875vw !important
}

.xs-pd-top-140 {
    padding-top: 43.75vw !important
}

.xs-pd-left-140 {
    padding-left: 43.75vw !important
}

.xs-pd-right-140 {
    padding-right: 43.75vw !important
}

.xs-pd-bottom-140 {
    padding-bottom: 43.75vw !important
}

.xs-pd-all-140 {
    padding: 43.75vw 43.75vw 43.75vw 43.75vw !important
}

.xs-pd-top-145 {
    padding-top: 45.3125vw !important
}

.xs-pd-left-145 {
    padding-left: 45.3125vw !important
}

.xs-pd-right-145 {
    padding-right: 45.3125vw !important
}

.xs-pd-bottom-145 {
    padding-bottom: 45.3125vw !important
}

.xs-pd-all-145 {
    padding: 45.3125vw 45.3125vw 45.3125vw 45.3125vw !important
}

.xs-pd-top-150 {
    padding-top: 46.875vw !important
}

.xs-pd-left-150 {
    padding-left: 46.875vw !important
}

.xs-pd-right-150 {
    padding-right: 46.875vw !important
}

.xs-pd-bottom-150 {
    padding-bottom: 46.875vw !important
}

.xs-pd-all-150 {
    padding: 46.875vw 46.875vw 46.875vw 46.875vw !important
}

.xs-mr-top-0 {
    margin-top: 0vw !important
}

.xs-mr-left-0 {
    margin-left: 0vw !important
}

.xs-mr-right-0 {
    margin-right: 0vw !important
}

.xs-mr-bottom-0 {
    margin-bottom: 0vw !important
}

.xs-mr-top-5 {
    margin-top: 1.5625vw !important
}

.xs-mr-left-5 {
    margin-left: 1.5625vw !important
}

.xs-mr-right-5 {
    margin-right: 1.5625vw !important
}

.xs-mr-bottom-5 {
    margin-bottom: 1.5625vw !important
}

.xs-mr-top-10 {
    margin-top: 3.125vw !important
}

.xs-mr-left-10 {
    margin-left: 3.125vw !important
}

.xs-mr-right-10 {
    margin-right: 3.125vw !important
}

.xs-mr-bottom-10 {
    margin-bottom: 3.125vw !important
}

.xs-mr-top-15 {
    margin-top: 4.6875vw !important
}

.xs-mr-left-15 {
    margin-left: 4.6875vw !important
}

.xs-mr-right-15 {
    margin-right: 4.6875vw !important
}

.xs-mr-bottom-15 {
    margin-bottom: 4.6875vw !important
}

.xs-mr-top-20 {
    margin-top: 6.25vw !important
}

.xs-mr-left-20 {
    margin-left: 6.25vw !important
}

.xs-mr-right-20 {
    margin-right: 6.25vw !important
}

.xs-mr-bottom-20 {
    margin-bottom: 6.25vw !important
}

.xs-mr-top-25 {
    margin-top: 7.8125vw !important
}

.xs-mr-left-25 {
    margin-left: 7.8125vw !important
}

.xs-mr-right-25 {
    margin-right: 7.8125vw !important
}

.xs-mr-bottom-25 {
    margin-bottom: 7.8125vw !important
}

.xs-mr-top-30 {
    margin-top: 9.375vw !important
}

.xs-mr-left-30 {
    margin-left: 9.375vw !important
}

.xs-mr-right-30 {
    margin-right: 9.375vw !important
}

.xs-mr-bottom-30 {
    margin-bottom: 9.375vw !important
}

.xs-mr-top-35 {
    margin-top: 10.9375vw !important
}

.xs-mr-left-35 {
    margin-left: 10.9375vw !important
}

.xs-mr-right-35 {
    margin-right: 10.9375vw !important
}

.xs-mr-bottom-35 {
    margin-bottom: 10.9375vw !important
}

.xs-mr-top-40 {
    margin-top: 12.5vw !important
}

.xs-mr-left-40 {
    margin-left: 12.5vw !important
}

.xs-mr-right-40 {
    margin-right: 12.5vw !important
}

.xs-mr-bottom-40 {
    margin-bottom: 12.5vw !important
}

.xs-mr-top-45 {
    margin-top: 14.0625vw !important
}

.xs-mr-left-45 {
    margin-left: 14.0625vw !important
}

.xs-mr-right-45 {
    margin-right: 14.0625vw !important
}

.xs-mr-bottom-45 {
    margin-bottom: 14.0625vw !important
}

.xs-mr-top-50 {
    margin-top: 15.625vw !important
}

.xs-mr-left-50 {
    margin-left: 15.625vw !important
}

.xs-mr-right-50 {
    margin-right: 15.625vw !important
}

.xs-mr-bottom-50 {
    margin-bottom: 15.625vw !important
}

.xs-mr-top-55 {
    margin-top: 17.1875vw !important
}

.xs-mr-left-55 {
    margin-left: 17.1875vw !important
}

.xs-mr-right-55 {
    margin-right: 17.1875vw !important
}

.xs-mr-bottom-55 {
    margin-bottom: 17.1875vw !important
}

.xs-mr-top-60 {
    margin-top: 18.75vw !important
}

.xs-mr-left-60 {
    margin-left: 18.75vw !important
}

.xs-mr-right-60 {
    margin-right: 18.75vw !important
}

.xs-mr-bottom-60 {
    margin-bottom: 18.75vw !important
}

.xs-mr-top-65 {
    margin-top: 20.3125vw !important
}

.xs-mr-left-65 {
    margin-left: 20.3125vw !important
}

.xs-mr-right-65 {
    margin-right: 20.3125vw !important
}

.xs-mr-bottom-65 {
    margin-bottom: 20.3125vw !important
}

.xs-mr-top-70 {
    margin-top: 21.875vw !important
}

.xs-mr-left-70 {
    margin-left: 21.875vw !important
}

.xs-mr-right-70 {
    margin-right: 21.875vw !important
}

.xs-mr-bottom-70 {
    margin-bottom: 21.875vw !important
}

.xs-mr-top-75 {
    margin-top: 23.4375vw !important
}

.xs-mr-left-75 {
    margin-left: 23.4375vw !important
}

.xs-mr-right-75 {
    margin-right: 23.4375vw !important
}

.xs-mr-bottom-75 {
    margin-bottom: 23.4375vw !important
}

.xs-mr-top-80 {
    margin-top: 25vw !important
}

.xs-mr-left-80 {
    margin-left: 25vw !important
}

.xs-mr-right-80 {
    margin-right: 25vw !important
}

.xs-mr-bottom-80 {
    margin-bottom: 25vw !important
}

.xs-mr-top-85 {
    margin-top: 26.5625vw !important
}

.xs-mr-left-85 {
    margin-left: 26.5625vw !important
}

.xs-mr-right-85 {
    margin-right: 26.5625vw !important
}

.xs-mr-bottom-85 {
    margin-bottom: 26.5625vw !important
}

.xs-mr-top-90 {
    margin-top: 28.125vw !important
}

.xs-mr-left-90 {
    margin-left: 28.125vw !important
}

.xs-mr-right-90 {
    margin-right: 28.125vw !important
}

.xs-mr-bottom-90 {
    margin-bottom: 28.125vw !important
}

.xs-mr-top-95 {
    margin-top: 29.6875vw !important
}

.xs-mr-left-95 {
    margin-left: 29.6875vw !important
}

.xs-mr-right-95 {
    margin-right: 29.6875vw !important
}

.xs-mr-bottom-95 {
    margin-bottom: 29.6875vw !important
}

.xs-mr-top-100 {
    margin-top: 31.25vw !important
}

.xs-mr-left-100 {
    margin-left: 31.25vw !important
}

.xs-mr-right-100 {
    margin-right: 31.25vw !important
}

.xs-mr-bottom-100 {
    margin-bottom: 31.25vw !important
}

@media only screen and (min-width: 768px) {
    .sm-pd-top-0 {
        padding-top:0px !important
    }

    .sm-pd-left-0 {
        padding-left: 0px !important
    }

    .sm-pd-right-0 {
        padding-right: 0px !important
    }

    .sm-pd-bottom-0 {
        padding-bottom: 0px !important
    }

    .sm-pd-all-0 {
        padding: 0px 0px 0px 0px !important
    }

    .sm-pd-top-5 {
        padding-top: 5px !important
    }

    .sm-pd-left-5 {
        padding-left: 5px !important
    }

    .sm-pd-right-5 {
        padding-right: 5px !important
    }

    .sm-pd-bottom-5 {
        padding-bottom: 5px !important
    }

    .sm-pd-all-5 {
        padding: 5px 5px 5px 5px !important
    }

    .sm-pd-top-10 {
        padding-top: 10px !important
    }

    .sm-pd-left-10 {
        padding-left: 10px !important
    }

    .sm-pd-right-10 {
        padding-right: 10px !important
    }

    .sm-pd-bottom-10 {
        padding-bottom: 10px !important
    }

    .sm-pd-all-10 {
        padding: 10px 10px 10px 10px !important
    }

    .sm-pd-top-15 {
        padding-top: 15px !important
    }

    .sm-pd-left-15 {
        padding-left: 15px !important
    }

    .sm-pd-right-15 {
        padding-right: 15px !important
    }

    .sm-pd-bottom-15 {
        padding-bottom: 15px !important
    }

    .sm-pd-all-15 {
        padding: 15px 15px 15px 15px !important
    }

    .sm-pd-top-20 {
        padding-top: 20px !important
    }

    .sm-pd-left-20 {
        padding-left: 20px !important
    }

    .sm-pd-right-20 {
        padding-right: 20px !important
    }

    .sm-pd-bottom-20 {
        padding-bottom: 20px !important
    }

    .sm-pd-all-20 {
        padding: 20px 20px 20px 20px !important
    }

    .sm-pd-top-25 {
        padding-top: 25px !important
    }

    .sm-pd-left-25 {
        padding-left: 25px !important
    }

    .sm-pd-right-25 {
        padding-right: 25px !important
    }

    .sm-pd-bottom-25 {
        padding-bottom: 25px !important
    }

    .sm-pd-all-25 {
        padding: 25px 25px 25px 25px !important
    }

    .sm-pd-top-30 {
        padding-top: 30px !important
    }

    .sm-pd-left-30 {
        padding-left: 30px !important
    }

    .sm-pd-right-30 {
        padding-right: 30px !important
    }

    .sm-pd-bottom-30 {
        padding-bottom: 30px !important
    }

    .sm-pd-all-30 {
        padding: 30px 30px 30px 30px !important
    }

    .sm-pd-top-35 {
        padding-top: 35px !important
    }

    .sm-pd-left-35 {
        padding-left: 35px !important
    }

    .sm-pd-right-35 {
        padding-right: 35px !important
    }

    .sm-pd-bottom-35 {
        padding-bottom: 35px !important
    }

    .sm-pd-all-35 {
        padding: 35px 35px 35px 35px !important
    }

    .sm-pd-top-40 {
        padding-top: 40px !important
    }

    .sm-pd-left-40 {
        padding-left: 40px !important
    }

    .sm-pd-right-40 {
        padding-right: 40px !important
    }

    .sm-pd-bottom-40 {
        padding-bottom: 40px !important
    }

    .sm-pd-all-40 {
        padding: 40px 40px 40px 40px !important
    }

    .sm-pd-top-45 {
        padding-top: 45px !important
    }

    .sm-pd-left-45 {
        padding-left: 45px !important
    }

    .sm-pd-right-45 {
        padding-right: 45px !important
    }

    .sm-pd-bottom-45 {
        padding-bottom: 45px !important
    }

    .sm-pd-all-45 {
        padding: 45px 45px 45px 45px !important
    }

    .sm-pd-top-50 {
        padding-top: 50px !important
    }

    .sm-pd-left-50 {
        padding-left: 50px !important
    }

    .sm-pd-right-50 {
        padding-right: 50px !important
    }

    .sm-pd-bottom-50 {
        padding-bottom: 50px !important
    }

    .sm-pd-all-50 {
        padding: 50px 50px 50px 50px !important
    }

    .sm-pd-top-55 {
        padding-top: 55px !important
    }

    .sm-pd-left-55 {
        padding-left: 55px !important
    }

    .sm-pd-right-55 {
        padding-right: 55px !important
    }

    .sm-pd-bottom-55 {
        padding-bottom: 55px !important
    }

    .sm-pd-all-55 {
        padding: 55px 55px 55px 55px !important
    }

    .sm-pd-top-60 {
        padding-top: 60px !important
    }

    .sm-pd-left-60 {
        padding-left: 60px !important
    }

    .sm-pd-right-60 {
        padding-right: 60px !important
    }

    .sm-pd-bottom-60 {
        padding-bottom: 60px !important
    }

    .sm-pd-all-60 {
        padding: 60px 60px 60px 60px !important
    }

    .sm-pd-top-65 {
        padding-top: 65px !important
    }

    .sm-pd-left-65 {
        padding-left: 65px !important
    }

    .sm-pd-right-65 {
        padding-right: 65px !important
    }

    .sm-pd-bottom-65 {
        padding-bottom: 65px !important
    }

    .sm-pd-all-65 {
        padding: 65px 65px 65px 65px !important
    }

    .sm-pd-top-70 {
        padding-top: 70px !important
    }

    .sm-pd-left-70 {
        padding-left: 70px !important
    }

    .sm-pd-right-70 {
        padding-right: 70px !important
    }

    .sm-pd-bottom-70 {
        padding-bottom: 70px !important
    }

    .sm-pd-all-70 {
        padding: 70px 70px 70px 70px !important
    }

    .sm-pd-top-75 {
        padding-top: 75px !important
    }

    .sm-pd-left-75 {
        padding-left: 75px !important
    }

    .sm-pd-right-75 {
        padding-right: 75px !important
    }

    .sm-pd-bottom-75 {
        padding-bottom: 75px !important
    }

    .sm-pd-all-75 {
        padding: 75px 75px 75px 75px !important
    }

    .sm-pd-top-80 {
        padding-top: 80px !important
    }

    .sm-pd-left-80 {
        padding-left: 80px !important
    }

    .sm-pd-right-80 {
        padding-right: 80px !important
    }

    .sm-pd-bottom-80 {
        padding-bottom: 80px !important
    }

    .sm-pd-all-80 {
        padding: 80px 80px 80px 80px !important
    }

    .sm-pd-top-85 {
        padding-top: 85px !important
    }

    .sm-pd-left-85 {
        padding-left: 85px !important
    }

    .sm-pd-right-85 {
        padding-right: 85px !important
    }

    .sm-pd-bottom-85 {
        padding-bottom: 85px !important
    }

    .sm-pd-all-85 {
        padding: 85px 85px 85px 85px !important
    }

    .sm-pd-top-90 {
        padding-top: 90px !important
    }

    .sm-pd-left-90 {
        padding-left: 90px !important
    }

    .sm-pd-right-90 {
        padding-right: 90px !important
    }

    .sm-pd-bottom-90 {
        padding-bottom: 90px !important
    }

    .sm-pd-all-90 {
        padding: 90px 90px 90px 90px !important
    }

    .sm-pd-top-95 {
        padding-top: 95px !important
    }

    .sm-pd-left-95 {
        padding-left: 95px !important
    }

    .sm-pd-right-95 {
        padding-right: 95px !important
    }

    .sm-pd-bottom-95 {
        padding-bottom: 95px !important
    }

    .sm-pd-all-95 {
        padding: 95px 95px 95px 95px !important
    }

    .sm-pd-top-100 {
        padding-top: 100px !important
    }

    .sm-pd-left-100 {
        padding-left: 100px !important
    }

    .sm-pd-right-100 {
        padding-right: 100px !important
    }

    .sm-pd-bottom-100 {
        padding-bottom: 100px !important
    }

    .sm-pd-all-100 {
        padding: 100px 100px 100px 100px !important
    }

    .sm-pd-top-105 {
        padding-top: 105px !important
    }

    .sm-pd-left-105 {
        padding-left: 105px !important
    }

    .sm-pd-right-105 {
        padding-right: 105px !important
    }

    .sm-pd-bottom-105 {
        padding-bottom: 105px !important
    }

    .sm-pd-all-105 {
        padding: 105px 105px 105px 105px !important
    }

    .sm-pd-top-110 {
        padding-top: 110px !important
    }

    .sm-pd-left-110 {
        padding-left: 110px !important
    }

    .sm-pd-right-110 {
        padding-right: 110px !important
    }

    .sm-pd-bottom-110 {
        padding-bottom: 110px !important
    }

    .sm-pd-all-110 {
        padding: 110px 110px 110px 110px !important
    }

    .sm-pd-top-115 {
        padding-top: 115px !important
    }

    .sm-pd-left-115 {
        padding-left: 115px !important
    }

    .sm-pd-right-115 {
        padding-right: 115px !important
    }

    .sm-pd-bottom-115 {
        padding-bottom: 115px !important
    }

    .sm-pd-all-115 {
        padding: 115px 115px 115px 115px !important
    }

    .sm-pd-top-120 {
        padding-top: 120px !important
    }

    .sm-pd-left-120 {
        padding-left: 120px !important
    }

    .sm-pd-right-120 {
        padding-right: 120px !important
    }

    .sm-pd-bottom-120 {
        padding-bottom: 120px !important
    }

    .sm-pd-all-120 {
        padding: 120px 120px 120px 120px !important
    }

    .sm-pd-top-125 {
        padding-top: 125px !important
    }

    .sm-pd-left-125 {
        padding-left: 125px !important
    }

    .sm-pd-right-125 {
        padding-right: 125px !important
    }

    .sm-pd-bottom-125 {
        padding-bottom: 125px !important
    }

    .sm-pd-all-125 {
        padding: 125px 125px 125px 125px !important
    }

    .sm-pd-top-130 {
        padding-top: 130px !important
    }

    .sm-pd-left-130 {
        padding-left: 130px !important
    }

    .sm-pd-right-130 {
        padding-right: 130px !important
    }

    .sm-pd-bottom-130 {
        padding-bottom: 130px !important
    }

    .sm-pd-all-130 {
        padding: 130px 130px 130px 130px !important
    }

    .sm-pd-top-135 {
        padding-top: 135px !important
    }

    .sm-pd-left-135 {
        padding-left: 135px !important
    }

    .sm-pd-right-135 {
        padding-right: 135px !important
    }

    .sm-pd-bottom-135 {
        padding-bottom: 135px !important
    }

    .sm-pd-all-135 {
        padding: 135px 135px 135px 135px !important
    }

    .sm-pd-top-140 {
        padding-top: 140px !important
    }

    .sm-pd-left-140 {
        padding-left: 140px !important
    }

    .sm-pd-right-140 {
        padding-right: 140px !important
    }

    .sm-pd-bottom-140 {
        padding-bottom: 140px !important
    }

    .sm-pd-all-140 {
        padding: 140px 140px 140px 140px !important
    }

    .sm-pd-top-145 {
        padding-top: 145px !important
    }

    .sm-pd-left-145 {
        padding-left: 145px !important
    }

    .sm-pd-right-145 {
        padding-right: 145px !important
    }

    .sm-pd-bottom-145 {
        padding-bottom: 145px !important
    }

    .sm-pd-all-145 {
        padding: 145px 145px 145px 145px !important
    }

    .sm-pd-top-150 {
        padding-top: 150px !important
    }

    .sm-pd-left-150 {
        padding-left: 150px !important
    }

    .sm-pd-right-150 {
        padding-right: 150px !important
    }

    .sm-pd-bottom-150 {
        padding-bottom: 150px !important
    }

    .sm-pd-all-150 {
        padding: 150px 150px 150px 150px !important
    }

    .sm-mr-top-0 {
        margin-top: 0px !important
    }

    .sm-mr-left-0 {
        margin-left: 0px !important
    }

    .sm-mr-right-0 {
        margin-right: 0px !important
    }

    .sm-mr-bottom-0 {
        margin-bottom: 0px !important
    }

    .sm-mr-top-5 {
        margin-top: 5px !important
    }

    .sm-mr-left-5 {
        margin-left: 5px !important
    }

    .sm-mr-right-5 {
        margin-right: 5px !important
    }

    .sm-mr-bottom-5 {
        margin-bottom: 5px !important
    }

    .sm-mr-top-10 {
        margin-top: 10px !important
    }

    .sm-mr-left-10 {
        margin-left: 10px !important
    }

    .sm-mr-right-10 {
        margin-right: 10px !important
    }

    .sm-mr-bottom-10 {
        margin-bottom: 10px !important
    }

    .sm-mr-top-15 {
        margin-top: 15px !important
    }

    .sm-mr-left-15 {
        margin-left: 15px !important
    }

    .sm-mr-right-15 {
        margin-right: 15px !important
    }

    .sm-mr-bottom-15 {
        margin-bottom: 15px !important
    }

    .sm-mr-top-20 {
        margin-top: 20px !important
    }

    .sm-mr-left-20 {
        margin-left: 20px !important
    }

    .sm-mr-right-20 {
        margin-right: 20px !important
    }

    .sm-mr-bottom-20 {
        margin-bottom: 20px !important
    }

    .sm-mr-top-25 {
        margin-top: 25px !important
    }

    .sm-mr-left-25 {
        margin-left: 25px !important
    }

    .sm-mr-right-25 {
        margin-right: 25px !important
    }

    .sm-mr-bottom-25 {
        margin-bottom: 25px !important
    }

    .sm-mr-top-30 {
        margin-top: 30px !important
    }

    .sm-mr-left-30 {
        margin-left: 30px !important
    }

    .sm-mr-right-30 {
        margin-right: 30px !important
    }

    .sm-mr-bottom-30 {
        margin-bottom: 30px !important
    }

    .sm-mr-top-35 {
        margin-top: 35px !important
    }

    .sm-mr-left-35 {
        margin-left: 35px !important
    }

    .sm-mr-right-35 {
        margin-right: 35px !important
    }

    .sm-mr-bottom-35 {
        margin-bottom: 35px !important
    }

    .sm-mr-top-40 {
        margin-top: 40px !important
    }

    .sm-mr-left-40 {
        margin-left: 40px !important
    }

    .sm-mr-right-40 {
        margin-right: 40px !important
    }

    .sm-mr-bottom-40 {
        margin-bottom: 40px !important
    }

    .sm-mr-top-45 {
        margin-top: 45px !important
    }

    .sm-mr-left-45 {
        margin-left: 45px !important
    }

    .sm-mr-right-45 {
        margin-right: 45px !important
    }

    .sm-mr-bottom-45 {
        margin-bottom: 45px !important
    }

    .sm-mr-top-50 {
        margin-top: 50px !important
    }

    .sm-mr-left-50 {
        margin-left: 50px !important
    }

    .sm-mr-right-50 {
        margin-right: 50px !important
    }

    .sm-mr-bottom-50 {
        margin-bottom: 50px !important
    }

    .sm-mr-top-55 {
        margin-top: 55px !important
    }

    .sm-mr-left-55 {
        margin-left: 55px !important
    }

    .sm-mr-right-55 {
        margin-right: 55px !important
    }

    .sm-mr-bottom-55 {
        margin-bottom: 55px !important
    }

    .sm-mr-top-60 {
        margin-top: 60px !important
    }

    .sm-mr-left-60 {
        margin-left: 60px !important
    }

    .sm-mr-right-60 {
        margin-right: 60px !important
    }

    .sm-mr-bottom-60 {
        margin-bottom: 60px !important
    }

    .sm-mr-top-65 {
        margin-top: 65px !important
    }

    .sm-mr-left-65 {
        margin-left: 65px !important
    }

    .sm-mr-right-65 {
        margin-right: 65px !important
    }

    .sm-mr-bottom-65 {
        margin-bottom: 65px !important
    }

    .sm-mr-top-70 {
        margin-top: 70px !important
    }

    .sm-mr-left-70 {
        margin-left: 70px !important
    }

    .sm-mr-right-70 {
        margin-right: 70px !important
    }

    .sm-mr-bottom-70 {
        margin-bottom: 70px !important
    }

    .sm-mr-top-75 {
        margin-top: 75px !important
    }

    .sm-mr-left-75 {
        margin-left: 75px !important
    }

    .sm-mr-right-75 {
        margin-right: 75px !important
    }

    .sm-mr-bottom-75 {
        margin-bottom: 75px !important
    }

    .sm-mr-top-80 {
        margin-top: 80px !important
    }

    .sm-mr-left-80 {
        margin-left: 80px !important
    }

    .sm-mr-right-80 {
        margin-right: 80px !important
    }

    .sm-mr-bottom-80 {
        margin-bottom: 80px !important
    }

    .sm-mr-top-85 {
        margin-top: 85px !important
    }

    .sm-mr-left-85 {
        margin-left: 85px !important
    }

    .sm-mr-right-85 {
        margin-right: 85px !important
    }

    .sm-mr-bottom-85 {
        margin-bottom: 85px !important
    }

    .sm-mr-top-90 {
        margin-top: 90px !important
    }

    .sm-mr-left-90 {
        margin-left: 90px !important
    }

    .sm-mr-right-90 {
        margin-right: 90px !important
    }

    .sm-mr-bottom-90 {
        margin-bottom: 90px !important
    }

    .sm-mr-top-95 {
        margin-top: 95px !important
    }

    .sm-mr-left-95 {
        margin-left: 95px !important
    }

    .sm-mr-right-95 {
        margin-right: 95px !important
    }

    .sm-mr-bottom-95 {
        margin-bottom: 95px !important
    }

    .sm-mr-top-100 {
        margin-top: 100px !important
    }

    .sm-mr-left-100 {
        margin-left: 100px !important
    }

    .sm-mr-right-100 {
        margin-right: 100px !important
    }

    .sm-mr-bottom-100 {
        margin-bottom: 100px !important
    }
}

@media only screen and (min-width: 992px) {
    .md-pd-top-0 {
        padding-top:0px !important
    }

    .md-pd-left-0 {
        padding-left: 0px !important
    }

    .md-pd-right-0 {
        padding-right: 0px !important
    }

    .md-pd-bottom-0 {
        padding-bottom: 0px !important
    }

    .md-pd-all-0 {
        padding: 0px 0px 0px 0px !important
    }

    .md-pd-top-5 {
        padding-top: 5px !important
    }

    .md-pd-left-5 {
        padding-left: 5px !important
    }

    .md-pd-right-5 {
        padding-right: 5px !important
    }

    .md-pd-bottom-5 {
        padding-bottom: 5px !important
    }

    .md-pd-all-5 {
        padding: 5px 5px 5px 5px !important
    }

    .md-pd-top-10 {
        padding-top: 10px !important
    }

    .md-pd-left-10 {
        padding-left: 10px !important
    }

    .md-pd-right-10 {
        padding-right: 10px !important
    }

    .md-pd-bottom-10 {
        padding-bottom: 10px !important
    }

    .md-pd-all-10 {
        padding: 10px 10px 10px 10px !important
    }

    .md-pd-top-15 {
        padding-top: 15px !important
    }

    .md-pd-left-15 {
        padding-left: 15px !important
    }

    .md-pd-right-15 {
        padding-right: 15px !important
    }

    .md-pd-bottom-15 {
        padding-bottom: 15px !important
    }

    .md-pd-all-15 {
        padding: 15px 15px 15px 15px !important
    }

    .md-pd-top-20 {
        padding-top: 20px !important
    }

    .md-pd-left-20 {
        padding-left: 20px !important
    }

    .md-pd-right-20 {
        padding-right: 20px !important
    }

    .md-pd-bottom-20 {
        padding-bottom: 20px !important
    }

    .md-pd-all-20 {
        padding: 20px 20px 20px 20px !important
    }

    .md-pd-top-25 {
        padding-top: 25px !important
    }

    .md-pd-left-25 {
        padding-left: 25px !important
    }

    .md-pd-right-25 {
        padding-right: 25px !important
    }

    .md-pd-bottom-25 {
        padding-bottom: 25px !important
    }

    .md-pd-all-25 {
        padding: 25px 25px 25px 25px !important
    }

    .md-pd-top-30 {
        padding-top: 30px !important
    }

    .md-pd-left-30 {
        padding-left: 30px !important
    }

    .md-pd-right-30 {
        padding-right: 30px !important
    }

    .md-pd-bottom-30 {
        padding-bottom: 30px !important
    }

    .md-pd-all-30 {
        padding: 30px 30px 30px 30px !important
    }

    .md-pd-top-35 {
        padding-top: 35px !important
    }

    .md-pd-left-35 {
        padding-left: 35px !important
    }

    .md-pd-right-35 {
        padding-right: 35px !important
    }

    .md-pd-bottom-35 {
        padding-bottom: 35px !important
    }

    .md-pd-all-35 {
        padding: 35px 35px 35px 35px !important
    }

    .md-pd-top-40 {
        padding-top: 40px !important
    }

    .md-pd-left-40 {
        padding-left: 40px !important
    }

    .md-pd-right-40 {
        padding-right: 40px !important
    }

    .md-pd-bottom-40 {
        padding-bottom: 40px !important
    }

    .md-pd-all-40 {
        padding: 40px 40px 40px 40px !important
    }

    .md-pd-top-45 {
        padding-top: 45px !important
    }

    .md-pd-left-45 {
        padding-left: 45px !important
    }

    .md-pd-right-45 {
        padding-right: 45px !important
    }

    .md-pd-bottom-45 {
        padding-bottom: 45px !important
    }

    .md-pd-all-45 {
        padding: 45px 45px 45px 45px !important
    }

    .md-pd-top-50 {
        padding-top: 50px !important
    }

    .md-pd-left-50 {
        padding-left: 50px !important
    }

    .md-pd-right-50 {
        padding-right: 50px !important
    }

    .md-pd-bottom-50 {
        padding-bottom: 50px !important
    }

    .md-pd-all-50 {
        padding: 50px 50px 50px 50px !important
    }

    .md-pd-top-55 {
        padding-top: 55px !important
    }

    .md-pd-left-55 {
        padding-left: 55px !important
    }

    .md-pd-right-55 {
        padding-right: 55px !important
    }

    .md-pd-bottom-55 {
        padding-bottom: 55px !important
    }

    .md-pd-all-55 {
        padding: 55px 55px 55px 55px !important
    }

    .md-pd-top-60 {
        padding-top: 60px !important
    }

    .md-pd-left-60 {
        padding-left: 60px !important
    }

    .md-pd-right-60 {
        padding-right: 60px !important
    }

    .md-pd-bottom-60 {
        padding-bottom: 60px !important
    }

    .md-pd-all-60 {
        padding: 60px 60px 60px 60px !important
    }

    .md-pd-top-65 {
        padding-top: 65px !important
    }

    .md-pd-left-65 {
        padding-left: 65px !important
    }

    .md-pd-right-65 {
        padding-right: 65px !important
    }

    .md-pd-bottom-65 {
        padding-bottom: 65px !important
    }

    .md-pd-all-65 {
        padding: 65px 65px 65px 65px !important
    }

    .md-pd-top-70 {
        padding-top: 70px !important
    }

    .md-pd-left-70 {
        padding-left: 70px !important
    }

    .md-pd-right-70 {
        padding-right: 70px !important
    }

    .md-pd-bottom-70 {
        padding-bottom: 70px !important
    }

    .md-pd-all-70 {
        padding: 70px 70px 70px 70px !important
    }

    .md-pd-top-75 {
        padding-top: 75px !important
    }

    .md-pd-left-75 {
        padding-left: 75px !important
    }

    .md-pd-right-75 {
        padding-right: 75px !important
    }

    .md-pd-bottom-75 {
        padding-bottom: 75px !important
    }

    .md-pd-all-75 {
        padding: 75px 75px 75px 75px !important
    }

    .md-pd-top-80 {
        padding-top: 80px !important
    }

    .md-pd-left-80 {
        padding-left: 80px !important
    }

    .md-pd-right-80 {
        padding-right: 80px !important
    }

    .md-pd-bottom-80 {
        padding-bottom: 80px !important
    }

    .md-pd-all-80 {
        padding: 80px 80px 80px 80px !important
    }

    .md-pd-top-85 {
        padding-top: 85px !important
    }

    .md-pd-left-85 {
        padding-left: 85px !important
    }

    .md-pd-right-85 {
        padding-right: 85px !important
    }

    .md-pd-bottom-85 {
        padding-bottom: 85px !important
    }

    .md-pd-all-85 {
        padding: 85px 85px 85px 85px !important
    }

    .md-pd-top-90 {
        padding-top: 90px !important
    }

    .md-pd-left-90 {
        padding-left: 90px !important
    }

    .md-pd-right-90 {
        padding-right: 90px !important
    }

    .md-pd-bottom-90 {
        padding-bottom: 90px !important
    }

    .md-pd-all-90 {
        padding: 90px 90px 90px 90px !important
    }

    .md-pd-top-95 {
        padding-top: 95px !important
    }

    .md-pd-left-95 {
        padding-left: 95px !important
    }

    .md-pd-right-95 {
        padding-right: 95px !important
    }

    .md-pd-bottom-95 {
        padding-bottom: 95px !important
    }

    .md-pd-all-95 {
        padding: 95px 95px 95px 95px !important
    }

    .md-pd-top-100 {
        padding-top: 100px !important
    }

    .md-pd-left-100 {
        padding-left: 100px !important
    }

    .md-pd-right-100 {
        padding-right: 100px !important
    }

    .md-pd-bottom-100 {
        padding-bottom: 100px !important
    }

    .md-pd-all-100 {
        padding: 100px 100px 100px 100px !important
    }

    .md-pd-top-105 {
        padding-top: 105px !important
    }

    .md-pd-left-105 {
        padding-left: 105px !important
    }

    .md-pd-right-105 {
        padding-right: 105px !important
    }

    .md-pd-bottom-105 {
        padding-bottom: 105px !important
    }

    .md-pd-all-105 {
        padding: 105px 105px 105px 105px !important
    }

    .md-pd-top-110 {
        padding-top: 110px !important
    }

    .md-pd-left-110 {
        padding-left: 110px !important
    }

    .md-pd-right-110 {
        padding-right: 110px !important
    }

    .md-pd-bottom-110 {
        padding-bottom: 110px !important
    }

    .md-pd-all-110 {
        padding: 110px 110px 110px 110px !important
    }

    .md-pd-top-115 {
        padding-top: 115px !important
    }

    .md-pd-left-115 {
        padding-left: 115px !important
    }

    .md-pd-right-115 {
        padding-right: 115px !important
    }

    .md-pd-bottom-115 {
        padding-bottom: 115px !important
    }

    .md-pd-all-115 {
        padding: 115px 115px 115px 115px !important
    }

    .md-pd-top-120 {
        padding-top: 120px !important
    }

    .md-pd-left-120 {
        padding-left: 120px !important
    }

    .md-pd-right-120 {
        padding-right: 120px !important
    }

    .md-pd-bottom-120 {
        padding-bottom: 120px !important
    }

    .md-pd-all-120 {
        padding: 120px 120px 120px 120px !important
    }

    .md-pd-top-125 {
        padding-top: 125px !important
    }

    .md-pd-left-125 {
        padding-left: 125px !important
    }

    .md-pd-right-125 {
        padding-right: 125px !important
    }

    .md-pd-bottom-125 {
        padding-bottom: 125px !important
    }

    .md-pd-all-125 {
        padding: 125px 125px 125px 125px !important
    }

    .md-pd-top-130 {
        padding-top: 130px !important
    }

    .md-pd-left-130 {
        padding-left: 130px !important
    }

    .md-pd-right-130 {
        padding-right: 130px !important
    }

    .md-pd-bottom-130 {
        padding-bottom: 130px !important
    }

    .md-pd-all-130 {
        padding: 130px 130px 130px 130px !important
    }

    .md-pd-top-135 {
        padding-top: 135px !important
    }

    .md-pd-left-135 {
        padding-left: 135px !important
    }

    .md-pd-right-135 {
        padding-right: 135px !important
    }

    .md-pd-bottom-135 {
        padding-bottom: 135px !important
    }

    .md-pd-all-135 {
        padding: 135px 135px 135px 135px !important
    }

    .md-pd-top-140 {
        padding-top: 140px !important
    }

    .md-pd-left-140 {
        padding-left: 140px !important
    }

    .md-pd-right-140 {
        padding-right: 140px !important
    }

    .md-pd-bottom-140 {
        padding-bottom: 140px !important
    }

    .md-pd-all-140 {
        padding: 140px 140px 140px 140px !important
    }

    .md-pd-top-145 {
        padding-top: 145px !important
    }

    .md-pd-left-145 {
        padding-left: 145px !important
    }

    .md-pd-right-145 {
        padding-right: 145px !important
    }

    .md-pd-bottom-145 {
        padding-bottom: 145px !important
    }

    .md-pd-all-145 {
        padding: 145px 145px 145px 145px !important
    }

    .md-pd-top-150 {
        padding-top: 150px !important
    }

    .md-pd-left-150 {
        padding-left: 150px !important
    }

    .md-pd-right-150 {
        padding-right: 150px !important
    }

    .md-pd-bottom-150 {
        padding-bottom: 150px !important
    }

    .md-pd-all-150 {
        padding: 150px 150px 150px 150px !important
    }

    .md-mr-top-0 {
        margin-top: 0px !important
    }

    .md-mr-left-0 {
        margin-left: 0px !important
    }

    .md-mr-right-0 {
        margin-right: 0px !important
    }

    .md-mr-bottom-0 {
        margin-bottom: 0px !important
    }

    .md-mr-top-5 {
        margin-top: 5px !important
    }

    .md-mr-left-5 {
        margin-left: 5px !important
    }

    .md-mr-right-5 {
        margin-right: 5px !important
    }

    .md-mr-bottom-5 {
        margin-bottom: 5px !important
    }

    .md-mr-top-10 {
        margin-top: 10px !important
    }

    .md-mr-left-10 {
        margin-left: 10px !important
    }

    .md-mr-right-10 {
        margin-right: 10px !important
    }

    .md-mr-bottom-10 {
        margin-bottom: 10px !important
    }

    .md-mr-top-15 {
        margin-top: 15px !important
    }

    .md-mr-left-15 {
        margin-left: 15px !important
    }

    .md-mr-right-15 {
        margin-right: 15px !important
    }

    .md-mr-bottom-15 {
        margin-bottom: 15px !important
    }

    .md-mr-top-20 {
        margin-top: 20px !important
    }

    .md-mr-left-20 {
        margin-left: 20px !important
    }

    .md-mr-right-20 {
        margin-right: 20px !important
    }

    .md-mr-bottom-20 {
        margin-bottom: 20px !important
    }

    .md-mr-top-25 {
        margin-top: 25px !important
    }

    .md-mr-left-25 {
        margin-left: 25px !important
    }

    .md-mr-right-25 {
        margin-right: 25px !important
    }

    .md-mr-bottom-25 {
        margin-bottom: 25px !important
    }

    .md-mr-top-30 {
        margin-top: 30px !important
    }

    .md-mr-left-30 {
        margin-left: 30px !important
    }

    .md-mr-right-30 {
        margin-right: 30px !important
    }

    .md-mr-bottom-30 {
        margin-bottom: 30px !important
    }

    .md-mr-top-35 {
        margin-top: 35px !important
    }

    .md-mr-left-35 {
        margin-left: 35px !important
    }

    .md-mr-right-35 {
        margin-right: 35px !important
    }

    .md-mr-bottom-35 {
        margin-bottom: 35px !important
    }

    .md-mr-top-40 {
        margin-top: 40px !important
    }

    .md-mr-left-40 {
        margin-left: 40px !important
    }

    .md-mr-right-40 {
        margin-right: 40px !important
    }

    .md-mr-bottom-40 {
        margin-bottom: 40px !important
    }

    .md-mr-top-45 {
        margin-top: 45px !important
    }

    .md-mr-left-45 {
        margin-left: 45px !important
    }

    .md-mr-right-45 {
        margin-right: 45px !important
    }

    .md-mr-bottom-45 {
        margin-bottom: 45px !important
    }

    .md-mr-top-50 {
        margin-top: 50px !important
    }

    .md-mr-left-50 {
        margin-left: 50px !important
    }

    .md-mr-right-50 {
        margin-right: 50px !important
    }

    .md-mr-bottom-50 {
        margin-bottom: 50px !important
    }

    .md-mr-top-55 {
        margin-top: 55px !important
    }

    .md-mr-left-55 {
        margin-left: 55px !important
    }

    .md-mr-right-55 {
        margin-right: 55px !important
    }

    .md-mr-bottom-55 {
        margin-bottom: 55px !important
    }

    .md-mr-top-60 {
        margin-top: 60px !important
    }

    .md-mr-left-60 {
        margin-left: 60px !important
    }

    .md-mr-right-60 {
        margin-right: 60px !important
    }

    .md-mr-bottom-60 {
        margin-bottom: 60px !important
    }

    .md-mr-top-65 {
        margin-top: 65px !important
    }

    .md-mr-left-65 {
        margin-left: 65px !important
    }

    .md-mr-right-65 {
        margin-right: 65px !important
    }

    .md-mr-bottom-65 {
        margin-bottom: 65px !important
    }

    .md-mr-top-70 {
        margin-top: 70px !important
    }

    .md-mr-left-70 {
        margin-left: 70px !important
    }

    .md-mr-right-70 {
        margin-right: 70px !important
    }

    .md-mr-bottom-70 {
        margin-bottom: 70px !important
    }

    .md-mr-top-75 {
        margin-top: 75px !important
    }

    .md-mr-left-75 {
        margin-left: 75px !important
    }

    .md-mr-right-75 {
        margin-right: 75px !important
    }

    .md-mr-bottom-75 {
        margin-bottom: 75px !important
    }

    .md-mr-top-80 {
        margin-top: 80px !important
    }

    .md-mr-left-80 {
        margin-left: 80px !important
    }

    .md-mr-right-80 {
        margin-right: 80px !important
    }

    .md-mr-bottom-80 {
        margin-bottom: 80px !important
    }

    .md-mr-top-85 {
        margin-top: 85px !important
    }

    .md-mr-left-85 {
        margin-left: 85px !important
    }

    .md-mr-right-85 {
        margin-right: 85px !important
    }

    .md-mr-bottom-85 {
        margin-bottom: 85px !important
    }

    .md-mr-top-90 {
        margin-top: 90px !important
    }

    .md-mr-left-90 {
        margin-left: 90px !important
    }

    .md-mr-right-90 {
        margin-right: 90px !important
    }

    .md-mr-bottom-90 {
        margin-bottom: 90px !important
    }

    .md-mr-top-95 {
        margin-top: 95px !important
    }

    .md-mr-left-95 {
        margin-left: 95px !important
    }

    .md-mr-right-95 {
        margin-right: 95px !important
    }

    .md-mr-bottom-95 {
        margin-bottom: 95px !important
    }

    .md-mr-top-100 {
        margin-top: 100px !important
    }

    .md-mr-left-100 {
        margin-left: 100px !important
    }

    .md-mr-right-100 {
        margin-right: 100px !important
    }

    .md-mr-bottom-100 {
        margin-bottom: 100px !important
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .ls-pd-top-0 {
        padding-top:0px !important
    }

    .ls-pd-left-0 {
        padding-left: 0px !important
    }

    .ls-pd-right-0 {
        padding-right: 0px !important
    }

    .ls-pd-bottom-0 {
        padding-bottom: 0px !important
    }

    .ls-pd-all-0 {
        padding: 0px 0px 0px 0px !important
    }

    .ls-pd-top-5 {
        padding-top: 5px !important
    }

    .ls-pd-left-5 {
        padding-left: 5px !important
    }

    .ls-pd-right-5 {
        padding-right: 5px !important
    }

    .ls-pd-bottom-5 {
        padding-bottom: 5px !important
    }

    .ls-pd-all-5 {
        padding: 5px 5px 5px 5px !important
    }

    .ls-pd-top-10 {
        padding-top: 10px !important
    }

    .ls-pd-left-10 {
        padding-left: 10px !important
    }

    .ls-pd-right-10 {
        padding-right: 10px !important
    }

    .ls-pd-bottom-10 {
        padding-bottom: 10px !important
    }

    .ls-pd-all-10 {
        padding: 10px 10px 10px 10px !important
    }

    .ls-pd-top-15 {
        padding-top: 15px !important
    }

    .ls-pd-left-15 {
        padding-left: 15px !important
    }

    .ls-pd-right-15 {
        padding-right: 15px !important
    }

    .ls-pd-bottom-15 {
        padding-bottom: 15px !important
    }

    .ls-pd-all-15 {
        padding: 15px 15px 15px 15px !important
    }

    .ls-pd-top-20 {
        padding-top: 20px !important
    }

    .ls-pd-left-20 {
        padding-left: 20px !important
    }

    .ls-pd-right-20 {
        padding-right: 20px !important
    }

    .ls-pd-bottom-20 {
        padding-bottom: 20px !important
    }

    .ls-pd-all-20 {
        padding: 20px 20px 20px 20px !important
    }

    .ls-pd-top-25 {
        padding-top: 25px !important
    }

    .ls-pd-left-25 {
        padding-left: 25px !important
    }

    .ls-pd-right-25 {
        padding-right: 25px !important
    }

    .ls-pd-bottom-25 {
        padding-bottom: 25px !important
    }

    .ls-pd-all-25 {
        padding: 25px 25px 25px 25px !important
    }

    .ls-pd-top-30 {
        padding-top: 30px !important
    }

    .ls-pd-left-30 {
        padding-left: 30px !important
    }

    .ls-pd-right-30 {
        padding-right: 30px !important
    }

    .ls-pd-bottom-30 {
        padding-bottom: 30px !important
    }

    .ls-pd-all-30 {
        padding: 30px 30px 30px 30px !important
    }

    .ls-pd-top-35 {
        padding-top: 35px !important
    }

    .ls-pd-left-35 {
        padding-left: 35px !important
    }

    .ls-pd-right-35 {
        padding-right: 35px !important
    }

    .ls-pd-bottom-35 {
        padding-bottom: 35px !important
    }

    .ls-pd-all-35 {
        padding: 35px 35px 35px 35px !important
    }

    .ls-pd-top-40 {
        padding-top: 40px !important
    }

    .ls-pd-left-40 {
        padding-left: 40px !important
    }

    .ls-pd-right-40 {
        padding-right: 40px !important
    }

    .ls-pd-bottom-40 {
        padding-bottom: 40px !important
    }

    .ls-pd-all-40 {
        padding: 40px 40px 40px 40px !important
    }

    .ls-pd-top-45 {
        padding-top: 45px !important
    }

    .ls-pd-left-45 {
        padding-left: 45px !important
    }

    .ls-pd-right-45 {
        padding-right: 45px !important
    }

    .ls-pd-bottom-45 {
        padding-bottom: 45px !important
    }

    .ls-pd-all-45 {
        padding: 45px 45px 45px 45px !important
    }

    .ls-pd-top-50 {
        padding-top: 50px !important
    }

    .ls-pd-left-50 {
        padding-left: 50px !important
    }

    .ls-pd-right-50 {
        padding-right: 50px !important
    }

    .ls-pd-bottom-50 {
        padding-bottom: 50px !important
    }

    .ls-pd-all-50 {
        padding: 50px 50px 50px 50px !important
    }

    .ls-pd-top-55 {
        padding-top: 55px !important
    }

    .ls-pd-left-55 {
        padding-left: 55px !important
    }

    .ls-pd-right-55 {
        padding-right: 55px !important
    }

    .ls-pd-bottom-55 {
        padding-bottom: 55px !important
    }

    .ls-pd-all-55 {
        padding: 55px 55px 55px 55px !important
    }

    .ls-pd-top-60 {
        padding-top: 60px !important
    }

    .ls-pd-left-60 {
        padding-left: 60px !important
    }

    .ls-pd-right-60 {
        padding-right: 60px !important
    }

    .ls-pd-bottom-60 {
        padding-bottom: 60px !important
    }

    .ls-pd-all-60 {
        padding: 60px 60px 60px 60px !important
    }

    .ls-pd-top-65 {
        padding-top: 65px !important
    }

    .ls-pd-left-65 {
        padding-left: 65px !important
    }

    .ls-pd-right-65 {
        padding-right: 65px !important
    }

    .ls-pd-bottom-65 {
        padding-bottom: 65px !important
    }

    .ls-pd-all-65 {
        padding: 65px 65px 65px 65px !important
    }

    .ls-pd-top-70 {
        padding-top: 70px !important
    }

    .ls-pd-left-70 {
        padding-left: 70px !important
    }

    .ls-pd-right-70 {
        padding-right: 70px !important
    }

    .ls-pd-bottom-70 {
        padding-bottom: 70px !important
    }

    .ls-pd-all-70 {
        padding: 70px 70px 70px 70px !important
    }

    .ls-pd-top-75 {
        padding-top: 75px !important
    }

    .ls-pd-left-75 {
        padding-left: 75px !important
    }

    .ls-pd-right-75 {
        padding-right: 75px !important
    }

    .ls-pd-bottom-75 {
        padding-bottom: 75px !important
    }

    .ls-pd-all-75 {
        padding: 75px 75px 75px 75px !important
    }

    .ls-pd-top-80 {
        padding-top: 80px !important
    }

    .ls-pd-left-80 {
        padding-left: 80px !important
    }

    .ls-pd-right-80 {
        padding-right: 80px !important
    }

    .ls-pd-bottom-80 {
        padding-bottom: 80px !important
    }

    .ls-pd-all-80 {
        padding: 80px 80px 80px 80px !important
    }

    .ls-pd-top-85 {
        padding-top: 85px !important
    }

    .ls-pd-left-85 {
        padding-left: 85px !important
    }

    .ls-pd-right-85 {
        padding-right: 85px !important
    }

    .ls-pd-bottom-85 {
        padding-bottom: 85px !important
    }

    .ls-pd-all-85 {
        padding: 85px 85px 85px 85px !important
    }

    .ls-pd-top-90 {
        padding-top: 90px !important
    }

    .ls-pd-left-90 {
        padding-left: 90px !important
    }

    .ls-pd-right-90 {
        padding-right: 90px !important
    }

    .ls-pd-bottom-90 {
        padding-bottom: 90px !important
    }

    .ls-pd-all-90 {
        padding: 90px 90px 90px 90px !important
    }

    .ls-pd-top-95 {
        padding-top: 95px !important
    }

    .ls-pd-left-95 {
        padding-left: 95px !important
    }

    .ls-pd-right-95 {
        padding-right: 95px !important
    }

    .ls-pd-bottom-95 {
        padding-bottom: 95px !important
    }

    .ls-pd-all-95 {
        padding: 95px 95px 95px 95px !important
    }

    .ls-pd-top-100 {
        padding-top: 100px !important
    }

    .ls-pd-left-100 {
        padding-left: 100px !important
    }

    .ls-pd-right-100 {
        padding-right: 100px !important
    }

    .ls-pd-bottom-100 {
        padding-bottom: 100px !important
    }

    .ls-pd-all-100 {
        padding: 100px 100px 100px 100px !important
    }

    .ls-pd-top-105 {
        padding-top: 105px !important
    }

    .ls-pd-left-105 {
        padding-left: 105px !important
    }

    .ls-pd-right-105 {
        padding-right: 105px !important
    }

    .ls-pd-bottom-105 {
        padding-bottom: 105px !important
    }

    .ls-pd-all-105 {
        padding: 105px 105px 105px 105px !important
    }

    .ls-pd-top-110 {
        padding-top: 110px !important
    }

    .ls-pd-left-110 {
        padding-left: 110px !important
    }

    .ls-pd-right-110 {
        padding-right: 110px !important
    }

    .ls-pd-bottom-110 {
        padding-bottom: 110px !important
    }

    .ls-pd-all-110 {
        padding: 110px 110px 110px 110px !important
    }

    .ls-pd-top-115 {
        padding-top: 115px !important
    }

    .ls-pd-left-115 {
        padding-left: 115px !important
    }

    .ls-pd-right-115 {
        padding-right: 115px !important
    }

    .ls-pd-bottom-115 {
        padding-bottom: 115px !important
    }

    .ls-pd-all-115 {
        padding: 115px 115px 115px 115px !important
    }

    .ls-pd-top-120 {
        padding-top: 120px !important
    }

    .ls-pd-left-120 {
        padding-left: 120px !important
    }

    .ls-pd-right-120 {
        padding-right: 120px !important
    }

    .ls-pd-bottom-120 {
        padding-bottom: 120px !important
    }

    .ls-pd-all-120 {
        padding: 120px 120px 120px 120px !important
    }

    .ls-pd-top-125 {
        padding-top: 125px !important
    }

    .ls-pd-left-125 {
        padding-left: 125px !important
    }

    .ls-pd-right-125 {
        padding-right: 125px !important
    }

    .ls-pd-bottom-125 {
        padding-bottom: 125px !important
    }

    .ls-pd-all-125 {
        padding: 125px 125px 125px 125px !important
    }

    .ls-pd-top-130 {
        padding-top: 130px !important
    }

    .ls-pd-left-130 {
        padding-left: 130px !important
    }

    .ls-pd-right-130 {
        padding-right: 130px !important
    }

    .ls-pd-bottom-130 {
        padding-bottom: 130px !important
    }

    .ls-pd-all-130 {
        padding: 130px 130px 130px 130px !important
    }

    .ls-pd-top-135 {
        padding-top: 135px !important
    }

    .ls-pd-left-135 {
        padding-left: 135px !important
    }

    .ls-pd-right-135 {
        padding-right: 135px !important
    }

    .ls-pd-bottom-135 {
        padding-bottom: 135px !important
    }

    .ls-pd-all-135 {
        padding: 135px 135px 135px 135px !important
    }

    .ls-pd-top-140 {
        padding-top: 140px !important
    }

    .ls-pd-left-140 {
        padding-left: 140px !important
    }

    .ls-pd-right-140 {
        padding-right: 140px !important
    }

    .ls-pd-bottom-140 {
        padding-bottom: 140px !important
    }

    .ls-pd-all-140 {
        padding: 140px 140px 140px 140px !important
    }

    .ls-pd-top-145 {
        padding-top: 145px !important
    }

    .ls-pd-left-145 {
        padding-left: 145px !important
    }

    .ls-pd-right-145 {
        padding-right: 145px !important
    }

    .ls-pd-bottom-145 {
        padding-bottom: 145px !important
    }

    .ls-pd-all-145 {
        padding: 145px 145px 145px 145px !important
    }

    .ls-pd-top-150 {
        padding-top: 150px !important
    }

    .ls-pd-left-150 {
        padding-left: 150px !important
    }

    .ls-pd-right-150 {
        padding-right: 150px !important
    }

    .ls-pd-bottom-150 {
        padding-bottom: 150px !important
    }

    .ls-pd-all-150 {
        padding: 150px 150px 150px 150px !important
    }

    .ls-mr-top-0 {
        margin-top: 0px !important
    }

    .ls-mr-left-0 {
        margin-left: 0px !important
    }

    .ls-mr-right-0 {
        margin-right: 0px !important
    }

    .ls-mr-bottom-0 {
        margin-bottom: 0px !important
    }

    .ls-mr-top-5 {
        margin-top: 5px !important
    }

    .ls-mr-left-5 {
        margin-left: 5px !important
    }

    .ls-mr-right-5 {
        margin-right: 5px !important
    }

    .ls-mr-bottom-5 {
        margin-bottom: 5px !important
    }

    .ls-mr-top-10 {
        margin-top: 10px !important
    }

    .ls-mr-left-10 {
        margin-left: 10px !important
    }

    .ls-mr-right-10 {
        margin-right: 10px !important
    }

    .ls-mr-bottom-10 {
        margin-bottom: 10px !important
    }

    .ls-mr-top-15 {
        margin-top: 15px !important
    }

    .ls-mr-left-15 {
        margin-left: 15px !important
    }

    .ls-mr-right-15 {
        margin-right: 15px !important
    }

    .ls-mr-bottom-15 {
        margin-bottom: 15px !important
    }

    .ls-mr-top-20 {
        margin-top: 20px !important
    }

    .ls-mr-left-20 {
        margin-left: 20px !important
    }

    .ls-mr-right-20 {
        margin-right: 20px !important
    }

    .ls-mr-bottom-20 {
        margin-bottom: 20px !important
    }

    .ls-mr-top-25 {
        margin-top: 25px !important
    }

    .ls-mr-left-25 {
        margin-left: 25px !important
    }

    .ls-mr-right-25 {
        margin-right: 25px !important
    }

    .ls-mr-bottom-25 {
        margin-bottom: 25px !important
    }

    .ls-mr-top-30 {
        margin-top: 30px !important
    }

    .ls-mr-left-30 {
        margin-left: 30px !important
    }

    .ls-mr-right-30 {
        margin-right: 30px !important
    }

    .ls-mr-bottom-30 {
        margin-bottom: 30px !important
    }

    .ls-mr-top-35 {
        margin-top: 35px !important
    }

    .ls-mr-left-35 {
        margin-left: 35px !important
    }

    .ls-mr-right-35 {
        margin-right: 35px !important
    }

    .ls-mr-bottom-35 {
        margin-bottom: 35px !important
    }

    .ls-mr-top-40 {
        margin-top: 40px !important
    }

    .ls-mr-left-40 {
        margin-left: 40px !important
    }

    .ls-mr-right-40 {
        margin-right: 40px !important
    }

    .ls-mr-bottom-40 {
        margin-bottom: 40px !important
    }

    .ls-mr-top-45 {
        margin-top: 45px !important
    }

    .ls-mr-left-45 {
        margin-left: 45px !important
    }

    .ls-mr-right-45 {
        margin-right: 45px !important
    }

    .ls-mr-bottom-45 {
        margin-bottom: 45px !important
    }

    .ls-mr-top-50 {
        margin-top: 50px !important
    }

    .ls-mr-left-50 {
        margin-left: 50px !important
    }

    .ls-mr-right-50 {
        margin-right: 50px !important
    }

    .ls-mr-bottom-50 {
        margin-bottom: 50px !important
    }

    .ls-mr-top-55 {
        margin-top: 55px !important
    }

    .ls-mr-left-55 {
        margin-left: 55px !important
    }

    .ls-mr-right-55 {
        margin-right: 55px !important
    }

    .ls-mr-bottom-55 {
        margin-bottom: 55px !important
    }

    .ls-mr-top-60 {
        margin-top: 60px !important
    }

    .ls-mr-left-60 {
        margin-left: 60px !important
    }

    .ls-mr-right-60 {
        margin-right: 60px !important
    }

    .ls-mr-bottom-60 {
        margin-bottom: 60px !important
    }

    .ls-mr-top-65 {
        margin-top: 65px !important
    }

    .ls-mr-left-65 {
        margin-left: 65px !important
    }

    .ls-mr-right-65 {
        margin-right: 65px !important
    }

    .ls-mr-bottom-65 {
        margin-bottom: 65px !important
    }

    .ls-mr-top-70 {
        margin-top: 70px !important
    }

    .ls-mr-left-70 {
        margin-left: 70px !important
    }

    .ls-mr-right-70 {
        margin-right: 70px !important
    }

    .ls-mr-bottom-70 {
        margin-bottom: 70px !important
    }

    .ls-mr-top-75 {
        margin-top: 75px !important
    }

    .ls-mr-left-75 {
        margin-left: 75px !important
    }

    .ls-mr-right-75 {
        margin-right: 75px !important
    }

    .ls-mr-bottom-75 {
        margin-bottom: 75px !important
    }

    .ls-mr-top-80 {
        margin-top: 80px !important
    }

    .ls-mr-left-80 {
        margin-left: 80px !important
    }

    .ls-mr-right-80 {
        margin-right: 80px !important
    }

    .ls-mr-bottom-80 {
        margin-bottom: 80px !important
    }

    .ls-mr-top-85 {
        margin-top: 85px !important
    }

    .ls-mr-left-85 {
        margin-left: 85px !important
    }

    .ls-mr-right-85 {
        margin-right: 85px !important
    }

    .ls-mr-bottom-85 {
        margin-bottom: 85px !important
    }

    .ls-mr-top-90 {
        margin-top: 90px !important
    }

    .ls-mr-left-90 {
        margin-left: 90px !important
    }

    .ls-mr-right-90 {
        margin-right: 90px !important
    }

    .ls-mr-bottom-90 {
        margin-bottom: 90px !important
    }

    .ls-mr-top-95 {
        margin-top: 95px !important
    }

    .ls-mr-left-95 {
        margin-left: 95px !important
    }

    .ls-mr-right-95 {
        margin-right: 95px !important
    }

    .ls-mr-bottom-95 {
        margin-bottom: 95px !important
    }

    .ls-mr-top-100 {
        margin-top: 100px !important
    }

    .ls-mr-left-100 {
        margin-left: 100px !important
    }

    .ls-mr-right-100 {
        margin-right: 100px !important
    }

    .ls-mr-bottom-100 {
        margin-bottom: 100px !important
    }
}

@media only screen and (min-width: 1441px) {
    .lg-pd-top-0 {
        padding-top:0vw !important
    }

    .lg-pd-left-0 {
        padding-left: 0vw !important
    }

    .lg-pd-right-0 {
        padding-right: 0vw !important
    }

    .lg-pd-bottom-0 {
        padding-bottom: 0vw !important
    }

    .lg-pd-all-0 {
        padding: 0vw 0vw 0vw 0vw !important
    }

    .lg-pd-top-5 {
        padding-top: 0.35vw !important
    }

    .lg-pd-left-5 {
        padding-left: 0.35vw !important
    }

    .lg-pd-right-5 {
        padding-right: 0.35vw !important
    }

    .lg-pd-bottom-5 {
        padding-bottom: 0.35vw !important
    }

    .lg-pd-all-5 {
        padding: 0.35vw 0.35vw 0.35vw 0.35vw !important
    }

    .lg-pd-top-10 {
        padding-top: 0.7vw !important
    }

    .lg-pd-left-10 {
        padding-left: 0.7vw !important
    }

    .lg-pd-right-10 {
        padding-right: 0.7vw !important
    }

    .lg-pd-bottom-10 {
        padding-bottom: 0.7vw !important
    }

    .lg-pd-all-10 {
        padding: 0.7vw 0.7vw 0.7vw 0.7vw !important
    }

    .lg-pd-top-15 {
        padding-top: 1.05vw !important
    }

    .lg-pd-left-15 {
        padding-left: 1.05vw !important
    }

    .lg-pd-right-15 {
        padding-right: 1.05vw !important
    }

    .lg-pd-bottom-15 {
        padding-bottom: 1.05vw !important
    }

    .lg-pd-all-15 {
        padding: 1.05vw 1.05vw 1.05vw 1.05vw !important
    }

    .lg-pd-top-20 {
        padding-top: 1.4vw !important
    }

    .lg-pd-left-20 {
        padding-left: 1.4vw !important
    }

    .lg-pd-right-20 {
        padding-right: 1.4vw !important
    }

    .lg-pd-bottom-20 {
        padding-bottom: 1.4vw !important
    }

    .lg-pd-all-20 {
        padding: 1.4vw 1.4vw 1.4vw 1.4vw !important
    }

    .lg-pd-top-25 {
        padding-top: 1.75vw !important
    }

    .lg-pd-left-25 {
        padding-left: 1.75vw !important
    }

    .lg-pd-right-25 {
        padding-right: 1.75vw !important
    }

    .lg-pd-bottom-25 {
        padding-bottom: 1.75vw !important
    }

    .lg-pd-all-25 {
        padding: 1.75vw 1.75vw 1.75vw 1.75vw !important
    }

    .lg-pd-top-30 {
        padding-top: 2.1vw !important
    }

    .lg-pd-left-30 {
        padding-left: 2.1vw !important
    }

    .lg-pd-right-30 {
        padding-right: 2.1vw !important
    }

    .lg-pd-bottom-30 {
        padding-bottom: 2.1vw !important
    }

    .lg-pd-all-30 {
        padding: 2.1vw 2.1vw 2.1vw 2.1vw !important
    }

    .lg-pd-top-35 {
        padding-top: 2.45vw !important
    }

    .lg-pd-left-35 {
        padding-left: 2.45vw !important
    }

    .lg-pd-right-35 {
        padding-right: 2.45vw !important
    }

    .lg-pd-bottom-35 {
        padding-bottom: 2.45vw !important
    }

    .lg-pd-all-35 {
        padding: 2.45vw 2.45vw 2.45vw 2.45vw !important
    }

    .lg-pd-top-40 {
        padding-top: 2.8vw !important
    }

    .lg-pd-left-40 {
        padding-left: 2.8vw !important
    }

    .lg-pd-right-40 {
        padding-right: 2.8vw !important
    }

    .lg-pd-bottom-40 {
        padding-bottom: 2.8vw !important
    }

    .lg-pd-all-40 {
        padding: 2.8vw 2.8vw 2.8vw 2.8vw !important
    }

    .lg-pd-top-45 {
        padding-top: 3.15vw !important
    }

    .lg-pd-left-45 {
        padding-left: 3.15vw !important
    }

    .lg-pd-right-45 {
        padding-right: 3.15vw !important
    }

    .lg-pd-bottom-45 {
        padding-bottom: 3.15vw !important
    }

    .lg-pd-all-45 {
        padding: 3.15vw 3.15vw 3.15vw 3.15vw !important
    }

    .lg-pd-top-50 {
        padding-top: 3.5vw !important
    }

    .lg-pd-left-50 {
        padding-left: 3.5vw !important
    }

    .lg-pd-right-50 {
        padding-right: 3.5vw !important
    }

    .lg-pd-bottom-50 {
        padding-bottom: 3.5vw !important
    }

    .lg-pd-all-50 {
        padding: 3.5vw 3.5vw 3.5vw 3.5vw !important
    }

    .lg-pd-top-55 {
        padding-top: 3.85vw !important
    }

    .lg-pd-left-55 {
        padding-left: 3.85vw !important
    }

    .lg-pd-right-55 {
        padding-right: 3.85vw !important
    }

    .lg-pd-bottom-55 {
        padding-bottom: 3.85vw !important
    }

    .lg-pd-all-55 {
        padding: 3.85vw 3.85vw 3.85vw 3.85vw !important
    }

    .lg-pd-top-60 {
        padding-top: 4.2vw !important
    }

    .lg-pd-left-60 {
        padding-left: 4.2vw !important
    }

    .lg-pd-right-60 {
        padding-right: 4.2vw !important
    }

    .lg-pd-bottom-60 {
        padding-bottom: 4.2vw !important
    }

    .lg-pd-all-60 {
        padding: 4.2vw 4.2vw 4.2vw 4.2vw !important
    }

    .lg-pd-top-65 {
        padding-top: 4.55vw !important
    }

    .lg-pd-left-65 {
        padding-left: 4.55vw !important
    }

    .lg-pd-right-65 {
        padding-right: 4.55vw !important
    }

    .lg-pd-bottom-65 {
        padding-bottom: 4.55vw !important
    }

    .lg-pd-all-65 {
        padding: 4.55vw 4.55vw 4.55vw 4.55vw !important
    }

    .lg-pd-top-70 {
        padding-top: 4.9vw !important
    }

    .lg-pd-left-70 {
        padding-left: 4.9vw !important
    }

    .lg-pd-right-70 {
        padding-right: 4.9vw !important
    }

    .lg-pd-bottom-70 {
        padding-bottom: 4.9vw !important
    }

    .lg-pd-all-70 {
        padding: 4.9vw 4.9vw 4.9vw 4.9vw !important
    }

    .lg-pd-top-75 {
        padding-top: 5.25vw !important
    }

    .lg-pd-left-75 {
        padding-left: 5.25vw !important
    }

    .lg-pd-right-75 {
        padding-right: 5.25vw !important
    }

    .lg-pd-bottom-75 {
        padding-bottom: 5.25vw !important
    }

    .lg-pd-all-75 {
        padding: 5.25vw 5.25vw 5.25vw 5.25vw !important
    }

    .lg-pd-top-80 {
        padding-top: 5.6vw !important
    }

    .lg-pd-left-80 {
        padding-left: 5.6vw !important
    }

    .lg-pd-right-80 {
        padding-right: 5.6vw !important
    }

    .lg-pd-bottom-80 {
        padding-bottom: 5.6vw !important
    }

    .lg-pd-all-80 {
        padding: 5.6vw 5.6vw 5.6vw 5.6vw !important
    }

    .lg-pd-top-85 {
        padding-top: 5.95vw !important
    }

    .lg-pd-left-85 {
        padding-left: 5.95vw !important
    }

    .lg-pd-right-85 {
        padding-right: 5.95vw !important
    }

    .lg-pd-bottom-85 {
        padding-bottom: 5.95vw !important
    }

    .lg-pd-all-85 {
        padding: 5.95vw 5.95vw 5.95vw 5.95vw !important
    }

    .lg-pd-top-90 {
        padding-top: 6.3vw !important
    }

    .lg-pd-left-90 {
        padding-left: 6.3vw !important
    }

    .lg-pd-right-90 {
        padding-right: 6.3vw !important
    }

    .lg-pd-bottom-90 {
        padding-bottom: 6.3vw !important
    }

    .lg-pd-all-90 {
        padding: 6.3vw 6.3vw 6.3vw 6.3vw !important
    }

    .lg-pd-top-95 {
        padding-top: 6.65vw !important
    }

    .lg-pd-left-95 {
        padding-left: 6.65vw !important
    }

    .lg-pd-right-95 {
        padding-right: 6.65vw !important
    }

    .lg-pd-bottom-95 {
        padding-bottom: 6.65vw !important
    }

    .lg-pd-all-95 {
        padding: 6.65vw 6.65vw 6.65vw 6.65vw !important
    }

    .lg-pd-top-100 {
        padding-top: 7vw !important
    }

    .lg-pd-left-100 {
        padding-left: 7vw !important
    }

    .lg-pd-right-100 {
        padding-right: 7vw !important
    }

    .lg-pd-bottom-100 {
        padding-bottom: 7vw !important
    }

    .lg-pd-all-100 {
        padding: 7vw 7vw 7vw 7vw !important
    }

    .lg-pd-top-105 {
        padding-top: 7.35vw !important
    }

    .lg-pd-left-105 {
        padding-left: 7.35vw !important
    }

    .lg-pd-right-105 {
        padding-right: 7.35vw !important
    }

    .lg-pd-bottom-105 {
        padding-bottom: 7.35vw !important
    }

    .lg-pd-all-105 {
        padding: 7.35vw 7.35vw 7.35vw 7.35vw !important
    }

    .lg-pd-top-110 {
        padding-top: 7.7vw !important
    }

    .lg-pd-left-110 {
        padding-left: 7.7vw !important
    }

    .lg-pd-right-110 {
        padding-right: 7.7vw !important
    }

    .lg-pd-bottom-110 {
        padding-bottom: 7.7vw !important
    }

    .lg-pd-all-110 {
        padding: 7.7vw 7.7vw 7.7vw 7.7vw !important
    }

    .lg-pd-top-115 {
        padding-top: 8.05vw !important
    }

    .lg-pd-left-115 {
        padding-left: 8.05vw !important
    }

    .lg-pd-right-115 {
        padding-right: 8.05vw !important
    }

    .lg-pd-bottom-115 {
        padding-bottom: 8.05vw !important
    }

    .lg-pd-all-115 {
        padding: 8.05vw 8.05vw 8.05vw 8.05vw !important
    }

    .lg-pd-top-120 {
        padding-top: 8.4vw !important
    }

    .lg-pd-left-120 {
        padding-left: 8.4vw !important
    }

    .lg-pd-right-120 {
        padding-right: 8.4vw !important
    }

    .lg-pd-bottom-120 {
        padding-bottom: 8.4vw !important
    }

    .lg-pd-all-120 {
        padding: 8.4vw 8.4vw 8.4vw 8.4vw !important
    }

    .lg-pd-top-125 {
        padding-top: 8.75vw !important
    }

    .lg-pd-left-125 {
        padding-left: 8.75vw !important
    }

    .lg-pd-right-125 {
        padding-right: 8.75vw !important
    }

    .lg-pd-bottom-125 {
        padding-bottom: 8.75vw !important
    }

    .lg-pd-all-125 {
        padding: 8.75vw 8.75vw 8.75vw 8.75vw !important
    }

    .lg-pd-top-130 {
        padding-top: 9.1vw !important
    }

    .lg-pd-left-130 {
        padding-left: 9.1vw !important
    }

    .lg-pd-right-130 {
        padding-right: 9.1vw !important
    }

    .lg-pd-bottom-130 {
        padding-bottom: 9.1vw !important
    }

    .lg-pd-all-130 {
        padding: 9.1vw 9.1vw 9.1vw 9.1vw !important
    }

    .lg-pd-top-135 {
        padding-top: 9.45vw !important
    }

    .lg-pd-left-135 {
        padding-left: 9.45vw !important
    }

    .lg-pd-right-135 {
        padding-right: 9.45vw !important
    }

    .lg-pd-bottom-135 {
        padding-bottom: 9.45vw !important
    }

    .lg-pd-all-135 {
        padding: 9.45vw 9.45vw 9.45vw 9.45vw !important
    }

    .lg-pd-top-140 {
        padding-top: 9.8vw !important
    }

    .lg-pd-left-140 {
        padding-left: 9.8vw !important
    }

    .lg-pd-right-140 {
        padding-right: 9.8vw !important
    }

    .lg-pd-bottom-140 {
        padding-bottom: 9.8vw !important
    }

    .lg-pd-all-140 {
        padding: 9.8vw 9.8vw 9.8vw 9.8vw !important
    }

    .lg-pd-top-145 {
        padding-top: 10.15vw !important
    }

    .lg-pd-left-145 {
        padding-left: 10.15vw !important
    }

    .lg-pd-right-145 {
        padding-right: 10.15vw !important
    }

    .lg-pd-bottom-145 {
        padding-bottom: 10.15vw !important
    }

    .lg-pd-all-145 {
        padding: 10.15vw 10.15vw 10.15vw 10.15vw !important
    }

    .lg-pd-top-150 {
        padding-top: 10.5vw !important
    }

    .lg-pd-left-150 {
        padding-left: 10.5vw !important
    }

    .lg-pd-right-150 {
        padding-right: 10.5vw !important
    }

    .lg-pd-bottom-150 {
        padding-bottom: 10.5vw !important
    }

    .lg-pd-all-150 {
        padding: 10.5vw 10.5vw 10.5vw 10.5vw !important
    }

    .lg-mr-top-0 {
        margin-top: 0vw !important
    }

    .lg-mr-left-0 {
        margin-left: 0vw !important
    }

    .lg-mr-right-0 {
        margin-right: 0vw !important
    }

    .lg-mr-bottom-0 {
        margin-bottom: 0vw !important
    }

    .lg-mr-top-5 {
        margin-top: 0.35vw !important
    }

    .lg-mr-left-5 {
        margin-left: 0.35vw !important
    }

    .lg-mr-right-5 {
        margin-right: 0.35vw !important
    }

    .lg-mr-bottom-5 {
        margin-bottom: 0.35vw !important
    }

    .lg-mr-top-10 {
        margin-top: 0.7vw !important
    }

    .lg-mr-left-10 {
        margin-left: 0.7vw !important
    }

    .lg-mr-right-10 {
        margin-right: 0.7vw !important
    }

    .lg-mr-bottom-10 {
        margin-bottom: 0.7vw !important
    }

    .lg-mr-top-15 {
        margin-top: 1.05vw !important
    }

    .lg-mr-left-15 {
        margin-left: 1.05vw !important
    }

    .lg-mr-right-15 {
        margin-right: 1.05vw !important
    }

    .lg-mr-bottom-15 {
        margin-bottom: 1.05vw !important
    }

    .lg-mr-top-20 {
        margin-top: 1.4vw !important
    }

    .lg-mr-left-20 {
        margin-left: 1.4vw !important
    }

    .lg-mr-right-20 {
        margin-right: 1.4vw !important
    }

    .lg-mr-bottom-20 {
        margin-bottom: 1.4vw !important
    }

    .lg-mr-top-25 {
        margin-top: 1.75vw !important
    }

    .lg-mr-left-25 {
        margin-left: 1.75vw !important
    }

    .lg-mr-right-25 {
        margin-right: 1.75vw !important
    }

    .lg-mr-bottom-25 {
        margin-bottom: 1.75vw !important
    }

    .lg-mr-top-30 {
        margin-top: 2.1vw !important
    }

    .lg-mr-left-30 {
        margin-left: 2.1vw !important
    }

    .lg-mr-right-30 {
        margin-right: 2.1vw !important
    }

    .lg-mr-bottom-30 {
        margin-bottom: 2.1vw !important
    }

    .lg-mr-top-35 {
        margin-top: 2.45vw !important
    }

    .lg-mr-left-35 {
        margin-left: 2.45vw !important
    }

    .lg-mr-right-35 {
        margin-right: 2.45vw !important
    }

    .lg-mr-bottom-35 {
        margin-bottom: 2.45vw !important
    }

    .lg-mr-top-40 {
        margin-top: 2.8vw !important
    }

    .lg-mr-left-40 {
        margin-left: 2.8vw !important
    }

    .lg-mr-right-40 {
        margin-right: 2.8vw !important
    }

    .lg-mr-bottom-40 {
        margin-bottom: 2.8vw !important
    }

    .lg-mr-top-45 {
        margin-top: 3.15vw !important
    }

    .lg-mr-left-45 {
        margin-left: 3.15vw !important
    }

    .lg-mr-right-45 {
        margin-right: 3.15vw !important
    }

    .lg-mr-bottom-45 {
        margin-bottom: 3.15vw !important
    }

    .lg-mr-top-50 {
        margin-top: 3.5vw !important
    }

    .lg-mr-left-50 {
        margin-left: 3.5vw !important
    }

    .lg-mr-right-50 {
        margin-right: 3.5vw !important
    }

    .lg-mr-bottom-50 {
        margin-bottom: 3.5vw !important
    }

    .lg-mr-top-55 {
        margin-top: 3.85vw !important
    }

    .lg-mr-left-55 {
        margin-left: 3.85vw !important
    }

    .lg-mr-right-55 {
        margin-right: 3.85vw !important
    }

    .lg-mr-bottom-55 {
        margin-bottom: 3.85vw !important
    }

    .lg-mr-top-60 {
        margin-top: 4.2vw !important
    }

    .lg-mr-left-60 {
        margin-left: 4.2vw !important
    }

    .lg-mr-right-60 {
        margin-right: 4.2vw !important
    }

    .lg-mr-bottom-60 {
        margin-bottom: 4.2vw !important
    }

    .lg-mr-top-65 {
        margin-top: 4.55vw !important
    }

    .lg-mr-left-65 {
        margin-left: 4.55vw !important
    }

    .lg-mr-right-65 {
        margin-right: 4.55vw !important
    }

    .lg-mr-bottom-65 {
        margin-bottom: 4.55vw !important
    }

    .lg-mr-top-70 {
        margin-top: 4.9vw !important
    }

    .lg-mr-left-70 {
        margin-left: 4.9vw !important
    }

    .lg-mr-right-70 {
        margin-right: 4.9vw !important
    }

    .lg-mr-bottom-70 {
        margin-bottom: 4.9vw !important
    }

    .lg-mr-top-75 {
        margin-top: 5.25vw !important
    }

    .lg-mr-left-75 {
        margin-left: 5.25vw !important
    }

    .lg-mr-right-75 {
        margin-right: 5.25vw !important
    }

    .lg-mr-bottom-75 {
        margin-bottom: 5.25vw !important
    }

    .lg-mr-top-80 {
        margin-top: 5.6vw !important
    }

    .lg-mr-left-80 {
        margin-left: 5.6vw !important
    }

    .lg-mr-right-80 {
        margin-right: 5.6vw !important
    }

    .lg-mr-bottom-80 {
        margin-bottom: 5.6vw !important
    }

    .lg-mr-top-85 {
        margin-top: 5.95vw !important
    }

    .lg-mr-left-85 {
        margin-left: 5.95vw !important
    }

    .lg-mr-right-85 {
        margin-right: 5.95vw !important
    }

    .lg-mr-bottom-85 {
        margin-bottom: 5.95vw !important
    }

    .lg-mr-top-90 {
        margin-top: 6.3vw !important
    }

    .lg-mr-left-90 {
        margin-left: 6.3vw !important
    }

    .lg-mr-right-90 {
        margin-right: 6.3vw !important
    }

    .lg-mr-bottom-90 {
        margin-bottom: 6.3vw !important
    }

    .lg-mr-top-95 {
        margin-top: 6.65vw !important
    }

    .lg-mr-left-95 {
        margin-left: 6.65vw !important
    }

    .lg-mr-right-95 {
        margin-right: 6.65vw !important
    }

    .lg-mr-bottom-95 {
        margin-bottom: 6.65vw !important
    }

    .lg-mr-top-100 {
        margin-top: 7vw !important
    }

    .lg-mr-left-100 {
        margin-left: 7vw !important
    }

    .lg-mr-right-100 {
        margin-right: 7vw !important
    }

    .lg-mr-bottom-100 {
        margin-bottom: 7vw !important
    }
}

/*Fixes Overlay*/
.dft-header-nav__overlay-content .dft-list-icons__content {
    padding-right: 15px;
    padding-left: 15px;
}

.dft-header-nav__overlay-content .dft-list-icons__content .xs-mr-right-20 {
    margin-right: 20px !important;
}

.dft-header-nav__overlay-content .row, .dft-header-navMobile__overlay .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.dft-header-nav__overlay-content .xs-pd-top-30 {
    padding-top: 30px !important;
}

.dft-header-nav__overlay-content .xs-pd-top-40 {
    padding-bottom: 40px !important;
}

.dft-header-nav__overlay-content .xs-mr-bottom-20 {
    margin-bottom: 20px !important;
}

.dft-header-nav__overlay-content .xs-pd-bottom-40 {
    padding-bottom: 40px !important;
}

.form-group-lg .form-control {
    line-height: 1.3333333;
}
