.trek-cta-wrap { display:flex; flex-direction:column; gap:10px; }
.trek-cta-btn { --cta-bg:#000; --cta-fg:#fff; display:flex; align-items:center; justify-content:space-between; text-decoration:none; padding:12px 16px; background:var(--cta-bg); color:var(--cta-fg)!important; border-radius:16px; box-shadow:0 2px 0 rgba(0,0,0,.15); transition:transform .05s ease, filter .15s ease, box-shadow .15s ease; font-weight:700; line-height:1.2; }
.trek-cta-btn:hover { filter:brightness(.92); box-shadow:0 4px 0 rgba(0,0,0,.25); }
.trek-cta-btn:active { transform:translateY(1px); }
.trek-cta-left { display:inline-flex; align-items:center; gap:10px; }
.trek-cta-emoji { display:inline-flex; width:22px; height:22px; align-items:center; justify-content:center; font-size:16px; line-height:1; border-radius:4px; background:rgba(255,255,255,.12); padding:2px 4px; color:inherit; }
.trek-cta-text { color:inherit; }
.trek-cta-arrow { font-size:18px; color:inherit!important; opacity:1; }
.trek-card { --card-bg:#fff; --card-fg:#1f2937; --btn-bg:#1e88e5; --btn-fg:#fff; --radius:16px; background:var(--card-bg); color:var(--card-fg); border-radius:var(--radius); box-shadow:var(--card-shadow, 0 8px 24px rgba(0,0,0,.08)); overflow:hidden; }
.trek-card-media img { display:block; width:100%; height:auto; aspect-ratio:16/9; object-fit:cover; }
.trek-card-body { padding:20px; }
.trek-center { text-align:center; }
.trek-card-title { margin:0 0 10px; font-weight:800; font-size:22px; line-height:1.25; }
.trek-card-text { margin:0 0 16px; font-size:16px; line-height:1.6; opacity:.9; }
.trek-card-cta { display:inline-block; text-decoration:none; background:var(--btn-bg); color:var(--btn-fg)!important; padding:12px 18px; border-radius:12px; font-weight:800; transition:filter .15s ease, transform .05s ease; margin:0 auto; }
.trek-card-cta:hover { filter:brightness(.95); }
.trek-card-cta:active { transform:translateY(1px); }@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Montserrat:wght@600;700&display=swap"); body {
font-family: 'Roboto', sans-serif;
color: #333333;
} .descargar2 {
margin: 30px 0;
}
.header-descargar {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
padding: 20px;
width: 80%;
margin: 0 auto 2em auto;
background-color: #f0f4f8;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.header-descargar img {
width: 60px;
height: 60px;
border-radius: 12px;
}
.header-descargar h1 {
font-family: 'Montserrat', sans-serif;
font-size: 26px;
color: #333333;
text-align: center;
margin: 0;
} .redirect {
background-color: #ffffff;
border: 2px solid #e0e7ff;
text-align: center;
padding: 25px;
margin-bottom: 2em;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.redirect h2 {
font-family: 'Roboto', sans-serif;
font-size: 20px;
color: #4a5568;
margin-bottom: 15px;
}
.redirect .loading img {
width: 100px;
height: 100px;
}
.redirect .notload a {
color: #3182ce;
text-decoration: underline;
font-weight: 600;
} .provider_stats_wrapper {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}
.provider_stats {
width: 100%;
max-width: 500px;
border: 1px solid #e2e8f0;
border-radius: 8px;
font-size: 18px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
background-color: #ffffff;
padding: 20px;
}
.provider_logo {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}
.provider_logo img {
width: 60px;
height: 60px;
border-radius: 12px;
}
.provider_logo a {
font-family: 'Montserrat', sans-serif;
font-size: 22px;
color: #1a202c;
text-decoration: none;
}
.provider_logo a:hover {
color: #3182ce;
text-decoration: underline;
}
.provider_overall {
display: flex;
flex-direction: column;
align-items: center; text-align: center;
font-size: 18px;
background-color: #f5f5f5;
padding: 15px 0;
border-radius: 5px;
margin-bottom: 15px;
}
.provider_overall .oos {
font-weight: 700;
font-size: 20px;
color: #2d3748;
}
.star-rating {
display: flex;
align-items: center;
}
.star-rating .star {
font-size: 16px; color: gold;
margin-right: 2px;
position: relative; }
.star-rating .star.empty {
color: #ccc; }
.star-rating .star.half::before {
content: '★';
position: absolute;
left: 0;
top: 0;
width: 50%;
overflow: hidden;
color: gold;
} .download-count {
font-size: 16px;
color: #4a5568;
margin-top: 5px;
}
.provider_stats_row {
width: 100%;
display: flex;
justify-content: space-between;
margin: 10px 0;
}
.provider_stats_row_left div,
.provider_stats_row_right div {
font-size: 16px;
color: #4a5568;
}
.clear {
clear: both;
} .provider_visit {
border-top: 1px solid #e5e5e5;
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
padding: 15px 0;
} a.visit {
display: flex;
align-items: center;
padding: 12px 20px;
background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
color: #ffffff !important;
border-radius: 8px;
font-size: 18px;
font-weight: 600;
margin: 10px;
text-align: center;
text-decoration: none;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.2s ease, box-shadow 0.3s ease;
}
a.visit:hover {
transform: translateY(-2px);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
} a.visit {
animation: none;
} .platform-icon {
width: 24px;
height: 24px;
margin-right: 10px;
} @media (max-width: 900px) {
.header-descargar {
width: 90%;
}
.provider_stats_row {
flex-direction: column;
align-items: center;
}
}
@media (max-width: 600px) {
.provider_stats_row {
flex-direction: column;
width: 100%;
}
a.visit {
flex: 1 1 100%;
justify-content: center;
}
.header-descargar {
flex-direction: column;
gap: 15px;
width: 100%;
}
.header-descargar img {
width: 50px;
height: 50px;
}
.header-descargar h1 {
font-size: 22px;
text-align: center;
}
} .button-container-cli {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
gap: 10px;
max-width: 600px;
margin: 20px auto;
}
.gradient-button-cli {
background: linear-gradient(90deg, #52c234 0%, #0f9b0f 100%);
color: white;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: bold;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: space-between;
flex: 1 1 45%;
}
.gradient-button-cli i.arrow-right {
border: solid white;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
margin-left: 10px;
transform: rotate(-45deg);
}
.gradient-button-cli span {
flex-grow: 1;
}
@media (max-width: 600px) {
.gradient-button-cli {
flex: 1 1 100%;
}
} .app-buttons-container {
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: wrap;
margin: 20px 0;
}
.provider_stats_wrapper {
flex: 1 1 300px;
max-width: 500px;
} input.error {
border: 2px solid #e53e3e; background-color: #fff5f5; } input:focus {
border: 2px solid #3182ce; outline: none;
box-shadow: 0 0 8px rgba(49, 130, 206, 0.5); } a.visit:focus-visible, button:focus-visible {
outline: 2px dashed #3182ce; outline-offset: 2px;
}
a.visit:active, button:active {
transform: scale(0.98); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
} @media (max-width: 480px) {
.provider_stats_row {
padding: 10px;
font-size: 14px;
}
.header-descargar h1 {
font-size: 18px;
}
} #cancel-redirect {
background-color: #FF6F61; color: #FFFFFF; padding: 10px 20px;
border: none;
border-radius: 5px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
text-transform: uppercase;
transition: all 0.3s ease; }
#cancel-redirect:hover {
background-color: #FF9671; color: #FFFFFF;
} #cancel-redirect.continue-download {
background-color: #4CAF50; color: #FFFFFF; font-weight: bold;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
text-transform: uppercase;
transition: all 0.3s ease;
}
#cancel-redirect.continue-download:hover {
background-color: #45A049; color: #FFFFFF;
} .redirect-container {
text-align: center; margin-top: -50px;
} #message-container p {
font-size: 14px; color: red; font-weight: bold;
margin-top: 15px; text-align: center; } #redirect-link {
display: inline-block; margin-top: 10px; font-size: 14px; text-align: center;
} #redirect-link {
font-size: 12px; color: #007BFF; }
#redirect-link:after {
content: ' (caso o botão não funcione)'; font-size: 12px;
} .redirect-container p {
font-size: 12px;
color:
} @media (max-width: 768px) { #cancel-redirect {
width: 100%;
max-width: 300px; margin: 10px auto; display: block; text-align: center;
} .redirect-container p {
text-align: center; font-size: 14px; } #downloadTitle {
font-size: 18px; text-align: center; } #downloadThumb {
display: block;
margin: 10px auto;
max-width: 80%; } #redirect-link {
font-size: 12px; }
}
@media only screen and (max-width: 768px) {
.redirect-container {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.redirect-container h1 {
font-size: 18px; margin-bottom: 10px;
}
.redirect-container p {
font-size: 14px; margin-bottom: 10px;
}
#cancel-redirect {
width: auto;
margin: 15px 0;
padding: 10px 15px;
}
#message-container {
font-size: 14px; }
#redirect-link {
font-size: 14px;
}
.provider_stats_wrapper {
margin: 20px 0;
padding: 10px;
box-sizing: border-box;
width: 100%; }
}
.loja-botoes-wrap {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.loja-botoes-wrap a {
display: block;
}
.loja-botoes-wrap img {
max-width: 180px;
height: auto;
transition: transform 0.2s ease;
}
.loja-botoes-wrap img:hover {
transform: scale(1.05);
}
@media (max-width: 360px) {
.loja-botoes-wrap img {
max-width: 140px;
}
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow-x: hidden;
}
body {
font-family: 'Figtree', sans-serif;
font-size: 16px;
line-height: 1.6;
color: #333333;
background-color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} body.admin-bar {
margin-top: 0 !important;
} #page, .site {
margin: 0;
padding: 0;
width: 100%;
}
main {
margin: 0;
padding: 0;
width: 100%;
} :root { --t2-primary: #1a73e8;
--t2-primary-dark: #1557b0;
--t2-primary-light: #4285f4; --t2-white: #ffffff;
--t2-black: #000000;
--t2-gray-50: #f9fafb;
--t2-gray-100: #f3f4f6;
--t2-gray-200: #e5e7eb;
--t2-gray-300: #d1d5db;
--t2-gray-400: #9ca3af;
--t2-gray-500: #6b7280;
--t2-gray-600: #4b5563;
--t2-gray-700: #374151;
--t2-gray-800: #1f2937;
--t2-gray-900: #111827; --t2-font-family: 'Figtree', sans-serif; --t2-header-height: 70px;
--t2-container-padding: 20px; --t2-radius-sm: 4px;
--t2-radius-md: 8px;
--t2-radius-lg: 12px;
--t2-radius-full: 9999px; --t2-transition: 0.3s ease; --t2-z-header: 1000;
--t2-z-overlay: 1001;
--t2-z-panel: 1002; --t2-breakpoint-desktop: 1024px;
} .t2-skip-link {
position: absolute;
top: -100px;
left: 0;
padding: 12px 20px;
background-color: var(--t2-primary);
color: var(--t2-white);
text-decoration: none;
font-weight: 600;
z-index: 9999;
transition: top var(--t2-transition);
}
.t2-skip-link:focus {
top: 0;
} .t2-header {
position: sticky;
top: 0;
background-color: var(--t2-white);
border-bottom: 1px solid var(--t2-gray-200);
height: var(--t2-header-height);
display: flex;
align-items: center;
z-index: var(--t2-z-header);
}
.t2-header__container {
max-width: 1600px;
margin: 0 auto;
padding: 0 var(--t2-container-padding);
width: 100%;
display: flex;
align-items: center;
justify-content: space-between; gap: 0; } .t2-header__logo {
flex-shrink: 0;
}
.t2-header__logo img,
.t2-header__logo .custom-logo {
max-height: 40px;
width: auto;
height: auto;
display: block;
}
.t2-logo-text {
font-size: 24px;
font-weight: 700;
color: var(--t2-black);
text-decoration: none;
} .t2-header__nav {
display: none; }
.t2-nav__list {
display: flex;
align-items: center;
gap: 32px;
list-style: none;
margin: 0;
padding: 0;
}
.t2-nav__list a {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 500;
color: #081A3E;
text-decoration: none;
transition: color var(--t2-transition);
}
.t2-nav__list a:hover {
color: #014751
} .t2-header__search {
display: none; flex-shrink: 0;
margin-left: auto;
}
.t2-search__form {
display: flex;
align-items: center;
gap: 8px;
background-color: var(--t2-gray-100);
border-radius: var(--t2-radius-full);
padding: 8px 16px;
width: 280px;
transition: background-color var(--t2-transition);
}
.t2-search__form:focus-within {
background-color: var(--t2-gray-200);
}
.t2-search__input {
flex: 1;
border: none;
background: none;
font-family: 'Figtree', var(--t2-font-family);
font-size: 14px;
color: var(--t2-gray-900);
outline: none;
}
.t2-search__input::placeholder {
color: var(--t2-gray-500);
}
.t2-search__button {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
padding: 0;
border: none;
background: none;
color: var(--t2-gray-600);
cursor: pointer;
transition: color var(--t2-transition);
}
.t2-search__button:hover {
color: var(--t2-primary);
} .t2-menu-toggle {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
padding: 0;
border: none;
background: none;
color: #081A3E;
cursor: pointer;
flex-shrink: 0;
transition: color var(--t2-transition);
margin-left: auto; } .t2-mobile-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: var(--t2-z-overlay);
visibility: hidden;
opacity: 0;
transition: opacity var(--t2-transition), visibility var(--t2-transition);
}
.t2-mobile-menu--open {
visibility: visible;
opacity: 1;
}
.t2-mobile-menu__overlay {
position: absolute;
inset: 0;
background-color: rgba(0, 0, 0, 0.5);
}
.t2-mobile-menu__panel {
position: absolute;
top: 0;
right: 0;
width: 85%;
max-width: 320px;
height: 100%;
background-color: var(--t2-white);
padding: 24px;
transform: translateX(100%);
transition: transform var(--t2-transition);
overflow-y: auto;
z-index: var(--t2-z-panel);
}
.t2-mobile-menu--open .t2-mobile-menu__panel {
transform: translateX(0);
}
.t2-mobile-menu__close {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
margin-bottom: 24px;
padding: 0;
border: none;
background: none;
color: var(--t2-gray-700);
cursor: pointer;
margin-left: auto;
}
.t2-mobile-menu__primary {
margin-bottom: 32px;
}
.t2-mobile-menu__title {
font-size: 18px;
font-weight: 600;
color: var(--t2-gray-900);
margin: 0 0 16px 0;
}
.t2-mobile-nav__list {
list-style: none;
margin: 0;
padding: 0;
}
.t2-mobile-nav__list li {
margin-bottom: 8px;
}
.t2-mobile-nav__list a {
display: block;
padding: 12px 16px;
color: var(--t2-gray-700);
text-decoration: none;
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 500;
border-radius: var(--t2-radius-md);
transition: background-color var(--t2-transition);
}
.t2-mobile-nav__list a:hover {
background-color: var(--t2-gray-100);
} @media (min-width: 1024px) {
.t2-header__container {
gap: 32px; justify-content: flex-start; }
.t2-header__nav {
display: block;
}
.t2-header__search {
display: block;
}
.t2-menu-toggle {
display: block;
margin-left: 0; }
.t2-mobile-menu__primary {
display: none;
}
} .t2-main {
min-height: 100vh;
padding: 0;
} .t2-hero-grid {
width: 100%;
background-color: var(--t2-gray-100);
padding: 40px 20px;
}
.t2-hero-grid__container {
max-width: 1600px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 350px); gap: 20px;
} .t2-hero-card {
position: relative;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
transition: transform var(--t2-transition), box-shadow var(--t2-transition);
}
.t2-hero-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.t2-hero-card__link {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
position: relative;
} .t2-hero-card__bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.t2-hero-card__bg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}
.t2-hero-card__placeholder {
width: 100%;
height: 100%;
background: linear-gradient(135deg, var(--t2-gray-700) 0%, var(--t2-gray-900) 100%);
} .t2-hero-card__gradient {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
90deg,
#081A3E 0%,
rgba(8, 26, 62, 0.8) 40%,
rgba(8, 26, 62, 0) 100%
);
z-index: 2;
} .t2-hero-card__content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 3;
padding: 24px;
color: var(--t2-white);
} .t2-hero-card__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 20px;
font-weight: 700;
line-height: 1.2;
margin: 0 0 12px 0;
color: var(--t2-white);
} .t2-hero-card__excerpt {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 400;
line-height: 1.5;
margin: 0 0 16px 0;
color: rgba(255, 255, 255, 0.9);
} .t2-hero-card__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 24px;
background-color: var(--t2-btn-bg);
color: var(--t2-btn-text, #000000);
border-radius: var(--t2-radius-full);
font-family: 'Figtree', var(--t2-font-family);
font-size: 14px;
font-weight: 600;
text-decoration: none;
transition: all var(--t2-transition);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.t2-hero-card__link:hover .t2-hero-card__btn {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}   .t2-hero-card--large {
grid-column: 1 / 3; grid-row: 1;
}
.t2-hero-card--large .t2-hero-card__title {
font-size: 32px;
}
.t2-hero-card--large .t2-hero-card__content {
padding: 32px;
} .t2-hero-card--medium:nth-of-type(2) {
grid-column: 3; grid-row: 1;
} .t2-hero-card--medium:nth-of-type(3) {
grid-column: 4; grid-row: 1;
}  .t2-hero-card--small:nth-of-type(4) {
grid-column: 1; grid-row: 2;
} .t2-hero-card--small:nth-of-type(5) {
grid-column: 2; grid-row: 2;
} .t2-hero-card--small:nth-of-type(6) {
grid-column: 3 / 5; grid-row: 2;
}
.t2-hero-card--small:nth-of-type(6) .t2-hero-card__title {
font-size: 32px;
}
.t2-hero-card--small:nth-of-type(6) .t2-hero-card__content {
padding: 32px;
} @media (max-width: 1024px) {
.t2-hero-grid__container {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
gap: 16px;
} .t2-hero-card--large {
grid-column: 1 / 3;
grid-row: auto;
min-height: 400px;
}
.t2-hero-card--medium:nth-of-type(2),
.t2-hero-card--medium:nth-of-type(3),
.t2-hero-card--small:nth-of-type(4),
.t2-hero-card--small:nth-of-type(5) {
grid-column: span 1;
grid-row: auto;
min-height: 250px;
}
.t2-hero-card--small:nth-of-type(6) {
grid-column: 1 / 3;
grid-row: auto;
min-height: 350px;
}
} @media (max-width: 640px) {
.t2-hero-grid {
padding: 20px 16px;
position: relative; min-height: 477px; }
.t2-hero-grid__container {
position: relative;
display: block; grid-template-columns: 1fr;
gap: 0;
width: 100%;
height: 477px; }
.t2-hero-card--large,
.t2-hero-card--medium,
.t2-hero-card--small {
position: absolute; top: 0;
left: 0;
grid-column: 1;
grid-row: auto;
width: 100%;
min-height: 477px;
height: 477px;
opacity: 0; visibility: hidden;
transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out; z-index: 1;
} .t2-hero-card--active {
opacity: 1;
visibility: visible;
z-index: 2;
}
.t2-hero-card--large .t2-hero-card__title,
.t2-hero-card--small:nth-of-type(6) .t2-hero-card__title {
font-size: 32px;
}
.t2-hero-card__title {
font-size: 32px;
}
.t2-hero-card__excerpt {
display: none;
}
.t2-hero-card__btn {
padding: 8px 16px;
font-size: 20px;
}
.t2-hero-card__content {
padding: 24px;
}
} :root { --t2-btn-bg: #00ECEC;
--t2-btn-text: #000000; --t2-hero-gradient-start: rgba(0, 0, 0, 0.7);
--t2-hero-gradient-mid: rgba(0, 0, 0, 0.4);
--t2-hero-gradient-end: rgba(0, 0, 0, 0.8);
}   .t2-recent-posts {
width: 100%;
background-color: var(--t2-white);
padding: 80px 20px;
}
.t2-recent-posts__container {
max-width: 1600px;
margin: 0 auto;
} .t2-recent-posts__header {
text-align: center;
margin-bottom: 60px;
} .t2-recent-posts__label {
display: inline-block;
font-family: 'Figtree', sans-serif;
font-size: 14px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #014751;
margin-bottom: 12px;
} .t2-recent-posts__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 48px;
font-weight: 700;
line-height: 1.2;
color: var(--t2-black);
margin: 0;
} .t2-recent-posts__grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
} .t2-recent-card {
position: relative;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
transition: transform var(--t2-transition), box-shadow var(--t2-transition);
min-height: 320px;
}
.t2-recent-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.t2-recent-card__link {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
position: relative;
} .t2-recent-card__bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.t2-recent-card__bg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}
.t2-recent-card__placeholder {
width: 100%;
height: 100%;
background: linear-gradient(135deg, var(--t2-gray-700) 0%, var(--t2-gray-900) 100%);
} .t2-recent-card__gradient {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
90deg,
#081A3E 0%,
rgba(8, 26, 62, 0.8) 40%,
rgba(8, 26, 62, 0) 100%
);
z-index: 2;
} .t2-recent-card__content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 3;
padding: 32px;
color: var(--t2-white);
} .t2-recent-card__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 28px;
font-weight: 700;
line-height: 1.2;
margin: 0 0 12px 0;
color: var(--t2-white);
} .t2-recent-card__excerpt {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 400;
line-height: 1.5;
margin: 0 0 20px 0;
color: rgba(255, 255, 255, 0.9);
} .t2-recent-card__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 12px 32px;
background-color: var(--t2-btn-bg);
color: var(--t2-btn-text, #000000);
border-radius: var(--t2-radius-full);
font-family: 'Figtree', var(--t2-font-family);
font-size: 14px;
font-weight: 600;
text-decoration: none;
transition: all var(--t2-transition);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.t2-recent-card__link:hover .t2-recent-card__btn {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
} @media (max-width: 1024px) {
.t2-recent-posts {
padding: 60px 20px;
}
.t2-recent-posts__title {
font-size: 40px;
}
.t2-recent-posts__header {
margin-bottom: 40px;
}
.t2-recent-posts__grid {
gap: 16px;
}
.t2-recent-card {
min-height: 280px;
}
.t2-recent-card__title {
font-size: 24px;
}
.t2-recent-card__excerpt {
font-size: 14px;
}
} @media (max-width: 640px) {
.t2-recent-posts {
padding: 40px 16px;
}
.t2-recent-posts__title {
font-size: 32px;
}
.t2-recent-posts__label {
font-size: 12px;
}
.t2-recent-posts__header {
margin-bottom: 32px;
}
.t2-recent-posts__grid {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
gap: 16px;
padding-bottom: 16px;
}
.t2-recent-posts__grid::-webkit-scrollbar {
height: 8px;
}
.t2-recent-posts__grid::-webkit-scrollbar-track {
background: var(--t2-gray-200);
border-radius: 4px;
}
.t2-recent-posts__grid::-webkit-scrollbar-thumb {
background: var(--t2-gray-400);
border-radius: 4px;
}
.t2-recent-card {
flex: 0 0 85%;
scroll-snap-align: start;
min-height: 320px;
}
.t2-recent-posts__dots {
display: flex;
justify-content: center;
gap: 8px;
margin-top: 24px;
}
.t2-recent-posts__dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--t2-gray-400);
border: none;
padding: 0;
cursor: pointer;
transition: all 0.3s ease;
}
.t2-recent-posts__dot.active {
width: 24px;
border-radius: 4px;
background: var(--t2-primary);
}
.t2-recent-card__content {
padding: 24px;
}
.t2-recent-card__title {
font-size: 22px;
margin-bottom: 10px;
}
.t2-recent-card__excerpt {
font-size: 14px;
margin-bottom: 16px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.t2-recent-card__btn {
padding: 10px 24px;
font-size: 13px;
}
} .t2-see-also {
width: 100%;
background-color: var(--t2-white);
padding: 80px 20px;
}
.t2-see-also__container {
max-width: 1600px;
margin: 0 auto;
} .t2-see-also__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 48px;
font-weight: 700;
line-height: 1.2;
color: var(--t2-black);
text-align: center;
margin: 0 0 60px 0;
} .t2-see-also__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
} .t2-see-also-card {
background-color: var(--t2-gray-50);
border-radius: 16px;
overflow: hidden;
transition: transform var(--t2-transition), box-shadow var(--t2-transition);
display: flex;
flex-direction: column;
}
.t2-see-also-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
} .t2-see-also-card__thumb {
display: block;
width: 100%;
height: 200px;
overflow: hidden;
position: relative;
border-radius: 16px 16px 0 0;
background-color: var(--t2-gray-200);
}
.t2-see-also-card__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
transition: transform var(--t2-transition);
}
.t2-see-also-card:hover .t2-see-also-card__thumb img {
transform: scale(1.05);
}
.t2-see-also-card__placeholder {
width: 100%;
height: 100%;
background: linear-gradient(135deg, var(--t2-gray-300) 0%, var(--t2-gray-400) 100%);
display: flex;
align-items: center;
justify-content: center;
color: var(--t2-gray-500);
font-size: 48px;
}
.t2-see-also-card__placeholder::after {
content: '🖼️';
} .t2-see-also-card__content {
padding: 20px;
display: flex;
flex-direction: column;
gap: 12px;
flex-grow: 1;
} .t2-see-also-card__cat {
display: flex;
align-items: center;
gap: 8px;
}
.t2-see-also-card__cat-dot {
width: 16px;
height: 6px;
background-color: var(--t2-primary);
border-radius: 3px;
flex-shrink: 0;
}
.t2-see-also-card__cat-name {
font-family: 'Figtree', var(--t2-font-family);
font-size: 12px;
font-weight: 700;
letter-spacing: 1px;
color: var(--t2-primary);
text-transform: uppercase;
} .t2-see-also-card__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 18px;
font-weight: 600;
line-height: 1.4;
color: var(--t2-black);
margin: 0;
flex-grow: 1;
}
.t2-see-also-card__title a {
color: inherit;
text-decoration: none;
transition: color var(--t2-transition);
}
.t2-see-also-card__title a:hover {
color: var(--t2-primary);
} .t2-see-also-card__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 24px;
background-color: var(--t2-btn-bg);
color: var(--t2-btn-text, #000000);
border-radius: var(--t2-radius-full);
font-family: 'Figtree', var(--t2-font-family);
font-size: 14px;
font-weight: 600;
text-decoration: none;
transition: all var(--t2-transition);
align-self: flex-start;
}
.t2-see-also-card__btn:hover {
transform: translateY(-2px);
} @media (max-width: 1024px) {
.t2-see-also {
padding: 60px 20px;
}
.t2-see-also__title {
font-size: 40px;
margin-bottom: 40px;
}
.t2-see-also__grid {
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}
.t2-see-also-card__thumb {
height: 180px;
}
.t2-see-also-card__title {
font-size: 16px;
}
} @media (max-width: 640px) {
.t2-see-also {
padding: 40px 16px;
}
.t2-see-also__title {
font-size: 32px;
margin-bottom: 32px;
}
.t2-see-also__grid {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
gap: 16px;
padding-bottom: 16px;
}
.t2-see-also__grid::-webkit-scrollbar {
height: 8px;
}
.t2-see-also__grid::-webkit-scrollbar-track {
background: var(--t2-gray-200);
border-radius: 4px;
}
.t2-see-also__grid::-webkit-scrollbar-thumb {
background: var(--t2-gray-400);
border-radius: 4px;
}
.t2-see-also-card {
flex: 0 0 85%;
scroll-snap-align: start;
}
.t2-see-also-card__thumb {
height: 200px;
}
.t2-see-also-card__content {
padding: 16px;
gap: 10px;
}
.t2-see-also-card__cat-name {
font-size: 10px;
}
.t2-see-also-card__title {
font-size: 14px;
}
.t2-see-also-card__btn {
padding: 8px 16px;
font-size: 12px;
}
.t2-see-also__dots {
display: flex;
justify-content: center;
gap: 8px;
margin-top: 24px;
}
.t2-see-also__dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--t2-gray-400);
border: none;
padding: 0;
cursor: pointer;
transition: all 0.3s ease;
}
.t2-see-also__dot.active {
width: 24px;
border-radius: 4px;
background: var(--t2-primary);
}
}
@media (max-width: 480px) {
.t2-see-also__grid {
grid-template-columns: 1fr;
}
.t2-see-also-card__thumb {
height: 200px;
}
} .t2-look-topic {
width: 100%;
background-color: var(--t2-gray-50);
padding: 80px 20px;
}
.t2-look-topic__container {
max-width: 1600px;
margin: 0 auto;
} .t2-look-topic__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 48px;
font-weight: 700;
line-height: 1.2;
color: var(--t2-black);
text-align: center;
margin: 0 0 60px 0;
} .t2-look-topic__grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
} .t2-look-topic__card {
background-color: var(--t2-white);
border-radius: 16px;
padding: 32px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.t2-look-topic__card-title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 24px;
font-weight: 700;
color: var(--t2-black);
margin: 0 0 24px 0;
} .t2-look-topic__list {
display: flex;
flex-direction: column;
gap: 16px;
} .t2-topic-item {
display: flex;
align-items: center;
gap: 16px;
padding: 12px;
border-radius: 12px;
background-color: var(--t2-gray-50);
transition: all var(--t2-transition);
}
.t2-topic-item:hover {
background-color: var(--t2-gray-100);
transform: translateX(4px);
} .t2-topic-item__thumb {
display: block;
width: 80px;
height: 80px;
flex-shrink: 0;
border-radius: 8px;
overflow: hidden;
background-color: var(--t2-gray-200);
}
.t2-topic-item__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}
.t2-topic-item__placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
background: linear-gradient(135deg, var(--t2-gray-300) 0%, var(--t2-gray-400) 100%);
} .t2-topic-item__content {
flex: 1;
display: flex;
flex-direction: column;
gap: 8px;
} .t2-topic-item__cat {
display: flex;
align-items: center;
gap: 6px;
}
.t2-topic-item__cat-dot {
width: 12px;
height: 4px;
background-color: #014751;
border-radius: 2px;
flex-shrink: 0;
}
.t2-topic-item__cat-name {
font-family: 'Figtree', var(--t2-font-family);
font-size: 11px;
font-weight: 700;
letter-spacing: 0.5px;
color: #014751;
text-transform: uppercase;
} .t2-topic-item__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 600;
line-height: 1.3;
color: var(--t2-black);
margin: 0;
}
.t2-topic-item__title a {
color: inherit;
text-decoration: none;
transition: color var(--t2-transition);
}
.t2-topic-item__title a:hover {
color: var(--t2-primary);
} .t2-topic-item__arrow {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
flex-shrink: 0;
background-color: #081A3E;
border-radius: 50%;
color: #ffffff;
text-decoration: none;
transition: all var(--t2-transition);
}
.t2-topic-item__arrow:hover {
transform: scale(1.1);
}
.t2-topic-item__arrow svg {
width: 18px;
height: 18px;
} @media (max-width: 1024px) {
.t2-look-topic {
padding: 60px 20px;
}
.t2-look-topic__title {
font-size: 40px;
margin-bottom: 40px;
}
.t2-look-topic__grid {
gap: 20px;
}
.t2-look-topic__card {
padding: 24px;
}
.t2-look-topic__card-title {
font-size: 22px;
margin-bottom: 20px;
}
.t2-topic-item__thumb {
width: 70px;
height: 70px;
}
.t2-topic-item__title {
font-size: 14px;
}
} @media (max-width: 640px) {
.t2-look-topic {
padding: 40px 16px;
}
.t2-look-topic__title {
font-size: 32px;
margin-bottom: 32px;
}
.t2-look-topic__grid {
grid-template-columns: 1fr;
gap: 20px;
}
.t2-look-topic__card {
padding: 20px;
}
.t2-look-topic__card-title {
font-size: 20px;
margin-bottom: 16px;
}
.t2-look-topic__list {
gap: 12px;
}
.t2-topic-item {
gap: 12px;
padding: 10px;
}
.t2-topic-item__thumb {
width: 60px;
height: 60px;
}
.t2-topic-item__cat-name {
font-size: 10px;
}
.t2-topic-item__title {
font-size: 13px;
}
.t2-topic-item__arrow {
width: 36px;
height: 36px;
}
.t2-topic-item__arrow svg {
width: 16px;
height: 16px;
}
} .t2-footer {
width: 100%;
background-color: var(--t2-white);
padding: 40px 20px;
}
.t2-footer__container {
max-width: 1600px;
margin: 0 auto;
} .t2-footer__grid {
display: grid;
grid-template-columns: 376px 1fr 376px;
gap: 32px;
align-items: start;
} .t2-footer__col {
display: flex;
flex-direction: column;
gap: 32px;
} .t2-footer__col--left {
height: 100%;
} .t2-footer__col--center {
min-height: 624px;
} .t2-footer__col--right {
height: 100%;
}
.t2-footer__links-menu ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 16px; }
.t2-footer__links-menu li {
margin: 0;
padding: 0;
list-style: none;
}
.t2-footer__links-menu a,
.t2-footer__links-menu .menu-item a {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 600;
color: #000; text-decoration: none;
transition: all var(--t2-transition);
display: inline-block;
width: fit-content;
}
.t2-footer__links-menu a:hover,
.t2-footer__links-menu .menu-item a:hover {
transform: translateX(4px); } .t2-footer__links-menu .sub-menu {
display: none;
}
.t2-footer__links-menu .current-menu-item > a {
font-weight: 700;
} .t2-footer__logo-card,
.t2-footer__copyright-card,
.t2-footer__links-card,
.t2-footer__categories-card {
background-color: #f7f7f7;
border-radius: 20px;
padding: 48px 70px;
}  .t2-footer__logo-card {
display: flex;
flex-direction: column;
gap: 32px;
align-items: center;
flex: 1;
}
.t2-footer__logo,
.t2-footer__logo-placeholder {
width: 100%;
aspect-ratio: 3/1;
display: flex;
align-items: center;
justify-content: center;
border-radius: 12px;
}
.t2-footer__logo img {
max-width: 100%;
height: auto;
}
.t2-footer__logo-placeholder span {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
color: var(--t2-black);
}
.t2-footer__tagline {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 500;
line-height: 1.5;
color: #595959;
text-align: center;
margin: 0;
} .t2-footer__copyright-card {
display: flex;
flex-direction: column;
gap: 32px;
align-items: flex-start;
}
.t2-footer__brand-icon {
width: 94px;
height: 56px;
}
.t2-footer__copyright-text {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 500;
line-height: 1.5;
color: #595959;
margin: 0;
}  .t2-footer__links-card {
display: flex;
flex-direction: column;
gap: 20px;
}
.t2-footer__section-title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 38px;
font-weight: 400;
line-height: 1.2;
color: var(--t2-black);
margin: 0;
}
.t2-footer__links-menu,
.t2-footer__categories-menu {
display: flex;
flex-direction: column;
gap: 16px;
}
.t2-footer__link {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 600;
color: #000;
text-decoration: none;
transition: all var(--t2-transition);
display: inline-block;
width: fit-content;
}
.t2-footer__link:hover {
transform: translateX(4px);
} .t2-footer__newsletter-card {
background-color: #081A3E;
border-radius: 20px;
padding: 48px 70px;
display: flex;
flex-direction: column;
gap: 20px;
flex: 1;
}
.t2-footer__newsletter-title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 38px;
font-weight: 400;
line-height: 1.2;
color: var(--t2-white);
margin: 0;
}
.t2-footer__newsletter-text {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #ebebeb;
margin: 0;
} .t2-footer__newsletter-form {
width: 100%;
}
.t2-footer__newsletter-input-wrap {
display: flex;
gap: 8px;
align-items: center;
}
.t2-footer__newsletter-input {
flex: 1;
background-color: #062459;
border: none;
border-radius: 100px 4px 4px 100px;
padding: 12px 20px;
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
color: var(--t2-white);
outline: none;
transition: all var(--t2-transition);
}
.t2-footer__newsletter-input::placeholder {
color: rgba(255, 255, 255, 0.7);
}
.t2-footer__newsletter-btn {
background-color: #fff;
border: none;
border-radius: 4px 100px 100px 4px;
padding: 12px 16px;
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 600;
color: #000;
cursor: pointer;
transition: all var(--t2-transition);
white-space: nowrap;
}
.t2-footer__newsletter-btn:hover {
background-color: #f0f0f0;
transform: scale(1.05);
}
.t2-footer__newsletter-disclaimer {
font-family: 'Figtree', var(--t2-font-family);
font-size: 14px;
font-weight: 400;
line-height: 1.4;
color: #ebebeb;
margin: 0;
max-width: 450px;
} .t2-footer__categories-card {
display: flex;
flex-direction: column;
gap: 20px;
height: 100%;
} @media (max-width: 1200px) {
.t2-footer__grid {
grid-template-columns: 1fr 1fr;
gap: 24px;
}
.t2-footer__col--left {
grid-column: 1 / -1;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
}
.t2-footer__col--center {
min-height: auto;
}
.t2-footer__logo-card,
.t2-footer__copyright-card,
.t2-footer__links-card,
.t2-footer__newsletter-card,
.t2-footer__categories-card {
padding: 32px 40px;
}
.t2-footer__section-title,
.t2-footer__newsletter-title {
font-size: 32px;
}
} @media (max-width: 768px) {
.t2-footer {
padding: 32px 16px;
}
.t2-footer__grid {
display: flex;
flex-direction: column;
gap: 20px;
} .t2-footer__col--left {
display: contents;
}
.t2-footer__logo-card {
order: 1;
}
.t2-footer__col--center {
display: contents;
}
.t2-footer__links-card {
order: 2;
}
.t2-footer__newsletter-card {
order: 3;
}
.t2-footer__col--right {
order: 4;
}
.t2-footer__copyright-card {
order: 5;
}
.t2-footer__col {
gap: 20px;
}
.t2-footer__logo-card,
.t2-footer__copyright-card,
.t2-footer__links-card,
.t2-footer__newsletter-card,
.t2-footer__categories-card {
padding: 24px 32px;
border-radius: 16px;
}
.t2-footer__section-title,
.t2-footer__newsletter-title {
font-size: 28px;
}
.t2-footer__tagline,
.t2-footer__copyright-text,
.t2-footer__newsletter-text {
font-size: 14px;
}
.t2-footer__newsletter-input-wrap {
flex-direction: column;
gap: 12px;
}
.t2-footer__newsletter-input,
.t2-footer__newsletter-btn {
width: 100%;
border-radius: 100px;
}
.t2-footer__newsletter-btn {
padding: 12px 24px;
}
} .t2-category {
width: 100%;
background-color: var(--t2-white);
padding-top: calc(var(--t2-header-height) + 20px);
} .t2-category-hero {
width: 100%;
padding: 20px 20px 80px 20px;
}
.t2-category-hero__container {
max-width: 1600px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 32px;
} .t2-category-hero__header {
display: flex;
flex-direction: column;
gap: 12px;
}
.t2-category-hero__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 44px;
font-weight: 400;
line-height: 1.1;
color: var(--t2-black);
margin: 0;
}
.t2-category-hero__description {
font-family: 'Figtree', var(--t2-font-family);
font-size: 18px;
font-weight: 400;
line-height: 1.4;
color: var(--t2-gray-600);
margin: 0;
} .t2-category-hero__grid {
display: grid;
grid-template-columns: 911px 657px;
grid-template-rows: 330px 330px;
gap: 32px;
} .t2-cat-hero-card--large {
grid-column: 1;
grid-row: 1 / 3;
} .t2-cat-hero-card--medium:nth-of-type(2) {
grid-column: 2;
grid-row: 1;
}
.t2-cat-hero-card--medium:nth-of-type(3) {
grid-column: 2;
grid-row: 2;
} .t2-cat-hero-card {
position: relative;
border-radius: 20px;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 32px;
transition: transform var(--t2-transition);
}
.t2-cat-hero-card:hover {
transform: translateY(-4px);
} .t2-cat-hero-card__bg {
position: absolute;
inset: 0;
z-index: 0;
}
.t2-cat-hero-card__img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.t2-cat-hero-card__gradient {
position: absolute;
inset: 0;
background: linear-gradient(
90deg,
#081A3E 0%,
rgba(8, 26, 62, 0.8) 40%,
rgba(8, 26, 62, 0) 100%
);
} .t2-cat-hero-card__content {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
gap: 16px;
} .t2-cat-hero-card__title--large {
font-family: 'Figtree', var(--t2-font-family);
font-size: 40px;
font-weight: 600;
line-height: 1.1;
color: var(--t2-white);
margin: 0;
}
.t2-cat-hero-card__title--large a {
color: inherit;
text-decoration: none;
transition: color var(--t2-transition);
}
.t2-cat-hero-card__title--large a:hover {
color: var(--t2-btn-bg);
} .t2-cat-hero-card__title--medium {
font-family: 'Figtree', var(--t2-font-family);
font-size: 32px;
font-weight: 600;
line-height: 1.1;
color: var(--t2-white);
margin: 0;
}
.t2-cat-hero-card__title--medium a {
color: inherit;
text-decoration: none;
transition: color var(--t2-transition);
}
.t2-cat-hero-card__title--medium a:hover {
color: var(--t2-btn-bg);
} .t2-cat-hero-card__excerpt {
font-family: 'Figtree', var(--t2-font-family);
font-size: 20px;
font-weight: 400;
line-height: 1.4;
color: #ebebeb;
margin: 0;
} .t2-cat-hero-card__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 16px;
background-color: var(--t2-btn-bg);
color: var(--t2-btn-text, #000000);
font-family: 'Figtree', var(--t2-font-family);
font-size: 20px;
font-weight: 700;
text-decoration: none;
border-radius: 100px;
transition: all var(--t2-transition);
width: fit-content;
}
.t2-cat-hero-card__btn:hover {
transform: scale(1.05);
} @media (max-width: 1200px) {
.t2-category-hero__grid {
grid-template-columns: 1fr 1fr;
grid-template-rows: 400px 300px;
gap: 24px;
}
.t2-cat-hero-card__title--large {
font-size: 36px;
}
.t2-cat-hero-card__title--medium {
font-size: 28px;
}
.t2-cat-hero-card__excerpt {
font-size: 18px;
}
}  @media (max-width: 768px) {
.t2-category-hero {
padding: 20px 0 60px 0;
}
.t2-category-hero__container {
gap: 24px;
} .t2-category-hero__header {
padding: 0 16px;
}
.t2-category-hero__title {
font-size: 32px;
}
.t2-category-hero__description {
font-size: 16px;
} .t2-category-hero__grid {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
gap: 16px;
padding: 0 16px; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
.t2-category-hero__grid::-webkit-scrollbar {
display: none; } .t2-cat-hero-card--large,
.t2-cat-hero-card--medium {
flex: 0 0 85%; min-width: 85%;
max-width: 85%;
min-height: 400px;
scroll-snap-align: start;
} .t2-cat-hero-card {
padding: 24px;
} .t2-cat-hero-card__title--large,
.t2-cat-hero-card__title--medium {
font-size: 28px;
}
.t2-cat-hero-card__excerpt {
font-size: 16px;
}
.t2-cat-hero-card__btn {
font-size: 18px;
padding: 10px 20px;
} .t2-category-hero__dots {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
padding: 20px 0 0 0;
}
.t2-category-hero__dot {
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #d9d9d9;
border: none;
padding: 0;
cursor: pointer;
transition: all 0.3s ease;
}
.t2-category-hero__dot.active {
width: 24px;
height: 8px;
border-radius: 4px;
background-color: var(--t2-primary, #5F12FF);
} .t2-category-posts {
padding: 40px 16px;
} .t2-category-posts__grid {
grid-template-columns: 1fr;
gap: 16px;
}
.t2-category-posts__col {
gap: 16px;
} .t2-post-card-row {
grid-template-columns: 1fr;
gap: 16px;
}  .t2-post-card--horizontal {
flex-direction: column;
min-height: auto;
}
.t2-post-card--horizontal .t2-post-card__thumb-horizontal {
width: 100%;
height: 236px;
min-height: 236px;
} .t2-post-card--large-vertical {
min-height: 400px;
}
.t2-post-card--small {
min-height: 400px;
} .t2-post-card--large-vertical .t2-post-card__content,
.t2-post-card--small .t2-post-card__content,
.t2-post-card--horizontal .t2-post-card__content {
padding: 20px;
gap: 12px;
}
.t2-post-card__title {
font-size: 20px;
}
.t2-post-card__btn {
font-size: 18px;
padding: 10px 18px;
} .t2-pagination {
padding: 24px 16px;
}
.t2-pagination__container {
flex-direction: column;
gap: 16px;
}
.t2-pagination__numbers ul {
gap: 12px;
}
.t2-pagination__numbers a,
.t2-pagination__numbers span {
padding: 8px 10px;
font-size: 14px;
min-width: 32px;
} .t2-pagination__btn span {
display: none;
}
.t2-pagination__btn {
padding: 12px;
width: 44px;
height: 44px;
justify-content: center;
}
.t2-pagination__btn svg {
width: 20px;
height: 20px;
}
} @media (min-width: 769px) {
.t2-category-hero__dots {
display: none;
}
} .t2-category-posts {
width: 100%;
padding: 80px 20px;
background-color: var(--t2-white);
}
.t2-category-posts__container {
max-width: 1600px;
margin: 0 auto;
}
.t2-category-posts__grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}
.t2-category-posts__col {
display: flex;
flex-direction: column;
gap: 16px;
}
.t2-category-posts__empty {
text-align: center;
font-size: 18px;
color: var(--t2-gray-600);
padding: 60px 20px;
} .t2-post-card {
background-color: #f7f7f7;
border-radius: 20px;
padding: 8px;
display: flex;
flex-direction: column;
transition: transform var(--t2-transition), box-shadow var(--t2-transition);
}
.t2-post-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
} .t2-post-card--large-vertical {
min-height: 633px;
}
.t2-post-card--large-vertical .t2-post-card__thumb {
flex: 1;
border-radius: 16px;
overflow: hidden;
background-color: var(--t2-gray-200);
}
.t2-post-card--large-vertical .t2-post-card__img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.t2-post-card--large-vertical .t2-post-card__content {
padding: 24px;
display: flex;
flex-direction: column;
gap: 14px;
} .t2-post-card--small {
min-height: 466px;
}
.t2-post-card--small .t2-post-card__thumb {
height: 236px;
border-radius: 16px;
overflow: hidden;
background-color: var(--t2-gray-200);
}
.t2-post-card--small .t2-post-card__img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.t2-post-card--small .t2-post-card__content {
flex: 1;
padding: 24px;
display: flex;
flex-direction: column;
gap: 14px;
justify-content: space-between;
} .t2-post-card--horizontal {
flex-direction: row;
min-height: 252px;
align-items: center;
}
.t2-post-card--horizontal .t2-post-card__thumb-horizontal {
flex: 1;
height: 100%;
min-height: 236px;
border-radius: 16px;
overflow: hidden;
background-color: var(--t2-gray-200);
}
.t2-post-card--horizontal .t2-post-card__img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.t2-post-card--horizontal .t2-post-card__content {
flex: 1;
padding: 24px;
display: flex;
flex-direction: column;
gap: 14px;
} .t2-post-card-row {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}  .t2-post-card__cat {
display: flex;
align-items: center;
gap: 6px;
height: 14px;
}
.t2-post-card__cat-dot {
width: 16px;
height: 6px;
background-color: #014751;
border-radius: 100px;
flex-shrink: 0;
}
.t2-post-card__cat-name {
font-family: 'Figtree', var(--t2-font-family);
font-size: 12px;
font-weight: 600;
color: #014751;
text-transform: uppercase;
letter-spacing: 0.5px;
} .t2-post-card__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 24px;
font-weight: 400;
line-height: 1.2;
color: var(--t2-black);
margin: 0;
}
.t2-post-card__title a {
color: inherit;
text-decoration: none;
transition: color var(--t2-transition);
}
.t2-post-card__title a:hover {
color: var(--t2-primary, #081A3E);
} .t2-post-card__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 16px;
background-color: #081A3E;
color: #fff;
font-family: 'Figtree', var(--t2-font-family);
font-size: 20px;
font-weight: 700;
text-decoration: none;
border-radius: 100px;
transition: all var(--t2-transition);
width: fit-content;
}
.t2-post-card__btn:hover {
transform: scale(1.05);
} .t2-post-card__placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 48px;
background: linear-gradient(135deg, var(--t2-gray-300) 0%, var(--t2-gray-400) 100%);
} .t2-pagination {
width: 100%;
padding: 24px 20px;
background-color: var(--t2-white);
}
.t2-pagination__container {
max-width: 1600px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
gap: 24px;
} .t2-pagination__btn {
display: flex;
align-items: center;
gap: 10px;
padding: 8px 16px;
background-color: #FF26A5;
color: var(--t2-white);
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 600;
text-decoration: none;
border-radius: 100px;
transition: all var(--t2-transition);
}
.t2-pagination__btn:hover {
background-color: var(--t2-gray-800);
transform: translateY(-2px);
}
.t2-pagination__btn svg {
width: 19px;
height: 19px;
} .t2-pagination__numbers {
background-color: #f7f7f7;
border-radius: 100px;
padding: 5px 20px;
}
.t2-pagination__numbers ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
align-items: center;
gap: 24px;
}
.t2-pagination__numbers li {
margin: 0;
}
.t2-pagination__numbers a,
.t2-pagination__numbers span {
display: flex;
align-items: center;
justify-content: center;
padding: 8px 12px;
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 600;
color: var(--t2-black);
text-decoration: none;
border-radius: 100px;
transition: all var(--t2-transition);
min-width: 36px;
}
.t2-pagination__numbers a:hover {
background-color: rgba(0, 229, 38, 0.1);
}
.t2-pagination__numbers .current {
background-color: #E8E4FF;
border: 1px solid #5F12FF;
color: var(--t2-black);
} @media (max-width: 1024px) {
.t2-category-posts {
padding: 60px 20px;
}
.t2-category-posts__grid {
gap: 20px;
}
.t2-post-card--large-vertical {
min-height: 500px;
}
.t2-post-card--small {
min-height: 400px;
}
.t2-post-card__title {
font-size: 20px;
}
.t2-post-card__btn {
font-size: 18px;
}
} @media (max-width: 768px) {
.t2-category-posts {
padding: 40px 16px;
}
.t2-category-posts__grid {
grid-template-columns: 1fr;
gap: 16px;
}
.t2-post-card-row {
grid-template-columns: 1fr;
}
.t2-post-card--horizontal {
flex-direction: column;
min-height: auto;
}
.t2-post-card--horizontal .t2-post-card__thumb-horizontal {
width: 100%;
height: 200px;
}
.t2-post-card--large-vertical,
.t2-post-card--small {
min-height: 400px;
}
.t2-pagination__container {
flex-direction: column;
gap: 16px;
}
.t2-pagination__numbers ul {
gap: 12px;
}
.t2-pagination__btn span {
display: none;
}
} .t2-search {
width: 100%;
background-color: var(--t2-white);
padding-top: calc(var(--t2-header-height) + 20px);
}
.t2-search-hero {
width: 100%;
padding: 20px 20px 80px 20px;
}
.t2-search-hero__container {
max-width: 1600px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 32px;
} .t2-search-hero__header {
display: flex;
flex-direction: column;
gap: 20px;
}
.t2-search-hero__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 44px;
font-weight: 400;
line-height: 1.1;
color: var(--t2-black);
margin: 0;
} .t2-search-hero__form {
position: relative;
max-width: 450px;
display: flex;
align-items: center;
border: 1px solid #023FFC;
border-radius: 100px;
overflow: hidden;
}
.t2-search-hero__input {
flex: 1;
padding: 12px 20px;
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
color: var(--t2-black);
background-color: transparent;
border: none;
outline: none;
}
.t2-search-hero__input::placeholder {
color: var(--t2-gray-500);
}
.t2-search-hero__submit {
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
background-color: transparent;
border: none;
color: #5F12FF;
cursor: pointer;
transition: all var(--t2-transition);
flex-shrink: 0;
}
.t2-search-hero__submit:hover {
color: #5F12FF;
transform: scale(1.1);
} .t2-search-hero__grid {
display: grid;
grid-template-columns: 911px 657px;
grid-template-rows: 330px 330px;
gap: 32px;
} .t2-search-posts {
width: 100%;
padding: 80px 20px;
background-color: var(--t2-white);
}
.t2-search-posts__container {
max-width: 1600px;
margin: 0 auto;
} .t2-search-posts__count {
margin-bottom: 32px;
padding: 20px;
background-color: #f7f7f7;
border-radius: 12px;
text-align: center;
}
.t2-search-posts__count p {
font-family: 'Figtree', var(--t2-font-family);
font-size: 18px;
color: var(--t2-gray-700);
margin: 0;
}
.t2-search-posts__count strong {
color: var(--t2-black);
font-weight: 600;
} .t2-search-posts__grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}
.t2-search-posts__col {
display: flex;
flex-direction: column;
gap: 16px;
} .t2-search-posts__empty {
text-align: center;
padding: 80px 20px;
display: flex;
flex-direction: column;
align-items: center;
gap: 32px;
}
.t2-search-posts__empty p {
font-family: 'Figtree', var(--t2-font-family);
font-size: 20px;
color: var(--t2-gray-600);
max-width: 600px;
margin: 0;
} .t2-search-posts__retry-form {
display: flex;
align-items: center;
gap: 12px;
max-width: 500px;
width: 100%;
}
.t2-search-posts__retry-input {
flex: 1;
padding: 14px 24px;
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
color: var(--t2-black);
background-color: #f7f7f7;
border: 1px solid var(--t2-gray-300);
border-radius: 100px;
outline: none;
transition: all var(--t2-transition);
}
.t2-search-posts__retry-input:focus {
border-color: #5F12FF;
background-color: #e4ffe6;
}
.t2-search-posts__retry-btn {
padding: 14px 32px;
background-color: var(--t2-btn-bg);
color: var(--t2-btn-text, #000000);
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 700;
border: none;
border-radius: 100px;
cursor: pointer;
transition: all var(--t2-transition);
}
.t2-search-posts__retry-btn:hover {
transform: scale(1.05);
} @media (max-width: 1200px) {
.t2-search-hero__title {
font-size: 36px;
}
.t2-search-hero__grid {
grid-template-columns: 1fr 1fr;
grid-template-rows: 400px 300px;
gap: 24px;
}
.t2-search-posts {
padding: 60px 20px;
}
} @media (max-width: 768px) {
.t2-search-hero {
padding: 20px 0 60px 0;
}
.t2-search-hero__container {
gap: 24px;
} .t2-search-hero__header {
padding: 0 16px;
gap: 16px;
}
.t2-search-hero__title {
font-size: 28px;
} .t2-search-hero__form {
max-width: 100%;
}
.t2-search-hero__input {
padding: 12px 16px;
font-size: 15px;
} .t2-search-hero__grid {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
gap: 16px;
padding: 0 16px; scrollbar-width: none;
-ms-overflow-style: none;
-webkit-overflow-scrolling: touch;
}
.t2-search-hero__grid::-webkit-scrollbar {
display: none;
} .t2-cat-hero-card--large,
.t2-cat-hero-card--medium {
flex: 0 0 85%;
min-width: 85%;
max-width: 85%;
min-height: 400px;
scroll-snap-align: start;
} .t2-cat-hero-card {
padding: 24px;
} .t2-cat-hero-card__title--large,
.t2-cat-hero-card__title--medium {
font-size: 28px;
}
.t2-cat-hero-card__excerpt {
font-size: 16px;
}
.t2-cat-hero-card__btn {
font-size: 18px;
padding: 10px 20px;
} .t2-search-hero__dots {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
padding: 20px 0 0 0;
}
.t2-search-hero__dot {
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #d9d9d9;
border: none;
padding: 0;
cursor: pointer;
transition: all 0.3s ease;
}
.t2-search-hero__dot.active {
width: 24px;
height: 8px;
border-radius: 4px;
background-color: var(--t2-primary, #5F12FF);
} .t2-search-posts {
padding: 40px 16px;
} .t2-search-posts__count {
margin-bottom: 24px;
padding: 16px;
}
.t2-search-posts__count p {
font-size: 16px;
} .t2-search-posts__grid {
grid-template-columns: 1fr;
gap: 16px;
}
.t2-search-posts__col {
gap: 16px;
} .t2-post-card-row {
grid-template-columns: 1fr;
gap: 16px;
}  .t2-post-card--horizontal {
flex-direction: column;
min-height: auto;
}
.t2-post-card--horizontal .t2-post-card__thumb-horizontal {
width: 100%;
height: 236px;
min-height: 236px;
} .t2-post-card--large-vertical {
min-height: 400px;
}
.t2-post-card--small {
min-height: 400px;
} .t2-post-card--large-vertical .t2-post-card__content,
.t2-post-card--small .t2-post-card__content,
.t2-post-card--horizontal .t2-post-card__content {
padding: 20px;
gap: 12px;
}
.t2-post-card__title {
font-size: 20px;
}
.t2-post-card__btn {
font-size: 18px;
padding: 10px 18px;
} .t2-search-posts__empty {
padding: 60px 20px;
}
.t2-search-posts__empty p {
font-size: 18px;
}
.t2-search-posts__retry-form {
flex-direction: column;
gap: 16px;
}
.t2-search-posts__retry-input,
.t2-search-posts__retry-btn {
width: 100%;
}
.t2-search-posts__retry-input {
padding: 12px 20px;
}
.t2-search-posts__retry-btn {
padding: 12px 24px;
} .t2-pagination {
padding: 24px 16px;
}
.t2-pagination__container {
flex-direction: column;
gap: 16px;
}
.t2-pagination__numbers ul {
gap: 12px;
}
.t2-pagination__numbers a,
.t2-pagination__numbers span {
padding: 8px 10px;
font-size: 14px;
min-width: 32px;
} .t2-pagination__btn span {
display: none;
}
.t2-pagination__btn {
padding: 12px;
width: 44px;
height: 44px;
justify-content: center;
}
.t2-pagination__btn svg {
width: 20px;
height: 20px;
}
} @media (min-width: 769px) {
.t2-search-hero__dots {
display: none;
}
} .t2-single {
width: 100%;
background-color: var(--t2-white);
padding-top: calc(var(--t2-header-height) + 20px);
} .t2-single-hero {
width: 100%;
padding: 20px;
}
.t2-single-hero__container {
max-width: 1600px;
margin: 0 auto;
display: flex;
gap: 32px;
align-items: stretch;
} .t2-single-hero__title-box {
width: 682px;
background-color: #f7f7f7;
border-radius: 20px;
padding: 32px;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 559px;
}
.t2-single-hero__date {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 700;
color: #014751;
display: block;
}
.t2-single-hero__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 44px;
font-weight: 400;
line-height: 1.1;
color: var(--t2-black);
margin: 0;
} .t2-single-hero__image {
flex: 1;
height: 559px;
border-radius: 20px;
overflow: hidden;
background-color: var(--t2-gray-200);
}
.t2-single-hero__img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}
.t2-single-hero__placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 120px;
background: linear-gradient(135deg, var(--t2-gray-300) 0%, var(--t2-gray-400) 100%);
} .t2-single-content {
width: 100%;
padding: 40px 20px;
}
.t2-single-content__container {
max-width: 1280px;
margin: 0 auto;
display: flex;
gap: 60px;
align-items: flex-start;
} .t2-single-content__main {
flex: 1;
display: flex;
flex-direction: column;
gap: 80px;
} .t2-single-share {
width: 280px;
background-color: #f7f7f7;
border-radius: 20px;
padding: 32px;
display: flex;
align-items: center;
justify-content: space-between;
height: 120px;
}
.t2-single-share__btn {
width: 40px;
height: 40px;
background-color: #014751;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
text-decoration: none;
transition: all var(--t2-transition);
}
.t2-single-share__btn:hover {
transform: scale(1.1);
background-color: var(--t2-gray-800);
}
.t2-single-share__btn svg {
width: 20px;
height: 20px;
} .t2-single-article {
display: flex;
flex-direction: column;
gap: 42px;
} .t2-single-article h2,
.t2-single-article h3 {
font-family: 'Figtree', var(--t2-font-family);
font-size: 32px;
font-weight: 400;
line-height: 1.2;
color: #595959;
margin: 0 0 32px 0;
}
.t2-single-article p {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 400;
line-height: 1.6;
color: #595959;
margin: 0 0 32px 0;
}
.t2-single-article p:last-child {
margin-bottom: 0;
} .t2-single-article .t2-ads-placeholder {
width: 100%;
height: 200px;
background-color: #f7f7f7;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin: 42px 0;
}
.t2-single-article .t2-ads-placeholder span {
font-family: 'Figtree', var(--t2-font-family);
font-size: 48px;
font-weight: 600;
color: var(--t2-white);
} .t2-single-author {
background-color: #f7f7f7;
border-radius: 20px;
padding: 32px;
display: flex;
gap: 32px;
align-items: center;
}
.t2-single-author__avatar {
width: 120px;
height: 120px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
}
.t2-single-author__content {
flex: 1;
display: flex;
flex-direction: column;
gap: 8px;
}
.t2-single-author__label {
font-family: 'Figtree', var(--t2-font-family);
font-size: 18px;
font-weight: 600;
color: #014751;
margin: 0;
}
.t2-single-author__name {
font-family: 'Figtree', var(--t2-font-family);
font-size: 40px;
font-weight: 600;
line-height: 1.1;
color: var(--t2-black);
margin: 0;
}
.t2-single-author__bio {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #595959;
margin: 0;
} .t2-single-sidebar {
width: 540px;
flex-shrink: 0;
}
.t2-single-sidebar__box {
background-color: #f7f7f7;
border-radius: 20px;
padding: 32px;
position: sticky;
top: calc(var(--t2-header-height) + 40px);
}
.t2-single-sidebar__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 32px;
font-weight: 400;
line-height: 1.2;
color: var(--t2-black);
margin: 0 0 24px 0;
} .t2-single-sidebar__list {
display: flex;
flex-direction: column;
gap: 24px;
}
.t2-sidebar-item {
display: flex;
align-items: center;
gap: 32px;
transition: transform var(--t2-transition);
}
.t2-sidebar-item:hover {
transform: translateX(4px);
} .t2-sidebar-item__thumb {
width: 112px;
height: 58px;
flex-shrink: 0;
border-radius: 16px;
overflow: hidden;
background-color: var(--t2-gray-200);
display: block;
}
.t2-sidebar-item__img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.t2-sidebar-item__placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
background: linear-gradient(135deg, var(--t2-gray-300) 0%, var(--t2-gray-400) 100%);
} .t2-sidebar-item__content {
flex: 1;
display: flex;
flex-direction: column;
gap: 12px;
}
.t2-sidebar-item__cat {
display: flex;
align-items: center;
gap: 6px;
height: 14px;
}
.t2-sidebar-item__cat-dot {
width: 16px;
height: 6px;
background-color: #014751;
border-radius: 100px;
flex-shrink: 0;
}
.t2-sidebar-item__cat-name {
font-family: 'Figtree', var(--t2-font-family);
font-size: 12px;
font-weight: 600;
color: #014751;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.t2-sidebar-item__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 20px;
font-weight: 400;
line-height: 1.2;
color: var(--t2-black);
margin: 0;
}
.t2-sidebar-item__title a {
color: inherit;
text-decoration: none;
transition: color var(--t2-transition);
}
.t2-sidebar-item__title a:hover {
color: #081A3E;
} .t2-sidebar-item__arrow {
width: 44px;
height: 44px;
flex-shrink: 0;
background-color: #081A3E;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
text-decoration: none;
transition: all var(--t2-transition);
}
.t2-sidebar-item__arrow:hover {
transform: scale(1.1) rotate(45deg);
box-shadow: 0 4px 12px rgba(94, 49, 166, 0.3);
}
.t2-sidebar-item__arrow svg {
width: 20px;
height: 20px;
} .t2-sidebar-item__divider {
width: 100%;
height: 1px;
background-color: #ebebeb;
} .t2-single-see-also {
width: 100%;
padding: 40px 20px;
background-color: var(--t2-white);
}
.t2-single-see-also__container {
max-width: 1600px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 32px;
}
.t2-single-see-also__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 48px;
font-weight: 400;
line-height: 1.2;
color: var(--t2-black);
text-align: center;
margin: 0;
} .t2-single-see-also__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
} .t2-see-also-card {
background-color: #f7f7f7;
border-radius: 20px;
padding: 8px;
display: flex;
flex-direction: column;
height: 466px;
transition: transform var(--t2-transition), box-shadow var(--t2-transition);
}
.t2-see-also-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.t2-see-also-card__thumb {
height: 236px;
border-radius: 16px;
overflow: hidden;
background-color: var(--t2-gray-200);
}
.t2-see-also-card__img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.t2-see-also-card__placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 64px;
background: linear-gradient(135deg, var(--t2-gray-300) 0%, var(--t2-gray-400) 100%);
}
.t2-see-also-card__content {
flex: 1;
padding: 24px;
display: flex;
flex-direction: column;
gap: 14px;
justify-content: space-between;
}
.t2-see-also-card__cat {
display: flex;
align-items: center;
gap: 6px;
height: 14px;
}
.t2-see-also-card__cat-dot {
width: 16px;
height: 6px;
background-color: #014751;
border-radius: 100px;
flex-shrink: 0;
}
.t2-see-also-card__cat-name {
font-family: 'Figtree', var(--t2-font-family);
font-size: 12px;
font-weight: 600;
color: #014751;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.t2-see-also-card__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 24px;
font-weight: 400;
line-height: 1.2;
color: var(--t2-black);
margin: 0;
}
.t2-see-also-card__title a {
color: inherit;
text-decoration: none;
transition: color var(--t2-transition);
}
.t2-see-also-card__title a:hover {
color: #5F12FF;
}
.t2-see-also-card__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 16px;
background-color: #081A3E;
color: #ffffff;
font-family: 'Figtree', var(--t2-font-family);
font-size: 20px;
font-weight: 700;
text-decoration: none;
border-radius: 100px;
transition: all var(--t2-transition);
width: fit-content;
}
.t2-see-also-card__btn:hover {
transform: scale(1.05);
} @media (max-width: 1200px) {
.t2-single-hero__container {
flex-direction: column;
}
.t2-single-hero__title-box {
width: 100%;
}
.t2-single-hero__image {
height: 400px;
}
.t2-single-content__container {
flex-direction: column;
gap: 40px;
}
.t2-single-sidebar {
width: 100%;
}
.t2-single-sidebar__box {
position: relative;
top: auto;
}
.t2-single-see-also__grid {
grid-template-columns: repeat(2, 1fr);
}
.t2-single-author__name {
font-size: 32px;
}
} @media (max-width: 768px) {
.t2-single {
padding: 0;
}
.t2-single-hero {
padding: 20px 16px;
}
.t2-single-hero__title-box {
min-height: auto;
padding: 24px;
}
.t2-single-hero__title {
font-size: 32px;
}
.t2-single-hero__image {
display: none;
}
.t2-single-content {
padding: 40px 16px;
}
.t2-single-content__main {
gap: 60px;
}
.t2-single-share {
width: 100%;
}
.t2-single-article h2,
.t2-single-article h3 {
font-size: 28px;
}
.t2-single-author {
flex-direction: column;
text-align: center;
}
.t2-single-author__name {
font-size: 28px;
}
.t2-sidebar-item {
flex-wrap: wrap;
}
.t2-sidebar-item__thumb {
width: 100%;
height: 150px;
}
.t2-single-see-also {
padding: 40px 16px;
}
.t2-single-see-also__title {
font-size: 36px;
}
.t2-single-see-also__grid {
grid-template-columns: 1fr;
}
.t2-see-also-card {
height: auto;
}
} .t2-privacy-page {
width: 100%;
background-color: var(--t2-white);
padding-top: calc(var(--t2-header-height) + 20px);
} .t2-privacy-hero {
width: 100%;
padding: 80px 20px;
background-color: #f7f7f7;
}
.t2-privacy-hero__container {
max-width: 1000px;
margin: 0 auto;
text-align: center;
}
.t2-privacy-hero__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 48px;
font-weight: 400;
line-height: 1.2;
color: var(--t2-black);
margin: 0;
} .t2-privacy-content {
width: 100%;
padding: 80px 20px;
}
.t2-privacy-content__container {
max-width: 900px;
margin: 0 auto;
}
.t2-privacy-content__wrapper {
background-color: #f7f7f7;
border-radius: 20px;
padding: 48px;
} .t2-privacy-content__article {
display: flex;
flex-direction: column;
gap: 32px;
} .t2-privacy-content__article > p:first-child {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 400;
line-height: 1.6;
color: #595959;
background-color: var(--t2-white);
padding: 24px;
border-radius: 12px;
margin: 0 0 32px 0;
} .t2-privacy-content__article h2 {
font-family: 'Figtree', var(--t2-font-family);
font-size: 28px;
font-weight: 600;
line-height: 1.3;
color: var(--t2-black);
margin: 32px 0 16px 0;
}
.t2-privacy-content__article h2:first-of-type {
margin-top: 0;
} .t2-privacy-content__article h3 {
font-family: 'Figtree', var(--t2-font-family);
font-size: 22px;
font-weight: 600;
line-height: 1.3;
color: var(--t2-black);
margin: 24px 0 12px 0;
} .t2-privacy-content__article p {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 400;
line-height: 1.6;
color: #595959;
margin: 0 0 16px 0;
}
.t2-privacy-content__article p:last-child {
margin-bottom: 0;
} .t2-privacy-content__article ul,
.t2-privacy-content__article ol {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 400;
line-height: 1.6;
color: #595959;
margin: 0 0 16px 0;
padding-left: 32px;
}
.t2-privacy-content__article ul li,
.t2-privacy-content__article ol li {
margin-bottom: 8px;
} .t2-privacy-content__article a {
color: #5F12FF;
text-decoration: underline;
transition: color var(--t2-transition);
}
.t2-privacy-content__article a:hover {
color: #5F12FF;
} .t2-privacy-content__article blockquote {
background-color: var(--t2-white);
border-left: 4px solid #5F12FF;
padding: 20px 24px;
margin: 24px 0;
border-radius: 8px;
font-style: italic;
}
.t2-privacy-content__article blockquote p {
margin: 0;
} .t2-privacy-content__article code {
background-color: var(--t2-white);
padding: 2px 8px;
border-radius: 4px;
font-family: 'Courier New', monospace;
font-size: 14px;
color: var(--t2-black);
}
.t2-privacy-content__article pre {
background-color: var(--t2-white);
padding: 20px;
border-radius: 8px;
overflow-x: auto;
margin: 24px 0;
}
.t2-privacy-content__article pre code {
background-color: transparent;
padding: 0;
} .t2-privacy-content__article strong,
.t2-privacy-content__article b {
font-weight: 600;
color: var(--t2-black);
} .t2-privacy-content__article em,
.t2-privacy-content__article i {
font-style: italic;
} .t2-privacy-content__article img {
max-width: 100%;
height: auto;
border-radius: 12px;
margin: 24px 0;
} .t2-privacy-content__article table {
width: 100%;
border-collapse: collapse;
margin: 24px 0;
background-color: var(--t2-white);
border-radius: 8px;
overflow: hidden;
}
.t2-privacy-content__article table th,
.t2-privacy-content__article table td {
padding: 12px 16px;
text-align: left;
border-bottom: 1px solid #ebebeb;
}
.t2-privacy-content__article table th {
background-color: #f7f7f7;
font-weight: 600;
color: var(--t2-black);
}
.t2-privacy-content__article table tr:last-child td {
border-bottom: none;
} .t2-privacy-content__article hr {
border: none;
border-top: 1px solid #ebebeb;
margin: 32px 0;
} .t2-privacy-see-also {
width: 100%;
padding: 80px 20px;
background-color: var(--t2-white);
}
.t2-privacy-see-also__container {
max-width: 1600px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 32px;
}
.t2-privacy-see-also__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 48px;
font-weight: 400;
line-height: 1.2;
color: var(--t2-black);
text-align: center;
margin: 0;
} .t2-privacy-see-also__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
} .t2-privacy-card {
background-color: #f7f7f7;
border-radius: 20px;
padding: 8px;
display: flex;
flex-direction: column;
min-height: 400px;
transition: transform var(--t2-transition), box-shadow var(--t2-transition);
}
.t2-privacy-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.t2-privacy-card__thumb {
height: 200px;
border-radius: 16px;
overflow: hidden;
background-color: var(--t2-gray-200);
}
.t2-privacy-card__img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.t2-privacy-card__placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 64px;
background: linear-gradient(135deg, var(--t2-gray-300) 0%, var(--t2-gray-400) 100%);
}
.t2-privacy-card__content {
flex: 1;
padding: 24px;
display: flex;
flex-direction: column;
gap: 14px;
justify-content: space-between;
}
.t2-privacy-card__cat {
display: flex;
align-items: center;
gap: 6px;
height: 14px;
}
.t2-privacy-card__cat-dot {
width: 16px;
height: 6px;
background-color: #5F12FF;
border-radius: 100px;
flex-shrink: 0;
}
.t2-privacy-card__cat-name {
font-family: 'Figtree', var(--t2-font-family);
font-size: 12px;
font-weight: 600;
color: #5F12FF;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.t2-privacy-card__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 18px;
font-weight: 400;
line-height: 1.3;
color: var(--t2-black);
margin: 0;
}
.t2-privacy-card__title a {
color: inherit;
text-decoration: none;
transition: color var(--t2-transition);
}
.t2-privacy-card__title a:hover {
color: #5F12FF;
}
.t2-privacy-card__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 16px;
background-color: var(--t2-btn-bg);
color: var(--t2-btn-text, #000000);
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 700;
text-decoration: none;
border-radius: 100px;
transition: all var(--t2-transition);
width: fit-content;
}
.t2-privacy-card__btn:hover {
transform: scale(1.05);
} @media (max-width: 1024px) {
.t2-privacy-hero {
padding: 60px 20px;
}
.t2-privacy-hero__title {
font-size: 40px;
}
.t2-privacy-content {
padding: 60px 20px;
}
.t2-privacy-content__wrapper {
padding: 32px;
}
.t2-privacy-content__article h2 {
font-size: 24px;
}
.t2-privacy-see-also {
padding: 60px 20px;
}
.t2-privacy-see-also__title {
font-size: 40px;
}
.t2-privacy-see-also__grid {
grid-template-columns: repeat(2, 1fr);
}
} @media (max-width: 768px) {
.t2-privacy-hero {
padding: 40px 16px;
}
.t2-privacy-hero__title {
font-size: 32px;
}
.t2-privacy-content {
padding: 40px 16px;
}
.t2-privacy-content__wrapper {
padding: 24px;
border-radius: 16px;
}
.t2-privacy-content__article > p:first-child {
padding: 20px;
}
.t2-privacy-content__article h2 {
font-size: 22px;
}
.t2-privacy-content__article h3 {
font-size: 18px;
}
.t2-privacy-see-also {
padding: 40px 16px;
}
.t2-privacy-see-also__title {
font-size: 32px;
}
.t2-privacy-see-also__grid {
grid-template-columns: 1fr;
}
} .t2-contact-page {
width: 100%;
background-color: var(--t2-white);
padding-top: calc(var(--t2-header-height) + 20px);
} .t2-contact-hero {
width: 100%;
padding: 20px 20px 80px 20px;
}
.t2-contact-hero__container {
max-width: 1600px;
margin: 0 auto;
}
.t2-contact-hero__box {
background-color: #f7f7f7;
border-radius: 20px;
padding: 60px 32px;
}
.t2-contact-hero__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 44px;
font-weight: 400;
line-height: 1.2;
color: var(--t2-black);
margin: 0;
} .t2-contact-content {
width: 100%;
padding: 0 20px 80px 20px;
}
.t2-contact-content__container {
max-width: 1600px;
margin: 0 auto;
}
.t2-contact-content__grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 32px;
align-items: start;
} .t2-contact-content__text {
display: flex;
flex-direction: column;
gap: 32px;
} .t2-contact-content__highlight {
background-color: #f7f7f7;
border-radius: 20px;
padding: 32px;
}
.t2-contact-content__highlight p {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 400;
line-height: 1.6;
color: #595959;
margin: 0;
text-indent: 16px;
} .t2-contact-content__body {
padding: 0 32px;
}
.t2-contact-content__body p {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 400;
line-height: 1.6;
color: #595959;
margin: 0 0 16px 0;
text-indent: 16px;
}
.t2-contact-content__body p:last-child {
margin-bottom: 0;
} .t2-contact-content__form-wrapper {
background-color: #f7f7f7;
border-radius: 20px;
padding: 30px;
display: flex;
flex-direction: column;
gap: 14px;
} .t2-contact-message {
padding: 16px 20px;
border-radius: 12px;
margin-bottom: 10px;
}
.t2-contact-message p {
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
font-weight: 600;
margin: 0;
}
.t2-contact-message--success {
background-color: #d4edda;
border: 1px solid #c3e6cb;
color: #155724;
}
.t2-contact-message--error {
background-color: #f8d7da;
border: 1px solid #f5c6cb;
color: #721c24;
} .t2-contact-form {
display: flex;
flex-direction: column;
gap: 14px;
}
.t2-contact-form__field {
width: 100%;
} .t2-contact-form__input {
width: 100%;
background-color: #ebebeb;
border: none;
border-radius: 100px;
padding: 20px;
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
color: var(--t2-black);
outline: none;
transition: all var(--t2-transition);
}
.t2-contact-form__input::placeholder {
color: #808080;
}
.t2-contact-form__input:focus {
background-color: #e0e0e0;
box-shadow: 0 0 0 2px rgba(0, 229, 38, 0.2);
} .t2-contact-form__textarea {
width: 100%;
background-color: #ebebeb;
border: none;
border-radius: 20px;
padding: 20px;
font-family: 'Figtree', var(--t2-font-family);
font-size: 16px;
color: var(--t2-black);
outline: none;
resize: vertical;
min-height: 164px;
transition: all var(--t2-transition);
}
.t2-contact-form__textarea::placeholder {
color: #808080;
}
.t2-contact-form__textarea:focus {
background-color: #e0e0e0;
box-shadow: 0 0 0 2px rgba(0, 229, 38, 0.2);
} .t2-contact-form__submit {
width: 100%;
background-color: var(--t2-btn-bg);
border: 1px solid var(--t2-btn-bg);
color: var(--t2-btn-text, #000000);
font-family: 'Figtree', var(--t2-font-family);
font-size: 20px;
font-weight: 700;
padding: 16px 32px;
border-radius: 100px;
cursor: pointer;
transition: all var(--t2-transition);
text-transform: uppercase;
}
.t2-contact-form__submit:hover {
transform: translateY(-2px);
}
.t2-contact-form__submit:active {
transform: translateY(0);
} .t2-contact-see-also {
width: 100%;
padding: 40px 20px 80px 20px;
background-color: var(--t2-white);
}
.t2-contact-see-also__container {
max-width: 1600px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 32px;
}
.t2-contact-see-also__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 48px;
font-weight: 400;
line-height: 1.2;
color: var(--t2-black);
text-align: center;
margin: 0;
} .t2-contact-see-also__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
} .t2-contact-card {
background-color: #f7f7f7;
border-radius: 20px;
padding: 8px;
display: flex;
flex-direction: column;
min-height: 466px;
transition: transform var(--t2-transition), box-shadow var(--t2-transition);
}
.t2-contact-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.t2-contact-card__thumb {
height: 236px;
border-radius: 16px;
overflow: hidden;
background-color: var(--t2-gray-200);
}
.t2-contact-card__img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.t2-contact-card__placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 64px;
background: linear-gradient(135deg, var(--t2-gray-300) 0%, var(--t2-gray-400) 100%);
}
.t2-contact-card__content {
flex: 1;
padding: 24px;
display: flex;
flex-direction: column;
gap: 14px;
justify-content: space-between;
}
.t2-contact-card__cat {
display: flex;
align-items: center;
gap: 6px;
height: 14px;
}
.t2-contact-card__cat-dot {
width: 16px;
height: 6px;
background-color: #5F12FF;
border-radius: 100px;
flex-shrink: 0;
}
.t2-contact-card__cat-name {
font-family: 'Figtree', var(--t2-font-family);
font-size: 12px;
font-weight: 600;
color: #5F12FF;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.t2-contact-card__title {
font-family: 'Figtree', var(--t2-font-family);
font-size: 24px;
font-weight: 400;
line-height: 1.2;
color: var(--t2-black);
margin: 0;
}
.t2-contact-card__title a {
color: inherit;
text-decoration: none;
transition: color var(--t2-transition);
}
.t2-contact-card__title a:hover {
color: #5F12FF;
}
.t2-contact-card__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 16px;
background-color: var(--t2-btn-bg);
color: var(--t2-btn-text, #000000);
font-family: 'Figtree', var(--t2-font-family);
font-size: 20px;
font-weight: 700;
text-decoration: none;
border-radius: 100px;
transition: all var(--t2-transition);
width: fit-content;
}
.t2-contact-card__btn:hover {
transform: scale(1.05);
} @media (max-width: 1024px) {
.t2-contact-hero {
padding: 20px 20px 60px 20px;
}
.t2-contact-hero__box {
padding: 40px 24px;
}
.t2-contact-hero__title {
font-size: 36px;
}
.t2-contact-content {
padding: 0 20px 60px 20px;
}
.t2-contact-content__grid {
grid-template-columns: 1fr;
gap: 32px;
}
.t2-contact-see-also {
padding: 40px 20px 60px 20px;
}
.t2-contact-see-also__title {
font-size: 40px;
}
.t2-contact-see-also__grid {
grid-template-columns: repeat(2, 1fr);
}
} @media (max-width: 768px) {
.t2-contact-hero {
padding: 20px 16px 40px 16px;
}
.t2-contact-hero__box {
padding: 32px 20px;
border-radius: 16px;
}
.t2-contact-hero__title {
font-size: 32px;
}
.t2-contact-content {
padding: 0 16px 40px 16px;
}
.t2-contact-content__highlight {
padding: 24px;
border-radius: 16px;
}
.t2-contact-content__body {
padding: 0 20px;
}
.t2-contact-content__form-wrapper {
padding: 24px;
border-radius: 16px;
}
.t2-contact-form__input,
.t2-contact-form__textarea {
padding: 16px;
}
.t2-contact-form__submit {
font-size: 18px;
padding: 14px 24px;
}
.t2-contact-see-also {
padding: 40px 16px;
}
.t2-contact-see-also__title {
font-size: 32px;
}
.t2-contact-see-also__grid {
grid-template-columns: 1fr;
}
}.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}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}