:root {
    --green-gradient: linear-gradient(180deg, rgba(8, 195, 100, 0) 0%, var(--green) 100%);
    --deep-green-gradient: linear-gradient(180deg, rgba(62, 199, 79, 0) 0%, var(--deep-green) 100%);
    --deep-orange-gradient: linear-gradient(180deg, rgba(242, 215, 174, 0) 0%, var(--deep-orange) 100%);
    --deep-pink-gradient: linear-gradient(180deg, rgba(239, 38, 214, 0) 0%, var(--deep-pink) 100%);
    --deep-purple-gradient: linear-gradient(180deg, rgba(158, 8, 195, 0) 0%, var(--deep-purple) 100%);
}

.slick-slide .img-mobile {
    display: none;
}

.section-info-items {
    padding-bottom: 30px;
}

.section-info-items .counters {
    margin-bottom: 0;
}

.card._deep-purple {
    border-color: var(--deep-purple);
}

.card._deep-purple:after {
    border-bottom-color: var(--deep-purple);
}

.card._deep-purple .card_overlay-info {
    background-color: var(--deep-purple);
}

.promo-v2_item._deep-purple,
.promo_item._deep-purple .promo_item-thumb:after,
.promo_item._deep-purple .promo_item-type,
.promo_item._deep-purple .promo_item-type:after {
    background-color: var(--deep-purple);
}

.promo-v3_item._deep-purple .promo-v3_item-info {
    background-color: var(--deep-purple);
}

.promo_item._deep-purple .promo_item-thumb:before {
    background-image: var(--deep-purple-gradient);
}

.promo._four-cols .promo_item-thumb.wo {
    flex-basis: 0px;
}

.promo._four-cols .promo_item-thumb.wo:before {
    display: none;
}

.js-load-gallery.loading,
.gallery-grid.loading,
.ghc-newsletter-form.loading {
    animation: loader 1.2s infinite linear;
    pointer-events: none;
}

.js-load-gallery.am-not-visible {
    pointer-events: none;
    visibility: hidden;
}

.blog-grid-title {
    height: 4em;
    overflow: hidden;
}

.blog-grid-exceprt {
    height: 6em;
    overflow: hidden;
}

blockquote p {
    quotes: "“" "”" "‘" "’";
}

blockquote p::before {
    content: open-quote;
}

blockquote p::after {
    content: close-quote;
}

#sb_instagram {
    padding: 0 !important;
}

#sb_instagram #sbi_images {
    padding: 0 !important;
}

#sb_instagram #sbi_images .sbi_item {
    padding: 0 4px 8px !important;
}

.pagination .al a, .pagination .ar a {
    padding-left: 0;
    padding-right: 0;
}

.wpcf7-acceptance span.wpcf7-list-item {
    margin-left: 0;
}

.ghc-contact-form .wpcf7-response-output {
    padding: 0.5em 10px;
    margin: 0 10px;
}

.gallery-grid.gallery-grid-logos .gallery-grid_item .img-holder img {
    width: auto;
    height: auto;
}

.gallery-grid.gallery-grid-logos .gallery-grid_item .img-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ghc-newsletter-form .input.error {
    border-color: red;
}

.ghc-newsletter-form-wrap.success {
    display: none;
}

.ghc-contact-form .iw.iw-none {
    display: none;
}

.iw-buttons .wpcf7-list-item {
    display: none;
}

.iw-buttons .wpcf7-list-item.button-visible {
    display: block;
    margin: 0;
}

.section._bg-white {
    background-color: #fff;
}

.accordion.alternate-style > br {
    display: none;
}

.accordion.alternate-style p:empty {
    display: none;
}

