@charset "UTF-8";

 * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
width: 100%;
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
width: 100%;
margin: 0;
padding: 0;
padding-top: 0;
overflow-x: hidden;
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 14px;
line-height: 1.6;
color: #555555;
background-attachment: fixed;
}
body::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: -1;
pointer-events: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus,
div:focus {
outline: none;
}
a {
text-decoration: none;
color: inherit;
transition: all 300ms ease-in-out;
}
a:hover {
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
display: block;
}
button {
border: none;
background: none;
cursor: pointer;
font-family: inherit;
transition: all 300ms ease-in-out;
}
ul,
ol {
list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #666666;
font-weight: 700;
line-height: 1.3;
}
input:invalid {
border-color: #dc3545;
}
form:invalid button[type=submit] {
cursor: not-allowed;
pointer-events: none;
}
@media (min-width: 1400px) and (max-width: 1700px) {
.container {
max-width: 1380px;
}
}
.mt0 {
margin-top: 0px !important;
}
.pt0 {
padding-top: 0px !important;
}
.mb0 {
margin-bottom: 0px !important;
}
.pb0 {
padding-bottom: 0px !important;
}
.ml0 {
margin-left: 0px !important;
}
.pl0 {
padding-left: 0px !important;
}
.mr0 {
margin-right: 0px !important;
}
.pr0 {
padding-right: 0px !important;
}
.mt5 {
margin-top: 5px !important;
}
.pt5 {
padding-top: 5px !important;
}
.mb5 {
margin-bottom: 5px !important;
}
.pb5 {
padding-bottom: 5px !important;
}
.ml5 {
margin-left: 5px !important;
}
.pl5 {
padding-left: 5px !important;
}
.mr5 {
margin-right: 5px !important;
}
.pr5 {
padding-right: 5px !important;
}
.mt10 {
margin-top: 10px !important;
}
.pt10 {
padding-top: 10px !important;
}
.mb10 {
margin-bottom: 10px !important;
}
.pb10 {
padding-bottom: 10px !important;
}
.ml10 {
margin-left: 10px !important;
}
.pl10 {
padding-left: 10px !important;
}
.mr10 {
margin-right: 10px !important;
}
.pr10 {
padding-right: 10px !important;
}
.mt15 {
margin-top: 15px !important;
}
.pt15 {
padding-top: 15px !important;
}
.mb15 {
margin-bottom: 15px !important;
}
.pb15 {
padding-bottom: 15px !important;
}
.ml15 {
margin-left: 15px !important;
}
.pl15 {
padding-left: 15px !important;
}
.mr15 {
margin-right: 15px !important;
}
.pr15 {
padding-right: 15px !important;
}
.mt20 {
margin-top: 20px !important;
}
.pt20 {
padding-top: 20px !important;
}
.mb20 {
margin-bottom: 20px !important;
}
.pb20 {
padding-bottom: 20px !important;
}
.ml20 {
margin-left: 20px !important;
}
.pl20 {
padding-left: 20px !important;
}
.mr20 {
margin-right: 20px !important;
}
.pr20 {
padding-right: 20px !important;
}
.mt25 {
margin-top: 25px !important;
}
.pt25 {
padding-top: 25px !important;
}
.mb25 {
margin-bottom: 25px !important;
}
.pb25 {
padding-bottom: 25px !important;
}
.ml25 {
margin-left: 25px !important;
}
.pl25 {
padding-left: 25px !important;
}
.mr25 {
margin-right: 25px !important;
}
.pr25 {
padding-right: 25px !important;
}
.mt30 {
margin-top: 30px !important;
}
.pt30 {
padding-top: 30px !important;
}
.mb30 {
margin-bottom: 30px !important;
}
.pb30 {
padding-bottom: 30px !important;
}
.ml30 {
margin-left: 30px !important;
}
.pl30 {
padding-left: 30px !important;
}
.mr30 {
margin-right: 30px !important;
}
.pr30 {
padding-right: 30px !important;
}
.mt35 {
margin-top: 35px !important;
}
.pt35 {
padding-top: 35px !important;
}
.mb35 {
margin-bottom: 35px !important;
}
.pb35 {
padding-bottom: 35px !important;
}
.ml35 {
margin-left: 35px !important;
}
.pl35 {
padding-left: 35px !important;
}
.mr35 {
margin-right: 35px !important;
}
.pr35 {
padding-right: 35px !important;
}
.mt40 {
margin-top: 40px !important;
}
.pt40 {
padding-top: 40px !important;
}
.mb40 {
margin-bottom: 40px !important;
}
.pb40 {
padding-bottom: 40px !important;
}
.ml40 {
margin-left: 40px !important;
}
.pl40 {
padding-left: 40px !important;
}
.mr40 {
margin-right: 40px !important;
}
.pr40 {
padding-right: 40px !important;
}
.mt45 {
margin-top: 45px !important;
}
.pt45 {
padding-top: 45px !important;
}
.mb45 {
margin-bottom: 45px !important;
}
.pb45 {
padding-bottom: 45px !important;
}
.ml45 {
margin-left: 45px !important;
}
.pl45 {
padding-left: 45px !important;
}
.mr45 {
margin-right: 45px !important;
}
.pr45 {
padding-right: 45px !important;
}
.mt50 {
margin-top: 50px !important;
}
.pt50 {
padding-top: 50px !important;
}
.mb50 {
margin-bottom: 50px !important;
}
.pb50 {
padding-bottom: 50px !important;
}
.ml50 {
margin-left: 50px !important;
}
.pl50 {
padding-left: 50px !important;
}
.mr50 {
margin-right: 50px !important;
}
.pr50 {
padding-right: 50px !important;
}
.mt55 {
margin-top: 55px !important;
}
.pt55 {
padding-top: 55px !important;
}
.mb55 {
margin-bottom: 55px !important;
}
.pb55 {
padding-bottom: 55px !important;
}
.ml55 {
margin-left: 55px !important;
}
.pl55 {
padding-left: 55px !important;
}
.mr55 {
margin-right: 55px !important;
}
.pr55 {
padding-right: 55px !important;
}
.mt60 {
margin-top: 60px !important;
}
.pt60 {
padding-top: 60px !important;
}
.mb60 {
margin-bottom: 60px !important;
}
.pb60 {
padding-bottom: 60px !important;
}
.ml60 {
margin-left: 60px !important;
}
.pl60 {
padding-left: 60px !important;
}
.mr60 {
margin-right: 60px !important;
}
.pr60 {
padding-right: 60px !important;
}
.mt65 {
margin-top: 65px !important;
}
.pt65 {
padding-top: 65px !important;
}
.mb65 {
margin-bottom: 65px !important;
}
.pb65 {
padding-bottom: 65px !important;
}
.ml65 {
margin-left: 65px !important;
}
.pl65 {
padding-left: 65px !important;
}
.mr65 {
margin-right: 65px !important;
}
.pr65 {
padding-right: 65px !important;
}
.mt70 {
margin-top: 70px !important;
}
.pt70 {
padding-top: 70px !important;
}
.mb70 {
margin-bottom: 70px !important;
}
.pb70 {
padding-bottom: 70px !important;
}
.ml70 {
margin-left: 70px !important;
}
.pl70 {
padding-left: 70px !important;
}
.mr70 {
margin-right: 70px !important;
}
.pr70 {
padding-right: 70px !important;
}
.mt75 {
margin-top: 75px !important;
}
.pt75 {
padding-top: 75px !important;
}
.mb75 {
margin-bottom: 75px !important;
}
.pb75 {
padding-bottom: 75px !important;
}
.ml75 {
margin-left: 75px !important;
}
.pl75 {
padding-left: 75px !important;
}
.mr75 {
margin-right: 75px !important;
}
.pr75 {
padding-right: 75px !important;
}
.mt80 {
margin-top: 80px !important;
}
.pt80 {
padding-top: 80px !important;
}
.mb80 {
margin-bottom: 80px !important;
}
.pb80 {
padding-bottom: 80px !important;
}
.ml80 {
margin-left: 80px !important;
}
.pl80 {
padding-left: 80px !important;
}
.mr80 {
margin-right: 80px !important;
}
.pr80 {
padding-right: 80px !important;
}
.mt85 {
margin-top: 85px !important;
}
.pt85 {
padding-top: 85px !important;
}
.mb85 {
margin-bottom: 85px !important;
}
.pb85 {
padding-bottom: 85px !important;
}
.ml85 {
margin-left: 85px !important;
}
.pl85 {
padding-left: 85px !important;
}
.mr85 {
margin-right: 85px !important;
}
.pr85 {
padding-right: 85px !important;
}
.mt90 {
margin-top: 90px !important;
}
.pt90 {
padding-top: 90px !important;
}
.mb90 {
margin-bottom: 90px !important;
}
.pb90 {
padding-bottom: 90px !important;
}
.ml90 {
margin-left: 90px !important;
}
.pl90 {
padding-left: 90px !important;
}
.mr90 {
margin-right: 90px !important;
}
.pr90 {
padding-right: 90px !important;
}
.mt95 {
margin-top: 95px !important;
}
.pt95 {
padding-top: 95px !important;
}
.mb95 {
margin-bottom: 95px !important;
}
.pb95 {
padding-bottom: 95px !important;
}
.ml95 {
margin-left: 95px !important;
}
.pl95 {
padding-left: 95px !important;
}
.mr95 {
margin-right: 95px !important;
}
.pr95 {
padding-right: 95px !important;
}
.mt100 {
margin-top: 100px !important;
}
.pt100 {
padding-top: 100px !important;
}
.mb100 {
margin-bottom: 100px !important;
}
.pb100 {
padding-bottom: 100px !important;
}
.ml100 {
margin-left: 100px !important;
}
.pl100 {
padding-left: 100px !important;
}
.mr100 {
margin-right: 100px !important;
}
.pr100 {
padding-right: 100px !important;
}
.site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: transparent;
z-index: 1000;
transition: background 0.3s ease, box-shadow 0.3s ease;
}
.site-header.scrolled {
background-color: #1e0920;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
.site-header .container {
padding: 0 20px;
}
.site-header .header-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
padding: 18px 0;
overflow: visible;
}
@media (max-width: 767px) {
.site-header .header-wrapper {
padding: 15px 0;
}
}
.site-header .logo {
display: flex;
align-items: center;
z-index: 1000;
position: relative;
}
.site-header .logo img {
height: 40px;
width: auto;
}
@media (max-width: 767px) {
.site-header .logo img {
height: 35px;
}
}
.site-header .logo:hover {
opacity: 0.9;
}
@media (max-width: 991px) {
.site-header .main-nav {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background-color: #1e0920;
padding: 80px 30px 30px;
transition: all 300ms ease-in-out;
box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
z-index: 1001;
}
.site-header .main-nav.active {
right: 0;
}
}
.site-header .nav-menu {
display: flex;
align-items: center;
gap: 40px;
margin: 0;
padding: 0;
overflow: visible;
}
@media (max-width: 991px) {
.site-header .nav-menu {
flex-direction: column;
align-items: flex-start;
gap: 0;
}
}
.site-header .menu-item {
list-style: none;
position: relative;
}
@media (max-width: 991px) {
.site-header .menu-item {
width: 100%;
}
}
.site-header .menu-item > a {
display: block;
color: #ffffff;
font-size: 14px;
font-weight: 500;
position: relative;
transition: all 300ms ease-in-out;
text-decoration: none;
}
@media (max-width: 991px) {
.site-header .menu-item > a {
padding: 15px 0;
font-size: 15px;
}
}
.site-header .menu-item > a:hover {
color: #ededed;
}
.site-header .menu-item > a:hover::after {
width: 100%;
}
.site-header .menu-item-special {
overflow: visible;
}
@media (max-width: 991px) {
.site-header .menu-item-special {
border-bottom: none;
margin-top: 20px;
}
}
.site-header .scholarship-btn a {
display: inline-block;
background: #ffffff;
color: #1e0920 !important;
font-weight: 600;
padding: 12px 24px;
text-align: center;
text-decoration: none;
transition: all 300ms ease-in-out;
}
.site-header .scholarship-btn a:hover {
background-color: #fdfaff;
box-shadow: 0 8px 22px rgba(18, 28, 52, 0.18);
transform: translateY(-1.5px);
}
@media (max-width: 991px) {
.site-header .scholarship-btn a {
width: 100%;
}
}
.site-header .menu-toggle {
display: none;
flex-direction: column;
gap: 5px;
width: 30px;
height: 25px;
background: transparent;
border: none;
cursor: pointer;
z-index: 1002;
padding: 0;
position: relative;
}
@media (max-width: 991px) {
.site-header .menu-toggle {
display: flex;
}
}
.site-header .menu-toggle span {
width: 100%;
height: 3px;
background-color: #ffffff;
transition: all 300ms ease-in-out;
display: block;
}
.site-header .menu-toggle.active span:nth-child(1) {
transform: translateY(8px) rotate(45deg);
}
.site-header .menu-toggle.active span:nth-child(2) {
opacity: 0;
}
.site-header .menu-toggle.active span:nth-child(3) {
transform: translateY(-8px) rotate(-45deg);
}
.menu-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: rgba(0, 0, 0, 0.7);
z-index: 999;
opacity: 0;
transition: all 300ms ease-in-out;
}
.menu-overlay.active {
display: block;
opacity: 1;
}
.site-footer {
background-color: #1e0920;
color: #ffffff;
padding: 60px 0 0;
}
@media (max-width: 991px) {
.site-footer {
padding: 40px 0 0;
}
}
.site-footer .footer-about {
display: flex;
flex-direction: column;
}
@media (max-width: 991px) {
.site-footer .footer-about {
align-items: center;
}
}
.site-footer .footer-about .footer-logo a {
display: inline-block;
transition: all 300ms ease-in-out;
}
.site-footer .footer-about .footer-logo a:hover {
opacity: 0.8;
}
.site-footer .footer-about .footer-logo img {
height: 40px;
width: auto;
}
@media (max-width: 991px) {
.site-footer .footer-about .footer-logo img {
height: 35px;
}
}
.site-footer .footer-about p {
font-size: 14px;
line-height: 1.7;
color: rgba(255, 255, 255, 0.8);
margin-top: 20px;
}
@media (max-width: 991px) {
.site-footer .footer-about p {
text-align: center;
}
}
@media (max-width: 991px) {
.site-footer .footer-links {
text-align: center;
}
}
.site-footer .footer-links h4 {
font-size: 16px;
margin-bottom: 20px;
color: #ffffff;
font-weight: 700;
}
.site-footer .footer-links ul {
columns: 2;
list-style: none;
padding: 0;
margin: 0;
}
.site-footer .footer-links ul li {
margin-bottom: 10px;
}
.site-footer .footer-links ul li:last-child {
margin-bottom: 0;
}
.site-footer .footer-links ul li a {
font-size: 14px;
color: rgba(255, 255, 255, 0.8);
transition: all 300ms ease-in-out;
}
.site-footer .footer-links ul li a:hover {
color: #ffffff;
padding-left: 5px;
}
.site-footer .footer-social {
text-align: center;
}
.site-footer .footer-social h4 {
font-size: 16px;
margin-bottom: 20px;
color: #ffffff;
font-weight: 700;
}
.site-footer .footer-social .social-links {
display: flex;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
}
.site-footer .footer-social .social-links li a {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
transition: all 300ms ease-in-out;
}
.site-footer .footer-social .social-links li a img {
width: 20px;
height: 20px;
object-fit: contain;
filter: brightness(0) invert(1);
}
.site-footer .footer-social .social-links li a:hover {
transform: translateY(-3px);
}
.site-footer .footer-contact-buttons {
margin-top: 25px;
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.site-footer .footer-contact-buttons .contact-btn {
flex: 1;
min-width: 100px;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
padding: 10px 16px;
background-color: #ffffff;
color: #1e0920;
font-size: 13px;
font-weight: 600;
transition: all 300ms ease-in-out;
text-decoration: none;
}
.site-footer .footer-contact-buttons .contact-btn img {
width: 14px;
height: 14px;
}
.site-footer .footer-contact-buttons .contact-btn:hover {
background-color: #fdfaff;
box-shadow: 0 8px 22px rgba(18, 28, 52, 0.18);
transform: translateY(-1.5px);
}
@media (max-width: 991px) {
.site-footer .footer-contact-buttons .contact-btn {
flex: 1 1 100%;
}
}
.site-footer .footer-bottom {
margin-top: 50px;
padding: 25px 0;
border-top: 1px solid rgba(255, 255, 255, 0.1);
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
}
@media (max-width: 991px) {
.site-footer .footer-bottom {
margin-top: 30px;
padding: 20px 0;
flex-direction: column;
text-align: center;
gap: 10px;
}
}
.site-footer .footer-bottom p {
font-size: 13px;
color: rgba(255, 255, 255, 0.7);
margin: 0;
}
.site-footer .footer-bottom .copyright-text {
flex: 1;
text-align: left;
}
@media (max-width: 991px) {
.site-footer .footer-bottom .copyright-text {
text-align: center;
}
}
.site-footer .footer-bottom .designer-credit {
text-align: right;
}
@media (max-width: 991px) {
.site-footer .footer-bottom .designer-credit {
text-align: center;
}
}
.site-footer .footer-bottom .designer-credit a {
color: rgba(255, 255, 255, 0.9);
font-weight: 600;
text-decoration: none;
transition: all 300ms ease-in-out;
}
.site-footer .footer-bottom .designer-credit a:hover {
color: #34b88a;
}
@media (max-width: 991px) {
.site-footer .row > div {
margin-bottom: 30px;
}
.site-footer .row > div:last-child {
margin-bottom: 0;
}
}
.page-default {
padding: 60px 0px;
}
@media (max-width: 991px) {
.page-default {
padding: 40px 0px;
}
}
.page-default .page-content .page-header {
margin-bottom: 50px;
padding-bottom: 30px;
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.page-default .page-content .page-header h1 {
font-size: 42px;
font-weight: 700;
margin-bottom: 15px;
line-height: 1.3;
color: #000000;
}
@media (max-width: 767px) {
.page-default .page-content .page-header h1 {
font-size: 32px;
}
}
.page-default .page-content .page-header .last-updated {
font-size: 14px;
color: #666;
opacity: 0.7;
margin: 0;
}
.page-default .page-content .page-header .last-updated time {
font-weight: 500;
}
.page-default .page-content .page-body h1 {
font-size: 48px;
font-weight: 700;
margin-top: 50px;
margin-bottom: 25px;
color: #000000;
line-height: 1.2;
}
@media (max-width: 767px) {
.page-default .page-content .page-body h1 {
font-size: 36px;
}
}
.page-default .page-content .page-body h1:first-child {
margin-top: 0;
}
.page-default .page-content .page-body h2 {
font-size: 36px;
font-weight: 700;
margin-top: 45px;
margin-bottom: 22px;
color: #000000;
line-height: 1.25;
}
@media (max-width: 767px) {
.page-default .page-content .page-body h2 {
font-size: 28px;
}
}
.page-default .page-content .page-body h2:first-child {
margin-top: 0;
}
.page-default .page-content .page-body h3 {
font-size: 28px;
font-weight: 700;
margin-top: 40px;
margin-bottom: 20px;
color: #000000;
line-height: 1.3;
}
@media (max-width: 767px) {
.page-default .page-content .page-body h3 {
font-size: 24px;
}
}
.page-default .page-content .page-body h4 {
font-size: 24px;
font-weight: 600;
margin-top: 35px;
margin-bottom: 18px;
color: #000000;
line-height: 1.3;
}
@media (max-width: 767px) {
.page-default .page-content .page-body h4 {
font-size: 20px;
}
}
.page-default .page-content .page-body h5 {
font-size: 20px;
font-weight: 600;
margin-top: 30px;
margin-bottom: 15px;
color: #000000;
line-height: 1.4;
}
@media (max-width: 767px) {
.page-default .page-content .page-body h5 {
font-size: 18px;
}
}
.page-default .page-content .page-body h6 {
font-size: 16px;
font-weight: 600;
margin-top: 25px;
margin-bottom: 12px;
color: #000000;
line-height: 1.4;
}
.page-default .page-content .page-body p {
font-size: 16px;
line-height: 1.8;
color: #444;
opacity: 0.85;
margin-bottom: 18px;
}
.page-default .page-content .page-body p:last-of-type {
margin-bottom: 0;
}
.page-default .page-content .page-body ul,
.page-default .page-content .page-body ol {
margin-bottom: 20px;
padding-left: 30px;
}
.page-default .page-content .page-body ul li,
.page-default .page-content .page-body ol li {
font-size: 16px;
line-height: 1.8;
color: #444;
opacity: 0.85;
margin-bottom: 10px;
}
.page-default .page-content .page-body ul li:last-child,
.page-default .page-content .page-body ol li:last-child {
margin-bottom: 0;
}
.page-default .page-content .page-body ul li {
list-style-type: disc;
}
.page-default .page-content .page-body ol li {
list-style-type: decimal;
}
.page-default .page-content .page-body a {
color: #1e0920;
text-decoration: underline;
transition: all 300ms ease-in-out;
}
.page-default .page-content .page-body a:hover {
opacity: 0.8;
}
.page-default .page-content .page-body strong,
.page-default .page-content .page-body b {
font-weight: 700;
color: #000000;
}
.page-default .page-content .page-body blockquote {
background-color: rgba(0, 0, 0, 0.05);
border-left: 4px solid #1e0920;
padding: 20px;
margin: 25px 0;
border-radius: 8px;
font-style: italic;
color: #555;
font-size: 16px;
line-height: 1.8;
}
.page-default .page-content .page-body table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
border-radius: 8px;
overflow: hidden;
}
.page-default .page-content .page-body table th {
background-color: rgba(0, 0, 0, 0.05);
padding: 12px;
text-align: left;
font-weight: 700;
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
font-size: 14px;
color: #000000;
}
.page-default .page-content .page-body table td {
padding: 12px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
font-size: 14px;
color: #444;
}
.page-default .page-content .page-body table tr:last-child td {
border-bottom: none;
}
.section-title {
text-align: center;
margin-bottom: 60px;
}
.section-title h2 {
font-size: 40px;
font-weight: 600;
color: #1d1d1f;
letter-spacing: -0.6px;
margin-bottom: 14px;
}
@media (max-width: 767px) {
.section-title h2 {
font-size: 30px;
}
}
.section-title p {
font-size: 16px;
color: #6e6e73;
max-width: 520px;
margin: 0 auto;
line-height: 1.6;
}
@media (max-width: 767px) {
.section-title p {
font-size: 14px;
}
}
.section-title-2 {
text-align: center;
margin-bottom: 60px;
}
.section-title-2 h2 {
font-size: 40px;
font-weight: 600;
color: #fff;
letter-spacing: -0.6px;
margin-bottom: 14px;
}
@media (max-width: 767px) {
.section-title-2 h2 {
font-size: 30px;
}
}
.section-title-2 p {
font-size: 16px;
color: #e2e2e4;
max-width: 520px;
margin: 0 auto;
line-height: 1.6;
}
@media (max-width: 767px) {
.section-title-2 p {
font-size: 14px;
}
}
.btn {
display: inline-block;
padding: 12px 28px;
font-size: 14px;
font-weight: 600;
text-align: center;
border: none;
border-radius: 0;
cursor: pointer;
text-decoration: none;
line-height: 1.5;
position: relative;
transition: background-color 0.28s ease, color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}
.btn:focus, .btn:active, .btn:focus-visible {
outline: none;
box-shadow: none !important;
}
.btn:hover {
transform: translateY(-1.5px);
}
.btn.btn-primary {
background-color: #1e0920;
color: #ffffff;
}
.btn.btn-primary:hover {
background-color: rgb(7.6097560976, 2.2829268293, 8.1170731707);
box-shadow: 0 10px 28px rgba(60, 25, 82, 0.35);
}
.btn.btn-outline {
background-color: transparent;
border: 1px solid #ffffff;
color: #ffffff;
}
.btn.btn-outline:hover {
background-color: rgba(255, 255, 255, 0.12);
box-shadow: 0 10px 28px rgba(255, 255, 255, 0.25);
}
.btn.btn-secondary {
background-color: #ffffff;
color: #1e0920;
}
.btn.btn-secondary:hover {
background-color: rgb(229.0829268293, 209.3365853659, 154.4170731707);
box-shadow: 0 10px 26px rgba(163, 131, 42, 0.35);
}
.btn.btn-white {
background-color: #ffffff;
color: #1e0920;
}
.btn.btn-white:hover {
background-color: #fdfaff;
box-shadow: 0 8px 22px rgba(18, 28, 52, 0.18);
}
.page-banner,
.page-banner-v2 {
position: relative;
aspect-ratio: 16/4;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
background-color: #1e0920;
}
@media (max-width: 991px) {
.page-banner,
.page-banner-v2 {
aspect-ratio: 4/3;
}
}
.page-banner .page-banner-image,
.page-banner-v2 .page-banner-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
z-index: 1;
}
.page-banner .page-banner-image.d-none,
.page-banner-v2 .page-banner-image.d-none {
display: none;
}
.page-banner .page-banner-image.d-lg-block,
.page-banner-v2 .page-banner-image.d-lg-block {
display: none;
}
@media (min-width: 992px) {
.page-banner .page-banner-image.d-lg-block,
.page-banner-v2 .page-banner-image.d-lg-block {
display: block;
}
}
.page-banner .page-banner-image.d-lg-none,
.page-banner-v2 .page-banner-image.d-lg-none {
display: block;
}
@media (min-width: 992px) {
.page-banner .page-banner-image.d-lg-none,
.page-banner-v2 .page-banner-image.d-lg-none {
display: none;
}
}
.page-banner .page-banner-overlay,
.page-banner-v2 .page-banner-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(60, 25, 82, 0.85) 0%, rgba(115, 48, 138, 0.75) 100%);
z-index: 2;
}
.page-banner .container,
.page-banner-v2 .container {
position: relative;
z-index: 3;
}
.page-banner .page-banner-content,
.page-banner-v2 .page-banner-content {
text-align: center;
color: #ffffff;
padding: 40px 20px;
}
@media (max-width: 767px) {
.page-banner .page-banner-content,
.page-banner-v2 .page-banner-content {
padding: 30px 15px;
}
}
.page-banner .page-banner-content h1,
.page-banner-v2 .page-banner-content h1 {
font-size: 48px;
font-weight: 700;
margin-bottom: 15px;
color: #ffffff;
text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
.page-banner .page-banner-content h1,
.page-banner-v2 .page-banner-content h1 {
font-size: 36px;
margin-bottom: 12px;
}
}
@media (max-width: 767px) {
.page-banner .page-banner-content h1,
.page-banner-v2 .page-banner-content h1 {
font-size: 28px;
margin-bottom: 10px;
}
}
.page-banner .page-banner-content p,
.page-banner-v2 .page-banner-content p {
font-size: 18px;
margin: 0;
color: #ffffff;
opacity: 0.95;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
.page-banner .page-banner-content p,
.page-banner-v2 .page-banner-content p {
font-size: 16px;
}
}
@media (max-width: 767px) {
.page-banner .page-banner-content p,
.page-banner-v2 .page-banner-content p {
font-size: 14px;
}
}
.page-banner .page-banner-overlay {
box-shadow: inset 0px 0px 120px 100px #1e0920;
}
.page-banner-v2 .page-banner-overlay {
box-shadow: none;
background: none;
}
.hero-section {
background: transparent;
color: #ffffff;
padding: 0;
position: relative;
overflow: hidden;
}
.hero-section .container {
position: relative;
z-index: 2;
}
.hero-section .hero-content {
position: relative;
z-index: 10;
text-align: center;
max-width: 900px;
margin: 0 auto;
padding: 40px 20px;
}
@media (max-width: 767px) {
.hero-section .hero-content {
padding: 30px 20px;
}
}
.hero-section .hero-content h2 {
font-size: 52px;
line-height: 1.2;
margin-bottom: 24px;
color: #ffffff;
font-weight: 700;
text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
.hero-section .hero-content h2 {
font-size: 42px;
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.hero-section .hero-content h2 {
font-size: 32px;
margin-bottom: 15px;
}
}
.hero-section .hero-content p {
font-size: 18px;
line-height: 1.7;
margin-bottom: 35px;
color: #ffffff;
opacity: 0.95;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
.hero-section .hero-content p {
font-size: 16px;
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.hero-section .hero-content p {
font-size: 14px;
margin-bottom: 25px;
}
}
.hero-section .hero-content .hero-buttons {
display: flex;
gap: 15px;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.hero-section .hero-content .hero-buttons .btn {
min-width: 160px;
}
@media (max-width: 991px) {
.hero-section .hero-content .hero-buttons .btn {
min-width: 140px;
}
}
@media (max-width: 767px) {
.hero-section .hero-content .hero-buttons {
flex-direction: column;
gap: 12px;
}
.hero-section .hero-content .hero-buttons .btn {
width: 100%;
max-width: 300px;
min-width: 200px;
text-align: center;
}
}
.hero-section .hero-slider {
position: relative;
}
.hero-section .hero-slider .slick-list {
overflow: visible;
}
.hero-section .hero-slider .slide {
position: relative;
aspect-ratio: 16/7;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
@media (max-width: 991px) {
.hero-section .hero-slider .slide {
aspect-ratio: 3/4;
}
}
.hero-section .hero-slider .slide::before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
box-shadow: inset 0px 0px 120px 100px #1e0920;
z-index: 3;
pointer-events: none;
}
@media (max-width: 767px) {
.hero-section .hero-slider .slide::before {
box-shadow: inset 0px 0px 50px 30px #1e0920;
}
}
.hero-section .hero-slider .slide-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
z-index: 1;
}
.hero-section .hero-slider .slide-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(65, 26, 68, 0.7);
z-index: 2;
}
.hero-section .hero-slider .slick-arrow {
position: absolute;
bottom: 40px;
top: auto;
left: 50%;
z-index: 10;
width: 40px;
height: 40px;
border: none;
background-color: rgba(255, 255, 255, 0.1) !important;
backdrop-filter: blur(4px);
border: 1px solid rgba(255, 255, 255, 0.3);
cursor: pointer;
transition: all 300ms ease-in-out;
font-size: 0;
}
.hero-section .hero-slider .slick-arrow::before {
content: "" !important;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 12px;
height: 12px;
border-top: 3px solid #ffffff;
border-right: 3px solid #ffffff;
}
.hero-section .hero-slider .slick-arrow:hover {
background-color: rgba(255, 255, 255, 0.2) !important;
border-color: rgba(255, 255, 255, 0.5);
transform: scale(1.1);
}
.hero-section .hero-slider .slick-arrow.slick-prev {
transform: translateX(calc(-100% - 7.5px));
}
.hero-section .hero-slider .slick-arrow.slick-prev::before {
transform: translate(-40%, -50%) rotate(-135deg) !important;
}
.hero-section .hero-slider .slick-arrow.slick-next {
transform: translateX(7.5px);
}
.hero-section .hero-slider .slick-arrow.slick-next::before {
transform: translate(-60%, -50%) rotate(45deg) !important;
}
.hero-section .hero-slider .slick-arrow.slick-next:hover {
transform: translateX(7.5px) scale(1.1);
}
.hero-section .hero-slider .slick-arrow.slick-prev:hover {
transform: translateX(calc(-100% - 7.5px)) scale(1.1);
}
@media (max-width: 991px) {
.hero-section .hero-slider .slick-arrow {
bottom: 30px;
width: 45px;
height: 45px;
}
.hero-section .hero-slider .slick-arrow::before {
width: 11px;
height: 11px;
}
.hero-section .hero-slider .slick-arrow.slick-prev {
transform: translateX(calc(-100% - 7.5px));
}
.hero-section .hero-slider .slick-arrow.slick-next {
transform: translateX(7.5px);
}
.hero-section .hero-slider .slick-arrow.slick-prev:hover {
transform: translateX(calc(-100% - 7.5px)) scale(1.1);
}
.hero-section .hero-slider .slick-arrow.slick-next:hover {
transform: translateX(7.5px) scale(1.1);
}
}
@media (max-width: 767px) {
.hero-section .hero-slider .slick-arrow {
bottom: 20px;
width: 40px;
height: 40px;
}
.hero-section .hero-slider .slick-arrow::before {
width: 10px;
height: 10px;
border-width: 1px;
}
.hero-section .hero-slider .slick-arrow.slick-prev {
transform: translateX(calc(-100% - 7.5px));
}
.hero-section .hero-slider .slick-arrow.slick-next {
transform: translateX(7.5px);
}
.hero-section .hero-slider .slick-arrow.slick-prev:hover {
transform: translateX(calc(-100% - 7.5px)) scale(1.05);
}
.hero-section .hero-slider .slick-arrow.slick-next:hover {
transform: translateX(7.5px) scale(1.05);
}
}
.hero-section .hero-slider .slick-arrow.slick-disabled {
opacity: 0.3;
cursor: not-allowed;
}
.hero-section .hero-slider.slick-slider .slick-arrow,
.hero-section .hero-slider.slick-slider .slick-dots {
display: none !important;
}
.hero-section .hero-slider.slick-initialized .slick-arrow,
.hero-section .hero-slider.slick-initialized .slick-dots {
display: block !important;
}
.hero-section .hero-slider.slick-initialized .slick-dots {
display: flex !important;
}
.banner-area {
background-color: #ffffff;
padding-top: 80px;
}
@media (max-width: 991px) {
.banner-area {
padding-top: 40px;
}
}
.banner-area .banner-item {
margin-bottom: 20px;
}
.banner-area .banner-item:last-child {
margin-bottom: 0;
}
.banner-area .banner-link {
display: block;
position: relative;
overflow: hidden;
transition: all 300ms ease-in-out;
}
.banner-area .banner-link:hover {
transform: translateY(-3px);
}
.banner-area .banner-link:hover .banner-image {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.banner-area .banner-link:focus {
outline: 2px solid #1e0920;
outline-offset: 4px;
}
.banner-area .banner-image {
width: 100%;
height: auto;
display: block;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
transition: all 300ms ease-in-out;
}
.about-section {
background-color: #ffffff;
position: relative;
overflow: hidden;
padding: 80px 0;
}
@media (max-width: 991px) {
.about-section {
padding: 40px 0;
}
}
.about-section .about-image {
position: relative;
z-index: 1;
outline: 15px solid rgba(30, 9, 32, 0.05);
outline-offset: -30px;
transition: all 300ms ease-in-out;
box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.about-section .about-image:hover {
transform: translateY(-8px);
box-shadow: 0 45px 90px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991px) {
.about-section .about-image {
margin-bottom: 50px;
outline: none;
}
}
.about-section .about-image img {
width: 100%;
height: auto;
display: block;
border-radius: 0 !important;
filter: grayscale(10%) contrast(1.05);
box-shadow: 30px 30px 0px rgba(166, 124, 183, 0.1);
}
.about-section .about-content {
padding-left: 60px;
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.about-section .about-content {
padding: 0;
}
}
.about-section .about-content .section-subtitle {
text-transform: uppercase;
letter-spacing: 3px;
font-size: 13px;
font-weight: 700;
color: #1e0920;
margin-bottom: 15px;
display: block;
}
.about-section .about-content h2 {
font-size: 42px;
font-weight: 800;
margin-bottom: 30px;
line-height: 1.2;
color: #1d1d1f;
border-left: 3px solid #1e0920;
padding-left: 20px;
}
.about-section .about-content p {
font-size: 16px;
line-height: 1.8;
margin-bottom: 20px;
color: #555;
}
.programs-section {
background-color: #fdfaff;
padding: 80px 0;
}
@media (max-width: 991px) {
.programs-section {
padding: 40px 0;
}
}
.programs-section .programs-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
@media (max-width: 991px) {
.programs-section .programs-grid {
grid-template-columns: repeat(2, 1fr);
gap: 25px;
}
}
@media (max-width: 767px) {
.programs-section .programs-grid {
grid-template-columns: 1fr;
gap: 20px;
}
}
.programs-section .program-card {
display: flex;
flex-direction: column;
height: 100%;
position: relative;
overflow: hidden;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
transition: all 300ms ease-in-out;
box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.programs-section .program-card:hover {
transform: translateY(-8px);
box-shadow: 0 35px 60px rgba(0, 0, 0, 0.16);
}
.programs-section .program-card .program-image {
position: relative;
width: 100%;
aspect-ratio: 4/3;
overflow: hidden;
}
.programs-section .program-card .program-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 1.1s cubic-bezier(0.4, 0, 0.2, 1);
will-change: transform;
}
.programs-section .program-card .program-image::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.38));
pointer-events: none;
}
.programs-section .program-card .program-content {
display: flex;
flex-direction: column;
flex-grow: 1;
position: relative;
margin-top: -42px;
padding: 0 22px 26px;
}
@media (max-width: 767px) {
.programs-section .program-card .program-content {
margin-top: -36px;
padding: 0 18px 22px;
}
}
.programs-section .program-card .program-content-inner {
display: flex;
flex-direction: column;
flex-grow: 1;
background: rgba(255, 255, 255, 0.78);
backdrop-filter: blur(16px);
padding: 28px;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
.programs-section .program-card .program-content-inner {
padding: 24px;
}
}
.programs-section .program-card .program-content h3 {
font-size: 21px;
font-weight: 600;
margin: 0 0 18px;
color: #1d1d1f;
letter-spacing: -0.3px;
}
@media (max-width: 767px) {
.programs-section .program-card .program-content h3 {
font-size: 18px;
}
}
.programs-section .program-card .program-content .program-description {
flex-grow: 1;
font-size: 14px;
line-height: 1.8;
color: #555;
}
@media (max-width: 767px) {
.programs-section .program-card .program-content .program-description {
font-size: 13px;
}
}
.programs-section .program-card .program-content .program-description p {
margin: 0 0 12px 0;
}
.programs-section .program-card .program-content .program-description p:last-child {
margin-bottom: 0;
}
.grid {
background-color: #1e0920;
padding: 80px 0;
}
@media (max-width: 991px) {
.grid {
padding: 40px 0;
}
}
.grid .hexagon-gallery {
display: flex;
flex-wrap: wrap;
width: 80%;
margin: 0 auto;
overflow: hidden;
font-family: sans-serif;
list-style-type: none;
padding-left: 0;
}
@media (min-width: 1201px) {
.grid .hexagon-gallery {
padding-bottom: 4.4%;
}
.grid .hexagon-gallery .hex {
width: 20%;
}
.grid .hexagon-gallery .hex:nth-child(9n+6) {
margin-left: 10%;
}
}
@media (max-width: 1200px) and (min-width: 767px) {
.grid .hexagon-gallery {
padding-bottom: 7%;
font-size: 13px;
}
.grid .hexagon-gallery .hex {
width: 25%;
}
.grid .hexagon-gallery .hex:nth-child(7n+5) {
margin-left: 12.5%;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.grid .hexagon-gallery {
padding-bottom: 11%;
font-size: 14px;
width: 100%;
}
.grid .hexagon-gallery .hex {
width: 33.333%;
}
.grid .hexagon-gallery .hex:nth-child(5n+4) {
margin-left: 16.666%;
}
}
@media (max-width: 576px) {
.grid .hexagon-gallery {
padding-bottom: 11.2%;
}
.grid .hexagon-gallery .hex {
width: 50%;
}
.grid .hexagon-gallery .hex:nth-child(3n+3) {
margin-left: 25%;
}
}
.grid .hexagon-gallery .hex {
position: relative;
visibility: hidden;
outline: 1px solid transparent; transition: all 0.5s;
backface-visibility: hidden;
will-change: transform;
transition: all 0.5s;
}
.grid .hexagon-gallery .hex::after {
content: "";
display: block;
padding-bottom: 86.602%; }
.grid .hexagon-gallery .hex .hexIn {
position: absolute;
width: 96%;
padding-bottom: 110.851%; margin: 2%;
overflow: hidden;
visibility: hidden;
outline: 1px solid transparent; -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
-ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
transition: all 0.5s;
}
.grid .hexagon-gallery .hex .hexIn * {
position: absolute;
visibility: visible;
outline: 1px solid transparent;
}
.grid .hexagon-gallery .hex .hexLink {
display: block;
width: 100%;
height: 100%;
text-align: center;
color: #fff;
overflow: hidden;
-webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
-ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}
.grid .hexagon-gallery .hex .hexLink:hover h1, .grid .hexagon-gallery .hex .hexLink:focus h1, .grid .hexagon-gallery .hex .hexLink:hover p, .grid .hexagon-gallery .hex .hexLink:focus p {
opacity: 1;
transition: 0.8s;
}
.grid .hexagon-gallery .hex .hexLink .hex-text {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
text-align: center;
color: #1e0920;
background-color: #ffffff;
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
transition: background-color 0.4s ease;
}
.grid .hexagon-gallery .hex .hexLink .hex-text * {
position: static !important;
}
.grid .hexagon-gallery .hex .hexLink .hex-text .hex-number {
display: block;
font-size: 36px;
font-weight: 700;
line-height: 1;
letter-spacing: -0.5px;
}
.grid .hexagon-gallery .hex .hexLink .hex-text .hex-label {
display: block;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.6px;
opacity: 0.85;
line-height: 1.4;
}
.grid .hexagon-gallery .hex:hover .hex-text {
background-color: #3C1952;
color: #ffffff;
}
.grid .hexagon-gallery .hex:hover .hex-number {
transform: translateY(-2px);
transition: transform 0.3s ease;
}
.grid .hexagon-gallery .hex img {
left: -100%;
right: -100%;
width: auto;
height: 100%;
margin: 0 auto;
}
.grid .hexagon-gallery .hex .img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: center center;
background-size: cover;
overflow: hidden;
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.grid .hexagon-gallery .hex .img:before, .grid .hexagon-gallery .hex .img:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
opacity: 0;
transition: opacity 0.5s;
}
.grid .hexagon-gallery .hex .img:before {
background: rgba(60, 25, 82, 0.15);
}
.grid .hexagon-gallery .hex .img:after {
background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5), transparent);
}
.grid .hexagon-gallery .hexIn:hover .img:before,
.grid .hexagon-gallery .hexIn:hover .img:after,
.grid .hexagon-gallery .hexIn:hover .hexLink {
opacity: 1;
}
.seo-content-section {
background-color: #ffffff;
padding: 40px 0 40px 0;
}
@media (max-width: 767px) {
.seo-content-section {
padding: 30px 0 30px 0;
}
}
.seo-content-section .accordion .accordion-item {
border: none;
background-color: #ffffff;
}
.seo-content-section .accordion .accordion-button {
padding: 15px 0;
background-color: #ffffff;
color: #000000;
font-size: 16px;
font-weight: 600;
border: none;
box-shadow: none;
}
@media (max-width: 767px) {
.seo-content-section .accordion .accordion-button {
padding: 10px 0;
font-size: 14px;
}
}
.seo-content-section .accordion .accordion-button:not(.collapsed) {
background-color: #ffffff;
box-shadow: none;
}
.seo-content-section .accordion .accordion-button:focus {
box-shadow: none;
border: none;
}
.seo-content-section .accordion .accordion-button::after {
flex-shrink: 0;
width: 1.25rem;
height: 1.25rem;
margin-left: auto;
content: "";
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231e0920'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-size: 1.25rem;
transition: transform 0.2s ease-in-out;
}
.seo-content-section .accordion .accordion-button:not(.collapsed)::after {
transform: rotate(180deg);
}
.seo-content-section .accordion .accordion-body {
padding: 30px 25px;
}
@media (max-width: 767px) {
.seo-content-section .accordion .accordion-body {
padding: 25px 20px;
}
}
.seo-content-section .accordion .accordion-body h3 {
font-size: 20px;
margin-bottom: 20px;
color: #1e0920;
}
@media (max-width: 767px) {
.seo-content-section .accordion .accordion-body h3 {
font-size: 18px;
margin-bottom: 15px;
}
}
.seo-content-section .accordion .accordion-body h4 {
font-size: 16px;
margin-top: 25px;
margin-bottom: 12px;
color: #666666;
}
@media (max-width: 767px) {
.seo-content-section .accordion .accordion-body h4 {
font-size: 15px;
margin-top: 20px;
}
}
.seo-content-section .accordion .accordion-body h4:first-of-type {
margin-top: 0;
}
.seo-content-section .accordion .accordion-body p {
font-size: 14px;
line-height: 1.8;
color: #555555;
margin-bottom: 12px;
}
.seo-content-section .accordion .accordion-body p:last-child {
margin-bottom: 0;
}
.seo-content-section .accordion .accordion-body p strong {
color: #1e0920;
font-weight: 700;
}
.contact-page .contact-form-section {
background-color: #ffffff;
padding: 80px 0;
}
@media (max-width: 991px) {
.contact-page .contact-form-section {
padding: 60px 0;
}
}
@media (max-width: 767px) {
.contact-page .contact-form-section {
padding: 50px 0;
}
}
.contact-page .contact-form-section .contact-form-wrapper {
padding-right: 40px;
}
@media (max-width: 991px) {
.contact-page .contact-form-section .contact-form-wrapper {
padding-right: 0;
margin-bottom: 50px;
}
}
@media (max-width: 767px) {
.contact-page .contact-form-section .contact-form-wrapper {
margin-bottom: 40px;
}
}
.contact-page .contact-form-section .contact-form-wrapper h2 {
font-size: 36px;
color: #1e0920;
margin-bottom: 12px;
font-weight: 700;
}
@media (max-width: 991px) {
.contact-page .contact-form-section .contact-form-wrapper h2 {
font-size: 32px;
}
}
@media (max-width: 767px) {
.contact-page .contact-form-section .contact-form-wrapper h2 {
font-size: 28px;
}
}
.contact-page .contact-form-section .contact-form-wrapper .form-intro {
font-size: 15px;
color: #555555;
margin-bottom: 35px;
line-height: 1.7;
}
@media (max-width: 767px) {
.contact-page .contact-form-section .contact-form-wrapper .form-intro {
margin-bottom: 30px;
}
}
.contact-page .contact-form-section .contact-form-wrapper form .form-group {
margin-bottom: 20px;
}
.contact-page .contact-form-section .contact-form-wrapper form .form-group label {
display: block;
font-size: 14px;
font-weight: 600;
margin-bottom: 8px;
color: #666666;
}
.contact-page .contact-form-section .contact-form-wrapper form .form-group label .required {
color: #dc3545;
}
.contact-page .contact-form-section .contact-form-wrapper form .form-group .form-control {
width: 100%;
padding: 14px 18px;
font-size: 14px;
border: 1px solid #dee2e6;
background-color: #ffffff;
transition: all 300ms ease-in-out;
border-radius: 0;
}
.contact-page .contact-form-section .contact-form-wrapper form .form-group .form-control:focus {
outline: none;
border-color: #1e0920;
}
.contact-page .contact-form-section .contact-form-wrapper form .form-group .form-control::placeholder {
color: #999999;
}
.contact-page .contact-form-section .contact-form-wrapper form .form-group textarea.form-control {
resize: vertical;
min-height: 140px;
}
.contact-page .contact-form-section .contact-form-wrapper form input[type=submit] {
background-color: #1e0920;
color: #ffffff;
padding: 14px 40px;
font-size: 15px;
font-weight: 600;
border: none;
cursor: pointer;
transition: all 300ms ease-in-out;
position: relative;
overflow: hidden;
}
.contact-page .contact-form-section .contact-form-wrapper form input[type=submit]::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background-color: #3C1952;
transition: all 300ms ease-in-out;
z-index: -1;
}
.contact-page .contact-form-section .contact-form-wrapper form input[type=submit]:hover::before {
left: 0;
}
.contact-page .contact-form-section .contact-map {
width: 100%;
height: 100%;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
.contact-page .contact-form-section .contact-map {
min-height: 450px;
}
}
@media (max-width: 767px) {
.contact-page .contact-form-section .contact-map {
min-height: 400px;
}
}
.contact-page .contact-form-section iframe {
width: 100%;
transition: box-shadow 0.3s;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.contact-page .contact-form-section iframe:hover {
box-shadow: 0 15px 40px rgba(74, 20, 140, 0.2);
}
.contact-page .contact-info-section {
background-color: #ededed;
padding: 80px 0;
}
@media (max-width: 991px) {
.contact-page .contact-info-section {
padding: 60px 0;
}
}
@media (max-width: 767px) {
.contact-page .contact-info-section {
padding: 50px 0;
}
}
.contact-page .contact-info-section .contact-image {
padding-right: 40px;
}
@media (max-width: 991px) {
.contact-page .contact-info-section .contact-image {
padding-right: 0;
margin-bottom: 50px;
}
}
@media (max-width: 767px) {
.contact-page .contact-info-section .contact-image {
margin-bottom: 40px;
}
}
.contact-page .contact-info-section .contact-image img {
width: 100%;
height: auto;
display: block;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
transition: box-shadow 0.3s;
}
.contact-page .contact-info-section .contact-image img:hover {
box-shadow: 0 15px 40px rgba(74, 20, 140, 0.2);
}
.contact-page .contact-info-section .contact-info-content h2 {
font-size: 36px;
color: #1e0920;
margin-bottom: 12px;
font-weight: 700;
}
@media (max-width: 991px) {
.contact-page .contact-info-section .contact-info-content h2 {
font-size: 32px;
}
}
@media (max-width: 767px) {
.contact-page .contact-info-section .contact-info-content h2 {
font-size: 28px;
}
}
.contact-page .contact-info-section .contact-info-content .contact-intro {
font-size: 15px;
color: #555555;
margin-bottom: 35px;
line-height: 1.7;
}
@media (max-width: 767px) {
.contact-page .contact-info-section .contact-info-content .contact-intro {
margin-bottom: 30px;
}
}
.contact-page .contact-info-section .contact-info-content .contact-info-list {
margin-bottom: 35px;
}
@media (max-width: 767px) {
.contact-page .contact-info-section .contact-info-content .contact-info-list {
margin-bottom: 30px;
}
}
.contact-page .contact-info-section .contact-info-content .contact-info-item {
display: flex;
gap: 20px;
padding: 15px;
transition: all 300ms ease-in-out;
}
@media (max-width: 767px) {
.contact-page .contact-info-section .contact-info-content .contact-info-item {
gap: 15px;
padding: 20px;
}
}
.contact-page .contact-info-section .contact-info-content .contact-info-item:last-child {
margin-bottom: 0;
}
.contact-page .contact-info-section .contact-info-content .contact-info-item:hover {
transform: translateX(5px);
}
.contact-page .contact-info-section .contact-info-content .contact-info-item .info-icon {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
@media (max-width: 767px) {
.contact-page .contact-info-section .contact-info-content .contact-info-item .info-icon {
width: 50px;
height: 50px;
}
}
.contact-page .contact-info-section .contact-info-content .contact-info-item .info-icon img {
width: 26px;
height: 26px;
}
@media (max-width: 767px) {
.contact-page .contact-info-section .contact-info-content .contact-info-item .info-icon img {
width: 22px;
height: 22px;
}
}
.contact-page .contact-info-section .contact-info-content .contact-info-item .info-content {
flex: 1;
}
.contact-page .contact-info-section .contact-info-content .contact-info-item .info-content h3 {
font-size: 16px;
color: #666666;
margin-bottom: 8px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
}
@media (max-width: 767px) {
.contact-page .contact-info-section .contact-info-content .contact-info-item .info-content h3 {
font-size: 14px;
}
}
.contact-page .contact-info-section .contact-info-content .contact-info-item .info-content p {
font-size: 15px;
color: #555555;
margin-bottom: 6px;
line-height: 1.7;
}
.contact-page .contact-info-section .contact-info-content .contact-info-item .info-content p:last-of-type {
margin-bottom: 0;
}
.contact-page .contact-info-section .contact-info-content .contact-info-item .info-content p a {
color: #1e0920;
text-decoration: none;
transition: all 300ms ease-in-out;
font-weight: 500;
}
.contact-page .contact-info-section .contact-info-content .contact-info-item .info-content p a:hover {
color: #3C1952;
}
.contact-page .contact-info-section .contact-info-content .contact-info-item .info-content .info-link {
display: inline-block;
margin-top: 10px;
font-size: 13px;
color: #1e0920;
text-decoration: none;
font-weight: 600;
transition: all 300ms ease-in-out;
position: relative;
}
.contact-page .contact-info-section .contact-info-content .contact-info-item .info-content .info-link::after {
content: "→";
margin-left: 5px;
transition: all 300ms ease-in-out;
}
.contact-page .contact-info-section .contact-info-content .contact-info-item .info-content .info-link:hover {
color: #3C1952;
}
.contact-page .contact-info-section .contact-info-content .contact-info-item .info-content .info-link:hover::after {
margin-left: 10px;
}
.program-detail-section {
padding: 80px 0;
}
.program-detail-section .program-detail-title {
margin-bottom: 24px;
color: #1d1d1f;
}
.program-detail-section .program-detail-content {
width: 100%;
color: #2a2f3a;
}
.program-detail-section .program-detail-content h1,
.program-detail-section .program-detail-content h2,
.program-detail-section .program-detail-content h3,
.program-detail-section .program-detail-content h4,
.program-detail-section .program-detail-content h5,
.program-detail-section .program-detail-content h6 {
color: #1f2a44;
line-height: 1.25;
letter-spacing: -0.2px;
margin: 0;
}
.program-detail-section .program-detail-content h1 {
font-size: 36px;
font-weight: 800;
}
.program-detail-section .program-detail-content h2 {
font-size: 30px;
font-weight: 800;
margin-top: 10px;
}
.program-detail-section .program-detail-content h3 {
font-size: 24px;
font-weight: 700;
}
.program-detail-section .program-detail-content h4 {
font-size: 20px;
font-weight: 700;
}
.program-detail-section .program-detail-content h5 {
font-size: 18px;
font-weight: 700;
}
.program-detail-section .program-detail-content h6 {
font-size: 16px;
font-weight: 700;
}
.program-detail-section .program-detail-content h2 {
position: relative;
padding-bottom: 12px;
}
.program-detail-section .program-detail-content h2::after {
content: "";
width: 90px;
height: 4px;
display: block;
margin-top: 14px;
border-radius: 999px;
background: linear-gradient(90deg, #502e9f, #ff5500);
}
.program-detail-section .program-detail-content p {
margin: 0;
color: #4a4f66;
}
.program-detail-section .program-detail-content a {
color: #502e9f;
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-thickness: 1px;
}
.program-detail-section .program-detail-content a:hover {
color: #ff5500;
}
.program-detail-section .program-detail-content ul,
.program-detail-section .program-detail-content ol {
margin: 0;
padding-left: 20px;
color: #4a4f66;
}
.program-detail-section .program-detail-content ul li,
.program-detail-section .program-detail-content ol li {
margin-top: 8px;
}
.program-detail-section .program-detail-content blockquote {
margin: 0;
padding: 18px 20px;
border-left: 4px solid #502e9f;
background: #f4f2ff;
border-radius: 12px;
color: #2f2f3a;
}
.program-detail-section .program-detail-content blockquote p {
color: inherit;
}
.program-detail-section .program-detail-content blockquote cite {
display: block;
margin-top: 10px;
font-style: normal;
color: #6b7280;
font-size: 14px;
}
.program-detail-section .program-detail-content img {
max-width: 100%;
height: auto;
border-radius: 14px;
display: block;
}
.program-detail-section .program-detail-content figure {
margin: 0;
}
.program-detail-section .program-detail-content figure figcaption {
margin-top: 10px;
font-size: 14px;
color: #6b7280;
}
.program-detail-section .program-detail-content hr,
.program-detail-section .program-detail-content .wp-block-separator {
border: 0;
height: 1px;
background: #e6e8ee;
margin-top: 24px;
margin-bottom: 24px;
}
.program-detail-section .program-detail-content table {
width: 100%;
border-collapse: collapse;
overflow: hidden;
border-radius: 12px;
border: 1px solid #e6e8ee;
}
.program-detail-section .program-detail-content table th,
.program-detail-section .program-detail-content table td {
padding: 12px 14px;
border-bottom: 1px solid #e6e8ee;
text-align: left;
vertical-align: top;
}
.program-detail-section .program-detail-content table th {
background: #f3f4f6;
color: #1f2a44;
font-weight: 700;
}
.program-detail-section .program-detail-content table tr:last-child td {
border-bottom: 0;
}
.program-detail-section .program-detail-content .wp-block-buttons {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.program-detail-section .program-detail-content .wp-block-button__link {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 12px 18px;
border-radius: 12px;
background: #502e9f;
color: #fff;
text-decoration: none;
font-weight: 700;
transition: transform 0.12s ease, background 0.12s ease;
}
.program-detail-section .program-detail-content .wp-block-button__link:hover {
background: #ff5500;
transform: translateY(-1px);
}
.program-detail-section .program-detail-content .alignwide,
.program-detail-section .program-detail-content .alignfull {
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
.page-404 {
padding: 60px 20px;
min-height: calc(100vh - 300px);
background-color: #ffffff;
}
@media (max-width: 991px) {
.page-404 {
padding: 50px 15px;
min-height: calc(100vh - 250px);
}
}
@media (max-width: 767px) {
.page-404 {
padding: 40px 15px;
}
}
@media (max-width: 320px) {
.page-404 {
padding: 30px 10px;
min-height: calc(100vh - 200px);
}
}
.page-404 .container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.page-404 .container h1 {
font-size: clamp(120px, 20vw, 200px);
font-weight: 700;
background: linear-gradient(130deg, #1e0920, #3C1952);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-transform: uppercase;
margin: 0 0 15px 0;
line-height: 1;
letter-spacing: -5px;
animation: slideDown 0.6s ease-out;
}
@media (max-width: 767px) {
.page-404 .container h1 {
font-size: 80px;
letter-spacing: -3px;
}
}
@media (max-width: 320px) {
.page-404 .container h1 {
font-size: 60px;
letter-spacing: -2px;
}
}
.page-404 .container h2 {
font-size: clamp(24px, 4vw, 36px);
font-weight: 600;
color: #666666;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 30px;
letter-spacing: 2px;
line-height: 1.2;
}
@media (max-width: 767px) {
.page-404 .container h2 {
font-size: 28px;
margin-bottom: 25px;
}
}
@media (max-width: 320px) {
.page-404 .container h2 {
font-size: 22px;
letter-spacing: 1px;
}
}
.page-404 .container .messages {
margin-bottom: 40px;
max-width: 600px;
}
@media (max-width: 767px) {
.page-404 .container .messages {
margin-bottom: 35px;
}
}
@media (max-width: 320px) {
.page-404 .container .messages {
margin-bottom: 30px;
}
}
.page-404 .container .messages p {
font-size: 16px;
font-weight: 400;
color: #555555;
line-height: 1.6;
margin-top: 0;
margin-bottom: 30px;
letter-spacing: 0.5px;
}
@media (max-width: 320px) {
.page-404 .container .messages p {
font-size: 14px;
margin-bottom: 25px;
}
}
.page-404 .container .messages a.button-base {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
color: white;
font-weight: 600;
text-decoration: none;
background-color: #1e0920;
padding: 15px 40px;
border-radius: 50px;
border: 2px solid #1e0920;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
}
.page-404 .container .messages a.button-base:hover {
background-color: hsl(294.7826086957, 56.0975609756%, -1.9607843137%);
border-color: hsl(294.7826086957, 56.0975609756%, -1.9607843137%);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(0, 147, 130, 0.3);
}
.page-404 .container .messages a.button-base:hover .icon {
transform: translateX(4px);
}
.page-404 .container .messages a.button-base:active {
transform: translateY(0);
box-shadow: 0 4px 10px rgba(0, 147, 130, 0.2);
}
.page-404 .container .messages a.button-base .button-text {
display: inline-block;
}
.page-404 .container .messages a.button-base .icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
transition: transform 0.3s ease;
}
.page-404 .container .messages a.button-base .fill-container {
display: none;
}
@media (max-width: 320px) {
.page-404 .container .messages a.button-base {
padding: 12px 30px;
font-size: 13px;
letter-spacing: 0.5px;
}
}
.page-404 .container .social-links {
margin-top: 50px;
}
@media (max-width: 320px) {
.page-404 .container .social-links {
margin-top: 35px;
}
}
.page-404 .container .social-links .social-media {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
padding: 0;
margin: 0;
gap: 20px;
flex-wrap: wrap;
}
@media (max-width: 320px) {
.page-404 .container .social-links .social-media {
gap: 15px;
}
}
.page-404 .container .social-links .social-media li {
display: inline-block;
}
.page-404 .container .social-links .social-media li a {
color: #1e0920;
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
font-size: 20px;
background-color: white;
border: 2px solid #e9ecef;
border-radius: 50%;
transition: all 0.3s ease;
text-decoration: none;
}
.page-404 .container .social-links .social-media li a:hover {
color: white;
background-color: #1e0920;
border-color: #1e0920;
transform: translateY(-4px);
box-shadow: 0 8px 20px rgba(0, 147, 130, 0.2);
}
.page-404 .container .social-links .social-media li a:focus {
outline: 2px solid #1e0920;
outline-offset: 2px;
}
@media (max-width: 320px) {
.page-404 .container .social-links .social-media li a {
width: 45px;
height: 45px;
font-size: 18px;
}
}
@keyframes slideDown {
from {
opacity: 0;
transform: translateY(-30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.ytVideoWrapper {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 0;
background-color: #000;
z-index: 10000 !important;
transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.ytVideoWrapper.active {
height: 100%;
}
.ytVideoWrapper.active .iframewrapper {
height: 100vh;
}
.ytVideoWrapper.active .closeBtn {
display: block;
}
.ytVideoWrapper .iframewrapper {
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
height: 0;
background-color: #1a1a1a;
z-index: 1000 !important;
transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.ytVideoWrapper .iframewrapper #ytplayer,
.ytVideoWrapper .iframewrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
}
.ytVideoWrapper .closeBtn {
position: fixed;
top: 0;
right: 0;
width: 80px;
height: 80px;
z-index: 1011 !important;
display: none;
cursor: pointer;
background-color: rgba(0, 0, 0, 0.7);
border: none;
padding: 0;
transition: background-color all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ytVideoWrapper .closeBtn:hover {
background-color: rgba(0, 0, 0, 0.9);
}
.ytVideoWrapper .closeBtn:focus-visible {
outline: 2px solid #1e0920;
outline-offset: -2px;
}
.ytVideoWrapper .closeBtn .line {
position: absolute;
background-color: white;
left: 50%;
top: 50%;
transform-origin: center;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ytVideoWrapper .closeBtn .line.a {
width: 40px;
height: 3px;
margin-left: -20px;
margin-top: -1.5px;
transform: rotate(45deg);
}
.ytVideoWrapper .closeBtn .line.b {
width: 3px;
height: 40px;
margin-left: -1.5px;
margin-top: -20px;
transform: rotate(45deg);
}
.ytVideoWrapper .closeBtn:hover .line {
background-color: #ffffff;
}
.play-btn {
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
background-color: #1e0920;
border: none;
border-radius: 9999px;
padding: 0;
transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
width: 60px;
height: 60px;
}
.play-btn::before {
content: "";
position: absolute;
width: 0;
height: 0;
border-left: 12px solid white;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
margin-left: 2px;
}
.play-btn:hover {
background-color: hsl(294.7826086957, 56.0975609756%, -1.9607843137%);
transform: scale(1.05);
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.play-btn:active {
transform: scale(0.95);
}
.play-btn:focus-visible {
outline: 2px solid white;
outline-offset: 3px;
}
@media (max-width: 320px) {
.play-btn {
width: 50px;
height: 50px;
}
.play-btn::before {
border-left-width: 10px;
border-top-width: 6px;
border-bottom-width: 6px;
}
}
.video-banner {
position: relative;
overflow: hidden;
background-color: #000;
border-radius: 0.75rem;
}
.video-banner img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}
.video-banner .text {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
padding: 1.5rem;
text-align: center;
color: white;
z-index: 10;
}
.video-banner .text h2 {
font-size: 2.25rem;
font-weight: 700;
margin-bottom: 1rem;
line-height: 1.2;
}
@media (max-width: 767px) {
.video-banner .text h2 {
font-size: 1.875rem;
}
}
@media (max-width: 320px) {
.video-banner .text h2 {
font-size: 1.5rem;
}
}
.video-banner .text p {
font-size: 1.125rem;
font-weight: 400;
margin-bottom: 1.5rem;
line-height: 1.75;
max-width: 600px;
}
@media (max-width: 767px) {
.video-banner .text p {
font-size: 1rem;
margin-bottom: 1rem;
}
}
@media (max-width: 320px) {
.video-banner .text p {
font-size: 0.875rem;
}
}
@media (max-width: 767px) {
.ytVideoWrapper .closeBtn {
width: 70px;
height: 70px;
}
.ytVideoWrapper .closeBtn .line.a {
width: 35px;
margin-left: -17.5px;
}
.ytVideoWrapper .closeBtn .line.b {
height: 35px;
margin-top: -17.5px;
}
}
@media (max-width: 320px) {
.ytVideoWrapper .closeBtn {
width: 60px;
height: 60px;
}
.ytVideoWrapper .closeBtn .line.a {
width: 30px;
margin-left: -15px;
}
.ytVideoWrapper .closeBtn .line.b {
height: 30px;
margin-top: -15px;
}
.video-banner .text {
padding: 1rem;
}
.video-banner .text h2,
.video-banner .text p {
max-width: 90%;
}
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 0px 0px 0px 0px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 110px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #3c1952; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #3c1952; --cmplz_button_accept_border_color: #3c1952; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 0px 0px 0px 0px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #3c1952; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-cookiebanner { top: initial; left: initial; right: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}.cmplz-cookiebanner .cmplz-marketing:not(.cmplz-tcf),.cmplz-manage-consent-container .cmplz-marketing:not(.cmplz-tcf) { display: none;}#cmplz-manage-consent .cmplz-manage-consent { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}