@font-face {
    font-family: "OtoiwoGrotesk";
    src: local("OtoiwoGrotesk"), local("OtoiwoGrotesk"),
        url("/wp-content/themes/chia/fonts/OtoiwoGroteskCompressed-Black.woff2") format("woff2"),
        url("/wp-content/themes/chia/fonts/OtoiwoGroteskCompressed-Black.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "OtoiwoGrotesk";
    src: local("OtoiwoGrotesk"), local("OtoiwoGrotesk"),
        url("/wp-content/themes/chia/fonts/OtoiwoGroteskCondensed-SemBd.woff2") format("woff2"),
        url("/wp-content/themes/chia/fonts/OtoiwoGroteskCondensed-SemBd.woff") format("woff");
    font-weight: 500;
    font-style: normal
}


html,
body {
    height: 100%;
}

html {
    height: 100%;
    scroll-behavior: smooth;
    font-size: calc(100vw / 1710 * 10);
}

html * {
    box-sizing: border-box !important;
}

@media (max-width: 1200px) {
    html {
        font-size: calc(100vw / 992 * 9);
    }
}

@media (max-width: 992px) {
    html {
        font-size: calc(100vw / 768 * 10);
    }
}

@media (max-width: 768px) {
    html {
        font-size: calc(100vw / 576 * 10);
    }
}

@media (max-width: 576px) {
    html {
        font-size: calc(100vw / 390 * 10);
    }
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
textarea {
    outline: none;
    font-size: 1.6rem !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 1.6rem !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 1.6rem !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 1.6rem !important;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 1.6rem !important;
}

input::placeholder,
textarea::placeholder {
    font-size: 1.6rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
}

p {
    margin: 0 0 1.5rem 0;
}

p:last-child {
    margin: 0;
}

:root {
    --yellow: #FFDD00;
}

body {
    color: rgba(0, 0, 0, 1);
    font-family: "OtoiwoGrotesk";
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 120%;
    background-color: #F4F2EC;
    min-width: 32rem;
    overflow-x: hidden;
}

.container {
    max-width: 135rem;
    width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto;
}


.post,
.page {
    margin: 0;
}



h1 {
    font-family: "OtoiwoGrotesk";
    font-size: 14rem;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 3rem;
	background-image: url(/wp-content/uploads/2025/08/x-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

h2 {
    margin: 0 0 4.5rem 0;
    font-size: 5rem;
    line-height: 1;
    text-transform: uppercase;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 0;
}

.header__left {
    max-width: 48.5rem;
    width: 100%;
    height: 4.6rem;
    margin: 0 2rem 0 0;
}

.lang{
	transform: translatex(-8rem);
}

.header__right {
    max-width: 34.5rem;
    width: 100%;
    height: 4rem;
}

.header__right img,
.header__left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wpml-ls-current-language a {
	font-weight: 600;
}


.blk1 {
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 6rem 0 66rem;
}

.blk1 h1 {
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4;
}

.blk1 .subtitle {
    font-size: 2.2rem;
    font-weight: 500;
    max-width: 43.2rem;
    text-align: center;
    margin: 0 auto;
}

.blk2 {
    padding: 6rem 0;
}



.blk2 {
    font-weight: 400;
}

.blk2-box,
.blk5-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6rem;
}

.blk2-box .left,
.blk2-box .right,
.blk5-box .left,
.blk5-box .right {
    width: 50%;
}

.swiper {
    padding: 0 0 4rem 0;
}

.swiper-slide {
    height: 40rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    border: .1rem solid rgba(0, 0, 0, 1);
    background-color: transparent;
    opacity: 1;
    transition: linear .2s;
}

.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 1);
}

.blk3 {
    padding: 5rem 0;
}

.blk3-inner {
    max-width: 89rem;
    width: 100%;
    margin: 0 auto;
}

.blk4 {
    padding: 12rem 0;
}

.blk4-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -6rem;
}

.blk4-item {
    position: relative;
    width: calc(25% - 6rem);
    margin: 0 0 10rem 6rem;
}

.blk4-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80% !important;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    transition: linear .2s;
}

.blk4-item:hover .blk4-img,
.blk4-item.play .blk4-img {
    background-color: var(--yellow);
}

.blk4-item.play .blk4-img {
    transform: scale(1.1);
}

