.body-wrapper { background-color: var(--white); }
.body-wrapper.dark { background-color: var(--black); }
.body-wrapper.page-inner { background-color: #EEEF0F6; }

.img-reveal-anim { visibility: hidden; overflow: hidden; }
.img-reveal-anim img { object-fit: cover; transform-origin: left; }
.anim-reveal { overflow: hidden; }
.anim-reveal-line { overflow: hidden; }

.color-white { color: var(--white); }
.color-black { color: var(--black); }
.color-primary { color: var(--primary); }
.color-secondary { color: var(--secondary); }

.theme-bg-white { background-color: var(--white); }
.theme-bg-black { background-color: var(--black); }
.dark .theme-bg-black { background-color: #171717; }
.theme-bg-primary { background-color: var(--primary); }
.theme-bg-secondary { background-color: var(--secondary); }
.theme-bg-transparent { background-color: transparent; }
.theme-bg-theme { background-color: var(--theme); }

.zi-1 { z-index: 1; }
.zi-2 { z-index: 2; }
.zi-0 { z-index: 0; }
.zi--1 { z-index: -1; }

.text-underline { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; text-decoration-skip-ink: none; }
.header__area-6 { position: unset; }
.vertically-center { height: 100%; display: flex; flex-direction: column; justify-content: center; }
.text-indent-40 { text-indent: 40px; }
.text-indent-50 { text-indent: 50px; }

header { margin-bottom: -1px; z-index: 100; }
section { margin-bottom: -1px; }
.mb--1 { margin-bottom: -1px; }
.dir-rtl { direction: rtl; }
.show-light { display: inline-block; }
.dark .show-light { display: none; }
.show-dark { display: none; }
.dark .show-dark { display: inline-block; }
.line-divider-sm { height: 0.5px; background-color: var(--black-9); }
.admin-bar header, .admin-bar .body-wrapper { margin-top: 32px; }
.swiper, .swiper-container { direction: ltr; }
.border-e-0 { border-inline-end: 0 !important; }
.border-s-0 { border-inline-start: 0 !important; }