.contentTypeVideoItem {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.videoOverlay{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.mediaContentPosition.p_inside {
    z-index: 1;
}
.responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after {
    background: #f5333f !important;
}
.responsive-menu-pro-inner {
    background: #c2c4c6 !important;
}
#responsive-menu-pro-wrapper {
    background: initial !important;
    padding-top: 65px !important;
}
.responsive-menu-pro-item-link {
    background: initial !important;
    border: initial !important;
    text-transform: uppercase !important;
}
#responsive-menu-pro-container #responsive-menu-pro-title{
    background-color: initial !important;
    background: initial !important;
    margin-bottom: 5px;
}
*{
    outline: initial !important;
}
li.responsive-menu-pro-item.responsive-menu-pro-current-item > .responsive-menu-pro-item-link, li.responsive-menu-pro-item:Hover > .responsive-menu-pro-item-link {
    color: #f5333f !important;
}
.DoubleSSection{
    width: 100%;
}
.DoubleSSection img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.DoubleSSectionSingleMain{
    position: relative;
}
.mediaContentPosition.p_inside {
    position: absolute;
    margin: auto;
}
.DoubleSSectionSingleMain {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.mediaContentPosition.p_after {
    margin: auto;
    margin-left: 0;
    margin-top: 0;
}

.contentTypeImageCover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.container.sct_double {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.container.sct_double {
    display: grid;
    align-items: stretch;
    flex-direction: row;
    grid-gap: 1%;
    grid-template-columns: 1fr 1fr;
}
.contentTypeContent {
    width: 100%;
    height: 100%;
}
.container.sct_double .contentTypeContent{
    display: flex;
    flex-direction: column;
}
.container.sct_double .contentTypeContent *{
    width: 100%;
}
.contentTypeButton {
    position: fixed;
    bottom: 0;
    padding: 10px 30px 10px 30px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 600;
    line-height: 150%;
    font-size: 20px;
    color: #000000;
    border-right: none;
    border-left: none;
    top: 50%;
    height: 70px;
    display: flex;
    margin-top: -35px;
    justify-content: center;
    align-items: center;
}
.DoubleSSection {
    position: relative;
    overflow: hidden;
}
.contentTypeButton::before {
    content: "";
    width: 70px;
    height: 70px;
    background-color: #E53D27;
    background-image: url(/wp-content/uploads/2021/10/carbon_add-filled.png);
    display: block;
    position: absolute;
    top: -1px;
    left: -70px;
    background-size: 35px;
    background-position: center;
    background-repeat: no-repeat;
}
.contentTypeButton {
    right: -153px;
    transition: right .5s;
}
.contentTypeButton:Hover{
    right: 0;
}
.DoubleSSection{
    overflow-x: hidden;
}
.contentTypeInfoLines {
    margin: auto;
    margin-right: 0;
    width: 100%;
}
.contentTypeInfoLinesLineLabel {
    font-weight: 600;
    font-size: 20px;
    line-height: 70px;
    color: #989898;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.contentTypeInfoLinesLineValue {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 70px;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.container.sct_double .contentTypeContent p, .container.sct_double .contentTypeContent ul, .container.sct_double .contentTypeContent ol, .container.sct_double .contentTypeContent span{
    font-size: 20px;
}
.acf-map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.doublesSectionMap{
    width: 100%;
    height: 100%;
}
.contentTypeContent a, .contentTypeContent a *{
    transition: color .5s;
}
.contentTypeContent a:Hover, .contentTypeContent a:Hover *{
    color:rgba(0, 0, 0, 0.5) !important;
}
*{
    box-sizing: border-box;
}
body:not(.wp-admin) .DoubleSSection:not(.view){
    opacity: 0;
}
body{
    overflow-x: hidden;
}
div[onclick^="window"]{
    cursor: pointer !important;
}