@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";


*,
*::before,
*::after {
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
}
html {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body {
min-height: 100dvh;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
img,
picture,
svg,
video {
display: block;
max-width: 100%;
}
button,
input,
textarea,
select {
font: inherit;
color: inherit;
}
button {
cursor: pointer;
background: none;
border: none;
}
a {
color: inherit;
}
ul,
ol {
list-style: none;
}
table {
border-collapse: collapse;
}
:target {
scroll-margin-block: 2rem;
}
label,
dd {
color: var(--on-surface);
}
#table,
#table tr,
#table td,
#table th {
color: var(--on-surface);
border: 1px solid var(--on-surface);
} .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip-path: inset(50%);
white-space: nowrap;
border: 0;
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}

@font-face {
font-family: "SansSerifFLF";
src: url(//www.masolutionformation.com/wp-content/themes/msf/assets/fonts/SansSerifFLF.otf) format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "SansSerifFLF";
src: url(//www.masolutionformation.com/wp-content/themes/msf/assets/fonts/SansSerifFLF-Demibold.otf) format("opentype");
font-weight: 600;
font-style: normal;
}
:root {
font-family: 'SansSerifFLF';
--bold-weight: 600; --corner-radius: 8px; --bp-sm: 480px; --bp-md: 768px; --bp-lg: 1024px; --bp-xl: 1280px; --bp-2xl: 1536px; --bp-3xl: 1920px;  --display-large-font-size: clamp(2rem, 1.6rem + 1.79vw, 3.75rem);
--display-large-line-height: 1.15;
--display-medium-font-size: clamp(1.75rem, 1.46rem + 1.28vw, 3rem);
--display-medium-line-height: 1.15;
--display-small-font-size: clamp(1.5rem, 1.3rem + 0.9vw, 2.375rem);
--display-small-line-height: 1.25;
--headline-large-font-size: clamp(1.375rem, 1.23rem + 0.64vw, 2rem);
--headline-large-line-height: 1.25;
--headline-medium-font-size: clamp(1.25rem, 1.14rem + 0.51vw, 1.75rem);
--headline-medium-line-height: 1.3;
--headline-small-font-size: clamp(1.125rem, 1.04rem + 0.38vw, 1.5rem);
--headline-small-line-height: 1.4;
--body-large-font-size: clamp(0.9375rem, 0.89rem + 0.19vw, 1.125rem);
--body-large-line-height: 1.45;
--body-medium-font-size: clamp(0.8125rem, 0.78rem + 0.13vw, 0.9375rem);
--body-medium-line-height: 1.45;
}
html .light {
--primary: #F28A1C;
--on-primary: #FFFFFF;
--primary-container: #FFDCC2;
--on-primary-container: #6D3900;
--secondary: #0066CC;
--on-secondary: #D9D9D9;
--secondary-container: #D7E3FF;
--on-secondary-container: #00458E;
--surface: #FCF8F8;
--surface-container: #FFF;
--surface-container-highest: #EBE8E7;
--surface-container-var: #F4F0EF;
--on-surface: #484646;
--on-surface-var: #000;
--outline: #DCD9D8;
--sucess-surface: #B9F21C;
--error-surface: #FF5449;
}
html .dark {
--primary: #FFB77C;
--on-primary: #4D2700;
--primary-container: #6D3900;
--on-primary-container: #FFDCC2;
--secondary: #AAC7FF;
--on-secondary: #002F65;
--secondary-container: #00458E;
--on-secondary-container: #D7E3FF;
--surface: #1F0C00;
--surface-container: #2E1500;
--surface-container-highest: #353434;
--surface-container-var: #3C1E00;
--on-surface: #C9C6C5;
--on-surface-var: #FFF;
--outline: #929090;
--sucess-surface: #B9F21C;
--error-surface: #FF5449;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
color: var(--on-surface);
}
h1 {
font-size: var(--display-large-font-size);
line-height: var(--display-large-line-height);
}
h2 {
font-size: var(--display-medium-font-size);
line-height: var(--display-medium-line-height);
}
h3 {
font-size: var(--display-small-font-size);
line-height: var(--display-small-line-height);
}
h4 {
font-size: var(--headline-large-font-size);
line-height: var(--headline-large-line-height);
}
h5 {
font-size: var(--headline-medium-font-size);
line-height: var(--headline-medium-line-height);
}
h6 {
font-size: var(--headline-small-font-size);
line-height: var(--headline-small-line-height);
}
p,
span,
a {
font-size: var(--body-large-font-size);
line-height: var(--body-large-line-height);
}
a {
text-decoration: none;
}
svg {
fill: var(--primary);
stroke: var(--primary);
}
body {
background-color: var(--surface);
}
 .job-offers {
--job-offers-gutter: 6vw;
--job-offers-content-width: 90rem;
--job-offers-grid-gap: 1.5rem;
--job-offers-card-padding: 1.25rem;
--job-offers-pill-radius: 100px;
--job-offers-transition: 180ms ease;
min-height: 60vh;
background-color: var(--surface);
} .job-offers-hero {
position: relative;
isolation: isolate;
overflow: hidden;
padding: 3rem var(--job-offers-gutter);
background-color: var(--secondary-container);
border-bottom: 1px solid var(--outline);
} .job-offers-hero::after {
content: "";
position: absolute;
z-index: -1;
right: -5rem;
bottom: -7rem;
width: 15rem;
height: 15rem;
border: 2.5rem solid var(--primary-container);
border-radius: 50%;
opacity: 0.75;
}
.job-offers-hero__content {
width: min(100%, var(--job-offers-content-width));
margin-inline: auto;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0.85rem;
}
.job-offers-hero__eyebrow {
display: inline-flex;
align-items: center;
min-height: 2rem;
margin: 0;
padding: 0.25rem 0.75rem;
border-radius: var(--job-offers-pill-radius);
background-color: var(--primary);
color: var(--on-primary);
font-size: var(--body-medium-font-size);
line-height: var(--body-medium-line-height);
font-weight: var(--bold-weight);
}
.job-offers-hero__title {
max-width: 19ch;
margin: 0;
color: var(--on-secondary-container);
font-size: var(--display-medium-font-size);
line-height: var(--display-medium-line-height);
text-wrap: balance;
}
.job-offers-hero__subtitle {
max-width: 58ch;
margin: 0;
color: var(--on-secondary-container);
font-size: var(--body-large-font-size);
line-height: var(--body-large-line-height);
} .job-offers__results {
width: min(100%, calc(var(--job-offers-content-width) + (2 * var(--job-offers-gutter))));
margin-inline: auto;
padding: 2.5rem var(--job-offers-gutter) 4rem;
}
.job-offers__heading {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 1rem;
margin-bottom: 1.5rem;
}
.job-offers__title {
margin: 0;
color: var(--on-surface-var);
font-size: var(--display-small-font-size);
line-height: var(--display-small-line-height);
}
.job-offers__count {
margin: 0.35rem 0 0;
color: var(--on-surface);
font-size: var(--body-medium-font-size);
line-height: var(--body-medium-line-height);
}
.job-offers__grid {
display: grid;
grid-template-columns: minmax(0, 1fr);
align-items: stretch;
gap: var(--job-offers-grid-gap);
} .job-offer-card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
gap: 1rem;
padding: var(--job-offers-card-padding);
border: 1px solid var(--outline);
border-radius: var(--corner-radius);
background-color: var(--surface-container);
box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
content-visibility: auto;
contain-intrinsic-size: auto 25rem;
transition:
transform var(--job-offers-transition),
border-color var(--job-offers-transition),
box-shadow var(--job-offers-transition);
}
.job-offer-card::before {
content: "";
width: 2.75rem;
height: 0.25rem;
border-radius: var(--job-offers-pill-radius);
background-color: var(--primary);
}
.job-offer-card__header {
display: flex;
flex-direction: column;
gap: 0.8rem;
}
.job-offer-card__labels {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.4rem;
}
.job-offer-card__type,
.job-offer-card__company {
display: inline-flex;
align-items: center;
min-height: 1.75rem;
padding: 0.2rem 0.65rem;
border-radius: var(--job-offers-pill-radius);
font-size: var(--body-medium-font-size);
line-height: var(--body-medium-line-height);
}
.job-offer-card__type {
background-color: var(--secondary);
color: var(--on-secondary);
font-weight: var(--bold-weight);
text-transform: uppercase;
letter-spacing: 0.035em;
}
.job-offer-card__company {
border: 1px solid var(--outline);
background-color: var(--surface-container-var);
color: var(--on-surface-var);
font-weight: var(--bold-weight);
}
.job-offer-card__title {
margin: 0;
color: var(--on-surface-var);
font-size: var(--headline-large-font-size);
line-height: var(--headline-large-line-height);
text-wrap: balance;
overflow-wrap: anywhere;
}
.job-offer-card__description {
color: var(--on-surface);
font-size: var(--body-medium-font-size);
line-height: var(--body-medium-line-height);
overflow-wrap: anywhere;
}
.job-offer-card__description > :first-child {
margin-top: 0;
}
.job-offer-card__description > :last-child {
margin-bottom: 0;
}
.job-offer-card__description p,
.job-offer-card__description ul,
.job-offer-card__description ol,
.job-offer-card__description blockquote,
.job-offer-card__description h2,
.job-offer-card__description h3,
.job-offer-card__description h4 {
margin-block: 0 0.7rem;
}
.job-offer-card__description h2,
.job-offer-card__description h3,
.job-offer-card__description h4 {
color: var(--on-surface-var);
font-size: var(--body-large-font-size);
line-height: var(--body-large-line-height);
font-weight: var(--bold-weight);
}
.job-offer-card__description ul,
.job-offer-card__description ol {
padding-left: 1.25rem;
}
.job-offer-card__description li + li {
margin-top: 0.25rem;
}
.job-offer-card__description blockquote {
padding: 0.75rem 1rem;
border-inline-start: 3px solid var(--primary);
background-color: var(--surface-container-var);
}
.job-offer-card__description a {
position: relative;
z-index: 1;
color: var(--secondary);
font-size: inherit;
line-height: inherit;
font-weight: var(--bold-weight);
text-decoration: underline;
text-underline-offset: 0.15em;
overflow-wrap: anywhere;
}
.job-offer-card__description a:hover {
color: var(--primary);
}
.job-offer-card__description a:focus-visible {
outline: 2px solid var(--primary);
outline-offset: 3px;
border-radius: 2px;
}
.job-offer-card__footer {
display: flex;
flex-direction: column;
gap: 0.55rem;
margin-top: auto;
padding-top: 1rem;
border-top: 1px solid var(--outline);
}
.job-offer-card__location,
.job-offer-card__date {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.3rem;
margin: 0;
color: var(--on-surface);
font-size: var(--body-medium-font-size);
line-height: var(--body-medium-line-height);
}
.job-offer-card__location {
color: var(--secondary);
font-weight: var(--bold-weight);
}
.job-offer-card__location span,
.job-offer-card__date span,
.job-offer-card__date time {
color: inherit;
font-size: inherit;
line-height: inherit;
}
.job-offer-card__icon {
width: 1.1rem;
height: 1.1rem;
flex: 0 0 auto;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
}
.job-offer-card__meta-label {
font-weight: var(--bold-weight);
} .job-offers__empty {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 0.75rem;
min-height: 18rem;
padding: 3rem 1.5rem;
border: 1px dashed var(--outline);
border-radius: var(--corner-radius);
background-color: var(--surface-container);
text-align: center;
}
.job-offers__empty-icon {
width: 3rem;
height: 3rem;
fill: none;
stroke: var(--primary);
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
}
.job-offers__empty-title {
margin: 0;
color: var(--on-surface-var);
font-size: var(--headline-large-font-size);
line-height: var(--headline-large-line-height);
}
.job-offers__empty-text {
max-width: 38ch;
margin: 0;
color: var(--on-surface);
font-size: var(--body-large-font-size);
line-height: var(--body-large-line-height);
} @media (hover: hover) and (pointer: fine) {
.job-offer-card:hover {
transform: translateY(-2px);
border-color: var(--primary);
box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
}
}
@media (prefers-reduced-motion: reduce) {
.job-offer-card {
transition: none;
}
} @media screen and (min-width: 768px) {
.job-offers {
--job-offers-gutter: 8vw;
--job-offers-grid-gap: 1.75rem;
--job-offers-card-padding: 1.5rem;
}
.job-offers-hero {
padding-block: 4rem;
}
.job-offers-hero::after {
right: 4vw;
bottom: -8rem;
width: 20rem;
height: 20rem;
border-width: 3.25rem;
}
.job-offers__results {
padding-block: 3rem 4.5rem;
}
.job-offers__heading {
margin-bottom: 1.75rem;
}
.job-offers__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.job-offer-card__footer {
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
gap: 1rem;
}
.job-offer-card__date {
justify-content: flex-end;
text-align: right;
}
} @media screen and (min-width: 1024px) {
.job-offers {
--job-offers-gutter: 10vw;
--job-offers-grid-gap: 2rem;
}
.job-offers-hero {
padding-block: 5rem;
}
.job-offers__results {
padding-block: 3.5rem 5rem;
}
.job-offers__grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media screen and (min-width: 1536px) {
.job-offers {
--job-offers-gutter: 6vw;
}
}

:root {
--theme-switch-base-width: 34px;
--theme-switch-base-height: 17px;
--theme-switch-base-indicator-dimension: 6px;
--theme-switch-base-indicator-pos-offset: 4px;
--theme-switch-base-indicator-translation: 16px;
--theme-switch-division-factor: 1;
--theme-switch-width: calc(var(--theme-switch-base-width)/var(--theme-switch-division-factor));
--theme-switch-height: calc(var(--theme-switch-base-height)/var(--theme-switch-division-factor));
--theme-switch-indicator-dimension: calc(var(--theme-switch-base-indicator-dimension)/var(--theme-switch-division-factor));
--theme-switch-indicator-pos-offset: calc(var(--theme-switch-base-indicator-pos-offset)/var(--theme-switch-division-factor));
--theme-switch-indicator-translation: calc(var(--theme-switch-base-indicator-translation)/var(--theme-switch-division-factor));
}
@keyframes fade_in_show {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.contact_banner {
background-color: var(--surface-container-var);
padding: 1vh 5vw;
display: flex;
justify-content: center;
gap: 2vw;
flex-wrap: wrap;
}
.contact_banner--info {
display: flex;
gap: 1vw;
justify-content: center;
font-size: var(--body-large-font-size);
line-height: var(--body-large-line-height);
align-items: center;
}
.contact_banner--svg {
height: 3vh;
aspect-ratio: 1;
display: inline;
}
nav {
background-color: var(--surface-container);
display: flex;
align-items: center;
gap: 2vw;
padding: 2vh 4vw;
width: 100%;
position: relative;
z-index: 100;
}
#logo-nav-link img {
height: auto;
width: calc(2 * 4px + 2 * var(--theme-switch-height) + var(--theme-switch-width));
}
.outlined-button {
padding: 1vh 2vw;
border-radius: 100px;
border: 2.5px solid black;
width: fit-content;
font-size: var(--headline-medium-font-size);
line-height: var(--headline-medium-line-height);
}
.outlined-primary {
background-color: var(--surface-container);
border-color: var(--primary);
color: var(--on-surface);
}
#nav-actions {
display: flex;
align-items: center;
gap: 3vw;
order: 2;
}
.nav-cta {
display: inline-flex;
align-items: center;
white-space: nowrap;
background-color: var(--primary);
color: var(--on-primary);
font-size: var(--body-large-font-size);
line-height: var(--body-large-line-height);
font-weight: var(--bold-weight);
padding: 0.75em 1.5em;
border-radius: 999px;
text-decoration: none;
}
#theme-switch-container {
display: flex;
gap: 4px;
align-items: center;
}
#theme-switch-container svg {
width: auto;
height: var(--theme-switch-height);
}
.switch {
position: relative;
display: inline-block;
width: var(--theme-switch-width);
height: var(--theme-switch-height);
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--surface-container);
transition: 0.4s;
border: 2px solid var(--primary);
border-radius: var(--theme-switch-height);
}
.slider:before {
position: absolute;
content: "";
height: var(--theme-switch-indicator-dimension);
width: var(--theme-switch-indicator-dimension);
left: var(--theme-switch-indicator-pos-offset);
bottom: var(--theme-switch-indicator-pos-offset);
background-color: var(--primary);
transition: 0.4s;
border-radius: var(--theme-switch-indicator-dimension);
}
input:checked+.slider:before {
transform: translateX(var(--theme-switch-indicator-translation));
} #burger-checkbox {
display: none;
}
#burger-button {
order: 3;
position: absolute;
right: 4vw;
}
#burger-button label {
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
width: 32px;
height: 22px;
cursor: pointer;
}
#burger-button label div {
position: relative;
width: 100%;
height: 3px;
background-color: var(--secondary);
border-radius: 2px;
transform-origin: 0;
transition:
0.3s ease transform,
0.3s ease opacity,
0.3s ease width;
}
#burger-button:has(#burger-checkbox:checked) label div:first-child {
transform: rotateZ(45deg);
}
#burger-button:has(#burger-checkbox:checked) label div:nth-child(2) {
transform: rotateZ(45deg);
opacity: 0;
width: 0;
}
#burger-button:has(#burger-checkbox:checked) label div:last-child {
transform: rotateZ(-45deg);
} #nav-links-container {
display: none;
order: 4;
flex-basis: 100%;
background-color: var(--surface-container-var);
padding: 1vh 4vw 3vh;
gap: 2vh;
position: absolute;
top: 100%;
left: 0;
width: 100%;
z-index: 101;
}
nav:has(#burger-checkbox:checked) #nav-links-container {
display: flex;
flex-direction: column;
animation: fade_in_show 0.3s;
}
#nav-background-hovered {
display: none;
}
.parent-menu-item {
border-top: 1px solid var(--primary-container);
padding-top: 1.5vh;
display: flex;
flex-direction: column;
gap: 1vh;
}
.parent-menu-title {
display: flex;
gap: 0.5vh;
justify-content: space-between;
align-items: center;
}
.parent-menu-title a {
font-size: var(--display-small-font-size);
line-height: var(--display-small-line-height);
font-weight: var(--bold-weight);
color: var(--on-surface);
}
.menu-toggle {
background: none;
border: none;
padding: 0.5rem;
margin: -0.5rem;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
appearance: none;
-webkit-appearance: none;
}
.menu-toggle svg {
height: 18px;
width: auto;
transition: transform 0.2s ease;
}
.menu-toggle.is-open svg {
transform: rotateZ(180deg);
}
.parent-description {
font-size: var(--headline-large-font-size);
line-height: var(--headline-large-line-height);
color: var(--primary);
font-weight: var(--bold-weight);
padding-bottom: 2vh;
}
.sub-menu-item-container {
display: none;
flex-direction: column;
gap: 2vh;
padding: 1vh 0;
animation: fade_in_show 0.4s;
}
.sub-menu-item-container.is-open {
display: flex;
}
.sub-menu-item {
display: flex;
flex-direction: column;
gap: 2vh;
}
.sub-nav {
display: flex;
flex-direction: column;
gap: 1.5vh;
}
.sub-nav-title {
display: flex;
justify-content: space-between;
align-items: center;
gap: 0.5vh;
}
.sub-nav-title a {
font-size: var(--body-large-font-size);
line-height: var(--body-large-line-height);
font-weight: var(--bold-weight);
color: var(--secondary);
}
.sub-nav ul {
padding-left: 5vw;
font-size: var(--body-large-font-size);
line-height: var(--body-large-line-height);
color: var(--on-surface-var);
}
.grandchild-menu-list {
display: none;
flex-direction: column;
gap: 1vh;
padding-left: 5vw;
list-style: none;
}
.grandchild-menu-list.is-open {
display: flex;
}
.grandchild-menu-item a {
font-size: var(--body-large-font-size);
line-height: var(--body-large-line-height);
color: var(--on-surface-var);
}
.nav-badge {
width: 120px;
}    @media screen and (min-width: 768px) {
:root {
--theme-switch-division-factor: 0.75;
}
nav {
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
justify-content: initial;
padding: 2vh 2vw;
}
.contact_banner {
justify-content: unset;
padding: 1vh 2vw;
flex-direction: row;
gap: 4vw;
}
.contact_banner--info {
gap: .5vw;
}
#logo-nav-link img {
height: 8vh;
width: auto;
}
#nav-actions {
order: initial;
justify-self: end;
}
.parent-menu-item {
border: none;
padding-top: 0;
position: relative;
}
.parent-menu-title a {
font-size: var(--headline-medium-font-size);
line-height: var(--headline-medium-line-height);
font-weight: normal;
} .sub-menu-item-container {
display: none;
padding: 2vh 1vw;
top: 100%;
left: 0;
right: 0;
border-radius: 4px;
background-color: var(--surface-container-var);
z-index: 2;
animation: fade_in_show 0.7s ease forwards;
}
.parent-menu-item:first-child .sub-menu-item-container {
width: 100%;
}
.sub-menu-item {
display: flex;
}
.sub-nav ul {
padding-left: 2vw;
}
.sub-nav-title a {
white-space: nowrap;
display: inline;
width: fit-content;
}
.grandchild-menu-list {
position: static;
padding-left: 0;
margin-top: 1vh;
}
.nav-badge {
align-self: center;
width: 175px;
}
}   @media screen and (min-width: 1024px) {
:root {
--theme-switch-division-factor: 0.5625;
}
#burger-button {
display: none;
}
#nav-links-container {
display: flex;
position: relative;
order: initial;
flex-basis: auto;
flex-direction: row;
justify-content: center;
align-items: center;
background-color: transparent;
padding: 0;
flex-wrap: wrap;
top: unset;
left: unset;
gap: 2vw;
row-gap: 1vh;
} .menu-toggle {
display: none;
}
.sub-menu-item-container:hover,
.parent-menu-item:hover>.sub-menu-item-container,
.parent-menu-item:focus-within>.sub-menu-item-container {
display: flex;
} .grandchild-menu-item:hover,
.sub-nav:hover .grandchild-menu-list,
.sub-nav:focus-within .grandchild-menu-list {
display: flex;
}
.sub-menu-item-container {
position: absolute;
}
.parent-menu-item:first-child .sub-menu-item-container {
width: 300%;
}
.parent-menu-item:nth-child(2) .sub-menu-item-container {
width: 200%;
}
.outlined-primary:hover {
background-color: var(--primary-container);
color: var(--on-primary-container);
}
.nav_contact--wrapper {
width: 100%;
display: flex;
justify-content: center;
}
}.site-footer {
background-color: var(--surface-container-var);
border-top: 1px solid var(--outline);
}
.footer__top {
display: flex;
flex-direction: column;
gap: 4vh;
padding: 6vh 6vw;
}
.footer__about {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 1.5vh;
}
.footer__logo-link {
display: inline-flex;
}
.footer__logo {
height: 6vh;
width: auto;
}
.footer__tagline {
font-size: var(--body-medium-font-size);
line-height: var(--body-medium-line-height);
color: var(--on-surface-var);
opacity: 0.75;
max-width: 32ch;
}
.footer__socials {
display: flex;
gap: 0.75rem;
}
.footer__social-link {
display: flex;
align-items: center;
justify-content: center;
width: 2.25rem;
height: 2.25rem;
border-radius: 50%;
background-color: var(--surface-container);
transition: background-color 0.2s ease, transform 0.2s ease;
}
.footer__social-link svg {
width: 1.1rem;
height: 1.1rem;
fill: var(--on-surface);
stroke: none;
}
.facebook-cls-1 {
fill: var(--surface-container);
}
.footer__social-link svg.instagram-icon .instagram-icon__bg {
fill: var(--on-surface);
}
.footer__social-link svg.instagram-icon .instagram-icon__lens {
fill: none;
stroke: var(--surface-container);
stroke-width: 1.8;
}
.footer__social-link svg.instagram-icon .instagram-icon__dot {
fill: var(--surface-container);
}
.footer__social-link:hover,
.footer__social-link:focus-visible {
background-color: var(--secondary);
transform: translateY(-2px);
}
.footer__social-link:hover svg,
.footer__social-link:focus-visible svg {
fill: var(--on-secondary-container);
}
.footer__columns {
display: grid;
grid-template-columns: 1fr;
gap: 4vh;
}
.footer__col {
display: flex;
flex-direction: column;
gap: 1.5vh;
}
.footer__col-title {
font-size: var(--headline-small-font-size);
line-height: var(--headline-small-line-height);
font-weight: var(--bold-weight);
color: var(--on-surface);
}
.footer__col-links {
display: flex;
}
.footer__link-list {
display: flex;
flex-direction: column;
gap: 1vh;
list-style: none;
padding: 0;
margin: 0;
}
.footer__link-list a {
font-size: var(--body-large-font-size);
line-height: var(--body-large-line-height);
color: var(--on-surface-var);
opacity: 0.85;
transition: color 0.2s ease, opacity 0.2s ease;
}
.footer__link-list a:hover,
.footer__link-list a:focus-visible {
color: var(--secondary);
opacity: 1;
}
.footer__contact-list {
display: flex;
flex-direction: column;
gap: 1.25vh;
}
.footer__contact-item {
display: flex;
align-items: flex-start;
gap: 0.6rem;
font-size: var(--body-medium-font-size);
line-height: var(--body-medium-line-height);
color: var(--on-surface-var);
opacity: 0.85;
}
.footer__contact-item svg {
flex-shrink: 0;
width: 1.1rem;
height: 1.1rem;
margin-top: 0.1rem;
fill: none;
stroke: var(--secondary);
stroke-width: 1.6;
stroke-linecap: round;
stroke-linejoin: round;
}
.footer__contact-item a {
color: inherit;
transition: color 0.2s ease;
}
.footer__contact-item a:hover,
.footer__contact-item a:focus-visible {
color: var(--secondary);
}
.footer__certifications {
display: flex;
align-items: center;
gap: 1rem;
flex-wrap: wrap;
}
.footer__certification {
background-color: var(--surface-container);
border-radius: var(--corner-radius, 8px);
padding: 0.5rem 0.75rem;
display: flex;
align-items: center;
}
.footer__certification img {
height: 2.5rem;
width: auto;
object-fit: contain;
}
.footer__certificate-link {
font-size: var(--body-medium-font-size);
line-height: var(--body-medium-line-height);
font-weight: var(--bold-weight);
color: var(--secondary);
text-decoration: underline;
text-underline-offset: 2px;
width: fit-content;
}
.footer__bottom {
border-top: 1px solid var(--outline);
padding: 2vh 6vw;
}
.footer__bottom p {
font-size: var(--body-medium-font-size);
line-height: var(--body-medium-line-height);
color: var(--on-surface-var);
opacity: 0.6;
text-align: center;
}
@media (min-width: 768px) {
.footer__top {
padding: 5vh 8vw;
gap: 5vh;
}
.footer__columns {
grid-template-columns: repeat(2, 1fr);
gap: 5vh 4vw;
}
.footer__bottom {
padding: 2vh 8vw;
}
.footer__bottom p {
text-align: left;
}
}
@media (min-width: 1024px) {
.footer__top {
padding: 5vh 10vw;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
gap: 6vw;
}
.footer__about {
flex: 0 0 26%;
}
.footer__columns {
flex: 1;
grid-template-columns: repeat(4, 1fr);
gap: 0 3vw;
}
.footer__bottom {
padding: 2vh 10vw;
}
}