.ghc-newsletter-form-wrap + .ghc-newsletter-form-wrap h3 {
    margin: 0;
}
html[dir="rtl"] .card:after{
    text-indent: 0;
}
@keyframes loader {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 1500px) {
    .h-logo {
        margin-left: 150px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .h-logo {
        margin-left: calc((100vw - 1200px) / 2);
    }
}

@media (max-width: 991px) {
    .ghc-newsletter-form-holder div.wpcf7 .ajax-loader {
        top: calc(100% + 0.5em);
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .section-info-items {
        padding-bottom: 39px;
    }

    .section-info-items .counters {
        margin-bottom: 0;
    }

    .ghc-contact-form .wpcf7-response-output {
        margin: 0 0;
    }
}

@media (max-width: 666px) {
    .slick-slide .img-mobile {
        display: block;
    }

    .slick-slide .img-desktop {
        display: none;
    }

    #sb_instagram #sbi_images .sbi_item:nth-child(4) {
        display: none;
    }

    #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
        width: 33.3333%;
    }

    .pagination {
        padding-top: 30px;
    }
}

@media (max-width: 479px) {
    #sb_instagram #sbi_images .sbi_item:nth-child(3) {
        display: none;
    }

    #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
        width: 50%;
    }
}

@media (max-width: 374px) {
    .section-info-items {
        padding-bottom: 30px;
    }

    .section-info-items .counters {
        margin-bottom: 0;
    }

    #sb_instagram #sbi_images .sbi_item:nth-child(2) {
        display: none;
    }

    #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
        width: 100%;
    }
}
#menu-language-menu,#menu-language-menu-1{
    display: flex;    
}
#menu-language-menu li,#menu-language-menu-1 li{
    padding: 0 10px;
}

ol,ul{
    padding-inline-start: 0;
}

body.single-post-speaker main ol:not([class]) li, 
body.single-post-speaker ul:not([class]) li{
    
    padding-left: 20px;
    position: relative;
    
}
body.single-post-speaker main ol:not([class]) li:before{
    content: counter(list) ".";
    counter-increment: list;
    font-size: 1em;
    color: #4891c6;
    position: absolute;
    top: 0;
    left: 0;
}
body.single-post-speaker ul:not([class]) li:before{
    content: "•";
    font-size: 1em;
    line-height: inherit;
    color: #4891c6;
    position: absolute;
    top: 0;
    left: 0;
}
#menu-language-menu{
    display: flex;    
    flex-direction: row;
}
#menu-language-menu li{
    padding: 0 10px;
}
.nav-drop #menu-language-menu{
    flex-wrap: wrap;
    padding: 10px 0;
}
.nav-drop #menu-language-menu li{
    padding: 10px 15px;
    width: 33%;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle,
.wpml-ls-statics-shortcode_actions a {
    padding: 0!important;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: start ;
    height: 30px;

}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover,
.wpml-ls-statics-shortcode_actions a:hover,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover,
.wpml-ls-statics-shortcode_actions:hover a,
.wpml-ls-statics-shortcode_actions a.wpml-ls-item-toggle:hover,
.wpml-ls-statics-shortcode_actions a.wpml-ls-item-toggle:active,
.wpml-ls-statics-shortcode_actions a.wpml-ls-item-toggle:visited,
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language,
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a,
.social._vertical.social-bar .wpml-ls-statics-shortcode_actions,
.social._vertical.social-bar .wpml-ls-legacy-dropdown a:hover{
    background-color: transparent!important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
    display: none;
}

li.wpml-ls-slot-shortcode_actions:hover .wpml-ls-native,
li.wpml-ls-slot-shortcode_actions:hover .wpml-ls-link {
   visibility: visible;
   opacity: 1;
}
.social._vertical.social-bar{
    width: auto;
}

