.wp-block[data-type="meta-box/block-transfers"]{
    max-width: 100%;
}
.wp-block[data-type="meta-box/block-transfers"] .container{
    max-width: 100%;
    width: 100%;
}
.wp-block[data-type="meta-box/block-transfers"] .container .col-md-4{
    width: 340px;
}
.wp-block[data-type="meta-box/block-transfers"] .transfers .bg-item{
    width: calc((100% - 1210px) / 2);
}
.wp-block[data-type="meta-box/block-transfers"] .transfers .transfer-wrapper .transfer-menu{
    margin-top: 0px;
}
.transfers{
    background-color: #45472D;
    height: 800px;
    color: white;
    position: relative;
    overflow: hidden;
}
.transfers.item-right .bg-item{
    left: auto;
    right: 0px;
}
.transfers .bg-item{
    width: calc( (100% - 1500px) / 2 );
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 1;
}
.transfers .wp-block-buttons{
    position: absolute;
    bottom: 80px;
    left: 50px;
}
.transfers .container{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    z-index: 2;
}
.transfers .container .row{
    height: 100%;
}
.transfers h2{
    font-size: 34px;
    font-weight: bold;
    line-height: 120%;
    color: white;
    margin-bottom: 30px;
}
.transfers h3,
.transfers table th{
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: bold;
}
.transfers .col-md-4{
    padding-top: 130px;
    padding-left: 50px;
    padding-right: 50px;
}
.transfers .col-md-4 .wp-block-button__link{
    transition: background-color 600ms ease, color 600ms ease;
}

.transfers .col-md-4 .wp-block-buttons .wp-block-button a:hover.wp-block-button__link{
    color: white !important;
}
.transfers .transfer-wrapper .transfer:not(.active){
    display: none;
}
.transfers .transfer-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.transfers .transfer-wrapper .transfers-images{
    display: flex;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    height: 100%;
    z-index: -1;
}
.transfers .container.left .row{
    display: flex;
    justify-content: flex-start;
}
.transfers .container.right .row{
    display: flex;
    justify-content: flex-end;
}
.transfers .transfer-wrapper.left{
    padding: 60px 90px;
    padding-top: 140px;
    background-color: white;
    width: calc(100% / 2 + 250px);
    margin-right: calc((100% - 1320px) / 2 + 410px);
}
.transfers .transfer-wrapper.right{
    padding: 60px 90px;
    padding-top: 140px;
    background-color: white;
    width: calc(100% / 2 + 250px);
    margin-left: calc((100% - 1320px) / 2 + 410px);
}
.transfers table{
    margin-top: 50px;
}
.transfers table th{
    padding-bottom: 0px;
}
.transfers table td strong{
    display: block;
    padding-top: 35px;
}
.transfers table td.no-strong{
    position: relative;
}
.transfers table td.no-strong:before{
    content:"";
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
    height: 1px;
    background-color: #D6CCA6;
    display: block;
}
.transfers table td.no-strong:after{
    content:"";
    width: 7px;
    height: 7px;
    background-color: #D6CCA6;
    border-radius: 14px;
    display: block;
    position: absolute;
    top: 13px;
    left: 0px;
}
.transfers table td.no-content:after{
    display: none;
}
.transfers table td:last-child.no-strong:after{
    left: auto;
    right: 0px;
}

/* MENU */
.transfers .transfer-wrapper .transfer-menu{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    z-index: 2;
}
.transfers .transfer-wrapper .transfer-menu:before{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    background-color: #45472D;
    opacity: 0.9;
}
.transfers .transfer-wrapper .transfer-menu li a{
    padding: 20px 35px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
    font-size: 13px;
    color: white;
    cursor: pointer;
}
.transfers .transfer-wrapper .transfer-menu li.active a,
.transfers .transfer-wrapper .transfer-menu li a:hover{
    font-weight: bold;
    text-decoration: underline;
}

