/*************** CSS for Desktop ***************/
@keyframes pulse_old {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
@-webkit-keyframes pulse {
    0% {
		/* transform: scale(0.95); */
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2);
    }

    50% {
        /* transform: scale(1); */
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    100% {
		/* transform: scale(0.95); */
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2);
    }
}
.pulse {
	transform: scale(1);
	animation: pulse .5s linear infinite;
}
/* html, body, #main, #wrapper, .j-section {
    height: 100%;
} */
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2, .button, button, fieldset, input, select, textarea, p, .col-inner ol li, .col-inner ul li, .entry-content ol li, .entry-content ul li, .entry-summary ol li, .entry-summary ul li {
	margin: 0;
}
ol li, ul li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	width: auto;
}
h1, h2, h3 {
    font-size: 1.8em;
}
h4 {
    font-size: 1.4em;
}
.slider-style-shadow {
    padding: 0;
}
.slider-style-shadow .flickity-slider>:before {
	display: none;
}
.slider .img .img-inner {
	padding-right: 5%;
}
html, body {
    background-color: #0A0A0A !important;
    text-align: justify;
    scroll-behavior: smooth;
}
.privacy-type__icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.privacy-type__heading {
    margin-top: 9px;
}
.privacy-type__items {
    margin-top: 11px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    text-align: left;
}
.privacy-type__items--single-item {
    grid-template-columns: 1fr;
    text-align: center;
}
.privacy-type__grid {
    display: inline-grid;
    grid-gap: 10px;
    grid-template-columns: auto 1fr;
    grid-template-areas: "icon content";
    align-items: center;
}
.privacy-type__glyph--identifiers,
.privacy-type__glyph {
    height: 21px;
    width: auto;
}
.privacy-type__data-category-heading {
    font-size: 13px;
    line-height: 1.38462;
}

#main, #wrapper {
    background-color: transparent !important;
}
/* body, #main, #wrapper {
    overflow: hidden;
} */
.section {
    margin: 0 auto;
    max-width: 30%;
}
.j-section {
    position: relative;
    min-height: 100dvh !important;
    align-items: flex-end;
}
.j-section .section-content {
    height: 100%;
    display: flex;
}
.j-blur {
    -webkit-mask-image: linear-gradient(190deg, transparent, #fff 0%, #fff 45%, transparent);
}
.j-scroll {
    position: absolute;
    bottom: 0;
}
body {
    background-repeat: no-repeat;
    background-position: center bottom 20%;
    background-size: cover;
    background-attachment: fixed;
}
#main, #wrapper {
    background-color: transparent;
}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child), blockquote, dl, figure, form, ol, pre, ul {
    margin-bottom: 0;
}
label {
    font-weight: normal;
}
.j-slider .img {
    padding: 0 2.5% !important;
}
.j-img {
    padding: 0 0.6% !important;
}
.j-img .img-inner {
    margin-bottom: 2%;
    margin-left: -13.5%;
    z-index: 99;
}
/*.slider-wrapper {
    -webkit-mask-image: linear-gradient(to bottom, transparent, #fff 0, #fff 60%, transparent);
}/**/
.j-as {
    margin: -1% auto;
}
.j-as .section-bg > img {
    -webkit-mask-image: linear-gradient(to bottom, transparent, #fff 20%, #fff 90%, transparent);
}
/*************** CSS for landscape Desktop ***************/
@media (max-width: 1750px) {
}
@media (max-width: 1500px) {
}
@media (max-height: 660px) and (orientation: landscape) {

}
/*************** CSS for Tablet ***************/
@media (max-width: 1023px) and (orientation: landscape) {
    .section {
        max-width: 30%;
        font-size: 0.5em;
    }
}
@media (min-width: 750px) and (orientation: portrait) {
    .section {
        max-width: 100%;
    }
    .hide-for-small, [data-show=hide-for-small], .hide-for-medium, [data-show=hide-for-medium] {
        display: none !important;
    }
    .show-for-small, [data-show=show-for-small] {
        display: block !important;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    .section {
        max-width: 100%;
    }
    body {
        background-position: center top 30%;
    }
    body::before {
        display: none;
    }
    .j-section {
        max-width: 100%;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 390px) {

}