.elementor-6178 .elementor-element.elementor-element-b5f3f9c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), meg2;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6178 .elementor-element.elementor-element-a8e7b0d > .elementor-widget-container{margin:0px 0px -10px 0px;}.elementor-6178 .elementor-element.elementor-element-a8e7b0d{text-align:center;}.elementor-6178 .elementor-element.elementor-element-a8e7b0d .elementor-heading-title{font-family:var( --e-global-typography-2bbdb81-font-family ), meg2;font-size:var( --e-global-typography-2bbdb81-font-size );font-weight:var( --e-global-typography-2bbdb81-font-weight );line-height:var( --e-global-typography-2bbdb81-line-height );color:#000000;}.elementor-6178 .elementor-element.elementor-element-1ca5961{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6178 .elementor-element.elementor-element-0ffbd45{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-6178 .elementor-element.elementor-element-a8e7b0d .elementor-heading-title{font-size:var( --e-global-typography-2bbdb81-font-size );line-height:var( --e-global-typography-2bbdb81-line-height );}}@media(max-width:767px){.elementor-6178 .elementor-element.elementor-element-a8e7b0d .elementor-heading-title{font-size:var( --e-global-typography-2bbdb81-font-size );line-height:var( --e-global-typography-2bbdb81-line-height );}}/* Start custom CSS */.officePressBlock {
    position: relative;
    margin-bottom: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.seriesCol {
    position: relative;
    margin: 0px auto;
    width: 80%;
}
@media (max-width: 767px) {
    .seriesCol {
        width: 96%;
    }
}
@media (max-width: 767px) {
    .search-filter-reset {
        width: 100%;
        display:block;
    }
}
.seriesCol:last-child .officePressBlock {
    border-bottom: 0px solid #dedede;
}

.officePressBlock .group {
    position: relative;
    margin-bottom: -4px;
    display: flex;
    padding: 0px 0px;
    justify-content: space-between;
    align-items: center;
    font-family: var(--e-global-typography-2bbdb81-font-family), Sans-serif;
}


.officePressBlock h3 {
    position: relative;
    width: 60%;
    font-size:20px;
    margin-bottom: 12px;  
    font-weight: 600;

}
@media (max-width: 767px) {
    .officePressBlock h3 {
        width:100%;
    }
}

.officePressBlock .group .downloadBtn {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    color: #000;
}
@media (max-width: 767px) {
    .officePressBlock .group {
        display:block;
    }
}
.officePressBlock .titlesPO {
    position: relative;
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    margin-right: 15px;
    gap: 10px;
}
@media (max-width: 767px) {
    .officePressBlock .titlesPO {
        display: block;
        flex-wrap:wrap;
    }
}
@media (max-width: 767px) {
    .officePressBlock .titlesPO .spacerPO {
        display:none;
    }
}
@media (max-width: 767px) {
    .officePressBlock .titlesPO span {
       width:100%;
       display:block;
    }
}

.officePressBlock .titlesPO span {
    color: #5a5a5a;
    font-style: italic;
    font-size:13px;
    letter-spacing: 0.05em;
}
.officePressBlock .group button,
.officePressBlock .group a {
    font-weight: 500;
    font-style: italic;
}
@media (max-width: 767px) {
    .officePressBlock .group a {
        width:100%;
        display:block;
        
    }
}

.pressOfficePopUp {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    visibility: hidden;
    z-index: -1;
    background-color: #0000009e;
    top: 0px;
    left: 0px;
}


.pressOfficePopUp.active {
    opacity: 1;
    display: block;
    visibility: visible;
    z-index: 110;
}

.pressOfficePopUp .popUpInner {
    max-width: 900px;
    margin: 0px auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
    opacity: 0px;
    transition-delay: 0.2s;
    transition: all 0.7s;
}


.pressOfficePopUp.active .popUpInner {
    margin: 90px auto;
    opacity: 1;
}

.PoUpbody {
    position: relative;
    padding: 20px;
    font-family: var(--e-global-typography-2bbdb81-font-family), Sans-serif;    
}

.blockOffice {
    display: none;
}

.blockOffice.active {
    display: block;
}

.blockOffice .row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.blockOffice .row .boxOfficeImg {
    width: 23%;
    height: 160px;
    margin-bottom: 0px;
    border: 1px solid #000;
    padding-bottom: 31px; 
    overflow: hidden;
    border-radius: 8px;    
}

.blockOffice .row .boxOfficeImg figure {
width: 100%;
    height: 100%;
}

.blockOffice .row .boxOfficeImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blockOffice h3 {
    text-align: center;
    font-size: 22px;
}

.blockOffice h4 {
    text-align: center;
    font-size: 15px;
}

.blockOffice a {
    color: #000;
    font-size: 13px;
    text-align: center;
    display: block;
    padding-top: 5px;
    text-transform: lowercase;
}

.blockOffice a:hover {
    text-decoration: underline;
    color: #000;
}

#modalPressOffice .popCloseBtn {
    width: 25px;
    height: 25px;
    background-color: #CDD556;
    color: #fff;
    position: absolute;
    right: -19px;
    top: -16px;
    display: flex;
    padding: 0px 2px 1px;
    border: 0px;
    z-index: 10;
    font-weight: 600;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

#modalPressOffice .popCloseBtn:hover {
    background-color: #afb82f;

}

#formSearch {
    position: relative;
}

#formSearch ul {
position: relative;
    /* width: 80%; */
    padding: 0px;
    margin: 50px auto 0px;
    display: flex;
    gap: 5px;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    
}
@media (max-width: 767px) {
    #formSearch ul {
        flex-wrap: wrap;
    }
}

#formSearch ul li {
    position: relative;
    padding: 0px 5px;
}
@media (max-width: 767px) {
    #formSearch ul li {
        width:100%;
    }
}

#formSearch ul li select.sf-input-select {
    min-width: 130px;
        font-family: var(--e-global-typography-2bbdb81-font-family), Sans-serif;
        padding: 5px 15px;
        font-size: 15px;
}
@media (max-width: 767px) {
    #formSearch ul li select.sf-input-select {
        min-width: 100%;
        width:100%;
    }
    #formSearch ul li label {
        width:100%;
    }
}

#formSearch .search-filter-reset {
    background-color: #2c8880;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 3px 20px 4px;
    border-radius: 4px;
}/* End custom CSS */