/* RESPONSIVE */
@media (min-width: 0px) and (max-width: 480px){
    .transfers{
        height: auto;
    }
    .transfers .container{
        position:relative;
        left: 0px;
        transform: translate(0%, 0);
    }
    .transfers .col-md-4 {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
    }
    .transfers .transfer-wrapper .transfer-menu:before{
        display: none;
    }
    .transfers .transfer-wrapper .transfer-menu{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto; 
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        width: 100%;
        scrollbar-width: none; 
        -ms-overflow-style: none; 
        -webkit-overflow-scrolling: touch; 
        background-color: #45472D;
    }
    .transfers .transfer-wrapper .transfer-menu li a{
        white-space: nowrap;
    }
    .transfers .transfer-wrapper .transfer-menu li:first-child a{
        padding-right: 10px;
    }
    .transfers .transfer-wrapper .transfer-menu::-webkit-scrollbar {
        display: none;
    }
    .transfers .transfer-wrapper.right{
        padding: 60px 30px;
        padding-top: 105px;
        margin-left: 0px;
        width: 100%;
    }
    .transfers .transfer-wrapper.left{
        padding: 60px 30px;
        padding-top: 105px;
        margin-right: 0px;
        width: 100%;
    }
    .transfer h3{
        font-size: 12px;
    }
    .transfers h2{
        font-size: 30px;
    }
    .transfers table td strong {
        padding-right: 10px;
    }
    .transfers table th{
        font-size: 10px;
    }
    .transfers table td.no-strong,
    .transfers table td strong{
        font-size: 12px;
        line-height: 1.4em;
    }
}
@media (min-width: 481px) and (max-width: 576px){
    .transfers{
        height: auto;
    }
    .transfers .container{
        position:relative;
        left: 0px;
        transform: translate(0%, 0);
    }
    .transfers .col-md-4 {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
    }
    .transfers .transfer-wrapper .transfer-menu:before{
        display: none;
    }
    .transfers .transfer-wrapper .transfer-menu{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto; 
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        width: 100%;
        scrollbar-width: none; 
        -ms-overflow-style: none; 
        -webkit-overflow-scrolling: touch; 
        background-color: #45472D;
    }
    .transfers .transfer-wrapper .transfer-menu::-webkit-scrollbar {
        display: none;
    }
    .transfers .transfer-wrapper.right{
        padding: 60px 30px;
        padding-top: 105px;
        margin-left: 0px;
        width: 100%;
    }
    .transfers .transfer-wrapper.left{
        padding: 60px 30px;
        padding-top: 105px;
        margin-right: 0px;
        width: 100%;
    }
    .transfers table th{
        font-size: 12px;
    }
    .transfers table td strong {
        padding-right: 20px;
    }
    .transfers table td.no-strong,
    .transfers table td strong{
        font-size: 14px;
        line-height: 1.4em;
    }
}
@media (min-width: 577px) and (max-width: 767px){
    .transfers{
        height: auto;
    }
    .transfers .container{
        position:relative;
        left: 0px;
        transform: translate(0%, 0);
    }
    .transfers .col-md-4 {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
    }
    .transfers .transfer-wrapper .transfer-menu:before{
        display: none;
    }
    .transfers .transfer-wrapper .transfer-menu{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto; 
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        width: 100%;
        scrollbar-width: none; 
        -ms-overflow-style: none; 
        -webkit-overflow-scrolling: touch; 
        background-color: #45472D;
    }
    .transfers .transfer-wrapper .transfer-menu::-webkit-scrollbar {
        display: none;
    }
    .transfers .transfer-wrapper.right{
        padding: 60px 30px;
        padding-top: 105px;
        margin-left: 0px;
        width: 100%;
    }
    .transfers .transfer-wrapper.left{
        padding: 60px 30px;
        padding-top: 105px;
        margin-right: 0px;
        width: 100%;
    }
    .transfers table th{
        font-size: 12px;
    }
    .transfers table td strong {
        padding-right: 20px;
    }
    .transfers table td.no-strong,
    .transfers table td strong{
        font-size: 14px;
        line-height: 1.4em;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .transfers{
        height: auto;
    }
    .transfers .col-md-4{
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
        width: 45%;
    }
    .transfers .transfer-wrapper .transfer-menu{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto; 
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        width: 100%;
        scrollbar-width: none; 
        -ms-overflow-style: none; 
        -webkit-overflow-scrolling: touch; 
    }
    .transfers .transfer-wrapper .transfer-menu li a{
        white-space: nowrap;
    }
    .transfers .transfer-wrapper .transfer-menu::-webkit-scrollbar {
        display: none;
    }
    .transfers .transfer-wrapper.right{
        padding: 60px 30px;
        padding-top: 105px;
        margin-left: auto;
        width: 50%;
    }
    .transfers .transfer-wrapper.left{
        padding: 60px 30px;
        padding-top: 105px;
        margin-right: auto;
        width: 50%;
    }
    .transfer h3{
        font-size: 12px;
    }
    .transfers h2{
        font-size: 30px;
    }
    .transfers table td strong {
        padding-right: 10px;
    }
    .transfers table th{
        font-size: 10px;
    }
    .transfers table td.no-strong,
    .transfers table td strong{
        font-size: 12px;
        line-height: 1.4em;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .transfers{
        height: auto;
    }
    .transfers .col-md-4{
        padding-left: 15px;
    }
    .transfers .transfer-wrapper.right{
        padding: 60px 45px;
        padding-top: 105px;
        width: 65%;
        margin-left: auto;
    }
    .transfers .transfer-wrapper.left{
        padding: 60px 45px;
        padding-top: 105px;
        width: 65%;
        margin-right: auto;
    }
    .transfer h3{
        font-size: 13px;
    }
    .transfers h2{
        font-size: 30px;
    }
    .transfers table td strong {
        padding-right: 10px;
    }
    .transfers table th{
        font-size: 12px;
    }
    .transfers table td.no-strong,
    .transfers table td strong{
        font-size: 14px;
        line-height: 1.4em;
    }
}
@media (min-width: 1200px) and (max-width: 1440px){
    .transfers .transfer-wrapper.right{
        padding: 60px 45px;
        padding-top: 105px;
        width: 65%;
        margin-left: auto;
    }
    .transfers .transfer-wrapper.left{
        padding: 60px 45px;
        padding-top: 105px;
        width: 65%;
        margin-right: auto;
    }
}