.contact .list-title-data h3 {
    color: #464649;
    line-height: 1.091;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0;
}

.contact .section-content-enquiries {
    display: flex;
    width: 100%;
}

.contact .section-content-headquarter {
    display: flex;
    width: 100%;
}

.contact .list-title-data {
    display: flex;
    width: 24.85%;
    border-right: 1px solid #cbcbcb;
}

.contact .info-data {
    display: flex;
    width: 75.15%;
}

.contact .office-info {
    display: flex;
    align-items: baseline;
    padding-bottom: 20px;
}

.contact .info-tele {
    padding-left: 20px;
}

.contact .contact-section .container {
    max-width: 100%;
    padding: 0;
}

.contact .contact-section .section-content-general {
    padding-left: calc((100% - 1242px) /2);
    background: #F4F3F1;
}


/* .contact .office-info-wrapper {
    padding-left: 64px;
} */

.contact .section-content-enquiries .info-data {
    border-bottom: 1px solid #cbcbcb;
}

.contact .section-content-enquiries .info-tele p:last-child {
    margin-top: 64px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 8px;
}

.contact .section-content-enquiries .info-tele p {
    margin: 0;
}

.contact .section-content-enquiries .info-tele p:last-child a {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
}

.contact .section-content-enquiries .info-tele p:last-child a::before,
.contact .section-content-enquiries .info-tele p:last-child a::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #464649;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.4s linear;
}

.contact .section-content-enquiries .info-tele p:last-child a::before {
    transform: translateX(-200%);
}

.contact .section-content-enquiries .info-tele p:last-child a::after {
    transform: translateX(0);
}

.contact .section-content-enquiries .info-tele p:last-child a:hover::before {
    transform: translateX(0);
    background-color: #f0509c;
}

.contact .section-content-enquiries .info-tele p:last-child a:hover::after {
    transform: translateX(104%);
    background-color: #f0509c;
}

.contact .section-content-headquarter .office-info-wrapper .info-item h6 {
    margin-top: 0;
    text-transform: capitalize;
}

.contact .section-content-enquiries .office-info-wrapper {
    width: 100%;
}

.contact .section-content-headquarter .office-info-wrapper {
    width: 100%;
}

.contact .section-content-headquarter .office-info-wrapper .info-item .office-info:last-child {
    padding-bottom: 0;
}

.contact .section-content-headquarter .office-info-wrapper .info-item {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 64px;
    border-bottom: 1px solid #cbcbcb;
    padding-right: 24px;
}

.contact .section-content-headquarter .office-info-wrapper .info-item:last-child {
    border: none;
}

.contact .section-content-enquiries .info-data {
    padding-left: 64px;
    padding-bottom: 120px;
    padding-top: 120px;
    padding-right: 24px;
}

.contact .section-content-enquiries .office-info {
    padding-bottom: 0;
}

.contact .info-data .info-item h6 {
    margin-bottom: 32px;
}

.contact .section-content-enquiries .info-data .info-item h6 {
    margin-top: 0;
}

.contact .section-content-enquiries .list-title-data h3 {
    padding-top: 120px;
}

.contact .section-content-headquarter .list-title-data h3 {
    padding-top: 64px;
}

.contact-banner-general .banner-list .page-title h1 {
    margin: 0;
    color: #fff;
}

.contact-banner-general .banner-list {
    position: relative;
}

.contact-banner-general .banner-list .page-title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px;
    height: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-banner-general .banner-list img {
    width: 100%;
    object-fit: cover;
}

.contact-banner-general .banner-list .media {
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* overflow: hidden; */
    zoom: 1;
    /* padding-bottom: 40.477%; */
}

.contact-banner-general .banner-list .media img {
    opacity: 0;
    width: 100%;
    max-height: 680px;
    height: calc(100vw * 680/1680);
}

.contact-banner-general .banner-list .parallax {
    display: block;
    background-repeat: no-repeat;
    opacity: 0;
}

.contact-banner-general .banner-list .parallax.fixed {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    max-height: 680px;
}

.logged-in .contact-banner-general .banner-list .parallax.fixed {
    top: 132px;
}

.contact-banner-general .banner-list {
    max-height: 680px;
}

