/*--------------------*/
/* RESET              */
/*--------------------*/
html {height: auto;font-synthesis: none;box-sizing: border-box;scroll-behavior: smooth;scroll-padding-top: var(--h-height, 0);-webkit-font-smoothing: antialiased;}
*,
*:before,
*:after {box-sizing: inherit;}
* {margin: 0;padding: 0;border: 0;font: inherit;font-size: 100%;line-height: inherit;vertical-align: baseline;-webkit-text-size-adjust: none;-webkit-locale: auto;}
html:not(.touch-screen)::-webkit-scrollbar {width: 0.5rem;height: 0.5rem;}
html:not(.touch-screen)::-webkit-scrollbar-track {background: transparent;}
html:not(.touch-screen)::-webkit-scrollbar-thumb {background: #c2c2c2;border-radius: 0.25rem;}
body:not(.touch-screen) *::-webkit-scrollbar {width: 0.25rem;height: 0.25rem;}
body:not(.touch-screen) *::-webkit-scrollbar-track {background: transparent;border-radius: 0.25rem;}
body:not(.touch-screen) *::-webkit-scrollbar-thumb {background: #c2c2c2;}
:focus,
:hover,
:active,
:visited {outline: none;}
button {background: none;}
body {height: auto;overflow-y: scroll;scroll-behavior: smooth;scroll-padding-top: var(--h-height, 0);background-color: var(--clr-white);}
body ::-moz-selection {color: var(--clr-white);background: var(--clr-black);}
body ::selection {color: var(--clr-white);background: var(--clr-black);}
a {display: inline-block;text-decoration: none;cursor: pointer;outline: none;color: inherit;transition: var(--transition-1);}
a:hover {text-decoration: none;}
ul,
ol {list-style: none;}
sub,
sup {font-size: 75%;position: relative;}
sup {top: -0.5em;vertical-align: top;}
sub {bottom: -0.25em;vertical-align: baseline;}
picture {font-size: 0;-webkit-user-select: none;-moz-user-select: none;user-select: none;}
img {position: relative;width: auto;height: auto;max-width: 100%;-webkit-user-select: none;-moz-user-select: none;user-select: none;vertical-align: middle;}
img::before {content: "";position: absolute;inset: 0;background-image: url(../img/icons/placeholder.svg);background-repeat: no-repeat;background-position: center;background-size: cover;}
input {font-size: 1rem;font-weight: 400;color: var(--clr-black);-moz-appearance: none;-webkit-appearance: none;}
::-webkit-input-placeholder,
::-moz-placeholder,
::placeholder {font-size: 0;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance: textfield;}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {-webkit-appearance: none;height: 0.7em;width: 0.7em;background-size: contain;cursor: pointer;}
input,
select,
textarea {border-radius: 0;background: none;border: none;margin: 0;width: 100%;padding: 0;}
textarea {display: block;resize: none;overflow: auto;}
select::-ms-expand {display: none;}
/*----------------------*/
/* MAIN GLOBAL SETTINGS */
/*----------------------*/
:root {--svh: 100vh;--dvh: 100vh;--container-width: 100%;--ff-1: "Geologica",sans-serif;--h1: clamp(1.75rem, -0.4128rem + 3.4884vw, 3.25rem);--h2: clamp(1.75rem, -0.4128rem + 3.4884vw, 3.25rem);--h3: clamp(1.5rem, -0.3023rem + 2.907vw, 2.75rem);--h4: clamp(1.5rem, 0.7791rem + 1.1628vw, 2rem);--h5: clamp(1.25rem, 0.8895rem + 0.5814vw, 1.5rem);--h6: clamp(1rem, 0.6395rem + 0.5814vw, 1.25rem);--text: clamp(1rem, 0.8198rem + 0.2907vw, 1.125rem);--text-sm: clamp(0.875rem, 0.6948rem + 0.2907vw, 1rem);--sp-lg: clamp(3.75rem, -0.7558rem + 7.2674vw, 6.875rem);--sp-md: clamp(2.5rem, -1.1047rem + 5.814vw, 5rem);--sp-sm: clamp(1.875rem, -0.8285rem + 4.3605vw, 3.75rem);--sp-xs: clamp(0.875rem, -0.5669rem + 2.3256vw, 1.875rem);--rd-1: 0;--clr-title: #000;--clr-text: #4E4E4E;--clr-plc: #808080;--clr-input: #D9D9D9;--clr-border: #D9D9D9;--clr-white: #fff;--clr-black: #000;--clr-red: #ff0000;--clr-primary: #6DAC3A;--clr-secondary: #2E7640;--bg-1: #fff;--bg-2: #f4f4f4;--bg-3: #fafafa;--grd: linear-gradient(90deg, #6DAC3A 0%, #2E7640 100%);--grd-btn: linear-gradient(90deg, #2E7640 0%, #6DAC3A 50%, #2E7640 100%);--grd-link: linear-gradient(to right, #6DAC3A 0%, #2E7640 50%, currentColor 50%);--transition-1: .25s linear;--transition-2: .15s linear;}
@supports (height: 100svh) and (height: 100dvh) {
:root {--svh: 100svh;--dvh: 100dvh;}
}
html {font-size: var(--root-scale);}
html.keyboard-focus:focus {outline: auto;}
html.overflow-hidden {overflow: hidden;}
html.overflow-hidden body {overflow: hidden;}
#content-block {position: relative;overflow: clip;display: flex;flex-direction: column;}
header {opacity: 0;}
main {min-height: calc(var(--svh) - var(--h-height));}
footer {margin-top: auto;}
:where(.section) {padding-block: var(--sp-lg);}
:where(.section:not(.bg-section)) + :where(.section:not(.bg-section)),
:where(.bg-section) + :where(.bg-section) {padding-block: 0 var(--sp-lg);}
.bg-section {background-color: var(--bg-3);}
.section {position: relative;opacity: 0;transition: 0.15s linear opacity;}
.section:first-child {transition-delay: 0.25s;}
.section:first-child:not(.banner-section) {padding-top: var(--sp-sm);}
.section:is(.banner-section) + :where(.section:not(.bg-section)) {padding-block: var(--sp-md) var(--sp-lg);}
.container,
.container-fluid {--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width: 100%;margin-inline: auto;padding-inline: calc(var(--bs-gutter-x) * 0.5);}
.popup-wrapper,
.cookies-informer {display: none;content-visibility: auto;}
/* container size change */
@media (min-width: 1200px) {
:root {--container-width: 80.938vw;}
.container {width: var(--container-width);}
}
@media (min-width: 1200px) and (max-width: 1600px) {
html {font-size: 0.75rem;}
}
@media (min-width: 2100px) {
html {font-size: 1.375rem;}
}
@media (min-width: 2600px) {
html {font-size: 2rem;}
}
/*--------------------*/
/* HEADER             */
/*--------------------*/
:root {--h-height: 5rem;--h-logo-width: 12.125rem;}
.h-burger,
.h-drop-list,
.h-menu-overlay,
.h-cabinet-dropdown {display: none;}
header {--header-clr-bg: rgba(0, 0, 0, .2);--header-clr-border: rgba(255, 255, 255, 0.20);height: var(--h-height);}
header.scrolled {--header-clr-bg: rgba(0, 0, 0, .5);}
.h-wrap {position: fixed;z-index: 100;top: 0;left: 0;width: 100%;background: var(--header-clr-bg);border-bottom: 1px solid var(--header-clr-border);-webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px);transition: background var(--transition-2);}
.h-inner {position: relative;width: 100%;height: var(--h-height);gap: 1rem;display: flex;align-items: center;justify-content: space-between;}
.h-logo {position: relative;display: block;width: var(--h-logo-width);flex-shrink: 0;}
.h-logo img {display: block;max-width: 100%;width: 100%;transition: opacity var(--transition-2);}
.h-logo-second {position: absolute;top: 0;left: 0;opacity: 0;}
.h-menu {flex-grow: 1;}
.h-links {margin-inline: auto;}
.h-links > ul {gap: 2.0835vw;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.h-links li {line-height: 0;}
.h-links a {position: relative;font-size: 1rem;line-height: 1.5em;font-weight: 300;color: var(--clr-white);}
.h-links a:before {content: "";position: absolute;z-index: -1;bottom: -0.75em;left: 0;width: 100%;height: 0.125rem;background-image: var(--grd);background-repeat: no-repeat;background-size: 100% 0%;background-position: center bottom;transition: background var(--transition-2);}
.h-cabinet {position: relative;}
.h-cabinet.is-active .h-cabinet-btn:after {height: 100%;}
.h-cabinet.is-active .h-cabinet-dropdown {opacity: 1;visibility: visible;}
.h-cabinet-btn {position: relative;cursor: pointer;line-height: 0;font-weight: 300;color: var(--clr-white);font-size: 1rem;padding: 1rem 1.25rem;transition: var(--transition-1);gap: 1rem;display: flex;align-items: center;flex-shrink: 0;}
.h-cabinet-btn::before {content: "";position: absolute;z-index: 0;inset: 0;border: 0.0625rem solid currentColor;}
.h-cabinet-btn::after {content: "";position: absolute;z-index: 1;bottom: 0;left: 0;width: 100%;height: 0%;background-image: var(--grd);background-repeat: no-repeat;background-size: 100% 100%;background-position: center bottom;transition: var(--transition-1);}
.h-cabinet-btn > * {position: relative;z-index: 2;}
.h-cabinet-btn > svg {width: 1.5rem;height: 1.5rem;}
.open-cabinet .h-cabinet .h-cabinet-btn:after {height: 100%;}
.open-cabinet .h-cabinet .h-cabinet-dropdown {opacity: 1;visibility: visible;}
.h-cabinet-dropdown {position: fixed;z-index: 5;top: calc(var(--h-height) + 0.0625rem);transform: translate(-1.25rem, 0);opacity: 0;visibility: hidden;backface-visibility: hidden;line-height: 0;width: 16.25rem;display: block;border: 0.0625rem solid var(--header-clr-border);border-top: none;background: var(--header-clr-bg);-webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px);transition: var(--transition-2);}
.h-cabinet-dropdown a {position: relative;padding: 0.625rem 1.25rem;line-height: 0;font-size: 1rem;line-height: 1.2em;font-weight: 300;color: var(--clr-white);gap: 0.75rem;display: flex;align-items: center;background-image: var(--grd);background-repeat: no-repeat;background-size: 100% 0%;background-position: center bottom;transition: var(--transition-2);}
.h-cabinet-dropdown a > svg {width: 1.5rem;height: 1.5rem;}
.h-cabinet-dropdown a:last-child {padding-block: 1.625rem;border-top: 0.0625rem solid var(--header-clr-border);}
.no-banner:not(.scrolled) {--clr-white: #000;--header-clr-bg: rgba(255, 255, 255, 0.8);--header-clr-border: #D9D9D9;}
.no-banner:not(.scrolled) .h-menu-overlay {background: rgba(255, 255, 255, 0.4);}
.no-banner:not(.scrolled) .h-logo-first {opacity: 0;}
.no-banner:not(.scrolled) .h-logo-second {opacity: 1;}
@media (min-width: 1200px) {
ul .menu-item > ul{position: relative;}
.h-links a:hover:before {background-size: 100% 100%;}
.h-drop b {display: inline-block;position: relative;z-index: 0;cursor: default;font-size: 1rem;line-height: 1.5em;font-weight: 300;color: var(--clr-white);padding-right: 1.25rem;transition: var(--transition-1);}
.h-drop b::before {content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%) rotate(45deg);width: 0.45rem;height: 0.45rem;border-right: 0.125rem solid currentColor;border-bottom: 0.125rem solid currentColor;transition: transform var(--transition-1);}
.h-drop.is-active b::before {transform: translateY(-15%) rotate(-45deg) rotateX(180deg);}
.h-drop.is-active b::after {content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: calc(var(--h-height) / 2);transform: translateY(100%);}
.h-drop.is-active .h-drop-list {opacity: 1;visibility: visible;}
.h-drop-list {position: absolute;z-index: 1;bottom: 0;transform: translate(-1.25rem, calc(100% + 0.0625rem));width: 14rem;line-height: 0;opacity: 0;visibility: hidden;display: flex;flex-direction: column;background: var(--header-clr-bg);border: 0.0625rem solid var(--header-clr-border);border-top: none;-webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px);transition: var(--transition-2);}
.h-drop-list a {padding: 0.625rem 1.25rem;}
.h-drop-list a:before {bottom: 0;height: 100%;}
.h-cabinet-dropdown a:hover {background-size: 100% 100%;}
.h-cabinet:hover .h-cabinet-btn::after {height: 100%;}
}
@media (max-width: 1199px) {
:root {--h-height: 3.125rem;--h-logo-width: 7.5rem;}
.h-cabinet-btn {width: 2.25rem;height: 2.25rem;padding: 0;}
.h-cabinet-btn > b {display: none !important;}
.h-cabinet-btn > svg {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 1.25rem;height: 1.25rem;}
.h-cabinet-dropdown {position: fixed;z-index: 5;left: auto;right: 0;height: calc(var(--dvh) - var(--h-height) - 0.0625rem);transform: translate(100%, 0%);width: 100%;max-width: 29.25rem;overflow-y: auto;overflow-x: hidden;display: flex;flex-direction: column;transition: var(--transition-1);will-change: transform;}
.h-cabinet-dropdown a {padding: 1rem 1rem;flex-direction: row-reverse;}
.h-cabinet-dropdown a:last-child {margin-top: auto;}
.h-burger {position: relative;display: block;width: 2.25rem;height: 2.25rem;color: var(--clr-white);flex-shrink: 0;}
.h-burger::before {content: "";position: absolute;z-index: 0;inset: 0;border: 0.0625rem solid currentColor;}
.h-burger::after {content: "";position: absolute;z-index: 1;bottom: 0;left: 0;width: 100%;height: 0%;background-image: var(--grd);background-repeat: no-repeat;background-size: 100% 100%;background-position: center bottom;transition: var(--transition-1);}
.h-burger svg {display: inline-block;position: absolute;z-index: 2;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.h-menu {position: fixed;left: 0;top: calc(var(--h-height) + 0.0625rem);height: calc(var(--dvh) - var(--h-height) - 0.0625rem);width: 100%;max-width: 29.25rem;transform: translateX(-100%);border: 0.0625rem solid rgba(255, 255, 255, 0.2);border-top: none;background: var(--header-clr-bg);-webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px);opacity: 0;transition: var(--transition-1);will-change: transform;display: flex;}
.h-menu-overlay {display: block;position: fixed;z-index: 99;inset: 0;opacity: 0;visibility: hidden;background: rgba(0, 0, 0, 0.5);-webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px);transition: var(--transition-1);will-change: opacity;}
.open-menu .h-burger::after {height: 100%;}
.open-menu .h-burger i {background: transparent;}
.open-menu .h-burger i:before,
.open-menu .h-burger i:after {top: 0;transform: rotate(-45deg);}
.open-menu .h-burger i:after {transform: rotate(45deg);}
.open-menu .h-menu {transform: translateX(0%);opacity: 1;}
.open-menu .h-menu-overlay {opacity: 1;visibility: visible;}
.open-cabinet .h-cabinet-dropdown {transform: translate(0%, 0%);}
.open-cabinet .h-menu-overlay {opacity: 1;visibility: visible;}
.h-links {width: 100%;max-height: 100%;line-height: 0;margin: auto 0;overflow-y: auto;overflow-x: hidden;}
.h-links > ul {padding: 1rem;gap: 1.25rem;flex-wrap: nowrap;flex-direction: column;justify-content: flex-start;}
.h-drop > b {display: none;}
.h-drop-list {gap: 1.25rem;display: flex;flex-direction: column;align-items: center;}
.no-banner:not(.scrolled) {--header-clr-bg: rgba(255, 255, 255, 0.4);}
}
header {opacity: 1;}
/*--------------------*/
/* TYPOGRAPHY         */
/*--------------------*/
body {font-family: var(--ff-1);font-weight: 400;font-size: 16px;line-height: 1.4em;color: var(--clr-text);}
.text {--text-space: 1.125rem;--text-li-padding: 1.5rem;--text-th-height: 4rem;--text-th-padding: 1.25rem;font-size: var(--text);line-height: 1.33em;font-weight: 300;color: var(--clr-text);}
.text-sm {font-size: var(--text-sm);line-height: 1.5em;}
.text * + :where(*) {margin-top: calc(var(--text-space) * 2.25);}
.text * + :is(p, ul, ol) {margin-top: var(--text-space);}
.text * + :is(li) {margin-top: calc(var(--text-space) / 2);}
.text :is(img, table, iframe, figure, picture, blockquote, .swiper-entry) + *:not(figcaption) {margin-top: calc(var(--text-space) * 2.25);}
.text .swiper-entry > * * {margin-top: 0;}
.text b {font-weight: 400;}
.text b,
.text span {color: var(--clr-primary);}
.text strong {font-weight: 600;}
.text em {font-style: italic;font-weight: 400;}
.text a:not(.btn) {display: inline;color: inherit;text-decoration: none;background-image: var(--grd);background-repeat: no-repeat;background-size: 100% 0.125em;background-position: left bottom;}
.text ul li,
.text ol li {position: relative;padding-left: var(--text-li-padding);}
.text ul li:before {content: "";position: absolute;left: 0;top: 0.5em;width: 0.3125rem;height: 0.3125rem;border-radius: 100%;background-image: var(--grd);}
.text ol {counter-reset: number;}
.text ol li:before {counter-increment: number;content: counter(number) ".";display: inline-block;position: absolute;left: 0;font-weight: inherit;line-height: inherit;color: transparent;background-image: var(--grd);-webkit-background-clip: text;background-clip: text;}
.text img {display: block;width: 100%;}
.text figure {line-height: 0;width: 100%;}
.text figure.aligncenter {text-align: center;}
.text figure.alignright {text-align: right;}
.text figure > img {width: auto;}
.text figure figcaption {font-size: 0.75rem;font-weight: 500;line-height: 1.5em;color: var(--clr-black);margin: 0.25rem;}
.text iframe {display: block;max-width: 100%;width: 100%;height: 100%;aspect-ratio: 16/9;border: 0;}
.text blockquote {position: relative;text-align: left;font-size: var(--h4);line-height: 1.05em;font-weight: 400;padding-block: calc(var(--text-space) * 3.89);padding-left: 3.125em;color: var(--clr-black);}
.text blockquote:before {content: "";position: absolute;left: 0;top: calc(var(--text-space) * 3.89);width: 1.5625em;aspect-ratio: 1;background-size: contain;background-position: center;background-repeat: no-repeat;background-image: url("/app/img/icons/quote-icon.svg");}
.text table {border-collapse: collapse;width: 100%;border: 0.0625rem solid var(--clr-border);}
.text tbody tr {text-align: left;border-bottom: 0.0625rem solid var(--clr-border);}
.text thead tr {border: none;background-color: var(--bg-2);}
.text thead th,
.text thead td {height: var(--text-th-height);color: var(--clr-black);}
.text td,
.text th {vertical-align: middle;height: var(--text-th-height);padding: calc(var(--text-th-padding) / 2);font-size: 88.889%;line-height: inherit;font-weight: inherit;color: var(--clr-text);}
.text td:first-child,
.text th:first-child {padding-left: var(--text-th-padding);}
.text td:last-child,
.text th:last-child {padding-right: var(--text-th-padding);}
.text *:first-child img {margin-top: 0;}
:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {font-weight: 400;color: var(--clr-title);}
h1,
.h1 {font-size: var(--h1);line-height: 1.15em;}
h2,
.h2 {font-size: var(--h2);line-height: 1.15em;}
h3,
.h3 {font-size: var(--h3);line-height: 1.1em;}
h4,
.h4 {font-size: var(--h4);line-height: 1.06em;}
h5,
.h5 {font-size: var(--h5);line-height: 1.25em;}
h6,
.h6 {font-size: var(--h6);line-height: 1.2em;}
.title b {background-image: var(--grd);background-repeat: no-repeat;background-size: 100% min(0.188rem, 0.125em);background-position: center bottom;}
.title-margin {margin-bottom: var(--sp-md);}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
@media (min-width: 1200px) {
.text a:not(.btn):hover {background-size: 100% 100%;color: var(--clr-white);}
}
@media (max-width: 1199px) {
.text {--text-space: .75rem;--text-li-padding: 1rem;--text-th-height: 3rem;--text-th-padding: .5rem;}
.text blockquote {padding-block: calc(var(--text-space) * 2);padding-left: 2em;}
.text blockquote:before {top: calc(var(--text-space) * 2);width: 1.5em;}
.title-margin {margin-bottom: var(--sp-sm);}
}
/*--------------------*/
/* BUTTONS            */
/*--------------------*/
.btn {position: relative;cursor: pointer;z-index: 1;flex-shrink: 0;overflow: hidden;display: inline-flex;vertical-align: middle;align-items: center;justify-content: center;font-size: 1rem;line-height: 1.125em;font-weight: 300;color: var(--clr-white);padding: 1em 1.375em;border: none;-webkit-user-select: none;-moz-user-select: none;user-select: none;text-decoration: none;background-image: var(--grd-btn);background-repeat: no-repeat;background-size: 200% 100%;background-position: 100%;transition: var(--transition-1);}
.btn:has(svg) {padding-block: 0.8125em;}
.btn b {position: relative;z-index: 2;display: inline-block;line-height: inherit;font-weight: inherit;color: currentColor;}
.btn svg {position: relative;z-index: 2;width: 1.5em;height: 1.5em;color: currentColor;}
.btn svg *[stroke] {stroke: currentColor;}
.btn svg *[fill] {fill: currentColor;}
.btn > * + * {margin-left: 0.8em;}
.btn-secondary {color: var(--clr-black);}
.btn-secondary::before {content: "";position: absolute;inset: 0.0625rem;background-color: var(--bg-2);transition: var(--transition-1);}
.btn-third {color: var(--clr-black);}
.btn-third::before {content: "";position: absolute;inset: 0.0625rem;background-color: var(--clr-white);transition: var(--transition-1);}
.btn-block {width: 100%;padding-inline: 0.5em;}
.btn.disabled {pointer-events: none;color: var(--clr-plc);background: var(--clr-border);}
.btn-close {display: inline-block;position: relative;cursor: pointer;--bw: 2rem;width: var(--bw);height: var(--bw);color: var(--clr-text);border-radius: 100%;transition: var(--transition-1);flex-shrink: 0;}
.btn-close::before,
.btn-close::after {content: "";position: absolute;top: 50%;left: 50%;width: 50%;height: 0.125rem;transform: translate(-50%, -50%) rotate(45deg);background-color: currentColor;}
.btn-close::after {transform: translate(-50%, -50%) rotate(-45deg);}
.btn-link {gap: 0.5rem;display: inline-flex;align-items: center;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;user-select: none;font-size: var(--text);line-height: 1em;color: var(--clr-black);font-weight: 400;background-image: var(--grd-link);background-repeat: no-repeat;background-size: 200% 100%;background-position: 100%;-webkit-background-clip: text;-webkit-text-fill-color: transparent;transition: var(--transition-2);}
.btn-link:active {background-position: 0 100%;color: var(--clr-secondary);}
.btn-link svg {width: var(--svg-size, 0.375rem);height: var(--svg-size, auto);color: currentColor;}
.btn-link svg *[stroke] {stroke: currentColor;}
.btn-link svg *[fill] {fill: currentColor;}
.btn-link.type-2 {font-size: var(--text-sm);--svg-size: 1.5em;}
@media (min-width: 1200px) {
.btn:hover {background-position: 0% 100%;}
.btn-secondary:hover {color: var(--clr-white);}
.btn-secondary:hover::before {content: "";position: absolute;inset: 0.0625rem 0.0625rem calc(100% - 0.0625rem) 0.0625rem;}
.btn-third:hover {color: var(--clr-white);}
.btn-third:hover::before {content: "";position: absolute;inset: 0.0625rem 0.0625rem calc(100% - 0.0625rem) 0.0625rem;}
.btn-close:hover {color: var(--clr-red);background-color: var(--clr-grey);}
.btn-link:hover {color: var(--clr-secondary);background-position: 0 100%;}
}
@media (max-width: 991px) {
.btn {font-size: 0.938rem;line-height: 1.067em;}
.btn:has(svg) {padding-block: 0.7835em;}
}