footer {position: relative;display: flex;justify-content: space-between;}footer .legal-texts {position: absolute;bottom: var(--space-2xl);right: 0;width: 56vw;padding-right: var(--space-s);display: grid;grid-template-columns: auto auto auto;justify-content: end;z-index: 20;gap: 20px;}footer .legal-texts a {font-size: var(--font-size--1);color: var(--primary-400);transition: color 0.2s ease;}footer .legal-texts a:hover {color: var(--primary-500);}footer::before {content: url("../svgs/flores-footer-left.svg");position: absolute;bottom: 0;left: 0;transform: rotate(180deg) translate(30px, 0);z-index: 1;}footer::after {content: url("../svgs/flores-footer-top.svg");position: absolute;top: -170px;right: -20px;z-index: 1;}footer .footer-content {width: 100%;display: flex;justify-content: center;gap: var(--space-4xl);position: absolute;z-index: 20;margin-top: var(--space-7xl);}footer .footer-rounded {background: var(--primary-100);clip-path: ellipse(65% 73% at 51% 76%);padding-top: var(--space-7xl);padding-bottom: var(--space-5xl);width: 100%;height: 740px;}footer * {color: var(--background);}footer .footer-logo-container {display: flex;flex-direction: column;align-items: center;align-self: center;margin-top: -62px;}footer .footer-logo-container img {width: 300px;}footer .footer-logo-container p {text-align: center;}footer .footer-middle-container {display: flex;flex-direction: column;justify-content: space-between;gap: var(--space-l-xl);}footer .footer-middle-container .footer-nav {display: flex;justify-content: space-between;align-items: center;}footer .footer-middle-container .footer-nav ul {text-wrap: nowrap;flex-wrap: wrap;display: flex;justify-content: center;gap: var(--space-s-m);}footer .footer-middle-container .footer-ng-container {margin-top: var(--space-3xs-2xs);display: flex;flex-direction: column;align-items: center;gap: 10px;}footer .footer-middle-container .footer-ng-container .no-gravity-logo img {width: var(--space-5xl);}footer .footer-contact-links {display: flex;align-items: center;gap: 20px;}footer .footer-contact-links a {display: flex;width: 54px;height: 54px;border-radius: 50%;background: var(--primary-400);justify-content: center;transition: background 0.2s ease;}footer .footer-contact-links a:hover {background: var(--primary-500);}footer .footer-contact-links a img {width: 29px;}footer .footer-content-links {display: flex;flex-direction: column;gap: var(--space-m);position: relative;z-index: 1;}footer .footer-content-links a {font-size: 25px;font-weight: 700;line-height: 21px;text-align: left;text-underline-position: from-font;text-decoration-skip-ink: none;color: var(--primary-400);text-transform: uppercase;}footer .footer-content-links a:hover {color: var(--primary-500);}footer .footer-social {display: flex;flex-direction: column;gap: 20px;}footer .footer-social .contact-links {display: flex;flex-direction: column;gap: 20px;}footer .footer-social .contact-links li {position: relative;display: flex;align-items: center;transition: color 0.2s ease;}footer .footer-social .contact-links li a {font-size: 25px;color: var(--primary-400);font-weight: 600;}footer .footer-social .contact-links li a:hover {color: var(--primary-500);}footer .footer-social .contact-links li::before {margin-right: 30px;display: inline-flex;}footer .footer-social .contact-links li.phone::before {content: url("/assets/svgs/phone-white.svg");filter: var(--filter-primary-400);transform: scale(1.4);margin-left: 14px;}footer .footer-social .contact-links li.email {align-items: unset;}footer .footer-social .contact-links li.email a {text-decoration: underline;}footer .footer-social .contact-links li.email::before {content: url("/assets/svgs/email-white.svg");filter: var(--filter-primary-400);transform: scale(0.85);}footer .no-gravity-credits {position: absolute;bottom: 0;right: var(--space-xs);display: flex;align-items: center;}footer .no-gravity-credits span {font-size: var(--font-size--2);color: var(--primary-400);white-space: nowrap;margin-bottom: 6px;}footer .no-gravity-credits img {width: 120px;filter: var(--filter-primary-400);}@media only screen and (max-width: 1490px) {footer::before {transform: rotate(180deg) scale(0.9) translate(94px, -32px);}footer::after {right: -20px;}footer .footer-content {display: grid;grid-template-areas: "logo section-content" "social social";row-gap: 40px;margin-top: var(--space-6xl);}footer .footer-content .footer-logo-container {grid-area: logo;}footer .footer-content .footer-content-links {grid-area: section-content;}footer .footer-content .footer-social {grid-area: social;justify-content: center;align-items: center;gap: 38px;}footer .footer-content .footer-social .contact-links {order: 2;}footer .footer-content .footer-social .contact-links li {justify-content: center;}footer .footer-content .footer-social .footer-contact-links {justify-content: center;order: 1;}}@media only screen and (max-width: 1240px) {footer {gap: 50px;}footer::before {display: block;transform: rotate(180deg) scale(0.7) translate(184px, -124px);}footer::after {display: block;transform: scale(0.7) translate(245px, -90px);}footer .footer-rounded {height: 800px;clip-path: ellipse(82% 73% at 51% 76%);}footer .footer-content {margin-top: var(--space-6xl);}footer .footer-logo-container img {width: 200px;}}@media only screen and (max-width: 768px) {footer {flex-direction: column;align-items: center;}footer::before {display: block;transform: rotate(180deg) scale(0.5) translate(432px, -289px);}footer::after {display: block;transform: scale(0.5) translate(545px, -170px);}footer .footer-middle-container {display: none;}footer .footer-contact-links {width: 100%;text-align: center;}footer .footer-contact-links p {margin-right: 0;}footer .footer-content-links {margin-left: 0;}footer .legal-texts {grid-template-columns: auto;justify-content: end;gap: 10px;}}@media only screen and (max-width: 768px) {footer .footer-rounded {clip-path: ellipse(103% 73% at 51% 76%);}}@media only screen and (max-width: 520px) {footer::after {transform: scale(0.45) translate(620px, -140px);}footer::before {transform: rotate(180deg) scale(0.4) translate(801px, -441px);}footer .footer-content {gap: 0;row-gap: 54px;}footer .footer-content .footer-logo-container img {width: 100px;}footer .footer-rounded {height: 810px;}footer .footer-contact-links {flex-wrap: wrap;gap: 6px;}footer .footer-contact-links a {width: 45px;height: 45px;}footer .footer-contact-links a img {width: 24px;}}@media only screen and (max-width: 480px) {footer::after {transform: scale(0.3) translate(1270px, -310px);}footer .footer-rounded {height: 600px;}footer .footer-logo-container {align-items: start;}footer .footer-content {margin-top: var(--space-4xl);padding: 0;}footer .footer-content-links a {font-size: 17px;}footer .footer-social .contact-links {align-items: flex-start;gap: 10px;}footer .footer-social .contact-links li::before {margin-right: 7px;}footer .footer-social .contact-links li.phone::before {transform: scale(1);}footer .footer-social .contact-links li.email::before {margin-right: 0;transform: scale(0.6);}footer .footer-social .contact-links li.email a {text-decoration: none;}footer .footer-social .contact-links li a {font-size: 17px;}footer .legal-texts {bottom: 60px;}footer .no-gravity-credits span {margin-right: -6px;}}