.ckl-footer__blue {
background-color: var(--ckl-blue);
padding-top: 7.13rem; padding-bottom: 7.35rem; color: var(--ckl-white);
position: relative;
}
@media (max-width: 768px) {
.ckl-footer__blue {
padding-top: 4rem;
}
} .ckl-footer__head {
display: flex;
gap: 7.0625rem;
}
.ckl-footer__head * {
margin: 0;
}
.ckl-footer__say-hello h3,
.ckl-footer__newsletter h3 {
color: var(--ckl-white);
font-size: clamp(1.4375rem, 2.1vw, 2.0625rem);
font-weight: 700;
font-family: var(--ckl-font-text);
margin-bottom: 1.5rem;
}
.ckl-footer__say-hello h3 {
max-width: 18rem;
}
.ckl-footer__newsletter h3 {
max-width: 31rem;
margin-bottom: 2.1875rem;
}
@media (max-width: 1024px) {
.ckl-footer__head {
flex-direction: column;
gap: 4rem;
}
.ckl-footer__say-hello {
width: 50%;
}
}
@media (max-width: 768px) {
.ckl-footer__say-hello {
width: 90%;
}
} .ckl-newsletter-form {
width: 22.4375rem;
position: relative;
}
@media (max-width: 768px) {
.ckl-newsletter-form {
width: 100%;
}
}
.ckl-newsletter-form > input {
width: 100%;
border: none;
background-color: transparent;
padding-bottom: 1rem;
border-bottom: 0.0625rem solid var(--ckl-white);
padding-right: 1.5rem; transition: border-bottom-color 0.25s ease-in-out;
font-family: var(--ckl-font-text);
font-size: 1rem;
font-weight: 400;
color: var(--ckl-white);
} .ckl-newsletter-form > input:focus-visible {
outline: none;
box-shadow: none;
border-bottom-width: 0.125rem;
border-bottom-color: var(--ckl-aqua-blue);
}
.ckl-newsletter-form > input::placeholder {
color: var(--ckl-white);
font-size: 1rem;
font-weight: 400;
}
.ckl-newsletter-form > button {
background-color: transparent;
border: none;
position: absolute;
top: 0;
right: 0;
width: 1.5rem;
height: 1.5rem;
cursor: pointer;
transition: 0.2s ease-in-out;
}
.ckl-newsletter-form > button:hover {
transform: translateX(0.1rem);
}
.ckl-newsletter-form > button::after {
content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 8H15" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 1L15 8L8 15" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ckl-newsletter-form > button:focus-visible {
outline: 0.125rem solid var(--ckl-aqua-blue);
outline-offset: 0.25rem;
} .ckl-newsletter-form.is-busy > button {
cursor: progress;
}
.ckl-newsletter-form.is-busy > button:hover {
transform: none;
}
.ckl-newsletter-form.is-busy > button::after {
content: '';
display: block;
width: 1rem;
height: 1rem;
border: 0.125rem solid rgb(255 255 255 / 35%);
border-top-color: var(--ckl-white);
border-radius: 50%;
animation: ckl-newsletter-spin 0.7s linear infinite;
}
@keyframes ckl-newsletter-spin {
to { transform: rotate(360deg); }
}
.ckl-newsletter-form__message {
color: var(--ckl-white);
font-family: var(--ckl-font-text);
font-size: 0.875rem;
font-weight: 400;
margin: 0.75rem 0 0;
opacity: 0.9;
animation: ckl-newsletter-fade 0.3s ease-in-out;
} .ckl-newsletter-form__message.is-error {
color: var(--ckl-error-on-dark);
opacity: 1;
}
@keyframes ckl-newsletter-fade {
from { opacity: 0; transform: translateY(-0.5rem); }
to { opacity: 0.9; transform: translateY(0); }
} .ckl-footer__mid {
display: flex;
gap: clamp(2rem, 5.2vw, 4.44rem); padding: 6.375rem 0 4.75rem;
}
.ckl-footer__mid * {
margin: 0;
}
.ckl-footer__mid-section {
flex: 1 1 0;
min-width: 0;
} .ckl-footer__mid-section:nth-child(1) {
flex: 0 0 auto;
min-width: max-content;
}
.ckl-footer__mid-section:nth-child(1) ul {
display: grid;
grid-template-columns: repeat(2, max-content);
grid-template-rows: repeat(5, auto);
grid-auto-flow: column;
column-gap: 1.458rem; row-gap: 0.9284rem; }
.ckl-footer__mid-section:nth-child(1) li {
padding-bottom: 0;
}
.ckl-footer__mid-section > h3 {
font-size: 1.3264rem; font-family: var(--ckl-font-tag); color: var(--ckl-white);
font-weight: 700;
line-height: 1.5; padding-bottom: 0.9284rem; text-transform: uppercase;
}
.ckl-footer__mid-section ul {
padding: 0;
margin: 0;
list-style: none;
}
.ckl-footer__mid-section li {
padding: 0 0 0.9284rem; break-inside: avoid;
}
.ckl-footer__mid-section li:last-child {
padding-bottom: 0;
}
.ckl-footer__mid-section li a,
.ckl-footer__mid-section li span {
font-size: 0.9284rem; font-weight: 400;
line-height: 1.5; font-family: var(--ckl-font-text);
white-space: nowrap;
display: inline-block;
}
.ckl-footer__mid-section li a { --sweep-from: rgb(255 255 255 / 70%);
--sweep-to: var(--ckl-aqua-blue);
color: var(--sweep-from);
transition: color 0.2s ease-in-out;
}
.ckl-footer__mid-section li a:hover,
.ckl-footer__mid-section li a:focus-visible {
color: var(--sweep-to);
} @media (hover: hover) {
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
.ckl-footer__mid-section li a,
.ckl-footer__tel,
.ckl-footer__email {
background-color: var(--sweep-from, currentColor);
background-image: linear-gradient(var(--sweep-to), var(--sweep-to));
background-repeat: no-repeat;
background-position: left center;
background-size: 0% 100%;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
transition: var(--ckl-sweep-transition);
}
.ckl-footer__mid-section li a:hover,
.ckl-footer__mid-section li a:focus-visible,
.ckl-footer__tel:hover,
.ckl-footer__tel:focus-visible,
.ckl-footer__email:hover,
.ckl-footer__email:focus-visible {
background-size: 100% 100%;
}
}
}
@media (prefers-reduced-motion: reduce) {
.ckl-footer__mid-section li a,
.ckl-footer__tel,
.ckl-footer__email {
transition: color 0.2s ease-in-out;
}
}
.ckl-footer__plain-item {
color: rgb(255 255 255 / 70%); cursor: default;
}
@media (max-width: 1024px) {
.ckl-footer__mid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 2.5rem 1rem;
padding: 2.5rem 0;
overflow: hidden;
}
.ckl-footer__mid-section {
min-width: 0;
overflow: hidden;
}
.ckl-footer__mid-section:nth-child(1) {
flex: unset;
min-width: 0;
}
.ckl-footer__mid-section:nth-child(1) ul {
display: flex;
flex-direction: column;
gap: 0.875rem;
}
.ckl-footer__mid-section li a {
white-space: normal;
display: block;
overflow-wrap: anywhere;
}
} .ckl-footer__sub {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.ckl-footer__sub-logo {
margin-bottom: 2.4375rem;
color: var(--ckl-white);
}
.ckl-footer__sub-logo svg {
height: 30px;
width: auto;
}
.ckl-footer__sub-links {
display: flex;
gap: 2.8125rem;
position: relative;
}
.ckl-footer__city {
font-style: normal;
}
.ckl-footer__city * {
margin: 0;
}
.ckl-footer__city-name {
display: block;
margin-bottom: 0.5625rem;
font-size: 1.061rem; font-weight: 600; color: var(--ckl-white);
} .ckl-footer__tel {
display: block;
font-size: 0.663rem; font-weight: 400;
line-height: 150%;
--sweep-from: var(--ckl-white);
--sweep-to: var(--ckl-aqua-blue);
color: var(--sweep-from);
}
.ckl-footer__tel:hover,
.ckl-footer__tel:focus-visible {
color: var(--sweep-to);
}
.ckl-footer__address p {
font-size: 0.75rem;
font-weight: 400;
line-height: 150%;
}
.ckl-footer__email {
font-size: 1.061rem; font-weight: 400; text-decoration: none;
--sweep-from: var(--ckl-white);
--sweep-to: var(--ckl-aqua-blue); color: var(--sweep-from);
}
.ckl-footer__email:hover,
.ckl-footer__email:focus-visible {
color: var(--sweep-to);
}
.ckl-footer__sub-right {
display: flex;
flex-direction: column;
gap: 1.125rem;
}
.ckl-footer__networks {
display: flex;
align-items: center;
justify-content: flex-end;
}
.ckl-footer__network {
display: flex;
margin-left: 1rem; width: 1.406rem;
align-items: center;
justify-content: center;
transition: opacity 0.25s ease-in-out;
} .ckl-footer__network img,
.ckl-footer__network svg {
width: 100%;
height: auto;
} .ckl-footer__network[aria-label='X'],
.ckl-footer__network[aria-label='Twitter'] {
width: 1.406rem;
height: 1.318rem;
}
.ckl-footer__network[aria-label='X'] img,
.ckl-footer__network[aria-label='X'] svg,
.ckl-footer__network[aria-label='Twitter'] img,
.ckl-footer__network[aria-label='Twitter'] svg {
width: 0.879rem;
height: 0.879rem;
}
.ckl-footer__network:hover {
opacity: 0.7;
}
.ckl-footer__copyright {
display: flex;
justify-content: flex-end;
font-size: 0.9284rem; color: rgb(255 255 255 / 70%); font-family: var(--ckl-font-tag);
font-weight: 400;
}
@media (max-width: 1024px) {
.ckl-footer__sub {
flex-direction: column;
align-items: flex-start;
}
.ckl-footer__networks {
justify-content: flex-start;
margin-top: 2rem;
}
.ckl-footer__network {
margin-left: 0;
margin-right: 1rem;
}
.ckl-footer__copyright {
justify-content: flex-start;
}
}
@media (max-width: 768px) {
.ckl-footer__city {
margin-bottom: 1.5rem;
}
.ckl-footer__sub-links {
gap: 1rem;
justify-content: space-between;
margin-bottom: 1.5rem;
flex-wrap: wrap;
}
} .ckl-footer__tunnel-bar {
position: relative;
isolation: isolate;
overflow: hidden;
height: clamp(3.5rem, 5.82vw, 7.75rem);
}
.ckl-footer__tunnel-bar canvas {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
pointer-events: none;
} @media (prefers-reduced-motion: reduce) {
.ckl-newsletter-form > input,
.ckl-newsletter-form > button,
.ckl-newsletter-form__message,
.ckl-footer__tel,
.ckl-footer__email,
.ckl-footer__network,
.ckl-footer__address--link {
transition: none !important;
animation: none !important;
} .ckl-newsletter-form.is-busy > button::after {
animation: none !important;
}
} .ckl-footer__address--link {
display: block;
color: inherit;
text-decoration: none;
transition: color 0.2s ease-in-out;
}
.ckl-footer__address--link:hover,
.ckl-footer__address--link:focus-visible {
color: var(--ckl-aqua-blue);
}