/*****     SMART SEARCH CSS START     *****/
#dx-smart-search-banner {
    align-items:center;
    display:flex;
    height:75px;
    overflow:hidden;
    position:relative;
    width:100%;
}
#dx-smart-search-row {
    margin-left:auto;
    margin-right:auto;
    padding-top:12px;
}

.dx-smart-search {
    background-image:none;
    cursor:pointer;
    display:inline-block;
    text-align:center;
    touch-action:manipulation;
    user-select:none;
    vertical-align:middle;
    white-space:nowrap;
    margin-left: 5px;
    text-transform: capitalize;
    color:#706F6F;
    font-family: 'Calibre';
}
.dx-smart-search.btn-success {
    background-color: var(--smart-search-pill-active-color);
    color: var(--smart-search-pill-active-font-color);
}
.dx-smart-search > .fa-plus {
    color:var(--smart-search-pill-plus-color);
    margin-left: 5px;
}
.fa-plus:before {
    content:"\f067";
}
.dx-smart-search:hover,.dx-smart-search:focus,.dx-smart-search:active {
    background-color:var(--smart-search-pill-hover-color);
    color:var(--smart-search-pill-hover-font-color);
}
.dx-smart-search-inner {
    float:left;
}
@media screen and (max-width:990px) {
    #dx-smart-search-row,#dx-asset-index .dd-left-nav {
        display:none;
   }
   #dx-smart-search-banner {
    display: none;
}
}
@media (max-width:768px) {
    #dx-smart-search-row {
        display:none;
   }
}
/*****     SMART SEARCH CSS FINISH     *****/




    /*****     ASSET CARD CSS START     *****/
    :root {    
        --one-column-index: calc(100% - 2px);
        --two-column-index: calc(50% - 42px);
        --three-column-index: calc(33.33% - 42px);
        --four-column-index: calc(25% - 42px);
        --five-column-index: calc(20% - 42px);
        --six-column-index: calc(16.66% - 42px);
    }
    
    
    @font-face {
        font-family: 'Calibre';
        src:url('https://demandexchange-cdn.s3.eu-west-2.amazonaws.com/fonts/Calibre-Regular.woff2'),
            url('https://demandexchange-cdn.s3.eu-west-2.amazonaws.com/fonts/Calibre-Light.woff2'),
            url('https://demandexchange-cdn.s3.eu-west-2.amazonaws.com/fonts/Calibre-Medium.woff2');
    }

    @font-face {
        font-family: 'TiemposText';
        src:url('https://demandexchange-cdn.s3.eu-west-2.amazonaws.com/fonts/TiemposText-Regular.woff');
    }

    .dx-bima-webinars__card {
        border:1px solid #adadad;
        position:relative;
        margin:20px;
    }
    
    .dx-bima-webinars__card:hover {
        box-shadow: 1px 1px 5px #adadad;
    }
    

    @media (max-width: 767px) { 
        .dx-bima-webinars__card {
            width:var(--one-column-index);
            margin:20px 0;
            min-width:300px;
        }
    } 
      
    @media (min-width: 768px) and (max-width: 991px){ 
        .dx-bima-webinars__card {
            width:var(--two-column-index);
        }
    } 
      
    @media (min-width: 992px) and (max-width: 1199px) { 
        .dx-bima-webinars__card {
            width:var(--three-column-index);
        }
    }

    @media (min-width: 1200px) { 
        .dx-bima-webinars__card {
            width:var(--three-column-index);
        }
    }

    .dx-bima-webinars__stretched-link:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        // Just in case `pointer-events: none` is set on a parent
        pointer-events: auto;
        content: "";
        // IE10 bugfix, see https://stackoverflow.com/questions/16947967/ie10-hover-pseudo-class-doesnt-work-without-background-color
        background-color: rgba(0, 0, 0, 0);
    }
    
    .dx-bima-webinars__card-image-container {
        display:block;
        width:100%;
    }
    
     /* temp removed
    @media (max-width: 767px) { 
        .dx-bima-webinars__card-image-container {
            float:left;
            width:35%;
        }
    }
    */

    .dx-bima-webinars__card-image {
        width:100%;
        border-bottom:1px solid #adadad;
    }
    
     /* temp removed
    @media (max-width: 767px) { 
        .dx-bima-webinars__card-image {
           border-bottom:0
        }
    }
    */

    .dx-bima-webinars__card-body {
        padding:0px 30px 80px 30px;
    }
    
     /* temp removed
    @media (max-width: 767px) { 
        .dx-bima-webinars__card-body {
            width:calc(65% - 40px);
            float:right;
        }
    }
    */

    .dx-bima-webinars__title {
        font-family: var(--bima-asset-title-font-family);
        font-size: var(--bima-asset-title-font-size);
        font-weight: var(--bima-asset-title-font-weight);
        color: var(--bima-asset-title-font-color);
        padding-top:10px;
    }
    
    .dx-bima-webinars__date {
        font-family: var(--bima-asset-date-font-family);
        font-size: var(--bima-asset-date-font-size);
        font-weight: var(--bima-asset-date-font-weight);
        color: var(--bima-asset-date-font-color);
    }

    .dx-bima-webinars__summary {
        font-family: var(--bima-asset-summary-font-family);
        font-size: var(--bima-asset-summary-font-size);
        font-weight: var(--bima-asset-summary-font-weight);
        color: var(--bima-asset-summary-font-color);
        padding-bottom: 20px;
    }
    
    @media (max-width: 1199px) { 
        .dx-bima-webinars__summary {
            display:none; 
        }
    }
    
    .dx-bima-webinars__watch-now {
        position:absolute;
        bottom:20px;
        border:0;
        color:#fff;
        font-family:'Calibre';
        font-weight: 400;
        font-size:1.2em;
        padding: 10px 30px 15px 10px;
        background: #e1261c;
        margin-top: 2em;
        display: inline-block;
        text-transform: uppercase;
    }
    
    /*****     ASSET CARD CSS FINISH     *****/



