@charset "UTF-8";
.ec-ft-on #main-footer {
--ec-ft-brand: #10069f;
--ec-ft-brand-deep: #08034f;
--ec-ft-accent: #f2782e;
--ec-ft-accent-dark: #dd651c;
--ec-ft-text: rgba(255, 255, 255, .74);
--ec-ft-dim: rgba(255, 255, 255, .55);
--ec-ft-line: rgba(255, 255, 255, .12);
--ec-ft-ease: cubic-bezier(.22, 1, .36, 1);
--ec-ft-swell: cubic-bezier(.45, .05, .55, .95);
--ec-ft-play: running;
}
.ec-ft-on #main-footer {
position: relative;
overflow: hidden;
isolation: isolate;
background-color: var(--ec-ft-brand);
background-image: linear-gradient(180deg, var(--ec-ft-brand) 0%, #0b0470 58%, var(--ec-ft-brand-deep) 100%);
}
.ec-ft-on #main-footer::before,
.ec-ft-on #main-footer::after {
content: "";
position: absolute;
z-index: 0;
border-radius: 50%;
pointer-events: none;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-timing-function: var(--ec-ft-swell);
animation-play-state: var(--ec-ft-play, running);
}
.ec-ft-on #main-footer::before {
top: -34%;
left: -12%;
width: min(760px, 88%);
aspect-ratio: 1;
background: radial-gradient(circle, rgba(242, 120, 46, .30), rgba(242, 120, 46, 0) 66%);
animation-name: ec-ft-swell-a;
animation-duration: 29s;
}
.ec-ft-on #main-footer::after {
right: -14%;
bottom: -42%;
width: min(840px, 96%);
aspect-ratio: 1;
background: radial-gradient(circle, rgba(104, 82, 255, .38), rgba(104, 82, 255, 0) 64%);
animation-name: ec-ft-swell-b;
animation-duration: 41s;
}
@keyframes ec-ft-swell-a {
from { transform: translate3d(-5%, -4%, 0) scale(1); }
to   { transform: translate3d(12%, 9%, 0) scale(1.22); }
}
@keyframes ec-ft-swell-b {
from { transform: translate3d(6%, 5%, 0) scale(1.12); }
to   { transform: translate3d(-10%, -7%, 0) scale(.94); }
}
.ec-ft {
position: relative;
z-index: 1;
}
.ec-ft-inner {
max-width: 1180px;
margin: 0 auto;
padding: 0 clamp(20px, 5vw, 40px);
}
.ec-ft-edge {
position: absolute;
top: 0;
right: 0;
left: 0;
height: 2px;
overflow: hidden;
background: linear-gradient(90deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .16), rgba(255, 255, 255, .05));
pointer-events: none;
}
.ec-ft-edge::before {
content: "";
position: absolute;
inset: 0 auto 0 0;
width: 24%;
background: linear-gradient(90deg, rgba(242, 120, 46, 0), var(--ec-ft-accent), rgba(242, 120, 46, 0));
animation: ec-ft-sweep 11s var(--ec-ft-ease) infinite;
animation-play-state: var(--ec-ft-play, running);
}
@keyframes ec-ft-sweep {
0%        { transform: translate3d(-140%, 0, 0); }
48%, 100% { transform: translate3d(440%, 0, 0); }
}
.ec-ft-ribbon {
position: relative;
overflow: hidden;
padding: 15px 0;
border-bottom: 1px solid var(--ec-ft-line);
-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
-webkit-user-select: none;
user-select: none;
}
.ec-ft-track {
display: flex;
width: max-content;
animation: ec-ft-marquee 48s linear infinite;
animation-play-state: var(--ec-ft-play, running);
}
.ec-ft-run {
display: flex;
flex: none;
align-items: center;
}
@keyframes ec-ft-marquee {
from { transform: translate3d(0, 0, 0); }
to   { transform: translate3d(-50%, 0, 0); }
}
.ec-ft-word {
flex: none;
font-size: clamp(19px, 2.5vw, 33px);
font-weight: 800;
line-height: 1;
letter-spacing: .01em;
text-transform: uppercase;
white-space: nowrap;
color: rgba(255, 255, 255, .92);
}
.ec-ft-word-out {
color: transparent;
-webkit-text-stroke: 1px rgba(255, 255, 255, .45);
}
@supports not (-webkit-text-stroke: 1px #000) {
.ec-ft-word-out {
color: rgba(255, 255, 255, .45);
}
}
.ec-ft-dot {
flex: none;
width: 7px;
height: 7px;
margin: 0 clamp(15px, 2.2vw, 32px);
border-radius: 50%;
background: var(--ec-ft-accent);
}
.ec-ft-top {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 22px 40px;
padding: 42px 0 34px;
}
.ec-ft-brand {
display: inline-flex;
align-items: center;
gap: 14px;
}
.ec-ft-logo {
flex: none;
width: 46px;
height: 46px;
filter: brightness(0) invert(1);
transition: transform .55s var(--ec-ft-ease);
}
.ec-ft-brand:hover .ec-ft-logo {
transform: rotate(-9deg) scale(1.07);
}
.ec-ft-ident {
display: flex;
flex-direction: column;
min-width: 0;
}
.ec-ft-on #main-footer .ec-ft-name {
font-size: 19px;
font-weight: 700;
line-height: 1.2;
letter-spacing: -.012em;
color: #fff;
}
.ec-ft-on #main-footer .ec-ft-role {
margin-top: 3px;
font-size: 12.5px;
line-height: 1.3;
color: rgba(255, 255, 255, .62);
}
.ec-ft-reach {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 12px 26px;
}
.ec-ft-on #main-footer .ec-ft-line {
display: inline-flex;
align-items: center;
gap: 9px;
font-size: 14.5px;
font-weight: 600;
line-height: 1.3;
color: rgba(255, 255, 255, .86);
transition: color .22s ease;
}
.ec-ft-on #main-footer .ec-ft-line:hover {
opacity: 1;
color: #fff;
}
.ec-ft-line .ec-ft-icon {
flex: none;
width: 17px;
height: 17px;
opacity: .55;
transition: opacity .25s ease, color .25s ease, transform .35s var(--ec-ft-ease);
}
.ec-ft-line:hover .ec-ft-icon {
opacity: 1;
color: var(--ec-ft-accent);
transform: translateY(-1px);
}
.ec-ft-on #main-footer .ec-ft-cta {
position: relative;
display: inline-flex;
align-items: center;
gap: 10px;
padding: 12px 22px;
border: 0;
border-radius: 999px;
background: var(--ec-ft-accent);
font-size: 14px;
font-weight: 700;
line-height: 1.2;
letter-spacing: 0;
white-space: nowrap;
overflow: hidden;
color: #fff;
box-shadow: 0 6px 18px -8px rgba(242, 120, 46, .85);
transition: transform .35s var(--ec-ft-ease), box-shadow .35s ease, background-color .25s ease;
}
.ec-ft-on #main-footer .ec-ft-cta:hover {
opacity: 1;
color: #fff;
background: var(--ec-ft-accent-dark);
transform: translateY(-2px);
box-shadow: 0 12px 26px -10px rgba(242, 120, 46, .95);
}
.ec-ft-on #main-footer .ec-ft-cta:active {
transform: translateY(0);
}
.ec-ft-cta::before {
content: "";
position: absolute;
inset: 0 auto 0 0;
width: 45%;
background: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .34), rgba(255, 255, 255, 0));
transform: translateX(-160%) skewX(-18deg);
pointer-events: none;
z-index: 0;
}
.ec-ft-cta:hover::before {
transform: translateX(320%) skewX(-18deg);
transition: transform .85s var(--ec-ft-ease);
}
.ec-ft-cta-label {
position: relative;
z-index: 1;
}
.ec-ft-arrow {
position: relative;
z-index: 1;
flex: none;
width: 6px;
height: 6px;
border-top: 2px solid currentColor;
border-right: 2px solid currentColor;
transform: rotate(45deg);
transition: transform .35s var(--ec-ft-ease);
}
.ec-ft-cta:hover .ec-ft-arrow {
transform: rotate(45deg) translate(2px, -2px);
}
.ec-ft-cols {
display: grid;
grid-template-columns: repeat(var(--ec-ft-n, 4), minmax(0, 1fr));
gap: 34px 28px;
padding: 34px 0 6px;
border-top: 1px solid var(--ec-ft-line);
}
.ec-ft-col {
min-width: 0;
}
.ec-ft-on #main-footer .ec-ft-title {
position: relative;
display: inline-flex;
align-items: center;
gap: 7px;
padding: 0 0 10px;
font-size: 13.5px;
font-weight: 700;
line-height: 1.3;
letter-spacing: .05em;
text-transform: uppercase;
color: #fff;
transition: color .25s ease;
}
.ec-ft-title::before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 26px;
height: 2px;
border-radius: 2px;
background: var(--ec-ft-accent);
transition: width .4s var(--ec-ft-ease);
}
a.ec-ft-title::after {
content: "";
width: 6px;
height: 6px;
border-top: 2px solid var(--ec-ft-accent);
border-right: 2px solid var(--ec-ft-accent);
transform: rotate(45deg) translateX(-3px);
opacity: .55;
transition: transform .35s var(--ec-ft-ease), opacity .25s ease;
}
.ec-ft-on #main-footer a.ec-ft-title:hover {
opacity: 1;
color: var(--ec-ft-accent);
}
a.ec-ft-title:hover::before {
width: 100%;
}
a.ec-ft-title:hover::after {
opacity: 1;
transform: rotate(45deg) translateX(0);
}
.ec-ft-list {
margin: 12px 0 0;
padding: 0;
list-style: none;
}
.ec-ft-list li {
margin: 0;
padding: 0;
list-style: none;
}
.ec-ft-on #main-footer .ec-ft-list a {
position: relative;
display: block;
padding: 6px 8px 6px 20px;
border-radius: 9px;
font-size: 14px;
font-weight: 500;
line-height: 1.35;
color: var(--ec-ft-text);
transition: color .22s ease;
}
.ec-ft-list a::before {
content: "";
position: absolute;
inset: 0;
border-radius: 9px;
background: rgba(255, 255, 255, .09);
transform: scaleX(.4);
transform-origin: 0 50%;
opacity: 0;
transition: transform .38s var(--ec-ft-ease), opacity .25s ease;
z-index: -1;
}
.ec-ft-list a::after {
content: "";
position: absolute;
left: 6px;
top: 50%;
width: 5px;
height: 5px;
margin-top: -3px;
border-top: 1.6px solid currentColor;
border-right: 1.6px solid currentColor;
border-radius: 1px;
color: rgba(255, 255, 255, .34);
transform: rotate(45deg);
transition: transform .34s var(--ec-ft-ease), color .22s ease;
}
.ec-ft-on #main-footer .ec-ft-list a:hover {
opacity: 1;
color: #fff;
}
.ec-ft-list a:hover::before {
opacity: 1;
transform: scaleX(1);
}
.ec-ft-list a:hover::after {
color: var(--ec-ft-accent);
transform: rotate(45deg) translate(2px, -2px);
}
.ec-ft-on #main-footer .ec-ft-list a[aria-current="page"] {
font-weight: 700;
color: #fff;
}
.ec-ft-list a[aria-current="page"]::before {
opacity: 1;
transform: scaleX(1);
}
.ec-ft-list a[aria-current="page"]::after {
color: var(--ec-ft-accent);
}
.ec-ft-meta {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 14px 30px;
padding: 26px 0 30px;
margin-top: 30px;
border-top: 1px solid var(--ec-ft-line);
}
.ec-ft-on #main-footer .ec-ft-places,
.ec-ft-on #main-footer .ec-ft-said {
margin: 0;
padding: 0;
font-size: 13px;
line-height: 1.45;
color: var(--ec-ft-dim);
}
.ec-ft-places {
display: inline-flex;
align-items: center;
gap: 9px;
}
.ec-ft-places .ec-ft-icon {
flex: none;
width: 16px;
height: 16px;
opacity: .7;
}
.ec-ft-social {
display: flex;
align-items: center;
gap: 10px;
margin: 0;
padding: 0;
list-style: none;
}
.ec-ft-social li {
margin: 0;
padding: 0;
list-style: none;
}
.ec-ft-on #main-footer .ec-ft-social a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, .2);
color: #fff;
transition: background-color .25s ease, border-color .25s ease, transform .35s var(--ec-ft-ease);
}
.ec-ft-on #main-footer .ec-ft-social a:hover {
opacity: 1;
background: var(--ec-ft-accent);
border-color: var(--ec-ft-accent);
transform: translateY(-2px);
}
.ec-ft-social .ec-ft-icon {
width: 19px;
height: 19px;
}
.ec-ft-on #main-footer #footer-bottom {
position: relative;
z-index: 1;
padding: 0;
background-color: rgba(0, 0, 0, .22);
}
.ec-ft-on #main-footer #footer-bottom .container {
width: 100%;
max-width: 1180px;
padding: 15px clamp(20px, 5vw, 40px);
margin: 0 auto;
}
.ec-ft-on #main-footer #footer-info {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 8px 24px;
float: none;
padding: 0;
text-align: left;
font-size: 12.5px;
line-height: 1.5;
color: rgba(255, 255, 255, .52);
}
.ec-ft-on #main-footer #footer-info a {
font-weight: 600;
color: rgba(255, 255, 255, .72);
transition: color .22s ease;
}
.ec-ft-on #main-footer #footer-info a:hover {
opacity: 1;
color: var(--ec-ft-accent);
}
.ec-ft-legal {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 4px 10px;
margin: 0;
padding: 0;
list-style: none;
}
.ec-ft-legal li {
margin: 0;
padding: 0;
list-style: none;
}
.ec-ft-legal li:not(:last-child)::after {
content: "";
display: inline-block;
width: 3px;
height: 3px;
margin: 0 0 3px 9px;
border-radius: 50%;
background: rgba(255, 255, 255, .3);
vertical-align: middle;
}
@media only screen and (max-width: 980px) {
.ec-ft-cols {
display: block;
columns: 2;
column-gap: 26px;
padding: 32px 0 4px;
}
.ec-ft-col {
padding-bottom: 28px;
break-inside: avoid;
-webkit-column-break-inside: avoid;
}
.ec-ft-top {
align-items: flex-start;
flex-direction: column;
gap: 24px;
padding: 36px 0 30px;
}
.ec-ft-reach {
gap: 12px 22px;
}
}
@media only screen and (max-width: 780px) {
.ec-ft-ribbon {
padding: 12px 0;
}
.ec-ft-meta {
align-items: flex-start;
flex-direction: column;
gap: 16px;
margin-top: 24px;
padding: 24px 0 28px;
}
.ec-ft-on #main-footer #footer-info {
justify-content: flex-start;
gap: 8px 18px;
}
}
@media only screen and (max-width: 520px) {
.ec-ft-cols {
columns: 1;
padding: 28px 0 2px;
}
.ec-ft-on #main-footer .ec-ft-list a {
padding-top: 8px;
padding-bottom: 8px;
}
.ec-ft-reach {
align-items: stretch;
flex-direction: column;
gap: 14px;
width: 100%;
}
.ec-ft-on #main-footer .ec-ft-cta {
justify-content: center;
padding: 15px 22px;
font-size: 15px;
}
.ec-ft-word {
font-size: 20px;
}
.ec-ft-dot {
width: 6px;
height: 6px;
margin: 0 14px;
}
}
.ec-ft a:focus-visible,
.ec-ft-on #main-footer #footer-info a:focus-visible {
outline: 2px solid var(--ec-ft-accent);
outline-offset: 3px;
border-radius: 8px;
}
@media (prefers-reduced-motion: reduce) {
.ec-ft-on #main-footer::before,
.ec-ft-on #main-footer::after,
.ec-ft-edge::before,
.ec-ft-track {
animation: none !important;
}
.ec-ft-edge::before {
display: none;
}
.ec-ft-track {
transform: none;
}
.ec-ft-logo,
.ec-ft-cta,
.ec-ft-cta::before,
.ec-ft-arrow,
.ec-ft-title::before,
.ec-ft-title::after,
.ec-ft-list a::before,
.ec-ft-list a::after,
.ec-ft-social a {
transition-duration: .01ms !important;
}
}