.contact-banner-general .banner-list .banner-desktop-contact .image-bkg-general-desktop {
    opacity: 0;
}

.contact-banner-general .banner-list .banner-mb-contact .image-bkg-general-mobile {
    opacity: 0;
}


/* .contact-banner-general .banner-list .banner-desktop-contact-list {
    position: relative;
} */


/* .contact-banner-general .banner-list::before {
    content: "";
    padding-bottom: 40.477%;
    display: inline-block;
    width: 100%;
} */

.contact-banner-general .banner-list .banner-desktop-contact .image-bkg-general-desktop img {
    max-width: 100%;
}

.contact-banner-general .banner-list .banner-mobile-contact-list {
    display: none;
}

.contact-banner-general .banner-list img.mobile-bn-contact {
    display: none;
}


/* .contact .office-info .info-address img.content-image {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(171deg) brightness(108%) contrast(102%);
} */

.contact .office-info .info-address {
    background: #f0509c;
    padding: 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.contact .office-info .info-tele a {
    color: #464649;
}

.contact .office-info .info-tele a:hover {
    color: #f0509c;
}

.contact-banner-general .banner-list .parallax.fixed.slow {
    top: 0;
}

@media (max-width: 1282px) {
    .contact .contact-section .section-content-general {
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}


/* @media (max-width: 1200px) {
    .contact-banner-general .banner-list .banner-desktop-contact-list .banner-desktop-contact {
        background-size: cover;
        background-position: center;
        position: relative;
        background-attachment: fixed;
        width: 100%;
        padding-bottom: 40.477%;
    }
} */

@media (max-width: 1024px) {
    .contact-banner-general .banner-list .parallax.fixed {
        top: 64px;
    }
}

@media (max-width: 991px) {
    .contact .list-title-data {
        width: 30.85%;
    }

    .contact .info-data {
        width: 69.15%;
    }

    /* .contact .section-content-enquiries .info-data {
        padding-left: 0;
        padding-bottom: 64px;
        padding-top: 64px;
    }
    .contact .section-content-headquarter .office-info-wrapper .info-item {
        padding-left: 0;
    }
    .contact .contact-section .section-content-general .section-content-enquiries {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .contact .list-title-data {
        width: 100%;
        justify-content: center;
    }
    .contact .info-data {
        width: 100%;
    }
    .contact .section-content-headquarter {
        flex-direction: column;
    }
    .contact .contact-section .section-content-general {
        padding-left: 24px;
        padding-right: 24px;
    }
    .contact .list-title-data {
        border: none;
    } */
    /* .contact .section-content-enquiries .info-data {
        padding-left: 9px;
        padding-right: 9px;
    } */
}

@media (max-width: 767px) {
    .contact-banner-general .banner-list .banner-mobile-contact-list {
        display: block;
    }

    .contact .section-content-enquiries .info-data {
        padding-left: 0;
        padding-bottom: 64px;
        padding-top: 64px;
    }

    .contact .section-content-headquarter .office-info-wrapper .info-item {
        padding-left: 0;
    }

    .contact .contact-section .section-content-general .section-content-enquiries {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .contact .list-title-data {
        width: 100%;
        justify-content: center;
    }

    .contact .info-data {
        width: 100%;
    }

    .contact .section-content-headquarter {
        flex-direction: column;
    }

    .contact .contact-section .section-content-general {
        padding-left: 24px;
        padding-right: 24px;
    }

    .contact .list-title-data {
        border: none;
    }

    /* .contact .contact-section .section-content-general .section-content-enquiries {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .contact .section-content-general .section-content-enquiries .list-title-data {
        width: 100%;
    }
    .contact .section-content-general .section-content-enquiries .info-data {
        width: 100%;
    }
    .contact .section-content-headquarter {
        flex-direction: column;
    } */
    .contact-banner-general .banner-list img.mobile-bn-contact {
        display: block;
        max-height: 380px;
        min-height: 380px;
    }

    .contact-banner-general .banner-list img.desktop-bn-contact {
        display: none;
    }

    /* contact */
    /* .contact .contact-section .section-content-general {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact .list-title-data {
        border: none;
    } */
    .contact .section-content-enquiries .list-title-data h3 {
        padding-top: 80px;
    }

    .contact .list-title-data h3 {
        font-size: 45px;
        letter-spacing: 1px;
        line-height: 1.22;
    }

    .contact .section-content-enquiries .info-data {
        padding-top: 24px;
        padding-bottom: 80px;
        padding-right: 0;
    }

    .contact .section-content-enquiries .info-data .info-item h6 {
        margin-bottom: 20px;
    }

    .contact .section-content-headquarter .list-title-data h3 {
        padding-top: 80px;
    }

    .contact .section-content-enquiries .info-tele p:last-child {
        margin-top: 40px;
    }

    .contact .section-content-headquarter .office-info-wrapper .info-item h6 {
        text-transform: uppercase;
        margin-bottom: 16px;
    }

    .contact .office-info {
        padding-bottom: 16px;
    }

    .contact .section-content-headquarter .office-info-wrapper .info-item {
        padding-top: 40px;
        border: none;
        padding-bottom: 0;
        padding-right: 0;
    }

    .contact .section-content-headquarter .office-info-wrapper .info-item:first-child {
        padding-top: 24px;
    }

    .contact .section-content-headquarter .office-info-wrapper .info-item:last-child {
        padding-bottom: 80px;
    }

    .contact-banner-general .banner-list .banner-desktop-contact-list {
        display: none;
    }

    /* .contact-banner-general .banner-list .banner-mb-contact {
        background-size: cover;
        background-position: center;
        position: relative;
        background-attachment: fixed;
        width: 100%;
        padding-bottom: 0;
        display: block;
    } */
}

@media (max-width: 479px) {
    .contact-banner-general .banner-list .banner-mb-contact {
        padding-bottom: 0;
    }

    .contact-banner-general .banner-list .parallax.fixed {
        max-height: 380px;
        top: 64px;
        min-height: auto;
    }

    .contact-banner-general .banner-list {
        max-height: 380px;
    }
}


/**/
.policy-content .title-policy-global h3{
    font-family: Roboto Condensed;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #464649;
    margin: 0;
    text-transform: inherit;
    letter-spacing: 0;
}
.policy-content .title-policy-global{
    padding: 34px 0 30px;
    border-bottom: 1px solid #ABABAB;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.policy-content .title-policy-global a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.policy-content{
    background: #F4F3F1;
    padding-top: 83px;
    padding-bottom: 109px;
}
.policy-content .container {
    max-width: 1044px;
    padding: 0 30px;
}
.policy-global .title-policy-global:hover h3{
    color: #F0509C;
}
.policy-global .title-policy-global span{
    text-transform: uppercase;
    color: #F0509C;
    display: flex;
    align-items: center;
    margin-right: 1px;
}
.policy-global .title-policy-global span:after{
    content: '';
    background: url(../images/icon-download.svg) no-repeat center;
    width: 10px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    margin-top: 3px;
}
@media only screen and (max-width: 767px){
    .policy-content .title-policy-global h3{
        font-size: 18px;
        line-height: 26px;
    }
    .policy-content .title-policy-global{
        gap: 30px;
        padding: 20px 0 19px;
    }
    .policy-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .policy-global .title-policy-global span:after {
        margin-left: 4px;
    }
}

/*.analyst-coverage*/
.analyst-coverage-content {
    background: #F4F3F1;
    padding-top: 133px;
    padding-bottom: 140px;
    overflow: hidden;
}
.analyst-coverage-list ul{
    margin: 0;
    padding: 0;
}
.analyst-coverage-list ul li {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.analyst-coverage-list ul li:nth-child(2n){
    background: #fff;
}
.analyst-coverage-list ul li .first-title{
    font-family: Roboto Condensed;
    font-size: 22px;
    font-weight: 400;
    color: #464649;
    text-transform: uppercase;
}
.analyst-coverage-list ul li p{
    font-family: Roboto Condensed;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #464649;
    margin: 0 0 0 98px;
    padding: 51px 0 49px;
    width: 33.33%;
    display: flex;
    align-items: center;
}
.analyst-coverage-list ul li p a{
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #F0509C;
}
.analyst-coverage-list .container {
    max-width: 1434px;
    padding: 0 30px;
}
.analyst-coverage-list .heading h4{
    font-family: Simplifica;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    width: 33.33%;
    margin: 0 0 0 98px;
    padding: 30px 0 34px;
    color: #fff;
}
.analyst-coverage-list .heading{
    background: #F0509C;
    display: flex;
    align-items: center;
}
.analyst-coverage-list .heading h4:not(:last-child) {
    border-right: 1px solid #fff;
}
.analyst-coverage-list ul li p:not(:last-child) {
    border-right: 1px solid #fff;
}
@media only screen and (max-width: 1279px){
    .analyst-coverage-list .heading h4, 
    .analyst-coverage-list ul li p{
        margin: 0 0 0 20px;
    }
    .analyst-coverage-list .heading h4{
        font-size: 24px;
    }
    .analyst-coverage-list ul li .first-title,
    .analyst-coverage-list ul li p{
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px){
    .analyst-coverage-list .heading{
        display: none;
    }
    .analyst-coverage-list ul li p:before {
        content: attr(data-label);
        font-family: Roboto Condensed;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        text-align: left;
        text-transform: uppercase;
        width: 50%;
        flex: 0 0 50%;
    }
    .analyst-coverage-list ul li p{
        margin-left: 0;
        width: 100%;
        font-family: Roboto Condensed;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.41px;
        text-align: left;
        padding: 10px 0;
        word-break: break-word;
        padding: 10px 0 6px;
    }
    .analyst-coverage-list ul li .first-title,
    .analyst-coverage-list ul li p a{
        font-size: 14px;
        font-weight: 400;
        line-height: 16.41px;
    }
    .analyst-coverage-list ul li p:not(:last-child) {
        border-right: 0;
    }
    .analyst-coverage-list ul li:nth-child(2n):before {
        content: '';
        background: #fff;
        width: 100vw;
        left: -100vw;
        height: 100%;
        position: absolute;
        top: -1px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .analyst-coverage-list ul li:nth-child(2n):after {
        content: '';
        background: #fff;
        width: 100vw;
        right: -100vw;
        height: 100%;
        position: absolute;
        top: -1px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .analyst-coverage-list ul li {
        display: block;
        padding: 10px 0 13px;
    }
    .analyst-coverage-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .analyst-coverage-list ul li:nth-child(2n) {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
}

/*IR Contact*/
.ir-contact-content{
    background: #F4F3F1;
    padding-top: 107px;
}
.ir-contact-section-top .title {
    max-width: 1000px;
}
.ir-contact-section-top .title h3 {
    font-size: 55px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 1px;
    color: #464649;
    margin: 0;
}
.ir-contact-section-top .content {
    display: flex;
    margin-top: 68px;
}
.ir-contact-section-top .content div {
    flex: 0 0 50%;
}
.ir-contact-section-top .content h4 {
    color: #F0509C;
    font-family: Roboto Condensed;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 24px;
    letter-spacing: 0;
}
.ir-contact-section-bottom {
    background: #F7F7F7;
    padding-top: 47px;
    padding-bottom: 193px;
}
.ir-contact-content .container{
    padding: 0 30px;
    max-width: 1302px;
}
.ir-contact-section-bottom .content {
    display: flex;
    padding-top: 67px;
    align-items: center;
}
.ir-contact-section-bottom .content div {
    flex: 0 0 41.5%;
}
.ir-contact-section-bottom .content .content-right{
    flex: 0 0 58.5%;
}
.ir-contact-section-bottom .content .content-left h4 {
    font-family: Roboto Condensed;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #F0509C;
    margin: 0 0 23px;
    letter-spacing: 0;
}
.ir-contact-section-bottom .content form input[type="email"] {
    border: 0;
    border-bottom: 1px solid #464649;
    padding: 0;
    min-height: auto;
    border-radius: 0;
    width: 100%;
    background: transparent;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-transform: inherit;
    color: #464649;
}
.ir-contact-section-bottom .content form input[type="email"]::placeholder{
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-transform: inherit;
    color: #464649;  
}
.ir-contact-section-bottom .content form input[type="email"]:-moz-placeholder{
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-transform: inherit;
    color: #464649;  
}
.ir-contact-section-bottom .content form input[type="email"]::-webkit-input-placeholder{
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-transform: inherit;
    color: #464649;  
}
.ir-contact-section-bottom .content form input[type="email"]:-ms-input-placeholder{
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-transform: inherit;
    color: #464649;  
}
.ir-contact-section-bottom .content form input[type="submit"]{
    border: 1px solid #F0509C;
    background: transparent;
    color: #F0509C;
    border-radius: 40px;
    width: auto;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 65px;
    padding: 0;
    min-width: 174px;
    height: 50px;
}
.ir-contact-section-bottom .title h3 {
    margin: 0;
    text-align: center;
    line-height: 70px;
}
.ir-contact-section-top .content .content-left {
    border-right: 1px solid #CBCBCB;
    padding-bottom: 10px;
}
.ir-contact-section-top .content .content-left .wraper {
    max-width: 435px;
}
.ir-contact-section-top .content .content-right .wraper {
    max-width: 454px;
    margin: 0 auto;
    padding: 0 20px;
}
.ir-contact-section-top .content .content-left .wraper a {
    border: 1px solid #F0509C;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #F0509C;
    padding: 12px 20px 10px;
    border-radius: 50px;
    min-width: 252px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    text-align: center;
}
.ir-contact-section-top .content .content-left .wraper p {
    margin-bottom: 63px;
}
.ir-contact-section-top {
    padding-bottom: 120px;
}
.ir-contact-section-bottom .content .content-right img {
    width: 100%;
}
.ir-contact-section-bottom .content form .container {
    padding: 0 !important;
}
.ir-contact-section-bottom .content .content-left p {
    margin-bottom: 24px;
}
.ir-contact-section-bottom .content .content-left {
    padding-right: 85px;
    margin-top: 23px;
}
.ir-contact-section-top .content .content-left .wraper a:before {
    content: '';
    background: url(../images/icon-email.svg) no-repeat center;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.ir-contact-section-bottom .content form .wpcf7-not-valid-tip {
    background: transparent !important;
    padding: 0 !important;
}
@media only screen and (max-width: 1279px){
    .ir-contact-section-bottom .content .content-left {
        padding-right: 40px;
    }
    .ir-contact-section-bottom .content form input[type="submit"]{
        margin-top: 35px;
    }
    .ir-contact-section-bottom .content .content-left p {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px){
    .ir-contact-content {
        padding-top: 60px;
    }
}
@media only screen and (max-width: 767px){
    .ir-contact-section-top .title h3 {
        font-size: 45px;
        line-height: 55px;
    }
    .ir-contact-section-top .content,
    .ir-contact-section-bottom .content{
        flex-wrap: wrap;
    }
    .ir-contact-section-top .content div {
        flex: 0 0 100%;
    }
    .ir-contact-section-top .content h4{
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 10px;
    }
    .ir-contact-section-top .content .content-left {
        border-right: 0;
        border-bottom: 1px solid #CBCBCB;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .ir-contact-section-top .content .content-right .wraper {
        max-width: inherit;
        padding: 0;
    }
    .ir-contact-section-bottom .content div,
    .ir-contact-section-bottom .content .content-right{
        flex: 0 0 100%;
    }
    .ir-contact-section-bottom .content .content-left {
        padding-right: 0;
        order: 1;
        margin-top: 40px;
    }
    .ir-contact-content {
        padding-top: 78px;
    }
    .ir-contact-section-top .content{
        margin-top: 42px;
    }
    .ir-contact-section-top .content .content-left .wraper p {
        margin-bottom: 40px;
    }
    .ir-contact-section-top .content .content-left .wraper a{
        min-width: 238px;
        font-size: 16px;
    }
    .ir-contact-section-top {
        padding-bottom: 70px;
    }
    .ir-contact-section-bottom .title h3{
        font-size: 45px;
        line-height: 55px;
    }
    .ir-contact-section-bottom {
        padding-top: 78px;
        padding-bottom: 56px;
    }
    .ir-contact-section-bottom .content{
        padding-top: 42px;
    }
    .ir-contact-section-bottom .content .content-left h4{
        font-size: 18px;
        margin: 0 0 11px;
    }
    .ir-contact-section-bottom .content .content-left p {
        margin-bottom: 24px;
    }
    .ir-contact-section-bottom .content form input[type="submit"] {
        margin-top: 40px;
        min-width: 187px;
    }
}