Untitled
user_6470313
plain_text
9 months ago
12 kB
15
Indexable
@charset "UTF-8";
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: "Poppins", sans-serif;
font-size: 16px;
line-height: 1.5;
color: #333333;
background: #ffffff;
}
body {
margin: 0;
}
img {
max-width: 100%;
display: block;
}
h1, h2, h3, h4, h5, h6 {
color: #0c0c0c;
font-weight: 600;
margin-top: 0;
}
a {
color: #01c6b3;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body {
background: #ffffff;
color: #333333;
}
.container {
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 1rem;
}
@media (min-width: 768px) {
.container {
padding: 4rem 2rem;
}
}
.site-header {
background: #000b29;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
padding: 1rem 0;
}
.site-header > .container {
max-width: 1440px;
margin: 0 auto;
padding: 0 1rem;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.site-header__branding {
display: flex;
align-items: center;
}
.site-header__logo {
height: 40px;
margin-right: 1rem;
}
.site-header__text-group {
display: flex;
flex-direction: column;
justify-content: center;
}
.site-header__title {
font-size: 1.5rem;
color: #f3f5f6;
line-height: 1.2;
}
.site-header__tag-line {
font-size: 0.7rem;
color: #f3f5f6;
margin-top: 0.25rem;
}
.site-header__toggle {
display: block;
background: none;
border: none;
color: #f3f5f6;
cursor: pointer;
}
@media (min-width: 768px) {
.site-header__toggle {
display: none;
}
}
.site-header .site-nav__list {
list-style: none;
margin: 0;
padding: 0;
display: none;
}
@media (min-width: 768px) {
.site-header .site-nav__list {
display: flex !important;
flex-direction: row;
position: static !important;
top: auto !important;
right: auto !important;
background: none !important;
border: none !important;
width: auto !important;
padding: 0 !important;
}
}
.site-header .site-nav__list.is-open {
display: flex;
flex-direction: column;
position: absolute;
top: 100%;
right: 0;
background: #000b29;
border: 1px solid #f5f5f5;
border-radius: 4px;
width: 100%;
max-width: 250px;
padding: 0.5rem 0;
}
.site-header .site-nav__link {
display: block;
color: #f3f5f6;
text-decoration: none;
font-weight: 600;
padding: 0.75rem 1rem;
}
.site-header .site-nav__link:hover, .site-header .site-nav__link:focus, .site-header .site-nav__link:active {
color: #01c6b3;
}
@media (min-width: 768px) {
.site-header .site-nav__link {
padding: 0 0.75rem;
}
}
.site-main {
padding-top: 5rem;
}
.site-footer {
background: #000b29;
color: #f3f5f6;
padding: 2rem 0;
font-size: 0.9rem;
line-height: 1.4;
}
.site-footer .footer-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
margin-bottom: 2rem;
}
.site-footer .footer-col--links {
text-align: right;
}
.site-footer .footer-col--links p {
margin: 0.5rem 0;
}
.site-footer .footer-col p {
margin: 0.5rem 0;
}
.site-footer .footer-col p a.site-footer__link {
color: #f3f5f6;
text-decoration: none;
transition: color 0.2s;
}
.site-footer .footer-col p a.site-footer__link:hover, .site-footer .footer-col p a.site-footer__link:focus, .site-footer .footer-col p a.site-footer__link:active {
color: #01c6b3;
}
.site-footer .footer-disclaimer {
border-top: 1px solid #f5f5f5;
padding-top: 1rem;
}
.site-footer .footer-disclaimer__title {
font-size: 1.1rem;
margin-bottom: 0.5rem;
font-weight: 600;
color: #f3f5f6;
}
.site-footer .footer-disclaimer p {
margin: 0.5rem 0;
font-size: 0.8rem;
line-height: 1.4;
text-align: justify;
color: rgba(243, 245, 246, 0.85);
}
.site-main {
padding: 1em 0;
}
.site-main section {
border-bottom: 1px solid #f5f5f5;
scroll-margin-top: 5rem;
}
.site-main section:last-child {
border-bottom: none;
}
.site-main section:last-child {
border-bottom: none;
}
.site-main > .container {
padding: 1em;
}
@media (max-width: 768px) {
.escalation__table {
width: 100%;
border: none;
}
.escalation__table thead {
display: none;
}
.escalation__table tr {
display: block;
margin-bottom: 1.5em;
border-bottom: 1px solid #f5f5f5;
padding-bottom: 1em;
}
.escalation__table td {
display: block;
padding: 0.5em 0;
border: none;
text-align: left;
}
.escalation__table td::before {
content: attr(data-label) ": ";
font-weight: 600;
width: 40%;
}
.annual-compliance__table {
width: 100%;
border: none;
}
.annual-compliance__table thead {
display: none;
}
.annual-compliance__table tr {
display: block;
margin-bottom: 1.5em;
border-bottom: 1px solid #f5f5f5;
padding-bottom: 1em;
}
.annual-compliance__table td {
display: block;
padding: 0.5em 0;
border: none;
text-align: left;
}
.annual-compliance__table td::before {
content: attr(data-label) ": ";
font-weight: 600;
width: 40%;
}
.site-header__title {
font-size: 1rem !important;
}
.site-header__tag-line {
font-size: 0.5rem !important;
}
}
.about {
margin-top: 2em;
}
.about__title {
font-size: 2rem;
margin-bottom: 0.5rem;
}
.about__text {
color: rgb(25.5, 25.5, 25.5);
}
.team__list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 2rem;
}
.team__specialties li {
margin: 1em;
}
.team__specialties li:last-child {
margin-bottom: 0;
}
.team__member {
background: #fff;
border: 1px solid #f5f5f5;
border-radius: 8px;
padding: 1.5rem;
display: flex;
flex-direction: column;
align-items: stretch;
text-align: left;
}
.team__member .team__photo {
width: 100px;
height: 100px;
margin: 0 auto 1rem;
border-radius: 50%;
object-fit: cover;
}
.team__member .team__name {
font-size: 1.25rem;
margin-bottom: 0.25rem;
text-align: center;
}
.team__member .team__role {
font-size: 1rem;
color: gray;
margin-bottom: 1rem;
text-align: center;
}
.team__member p {
margin-bottom: 1rem;
text-align: justify;
line-height: 1.5;
font-size: 0.95rem;
}
.team__member p:last-child {
margin-bottom: 0;
}
.investor__title {
font-size: 2rem;
margin-bottom: 0.5rem;
}
.investor__text {
margin-bottom: 1rem;
}
.contact__title {
font-size: 2rem;
margin-bottom: 0.5rem;
}
.contact__address {
font-style: normal;
line-height: 1.6;
}
.escalation__title {
font-size: 2rem;
margin-bottom: 0.5rem;
}
.escalation__table {
width: 100%;
border-collapse: collapse;
margin-bottom: 1rem;
}
.escalation__table th, .escalation__table td {
border: 1px solid #ddd;
padding: 0.5rem;
text-align: left;
}
.escalation__table th {
background: #f5f5f5;
}
.escalation__links a {
margin-right: 0.5rem;
}
.annual-compliance__title {
font-size: 2rem;
margin-bottom: 0.5rem;
}
.annual-compliance__text {
margin-bottom: 1rem;
}
.annual-compliance__table {
width: 100%;
border-collapse: collapse;
margin-bottom: 1rem;
}
.annual-compliance__table th, .annual-compliance__table td {
border: 1px solid #ddd;
padding: 0.5rem;
text-align: left;
}
.annual-compliance__table th {
background: #f5f5f5;
}
.annual-compliance__links a {
margin-right: 0.5rem;
}
.disclaimer__title {
font-size: 2rem;
margin-bottom: 0.5rem;
}
.disclaimer__text {
margin-bottom: 1rem;
}
.button--primary {
background: #01c6b3;
color: #fff;
padding: 0.75rem 1.5rem;
border-radius: 4px;
font-weight: 600;
text-transform: uppercase;
border: none;
cursor: pointer;
}
.button--primary:hover {
opacity: 0.9;
}
.about__title,
.team__title,
.investor__title,
.contact__title,
.escalation__title,
.disclaimer__title,
.annual-compliance__title,
.privacy__title {
font-size: 1.5rem;
margin: 1rem 0;
font-weight: 600;
line-height: 1.2;
color: #0c0c0c;
}
.auth-card {
max-width: 400px;
margin: 4rem auto;
padding: 2rem;
background: #ffffff;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
text-align: center;
}
.auth-card__title {
font-size: 1.75rem;
margin-bottom: 1.5rem;
color: #0c0c0c;
font-weight: 600;
}
.auth-card__form {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.auth-card__field {
text-align: left;
}
.auth-card__field label {
display: block;
margin-bottom: 0.5rem;
font-weight: 600;
color: #333333;
}
.auth-card__field input {
width: 100%;
padding: 0.75rem 1rem;
font-size: 1rem;
border: 1px solid #ccc;
border-radius: 4px;
transition: border-color 0.2s;
}
.auth-card__field input:focus {
outline: none;
border-color: #01c6b3;
box-shadow: 0 0 0 2px rgba(1, 198, 179, 0.2);
}
.auth-card__submit {
margin-top: 0.5rem;
font-size: 1rem;
width: 100%;
}
.pms-login-link {
margin: 2rem 0 0 0;
text-align: right;
}
.pms-login-link .button--primary {
padding: 0.75rem 1.5rem;
font-size: 1rem;
}
.pms {
padding: 0 !important;
}
.accordion .accordion-item {
border-bottom: 1px solid #f5f5f5;
}
.accordion .accordion-item:last-child {
border-bottom: none;
}
.accordion .accordion-item .accordion-header {
width: 100%;
background: none;
border: none;
text-align: left;
padding: 1rem 0;
font-size: 1rem;
font-weight: 600;
color: #0c0c0c;
position: relative;
cursor: pointer;
}
.accordion .accordion-item .accordion-header::after {
content: "▸";
position: absolute;
right: 0;
transform: rotate(0deg);
transition: transform 0.2s;
}
.accordion .accordion-item .accordion-header[aria-expanded=true]::after {
transform: rotate(90deg);
}
.accordion .accordion-item .accordion-panel {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
}
.accordion .accordion-item .accordion-panel p {
padding: 0.5rem 0;
margin: 0;
text-align: justify;
color: #333333;
line-height: 1.5;
}
.folder-icon {
width: 1em;
height: 1em;
margin-right: 0.02em;
vertical-align: text-top;
fill: #01c6b3;
}
/* Accessibility Menu Styles */
.accessibility {
position: relative;
display: inline-block;
margin-left: 0px;
}
.accessibility__icon {
cursor: pointer;
width: 30px;
height: 30px;
fill: #f3f5f6;
}
.accessibility__icon:hover {
fill: #01c6b3;
}
.accessibility__menu {
display: none;
position: absolute;
right: 0;
background-color: #f9f9f9;
min-width: 200px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 9999;
border-radius: 4px;
pointer-events: auto;
}
.accessibility__menu button {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
width: 100%;
text-align: left;
border: none;
background: none;
cursor: pointer;
font-family: "Poppins", sans-serif; /* Match header font */
}
/* Disable hover-open completely */
.accessibility:hover .accessibility__menu {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}
/* Menu will only show when JS adds inline style */
.accessibility__menu {
display: none;
visibility: hidden;
opacity: 0;
transition: opacity 0.2s ease;
}
.accessibility__menu[style*="display: block"] {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
}
.accessibility__menu button:hover {
background-color: #f1f1f1;
}
/* High Contrast Mode */
body.high-contrast {
background-color: #000 !important;
color: #fff !important;
}
body.high-contrast h1,
body.high-contrast h2,
body.high-contrast h3,
body.high-contrast h4,
body.high-contrast h5,
body.high-contrast h6,
body.high-contrast p,
body.high-contrast a,
body.high-contrast span,
body.high-contrast li,
body.high-contrast div {
background-color: #000 !important;
color: #fff !important;
}
body.high-contrast a {
color: #FFFF00 !important;
}
/* Fix for accessibility menu in high contrast mode */
body.high-contrast .accessibility__menu {
background-color: #fff !important;
}
body.high-contrast .accessibility__menu button {
color: #000 !important;
}
body.high-contrast .accessibility__menu button:hover {
background-color: #e0e0e0 !important;
}
/*# sourceMappingURL=main.css.map */
Editor is loading...
Leave a Comment