.blk4-item.play .blk4-play::after {
    background-image: url(/wp-content/uploads/2025/08/pause.svg);
}

.blk4-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.blk4-play {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10rem!important;
	height: 10rem !important;
    border-radius: 50%;
    /* overflow: hidden; */
    cursor: pointer;
}

.blk4-play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url(/wp-content/uploads/2025/08/play.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blk4-play audio {
    display: none;
}

.blk5 {
    padding: 6rem 0;
}

.blk6 {
    padding: 6rem 0 15rem;
    background-color: var(--yellow);
}

.blk6-box {
    overflow: hidden;
}

.blk6-text {
    margin: 0 0 6rem 0;
}

.blk6-box {
    margin: 0 0 9rem 0;
}

.blk6-text2 {
    font-size: 4.6rem;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 3rem 0;
}

.blk6-subtext {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 600;
}


.marquee {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.marquee__inner {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    animation: marquee 20s linear infinite;
}

.run-line {
    flex: 0 0 auto;
    padding: 0 2rem;
}

.run-line img {
    height: 20rem;
    display: block;
    object-fit: contain;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


.footer {
    background-color: var(--yellow);
}

.footer__inner {
    padding: 4rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__left {
    max-width: 48.5rem;
    width: 100%;
    height: 4.6rem;
    margin: 0 2rem 0 0;
}

.footer__right {
    max-width: 34.5rem;
    width: 100%;
    height: 4rem;
}

.footer__right img,
.footer__left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



@media (max-width: 1200px) {
	.header__inner{
		flex-wrap: wrap;
	}
    .blk4-img {
        width: 45rem;
    }
	header .lang{
		order: -1;
		width: 100%;
		transform: translatex(0);
	}
	.wpml-ls-legacy-list-horizontal>ul{
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 992px) {
	.header__left{
		width: 50% !important;
	}
	.header__right{
		width: 40% !important;
	}
	.blk4-item {
		width: calc(50% - 6rem);
	}
    h1 {
        font-size: 10rem;
    }

    .blk1 {
        padding: 6rem 0 32rem;
    }

    .blk2-box,
    .blk5-box {
        flex-direction: column;
    }

    .blk2-box .left,
    .blk2-box .right,
    .blk5-box .left,
    .blk5-box .right {
        width: 100%;
    }

    h2 {
        margin: 0 0 1.5rem 0;
    }

    .blk3 {
        padding: 3rem 0;
    }

    .blk4-img {
        width: 30rem;
    }

    .blk4-play {
        width: 12rem;
        height: 12rem;
    }

    .blk4-item {
        margin: 0 0 5rem 6rem;
    }

    .blk4 {
        padding: 8rem 0 4rem;
    }

    .blk5 {
        padding: 2rem 0 6rem;
    }

    .blk6-text2 {
        font-size: 2.6rem;
    }

    .blk6 {
        padding: 6rem 0 8rem;
    }

}

@media (max-width: 768px) {
    h1 {
        font-size: 8rem;
    }

    .blk1 {
        padding: 6rem 0 27rem;
    }

    .blk4-img {
        width: 80%;
    }

    .blk4-play {
        width: 9rem;
        height: 9rem;
    }
	
	.blk4-inner {
		margin: 0 0 0 -3rem;
	}

	.blk4-item {
		width: calc(50% - 3rem) !important;
		margin: 0 0 5rem 3rem !important;
	}

    .blk4-play {
        width: 7rem !important;
        height: 7rem !important;
    }
	h1 {
		background-size: 20px;
	}




}

@media (max-width: 576px) {
    body {
        font-size: 1.8rem;
    }

    .header__inner {
        padding: 1.5rem 0;
    }

    h1 {
        font-size: 5rem;
    }

    .blk1 {
        padding: 2rem 0 17rem;
    }

    h2 {
        font-size: 44px;
    }

    .swiper-slide {
        height: 30rem;
    }

    .blk2 {
        padding: 6rem 0 2rem;
    }


    .blk4 {
        padding: 3rem 0 4rem;
    }

    .blk6 {
        padding: 6rem 0 4rem;
    }

    .footer__inner {
        padding: 4rem 0 2rem;
    }

    .blk6-box,
    .blk6-text {
        margin: 0 0 4rem 0;
    }

    .blk6-text2 {
        font-size: 2.2rem;
    }


}