:root {
    --rem-base: 16px;
    --font-size-base: 18px;
    --line-height-base: 1.45;
    --vertical-rhythm: calc(var(--line-height-base) * 1em);
    --base-text-color: black;
    --base-link-color: #836CE5;
    --link-hover: #8F95EC;
    --color-brand: #8F95EC;
    --secondary-color: #FFE05A;
    --h1-h6-color: var(--base-text-color);
    --animation-duration: .3s;
    --animation-timing-function: ease;
    --input-x: 20px;
    --gutter: 15px;
    --h1: 3.75rem;
    --h2: 1.75rem;
    --h3: 1.375rem;
    --h4: 24px;
    --h5: 17px;
    --h6: 16px;
    --btn-y: 12px;
    --btn-x: 20px;
    --btn-b: 1px;
    --btn-r: 0;
    --btn-fz: 15px;
}

@media (min-width:812px) and (max-height:414px) and (orientation:landscape) {
	:root {
		--gutter:50px;
	}
}

@media (max-width:768px) {
	:root {
		--h1:40px;
		--h2:24px;
		--h3:20px;
		--h4:18px;
		--h5:17px;
		--h6:16px;
	}
}

header {
    transition: all 0.3 ease;
}

h2 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
}


.default-page h1 {
    color: black;
}

.richeditor ul, .richeditor ul li {
    list-style: disc;
    margin-bottom: 0.6em;
}
.richeditor ol, .richeditor ol li {
    list-style: decimal;
    margin-bottom: 0.6em;
}
.richeditor ul, .richeditor ol {
    padding-left: 20px;
}
table {
    width: 100%;
}
table td {
    border-bottom-width: 2px;
    border-color: rgba(248,172,35,rgb(248, 172, 35));
    padding: 5px 10px;
}
.py-8 table {
    margin-top: -30px;
}

.anchor {
    position: absolute;
    margin-top: -66px;
}
.btn-top .icon-arrow-right{
	width: 40px;
	height: 40px;
	background-color: var(--color-brand);
	margin-right: 10px;
}
.btn-top .icon-arrow-right svg{
	fill: white;
	width: 24px;
	height: 24px;
	margin: 8px;
}
.btn-lang {
    transition: all 0.3 ease;
    color: white;
}
.btn-lang:hover, .btn-lang:focus {
    color: var(--secondary-color);!important;
    outline: 0;
}
.default-page:not(.scrolled) .btn-lang {
    color: var(--color-brand);
}
.nav-active.default-page:not(.scrolled) .btn-lang {
    color: white;
}
.no-trans, .no-trans:before, .no-trans:after {
    transition: all 0.3 ease !important;
}

body.scrolled header {
    position: fixed;
    background: white;
}
body.scrolled:not(.nav-active) header .logo-inner {
    /*display: block !important;*/
}
body.scrolled:not(.nav-active) header .logo-white {
    display: none !important;
}
body.scrolled:not(.nav-active) .header.header-home, body.scrolled:not(.nav-active) .header.header-home .right-bar a {
    color: var(--color-brand);
}
body.scrolled:not(.nav-active) .btn-menu.btn-menu-white .nav-opener span, body.scrolled:not(.nav-active) .btn-menu.btn-menu-white .nav-opener:after, body.scrolled:not(.nav-active) .btn-menu.btn-menu-white .nav-opener:before, body.scrolled:not(.nav-active) .nav-active .sub-nav li:before {
    background-color: var(--color-brand);
}
body.scrolled:not(.nav-active) .btn-menu.btn-menu-white {
    color: var(--color-brand);
}
body.scrolled:not(.nav-active) .header.header-home .sub-nav li:before {
    background-color: var(--color-brand);
}
body.scrolled:not(.nav-active) .btn-lang {
    color: var(--color-brand);
}
body.scrolled:not(.nav-active) {

}