/* Start of filter.css */
.dx-smart-search, .filter-btn {
    background-color: #fff;
    border: 2px solid #c4c4c4;
    padding: 8px;
    margin: 8px;
    text-decoration: none;
    transition: all .2s ease-in;
    cursor: pointer;
}

.dx-smart-search i, .filter-btn i {
    padding: 10px 5px 10px 10px;
    font-size: 12px;
    color: #c4c4c4;
    transition: all .25s ease-in;
}

.dx-smart-search.active, .filter-btn.active {
    background-color: #e1261c;
    border: 2px solid #e1261c;
    color: #fff;
}

.dx-smart-search.active i, .filter-btn.active i {
    color: #fff;
    transform: rotate(45deg);
}

.filter-dropdown-con select {
    display: inline-block;
    min-width: 135px;
    font-weight: bold;
    text-transform: capitalize;
    max-width: none !important;
}

.filter {
    padding: 15px 40px 15px 15px;
    width: 100%;
    max-width: 185px;
    background-color: #000;
    color: #fff;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter-con {
    position: relative;
}

.filter-con::after {
    border-style: solid;
    border-width: 0.20em 0.20em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    position: relative;
    vertical-align: top;
    width: 0.45em;
    top: 30%;
    transform: rotate(135deg);
    color: #fff;
    right: 12%;
    position: absolute;
    pointer-events: none;
}

.filter-sm-cancel {
    position: absolute;
    right: 25px;
}

.clear-filters-btn {
    background-color: transparent;
    border: 2px solid #c4c4c4;
    padding: 15px;
    margin: 10px 10px 0 10px;
    text-decoration: none;
    cursor: pointer;
    min-width: 125px;
    font-weight: bold;
}

.clear-filters-btn i {
    transform: rotate(45deg);
    margin-left: 5px;
}