li.wpml-ls-slot-shortcode_actions .wpml-ls-link,
li.wpml-ls-slot-shortcode_actions .wpml-ls-native {
    transition: opacity  0.4s linear;
    visibility: hidden;
    opacity: 0;
}
.wpml-ls-legacy-dropdown span.icl_lang_sel_native,
.wpml-ls-legacy-dropdown span.icl_lang_sel_translated {
    margin-left: .4em;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    top: calc( 100% - 1px );
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language{
    margin-left: 2px;
}

.social._vertical.social-bar .wpml-ls-statics-shortcode_actions a span{
    color: rgba(255, 255, 255, 0.65);
font-family: "Meta Pro", sans-serif;
font-size: 14px;
}
.social._vertical.social-bar .wpml-ls-statics-shortcode_actions li{
    padding: 4px;
    background-color: transparent;
}

.social._vertical.social-bar .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu{
    border: none;
}

.inner-intro._esm .inner-intro_container{
    margin-bottom: 20px;
}
.inner-intro._esm .page-ttl.headline_ttl{
    font-size: 56px;
}
.inner-intro._esm{
    padding: 120px 0 0!important;
} 
.home-intro.esm{
    min-height: auto;
}
@media (max-width: 991px){
    .home-intro.esm {
        min-height: auto;
    }
}
tr.bb{
    border-bottom: 1px solid #979797;
}
tr.bb td{
    margin: auto;
    text-align: center;
}
tr.bb td img{
    max-width: 300px;
    max-height:150px;
}
.home-intro.turn-off-bottom-gradient:after,
.inner-intro.turn-off-bottom-gradient:after,
.inner-intro.turn-off-top-gradient:before{
    display:none;   
}
.header_gradient0{background-image: linear-gradient(134deg,#a9248c 0,#e24234 50%,#e24234 55%,#a9248c 100%);}
.header_gradient0:hover{background-image: linear-gradient(134deg,#e24234 0,#a9248c 50%,#a9248c 55%,#e24234 100%);}

.header_gradient1{background-image: linear-gradient(117deg, #a9248c 0%, #a9248c 3.06368%, #5c2e91 84.6915%, #5c2e91 100%);}
.header_gradient1:hover{background-image: linear-gradient(117deg, #5c2e91 0%, #5c2e91 3.06368%, #a9248c 84.6915%, #a9248c 100%);}

.header_gradient2{background-image: linear-gradient(117deg, #52b9e9 0%, #52b9e9 21.703500000000002%, #153d67 98.0923%, #153d67 100%);}
.header_gradient2:hover{background-image: linear-gradient(117deg, #153d67 0%, #153d67 21.703500000000002%, #52b9e9 98.0923%, #52b9e9 100%);}

.header_gradient3{background-image: linear-gradient(117deg, #5c2e91 0%, #5c2e91 34.67080000000001%, #52b9e9 98.2164%, #52b9e9 100%);}
.header_gradient3:hover{background-image: linear-gradient(117deg, #52b9e9 0%, #52b9e9 34.67080000000001%, #5c2e91 98.2164%, #5c2e91 100%);}

.header_gradient4{background-image: linear-gradient(117deg, #9b288f 0%, #9b288f 21.703500000000002%, #f1a147 98.0923%, #f1a147 100%);}
.header_gradient4:hover{background-image: linear-gradient(117deg, #f1a147 0%, #f1a147 21.703500000000002%, #9b288f 98.0923%, #9b288f 100%);}
.banner{z-index:100;}
.inner-intro_o-block.without-text{
    padding: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: none;
    z-index: 3;
}
.inner-intro_o-block.without-text:after{
    display: none;
}
.inner-intro_o-block.without-text .decor._3{
    top: initial;
    bottom: -4%;
}
.inner-intro_o-block.without-text .decor._4{
    top: initial;
    bottom: -30%;
}
.inner-intro_o-block.without-text .decor._6{
    top: initial;
    bottom: -14%;
}
.inner-intro_o-block.without-text .decor._7{
    top: initial;
    bottom: -210px;
}
.inner-intro_o-block.without-text .decor._8{
    top: initial;
    bottom: -30%;
}
.home-intro.overflow-visible{
    overflow: visible;
}
@media (max-width: 1499px){
    .inner-intro_o-block.without-text .decor._3{
        top: initial;
        bottom: -4%;
    }
    .inner-intro_o-block.without-text .decor._4{
        top: initial;
        bottom: -30%;
    }
    .inner-intro_o-block.without-text .decor._6{
        top: initial;
        bottom: -10%;
    }
}
@media (max-width: 1199px){
    .inner-intro_o-block.without-text .decor._3{
        top: initial;
        bottom: -4%;
    }
    .inner-intro_o-block.without-text .decor._4{
        top: initial;
        bottom: -18%;
    }
    .inner-intro_o-block.without-text .decor._7{
        top: initial;
        bottom: -169px;
    }
    .inner-intro_o-block.without-text .decor._8{
        top: initial;
        bottom: -26%;
    }
}