.hs-form-wrap form .legal-consent-container .hs-richtext {
    color: #fff;
    font-family: Helvetica Neue, serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 16px;
}
.hs-form-wrap form .legal-consent-container .hs-richtext:last-child {
    margin: 0;
}
.hs-form-wrap form .legal-consent-container .hs-richtext a {
    color: inherit;
    text-decoration: underline;
}
.hs-form-wrap form .legal-consent-container .hs-richtext a:hover {
    color: #b3101a;
}
.hs-form-wrap form .legal-consent-container .hs-dependent-field .hs-form-field .inputs-list {
    margin-bottom: 16px;
}
.transaction-detail .right-in .info-wrap .industry-sector .items .item ul li a {
    display: inline-block;
}
.hs-form-wrap form .hs-form-field .input select {
    background: transparent;
    border: 1px solid hsla(0, 1%, 79%, .749);
    border-radius: 0 5px 0 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-family: Helvetica Neue, serif;
    font-size: 15px;
    font-weight: 500;
    height: 55px;
    line-height: 1.5;
    outline: none;
    padding: 16px 24px;
    width: 100% !important;
    appearance: none;
    background-image: url('/wp-content/themes/focus/dist/css/../../assets/images/select-icon.svg');
    background-repeat: no-repeat;
    background-position: 96% 50%;
}
.btn {
    border: none;
}
#hs_show_banner_button {
    cursor: pointer;
}
.insights-content .insights-content-in .content-side .text-wrap span {
    color: inherit !important;
}
.insights-content .insights-content-in .sidebar .author-list .author-item .author-item-in .img-wrap a {
    display: inline-block;
}
.insights-content .insights-content-in .sidebar .author-list .author-item .author-item-in .details p.name a {
    color: #212429;
}
.insights-content .insights-content-in .sidebar .author-list .author-item .author-item-in .details p.name a:hover {
    color: #334970;
}
.focus-geo-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999999999;
}
.focus-geo-popup.is-visible {
    display: block;
}
.focus-geo-popup__overlay {
    position: absolute;
    inset: 0;
    background: #FFFFFFBF;
}
.focus-geo-popup__container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    max-width: 824px;
    transform: translate(-50%, -50%);
    background: #F9F9F7;
    border: 1px solid #3349701A;
    box-shadow: 0px 8px 16px 0px #0000001A;
    padding: 32px;
    border-radius: 20px;
}
.focus-geo-popup__message {
    margin: 0;
    font-family: Baskervville, serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
.focus-geo-popup__actions {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -16px;
    padding: 24px 0 0;
}
.focus-geo-popup__stay {
    margin-left: 32px;
}
.site-header .header-main .header-right .country-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
    display: flex;
    flex-direction: row-reverse;
    padding: 6px 28px;
    align-items: center;
}
.site-header .header-main .header-right .country-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a span {
    margin-left: 0;
    margin-right: 8px;
}
.site-header .header-main .header-right .country-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    min-width: 180px;
}
.focus-geo-popup__actions > a {
    margin: 10px 16px;
}

@media (max-width: 1199px) {
    .site-header .header-main .header-right .country-switcher {
        display: block;
        margin-right: 16px;
    }
}
@media (max-width: 767px) {
    .focus-geo-popup__message {
        font-size: 28px;
    }
    .focus-geo-popup__actions {
        flex-direction: column;
        align-items: flex-start;
    }
    .focus-geo-popup__stay {
        margin: 16px 0 0;
    }
}