.sort-dropdown-con {
    position: relative;
}

.sort-dropdown-con::after {
    border-style: solid;
    border-width: 0.20em 0.20em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    position: relative;
    vertical-align: top;
    width: 0.45em;
    top: 30%;
    transform: rotate(135deg);
    color: #e1261c;
    right: 20%;
    position: absolute;
    pointer-events: none;
}

.sort-dropdown {
    padding: 15px 40px 15px 15px;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: bold;
}

.filter-btn-mobile {
    display: none;
}

.sort-dropdown-container {
    display: flex;
    margin-top: 15px;
}

.filter-sm-content {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.filter option, .sort-dropdown option {
    font-family: Arial, Helvetica, sans-serif;
}

.filter-sm-content-inner {
    background-color: #fefefe;
    margin: 30% auto;
    padding: 20px;
    position: relative;
    border: 1px solid #888;
    width: 80%;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.filter-sm-content-inner select {
    max-width: none;
}

.filter-sm-row {
    margin: 20px 0;
}

.filter-sm-row:first-child {
    margin-top: 35px;
}

.filter-sm-btn-row {
    margin-top: 40px;
    padding: 0 15%;
    justify-content: space-between;
}

.filter-sm-btn-row a {
    min-width: 130px;
}

@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

/* mobile */
@media screen and (max-width: 989px) {
    .dx-smart-search, .filter-btn-mobile {
        display: block;
    }

    #filter-sm-btn {
        border: none;
    }

    .filter-dropdown-con-md {
        display: none !important;
    }

    .filter-container {
        background-color: transparent !important;
        border-top: none !important;
    }

    .filter-container .dotted-tip-top-left  {
        display: none;
    }

    .filter-sm-row {
        padding: 0 15%;
    }
}


/* tablet */
@media screen and (max-width: 1259px) and (min-width: 990px) {
    .sort-dropdown-container {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 35px;
    }
}

/* touch */
@media screen and (max-width: 1259px) {
    .smart-search-container {
        display: none;
    }
}

/* End of filter.css */

/*****     CARD DECK CSS START     *****/
.dx-utility__card-deck {
    clear:both;
    display:flex;
    flex-flow:row wrap;
    width: 100%;
}
/*****     CARD DECK CSS FINISH     *****/




/*Page id:522 CSS*/
  :root {
      
   --smart-search-pill-color: #fff;
    --smart-search-pill-font-color: #706f6f;
    --smart-search-pill-hover-color: #ccc;
    --smart-search-pill-hover-font-color: #333;
    --smart-search-pill-active-color: #e1261c;
    --smart-search-pill-active-font-color: #fff;
    --smart-search-pill-plus-color: #706f6f;
  }

/*End*/
/* Start global.css */


@font-face {
    font-family: 'TiemposText';
    src:url('https://demandexchange-cdn.s3.eu-west-2.amazonaws.com/fonts/TiemposText-Regular.woff');
}

:root {
    --base-transition-time: .25s;
    --base-border: 1px solid #adadad;
}

.font-primary {
    font-family: 'Calibre';
}

.font-secondary {
    font-family: 'TiemposText';
}


body {
    margin: 0;
    background-color: #fff;
}

/*body p {
    text-align: justify;
}*/

/*.all-button {
    padding: 5px 30px 15px 5px!important;
    font-size: 18px;
    font-weight:bold;
}

.all-button:hover {
    box-shadow: 1px 1px 5px #adadad;
    color: #FF4934 !important;
    border: 2px solid #FF4934;
}

.dx-bima-webinars__watch-now {
    bottom:20px;
    border:0;
    color:#fff;
    font-family:'Calibre';
    font-weight:bold;
    font-size:1.2em;
    padding: 5px 30px 15px 5px;
    background: #e1261c;
    margin-top: 2em;
    display: inline-block;
}*/

.partner-logo {
    max-width: 105px;
    max-height: 60px;
}

.section-title {
    font-size: 48px;
    font-weight: 500;
}

.section-description {
    font-size: 25px;
    font-weight: 400;
    color: #706F6F;
}

.intro-description {
    font-size: 25px;
    color: #706F6F;
}

.intro-title {
    font-weight:400;
    font-size: 25px;
    color: #e1261c;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.font-bold {
    font-weight: 400;
}

.text-primary {
    color: #e1261c;
}

.bg-grey {
    background-color: #e5e5e5;
}

.overflow-hidden {
    overflow: hidden;
}

.direction-column {
    flex-direction: column;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.d-flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.border {
    border: var(--base-border);
}

.border-bottom {
    border-bottom: var(--base-border);
}

.dotted-border-top {
    border-top: dotted 3px #e1261c;
}

.dotted-tip-top-left {
    position: absolute;
    top: -21px;
    left: 0;
    width: 35px;
    height: 35px;
    background-color: #e5e5e5;
    transform: rotate(45deg);
    border-left: 3px dotted #e1261c;
    border-top: 3px dotted #e1261c;
}

.float-right {
    float: right;
}

.text-grey {
    color: #706F6F;
}

.position-relative {
    position: relative;
}

.d-inline-block {
    display: inline-block;
}

.tile-min-height {
    min-height: 195px;
}

.d-block {
    display: block;
}

.img-fluid {
    max-width: 100%;
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-10 {
    margin-bottom: 10px;
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.m-0 {
    margin: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.mr-5 {
    margin-right: 5px;
}

.mt-25 {
    margin-top: 25px;
}

.text-show-md {
    display: block;
}

.text-show-sm {
    display: block;
}

.p-tile {
    padding: 40px 25px;
    max-height: 100%;
}

.p-tile-lg {
    padding: 60px 35px;
}

.p-tile-sm {
    padding: 25px 10px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-6 {
    flex: 0 0 49.8%;
    max-width: 100%;
}

.col-6-gutter {
    flex: 0 0 45%;
    max-width: 100%;
}

.col-4 {
    flex: 0 0 33%;
    max-width: 100%;
}

.col-8 {
    flex: 0 0 67%;
    max-width: 100%;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.label-con {
    position: relative;
}

.label {
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 8px;
    left: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.article-time i {
    padding-right: 5px;
}

.article-time {
    font-size: 12px;
    color: #706F6F;
}

.btn-primary {
    background-color: #e1261c !important;
    color: #fff !important;
    padding: 12px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
}

.btn-secondary {
    background-color: #fff;
    border: 2px #e1261c solid;
    color: #e1261c;
    padding: 10px 30px 15px 10px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400;
}

.red-underline {
    height: 15px;
    width: 85px;
    display: block;
    background-color: #e1261c;
    margin: 25px 0;
}

.showcase-container {
    font-family: 'Calibre';
}

.showcase-con {
    display: flex;
    position: relative;
    margin-top: 135px;
    min-height: 700px;
    overflow: hidden;
}

.showcase-img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: cover;
    z-index: -1;
}

.showcase-blocker {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    height: 105px;
    width: 100%;
    z-index: 1;
}

.showcase-content {
    padding-bottom: 20px;
    width: 45%;
    position: relative;
    height: 100%;
}

.showcase-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.showcase-text-con {
    padding-top: 60px;
    width: 80%;
}

.showcase-content-inner {
    background-color: rgba(225, 38, 28, 0.75);
    position: relative;
    padding: 70px;
    height: 100%;
    color: #fff;
}

.showcase-content-inner h2 {
    font-size: 36px;
}

.showcase-content-inner h3 {
    font-size: 24px;
}

/* tablet */
@media screen and (max-width: 1259px) and (min-width: 990px) {
    .container {
        margin: 0 30px;
        max-width: calc(100% - 60px);
    }

    .border-right-sm {
        border-right: var(--base-border);
    }

    .border-left-sm {
        border-left: var(--base-border);
    }

    .border-top-sm {
        border-top: var(--base-border);
    }

    .border-bottom-sm {
        border-bottom: var(--base-border);
    }

    .text-show-md {
        display: none;
    }

    .text-show-sm {
        display: block;
    }

    .showcase-content-inner {
        padding: 70px 35px;
    }

    .showcase-blocker {
        display: none;
    }

    .showcase-container {
        margin: 0 !important;
        max-width: none !important;
    }

    .showcase-content {
        width: 100%;
    }

    .col-sm-3-gutter {
        flex: 0 0 24% !important;
        max-width: 100% !important;
    }

    .col-sm-4 {
        flex: 0 0 31% !important;
        max-width: 100% !important;
    }

    .article-time {
        font-size: 12px;
    }

    .col-sm-6 {
        flex: 0 0 49.8% !important;
        max-width: 100% !important;
    }

    .col-sm-6-gutter {
        flex: 0 0 48.5%;
        max-width: 100%;
    }

    .col-sm-7 {
        flex: 0 0 65%;
        max-width: 100%;
    }

    .col-sm-5 {
        flex: 0 0 34.5%;
        max-width: 100%;
    }

    .col-sm-7-gutter {
        /*flex: 0 0 63%;*/
        max-width: 100%;
        padding-left: 20px;
        padding-right: 30px;
    }

    .col-sm-5-gutter {
        flex: 0 0 32.5%;
        max-width: 100%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .showcase-con {
        margin-top: 125px;
    }

    .partner-logo {
        max-width: 80px;
        max-height: 50px;
    }
}

/* mobile */
@media screen and (max-width: 989px) {
    .text-show-md {
        display: none;
    }

    .text-show-sm {
        display: none;
    }

    .showcase-content-inner {
        padding: 70px 35px;
    }

    .border-right-mobile {
        border-right: var(--base-border);
    }

    .border-left-mobile {
        border-left: var(--base-border);
    }

    .border-top-mobile {
        border-top: var(--base-border);
    }

    .border-bottom-mobile {
        border-bottom: var(--base-border);
    }

    .article-time {
        font-size: 12px;
    }

    .tile-min-height {
        min-height: 300px;
    }

    .showcase-blocker {
        display: none;
    }

    .showcase-content {
        width: 100%;
        padding-bottom: 0;
        font-size: 26px;
    }

    .showcase-container {
        margin: 0 !important;
        max-width: none !important;
    }

    .container {
        margin: 0 30px;
        max-width: calc(100% - 60px);
    }

    .my-sm-30 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .p-sm-30 {
        padding: 30px;
    }

    .column-sm-reverse {
        flex-direction: column-reverse;
    }

    .my-sm-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .btn-primary, .btn-secondary {
        font-size: 18px;
    }

    .partner-logo {
        max-width: 80px;
        max-height: 50px;
    }
}

/* Desktop */
@media screen and (min-width: 1260px) {

    .border-right-md {
        border-right: var(--base-border);
    }

    .border-left-md {
        border-left: var(--base-border);
    }

    .border-top-md {
        border-top: var(--base-border);
    }

    .border-bottom-md {
        border-bottom: var(--base-border);
    }

    .mt-md-80 {
        margin-top: 80px;
    }

    .main-report-tile-img {
        max-height: 185px;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-6 {
        flex: 0 0 49.8%;
        max-width: 100%;
    }

    .col-md-6-gutter {
        flex: 0 0 48.5%;
        max-width: 100%;
    }

    .col-md-4 {
        flex: 0 0 31%;
        max-width: 100%;
    }

    .col-md-4-gutter {
        flex: 0 0 29%;
        max-width: 100%;
    }

    .col-md-3 {
        flex: 0 0 24%;
        max-width: 100%;
    }

    .col-md-3-gutter {
        flex: 0 0 22%;
        max-width: 100%;
    }

    .col-md-8 {
        flex: 0 0 68%;
        max-width: 100%;
    }

    .col-md-8-gutter {
        flex: 0 0 64.7%;
        max-width: 100%;
    }

    .col-md-7 {
        flex: 0 0 65%;
        max-width: 100%;
    }

    .col-md-5 {
        flex: 0 0 34.5%;
        max-width: 100%;
    }

    .col-md-description {
        /*flex: 0 0 55%;*/
        max-width: 100%;
        padding-left: 20px;
        padding-right: 30px;
    }

    .col-md-title {
        flex: 0 0 40%;
        max-width: 100%;
    }
}


/* NEW HERO BANNER */

.dx-bima-hero {
    height: 745px;
    margin-top: 105px;
    position:relative;
    box-sizing:border-box;
}

@media screen and (max-width:1000px) {
    .dx-bima-hero {
        height: unset;
        min-height: 745px
    }
}

@media screen and (max-width:815px) {
    .dx-bima-hero {
        min-height: 500px
    }
}

.dx-bima-hero__slide {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%
}

.dx-bima-hero__slide:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 90px;
    background: #fff;
    left: 0;
    bottom: 0
}

@media screen and (max-width:1000px) {
    .dx-bima-hero__slide:after {
        display: none
    }
}

.dx-bima-hero__inner{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.dx-bima-hero__slide .dx-bima-hero__inner{
    display: flex;
    flex: 0 0 50%;
    height: 745px
}

@media screen and (max-width:1280px) {
    .dx-bima-hero__slide .dx-bima-hero__inner{
        margin: 0;
        width: 100%;
        max-width: unset
    }
}

@media screen and (max-width:1000px) {
    .dx-bima-hero__slide .dx-bima-hero__inner{
        flex: unset;
        height: 100%;
        min-height: 745px;
        display: block
    }
}

@media screen and (max-width:815px) {
    .dx-bima-hero__slide .dx-bima-hero__inner{
        min-height: 500px
    }
}

.dx-bima-hero__overlay {
    height: calc(100% - 90px);
    background: #e1261c;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    mix-blend-mode: multiply
}

.dx-bima-hero__overlay.white {
    background: hsla(0, 0%, 100%, .5)
}

@media screen and (max-width:1000px) {
    .dx-bima-hero__overlay {
        display: none
    }
}

.dx-bima-hero__overlay-content {
    height: calc(100% - 90px);
    background: rgba(225, 38, 28, .321569);
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    width: 50%;
    left: -50%
}

@media screen and (max-width:1000px) {
    .dx-bima-hero__overlay-content {
        width: 100%;
        left: 0;
        height: 100%;
        background: rgba(225, 38, 28, .64);
        min-height: 745px
    }
}

@media screen and (max-width:815px) {
    .dx-bima-hero__overlay-content {
        min-height: 500px
    }
}

.dx-bima-hero__overlay-content>div {
    padding: 0 20px 0 145px;
    height: 100%;
    align-items: center;
    width: 100%
}

@media screen and (max-width:1235px) {
    .dx-bima-hero__overlay-content>div {
        padding: 0 100px
    }
}

@media screen and (max-width:1000px) {
    .dx-bima-hero__overlay-content>div {
        padding: 140px 100px 100px;
        height: 100%;
        min-height: 505px
    }
}

@media screen and (max-width:815px) {
    .dx-bima-hero__overlay-content>div {
        padding: 100px 50px;
        min-height: 300px
    }
}

@media screen and (max-width:450px) {
    .dx-bima-hero__overlay-content>div {
        padding: 100px 20px
    }
}

.dx-bima-hero__overlay-content h1 {
    margin-bottom: 60px
}

@media screen and (max-width:815px) {
    .dx-bima-hero__overlay-content h1 {
        margin-bottom: 30px
    }
}

@media screen and (max-width:450px) {
    .dx-bima-hero__overlay-content h1 {
        margin-bottom: 15px
    }
}

.dx-bima-hero__overlay-content.white {
    background: hsla(0, 0%, 100%, .5)
}

.dx-bima-hero__overlay-content.white>div {
    padding: 0 40px
}

.dx-bima-hero__overlay-content.white h1 {
    margin-bottom: 0
}

.dx-bima-hero .dx-bima-hero__overlay-before {
    position:relative;
    top: 185px
}

@media screen and (max-width:1000px) {
    .dx-bima-hero .dx-bima-hero__overlay-before {
        top: 0
    }
}

.dx-bima-hero .dx-bima-hero__overlay-before:before {
    content: url('https://s3-eu-west-2.amazonaws.com/demandexchange-cdn/sites/BIMA-New/images/showcase-shape.png');
    position: absolute;
    width: 90px;
    height: 90px;
    left: -90px;
    top: -90px
}

@media screen and (max-width:1000px) {
    .dx-bima-hero .dx-bima-hero__overlay-before:before {
        left: -60px
    }
}

@media screen and (max-width:815px) {
    .dx-bima-hero .dx-bima-hero__overlay-before:before {
        left: -30px
    }
}

@media screen and (max-width:450px) {
    .dx-bima-hero .dx-bima-hero__overlay-before:before {
        height: 40px;
        width: 40px;
        left: -14px;
        top: -40px
    }
}

.dx-bima-hero .dx-bima-hero__overlay-before.white:before {
    top: -175px;
    left: 0
}

.dx-bima-hero__subtitle {
    font-family: Calibre, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 32px;
    letter-spacing: -1px;
    font-weight: 500;
    line-height: 1.1;
}

@media screen and (max-width:1235px) {
    .dx-bima-hero__subtitle {
        font-size: 28px
    }
}

@media screen and (max-width:815px) {
    .dx-bima-hero__subtitle {
        font-size: 25px
    }
}

@media screen and (max-width:450px) {
    .dx-bima-hero__subtitle {
        font-size: 22px
    }
}

.dx-bima-hero__h2 {
    font-family: Calibre, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    margin-top:0px;
}

@media screen and (max-width:1235px) {
    .dx-bima-hero__h2,
    {
        font-size: 43px
    }
}

@media screen and (max-width:815px) {
    .dx-bima-hero__h2 {
        font-size: 40px
    }
}

@media screen and (max-width:450px) {
    .dx-bima-hero__h2 {
        font-size: 33px
    }
}

.dx-bima-hero__text-white {
    color: #fff;
}


/* HERO BANNER END */
:root {
    --bima-asset-summary-font-family: TiemposText, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --bima-asset-summary-font-size: 15px;
    --bima-asset-summary-font-weight: 400;
    --bima-asset-summary-font-color: #000;

    --bima-asset-title-font-family: 'Calibre';
    --bima-asset-title-font-size: 24px;
    --bima-asset-title-font-weight: 400;
    --bima-asset-title-font-color: #000;

    --bima-asset-date-font-family: TiemposText, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --bima-asset-date-font-size: 15px;
    --bima-asset-date-font-weight: 300;
    --bima-asset-date-font-color: #706F6F;

    --bima-asset-readtime-font-family: TiemposText, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --bima-asset-readtime-font-size: 15px;
    --bima-asset-readtime-font-weight: 300;
    --bima-asset-readtime-font-color: #706F6F;

    --smart-search-pill-active-color: #e1261c;
    --smart-search-pill-active-font-color: #fff;
    
    --smart-search-pill-color: #fff;
    --smart-search-pill-font-color: #333;
    --smart-search-pill-hover-color: #ccc;
    --smart-search-pill-hover-font-color: #333;
    --smart-search-pill-active-color: #e1261c;
    --smart-search-pill-active-font-color: #fff;
    --smart-search-pill-plus-color: #c4c4c4;
}

/* End global.css */

